:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-dropdown{position:relative;width:100%;margin-bottom:1.5rem;margin-top:-.1rem}.dropdown-header{width:100%;padding:.8rem;border:1px solid #ccc;border-radius:.75rem;background-color:#fff;cursor:pointer;font-size:.9rem;color:#757575;outline:none}.dropdown-header:hover{border-color:#6a33f8}.dropdown-list{position:absolute;top:3.2rem;left:0;width:100%;max-height:12rem;overflow-y:auto;background-color:#fff;border:1px solid #ccc;border-radius:.5rem;z-index:999;box-shadow:0 4px 10px #00000026;margin:0;padding:.5rem 0;list-style:none}.dropdown-list-item{padding:.6rem 1rem;font-size:.9rem;color:#000;cursor:pointer;margin-bottom:.5rem;transition:background .2s ease}.dropdown-list-item:hover{border-radius:2rem;background-color:#816bde;color:#fff}.dropdown-list-item.disabled{pointer-events:none;color:#666}.callback-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.callback-modal-content{position:relative;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:2rem;width:90%;max-width:450px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out;z-index:10001}.callback-modal-content .dropdown-list{z-index:10002!important}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.callback-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;width:2.5rem;height:2.5rem;transition:all .2s ease;z-index:10}.callback-modal-close:hover{background-color:#f0f0f0;color:#333}.callback-modal-header{text-align:center;margin-bottom:1.5rem;padding-top:.5rem}.callback-modal-header h2{font-size:1.8rem;color:#3d3d3d;margin-bottom:.5rem;font-weight:600}.callback-modal-subtitle{font-size:.85rem;color:#666;margin:0}.callback-modal-form{display:flex;flex-direction:column;gap:1rem}.contact__form-input{position:absolute;top:0;left:0;z-index:1;width:100%;border:1px solid var(--color-input-border, #ccc);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem;transition:border-color .2s ease}.contact__form-input:hover,.contact__form-input:focus{border-color:var(--color-input-focus, #6a33f8)}.contact__form-input-phone{width:calc(100% - 75px);position:absolute;top:0;left:80px;z-index:1;width:71%!important;border:1px solid var(--color-input-border, #ccc);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem;transition:border-color .2s ease}.contact__form-input-phone:hover,.contact__form-input-phone:focus{border-color:var(--color-input-focus, #6a33f8)}.contact__form-tag{position:absolute;top:-.75rem;left:1.25rem;font-size:.875rem;padding:.25rem;z-index:10;background:#fff;color:#333}.counter-code{width:70px;background-color:#fff;border:1px solid var(--color-input-border, #ccc);border-radius:.75rem;padding:1rem;cursor:not-allowed;color:#666}.callback-modal-submit-btn{background-color:var(--color-purple, #5b47b0);color:#fff;padding:1rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .3s ease;margin-top:.5rem}.callback-modal-submit-btn:hover:not(:disabled){background-color:var(--color-cta-hover, #5727c9)}.callback-modal-submit-btn:disabled{opacity:.6;cursor:not-allowed}.callback-modal-agreement{font-size:.65rem;color:#777;text-align:center;margin-top:.5rem;line-height:1.4}.callback-modal-agreement a{color:var(--color-purple, #5b47b0);text-decoration:none}.callback-modal-agreement a:hover{text-decoration:underline}@media (max-width: 660px){.callback-modal-content{width:95%;max-width:none;padding:1.5rem;max-height:85vh}.callback-modal-header h2{font-size:1.5rem}.callback-modal-subtitle{font-size:.75rem}.contact__form-div{height:3.5rem}.contact__form-input,.contact__form-input-phone{padding:.85rem;font-size:.9rem}.callback-modal-close{top:.75rem;right:.75rem;width:2rem;height:2rem;font-size:1.2rem}}.callback-modal-content::-webkit-scrollbar{width:8px}.callback-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.callback-modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.callback-modal-content::-webkit-scrollbar-thumb:hover{background:#555}.nn-navbar{position:fixed;top:44px;left:0;width:100vw;height:5rem;background:#fff;display:flex;align-items:center;box-shadow:0 2px 5px #0003;z-index:1100}.nn-container{width:100vw;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.nn-brand a{display:inline-flex;align-items:center}.brand-logo{height:40px;width:auto;display:block}.nn-center{flex:1;display:flex;align-items:center;justify-content:center}.nn-links{list-style:none;display:flex;gap:2rem;align-items:center}.nn-links a{text-decoration:none;color:#3d3d3d;font-weight:600}.nn-links a:hover{color:#5b47b0}.nn-dropdown{position:relative}.nn-drop-toggle{background:transparent;border:none;color:#3d3d3d;font-weight:600;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.nn-chev{transition:transform .18s ease}.nn-dropdown.open .nn-chev{transform:rotate(180deg)}.nn-menu{position:absolute;top:3rem;left:0;background:#fff;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow:0 4px 10px #00000014;padding:.5rem 0;min-width:300px;display:none;z-index:1200;list-style:none;margin:0;padding-left:0}.nn-dropdown.open .nn-menu{display:block}.nn-menu li a,.nn-menu li button{display:block;width:100%;text-align:left;padding:1rem 1.2rem;border:0;background:transparent;color:#333;font-weight:600;list-style:none}.nn-menu li a:hover,.nn-menu li button:hover{background-color:#5b47b0;color:#fff;border-radius:2rem}.nn-disabled{opacity:.6;cursor:not-allowed}.nn-right{display:flex;align-items:center;gap:1rem}.nn-cta{display:inline-flex;align-items:center;gap:.5rem;background:#5b47b0;color:#fff;border:0;border-radius:30px;padding:.8rem 1.2rem;font-weight:600;cursor:pointer}.nn-cta:hover{background:#5727c9}.nn-icon{background:transparent;border:0;font-size:1.2rem;display:none}.nn-sheet{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2000;background:transparent;transition:background .2s ease}.nn-sheet.open{pointer-events:auto;background:#00000059}.nn-panel{position:absolute;inset:0 0 0 auto;width:70%;max-width:360px;height:100%;background:#fff;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column;z-index:2100;box-shadow:-8px 0 24px #00000026}.nn-sheet.open .nn-panel{transform:translate(0)}.nn-header{display:flex;align-items:center;justify-content:space-between;padding:1rem}.nn-nav{display:flex;flex-direction:column;padding:0 1rem}.nn-link{padding:.9rem 0;text-decoration:none;color:#3d3d3d;font-weight:600}.nn-link--accordion{background:transparent;border:0;text-align:left;padding:.9rem 0;color:#3d3d3d;font-weight:600}.nn-accordion{max-height:0;overflow:hidden;transition:max-height .25s ease;display:grid;gap:.25rem}.nn-accordion.open{max-height:420px}.nn-sublink{padding:.6rem 0;text-align:left;border:0;background:transparent;color:#3d3d3d;font-weight:600}.nn-panel-cta{margin:1rem;justify-content:center;display:inline-flex!important}@media (max-width: 1024px){.nn-center{display:none}.nn-icon{display:inline-flex}.nn-right .nn-cta{display:none!important}}@media (max-width: 420px){.nn-navbar{position:fixed;top:44px;left:0;width:100vw;height:4.5rem;background:#fff;display:flex;align-items:center;box-shadow:0 2px 5px #0003;z-index:1100}.brand-logo{height:34px}.nn-navbar{top:40px}}@media (max-width: 640px){.nn-navbar{position:fixed;left:0;width:100vw;height:4.5rem;background:#fff;display:flex;align-items:center;box-shadow:0 2px 5px #0003;z-index:1100;top:40px}}:root{--ft-bg: #fff;--ft-text: #2f2f2f;--ft-muted: #6b6b6b;--ft-border: #e9e9ee;--ft-accent: #5b47b0;--ft-accent-2: #816bde;--ft-radius: 14px;--ft-max: 1280px}.ft{width:100%;background:var(--ft-bg);color:var(--ft-text);border-top:1px solid var(--ft-border)}.ft__inner{max-width:var(--ft-max);margin-inline:auto;padding:28px 20px;display:grid;grid-template-columns:1.2fr 2fr;gap:48px}.ft__brand{display:flex;flex-direction:column;gap:18px}.ft__logo{font-family:Pridi,ui-serif,Georgia,Times New Roman,Times,serif;font-weight:500;font-size:1.6rem;letter-spacing:.6px;width:-moz-max-content;width:max-content;border-bottom:2px solid var(--ft-accent)}.ft__desc{font-size:.96rem;line-height:1.6;color:var(--ft-muted);max-width:40ch}.ft__social{display:flex;gap:14px;margin-top:4px}.ft__social-link{display:inline-grid;place-items:center;width:40px;height:40px;border:1px solid var(--ft-border);border-radius:50%;color:var(--ft-text);transition:transform .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.ft__social-link:hover,.ft__social-link:focus-visible{color:#fff;background:var(--ft-accent);border-color:transparent;transform:translateY(-2px);box-shadow:0 6px 20px #5b47b02e;outline:none}.ft__links{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:28px 36px}.ft__col{display:flex;flex-direction:column;gap:10px}.ft__col-title{font-size:.95rem;font-weight:700;letter-spacing:.4px}.ft__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.ft__link{position:relative;text-decoration:none;color:var(--ft-muted);font-size:.95rem;transition:color .2s ease;outline:none}.ft__link:after{content:"";position:absolute;left:0;bottom:-2px;height:1.5px;width:0%;background:linear-gradient(90deg,var(--ft-accent),var(--ft-accent-2));transition:width .25s ease}.ft__link:hover,.ft__link:focus-visible{color:var(--ft-accent)}.ft__link:hover:after,.ft__link:focus-visible:after{width:100%}.ft__link--disabled{pointer-events:none;opacity:.45;color:#9a9a9a}.ft__link--disabled:after{display:none}.ft__bottom{border-top:1px solid var(--ft-border);margin-top:24px;padding:18px 20px 28px}.ft__bottom .ft__copy{max-width:var(--ft-max);margin:0 auto;color:var(--ft-muted);font-size:.9rem;display:flex;gap:.5rem;align-items:center;justify-content:center;text-align:center}.ft__copy-icon{transform:translateY(-1px)}@media (min-width: 1024px){.ft__inner{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:3rem}.ft__left,.ft__right{display:block}.ft__right .ft__links{display:flex;justify-content:flex-end;gap:3rem}.ft__left .ft__brand{max-width:520px}}@media (min-width: 1440px){.ft__inner{gap:4rem}}@media (max-width: 720px){.ft__links{grid-template-columns:repeat(2,minmax(140px,1fr))}}@media (max-width: 520px){.ft__inner{display:flex;flex-direction:column;padding:36px 18px 20px;gap:28px}.ft__links{grid-template-columns:1fr;gap:20px}.ft__logo{font-size:1.5rem}.ft__desc{font-size:.98rem}.ft__social{gap:12px}.ft__social-link{width:38px;height:38px}}@media (prefers-reduced-motion: reduce){.ft__social-link,.ft__link:after{transition:none}}.main-content{padding-top:calc(5rem + 44px)}@media (max-width: 640px){.main-content{padding-top:calc(5rem + 40px)}}@media (max-width: 1024px){.main-content{padding-top:calc(5rem + 44px)}}@media (max-width: 420px){.main-content{padding-top:calc(5rem + 40px)}}.hero-container{width:100vw;height:-moz-fit-content;height:fit-content;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex;flex-wrap:wrap;padding:2.5rem 3rem;background-color:var(--color-white);position:relative;overflow:hidden}.hero-left{flex:1;display:flex;flex-direction:column;align-items:flex-start;position:relative;z-index:2}.hero-left-heading h1{font-size:3.5rem;line-height:1;color:var(--color-gray-dark);margin-bottom:1rem;font-weight:500;text-align:left}.hero-left-heading h1 span,.hero-left p span{color:var(--color-purple)}.hero-subtext01{font-family:outfit;font-size:1rem;color:#666;margin:.5rem 0;line-height:1.5;padding-left:.5rem;border-left:3px solid #5b47b0}.hero-cta{background:#5b47b0;color:var(--color-white);padding:1rem 1.2rem;border:none;border-radius:30px;cursor:pointer;font-weight:600;margin-top:2rem;transition:background .3s ease}.hero-cta:hover{background:#5727c9}.hero-right{flex:1;position:relative;display:flex;justify-content:center;z-index:2}.hero-bubble{position:absolute;top:-2rem;right:-.1rem;width:350px;height:350px;background:var(--color-bubble);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.hero-bubble2{position:absolute;bottom:-2rem;left:-.01rem;width:350px;height:350px;background:var(--color-bubble2);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.form-card{position:relative;z-index:2;width:350px;background:var(--color-white);border-radius:10px;box-shadow:0 4px 10px #00000017;padding:2rem 2rem 1rem}.contact__form-input{position:absolute;top:0;left:0;z-index:1;width:100%;border:1px solid var(--color-input-border)!important;background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.contact__form-input:hover{border-color:var(--color-input-focus)!important}.contact__form-input-phone{width:calc(100% - 75px);position:absolute;top:0;left:80px;z-index:1;width:71%!important;border:1px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}#form-input{font-size:.8rem;text-align:left;color:var(--color-text-secondary);margin-bottom:.5rem}.form-card h2{font-size:1.8rem;color:var(--color-gray-dark);text-align:center;margin-bottom:.5rem;margin-top:-1rem}.form-heading{font-size:1.2rem;color:var(--color-purple);margin-bottom:1rem;font-weight:600;text-align:center}.country-code-div{display:flex;gap:.5rem;margin-bottom:.5rem}.counter-code{width:70px;background-color:#fff;color:"black";cursor:"not-allowed"}.form-card form select{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.9rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9IiNjY2NjY2MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDAuNTg3NTA4TDEwIDUuMDg3NTFMMS44OTk5OSA1LjA4NzUxTDAuNTg3NTE2IDMuNzQ1MDNMMS4yNzY3MSAzLjA0ODU0TDEwLjAwMDAxIDMuMDQ4NTRMMTAgMC41ODc1MDhaIi8+PC9zdmc+);background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 16px;cursor:pointer}.submit-btn{background-color:var(--color-purple);color:var(--color-white);padding:.8rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;margin-bottom:.5rem;transition:background .3s ease}.already-user-div{display:flex;align-items:center;justify-content:center}.already-user-div h3{color:var(--color-gray-dark)!important}.already-user-div h3 span{color:#5b47b0}.agreement{font-size:.6rem;color:var(--color-agreement)}@media only screen and (min-width: 96em){.hero-container{width:100vw;height:-moz-fit-content;height:fit-content;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex;flex-wrap:wrap;padding:3rem 7rem;background-color:var(--color-white)}.hero-left{height:-moz-fit-content;height:fit-content;flex:1;display:flex;flex-direction:column;align-items:flex-start;position:relative}.hero-left-heading h1{font-size:4.5rem;text-align:left;font-weight:500}.hero-subtext01{font-family:outfit,sans-serif;font-size:1.2rem;color:#666;margin:.7rem 0;line-height:1.5;padding-left:.5rem;border-left:3px solid #5b47b0}.hero-cta{width:192px;height:52px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:600;transition:background .3s ease;margin-top:2rem}.hero-cta:hover{background-color:var(--color-cta-hover)}.hero-right{height:-moz-fit-content;height:fit-content;flex:1;display:flex;justify-content:center}.hero-bubble{position:absolute;top:-2rem;right:6rem;width:350px;height:350px;background:var(--color-bubble);border-radius:50%;z-index:1}.hero-bubble2{position:absolute;bottom:-2rem;left:6rem;width:350px;height:350px;background:var(--color-bubble2);border-radius:50%;z-index:1}.form-card{position:relative;z-index:2;width:400px;height:-moz-fit-content!important;height:fit-content!important;background:var(--color-white);border-radius:1rem!important;box-shadow:0 8px 15px #0003;padding:1rem 2rem}.form-card h3{font-size:1rem;color:var(--color-purple);font-weight:600;text-align:center;margin-bottom:1rem}#form-input{font-size:1rem;text-align:left;color:var(--color-text-secondary);margin-bottom:1rem}.country-code-div{display:flex;gap:.5rem}.counter-code{width:70px;background-color:#fff;color:"black";cursor:"not-allowed"}.contact__form-input-phone{width:calc(100% - 75px);position:absolute;top:0;left:80px;z-index:1;width:76%;border:1px solid var(--color-input-border);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.form-card h2{font-size:2rem;color:var(--color-gray-dark);text-align:center;margin:.5rem}.form-subtitle{font-size:.9rem;color:var(--color-text-secondary);margin-bottom:1rem;text-align:center}.form-card h3{font-size:1.2rem;margin-bottom:1rem!important}.already-user-div{display:flex;align-items:center;justify-content:center}.already-user-div h3{color:var(--color-gray-dark)!important}.already-user-div h3 span{color:#5b47b0}.agreement{margin-top:0rem!important;font-size:.8rem;color:var(--color-agreement)}.agreement a{font-size:.8rem;color:var(--color-purple);text-decoration:none}.agreement a:hover{text-decoration:underline}}@media only screen and (min-width: 991px) and(max-width: 1024px) and (min-height: 1180px) and (max-width: 1366px){.hero-container{width:100vw;display:flex;flex-wrap:wrap;align-items:center;padding:2.5rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background-color:var(--color-white)}.hero-left{flex:1;margin:3rem 2rem 8rem;display:flex;flex-direction:column;align-items:flex-start;position:relative}.hero-left-heading h1{font-size:3.8rem;line-height:1;color:var(--color-gray-dark);margin-bottom:.5rem;font-weight:500;text-align:left}.hero-left-heading h1 span,.hero-left p span{color:var(--color-purple)}.hero-subtext01{font-size:.9rem;font-weight:500;color:var(--color-gray);margin-top:1rem}.hero-subtext{font-size:.9rem;font-weight:500;color:var(--color-gray);margin-bottom:2rem}.hero-cta{width:182px;height:52px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:600;font-size:.9rem;transition:background .3s ease}.hero-cta:hover{background-color:var(--color-cta-hover)}.hero-right{flex:1;position:relative;display:flex;justify-content:center}.hero-bubble{position:absolute;top:-2rem;right:-.2rem;width:350px;height:350px;background:var(--color-bubble);border-radius:50%;z-index:1}.hero-bubble2{position:absolute;bottom:-2rem;left:-.01rem;width:350px;height:350px;background:var(--color-bubble2);border-radius:50%;z-index:1}.form-card{position:relative;z-index:2;width:350px;background:var(--color-white);border-radius:10px;box-shadow:0 4px 10px #00000017;padding:2rem 2rem 1rem}#form-input{font-size:.9rem;text-align:left;color:var(--color-text-secondary);margin-bottom:.3rem}.country-code-div{display:flex;gap:.5rem}.counter-code{width:70px;background-color:#fff;color:"black";cursor:"not-allowed"}.contact__form-input-phone{width:calc(100% - 75px);position:absolute;top:0;left:80px;z-index:1;width:72%;border:1px solid var(--color-input-border);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.form-card h2{font-size:1.3rem;color:var(--color-gray-dark);text-align:center;margin-bottom:.3rem}.form-subtitle{font-size:.6rem;color:var(--color-text-secondary);margin-bottom:.5rem;text-align:center}.form-card h3{font-size:.9rem;color:var(--color-purple);font-weight:600;text-align:center;margin-bottom:.6rem}.form-card form{display:flex;flex-direction:column}.form-card form input{margin-bottom:1rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.8rem;outline:none}.form-card form input:hover,.form-card form select:hover{border-color:var(--color-input-focus)}.form-card form select{margin-top:.5rem;margin-bottom:1rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.8rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9IiNjY2NjY2MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDAuNTg3NTA4TDEwIDUuMDg3NTFMMS44OTk5OSA1LjA4NzUxTDAuNTg3NTE2IDMuNzQ1MDNMMS4yNzY3MSAzLjA0ODU0TDEwLjAwMDAxIDMuMDQ4NTRMMTAgMC41ODc1MDhaIi8+PC9zdmc+);background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 16px;cursor:pointer}.form-card form select option{color:var(--color-gray-dark)}.submit-btn{background-color:var(--color-purple);color:var(--color-white);padding:.8rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .3s ease}.submit-btn:hover{background-color:var(--color-cta-hover)}.already-user-div{display:flex;align-items:center;justify-content:center}.already-user-div h3{color:var(--color-gray-dark)!important}.already-user-div h3 span{color:#5b47b0}.agreement{margin-top:1rem;font-size:.6rem;color:var(--color-agreement)}.input-checkbox{text-align:center;margin-right:.5rem;cursor:pointer}.agreement a{font-size:.6rem;color:var(--color-purple);text-decoration:none}.agreement a:hover{text-decoration:underline}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}to{transform:translate(0)}}.shake{animation:shake .5s}}@media only screen and (min-width: 820px) and (min-height: 1180px){.hero-container{width:100vw;display:flex;flex-wrap:wrap;justify-content:space-between;margin:auto;align-items:center;padding:2rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background-color:var(--color-white)}.hero-left{flex:1;margin:3rem 1rem 8rem;display:flex;flex-direction:column;align-items:flex-start;position:relative}.hero-left-heading h1{font-size:2.74rem;line-height:1.3;color:var(--color-gray-dark);margin-bottom:.5rem;font-weight:500;text-align:left}.hero-left-heading h1 span,.hero-left p span{color:var(--color-purple)}.hero-subtext01{font-family:outfit,sans-serif;font-size:1.1rem;color:#666;margin:.7rem 0;line-height:1.5;padding-left:.5rem;border-left:3px solid #5b47b0}.hero-cta{width:152px;height:42px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:600;font-size:.7rem;transition:background .3s ease}.hero-cta:hover{background-color:var(--color-cta-hover)}.hero-right{flex:1;position:relative;display:flex;justify-content:center}.hero-bubble{position:absolute;top:-1rem;right:-2rem;width:300px;height:300px;background:var(--color-bubble);border-radius:50%;z-index:1}.hero-bubble2{position:absolute;bottom:-2rem;left:-2rem;width:300px;height:300px;background:var(--color-bubble2);border-radius:50%;z-index:1}.form-card{position:relative;z-index:200;width:330px;background:var(--color-white);border-radius:10px;box-shadow:0 4px 10px #00000017;padding:1rem}.contact__form-input-phone{width:calc(100% - 75px);position:absolute;top:0;left:80px;z-index:1;width:72%;border:1px solid var(--color-input-border);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem}#select-opts{max-width:200px;color:#333;background-color:#f0f0f0;padding:.5rem}.form-card h2{font-size:1.8rem;color:var(--color-gray-dark);text-align:center;margin-bottom:.8rem}.form-subtitle{font-size:.8rem;color:var(--color-text-secondary);margin-bottom:.9rem;text-align:center}.form-card h3{font-size:1rem;color:var(--color-purple);font-weight:600;text-align:center;margin-bottom:1rem}.form-card form{display:flex;flex-direction:column}.form-card form input{margin-bottom:.8rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:1rem;outline:none}.form-card form input:hover,.form-card form select:hover{border-color:var(--color-input-focus)}.submit-btn{background-color:var(--color-purple);color:var(--color-white);padding:.7rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .3s ease}.submit-btn:hover{background-color:var(--color-cta-hover)}.already-user-div{display:flex;align-items:center;justify-content:center}.already-user-div h3{color:var(--color-gray-dark)!important}.already-user-div h3 span{color:#5b47b0}.agreement{margin-top:.78rem;font-size:.75rem;color:var(--color-agreement)}.input-checkbox{text-align:center;margin-right:.5rem;cursor:pointer}.agreement a{font-size:.6rem;color:var(--color-purple);text-decoration:none}.agreement a:hover{text-decoration:underline}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}to{transform:translate(0)}}.shake{animation:shake .5s}}@media only screen and (min-width: 1024px) and (min-height: 1366px){.hero-container{width:100vw;display:flex;flex-wrap:wrap;justify-content:space-between;margin:auto;align-items:center;padding:1.5rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hero-left{flex:1;margin:2rem 2rem 5rem;display:flex;flex-direction:column;align-items:flex-start;position:relative}.hero-left-heading h1{font-size:3.5rem;line-height:1.2;color:var(--color-gray-dark);margin-bottom:.7rem;font-weight:500;text-align:left}.hero-left-heading h1 span,.hero-left p span{color:var(--color-purple)}.hero-subtext01{font-family:outfit,sans-serif;font-size:1rem;color:#666;margin:.7rem 0;line-height:1.5;padding-left:.5rem;border-left:3px solid #5b47b0}.hero-subtext{font-size:1rem;font-weight:500;color:var(--color-gray);margin-top:-0rem!important;margin-bottom:2rem;padding-left:.5rem;border-left:2px solid var(--color-purple)}.hero-cta{width:172px;height:52px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.2rem;border:none;border-radius:30px;cursor:pointer;font-weight:600;font-size:.9rem;transition:background .3s ease}.hero-cta:hover{background-color:var(--color-cta-hover);box-shadow:0 4px 8px #0000004d}.hero-bubble{position:absolute;top:-2rem;right:-.2rem;width:350px;height:350px;background:var(--color-bubble);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.hero-bubble2{position:absolute;bottom:-2rem;left:-.01rem;width:350px;height:350px;background:var(--color-bubble2);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.hero-right{flex:1;position:relative;display:flex;justify-content:center}.form-card{position:relative;z-index:200;width:360px;height:-moz-fit-content;height:fit-content;background:var(--color-white);border-radius:10px;box-shadow:0 4px 10px #00000017;padding:1rem}.country-code-div{display:flex;gap:.5rem}.counter-code{width:70px;background-color:#fff;color:"black";cursor:"not-allowed"}.contact__form-input-phone{width:calc(100% - 75px);position:absolute;top:0;left:80px;z-index:1;width:75.5%;border:1px solid var(--color-input-border);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.form-card h2{font-size:1.9rem;color:var(--color-gray-dark);text-align:center;margin-bottom:1rem}.form-subtitle{font-size:.8rem;color:var(--color-text-secondary);margin-bottom:.9rem;text-align:center}.form-card h3{font-size:1.2rem;color:var(--color-purple);font-weight:600;text-align:center;margin-bottom:1rem}.form-card form{display:flex;flex-direction:column}.form-card form input{margin-bottom:1rem;padding:.9rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.9rem;outline:none}.form-card form input:hover,.form-card form select:hover{border-color:var(--color-input-focus)}.form-card form select{margin-top:.7rem;margin-bottom:.7rem;padding:.7rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.9rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9IiNjY2NjY2MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDAuNTg3NTA4TDEwIDUuMDg3NTFMMS44OTk5OSA1LjA4NzUxTDAuNTg3NTE2IDMuNzQ1MDNMMS4yNzY3MSAzLjA0ODU0TDEwLjAwMDAxIDMuMDQ4NTRMMTAgMC41ODc1MDhaIi8+PC9zdmc+);background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 16px;cursor:pointer}.form-card form select option{color:var(--color-gray-dark)}.submit-btn{background-color:var(--color-purple);color:var(--color-white);padding:.9rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;transition:background .3s ease}.submit-btn:hover{background-color:var(--color-cta-hover)}.already-user-div{display:flex;align-items:center;justify-content:center}.already-user-div h3{color:var(--color-gray-dark)!important}.already-user-div h3 span{color:#5b47b0}.agreement{margin-top:.78rem;font-size:.8rem;color:var(--color-agreement)}.input-checkbox{text-align:center;margin-right:.5rem;cursor:pointer}.agreement a{font-size:.7rem;color:var(--color-purple);text-decoration:none}.agreement a:hover{text-decoration:underline}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}to{transform:translate(0)}}.shake{animation:shake .5s}}@media only screen and (width: 768px) and (height: 1024px){.hero-container{width:100vw;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1.5rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background-color:var(--color-white)}.hero-left{flex:1;margin:2rem 2rem 5rem;display:flex;flex-direction:column;align-items:flex-start;position:relative}.hero-left-heading h1{font-size:2.5rem;line-height:1;color:var(--color-gray-dark);margin-bottom:.5rem;font-weight:500;text-align:left}.hero-left-heading h1 span,.hero-left p span{color:var(--color-purple)}.hero-subtext01{font-family:outfit,sans-serif;font-size:1rem;color:#666;margin:.7rem 0;line-height:1.5;padding-left:.5rem;border-left:3px solid #5b47b0}.hero-cta{width:152px;height:42px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:600;font-size:.7rem;transition:background .3s ease}.hero-cta:hover{background-color:var(--color-cta-hover)}.hero-right{flex:1;position:relative;display:flex;justify-content:center}.hero-bubble,.hero-bubble2{display:none}.form-card{position:relative;z-index:200;width:320px;height:-moz-fit-content;height:fit-content;background:var(--color-white);border-radius:10px;box-shadow:0 4px 10px #00000017;padding:1rem .5rem}.country-code-div{display:flex;gap:.5rem}.counter-code{width:70px;background-color:#fff;color:"black";cursor:"not-allowed"}.contact__form-input-phone{width:calc(100% - 75px);position:absolute;top:0;left:80px;z-index:1;width:70%;border:1px solid var(--color-input-border);background:none;color:#757575;outline:none;border-radius:.75rem;padding:.7rem;margin-bottom:-2rem}.form-card h2{font-size:1.3rem;color:var(--color-gray-dark);text-align:center;margin-bottom:.4rem}.form-subtitle{font-size:.6rem;color:var(--color-text-secondary);margin-bottom:.5rem;text-align:center}.form-card h3{font-size:.9rem;color:var(--color-purple);font-weight:600;text-align:center;margin-bottom:.5rem}.form-card form{display:flex;flex-direction:column}.form-card form input{margin-bottom:.7rem;padding:.7rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.7rem;outline:none}.form-card form input:hover,.form-card form select:hover{border-color:var(--color-input-focus)}.form-card form select{margin-top:.5rem;margin-bottom:.7rem;padding:.7rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.9rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9IiNjY2NjY2MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDAuNTg3NTA4TDEwIDUuMDg3NTFMMS44OTk5OSA1LjA4NzUxTDAuNTg3NTE2IDMuNzQ1MDNMMS4yNzY3MSAzLjA0ODU0TDEwLjAwMDAxIDMuMDQ4NTRMMTAgMC41ODc1MDhaIi8+PC9zdmc+);background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 16px;cursor:pointer}.form-card form select option{color:var(--color-gray-dark)}.submit-btn{background-color:var(--color-purple);color:var(--color-white);padding:.7rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .3s ease}.submit-btn:hover{background-color:var(--color-cta-hover)}.already-user-div{display:flex;align-items:center;justify-content:center}.already-user-div h3{color:var(--color-gray-dark)!important}.already-user-div h3 span{color:#5b47b0}.agreement{margin-top:.78rem;font-size:.5rem;color:var(--color-agreement)}.input-checkbox{text-align:center;margin-right:.5rem;cursor:pointer}.agreement a{font-size:.6rem;color:var(--color-purple);text-decoration:none}.agreement a:hover{text-decoration:underline}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}to{transform:translate(0)}}.shake{animation:shake .5s}}@media only screen and (max-width: 660px){.hero-container{flex-direction:column;align-items:center;padding:1rem;width:99vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:2rem}.hero-left{margin:1rem 0 3rem;padding:.8rem;text-align:left;align-items:last baseline;position:relative;overflow:hidden;isolation:isolate}.hero-left:before{content:"";position:absolute;top:-25%;right:-10%;bottom:-15%;left:-10%;z-index:0;opacity:.1;background:radial-gradient(120px 120px at 15% 20%,#5b47b0 15%,#5b47b000 60%),radial-gradient(180px 180px at 85% 0%,#7843fc9b 10%,#7843fc00 65%),radial-gradient(220px 220px at 50% 110%,#f6f2fe 15%,#f6f2fe00 60%),repeating-radial-gradient(circle at 0% 100%,#5b47b026 0,#5b47b026 2px,#5b47b000 2px,#5b47b000 6px);filter:blur(2.5px);transform:rotate(-4deg);pointer-events:none}.hero-left:after{content:"";position:absolute;width:140%;height:60%;left:-20%;top:35%;z-index:0;background:linear-gradient(115deg,#f6f2fe00,#f6f2fecc 35%,#5b47b017 60%,#7843fc1a 75%,#f6f2fe00);opacity:.35;filter:blur(8px);pointer-events:none}.hero-left>*{position:relative;z-index:1}.hero-left-heading h1{font-size:2.8rem;text-align:left}.hero-subtext01{font-family:outfit,sans-serif;font-size:.85rem;color:#666;margin:.7rem 0;line-height:1.5;padding-left:.5rem;border-left:3px solid #5b47b0}.hero-right{flex:1;position:relative;display:flex;justify-content:center;box-shadow:0 4px 8px #0000004d}.hero-bubble{position:absolute;top:-3rem;right:-.1rem;width:350px;height:350px;background:var(--color-bubble);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.hero-bubble2{position:absolute;bottom:-3rem;left:-.01rem;width:350px;height:350px;background:var(--color-bubble2);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.form-card{position:relative;z-index:2;width:310px;height:500px;background:var(--color-white);border-radius:10px;box-shadow:0 8px 15px #0003;padding:.5rem 1rem}.form-card h3{font-size:1rem;color:var(--color-purple);font-weight:600;text-align:center;margin-bottom:.5rem}.contact__form-div{position:relative;height:2rem}.contact__form-input{position:absolute;top:0;left:0;z-index:1;width:100%;border:1px solid var(--color-input-border);background:none;color:#757575;outline:none;border-radius:.75rem;padding:.85rem!important;margin-bottom:-3rem!important}.contact__form-tag{position:absolute;top:-.75rem;left:1.25rem;font-size:.875rem;padding:.25rem;z-index:10;background:var(--color-white)}#form-input{font-size:.7rem;text-align:left;color:var(--color-text-secondary);margin-bottom:.5rem}.form-card h2{font-size:1.3rem;color:var(--color-gray-dark);text-align:center;margin:.5rem}.form-subtitle{font-size:.7rem;color:var(--color-text-secondary);margin-bottom:.5rem;text-align:center}.form-card form input,.form-card form select{margin-bottom:.7rem;padding:.85rem!important;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.7rem;outline:none}.form-card form input:hover,.form-card form select:hover{border-color:var(--color-input-focus)}.submit-btn{background-color:var(--color-purple);color:var(--color-white);padding:.7rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .3s ease}.submit-btn:hover{background-color:var(--color-cta-hover)}.agreement{margin-top:.6rem;font-size:.6rem;color:var(--color-agreement)}.agreement a{font-size:.6rem;color:var(--color-purple);text-decoration:none}.agreement a:hover{text-decoration:underline}.country-code-div{display:flex;gap:.5rem;margin-top:-.5rem;margin-bottom:.5rem}.counter-code{width:70px;background-color:#fff;color:"black";cursor:"not-allowed"}.contact__form-input-phone{width:calc(100% - 80px)!important;position:absolute;top:0;left:80px;z-index:1;width:71%;border:1px solid var(--color-input-border);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}}@media screen and (max-width: 380px){.hero-container{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:2rem}.hero-left{margin:0;padding:.8rem;margin-bottom:2rem;text-align:left;align-items:last baseline}.hero-left-heading h1{font-size:2.2rem;text-align:left}.hero-subtext01{font-family:outfit,sans-serif;font-size:.85rem;color:#666;margin:.7rem 0;line-height:1.5;padding-left:.5rem;border-left:3px solid #5b47b0}.hero-right{flex:1;position:relative;display:flex;justify-content:center;box-shadow:0 4px 8px #0000004d}.hero-bubble{position:absolute;top:-2rem;right:0;width:350px;height:350px;background:var(--color-bubble);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.hero-bubble2{position:absolute;bottom:-3rem;left:0;width:350px;height:350px;background:var(--color-bubble2);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.form-card{position:relative;z-index:2;max-width:300px;height:500px;background:var(--color-white);border-radius:10px;box-shadow:0 8px 15px #0003;padding:1rem!important}.form-card h3{font-size:1rem;color:var(--color-purple);font-weight:600;text-align:center}.contact__form-div{position:relative;margin-bottom:.3rem;height:4rem}.contact__form-input{position:absolute;top:0;left:0;z-index:1;width:100%;border:1px solid var(--color-input-border);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.contact__form-tag{position:absolute;top:-.75rem;left:1.25rem;font-size:.875rem;padding:.25rem;z-index:10;background:var(--color-white)}#form-input{font-size:.7rem;text-align:left;color:var(--color-text-secondary);margin-bottom:.5rem}.form-card h2{font-size:1.3rem;color:var(--color-gray-dark);text-align:center;margin:.5rem}.form-subtitle{font-size:.7rem;color:var(--color-text-secondary);margin-bottom:.5rem;text-align:center}.country-code-div{display:flex;gap:.5rem;margin-top:-.5rem;margin-bottom:.5rem}.counter-code{width:70px;background-color:#fff;color:"black";cursor:"not-allowed"}.contact__form-input-phone{width:calc(100% - 80px)!important;position:absolute;top:0;left:75px;z-index:1;width:71%;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.form-card form input,.form-card form select{margin-bottom:.7rem;padding:.7rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.7rem;outline:none}.form-card form input:hover,.form-card form select:hover{border-color:var(--color-input-focus)}.submit-btn{background-color:var(--color-purple);color:var(--color-white);padding:.7rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .3s ease}.submit-btn:hover{background-color:var(--color-cta-hover)}.agreement{font-size:.6rem;color:var(--color-agreement);margin-bottom:.7rem}.agreement a{font-size:.6rem;color:var(--color-purple);text-decoration:none}.agreement a:hover{text-decoration:underline}.already-user-div{display:flex;align-items:center;justify-content:center}.already-user-div h3{color:var(--color-gray-dark)!important}.already-user-div h3 span{color:#5b47b0}}.hero-grid-pattern{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.35;pointer-events:none}.hero-left,.hero-right{position:relative;z-index:2}@media (max-width: 768px){.hero-grid-pattern{opacity:.3}.hero-grid-pattern .agp-svg{fill:#5b47b066;stroke:#5b47b066}.hero-grid-pattern .agp-animated-rect{color:#5b47b0bf}}.agp-svg{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;fill:#9ca3af4d;stroke:#9ca3af4d;will-change:auto;transform:translateZ(0);backface-visibility:hidden}.agp-overflow-visible{overflow:visible}.agp-animated-rect{fill:currentColor;stroke-width:0;color:#000000b3}.agp-mask{-webkit-mask-image:radial-gradient(500px circle at center,#fff,transparent);mask-image:radial-gradient(500px circle at center,#fff,transparent)}.agp-stretch{right:0;left:0;height:200%;top:-30%;bottom:-30%;position:absolute}.agp-skew{transform:skewY(12deg);transform-origin:center}.hero-grid-pattern{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.35;pointer-events:none;contain:layout style paint;content-visibility:auto}.hero-grid-pattern .agp-svg{fill:#5b47b059;stroke:#5b47b059}.hero-grid-pattern .agp-animated-rect{color:#5b47b0b3}@media (prefers-color-scheme: dark){.agp-svg{fill:#94a3b840;stroke:#94a3b840}.agp-animated-rect{color:#ffffffb3}.hero-grid-pattern .agp-svg{fill:#5b47b033;stroke:#5b47b033}.hero-grid-pattern .agp-animated-rect{color:#5b47b066}}@media (max-width: 768px){.hero-grid-pattern{opacity:.3}.hero-grid-pattern .agp-svg{fill:#5b47b066;stroke:#5b47b066;shape-rendering:optimizeSpeed}.hero-grid-pattern .agp-animated-rect{color:#5b47b0bf;will-change:auto!important}}@media (max-width: 480px){.hero-grid-pattern{opacity:.25}.hero-grid-pattern .agp-svg{fill:#5b47b061;stroke:#5b47b061}}:root{--stats-bg: #f1f1fb;--stats-box-border: #ccc;--stats-purple: #5b47b0;--stats-text-secondary: #666}.stats-banner{margin:2rem auto;background:var(--stats-bg);border-radius:1rem;display:flex;align-items:center;justify-content:space-evenly;padding:2rem;max-width:1280px;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);flex-wrap:wrap;margin-bottom:0rem}.stats-box{display:flex;align-items:center;gap:1rem;flex:wrap;min-width:250px;height:90px;margin:1rem;border-radius:8px}.stats-icon{width:30%;height:100%;background:var(--color-white);border-radius:8px 0 0 8px;display:flex;align-items:center;justify-content:center}.stats-book-icon{width:40px;height:auto;filter:brightness(0) saturate(100%) invert(28%) sepia(60%) saturate(2037%) hue-rotate(239deg) brightness(88%) contrast(92%)}.stats-info{width:70%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.stats-info h2{font-size:2.5rem;color:#000;margin:0;font-weight:600;padding-top:.4rem}.stats-info p{font-size:.8rem;color:var(--stats-text-secondary);margin:0;font-weight:500;padding-bottom:.4rem}@media only screen and (min-width: 96em){.stats-banner{margin-top:2rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:var(--stats-bg);border-radius:1.5rem;display:flex;align-items:center;justify-content:space-evenly;padding:3rem;max-width:1580px;width:100vw;flex-wrap:wrap}.stats-box{display:flex;align-items:center;gap:1rem;flex:1;min-width:280px;max-width:400px;height:100px;margin:1rem;border-radius:10px}.stats-icon{width:30%;height:100%;background:var(--color-white);border-top-right-radius:0;border-bottom-right-radius:0;border-right:0;display:flex;align-items:center;justify-content:center}.stats-book-icon{width:50px;height:auto;filter:brightness(0) saturate(100%) invert(28%) sepia(60%) saturate(2037%) hue-rotate(239deg) brightness(88%) contrast(92%)}.stats-info{width:70%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.stats-info h2{font-size:3rem;color:#000;margin:0;font-weight:600}.stats-info p{font-size:1rem;color:var(--stats-text-secondary);margin:0;font-weight:500;padding-bottom:.4rem}}@media only screen and (max-width: 1200px) and (min-height: 1366px){.stats-banner{margin:2rem auto;background:var(--stats-bg);border-radius:1rem;display:flex;align-items:center;justify-content:space-evenly;padding:2rem;max-width:1280px;width:100%;flex-wrap:wrap}.stats-box{display:flex;align-items:center;gap:1rem;flex:wrap;min-width:350px;height:90px;margin:1rem;border-radius:8px}.stats-icon{width:20%;height:80%;background:var(--color-white);border-radius:8px 0 0 8px;display:flex;align-items:center;justify-content:center}.stats-book-icon{width:30px;height:auto;filter:brightness(0) saturate(100%) invert(28%) sepia(60%) saturate(2037%) hue-rotate(239deg) brightness(88%) contrast(92%)}.stats-info{width:60%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.stats-info h2{font-size:2rem;color:#000;margin:0;font-weight:600;padding-top:.4rem}.stats-info p{font-size:1rem;color:var(--stats-text-secondary);margin:0;font-weight:500;padding-bottom:.4rem}}@media only screen and (max-width: 820px) and (max-height: 1180px){.stats-banner{margin:4rem auto;background:var(--stats-bg);border-radius:1rem;display:flex;align-items:center;justify-content:space-evenly;padding:2rem;width:100vw;flex-wrap:wrap}.stats-box{display:flex;align-items:center;gap:1rem;flex:wrap;width:300px;height:90px;margin:1rem;border-radius:8px}.stats-icon{width:20%;height:80%;background:var(--color-white);border-radius:8px 0 0 8px;display:flex;align-items:center;justify-content:center}.stats-book-icon{width:30px;height:auto;filter:brightness(0) saturate(100%) invert(28%) sepia(60%) saturate(2037%) hue-rotate(239deg) brightness(88%) contrast(92%)}.stats-info{width:60%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.stats-info h2{font-size:2rem;color:#000;margin:0;font-weight:600;padding-top:.4rem}.stats-info p{font-size:.8rem;color:var(--stats-text-secondary);margin:0;font-weight:500;padding-bottom:.4rem}}@media only screen and (max-width: 660px){.stats-banner{margin-top:3rem;background:#f6f2fe;border-top-left-radius:5rem;border-bottom-right-radius:5rem;align-items:center;justify-content:space-evenly;padding:2rem;width:100%;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);box-shadow:8px 4px 8px #0000004d;margin-bottom:0rem}.stats-box{display:flex;align-items:center;gap:1rem;min-width:220px;max-width:250px;height:80px;box-shadow:0 4px 8px #0000004d}.stats-icon{width:30%;height:100%;background:var(--color-white);border-radius:8px;display:flex;align-items:center;justify-content:center;border:1px solid var(--stats-box-border)}.stats-book-icon{width:40px;height:auto;filter:brightness(0) saturate(100%) invert(28%) sepia(60%) saturate(2037%) hue-rotate(239deg) brightness(88%) contrast(92%)}.stats-info{width:70%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.stats-info h2{font-size:2rem;color:#111827;margin-bottom:.5rem;font-weight:600;padding-top:.2rem}.stats-info p{font-size:.7rem;color:var(--stats-text-secondary);margin:0;font-weight:500;padding-bottom:.4rem}}.feature-section{width:100%;padding:80px 0}.feature-container{width:90%;max-width:1200px;margin:0 auto}.feature-header{display:flex;flex-direction:column;gap:14px;margin-bottom:40px}.feature-header h2{font-size:2.2rem;font-weight:500;line-height:1.2;margin:0;font-family:Outfit,system-ui,sans-serif}.feature-header h2 span{color:#5b47b0}.feature-header p{font-size:1rem;line-height:1.6;max-width:550px;margin:0;color:#555;font-family:Outfit,system-ui,sans-serif}.badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;background:#f2f2ff;color:#5b47b0;width:-moz-fit-content;width:fit-content;font-family:Outfit,system-ui,sans-serif}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{background:var(--ds-surface);border:1px solid var(--ds-stroke);border-radius:16px;box-shadow:0 1px 2px #1018280f;padding:1rem clamp(20px,3vw,36px);min-height:220px;display:flex;flex-direction:column;justify-content:center}.feature-card--wide{grid-column:span 2}.feature-icon{font-size:28px;opacity:.7}.feature-value{font:700 clamp(28px,3vw,52px) / 1.05 ui-sans-serif,system-ui,"Outfit",sans-serif;color:var(--ds-ink);letter-spacing:-.02em;margin:4px 0 10px}.feature-content h3{font:600 clamp(18px,2.4vw,28px) / 1.2 "Outfit",system-ui,sans-serif;color:var(--ds-ink-2);margin:0 0 8px}.feature-content p{max-width:54ch;font:400 clamp(14px,1.1vw,16px) / 1.6 "Outfit",system-ui,sans-serif;color:var(--ds-muted);margin:0}.feature-area-big1{background:radial-gradient(1200px 600px at 60% 30%,rgba(37,99,235,.1),transparent 60%),radial-gradient(900px 500px at 0% 100%,rgba(91,71,176,.12),transparent 60%),var(--ds-surface)}.feature-area-small1{background:radial-gradient(700px 400px at 80% 20%,rgba(91,71,176,.12),transparent 60%),radial-gradient(600px 360px at 0% 100%,rgba(37,99,235,.1),transparent 60%),var(--ds-surface)}.feature-area-small2{background:radial-gradient(800px 460px at 20% 30%,rgba(243,186,58,.12),transparent 60%),radial-gradient(700px 420px at 100% 100%,rgba(91,71,176,.1),transparent 60%),var(--ds-surface)}.feature-area-big2{background:radial-gradient(1100px 600px at 70% 30%,rgba(139,92,246,.12),transparent 60%),radial-gradient(1000px 520px at 0% 100%,rgba(37,99,235,.1),transparent 60%),var(--ds-surface)}@media (min-width: 768px) and (max-width: 1024px){.feature-card{padding:18px;border-radius:18px;min-height:210px;box-shadow:0 10px 26px #00000012}.feature-value{font-size:clamp(30px,4vw,44px);margin:6px 0 10px}.feature-content h3{font-size:20px;line-height:1.2}.feature-content p{font-size:15px;line-height:1.65;max-width:48ch}}@media (max-width: 1024px){.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card--wide{grid-column:span 2}}@media (max-width: 640px){.feature-section{padding:55px 0}.feature-header h2{font-size:30px}.feature-grid{grid-template-columns:1fr}.feature-card--wide{grid-column:span 1}}:root{--mentor-bg: #5b47b0;--mentor-white: #fff;--mentor-text-dark: #333;--mentor-purple: #6a33f8;--mentor-border: #000;--mentor-badge-bg: #fff;--mentor-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);--mentor-btn-hover-bg: #e1dbf7;--mentor-btn-hover-text: #fff;--mentor-opacity: .8}.mentor-banner{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:4rem;height:25rem;background:var(--mentor-bg);color:var(--mentor-white);display:flex;align-items:center;justify-content:space-between;padding:1rem;z-index:1}.mentor-left{position:absolute;left:0;bottom:0;width:40%;height:100%}.mentor-girl-img{position:absolute;top:12px;left:120px;width:370px;height:auto;z-index:999}.mentor-stats-badge{position:absolute;top:40%;left:10%;background:var(--mentor-badge-bg);color:var(--mentor-text-dark);padding:.5rem;border-radius:1rem;width:150px;text-align:center;box-shadow:var(--mentor-box-shadow);z-index:999}.mentor-stats-badge h3{margin:0;font-size:1.4rem;font-weight:700;color:var(--mentor-purple)}.mentor-stats-badge p{margin:.2rem 0;font-size:.8rem;font-weight:600}.mentor-group-img{display:block;width:60%;margin:.4rem auto 0}.mentor-right{position:absolute;right:0;width:55%;margin-left:2rem;height:100%;padding:5rem 2rem;text-align:left}.mentor-right h2{font-family:Outfit,sans-serif;font-weight:600;font-size:2rem;line-height:1.3;margin-bottom:1rem}.mentor-right p{font-family:Outfit,sans-serif;font-size:.88rem;font-weight:400;margin-bottom:2rem}.mentor-cta{width:20%;background:var(--mentor-white);color:var(--mentor-purple);border:none;padding:.8rem 1.2rem;border-radius:30px;cursor:pointer;font-weight:600;transition:background .3s ease}.mentor-cta:hover{background:var(--mentor-btn-hover-bg);color:var(--mentor-btn-hover-text)}.vector-img{position:absolute;bottom:0;left:0;width:280px;height:auto;z-index:1;opacity:var(--mentor-opacity)}@media only screen and (min-width: 96em){.mentor-banner{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:4rem;margin-bottom:5rem;height:25rem;background:var(--mentor-bg);color:var(--mentor-white);display:flex;align-items:center;justify-content:space-between;padding:1rem;z-index:1}.mentor-left{position:absolute;left:5rem;bottom:0;width:50%;height:100%}.mentor-girl-img{position:absolute;top:12px;left:120px;width:400px;height:auto;z-index:1}.mentor-stats-badge{position:absolute;top:40%;left:4%;background:var(--mentor-badge-bg);color:var(--mentor-text-dark);padding:1rem;border-radius:1rem;width:200px;text-align:center;box-shadow:var(--mentor-box-shadow);z-index:2}.mentor-stats-badge h3{margin:0;font-size:1.8rem;font-weight:700;color:var(--mentor-purple)}.mentor-stats-badge p{margin:.2rem 0;font-size:1rem;font-weight:600}.mentor-group-img{display:block;width:60%;margin:.4rem auto 0}.mentor-right{position:absolute;right:5rem;width:55%;height:100%;padding:5rem 2rem;text-align:left}.mentor-right h2{font-family:Outfit,sans-serif;font-weight:600;font-size:2.8rem;line-height:1.3;margin-bottom:1rem}.mentor-right p{font-family:Outfit,sans-serif;font-size:1rem;font-weight:400;margin-bottom:2rem}.mentor-cta{width:20%;background:var(--mentor-white);color:var(--mentor-purple);border:none;padding:.8rem 1.2rem;border-radius:30px;cursor:pointer;font-weight:600;transition:background .3s ease}.mentor-cta:hover{background:var(--mentor-btn-hover-bg);color:var(--mentor-btn-hover-text)}.vector-img{position:absolute;bottom:0;left:0;width:280px;height:auto;opacity:var(--mentor-opacity)}}@media only screen and (min-width: 820px) and (max-width: 1024px) and (min-height: 1180px) and (max-height: 1366px){.mentor-banner{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:4rem;height:20rem;background:var(--mentor-bg);color:var(--mentor-white);display:flex;align-items:center;justify-content:space-between;padding:1rem;z-index:1}.mentor-left{position:absolute;left:0;bottom:0;width:40%;height:100%}.mentor-girl-img{position:absolute;top:3.5rem;left:80px;width:250px;height:auto;z-index:999}.mentor-stats-badge{position:absolute;top:40%;left:1%;background:var(--mentor-badge-bg);color:var(--mentor-text-dark);padding:.5rem;border-radius:1rem;width:150px;text-align:center;box-shadow:var(--mentor-box-shadow);z-index:999}.mentor-stats-badge h3{margin:0;font-size:1.2rem;font-weight:700;color:var(--mentor-purple)}.mentor-stats-badge p{margin:.2rem 0;font-size:.8rem;font-weight:600}.mentor-group-img{display:block;width:60%;margin:.4rem auto 0}.mentor-right{position:absolute;right:0;width:60%;height:100%;padding:2rem;text-align:left}.mentor-right h2{font-family:Outfit,sans-serif;font-weight:600;font-size:1.5rem;line-height:1.3;margin-bottom:1rem}.mentor-right p{font-family:Outfit,sans-serif;font-size:.7rem;font-weight:400;margin-bottom:2rem}.mentor-cta{width:30%;background:var(--mentor-white);color:var(--mentor-purple);border:none;padding:.8rem 1.2rem;border-radius:30px;cursor:pointer;font-weight:600;transition:background .3s ease}.mentor-cta:hover{background:var(--mentor-btn-hover-bg);color:var(--mentor-btn-hover-text)}.vector-img{position:absolute;bottom:0;left:0;width:280px;height:auto;z-index:1;opacity:var(--mentor-opacity)}}@media only screen and (min-width: 768px) and (max-width: 820px) and (min-height: 1024px) and (max-height: 1180px){.mentor-banner{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:1rem;height:18rem;background:var(--mentor-bg);color:var(--mentor-white);display:flex;align-items:center;justify-content:space-between;padding:1rem;z-index:1}.mentor-left{position:absolute;left:0;bottom:0;width:40%;height:100%}.mentor-girl-img{position:absolute;top:2.5rem;left:80px;width:250px;height:auto;z-index:999}.mentor-stats-badge{position:absolute;top:30%;left:4%;background:var(--mentor-badge-bg);color:var(--mentor-text-dark);border-radius:1rem;width:130px;text-align:center;box-shadow:var(--mentor-box-shadow);z-index:999}.mentor-stats-badge h3{margin:0;font-size:1.1rem;font-weight:700;color:var(--mentor-purple)}.mentor-stats-badge p{margin:.2rem 0;font-size:.8rem;font-weight:600}.mentor-group-img{display:block;width:60%;margin:.4rem auto 0}.mentor-right{position:absolute;right:0;width:60%;height:100%;padding:2rem;text-align:left}.mentor-right h2{font-family:Outfit,sans-serif;font-weight:600;font-size:1.4rem;line-height:1.3;margin-bottom:1rem}.mentor-right p{font-family:Outfit,sans-serif;font-size:.8rem;font-weight:400;margin-bottom:2rem}.mentor-cta{width:30%;background:var(--mentor-white);color:var(--mentor-purple);border:none;padding:.8rem 1.2rem;border-radius:30px;cursor:pointer;font-weight:600;transition:background .3s ease}.mentor-cta:hover{background:var(--mentor-btn-hover-bg);color:var(--mentor-btn-hover-text)}.vector-img{position:absolute;bottom:0;left:0;width:280px;height:auto;z-index:1;opacity:var(--mentor-opacity)}}@media only screen and (max-width: 660px){.mentor-banner{display:none}}.ds-kicker{font:600 16px/1 Outfit,system-ui,sans-serif;color:var(--ds-brand);margin:0 0 10px}.ds-value{font:700 clamp(28px,3vw,52px) / 1.05 ui-sans-serif,system-ui,"Outfit",sans-serif;color:var(--ds-ink);letter-spacing:-.02em;margin:4px 0 10px}@media (min-width: 768px) and (max-width: 1024px){.ds-wrap{width:100vw;padding:0}.ds-grid{padding:44px 22px;gap:18px}.upper-div,.lower-div{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px;align-items:stretch;flex-direction:unset!important}.ds-card{padding:18px;border-radius:18px;min-height:210px;box-shadow:0 10px 26px #00000012}.ds-card--xl,.ds-card--sm{min-height:210px}.ds-kicker{font-size:14px;margin-bottom:10px}.ds-value{font-size:clamp(30px,4vw,44px);margin:6px 0 10px}.ds-label{font-size:20px;line-height:1.2}.ds-blurb{font-size:15px;line-height:1.65;max-width:48ch}}@media (min-width: 768px) and (max-width: 860px){.upper-div,.lower-div{grid-template-columns:1fr!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:2rem!important;width:100%!important;max-width:100%!important}.ds-card,.ds-card--xl,.ds-card--sm{min-height:unset}}.gradient-root{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.gradient-layer{position:absolute;top:0;right:0;bottom:0;left:0}.gradient-shape{position:absolute;animation:background-gradient var(--background-gradient-speed, 15s) infinite linear}.blur-light{filter:blur(20px)}.blur-medium{filter:blur(40px)}.blur-heavy{filter:blur(100px)}@keyframes background-gradient{0%,to{transform:translate(0)}25%{transform:translate(50px,20px)}50%{transform:translate(-50px,40px)}75%{transform:translate(30px,-30px)}}@media (max-width: 768px){.blur-light{filter:blur(15px)}.blur-medium{filter:blur(30px)}.blur-heavy{filter:blur(70px)}@keyframes background-gradient{0%,to{transform:translate(0)}25%{transform:translate(30px,15px)}50%{transform:translate(-30px,25px)}75%{transform:translate(20px,-20px)}}}.testimonials-section{position:relative;width:100%;height:-moz-fit-content;height:fit-content;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:0rem;padding:3rem 1rem;text-align:center;background:#fff}.testimonials-section-heading{text-align:center;margin-bottom:1rem}.testimonials-section-heading h2{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;line-height:1.2;font-weight:500;margin-bottom:.5rem}.testimonials-section-heading h2 span{color:#5b47b0}.testimonials-section-subtitle{font-size:1rem;font-family:Outfit,system-ui,sans-serif;font-weight:400;color:#555;line-height:1.6;max-width:720px;margin:0 auto}.testimonial-container{width:100%;max-width:1400px;margin:0 auto;padding:2rem;box-sizing:border-box}.testimonial-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:500px}.testimonial-image-container{position:relative;width:100%;height:500px;display:flex;align-items:center;justify-content:center;perspective:1000px}.testimonial-image{position:absolute;width:200px;height:300px;-o-object-fit:cover;object-fit:cover;border-radius:20px;box-shadow:0 20px 60px #0000004d;cursor:pointer;backface-visibility:hidden}.testimonial-content{display:flex;flex-direction:column;justify-content:center;gap:1.5rem;padding:2rem;min-height:-moz-fit-content;min-height:fit-content;border-radius:1.5rem}.testimonial-name{font-size:1.5rem;font-weight:700;text-align:left;margin:0;margin-bottom:1rem;line-height:1.2;font-family:Outfit,sans-serif!important}.testimonial-designation{font-size:.925rem;margin:0;margin-bottom:.7rem;line-height:1.5;text-align:left;font-weight:500;font-family:Outfit,sans-serif!important}.testimonial-quote{font-size:1.125rem;line-height:1.5;margin:0;font-family:Outfit,sans-serif!important;font-weight:400;text-align:left}.testimonial-arrow-buttons{display:flex;gap:1rem;margin-top:1rem}.testimonial-arrow-button{width:60px;height:60px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.testimonial-arrow-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #00000040}.testimonial-arrow-button:active{transform:scale(.95)}@media only screen and (min-width: 96em){.testimonials-section{padding:3rem;background:#f6f2fe}.testimonials-section-heading h2{font-size:2.2rem;margin-bottom:1.5rem}.testimonials-section-subtitle{max-width:820px}.testimonial-grid{gap:4rem}.testimonial-image{width:280px;height:320px}}@media (max-width: 1024px){.testimonials-section{padding:3rem 1.5rem}.testimonial-grid{grid-template-columns:1fr;gap:3rem}.testimonial-image-container{height:400px;order:1}.testimonial-image{width:240px;height:300px}.testimonial-content{order:2;padding:1.5rem}.testimonial-name{font-size:1.25rem}.testimonial-designation{font-size:.875rem}.testimonial-quote{font-size:1rem}}@media only screen and (min-width: 820px) and (max-width: 1025px) and (min-height: 1180px) and (max-height: 1367px){.testimonial-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:400px}.testimonials-section{padding:3rem 1rem}.testimonials-section-heading h2{font-size:1.9rem}.testimonials-section-subtitle{font-size:1rem;max-width:620px}.testimonial-image{width:220px;height:320px}}@media only screen and (min-width: 1024px) and (max-width: 1040px) and (min-height: 1366px) and (max-height: 1380px){.testimonials-section{padding:3rem 1rem}.testimonials-section-heading h2{font-size:2.2rem}.testimonials-section-subtitle{font-size:1rem;max-width:720px}.testimonial-image{width:220px;height:320px}}@media (max-width: 768px){.testimonial-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:400px}.testimonials-section{padding:2rem 1rem;margin-top:3rem}.testimonials-section-heading h2{font-size:1.9rem;margin-bottom:1.2rem}.testimonials-section-subtitle{font-size:.9rem;max-width:580px;margin-bottom:2rem}.testimonial-container{padding:1rem}.testimonial-grid{gap:2rem}.testimonial-image-container{height:350px}.testimonial-image{width:200px;height:280px}.testimonial-content{padding:1rem}.testimonial-name{font-size:1.125rem}.testimonial-designation{font-size:.8125rem}.testimonial-quote{font-size:.9375rem;line-height:1.6}.testimonial-arrow-button{width:50px;height:50px}}@media (max-width: 660px){.testimonial-grid{display:grid;grid-template-columns:1fr;gap:1rem;align-items:center;min-height:400px}.testimonials-section{padding:2rem 1rem;background:#fff}.testimonials-section-heading h2{font-size:30px;font-weight:500;text-align:left;font-family:Outfit,system-ui,sans-serif}.testimonials-section-subtitle{font-size:.95rem;padding:0!important;text-align:left;font-family:Outfit,system-ui,sans-serif}.testimonial-image-container{height:320px}.testimonial-image{width:180px;height:260px}.testimonial-content{padding:.75rem}.testimonial-name{font-size:1rem}.testimonial-designation{font-size:.75rem}.testimonial-quote{font-size:.875rem;line-height:1.5}.testimonial-arrow-button{width:45px;height:45px}}@media (max-width: 480px){.testimonials-section{width:100%;height:100%;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:0rem;padding:1rem 1.5rem;background:#fff}.testimonials-section-heading{display:flex;padding:0!important;flex-direction:column;align-items:flex-start;margin-bottom:1rem}.testimonials-section-heading h2{font-size:30px;font-weight:500;text-align:left;font-family:Outfit,system-ui,sans-serif}.testimonials-section-subtitle{font-size:.95rem;padding:0!important;margin-left:0!important;margin-bottom:0;text-align:left;font-family:Outfit,system-ui,sans-serif}.testimonial-container{padding:.5rem}.testimonial-image-container{height:260px;margin-bottom:0!important}.testimonial-image{width:160px;height:200px}.testimonial-arrow-buttons{justify-content:left}.testimonial-arrow-button{width:40px;height:40px}}@media (max-width: 380px){.testimonials-section{width:100%;height:100%;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:0rem;padding:1rem 1.2rem;background:#fff}.testimonials-section-heading{display:flex;padding:0!important;flex-direction:column;align-items:flex-start;margin-bottom:1rem}.testimonials-section-heading h2{font-size:30px;font-weight:500;text-align:left;font-family:Outfit,system-ui,sans-serif}.testimonials-section-subtitle{font-size:.95rem;padding:0!important;text-align:left;max-width:550px;font-family:Outfit,system-ui,sans-serif}.testimonial-image-container{height:300px;margin-bottom:0!important}.testimonial-image{width:160px;height:200px}.testimonial-name{font-size:1rem!important}.testimonial-designation{font-size:.8rem!important}.testimonial-quote{font-size:.9rem!important}.testimonial-arrow-buttons{justify-content:left}.testimonial-arrow-button{width:40px;height:40px}}.testimonial-content *{will-change:transform,opacity}:root{--color-white: #fff;--color-gray-dark: #000000;--color-text-secondary: #555;--color-purple: #5b47b0;--color-bubble: #f6f2fe;--shadow-soft: 0 6px 18px rgba(0, 0, 0, .08)}.wdm-section{display:block;margin-bottom:-2rem}@media (min-width: 768px){.wdm-section{display:none}}.wdm-section{padding:1.25rem .75rem 2rem;background:linear-gradient(180deg,var(--color-white),#fbfaff)}.wdm-card{background:var(--color-white);border-radius:26px;width:100%!important;padding:1.5rem 1rem 1.5rem .5rem;position:relative;overflow:hidden;isolation:isolate}.wdm-card:after{content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;border-radius:20px;background:var(--color-bubble);transform:rotate(35deg);z-index:-1}.wdm-head{text-align:left;margin-bottom:3rem;padding:0}.wdm-title{margin:0 0 .5rem;font-size:30px;line-height:1.2;color:#000;font-weight:500;text-align:left;font-family:Outfit,system-ui,sans-serif}.wdm-title span{color:var(--color-purple)}.wdm-sub{margin:0 auto;max-width:28rem;color:var(--color-text-secondary);font-size:.95rem;text-align:left;font-family:Outfit,system-ui,sans-serif}.wdm-timeline{position:relative;padding:.5rem 0 .75rem}.wdm-line{position:absolute;left:50%;top:.75rem;bottom:.5rem;width:2px;background:#cfc8f5;transform:translate(-50%)}.wdm-item{position:relative;display:flex;margin:1.4rem 0;min-height:64px}.wdm-dot{position:absolute;left:50%;top:.4rem;transform:translate(-50%);width:12px;height:12px;background:var(--color-purple);border-radius:999px;box-shadow:0 0 0 6px #5b47b01f}.wdm-item.left .wdm-item-content{margin-right:auto;margin-left:0;padding-right:1.75rem;text-align:left;width:calc(50% - 18px)}.wdm-item.right .wdm-item-content{margin-left:auto;margin-right:0;padding-left:1.75rem;text-align:left;width:calc(50% - 18px)}.wdm-item-title{margin:0 0 .25rem;font-size:1.35rem;line-height:1.15;color:var(--color-purple);font-weight:700;letter-spacing:.2px}.wdm-item-body{margin:0;font-size:.95rem;color:var(--color-text-secondary);line-height:1.35}@media (max-width: 360px){.wdm-item-title{font-size:1.2rem}.wdm-item-body{font-size:.9rem}}:root{--color-white: #fff;--color-black: #000;--color-gray-dark: #000000;--color-gray: #555;--color-gray-light: #6c6c6c;--color-bg-left: #b8a8f687;--color-bg-right: #b8a8f687;--color-circle1: #b1e2c5;--color-circle2: #feedb4;--color-circle3: #fecbc5;--color-circle4: #abb3fe;--color-blue: #0b1998;--color-purple: #5b47b0;--color-bg-feature: #f7f7f7}.why-different{position:relative;width:1280px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);height:759px;padding:4rem 3rem;background:transparent;text-align:center;background-size:30px 30px;margin-bottom:-2rem}.left-dotted-banner{position:absolute;top:0;left:0;width:85%;height:40%;background-image:radial-gradient(var(--color-bg-left) 1px,transparent 1px);background-size:20px 20px;z-index:0}.right-dotted-banner{position:absolute;bottom:0;right:0;width:85%;height:40%;background-image:radial-gradient(var(--color-bg-right) 1px,transparent 1px);background-size:20px 20px;z-index:0}.wd-heading{font-size:2.2rem;font-family:Outfit,sans-serif;margin-bottom:1.2rem;font-weight:500;color:var(--color-black)}.wd-heading span{color:var(--color-purple)}.wd-subheading{font-size:1rem;font-family:Outfit,system-ui,sans-serif;font-weight:400;color:#555;margin:0 auto;line-height:1.6;margin:0 auto 10rem}.feature-div{position:relative;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.dotted-wave-img{position:absolute;top:50%;left:7rem;width:80%;transform:translateY(-50%);z-index:0;pointer-events:none}.wd-feature1,.wd-feature2,.wd-feature3,.wd-feature4{position:relative;width:180px;display:flex;flex-direction:column;align-items:center;z-index:1}.wd-feature1{top:2rem}.wd-feature2{top:5rem}.wd-feature3{left:-5rem;top:-1rem}.wd-feature4{top:3.5rem}.wd-circle{width:70px;height:70px;border-radius:50%;background-color:var(--color-bg-feature);display:flex;align-items:center;justify-content:center;margin-bottom:2rem;box-shadow:0 2px 6px #0000001a}.wd-circle1{background-color:var(--color-circle1)}.wd-circle2{background-color:var(--color-circle2)}.wd-circle3{background-color:var(--color-circle3)}.wd-circle4{background-color:var(--color-circle4)}.wd-feature1 h4,.wd-feature2 h4,.wd-feature3 h4,.wd-feature4 h4{font-size:1.3rem;font-weight:500;margin-bottom:.5rem;color:var(--color-blue)}.reverse-pyramid{width:300px;text-align:center}.reverse-pyramid p{margin:0;font-size:1rem;color:var(--color-gray-light);font-weight:400;line-height:1.5}.wd-img{width:40%;height:auto;display:flex;align-items:center;justify-content:center;-o-object-fit:contain;object-fit:contain}@media only screen and (min-width: 96em){.why-different{position:relative;width:1280px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);height:759px;padding:4rem 3rem;background-color:var(--color-white);text-align:center;background-size:30px 30px}.left-dotted-banner{position:absolute;top:0;left:0;width:85%;height:40%;background-image:radial-gradient(var(--color-bg-left) 1px,transparent 1px);background-size:20px 20px;z-index:0}.right-dotted-banner{position:absolute;bottom:0;right:0;width:85%;height:40%;background-image:radial-gradient(var(--color-bg-right) 1px,transparent 1px);background-size:20px 20px;z-index:0}.wd-heading{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;color:var(--color-black)}.wd-subheading{font-size:1rem;font-family:Outfit,system-ui,sans-serif;font-weight:400;color:#555;margin:0 auto 10rem;line-height:1.6}.feature-div{position:relative;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.dotted-wave-img{position:absolute;top:50%;left:7rem;width:90%;transform:translateY(-50%);z-index:0;pointer-events:none}.wd-feature1,.wd-feature2,.wd-feature3,.wd-feature4{position:relative;width:17%;display:flex;flex-direction:column;align-items:center;z-index:1}.wd-feature1{top:2rem;right:1rem}.wd-feature2{top:6.5rem}.wd-feature3{left:-3rem;top:-2rem}.wd-feature4{top:7rem;left:3.5rem}.wd-circle{width:80px;height:80px;border-radius:50%;background-color:var(--color-bg-feature);display:flex;align-items:center;justify-content:center;margin-bottom:2rem;box-shadow:0 2px 6px #0000001a}.wd-circle1{background-color:var(--color-circle1)}.wd-circle2{background-color:var(--color-circle2)}.wd-circle3{background-color:var(--color-circle3)}.wd-circle4{background-color:var(--color-circle4)}.wd-feature1 h4,.wd-feature2 h4,.wd-feature3 h4,.wd-feature4 h4{font-size:1.3rem;font-weight:500;margin-bottom:.5rem;color:var(--color-blue)}.reverse-pyramid{width:300px;text-align:center}.reverse-pyramid p{margin:0;font-size:1rem;color:var(--color-gray-light);font-weight:500;line-height:1.5}.wd-img{width:40%;height:auto;display:flex;align-items:center;justify-content:center;-o-object-fit:contain;object-fit:contain}}@media only screen and (width: 1024px) and (height: 1366px){.why-different{position:relative;width:920px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);height:669px;padding:2rem;background-color:var(--color-white);text-align:center;background-size:10px 10px}.left-dotted-banner{position:absolute;top:0;left:0;width:85%;height:40%;background-image:radial-gradient(var(--color-bg-left) 1px,transparent 1px);background-size:20px 20px;z-index:0}.right-dotted-banner{position:absolute;bottom:0;right:0;width:85%;height:40%;background-image:radial-gradient(var(--color-bg-right) 1px,transparent 1px);background-size:20px 20px;z-index:0}.wd-heading{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;margin-bottom:1.2rem;font-weight:500;color:var(--color-black)}.wd-heading span{color:var(--color-purple)}.wd-subheading{font-size:1rem;font-family:Outfit,system-ui,sans-serif;font-weight:400;color:#555;margin:0 auto 10rem}.feature-div{position:relative;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.dotted-wave-img{position:absolute;top:50%;left:7rem;width:80%;transform:translateY(-50%);z-index:0;pointer-events:none}.wd-feature1,.wd-feature2,.wd-feature3,.wd-feature4{position:relative;width:150px;display:flex;flex-direction:column;align-items:center;z-index:1}.wd-feature1{top:2rem;left:1rem}.wd-feature2{top:5rem}.wd-feature3{left:-3rem;top:-1rem}.wd-feature4{top:3.5rem}.wd-circle{width:70px;height:70px;border-radius:50%;background-color:var(--color-bg-feature);display:flex;align-items:center;justify-content:center;margin-bottom:2rem;box-shadow:0 2px 6px #0000001a}.wd-circle1{background-color:var(--color-circle1)}.wd-circle2{background-color:var(--color-circle2)}.wd-circle3{background-color:var(--color-circle3)}.wd-circle4{background-color:var(--color-circle4)}.wd-feature1 h4,.wd-feature2 h4,.wd-feature3 h4,.wd-feature4 h4{font-size:1.3rem;font-weight:500;margin-bottom:.5rem;color:var(--color-blue)}#pera{width:220px}.reverse-pyramid p{margin:0;font-size:1rem;color:var(--color-gray-light);font-weight:400;line-height:1.5}.wd-img{width:40%;height:auto;display:flex;align-items:center;justify-content:center;-o-object-fit:contain;object-fit:contain}}@media (min-width: 768px) and (max-width: 1024px){section.stats-bannerWD{display:none!important}section.stats-bannerWD:before,section.stats-bannerWD:after{content:""!important;position:absolute!important;width:260px!important;height:260px!important;border-radius:50%!important;filter:blur(30px)!important;opacity:.45!important;z-index:0!important}section.stats-bannerWD:before{top:-90px!important;left:-90px!important;background:#abb3fe99!important}section.stats-bannerWD:after{bottom:-110px!important;right:-110px!important;background:#fecbc58c!important}section.stats-bannerWD .upper-div{position:relative!important;z-index:1!important;width:min(92%,860px)!important;margin:0 auto 2.4rem!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}section.stats-bannerWD .upper-div .wd-heading{width:100%!important;margin:0 0 .9rem!important;font-size:2.4rem!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-.2px!important}section.stats-bannerWD .upper-div .wd-subheading{width:100%!important;max-width:680px!important;margin:0 auto!important;font-size:1.1rem!important;line-height:1.7!important}section.stats-bannerWD .lower-div{position:relative!important;z-index:1!important;width:min(96%,1000px)!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(2,minmax(280px,1fr))!important;gap:1.4rem!important;align-items:stretch!important;justify-items:stretch!important}section.stats-bannerWD .lower-div .stats-boxx{width:100%!important;min-height:140px!important;display:flex!important;align-items:center!important;gap:1rem!important;padding:1.25rem 1.2rem!important;background:#ffffffd9!important;border-radius:16px!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 12px 28px #00000014!important;transition:transform .25s ease,box-shadow .25s ease!important}section.stats-bannerWD .lower-div .stats-boxx:hover{transform:translateY(-5px)!important;box-shadow:0 18px 34px #0000001f!important}section.stats-bannerWD .lower-div .stats-icon01,section.stats-bannerWD .lower-div .stats-icon02,section.stats-bannerWD .lower-div .stats-icon03,section.stats-bannerWD .lower-div .stats-icon04{width:76px!important;height:76px!important;min-width:76px!important;border-radius:14px!important;display:grid!important;place-items:center!important;box-shadow:0 10px 18px #0000001a!important}section.stats-bannerWD .lower-div .sicon01,section.stats-bannerWD .lower-div .sicon02,section.stats-bannerWD .lower-div .sicon03,section.stats-bannerWD .lower-div .sicon04{width:44px!important;height:44px!important;-o-object-fit:contain!important;object-fit:contain!important}section.stats-bannerWD .lower-div .stats-info{flex:1!important;min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:.35rem!important}section.stats-bannerWD .lower-div .stats-info h2{margin:0!important;font-size:1.25rem!important;font-weight:700!important;line-height:1.2!important}section.stats-bannerWD .lower-div .stats-info p{margin:0!important;font-size:.98rem!important;line-height:1.55!important}@media (max-width: 820px){section.stats-bannerWD .lower-div{grid-template-columns:1fr!important}}}@media screen and (max-width: 660px){.qualification-sec{width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:4rem;background-color:#fffbfb;border-top-right-radius:6rem;border-bottom-left-radius:6rem;box-shadow:8px 4px 8px 4px #0000004d}.mobile-heading{font-size:2.2rem;font-weight:600;margin-bottom:1rem;text-align:center;color:#000}.mobile-heading span{color:#5b47b0}.mobile-subheading{font-size:1.2rem;width:25rem;font-weight:300;text-align:center;color:var(--color-black);margin-bottom:2rem}.qualification__container{max-width:800px;height:60vh;margin-left:1.7rem;margin-right:1.7rem}.qualification__tabs{display:flex;justify-content:center}.qualification__section{grid-template-columns:initial}.qualification__data{display:grid;grid-template-columns:1fr max-content 1fr;-moz-column-gap:2.2rem;column-gap:2.2rem}.qualification__title{font-size:1.7rem;color:var(--color-purple);font-weight:500;margin-bottom:.5rem}.qualification__subtitle{display:inline-block;font-size:1rem;margin-bottom:1rem}.qualification__rounder{display:inline-block;width:13px;height:13px;background-color:var(--color-purple);border-radius:50%}.qualification__line{display:block;width:1px;height:100%;background-color:#757575;transform:translate(6px,-7px)}}@media screen and (max-width: 576px){.qualification__line{display:block;width:1px;height:100%;background-color:#757575;transform:translate(6px,-7px)}.qualification-sec{width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:4rem;background-color:#fffbfb;border-top-right-radius:6rem;border-bottom-left-radius:6rem;box-shadow:8px 4px 8px 4px #0000004d}.mobile-heading{font-size:2rem;padding:1rem;font-weight:600;margin-bottom:1rem;text-align:center;color:#000}.mobile-heading span{color:#5b47b0}.mobile-subheading{font-size:1rem;width:20rem;font-weight:300;text-align:center;color:var(--color-black);margin-bottom:2rem}.qualification__container{max-width:800px;height:65vh;margin-left:1.2rem;margin-right:1.2rem}.qualification__tabs{display:flex;justify-content:center}.qualification__section{grid-template-columns:initial}.qualification__data{display:grid;grid-template-columns:1fr max-content 1fr;-moz-column-gap:2.2rem;column-gap:2.2rem}.qualification__title{font-size:1.7rem;color:var(--color-purple);font-weight:500;margin-bottom:.5rem}.qualification__subtitle{display:inline-block;font-size:1rem;margin-bottom:1rem}.qualification__rounder{display:inline-block;width:13px;height:13px;background-color:var(--color-purple);border-radius:50%}}@media screen and (max-width: 380px){.qualification__data{gap:.5rem}.qualification__line{display:block;width:1px;height:100%;background-color:#757575;transform:translate(6px,-7px)}.qualification-sec{width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:3rem;padding-bottom:4rem;background-color:#fffbfb;border-top-right-radius:6rem;border-bottom-left-radius:6rem;box-shadow:8px 4px 8px 4px #0000004d}.mobile-heading{font-size:1.7rem;padding:0 1rem;font-weight:600;text-align:center;color:#000}.mobile-heading span{color:#5b47b0}.mobile-subheading{font-size:1rem;width:20rem;font-weight:300;text-align:center;color:var(--color-black);margin-bottom:2.5rem}.qualification__container{max-width:800px;height:70vh;margin-left:1.7rem;margin-right:1.7rem}.qualification__tabs{display:flex;justify-content:center}.qualification__section{grid-template-columns:initial}.qualification__data{display:grid;grid-template-columns:1fr max-content 1fr;-moz-column-gap:1rem;column-gap:1rem}.qualification__title{font-size:1.2rem;color:var(--color-purple);font-weight:500;margin-bottom:.5rem}.qualification__subtitle{display:inline-block;font-size:1rem;margin-bottom:1rem}.qualification__rounder{display:inline-block;width:13px;height:13px;background-color:var(--color-purple);border-radius:50%}}:root{--color-white: #fff;--color-primary: #816bde;--color-dark: #000;--color-gray: #666;--color-border: #ccc;--box-shadow-light: 0 0 15px rgba(0, 0, 0, .1);--box-shadow-secondary: 0 2px 4px rgba(0, 0, 0, .2)}.career-services-section{background-color:var(--color-white);border-radius:1rem;padding:3rem 2rem 5rem;max-width:1280px;margin-top:7rem;margin-bottom:5rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);text-align:center}.student-unique{color:var(--color-primary);font-size:1rem;font-family:Outfit,sans-serif;font-weight:500;margin-bottom:.2rem}.career-services-title{font-size:2.2rem;font-weight:500;color:var(--color-dark);margin-bottom:1rem;border:1px solid blue}.career-services-subtitle{font-size:1.1rem;font-family:Outfit,sans-serif;font-weight:400;color:#666;max-width:800px;margin:0 auto 5rem}.services-container{display:flex;flex-wrap:nowrap;justify-content:space-around;align-items:flex-start;gap:2rem;position:relative}.service-item{width:300px;border-radius:8px;background-color:var(--color-white);text-align:center;display:flex;flex-direction:column;align-items:center;padding:1rem;box-sizing:border-box;position:relative;z-index:1}.service-icon-div{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.3rem;overflow:hidden;box-shadow:var(--box-shadow-secondary);position:relative;z-index:2}.service-icon{width:50%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}#resume-icon{width:40%}.service-heading{margin-bottom:1rem}.service-heading h3{font-size:.85rem;font-weight:600;color:var(--color-primary)}.service-pera{margin-bottom:.5rem}.service-item p{font-size:.9rem;color:var(--color-gray)}@media only screen and (min-width: 96em){.career-services-section{max-width:80vw;min-height:80vh;background-color:var(--color-white);border-radius:2rem;padding:3rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:3rem;text-align:center}.student-unique{color:var(--color-primary);font-size:1.2rem;font-family:Outfit,sans-serif;font-weight:500;margin-bottom:.2rem}.career-services-title{font-size:2.2rem;font-family:Outfit,sans-serif;font-weight:500;color:var(--color-dark);margin-bottom:1rem}.career-services-subtitle{font-size:1.2rem;font-family:Outfit,sans-serif;font-weight:400;color:#666;max-width:800px;margin:0 auto 7rem}.services-container{display:flex;flex-wrap:nowrap;justify-content:space-around;align-items:flex-start;gap:2rem;position:relative}.service-item{width:auto;border-radius:8px;background-color:var(--color-white);text-align:center;display:flex;flex-direction:column;align-items:center;padding:1rem;box-sizing:border-box;position:relative;z-index:1}.service-icon-div{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.7rem;overflow:hidden;box-shadow:var(--box-shadow-secondary);position:relative;z-index:2}.service-icon{width:50%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}#resume-icon{width:40%}.service-heading{margin-bottom:1rem}.service-heading h3{font-size:1rem;font-weight:600;color:var(--color-primary)}.service-pera{margin-bottom:.5rem}.service-item p{font-size:1.1rem;color:var(--color-gray);font-weight:300}}@media only screen and (min-width: 1024px) and (max-width: 1040px) and (min-height: 1366px) and (max-height: 1380px){.career-services-section{width:100vw;margin-top:4rem;margin-bottom:4rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background-color:var(--color-white);border-radius:1rem;padding:3rem 2rem 5rem;text-align:center}.student-unique{color:var(--color-primary);font-size:1rem;font-family:Outfit,sans-serif;font-weight:500;margin-bottom:.2rem}.career-services-title{font-size:2.2rem;font-weight:600;color:var(--color-dark);margin-bottom:1rem}.career-services-subtitle{font-size:1.1rem;font-family:Outfit,sans-serif;font-weight:400;color:#666;max-width:800px;margin:0 auto 5rem}.services-container{display:flex;flex-wrap:nowrap;justify-content:space-around;align-items:flex-start;gap:1rem;position:relative}.service-item{width:280px;border-radius:8px;background-color:var(--color-white);text-align:center;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding:1rem;position:relative;z-index:1}.service-icon-div{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.3rem;overflow:hidden;box-shadow:var(--box-shadow-secondary);position:relative;z-index:2}.service-icon{width:50%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}#resume-icon{width:40%}.service-heading{margin-bottom:1rem}.service-heading h3{font-size:.9rem;font-weight:600;color:var(--color-primary)}.service-pera{margin-bottom:.5rem}.service-item p{font-size:.7rem;color:var(--color-gray)}}@media only screen and (min-width: 820px) and (max-width: 1025px) and (min-height: 1180px) and (max-height: 1367px){.career-services-section{background-color:var(--color-white);border-radius:1rem;padding:3rem 2rem;box-shadow:var(--box-shadow-light);width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);text-align:center}.student-unique{color:var(--color-primary);font-size:1rem;font-family:Outfit,sans-serif;font-weight:500;margin-bottom:.2rem}.career-services-title{font-size:2.2rem;font-weight:600;color:var(--color-dark);margin-bottom:1rem}.career-services-subtitle{font-size:1rem;font-family:Outfit,sans-serif;font-weight:400;color:#666;max-width:800px;margin:0 auto 3rem}.services-container{display:flex;flex-wrap:nowrap;justify-content:space-around;align-items:flex-start;gap:1rem;position:relative}.service-item{width:280px;border-radius:8px;background-color:var(--color-white);text-align:center;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding:1rem;position:relative;z-index:1}.service-icon-div{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.3rem;overflow:hidden;box-shadow:var(--box-shadow-secondary);position:relative;z-index:2}.service-icon{width:50%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}#resume-icon{width:40%}.service-heading{margin-bottom:1rem}.service-heading h3{font-size:.9rem;font-weight:600;color:var(--color-primary)}.service-pera{margin-bottom:.5rem}.service-item p{font-size:.6rem;color:var(--color-gray)}}@media only screen and (max-width: 768px) and (max-height: 1060px){.career-services-section{background-color:var(--color-white);border-radius:1rem;padding:3rem 2rem;box-shadow:var(--box-shadow-light);width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);text-align:center}.student-unique{color:var(--color-primary);font-size:1rem;font-family:Outfit,sans-serif;font-weight:500;margin-bottom:.2rem}.career-services-title{font-size:2.2rem;font-weight:600;color:var(--color-dark);margin-bottom:1rem}.career-services-subtitle{font-size:.9rem;font-family:Outfit,sans-serif;font-weight:400;color:#666;max-width:800px;margin:0 auto 2rem}.services-container{display:flex;flex-wrap:nowrap;justify-content:space-around;align-items:flex-start;gap:1rem;position:relative}.service-item{width:280px;border-radius:8px;background-color:var(--color-white);text-align:center;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding:1rem;position:relative;z-index:1}.service-icon-div{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.3rem;overflow:hidden;box-shadow:var(--box-shadow-secondary);position:relative;z-index:2}.service-icon{width:50%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}#resume-icon{width:40%}.service-heading{margin-bottom:1rem}.service-heading h3{font-size:.9rem;font-weight:600;color:var(--color-primary)}.service-pera{margin-bottom:.5rem}.service-item p{font-size:.6rem;color:var(--color-gray)}}@media only screen and (max-width: 660px){.cs-mobile-section{width:100vw;height:500px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:2rem 1rem;background-color:#fffbfb;text-align:center;border-radius:5rem 5rem 0 0;border-bottom:1px solid #f1f1f1;box-shadow:#32325d40 0 20px 30px -12px inset,#0000004d 0 12px 16px -18px inset}.cs-mobile-pre-title{color:var(--color-primary);font-size:1rem;font-family:Outfit,sans-serif;font-weight:500;margin-bottom:.2rem}.cs-mobile-title{font-size:2.2rem;font-weight:500;color:var(--color-dark);margin-bottom:1rem}.cs-mobile-subtitle{font-size:1rem;width:80vw;font-family:Outfit,sans-serif;font-weight:400;color:#555;margin:0 auto 3rem}.cs-mobile-container{overflow-x:auto;padding-bottom:1rem}.cs-mobile-cards{display:flex;gap:2rem;padding:1rem}.cs-card{width:80vw;height:20vh;background-color:#fff;border-radius:1rem;border:1px solid #a7a7a7;padding:1rem .5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cs-card-icon{width:60%;height:100%;display:flex;align-items:center;justify-content:center}.cs-card-icon img{width:100%;height:auto}.cs-card-title{font-size:1.5rem;text-align:left;font-weight:600;margin-bottom:.5rem;margin-left:2rem;color:var(--color-primary)}.cs-card-text{font-size:1rem;text-align:left;margin-left:2rem;width:80%;color:var(--color-dark)}}@media only screen and (max-width: 380px){.cs-mobile-section{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:3rem 1rem 1rem;background-color:#fffbfb;text-align:center;border-radius:5rem 5rem 0 0;border-bottom:1px solid #f1f1f1;box-shadow:#32325d40 0 20px 30px -12px inset,#0000004d 0 12px 16px -18px inset;margin-bottom:2rem}.cs-mobile-pre-title{color:var(--color-primary);font-size:1rem;font-family:Outfit,sans-serif;font-weight:500;margin-bottom:.2rem}.cs-mobile-title{font-size:2.2rem!important;font-weight:500!important;color:var(--color-dark)!important;margin-bottom:1rem!important;border:1px solid red!important}.cs-mobile-subtitle{font-size:1.18rem;width:80vw;font-family:Outfit,sans-serif;font-weight:400;color:#666;margin:0 auto 3rem}.cs-mobile-container{overflow-x:auto;padding-bottom:1rem}.cs-mobile-cards{display:flex;gap:2rem;padding:1rem}.cs-card{width:85vw;height:25vh;background-color:#fff;border-radius:1rem;border:1px solid #a7a7a7;padding:1rem .5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cs-card-icon{width:60%;height:100%;display:flex;align-items:center;justify-content:center}.cs-card-icon img{width:100%;height:auto}.cs-card-title{font-size:1.5rem;text-align:left;font-weight:600;margin-bottom:.5rem;margin-left:2rem;color:var(--color-primary)}.cs-card-text{font-size:1rem;text-align:left;margin-left:2rem;width:80%;color:var(--color-dark)}}.cs-mobile{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:2.25rem 1rem 2.5rem;background:radial-gradient(1200px 300px at 110% -20%,#f6f2fe 0%,transparent 60%),radial-gradient(900px 240px at -10% 100%,#f6f2fe 0%,transparent 62%),#fffbfb;border-radius:3rem 3rem 0 0;border-bottom:1px solid #f1f1f1;box-shadow:inset 0 -10px 25px #0000000a,inset 0 12px 24px #00000008;text-align:center}.cs-head{max-width:640px;margin:0 auto 1.25rem;padding:0 .25rem}.cs-pill{display:inline-block;padding:.38rem .75rem;border-radius:999px;background:#816bde1f;color:var(--color-primary);font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:600;font-size:.9rem}.cs-title{margin:.6rem 0 .4rem;font-size:2rem;line-height:1.15;font-weight:700;color:var(--color-dark);letter-spacing:-.02em}.cs-sub{margin:0 auto;width:min(82vw,28rem);color:var(--color-gray);font-size:1.05rem;line-height:1.45;font-weight:400}.cs-rail{margin-top:1.4rem;overflow:hidden}.cs-track{display:grid;grid-auto-flow:column;grid-auto-columns:82%;gap:1.25rem;padding:.75rem .5rem .75rem 1rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.cs-track::-webkit-scrollbar{display:none}.cs-card{scroll-snap-align:start;display:grid;grid-template-columns:84px 1fr;align-items:center;padding:1rem;border-radius:16px;background:#ffffffbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(167,167,167,.35);box-shadow:var(--shadow-1)}.cs-icon{width:84px;height:84px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(180deg,#fff,#f7f5ff);box-shadow:var(--shadow-2)}.cs-icon img{width:54px;height:54px;-o-object-fit:contain;object-fit:contain}.cs-body{text-align:left}.cs-card-title{margin:0 0 .25rem;font-size:1.1rem;font-weight:700;color:var(--color-primary);letter-spacing:-.01em}.cs-card-text{margin:0;font-size:.95rem;line-height:1.35;color:#222}.cs-hint{margin-top:.75rem;font-size:.85rem;color:var(--color-gray)}@media (max-width: 380px){.cs-title{font-size:1.85rem}.cs-track{grid-auto-columns:88%}.cs-card{grid-template-columns:76px 1fr;padding:.9rem}.cs-icon{width:76px;height:76px}.cs-icon img{width:50px;height:50px}.cs-card-title{font-size:1.05rem}.cs-card-text{font-size:.93rem}}:root{--color-white: #fff;--color-purple: #816bde;--color-purple-dark: #5b47b0;--color-cta-hover: #5727c9;--color-gray: #666;--color-black: #000;--color-bg: #f6f2fe;--border-radius: .8rem}.course-card.disabled{position:relative;opacity:1;pointer-events:none}.course-card.disabled:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:2}.course-section{position:relative;width:100vw;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;align-items:center;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:3rem 1rem;text-align:center;background:#fff}.course-section-content{width:95%;height:-moz-fit-content;height:fit-content;margin:auto;margin-bottom:4rem;padding:3rem;border-radius:2rem;background:#5b47b01f;box-shadow:0 2px 8px #0000001a;position:relative}.course-section-content:after{content:"swipe to explore";position:absolute;bottom:1rem;left:50%;transform:translate(-50%);font-family:Outfit,sans-serif;font-size:.9rem;font-weight:500;color:#666;opacity:.8;letter-spacing:.5px}.course-heading{font-size:2.2rem!important;font-family:Outfit,system-ui,sans-serif;font-weight:500!important;line-height:1.2;color:var(--color-black)}.course-heading span{color:var(--color-purple-dark)}.course-sub-pera{font-size:1rem!important;font-family:Outfit,system-ui,sans-serif;font-weight:400!important;color:#555;margin:0 auto 4rem}.courses-slider{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;margin:0 auto;width:100%}.courses-slider{-ms-overflow-style:none}@supports (scrollbar-width: none){.courses-slider{scrollbar-width:none}}.courses-slider::-webkit-scrollbar{display:none}.course-card{min-width:380px;min-height:540px;background:var(--color-white);border-radius:var(--border-radius);box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;text-align:left}.course-card-header{width:100%;height:30%;padding-left:1rem;padding-top:1rem;display:flex;flex-direction:column;justify-content:space-around;background:url(/assets/unigeek-card-img-BkeuRPge.jpg) center/cover no-repeat;border-radius:.8rem;position:relative}.course-card-header:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;border-radius:.8rem;z-index:0}.course-title,.course-subtitle{position:relative;z-index:1}.course-title-div{width:16rem;height:60%}.course-subtitle{font-size:.9rem;font-weight:600;color:var(--color-white)}.course-title{font-size:1.7rem;font-weight:700;color:var(--color-white)}.course-body{height:55%;padding:1rem;margin-bottom:1rem}.course-subheading{font-size:1rem;font-weight:600;color:var(--color-black);margin-bottom:1rem}.course-badge-container{display:flex;gap:3rem;margin-bottom:.8rem}.badge1{background:#0fc01533;color:#0c6b0f;border-radius:.3rem;font-size:.8rem;font-weight:400;text-align:center;padding:.5rem}.badge2{background:#5b47b01f;color:var(--color-purple-dark);padding:.3rem .6rem;border-radius:.3rem;font-size:.8rem;font-weight:400;text-align:center;padding:.5rem}.course-features{list-style:circle;line-height:2;padding:.5rem}.course-features li{font-size:.85rem;color:var(--color-gray);margin-bottom:.3rem}.course-footer{height:15%;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-btns{width:100%;height:60%;align-items:center;justify-content:space-between;display:flex;padding:0 .5rem}.btn-secondary,.btn-primary{width:45%;cursor:pointer;border-radius:.3rem;border:none;font-size:.85rem;font-weight:600;padding:1rem;transition:background .2s ease}.btn-secondary{background:#fff;color:var(--color-purple-dark);border:1px solid var(--color-purple-dark)}.btn-secondary:hover,.btn-primary{background:var(--color-purple-dark);color:#fff}.btn-primary:hover{background:var(--color-white);color:var(--color-purple-dark);border:1px solid var(--color-purple-dark)}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;cursor:pointer;z-index:10;display:none}.left-arrow{left:1.8rem}.right-arrow{right:1.8rem}@media only screen and (min-width: 96em){.course-card.disabled{position:relative;opacity:1;pointer-events:none}.course-card.disabled:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:2}.course-section{position:relative;width:80vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:3rem 1rem;text-align:center;background:#fefefa}.title-div{width:70vw;margin:auto;display:flex;flex-direction:column;align-items:center}.course-section-content{width:95%;margin:auto;margin-bottom:4rem;padding:3rem;border-radius:2rem;background:var(--color-bg)}.course-section-content:after{font-size:1rem;bottom:1.2rem}.course-heading{font-size:2.2rem!important;font-family:Outfit,sans-serif;margin-bottom:1rem;font-weight:500!important;color:var(--color-black)}.course-heading span{color:var(--color-purple-dark)}.pera-div{width:80%;text-align:center}.course-sub-pera{min-width:820px;font-size:1.2rem;font-weight:400;color:#666}.courses-slider{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;margin:0 auto;width:100%;-ms-overflow-style:none}@supports (scrollbar-width: none){.courses-slider{scrollbar-width:none}}.courses-slider::-webkit-scrollbar{display:none}.course-card{max-width:380px;min-height:500px;background:var(--color-white);border-radius:var(--border-radius);box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;text-align:left}.course-card-header{width:100%;height:30%;padding-left:1rem;padding-top:1rem;display:flex;flex-direction:column;justify-content:space-around;background:url(/assets/unigeek-card-img-BkeuRPge.jpg) center/cover no-repeat;border-radius:.8rem;position:relative}.course-card-header:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;border-radius:.8rem;z-index:0}.course-title,.course-subtitle{position:relative;z-index:1}.course-title-div{width:16rem;height:60%}.course-subtitle{font-size:.9rem;font-weight:600;color:var(--color-white)}.course-title{font-size:1.7rem;font-weight:700;color:var(--color-white)}.course-body{height:55%;padding:1rem;margin-bottom:1rem}.course-subheading{font-size:1rem;font-weight:600;color:var(--color-black);margin-bottom:1rem}.course-badge-container{display:flex;gap:3rem;margin-bottom:.8rem}.badge1{background:#0fc01533;color:#0c6b0f;border-radius:.3rem;font-size:.8rem;font-weight:400;text-align:center;padding:.5rem}.badge2{background:#5b47b01f;color:var(--color-purple-dark);padding:.3rem .6rem;border-radius:.3rem;font-size:.8rem;font-weight:400;text-align:center;padding:.5rem}.course-features{list-style:circle;line-height:2;padding:.5rem}.course-features li{font-size:.85rem;color:var(--color-gray);margin-bottom:.3rem}.course-footer{height:15%;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-btns{width:100%;height:60%;align-items:center;justify-content:space-between;display:flex;padding:0 .5rem}.btn-secondary,.btn-primary{width:45%;cursor:pointer;border-radius:.3rem;border:none;font-size:.85rem;font-weight:600;padding:1rem;transition:background .2s ease}.btn-secondary{background:#fff;color:var(--color-purple-dark);border:1px solid var(--color-purple-dark)}.btn-secondary:hover,.btn-primary{background:var(--color-purple-dark);color:#fff}.btn-primary:hover{background:var(--color-white);color:var(--color-purple-dark);border:1px solid var(--color-purple-dark)}.slider-arrow{position:absolute;top:55%;transform:translateY(-50%);width:40px;height:40px;cursor:pointer;z-index:10;display:none}.left-arrow{left:2rem}.right-arrow{right:2rem}}@media only screen and (min-width: 820px) and (max-width: 1024px) and (min-height: 1180px) and (max-height: 1366px){.course-card.disabled{position:relative;opacity:1;pointer-events:none}.course-card.disabled:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:2}.course-section{position:relative;width:100vw;margin-top:3rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:3rem 1rem;text-align:center;background:#fff;box-shadow:0 2px 8px #0000001a}.course-section-content{width:100%;margin:auto;margin-bottom:4rem;padding:3rem;border-radius:2rem;background:var(--color-white);box-shadow:0 2px 8px #0000001a}.course-section-content:after{font-size:.95rem;bottom:1.1rem}.course-heading{font-size:2.2rem;font-family:Outfit,sans-serif;margin-bottom:1rem;font-weight:600;color:var(--color-black)}.course-heading span{color:var(--color-purple-dark)}.course-sub-pera{font-size:1.25rem;font-family:Outfit,sans-serif;font-weight:400;color:#666;max-width:800px;margin:0 auto 4rem}.courses-slider{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;margin:0 auto;width:100%}.courses-slider{-ms-overflow-style:none}@supports (scrollbar-width: none){.courses-slider{scrollbar-width:none}}.courses-slider::-webkit-scrollbar{display:none}.course-card{min-width:380px;min-height:500px;background:var(--color-white);border-radius:var(--border-radius);box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;text-align:left}.course-card-header{width:100%;height:30%;padding-left:1rem;padding-top:1rem;display:flex;flex-direction:column;justify-content:space-around;background:url(/assets/unigeek-card-img-BkeuRPge.jpg) center/cover no-repeat;border-radius:.8rem;position:relative}.course-card-header:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;border-radius:.8rem;z-index:0}.course-title,.course-subtitle{position:relative;z-index:1}.course-title-div{width:16rem;height:60%}.course-subtitle{font-size:.9rem;font-weight:600;color:var(--color-white)}.course-title{font-size:1.7rem;font-weight:700;color:var(--color-white)}.course-body{height:55%;padding:1rem;margin-bottom:1rem}.course-subheading{font-size:1rem;font-weight:600;color:var(--color-black);margin-bottom:1rem}.course-badge-container{display:flex;gap:3rem;margin-bottom:.8rem}.badge1{background:#0fc01533;color:#0c6b0f;border-radius:.3rem;font-size:.8rem;font-weight:400;text-align:center;padding:.5rem}.badge2{background:#5b47b01f;color:var(--color-purple-dark);padding:.3rem .6rem;border-radius:.3rem;font-size:.8rem;font-weight:400;text-align:center;padding:.5rem}.course-features{list-style:circle;line-height:2;padding:.5rem}.course-features li{font-size:.85rem;color:var(--color-gray);margin-bottom:.3rem}.course-footer{height:15%;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-btns{width:100%;height:60%;align-items:center;justify-content:space-between;display:flex;padding:0 .5rem}.btn-secondary,.btn-primary{width:45%;cursor:pointer;border-radius:.3rem;border:none;font-size:.85rem;font-weight:600;padding:1rem;transition:background .2s ease}.btn-secondary{background:#fff;color:var(--color-purple-dark);border:1px solid var(--color-purple-dark)}.btn-secondary:hover,.btn-primary{background:var(--color-purple-dark);color:#fff}.btn-primary:hover{background:var(--color-white);color:var(--color-purple-dark);border:1px solid var(--color-purple-dark)}.slider-arrow{position:absolute;top:55%;transform:translateY(-50%);width:40px;height:40px;cursor:pointer;z-index:10;display:none}.left-arrow{left:0}.right-arrow{right:0}}@media only screen and (width: 768px) and (height: 1024px){.course-card.disabled{position:relative;opacity:1;pointer-events:none}.course-card.disabled:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:2}.course-section{position:relative;width:100vw;margin-top:3rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:2rem 1rem;text-align:center;background:#fff;box-shadow:0 2px 8px #0000001a}.course-section-content{width:100%;margin:auto;margin-bottom:2rem;padding:1rem;border-radius:2rem;background:var(--color-white);box-shadow:0 2px 8px #0000001a}.course-heading{font-size:1.9rem;font-family:Outfit,sans-serif;margin-bottom:1rem;font-weight:600;color:var(--color-black)}.course-heading span{color:var(--color-purple-dark)}.course-sub-pera{font-size:1.1rem;font-family:Outfit,sans-serif;font-weight:400;color:#666;max-width:800px;margin:0 auto 4rem}.courses-slider{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;margin:0 auto;width:100%}.courses-slider{-ms-overflow-style:none}@supports (scrollbar-width: none){.courses-slider{scrollbar-width:none}}.courses-slider::-webkit-scrollbar{display:flex}.course-card{min-width:360px;min-height:520px;background:var(--color-white);border-radius:var(--border-radius);box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;text-align:left}.course-card-header{width:100%;height:30%;padding-left:1rem;padding-top:1rem;display:flex;flex-direction:column;justify-content:space-around;background:url(/assets/unigeek-card-img-BkeuRPge.jpg) center/cover no-repeat;border-radius:.8rem;position:relative}.course-card-header:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;border-radius:.8rem;z-index:0}.course-title,.course-subtitle{position:relative;z-index:1}.course-title-div{width:16rem;height:60%}.course-subtitle{font-size:.9rem;font-weight:600;color:var(--color-white)}.course-title{font-size:1.7rem;font-weight:700;color:var(--color-white)}.course-body{height:55%;padding:1rem;margin-bottom:1rem}.course-subheading{font-size:1rem;font-weight:600;color:var(--color-black);margin-bottom:1rem}.course-badge-container{display:flex;gap:3rem;margin-bottom:.8rem}.badge1{background:#0fc01533;color:#0c6b0f;border-radius:.3rem;font-size:.8rem;font-weight:400;text-align:center;padding:.5rem}.badge2{background:#5b47b01f;color:var(--color-purple-dark);padding:.3rem .6rem;border-radius:.3rem;font-size:.8rem;font-weight:400;text-align:center;padding:.5rem}.course-features{list-style:circle;line-height:2;padding:.5rem}.course-features li{font-size:.85rem;color:var(--color-gray);margin-bottom:.3rem}.course-footer{height:15%;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-btns{width:100%;height:70%;align-items:center;justify-content:space-between;display:flex;padding:0 .5rem;position:relative}.course-section .btn-primary{width:45%;cursor:pointer;border-radius:.3rem;border:none;font-size:.85rem;font-weight:600;padding:1rem;position:absolute;color:#fff;background:var(--color-purple-dark);transition:background .2s ease}.course-section .btn-primary:hover{background:var(--color-cta-hover)}.btn-secondary{width:45%;cursor:pointer;border-radius:.3rem;border:none;font-size:.85rem;font-weight:600;padding:1rem;position:absolute;right:.5rem;color:#fff;background:var(--color-purple-dark);transition:background .2s ease}.btn-secondary:hover{background:var(--color-cta-hover)}.slider-arrow{position:absolute;top:60%;transform:translateY(-50%);width:30px;height:30px;cursor:pointer;z-index:10;display:none}.left-arrow{left:0%}.right-arrow{right:0%}}@media only screen and (max-width: 620px){.course-card.disabled{position:relative;opacity:1;pointer-events:none}.course-section-content:after{font-size:.85rem;bottom:.8rem}.course-card.disabled:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:2}.course-section{position:relative;width:100vw;margin-top:3rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:2rem 1rem;text-align:center;background:#fff;box-shadow:0 2px 8px #0000001a}.course-section-content{width:100%;margin:auto;margin-bottom:2rem;padding:1rem;border-radius:2rem;background:var(--color-white);box-shadow:0 2px 8px #0000001a}.course-heading{font-size:30px!important;font-weight:500!important;text-align:left!important;margin-bottom:1rem;font-family:Outfit,system-ui,sans-serif;color:var(--color-black)}.course-heading span{color:var(--color-purple-dark)}.course-sub-pera{font-size:.95rem;padding:0!important;text-align:left;margin-left:0;max-width:90%;font-family:Outfit,system-ui,sans-serif}.courses-slider{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;margin:0 auto;width:100%;-ms-overflow-style:none}@supports (scrollbar-width: none){.courses-slider{scrollbar-width:none}}.courses-slider::-webkit-scrollbar{display:flex}.course-card{min-width:360px;min-height:520px;background:var(--color-white);border-radius:var(--border-radius);box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;text-align:left}.course-card-header{width:100%;height:30%;padding-left:1rem;padding-top:1rem;display:flex;flex-direction:column;justify-content:space-around;background:url(/assets/unigeek-card-img-BkeuRPge.jpg) center/cover no-repeat;border-radius:.8rem;position:relative}.course-card-header:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;border-radius:.8rem;z-index:0}.course-title,.course-subtitle{position:relative;z-index:1}.course-title-div{width:16rem;height:60%}.course-subtitle{font-size:.9rem;font-weight:600;color:var(--color-white)}.course-title{font-size:1.7rem;font-weight:700;color:var(--color-white)}.course-body{height:55%;padding:.5rem;margin-bottom:.5rem}.course-subheading{font-size:1rem;font-weight:600;color:var(--color-black);margin-bottom:1rem}.course-badge-container{display:flex;gap:3rem;margin-bottom:.8rem}.badge1{background:#0fc01533;color:#0c6b0f;border-radius:.3rem;font-size:.8rem;font-weight:400;text-align:center;padding:.5rem}.badge2{background:#5b47b01f;color:var(--color-purple-dark);padding:.3rem .6rem;border-radius:.3rem;font-size:.8rem;font-weight:400;text-align:center;padding:.5rem}.course-features{list-style:circle;line-height:1.5;padding:.5rem}.course-features li{font-size:.85rem;color:var(--color-gray);margin-bottom:.3rem}.course-footer{height:15%;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-btns{width:100%;height:70%;align-items:center;justify-content:space-between;display:flex;padding:0 .5rem;position:relative}.course-section .btn-primary{width:45%;cursor:pointer;border-radius:.3rem;border:none;font-size:.85rem;font-weight:600;padding:1rem;position:absolute;color:#fff;background:var(--color-purple-dark);transition:background .2s ease}.course-section .btn-primary:hover{background:var(--color-cta-hover)}.btn-secondary{width:45%;cursor:pointer;border-radius:.3rem;border:none;font-size:.85rem;font-weight:600;padding:1rem;position:absolute;right:.5rem;color:#fff;background:var(--color-purple-dark);transition:background .2s ease}.btn-secondary:hover{background:var(--color-cta-hover)}.slider-arrow{position:absolute;top:60%;transform:translateY(-50%);width:20px;height:20px;cursor:pointer;z-index:10;display:none}.left-arrow{left:0}.right-arrow{right:0}}@media only screen and (max-width: 400px){.course-card.disabled{position:relative;opacity:1;pointer-events:none}.course-section-content:after{font-size:.8rem;bottom:.6rem}.course-card.disabled:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:2}.course-section{position:relative;width:100vw;margin-top:2rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:2rem 1rem;text-align:center;background:#fff;box-shadow:0 2px 8px #0000001a}.course-section-content{width:100%;margin:auto;margin-bottom:2rem;padding:1rem;background:var(--color-white);box-shadow:0 2px 8px #0000001a}.course-heading{font-size:30px!important;font-weight:500!important;text-align:left!important;margin-bottom:1rem!important;font-family:Outfit,system-ui,sans-serif;color:var(--color-black)}.course-heading span{color:var(--color-purple-dark)}.course-sub-pera{font-size:.95rem;padding:0!important;text-align:left;max-width:90%;margin-left:0;font-family:Outfit,system-ui,sans-serif}.courses-slider{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;margin:0 auto;width:100%;-ms-overflow-style:none}@supports (scrollbar-width: none){.courses-slider{scrollbar-width:none}}.courses-slider::-webkit-scrollbar{display:flex}.course-card{min-width:320px;max-height:450px;background:var(--color-white);border-radius:var(--border-radius);box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;text-align:left}.course-card-header{width:100%;height:25%;padding-left:1rem;padding-top:1rem;display:flex;flex-direction:column;justify-content:space-around;background:url(/assets/unigeek-card-img-BkeuRPge.jpg) center/cover no-repeat;border-radius:.8rem;position:relative}.course-card-header:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;border-radius:.8rem;z-index:0}.course-title,.course-subtitle{position:relative;z-index:1}.course-title-div{width:16rem;height:60%}.course-subtitle{font-size:.9rem;font-weight:600;color:var(--color-white)}.course-title{font-size:1.7rem;font-weight:700;color:var(--color-white)}.course-body{height:60%;padding:1rem;margin-bottom:1rem}.course-subheading{font-size:.9rem;font-weight:600;color:var(--color-black);margin-bottom:1rem}.course-badge-container{display:flex;gap:3rem;margin-bottom:.7rem}.badge1{background:#0fc01533;color:#0c6b0f;border-radius:.3rem;font-size:.67rem;font-weight:400;text-align:center;padding:.5rem}.badge2{background:#5b47b01f;color:var(--color-purple-dark);padding:.3rem .6rem;border-radius:.3rem;font-size:.67rem;font-weight:400;text-align:center;padding:.5rem}.course-features{list-style:circle;line-height:2;padding:.5rem}.course-features li{font-size:.77rem;color:var(--color-gray);margin-bottom:.3rem}.course-footer{height:15%;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-btns{width:100%;height:70%;align-items:center;justify-content:space-between;display:flex;padding:0 .5rem;position:relative}.course-section .btn-primary{width:45%;cursor:pointer;border-radius:.3rem;border:none;font-size:.66rem;font-weight:600;padding:1rem;position:absolute;color:#fff;background:var(--color-purple-dark);transition:background .2s ease}.course-section .btn-primary:hover{background:var(--color-cta-hover)}.btn-secondary{width:45%;cursor:pointer;border-radius:.3rem;border:none;font-size:.66rem;font-weight:600;padding:1rem;position:absolute;right:.5rem;color:#fff;background:var(--color-purple-dark);transition:background .2s ease}.btn-secondary:hover{background:var(--color-cta-hover)}.slider-arrow{position:absolute;top:60%;transform:translateY(-50%);width:25px;cursor:pointer;z-index:10;display:none}.left-arrow{left:0}.right-arrow{right:0}}.bbc-container{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;background:transparent;pointer-events:none;z-index:0}.bbc-beam{position:absolute;left:0;top:5rem;margin:auto;width:2px;height:3.5rem;border-radius:9999px;background:linear-gradient(to top,#5b47b0,#7843fc,transparent);opacity:.6}.beam-small{height:1.5rem}.beam-medium{height:3rem}.beam-large{height:5rem}.bbc-floor{position:absolute;bottom:0;width:100%;height:10px;background:transparent;pointer-events:none}.bbc-explosion{position:absolute;z-index:50;width:8px;height:8px;pointer-events:none}.bbc-flash{position:absolute;left:-40px;right:-40px;top:0;margin:auto;height:8px;border-radius:9999px;background:linear-gradient(to right,transparent,#5b47b0,transparent);filter:blur(4px)}.bbc-particle{position:absolute;width:4px;height:4px;border-radius:9999px;background:linear-gradient(to bottom,#5b47b0,#7843fc)}@media (max-width: 768px){.bbc-beam{opacity:.4;height:2.5rem}.beam-small{height:1rem}.beam-medium{height:2rem}.beam-large{height:3.5rem}}.admission-container{width:1280px;height:720px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:3rem;margin-bottom:0rem;padding:1rem;border-radius:8px;text-align:center;position:relative;background:#fff}.admission-title{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;margin-bottom:1rem;color:#000}.admission-title span{color:#5b47b0}.sub-heading{font-size:1rem;font-family:Outfit,system-ui,sans-serif;font-weight:400;color:#555;margin:0 auto;line-height:1.6}.dot-line{width:14.5rem;position:absolute;left:10rem;top:51%}.dot-line02{width:14rem;position:absolute;left:25rem;top:42%}.dot-line03{width:14rem;position:absolute;left:39.5rem;top:32%}.dot-line04{width:15rem;position:absolute;left:54rem;top:25%}.card01{width:12.5rem;height:14rem;display:flex;flex-direction:column;align-items:center;position:relative;position:absolute;left:4rem;bottom:0}.card02{width:12.5rem;height:14rem;display:flex;flex-direction:column;align-items:center;position:relative;position:absolute;left:23%;bottom:4rem}.card03{width:12.5rem;height:14rem;display:flex;flex-direction:column;align-items:center;position:relative;position:absolute;left:41.5%;bottom:8rem}.card04{width:12.5rem;height:14rem;display:flex;flex-direction:column;align-items:center;position:relative;position:absolute;left:60%;bottom:13rem}.card05{width:12.5rem;height:14rem;display:flex;flex-direction:column;align-items:center;position:relative;position:absolute;left:79%;bottom:18rem}.step-div{width:-moz-fit-content;width:fit-content;height:13%;background-color:#f5f5fe;padding:.3rem;position:absolute;border-top-right-radius:.5rem;border-top-left-radius:.5rem}.step-div h4{font-weight:500}.heading{width:100%;height:35%;text-align:left;position:absolute;background-color:#fff;top:13%;border-top-right-radius:.5rem;border-top-left-radius:.5rem;border-left:2px solid #f5f5fe;border-right:2px solid #f5f5fe;border-top:2px solid #f5f5fe}.head{width:90%;height:100%}.heading h3{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:500;padding:.5rem;color:#5b47b0}.pera{width:100%;height:auto;text-align:left;position:absolute;background-color:#fff;top:43%;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;border:2px solid #f5f5fe}.pera p{font-family:Outfit,system-ui,sans-serif;font-size:.8rem;font-weight:400;color:#555;padding:.5rem .5rem 1rem}@media only screen and (min-width: 96em){.admission-container{width:1480px;height:820px;margin-top:5rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:5rem;padding:1rem;border-radius:8px;text-align:center;position:relative;background:#fff;box-shadow:0 2px 8px #0000001a}.admission-title{font-family:Outfit,system-ui,sans-serif;font-size:2.2rem;font-weight:500;margin-bottom:1rem;color:#000}.admission-title span{color:#5b47b0}.sub-heading{font-size:1rem;font-family:Outfit,system-ui,sans-serif;font-weight:400;color:#555;max-width:820px;margin:0 auto}.dot-line{width:17rem;position:absolute;left:11%;top:48%}.dot-line02{width:17rem;position:absolute;left:30%;top:38%}.dot-line03{width:17rem;position:absolute;left:49%;top:29%}.dot-line04{width:18rem;position:absolute;left:68%;top:19%}.card01{width:15rem;height:17rem;display:flex;flex-direction:column;align-items:center;position:relative;position:absolute;left:2.5rem;bottom:0}.card02{width:15rem;height:17rem;display:flex;flex-direction:column;align-items:center;position:relative;position:absolute;left:21.5%;bottom:5rem}.card03{width:15rem;height:17rem;display:flex;flex-direction:column;align-items:center;position:relative;position:absolute;left:40%;bottom:10rem}.card04{width:15rem;height:17rem;display:flex;flex-direction:column;align-items:center;position:relative;position:absolute;left:59%;bottom:14.5rem}.card05{width:16rem;height:17rem;display:flex;flex-direction:column;align-items:center;position:relative;position:absolute;left:78%;bottom:20rem}.step-div{width:-moz-fit-content;width:fit-content;height:13%;background-color:#f5f5fe;padding:.3rem;position:absolute;border-top-right-radius:.5rem;border-top-left-radius:.5rem}.step-div h4{font-weight:500}.heading{width:100%;height:35%;text-align:left;position:absolute;background-color:#fff;top:13%;border-top-right-radius:.5rem;border-top-left-radius:.5rem;box-shadow:0 2px 8px #0003}.head{width:90%;height:100%}.heading h3{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:500;padding:.5rem;color:#5b47b0}.pera{width:100%;height:auto;text-align:left;position:absolute;background-color:#fff;top:43%;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;box-shadow:0 2px 8px #0003}.pera p{font-family:Outfit,system-ui,sans-serif;font-size:1rem;font-weight:400;color:#555;padding:.5rem .5rem 1rem}}@media only screen and (min-width: 1024px) and (min-height: 1366px){.admission-container{width:100vw;height:720px;margin-top:3rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:1rem;border-radius:8px;text-align:center;position:relative;background:#fff}.admission-title{font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:500;margin-bottom:.7rem;color:#000}.admission-title span{color:#5b47b0}.sub-heading{font-size:1rem;font-family:Outfit,sans-serif;font-weight:400;color:#555;max-width:820px;margin:0 auto}.dot-line{width:12rem;position:absolute;left:7rem;top:52%}.dot-line02{width:12rem;position:absolute;left:19.5rem;top:42%}.dot-line03{width:11rem;position:absolute;left:32rem;top:32%}.dot-line04{width:12.5rem;position:absolute;left:43.5rem;top:25%}.card01{width:11rem;height:14rem;display:flex;flex-direction:column;align-items:center;position:relative;position:absolute;left:1.5rem;bottom:.5rem}.card02{width:11rem;height:14rem;display:flex;flex-direction:column;align-items:center;position:relative;position:absolute;left:21%;bottom:5rem}.card03{width:11rem;height:14rem;display:flex;flex-direction:column;align-items:center;position:relative;position:absolute;left:40%;bottom:10rem}.card04{width:11rem;height:14rem;display:flex;flex-direction:column;align-items:center;position:relative;position:absolute;left:59%;bottom:14rem}.card05{width:12rem;height:14rem;display:flex;flex-direction:column;align-items:center;position:relative;position:absolute;right:1rem;bottom:18rem}.step-div{width:-moz-fit-content;width:fit-content;height:13%;background-color:#f5f5fe;padding:.3rem;position:absolute;border-top-right-radius:.5rem;border-top-left-radius:.5rem}.step-div h4{font-weight:500}.heading{width:100%;height:35%;text-align:left;position:absolute;background-color:#fff;top:13%;border-top-right-radius:.5rem;border-top-left-radius:.5rem;border-left:2px solid #f5f5fe;border-right:2px solid #f5f5fe;border-top:2px solid #f5f5fe}.head{width:90%;height:100%}.heading h3{font-family:Outfit,sans-serif;font-size:1rem;font-weight:500;padding:.5rem;color:#5b47b0}.pera{width:100%;height:auto;text-align:left;position:absolute;background-color:#fff;top:43%;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;box-shadow:0 2px 8px #0003}.pera p{font-family:Outfit,sans-serif;font-size:.8rem;font-weight:300;color:#666;padding:.5rem .5rem 1rem}}.HowToGetAdmissionMob{width:100%;padding:1rem;margin-top:2rem;display:flex;flex-direction:column;align-items:center;position:relative}.HowToGetAdmissionMob .lower-div{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:2rem!important;width:100%!important;max-width:100%!important}.HowToGetAdmissionMob .card,.HowToGetAdmissionMob .card-02,.HowToGetAdmissionMob .card-03,.HowToGetAdmissionMob .card-04,.HowToGetAdmissionMob .card-05{position:relative!important;width:90%!important;max-width:90%!important;min-width:0!important;flex-shrink:0!important;flex-grow:0!important;margin:0!important}@media only screen and (min-width: 821px) and (max-width: 1023px){.HowToGetAdmissionMob .card-title-01,.HowToGetAdmissionMob .card-title-02,.HowToGetAdmissionMob .card-title-03,.HowToGetAdmissionMob .card-title-04,.HowToGetAdmissionMob .card-title-05{font-size:1.5rem!important;margin-bottom:.5rem;line-height:1.3}.HowToGetAdmissionMob .card-pera,.HowToGetAdmissionMob .card-pera-02,.HowToGetAdmissionMob .card-pera-03,.HowToGetAdmissionMob .card-pera-04,.HowToGetAdmissionMob .card-pera-05{font-size:1.15rem!important;line-height:1.5}.HowToGetAdmissionMob .card-number,.HowToGetAdmissionMob .card-number-02,.HowToGetAdmissionMob .card-number-03,.HowToGetAdmissionMob .card-number-04,.HowToGetAdmissionMob .card-number-05{font-size:2.5rem!important}.HowToGetAdmissionMob .left-div,.HowToGetAdmissionMob .left-div-03,.HowToGetAdmissionMob .left-div-05,.HowToGetAdmissionMob .right-div-02,.HowToGetAdmissionMob .right-div-04{padding:1.2rem}.HowToGetAdmissionMob .right-div,.HowToGetAdmissionMob .right-div-03,.HowToGetAdmissionMob .right-div-05,.HowToGetAdmissionMob .left-div-02,.HowToGetAdmissionMob .left-div-04{flex:0 0 90px}}@media only screen and (max-width: 820px){.HowToGetAdmissionMob{width:100%;padding:1rem;margin-top:2rem;display:flex;flex-direction:column;align-items:center;position:relative}.title-div{margin-bottom:2rem;text-align:center}.admission-title-mob{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2}.sub-heading-mob{font-size:1.2rem;margin-bottom:2rem!important}.lower-div{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:2rem!important;width:100%!important;max-width:100%!important}.card,.card-02,.card-03,.card-04,.card-05{position:relative!important;width:90%!important;max-width:80%!important;min-width:0!important;min-height:160px;display:flex!important;flex-shrink:0!important;flex-grow:0!important;flex-basis:auto!important;border-radius:2rem;overflow:hidden;box-shadow:0 4px 12px #00000014;margin:0!important}.left-div,.left-div-03,.left-div-05,.right-div-02,.right-div-04{flex:1;padding:1rem}.right-div,.right-div-03,.right-div-05,.left-div-02,.left-div-04{flex:0 0 80px;display:flex;align-items:center;justify-content:center;background:#f5f5fe}.card-title-01,.card-title-02,.card-title-03,.card-title-04,.card-title-05{font-size:1.8rem;margin-bottom:.5rem;color:#5b47b0}.card-pera,.card-pera-02,.card-pera-03,.card-pera-04,.card-pera-05{font-size:1.2rem;line-height:1.4;color:#444}.card-number,.card-number-02,.card-number-03,.card-number-04,.card-number-05{font-size:2rem;font-weight:700;color:#5b47b0}}@media only screen and (max-width: 660px){.HowToGetAdmissionMob{width:100%;height:-moz-fit-content!important;height:fit-content!important;padding:1rem;margin-top:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.admission-title-mob{font-size:30px!important;font-family:Outfit,system-ui,sans-serif;font-weight:500!important;text-align:left!important;line-height:1.2;margin-bottom:.5rem}.admission-title-mob span{color:#5b47b0}.sub-heading-mob{font-size:.95rem!important;padding:0!important;text-align:left!important;max-width:90%!important;margin-left:0;font-family:Outfit,system-ui,sans-serif}.lower-div{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:2rem!important;width:100%!important}.card,.card-02,.card-03,.card-04,.card-05{width:90%!important;max-width:90%!important}.card-title-01,.card-title-02,.card-title-03,.card-title-04,.card-title-05{font-size:1.05rem}.card-pera,.card-pera-02,.card-pera-03,.card-pera-04,.card-pera-05{font-size:.9rem}.card-number,.card-number-02,.card-number-03,.card-number-04,.card-number-05{font-size:1.8rem}}@media screen and (max-width: 390px){.HowToGetAdmissionMob{width:100%;height:-moz-fit-content!important;height:fit-content!important;padding:1rem;margin-top:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.admission-title-mob{font-size:30px!important;font-family:Outfit,system-ui,sans-serif;font-weight:500!important;text-align:left!important;line-height:1.2;margin-bottom:.5rem}.admission-title-mob span{color:#5b47b0}.sub-heading-mob{font-size:.95rem!important;padding:0!important;text-align:left!important;max-width:90%!important;margin-left:0;font-family:Outfit,system-ui,sans-serif}.lower-div{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:2rem!important;width:100%!important}.card,.card-02,.card-03,.card-04,.card-05{width:90%!important;max-width:90%!important}.card-title-01,.card-title-02,.card-title-03,.card-title-04,.card-title-05{font-size:1rem}.card-pera,.card-pera-02,.card-pera-03,.card-pera-04,.card-pera-05{font-size:.85rem}.card-number,.card-number-02,.card-number-03,.card-number-04,.card-number-05{font-size:1.5rem}}:root{--color-white: #fff;--color-black: #000;--color-gray: #666;--color-gray-dark: #090909;--purple-bg: #5b47b0;--box-shadow-light: 0 0 15px rgba(0, 0, 0, .1)}.faq-section{width:100vw;height:-moz-fit-content;height:fit-content;background:#fff;box-sizing:border-box;display:flex;padding-top:3rem;padding-bottom:3rem;flex-direction:column;align-items:center;overflow-y:auto;border-top:1px solid #ddd;margin-top:-.5rem!important}.heading-faq{width:800px;height:10rem;margin-bottom:1rem;text-align:center}.heading-faq p{font-size:1rem;font-weight:400;color:#555}.faq-title{font-size:2.2rem;font-weight:500;margin-bottom:1rem;text-align:center}.faq-title span{color:var(--purple-bg)}.faq-item.open{border-color:#bbb}.faq-tabs{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.faq-tab{background:transparent;border:none;color:#666;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:color .3s}.faq-tab:hover{color:var(--purple-bg)}.active-tab{color:var(--purple-bg);font-weight:600}.faq-icon{width:1.2rem;height:1.2rem;background-repeat:no-repeat;background-position:center;background-size:contain;display:inline-block}.faq-container{width:100%;max-width:800px;max-height:-moz-fit-content;max-height:fit-content;margin:auto;margin-top:1rem;overflow-y:auto;padding:2rem;box-sizing:border-box}.faq-container::-webkit-scrollbar{display:none}.faq-item{background-color:#fff;margin-bottom:1rem;padding:.7rem;border-bottom:1px solid #ddd;overflow:hidden;transition:all .3s ease}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h3{font-size:1rem;font-weight:400;color:#333}.toggle{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.faq-toggle{font-size:1rem;font-weight:400;color:#00f}.faq-answer{padding:1rem 0;line-height:1.3;animation:slideDown .3s ease}.faq-answer p{font-size:.9rem;font-weight:300;color:#555}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media only screen and (min-width: 96em){.faq-section{width:100vw;height:-moz-fit-content;height:fit-content;background:#fff;box-sizing:border-box;display:flex;padding-top:1rem;flex-direction:column;align-items:center;overflow-y:auto}.heading-faq{width:800px;height:10rem;text-align:center;margin-top:2rem}.heading-faq p{font-size:1.2rem;font-weight:400;color:#666}.faq-title{font-size:2.2rem;font-family:Outfit,sans-serif;margin-bottom:1.5rem;font-weight:500}.faq-title span{color:var(--purple-bg)}.faq-container{width:100%;max-width:800px;max-height:100%;margin:auto;margin-top:2rem;overflow-y:auto;padding:2rem;box-sizing:border-box}.faq-container::-webkit-scrollbar{display:none}.faq-item{background-color:#fff;margin-bottom:1rem;padding:.7rem;border-bottom:1px solid #ddd;overflow:hidden;transition:all .3s ease}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h3{font-size:1rem;font-weight:400;color:#333}.toggle{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.faq-toggle{font-size:1rem;font-weight:400;color:#00f}.faq-answer{padding:1rem 0;line-height:1.3;animation:slideDown .3s ease}.faq-answer p{font-size:.9rem;font-weight:300;color:#555}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-item.open{border-color:#bbb}}@media only screen and (min-width: 1024px) and (min-height: 1366px){.faq-section{width:100vw;height:-moz-fit-content!important;height:fit-content!important;background:#fff;box-sizing:border-box;display:flex;padding-top:3rem;padding-bottom:3rem;flex-direction:column;align-items:center;overflow-y:auto;box-shadow:var(--box-shadow-light)}.heading-faq{width:800px;height:10rem;text-align:center}.heading-faq p{font-size:1rem;font-weight:400;color:#555}.faq-title{font-size:2.2rem;font-weight:500;margin-bottom:1rem;text-align:center}.faq-title span{color:var(--purple-bg)}.faq-container{width:100%;max-width:800px;max-height:100%;margin:auto;margin-top:2rem;overflow-y:auto;padding:2rem;box-sizing:border-box;box-shadow:none!important}.faq-container::-webkit-scrollbar{display:none}.faq-item{background-color:#fff;margin-bottom:1.5rem!important;padding:.7rem;border-bottom:1px solid #ddd;overflow:hidden;transition:all .3s ease}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h3{font-size:1.2rem!important;font-weight:400;color:#333}.toggle{width:1.5rem!important;height:1.5rem!important;display:flex;align-items:center;justify-content:center;border-radius:50%}.faq-toggle{font-size:1.2rem!important;font-weight:400;color:#00f}.faq-answer{padding:1rem 0;line-height:1.3;animation:slideDown .3s ease}.faq-answer p{font-size:1rem!important;font-weight:300;color:#555}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-item.open{border-color:#bbb}}@media only screen and (min-width: 820px) and (max-width: 1025px) and (min-height: 1180px) and (max-height: 1367px){.faq-section{width:100vw;height:75vh;background:#fff;box-sizing:border-box;display:flex;padding-top:3rem;padding-bottom:3rem;flex-direction:column;align-items:center;overflow-y:auto;box-shadow:var(--box-shadow-light)}.heading-faq{text-align:center}.faq-title{font-size:2.2rem;font-weight:500;margin-bottom:1rem;text-align:center}.faq-title span{color:var(--purple-bg)}.heading-faq p{font-size:1rem;font-weight:400;color:#555}.faq-container{width:100%;max-width:780px;max-height:100%;margin:auto;margin-top:2rem;overflow-y:auto;padding:2rem;box-sizing:border-box;box-shadow:none!important}.faq-container::-webkit-scrollbar{display:none}.faq-item{background-color:#fff;margin-bottom:1.2rem;padding:.7rem;border-bottom:1px solid #ddd;overflow:hidden;transition:all .3s ease}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h3{font-size:1.2rem;margin-bottom:.5rem;font-weight:400;color:#333}.toggle{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:50%}.faq-toggle{font-size:1rem;font-weight:400;color:#00f}.faq-answer{padding:1rem 0;line-height:1.3;animation:slideDown .3s ease}.faq-answer p{font-size:1rem;font-weight:300;color:#555}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-item.open{border-color:#bbb}}@media only screen and (max-width: 768px) and (max-height: 1060px){.faq-section{width:100vw;height:-moz-fit-content;height:fit-content;background:#fff;box-sizing:border-box;display:flex;padding-top:3rem;padding-bottom:3rem;flex-direction:column;align-items:center;overflow-y:auto;margin-top:10rem;box-shadow:var(--box-shadow-light)}.heading-faq{min-width:600px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.heading-faq p{font-size:1rem;font-weight:400;color:#555}.faq-title{font-size:2rem;font-weight:500;margin-bottom:1rem;text-align:center}.faq-title span{color:var(--purple-bg)}.faq-container{width:100%;max-width:820px;max-height:100%;margin:auto;margin-top:1rem;overflow-y:auto;padding:2rem;box-sizing:border-box}.faq-container::-webkit-scrollbar{display:none}.faq-item{background-color:#fff;margin-bottom:1rem;padding:.7rem;border-bottom:1px solid #ddd;overflow:hidden;transition:all .3s ease}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h3{font-size:1rem;font-weight:400;color:#333}.toggle{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.faq-toggle{font-size:1rem;font-weight:400;color:#00f}.faq-answer{padding:1rem 0;line-height:1.3;animation:slideDown .3s ease}.faq-answer p{font-size:.9rem;font-weight:300;color:#555}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-item.open{border-color:#bbb}}@media only screen and (max-width: 660px){.faq-section{width:100vw;height:-moz-fit-content;height:fit-content;background:#fff;box-sizing:border-box;display:flex;padding-top:3rem;padding-bottom:1rem!important;flex-direction:column;align-items:center;overflow-y:auto;box-shadow:var(--box-shadow-light)}.heading-faq{width:90%;max-width:800px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.heading-faq h2{font-size:2rem;font-weight:500}.heading-faq p{font-size:1rem;font-weight:400;color:#555}.faq-title h2{font-size:30px!important;font-weight:500!important;margin-bottom:1rem;text-align:left}.faq-title h2 span{color:var(--purple-bg)}.faq-title p{font-size:1rem;color:#555;text-align:left;margin-left:0}.faq-tabs{width:90%;display:flex;align-items:center;justify-content:space-around}.faq-tab{font-size:1rem;font-weight:700}.faq-icon{display:none!important}.faq-container{width:100%;max-width:820px;max-height:-moz-fit-content;max-height:fit-content;margin:auto;margin-top:1rem;overflow-y:auto;padding:1rem!important;box-sizing:border-box;box-shadow:none!important}.faq-container::-webkit-scrollbar{display:none}.faq-item{background-color:#fff;margin-bottom:1rem;padding:.7rem;border-bottom:1px solid #ddd;overflow:hidden;transition:all .3s ease}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h3{font-size:1rem;font-weight:400;color:#333}.toggle{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:1px solid var(--purple-bg);border-radius:50%}.faq-toggle{font-size:1rem;font-weight:400;color:var(--purple-bg)}.faq-answer{padding:1rem 0;line-height:1.3;animation:slideDown .3s ease}.faq-answer p{font-size:.9rem;font-weight:300;color:#555}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-item.open{border-color:#bbb}}@media only screen and (max-width: 480px){.faq-section{width:100vw;height:-moz-fit-content;height:fit-content;background:#fff;box-sizing:border-box;display:flex;padding-top:3rem;padding-bottom:0rem;flex-direction:column;align-items:center;overflow-y:auto;box-shadow:var(--box-shadow-light)}.heading-faq{min-width:0!important;max-width:90%!important;height:10rem;text-align:left}.heading-faq p{font-size:1rem;font-weight:400;color:#555;text-align:left;margin-left:0}.faq-title{font-size:30px!important;font-weight:500!important;margin-bottom:1rem;text-align:left;margin-left:0}.faq-title span{color:var(--purple-bg)}.faq-tabs{width:90%;margin:1rem auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around}.faq-tab{font-size:.8rem;font-weight:700}.faq-icon{display:none!important}.faq-container{width:100%;max-width:800px;max-height:100%;margin:auto;margin-top:2rem;overflow-y:auto;padding:2rem;box-sizing:border-box;box-shadow:#00000029 0 1px 4px}.faq-container::-webkit-scrollbar{display:none}.faq-item{background-color:#fff;margin-bottom:1rem;padding:.7rem;border-bottom:1px solid #ddd;overflow:hidden;transition:all .3s ease}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h3{font-size:1rem;font-weight:400;color:#333}.toggle{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:1px solid var(--purple-bg);border-radius:50%}.faq-toggle{font-size:1rem;font-weight:400;color:var(--purple-bg)}.faq-answer{padding:1rem 0;line-height:1.3;animation:slideDown .3s ease}.faq-answer p{font-size:.9rem;font-weight:300;color:#555}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-item.open{border-color:#bbb}}@media only screen and (max-width: 380px){.faq-section{width:100vw;height:100vh;background:#fff;box-sizing:border-box;display:flex;padding-top:3rem;padding-bottom:2rem;flex-direction:column;align-items:center;overflow-y:auto;box-shadow:var(--box-shadow-light)}.heading-faq{min-width:0!important;max-width:90%!important;height:10rem;text-align:left!important;margin-left:0}.heading-faq p{font-size:1rem;padding:0!important;text-align:left;max-width:100%;margin-left:0;font-family:Outfit,system-ui,sans-serif}.faq-title{font-size:30px;font-weight:500;text-align:left;font-family:Outfit,system-ui,sans-serif}.faq-title span{color:var(--purple-bg)}.faq-tabs{width:90%;margin:1rem auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around}.faq-tab{font-size:.8rem;font-weight:700}.faq-icon{display:none!important}.faq-container{width:100%;max-width:800px;max-height:100%;margin:auto;margin-top:2rem;overflow-y:auto;padding:2rem;box-sizing:border-box;box-shadow:#00000029 0 1px 4px}.faq-container::-webkit-scrollbar{display:none}.faq-item{background-color:#fff;margin-bottom:1rem;padding:.7rem;border-bottom:1px solid #ddd;overflow:hidden;transition:all .3s ease}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h3{font-size:1rem;font-weight:400;color:#333}.toggle{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:1px solid var(--purple-bg);border-radius:50%}.faq-toggle{font-size:1rem;font-weight:400;color:var(--purple-bg)}.faq-answer{padding:1rem 0;line-height:1.3;animation:slideDown .3s ease}.faq-answer p{font-size:.9rem;font-weight:300;color:#555}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-item.open{border-color:#bbb}}.home-page{width:100vw;height:auto;max-width:1200px;margin:0 auto;padding:0;display:flex;justify-content:space-evenly;flex-direction:column;align-items:center;gap:2rem;background-color:var(--color-white)}.retrogrid-root{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;opacity:.5;perspective:200px}.retrogrid-plane{position:absolute;top:0;right:0;bottom:0;left:0;transform:rotateX(var(--grid-angle, 65deg))}.retrogrid-tiles{position:absolute;top:0;right:0;bottom:0;left:0;height:300vh;width:600vw;margin-left:-50%;transform-origin:100% 0 0;background-repeat:repeat;background-size:60px 60px;background-image:linear-gradient(to right,rgba(91,71,176,.3) 1px,transparent 0),linear-gradient(to bottom,rgba(91,71,176,.3) 1px,transparent 0);animation:rg-grid 15s linear infinite}.retrogrid-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#ffffff,transparent 90%)}@keyframes rg-grid{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@media (max-width: 768px){.retrogrid-root{opacity:.4}.retrogrid-tiles{background-size:50px 50px;animation:rg-grid 12s linear infinite;background-image:linear-gradient(to right,rgba(91,71,176,.25) 1px,transparent 0),linear-gradient(to bottom,rgba(91,71,176,.25) 1px,transparent 0)}}@media (max-width: 480px){.retrogrid-root{opacity:.3}.retrogrid-tiles{background-size:45px 45px;animation:rg-grid 10s linear infinite;background-image:linear-gradient(to right,rgba(91,71,176,.2) 1px,transparent 0),linear-gradient(to bottom,rgba(91,71,176,.2) 1px,transparent 0)}}.wd-section{position:relative;isolation:isolate;padding:clamp(3rem,6vw,5rem) 1rem;overflow:hidden;min-height:500px}.wd-shell{max-width:1200px;margin:0 auto;position:relative;z-index:1}.wd-head{text-align:center;margin-bottom:clamp(2rem,5vw,3rem);font-family:outfit,sans-serif}.wd-title{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;margin-bottom:1rem}.wd-sub{font-size:1rem;font-family:Outfit,system-ui,sans-serif;font-weight:400;color:#555;margin:0 auto;line-height:1.6;max-width:550px}.wd-grid{list-style:none;padding:0;margin:0;display:grid;gap:1rem}@media (min-width: 720px){.wd-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}}@media (min-width: 1040px){.wd-grid{gap:1.4rem}}.wd-card{background:transparent;padding:1.1rem 1.1rem 1.15rem;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"icon title" "body body";-moz-column-gap:.8rem;column-gap:.8rem;row-gap:.4rem;will-change:transform}.wd-icon{grid-area:icon;display:inline-grid;place-items:center;width:40px;height:40px;border-radius:999px;background:var(--color-white);box-shadow:0 2px 10px #583fbf1f inset,0 1px 4px #0000000a;font-size:1.1rem;color:#5b47b0}.wd-icon svg{width:1.4rem;height:1.4rem}.wd-card-title{grid-area:title;align-self:center;margin:0;font-size:1.05rem;color:var(--color-gray-dark);font-weight:700;letter-spacing:-.2px;font-family:outfit,sans-serif}.wd-card-body{grid-area:body;margin:.25rem 0 0;color:var(--color-agreement);font-size:.98rem;line-height:1.45}.wd-blob{position:absolute;z-index:-1;filter:blur(40px);opacity:.35;pointer-events:none}.wd-blob-a{width:420px;height:420px;right:-120px;top:-120px;background:radial-gradient(closest-side,var(--color-bubble2),transparent 70%)}.wd-blob-b{width:420px;height:420px;left:-120px;bottom:-140px;background:radial-gradient(closest-side,var(--color-cta-bg),transparent 70%)}@media (prefers-reduced-motion: reduce){.wd-card,.wd-card:hover{transition:none;transform:none}}.wd-section .retrogrid-root{opacity:.55;z-index:0}.wd-section .retrogrid-gradient{background:linear-gradient(to top,#faf8ff,transparent 90%)}@media (max-width: 768px){.wd-section .retrogrid-root{opacity:.65}}@media (max-width: 480px){.wd-head{width:90%;text-align:left!important;margin-bottom:clamp(2rem,5vw,3rem);font-family:outfit,sans-serif}.wd-section .retrogrid-root{opacity:.65}}.industries-partners{position:relative;width:100%;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:4rem 1rem;background:linear-gradient(180deg,#fafafa,#fff);overflow:hidden;min-height:500px;display:flex;align-items:center;justify-content:center}.industries-partners__grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.02) 1px,transparent 1px);background-size:40px 40px;opacity:.5;pointer-events:none}.industries-partners__content{position:relative;z-index:1;max-width:1200px;width:90%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:3rem}.industries-partners__header{text-align:center;margin-bottom:0;max-width:90%;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:14px}.industries-partners__heading{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2}.industries-partners__heading span{color:#5b47b0}.industries-partners__subheading{font-size:1rem;font-family:Outfit,system-ui,sans-serif;font-weight:400;color:#555;margin:0 auto;line-height:1.6}.industries-partners__carousel{position:relative;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.industries-partners__row{display:flex;align-items:center;gap:2rem;width:-moz-fit-content;width:fit-content;will-change:transform;margin-bottom:1.5rem}.industries-partners__row--scroll-left{animation:scroll-left-partners 30s linear infinite}.industries-partners__row--scroll-right{animation:scroll-right-partners 30s linear infinite}.industries-partners__row:hover{animation-play-state:paused}.industries-partners__icon-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid rgba(0,0,0,.06);transition:all .3s ease;min-width:120px;height:80px}.industries-partners__icon-wrapper:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.industries-partners__icon{height:40px;width:auto;max-width:100px;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%) opacity(.6);transition:filter .3s ease}.industries-partners__icon-wrapper:hover .industries-partners__icon{filter:grayscale(0%) opacity(1)}.industries-partners__fade{position:absolute;top:0;bottom:0;width:150px;pointer-events:none;z-index:2}.industries-partners__fade--left{left:0;background:linear-gradient(to right,#fff,#fff0)}.industries-partners__fade--right{right:0;background:linear-gradient(to left,#fff,#fff0)}@keyframes scroll-left-partners{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right-partners{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width: 1024px){.industries-partners{padding:3rem 1rem;min-height:450px}.industries-partners__heading{font-size:1.9rem}.industries-partners__subheading{font-size:1.1rem}.industries-partners__content{gap:2.5rem}.industries-partners__icon-wrapper{min-width:100px;height:70px;padding:.875rem 1.25rem}.industries-partners__icon{height:35px;max-width:90px}}@media (max-width: 768px){.industries-partners{padding:2.5rem 1rem;min-height:400px}.industries-partners__heading{font-size:1.6rem}.industries-partners__subheading{font-size:1rem;padding:0 1rem}.industries-partners__content{gap:2rem}.industries-partners__row{gap:1.5rem;margin-bottom:1.25rem}.industries-partners__row--scroll-left,.industries-partners__row--scroll-right{animation-duration:25s}.industries-partners__icon-wrapper{min-width:90px;height:60px;padding:.75rem 1rem;border-radius:10px}.industries-partners__icon{height:30px;max-width:80px}.industries-partners__fade{width:100px}}@media (max-width: 480px){.industries-partners{padding:2rem 0;min-height:350px}.industries-partners__content{position:relative;z-index:1;max-width:1200px;width:100%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:3rem}.industries-partners__header{text-align:center;max-width:90%;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:14px;margin-bottom:40px}.industries-partners__heading{font-size:30px;font-weight:500;text-align:left;font-family:Outfit,system-ui,sans-serif}.industries-partners__subheading{font-size:.95rem;padding:0!important;text-align:left;max-width:90%;margin-left:0;font-family:Outfit,system-ui,sans-serif}.industries-partners__content{gap:1.5rem}.industries-partners__row{gap:1rem;margin-bottom:1rem}.industries-partners__row--scroll-left,.industries-partners__row--scroll-right{animation-duration:20s}.industries-partners__icon-wrapper{min-width:80px;height:55px;padding:.625rem .875rem;border-radius:8px}.industries-partners__icon{height:25px;max-width:70px}.industries-partners__fade{width:60px}.industries-partners__carousel{-webkit-mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%)}}@media (prefers-reduced-motion: reduce){.industries-partners__row--scroll-left,.industries-partners__row--scroll-right{animation:none}.industries-partners__row{justify-content:center}}.course-hero-container{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:3rem 1rem}.course-hero-left{width:55%;margin:0rem 1rem 1rem 2rem;display:flex;flex-direction:column;align-items:flex-start;position:relative}.course-hero-left-heading{display:flex;flex-direction:column;row-gap:.5rem;margin-bottom:1rem}.course-hero-left-heading h1{font-size:3.5rem;line-height:1;color:var(--color-gray-dark);margin-bottom:1rem;font-weight:500;text-align:left}.course-hero-left-heading span{color:var(--color-purple)}.course-hero-subtext{font-family:outfit;font-size:1rem;color:#666;margin:.5rem 0;line-height:1.5;padding-left:.5rem;border-left:3px solid #5b47b0}.course-hero-cta{width:192px;height:52px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:600;font-size:.9rem;margin-top:2rem;transition:background .3s ease}.course-hero-cta:hover{background-color:var(--color-cta-hover);box-shadow:0 4px 8px #0000004d}.course-hero-right{flex:1;position:relative;display:flex;justify-content:center;margin-right:2rem}.course-hero-bubble{position:absolute;top:-2rem;right:-.1rem;width:350px;height:350px;background:var(--color-bubble);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.course-hero-bubble2{position:absolute;bottom:-2rem;left:-.01rem;width:350px;height:350px;background:var(--color-bubble2);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.form-card{position:relative;z-index:2;width:350px;height:-moz-fit-content;height:fit-content;background:var(--color-white);border-radius:10px;box-shadow:0 4px 10px #00000017;padding:2rem}.form-card h2{font-size:1.8rem;color:var(--color-gray-dark);text-align:center;margin-bottom:.5rem}.form-subtitle{font-size:.7rem;color:var(--color-text-secondary);margin-bottom:1rem;text-align:center}.form-card h3{font-size:1rem;color:var(--color-purple);font-weight:600;text-align:center;margin-bottom:.5rem}.contact__form-div{position:relative;margin-bottom:.3rem;height:4rem}.contact__form-input{position:absolute;top:0;left:0;z-index:1;width:100%;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.contact__form-input-phone{width:calc(100% - 75px);position:absolute;top:0;left:80px;z-index:1;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.contact__form-tag{position:absolute;top:-.75rem;left:1.25rem;font-size:.875rem;padding:.25rem;z-index:10;background:var(--color-white)}.form-card form{display:flex;flex-direction:column}.form-card form input{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.8rem;outline:none}.form-card form input:hover,.form-card form select:hover{border-color:var(--color-input-focus)}.form-card form select{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.9rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9IiNjY2NjY2MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDAuNTg3NTA4TDEwIDUuMDg3NTFMMS44OTk5OSA1LjA4NzUxTDAuNTg3NTE2IDMuNzQ1MDNMMS4yNzY3MSAzLjA0ODU0TDEwLjAwMDAxIDMuMDQ4NTRMMTAgMC41ODc1MDhaIi8+PC9zdmc+);background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 16px;cursor:pointer}.form-card form select option{color:var(--color-gray-dark)}.submit-btn{background-color:var(--color-purple);color:var(--color-white);padding:.8rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .3s ease}.submit-btn:hover{background-color:var(--color-cta-hover)}.agreement{margin-top:1rem;font-size:.6rem;color:var(--color-agreement)}.input-checkbox{text-align:center;margin-right:.5rem;cursor:pointer}.agreement a{font-size:.6rem;color:var(--color-purple);text-decoration:none}.agreement a:hover{text-decoration:underline}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}to{transform:translate(0)}}.shake{animation:shake .5s}@media only screen and (min-width: 96em){.course-hero-container{width:100vw;height:100vh;display:flex;align-items:center;justify-content:space-between;margin-top:0rem!important;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:2rem 7rem}.course-hero-left{width:68%;margin:-6rem 0rem 8rem;display:flex;flex-direction:column;align-items:flex-start;position:relative}.course-hero-left-heading h1{font-size:3.3rem;line-height:1.3;color:var(--color-gray-dark);margin-bottom:.5rem;font-weight:600!important;text-align:left}.course-hero-left-heading span{color:var(--color-purple)}.course-hero-subtext{font-size:1.1rem;font-weight:400;color:var(--color-gray);margin-top:.6rem}.course-hero-cta{width:192px;height:52px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:600;font-size:.9rem;margin-top:2rem;transition:background .3s ease}.course-hero-cta:hover{background-color:var(--color-cta-hover);box-shadow:0 4px 8px #0000004d}.course-hero-right{flex:1;margin-top:-10rem;position:relative;display:flex;justify-content:center}.course-hero-bubble{position:absolute;top:-2rem;right:-.1rem;width:350px;height:350px;background:var(--color-bubble);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.course-hero-bubble2{position:absolute;bottom:-2rem;left:-.01rem;width:350px;height:350px;background:var(--color-bubble2);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.form-card{position:relative;z-index:2;width:350px;height:-moz-fit-content;height:fit-content;background:var(--color-white);border-radius:10px;box-shadow:0 4px 10px #00000017;padding:2rem}.form-card h2{font-size:1.8rem;color:var(--color-gray-dark);text-align:center;margin-bottom:.5rem}.form-subtitle{font-size:.7rem;color:var(--color-text-secondary);margin-bottom:1rem;text-align:center}.form-card h3{font-size:1rem;color:var(--color-purple);font-weight:600;text-align:center;margin-bottom:.5rem}.contact__form-div{position:relative;margin-bottom:.3rem;height:4rem}.contact__form-input{position:absolute;top:0;left:0;z-index:1;width:100%;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.contact__form-input-phone{width:calc(100% - 75px);position:absolute;top:0;left:80px;z-index:1;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.contact__form-tag{position:absolute;top:-.75rem;left:1.25rem;font-size:.875rem;padding:.25rem;z-index:10;background:var(--color-white)}.form-card form{display:flex;flex-direction:column}.form-card form input{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.8rem;outline:none}.form-card form input:hover,.form-card form select:hover{border-color:var(--color-input-focus)}.form-card form select{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.9rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9IiNjY2NjY2MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDAuNTg3NTA4TDEwIDUuMDg3NTFMMS44OTk5OSA1LjA4NzUxTDAuNTg3NTE2IDMuNzQ1MDNMMS4yNzY3MSAzLjA0ODU0TDEwLjAwMDAxIDMuMDQ4NTRMMTAgMC41ODc1MDhaIi8+PC9zdmc+);background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 16px;cursor:pointer}.form-card form select option{color:var(--color-gray-dark)}.submit-btn{background-color:var(--color-purple);color:var(--color-white);padding:.8rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .3s ease}.submit-btn:hover{background-color:var(--color-cta-hover)}.agreement{margin-top:1rem;font-size:.6rem;color:var(--color-agreement)}.input-checkbox{text-align:center;margin-right:.5rem;cursor:pointer}.agreement a{font-size:.6rem;color:var(--color-purple);text-decoration:none}.agreement a:hover{text-decoration:underline}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}to{transform:translate(0)}}.shake{animation:shake .5s}}@media only screen and (min-width: 991px) and(max-width: 1024px) and (min-height: 1180px) and (max-width: 1366px){.course-hero-container{width:100vw;display:flex;flex-wrap:wrap;justify-content:space-between;margin:auto;align-items:center;padding:2.5rem;margin-top:5rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background-color:var(--color-white);border:2px solid blue}.course-hero-left{flex:1;margin:3rem 2rem 8rem;display:flex;flex-direction:column;align-items:flex-start;position:relative}.course-hero-left-heading h1{font-size:2rem;line-height:1.3;color:var(--color-gray-dark);margin-bottom:.5rem;font-weight:500!important;text-align:left}.course-hero-left-heading span{color:var(--color-purple)}.course-hero-subtext{font-size:.9rem;font-weight:500;color:var(--color-gray);margin-top:.6rem}.course-hero-cta{width:192px;height:52px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:600;font-size:.9rem;margin-top:2rem;transition:background .3s ease}.course-hero-cta:hover{background-color:var(--color-cta-hover);box-shadow:0 4px 8px #0000004d}.course-hero-right{flex:1;position:relative;display:flex;justify-content:center}.course-hero-bubble{position:absolute;top:-2rem;right:-.2rem;width:350px;height:350px;background:var(--color-bubble);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.course-hero-bubble2{position:absolute;bottom:-2rem;left:-.01rem;width:350px;height:350px;background:var(--color-bubble2);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.form-card{position:relative;z-index:2;width:350px;height:-moz-fit-content;height:fit-content;background:var(--color-white);border-radius:10px;box-shadow:0 4px 10px #00000017;padding:2rem}.form-card h2{font-size:1.8rem;color:var(--color-gray-dark);text-align:center;margin-bottom:.5rem}.form-subtitle{font-size:.7rem;color:var(--color-text-secondary);margin-bottom:1rem;text-align:center}.form-card h3{font-size:1rem;color:var(--color-purple);font-weight:600;text-align:center;margin-bottom:.5rem}.contact__form-div{position:relative;margin-bottom:.3rem;height:4rem}.contact__form-input{position:absolute;top:0;left:0;z-index:1;width:100%;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.contact__form-input-phone{width:calc(100% - 75px);position:absolute;top:0;left:80px;z-index:1;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.contact__form-tag{position:absolute;top:-.75rem;left:1.25rem;font-size:.875rem;padding:.25rem;z-index:10;background:var(--color-white)}.form-card form{display:flex;flex-direction:column}.form-card form input{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.8rem;outline:none}.form-card form input:hover,.form-card form select:hover{border-color:var(--color-input-focus)}.form-card form select{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.9rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9IiNjY2NjY2MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDAuNTg3NTA4TDEwIDUuMDg3NTFMMS44OTk5OSA1LjA4NzUxTDAuNTg3NTE2IDMuNzQ1MDNMMS4yNzY3MSAzLjA0ODU0TDEwLjAwMDAxIDMuMDQ4NTRMMTAgMC41ODc1MDhaIi8+PC9zdmc+);background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 16px;cursor:pointer}.form-card form select option{color:var(--color-gray-dark)}.submit-btn{background-color:var(--color-purple);color:var(--color-white);padding:.8rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .3s ease}.submit-btn:hover{background-color:var(--color-cta-hover)}.agreement{margin-top:1rem;font-size:.6rem;color:var(--color-agreement)}.input-checkbox{text-align:center;margin-right:.5rem;cursor:pointer}.agreement a{font-size:.6rem;color:var(--color-purple);text-decoration:none}.agreement a:hover{text-decoration:underline}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}to{transform:translate(0)}}.shake{animation:shake .5s}}@media only screen and (min-width: 820px) and (min-height: 1180px){.course-hero-container{width:100vw;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1rem;margin-top:4rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background-color:var(--color-white)}.course-hero-left{flex:1;margin:3rem 2rem 8rem;display:flex;flex-direction:column;align-items:flex-start;position:relative}.course-hero-left-heading h1{font-size:2rem;line-height:1.3;color:var(--color-gray-dark);margin-bottom:.5rem;font-weight:500!important;text-align:left}.course-hero-left-heading span{color:var(--color-purple)}.course-hero-subtext{font-size:.9rem;font-weight:500;color:var(--color-gray);margin-top:.6rem}.course-hero-cta{width:192px;height:52px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:600;font-size:.9rem;margin-top:2rem;transition:background .3s ease}.course-hero-cta:hover{background-color:var(--color-cta-hover);box-shadow:0 4px 8px #0000004d}.course-hero-right{flex:1;position:relative;display:flex;justify-content:center}.course-hero-bubble{position:absolute;top:-1rem;right:-2rem;width:300px;height:300px;background:var(--color-bubble);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.course-hero-bubble2{position:absolute;bottom:-2rem;left:-2rem;width:300px;height:300px;background:var(--color-bubble2);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.form-card{position:relative;z-index:2;width:330px;height:-moz-fit-content;height:fit-content;background:var(--color-white);border-radius:10px;box-shadow:0 4px 10px #00000017;padding:2rem 2rem 1rem}.form-card h2{font-size:1.8rem;color:var(--color-gray-dark);text-align:center;margin-bottom:.5rem}.form-subtitle{font-size:.7rem;color:var(--color-text-secondary);margin-bottom:1rem;text-align:center}.form-card h3{font-size:1rem;color:var(--color-purple);font-weight:600;text-align:center;margin-bottom:.5rem}.contact__form-div{position:relative;margin-bottom:.3rem;height:4rem}.contact__form-input{position:absolute;top:0;left:0;z-index:1;width:100%;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.contact__form-input-phone{width:calc(100% - 75px);position:absolute;top:0;left:80px;z-index:1;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.contact__form-tag{position:absolute;top:-.75rem;left:1.25rem;font-size:.875rem;padding:.25rem;z-index:10;background:var(--color-white)}.form-card form{display:flex;flex-direction:column}.form-card form input{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.8rem;outline:none}.form-card form input:hover,.form-card form select:hover{border-color:var(--color-input-focus)}.form-card form select{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.9rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9IiNjY2NjY2MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDAuNTg3NTA4TDEwIDUuMDg3NTFMMS44OTk5OSA1LjA4NzUxTDAuNTg3NTE2IDMuNzQ1MDNMMS4yNzY3MSAzLjA0ODU0TDEwLjAwMDAxIDMuMDQ4NTRMMTAgMC41ODc1MDhaIi8+PC9zdmc+);background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 16px;cursor:pointer}.form-card form select option{color:var(--color-gray-dark)}.submit-btn{background-color:var(--color-purple);color:var(--color-white);padding:.8rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .3s ease}.submit-btn:hover{background-color:var(--color-cta-hover)}.agreement{margin-top:1rem;font-size:.6rem;color:var(--color-agreement)}.input-checkbox{text-align:center;margin-right:.5rem;cursor:pointer}.agreement a{font-size:.6rem;color:var(--color-purple);text-decoration:none}.agreement a:hover{text-decoration:underline}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}to{transform:translate(0)}}.shake{animation:shake .5s}}@media only screen and (min-width: 1024px) and (min-height: 1366px){.course-hero-container{width:100vw;margin-top:6rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1.5rem 1rem}.course-hero-left{flex:1;margin:2rem 2rem 5rem;display:flex;flex-direction:column;align-items:flex-start;position:relative}.course-hero-left-heading h1{font-size:2.18rem;line-height:1.4;color:var(--color-gray-dark);margin-bottom:.5rem;font-weight:500!important;text-align:left}.course-hero-left-heading span{color:var(--color-purple)}.course-hero-subtext{font-size:.95rem;font-weight:500;color:var(--color-gray);margin-top:.95rem}.course-hero-cta{width:172px;height:52px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:600;font-size:.9rem;margin-top:2rem;transition:background .3s ease}.course-hero-cta:hover{background-color:var(--color-cta-hover);box-shadow:0 4px 8px #0000004d}.course-hero-right{flex:1;position:relative;display:flex;justify-content:center}.course-hero-bubble{position:absolute;top:-2rem;right:-.2rem;width:350px;height:350px;background:var(--color-bubble);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.course-hero-bubble2{position:absolute;bottom:-2rem;left:-.01rem;width:350px;height:350px;background:var(--color-bubble2);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.form-card{position:relative;z-index:2;width:360px;height:-moz-fit-content;height:fit-content;background:var(--color-white);border-radius:10px;box-shadow:0 4px 10px #00000017;padding:2rem 2rem 1rem}.form-card h2{font-size:1.8rem;color:var(--color-gray-dark);text-align:center;margin-bottom:.5rem}.form-subtitle{font-size:.7rem;color:var(--color-text-secondary);margin-bottom:1rem;text-align:center}.form-card h3{font-size:1rem;color:var(--color-purple);font-weight:600;text-align:center;margin-bottom:.5rem}.contact__form-div{position:relative;margin-bottom:.3rem;height:4rem}.contact__form-input{position:absolute;top:0;left:0;z-index:1;width:100%;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.contact__form-input-phone{width:calc(100% - 75px);position:absolute;top:0;left:80px;z-index:1;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.contact__form-tag{position:absolute;top:-.75rem;left:1.25rem;font-size:.875rem;padding:.25rem;z-index:10;background:var(--color-white)}.form-card form{display:flex;flex-direction:column}.form-card form input{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.8rem;outline:none}.form-card form input:hover,.form-card form select:hover{border-color:var(--color-input-focus)}.form-card form select{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.9rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9IiNjY2NjY2MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDAuNTg3NTA4TDEwIDUuMDg3NTFMMS44OTk5OSA1LjA4NzUxTDAuNTg3NTE2IDMuNzQ1MDNMMS4yNzY3MSAzLjA0ODU0TDEwLjAwMDAxIDMuMDQ4NTRMMTAgMC41ODc1MDhaIi8+PC9zdmc+);background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 16px;cursor:pointer}.form-card form select option{color:var(--color-gray-dark)}.submit-btn{background-color:var(--color-purple);color:var(--color-white);padding:.8rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .3s ease}.submit-btn:hover{background-color:var(--color-cta-hover)}.agreement{margin-top:1rem;font-size:.6rem;color:var(--color-agreement)}.input-checkbox{text-align:center;margin-right:.5rem;cursor:pointer}.agreement a{font-size:.7rem;color:var(--color-purple);text-decoration:none}.agreement a:hover{text-decoration:underline}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}to{transform:translate(0)}}.shake{animation:shake .5s}}@media only screen and (width: 768px) and (height: 1024px){.course-hero-container{width:100vw;margin-top:4rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1rem}.course-hero-left{flex:1;margin:2rem 2rem 5rem;display:flex;flex-direction:column;align-items:flex-start;position:relative}.course-hero-left-heading h1{font-size:2rem;line-height:1.2;color:var(--color-gray-dark);margin-bottom:.5rem;font-weight:500!important;text-align:left}.course-hero-left-heading span{color:var(--color-purple)}.course-hero-subtext{font-size:.8rem;font-weight:500;color:var(--color-gray);margin-top:.6rem}.course-hero-cta{width:152px;height:42px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:600;font-size:.75rem;transition:background .3s ease}.course-hero-cta:hover{background-color:var(--color-cta-hover);box-shadow:0 4px 8px #0000004d}.course-hero-right{flex:1;position:relative;display:flex;justify-content:center}.course-hero-bubble{position:absolute;top:-1rem;right:-2rem;width:300px;height:300px;background:var(--color-bubble);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d;display:none!important}.course-hero-bubble2{position:absolute;bottom:-2rem;left:-2rem;width:300px;height:300px;background:var(--color-bubble2);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d;display:none!important}.form-card{position:relative;z-index:2;width:300px;padding-bottom:1rem;background:var(--color-white);border-radius:10px;box-shadow:0 4px 10px #00000017;margin-top:-2rem}.form-card h2{font-size:1.4rem;color:var(--color-gray-dark);text-align:center;margin-bottom:.5rem}.form-subtitle{font-size:.7rem;color:var(--color-text-secondary);margin-bottom:1rem;text-align:center}.form-card h3{font-size:1rem;color:var(--color-purple);font-weight:600;text-align:center;margin-bottom:.5rem}.contact__form-div{position:relative;margin-bottom:.3rem;height:3.5rem}.contact__form-input{position:absolute;top:0;left:0;z-index:1;width:100%;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:.5rem;margin-bottom:-2rem}.contact__form-input-phone{width:calc(100% - 75px);position:absolute;top:0;left:75px;z-index:1;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.contact__form-tag{position:absolute;top:-.75rem;left:1.25rem;font-size:.875rem;padding:.25rem;z-index:10;background:var(--color-white)}.form-card form{display:flex;flex-direction:column}.form-card form input{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.8rem;outline:none}.form-card form input:hover,.form-card form select:hover{border-color:var(--color-input-focus)}.form-card form select{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.9rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9IiNjY2NjY2MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDAuNTg3NTA4TDEwIDUuMDg3NTFMMS44OTk5OSA1LjA4NzUxTDAuNTg3NTE2IDMuNzQ1MDNMMS4yNzY3MSAzLjA0ODU0TDEwLjAwMDAxIDMuMDQ4NTRMMTAgMC41ODc1MDhaIi8+PC9zdmc+);background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 16px;cursor:pointer}.form-card form select option{color:var(--color-gray-dark)}.submit-btn{background-color:var(--color-purple);color:var(--color-white);padding:.8rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .3s ease}.submit-btn:hover{background-color:var(--color-cta-hover)}.agreement{margin-top:1rem;font-size:.6rem;color:var(--color-agreement)}.input-checkbox{text-align:center;margin-right:.5rem;cursor:pointer}.agreement a{font-size:.6rem;color:var(--color-purple);text-decoration:none}.agreement a:hover{text-decoration:underline}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}to{transform:translate(0)}}.shake{animation:shake .5s}}@media only screen and (max-width: 660px){.course-hero-container{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:1rem;width:100vw;margin-top:0rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:2rem}.course-hero-left{width:100%;margin-top:1rem;margin-left:calc(55% - 60vw);margin-right:calc(55% - 60vw);padding:.6rem}.course-hero-left-heading{display:flex;flex-direction:column}.course-hero-left-heading h1{font-size:2.7rem;line-height:1.4;color:var(--color-gray-dark);margin-bottom:.7rem;font-weight:600!important;text-align:left}.course-hero-left-heading span{color:var(--color-purple)}.course-hero-subtext{font-size:1rem;font-weight:400;color:var(--color-gray);margin-top:.8rem;padding-left:.5rem;border-left:1px solid var(--color-cta-hover)}.course-hero-cta{display:none}.course-hero-right{flex:1;position:relative;display:flex;justify-content:center;margin-top:5rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.course-hero-bubble{position:absolute;top:-5rem;right:0;width:350px;height:350px;background:var(--color-bubble);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.course-hero-bubble2{position:absolute;bottom:-3rem;left:-.01rem;width:350px;height:350px;background:var(--color-bubble2);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.form-card{position:relative;z-index:2;width:310px;height:-moz-fit-content;height:fit-content;padding:1rem;background:var(--color-white);border-radius:10px;box-shadow:0 4px 10px #00000017;margin-top:-2rem}.form-card h2{font-size:1.5rem;color:var(--color-gray-dark);text-align:center;margin-bottom:.5rem}.form-subtitle{font-size:.7rem;color:var(--color-text-secondary);margin-bottom:1rem;text-align:center}.form-card h3{font-size:1rem;color:var(--color-purple);font-weight:600;text-align:center;margin-bottom:.5rem}.contact__form-div{position:relative;margin-bottom:.3rem;height:4rem}.contact__form-input{position:absolute;top:0;left:0;z-index:1;width:100%;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:.5rem;margin-bottom:-2rem}.contact__form-input-phone{width:calc(100% - 75px);position:absolute;top:0;left:80px;z-index:1;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.contact__form-tag{position:absolute;top:-.75rem;left:1.25rem;font-size:.875rem;padding:.25rem;z-index:10;background:var(--color-white)}.form-card form{display:flex;flex-direction:column}.form-card form input{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.8rem;outline:none}.form-card form input:hover,.form-card form select:hover{border-color:var(--color-input-focus)}.form-card form select{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.9rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9IiNjY2NjY2MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDAuNTg3NTA4TDEwIDUuMDg3NTFMMS44OTk5OSA1LjA4NzUxTDAuNTg3NTE2IDMuNzQ1MDNMMS4yNzY3MSAzLjA0ODU0TDEwLjAwMDAxIDMuMDQ4NTRMMTAgMC41ODc1MDhaIi8+PC9zdmc+);background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 16px;cursor:pointer}.form-card form select option{color:var(--color-gray-dark)}.submit-btn{background-color:var(--color-purple);color:var(--color-white);padding:.8rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .3s ease}.submit-btn:hover{background-color:var(--color-cta-hover)}.agreement{margin-top:1rem;font-size:.6rem;color:var(--color-agreement)}.input-checkbox{text-align:center;margin-right:.5rem;cursor:pointer}.agreement a{font-size:.6rem;color:var(--color-purple);text-decoration:none}.agreement a:hover{text-decoration:underline}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}to{transform:translate(0)}}.shake{animation:shake .5s}}@media screen and (max-width: 380px){.course-hero-container{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:1rem 2rem;width:100vw;margin-top:0rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:2rem}.course-hero-left{width:100%;margin-top:1rem;padding:.8rem}.course-hero-left-heading h1{font-size:2.2rem;line-height:1.4;color:var(--color-gray-dark);margin-bottom:.7rem;font-weight:600!important;text-align:left}.course-hero-left-heading span{color:var(--color-purple)}.course-hero-subtext{font-size:.85rem;font-weight:400;color:var(--color-gray);margin-top:.6rem;text-align:left}.course-hero-cta{display:none}.course-hero-right{flex:1;position:relative;display:flex;justify-content:center;margin-top:4rem}.course-hero-bubble{position:absolute;top:-4rem;right:1rem;width:320px;height:320px;background:var(--color-bubble);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.course-hero-bubble2{position:absolute;bottom:-3rem;left:1rem;width:320px;height:320px;background:var(--color-bubble2);border-radius:50%;z-index:1;box-shadow:0 4px 8px #0000004d}.form-card{position:relative;z-index:2;width:300px;background:var(--color-white);border-radius:10px;box-shadow:0 4px 10px #00000017;margin-top:-2rem}.form-card h2{font-size:1.4rem;color:var(--color-gray-dark);text-align:center;margin-bottom:.5rem}.form-subtitle{font-size:.7rem;color:var(--color-text-secondary);margin-bottom:.7rem;text-align:center}.form-card h3{font-size:1rem;color:var(--color-purple);font-weight:600;text-align:center;margin-bottom:.5rem}.contact__form-div{position:relative;margin-bottom:.3rem;height:3.5rem}.contact__form-input{position:absolute;top:0;left:0;z-index:1;width:100%;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:.5rem;margin-bottom:-2rem}.contact__form-input-phone{width:calc(100% - 75px);position:absolute;top:0;left:80px;z-index:1;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1rem;margin-bottom:-2rem}.contact__form-tag{position:absolute;top:-.75rem;left:1.25rem;font-size:.875rem;padding:.25rem;z-index:10;background:var(--color-white)}.form-card form{display:flex;flex-direction:column}.form-card form input{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.8rem;outline:none}.form-card form input:hover,.form-card form select:hover{border-color:var(--color-input-focus)}.form-card form select{margin-bottom:1.5rem;padding:.8rem;border-radius:6px;color:var(--color-text-secondary);border:1px solid var(--color-input-border);font-size:.9rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9IiNjY2NjY2MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDAuNTg3NTA4TDEwIDUuMDg3NTFMMS44OTk5OSA1LjA4NzUxTDAuNTg3NTE2IDMuNzQ1MDNMMS4yNzY3MSAzLjA0ODU0TDEwLjAwMDAxIDMuMDQ4NTRMMTAgMC41ODc1MDhaIi8+PC9zdmc+);background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 16px;cursor:pointer}.form-card form select option{color:var(--color-gray-dark)}.submit-btn{background-color:var(--color-purple);color:var(--color-white);padding:.8rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .3s ease}.submit-btn:hover{background-color:var(--color-cta-hover)}.agreement{margin-top:.7rem;font-size:.5rem;color:var(--color-agreement)}.input-checkbox{text-align:center;margin-right:.5rem;cursor:pointer}.agreement a{font-size:.6rem;color:var(--color-purple);text-decoration:none}.agreement a:hover{text-decoration:underline}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}to{transform:translate(0)}}.shake{animation:shake .5s}}:root{--course-unigeek-bg: var(--color-purple);--course-unigeek-card-bg: var(--color-cta-bg);--course-unigeek-heading-color: var(--color-gray-dark);--course-unigeek-subheading-color: var(--color-text-secondary);--course-unigeek-card-text: var(--color-white);--course-unigeek-accent-color: var(--color-cta-hover)}.course-unigeek-way-container{width:100%;background-color:var(--color-purple);padding:4rem 2rem;display:flex;justify-content:center;align-items:center;margin-top:3rem}.course-unigeek-way-content{max-width:1280px;width:100%;text-align:center;margin:0 auto}.course-unigeek-heading{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;color:var(--color-white)}.course-unigeek-subheading{font-size:1rem;line-height:1.55;font-weight:400;font-family:Outfit,system-ui,sans-serif;margin-bottom:2.25rem;max-width:800px;margin-left:auto;margin-right:auto;color:#e5e5e5}.course-unigeek-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch;gap:2rem}.course-feature-card{height:100%;background-color:var(--color-white);border-radius:12px;padding:2rem;text-align:left;display:flex;flex-direction:column}.course-feature-title{font-size:clamp(1.05rem,2.8vw,1.25rem);line-height:1.25;font-weight:700;border-bottom:2px solid #5b47b0;padding-bottom:.5rem;margin-bottom:.8rem}.course-feature-list{list-style:none;padding:0;margin:0;max-height:none;overflow:visible;opacity:1}.course-feature-list li{display:flex;align-items:center;margin-bottom:.65rem;font-size:clamp(.95rem,2.3vw,1rem);line-height:1.45;font-weight:400;color:#666}.course-feature-icon{color:var(--course-unigeek-accent-color);margin-right:.65rem;font-size:1.15rem}@media only screen and (min-width: 96em){.course-unigeek-way-container{position:relative;width:100%;background-color:var(--color-purple);padding:4rem 2rem;display:flex;justify-content:center;align-items:center;margin-top:3rem}.course-unigeek-way-content{max-width:1300px;width:100%;text-align:center;margin:0 auto}.course-unigeek-heading{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;color:var(--color-white)}.course-unigeek-subheading{font-size:1rem;line-height:1.55;font-weight:400;font-family:Outfit,system-ui,sans-serif;margin-bottom:2.25rem;max-width:800px;margin-left:auto;margin-right:auto;color:#e5e5e5}.course-unigeek-features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.course-feature-title{font-size:clamp(1.1rem,1.4vw,1.25rem);line-height:1.25}.course-feature-list li{font-size:clamp(1rem,1.1vw,1.05rem);line-height:1.5}.course-feature-icon{font-size:1.2rem}}@media only screen and (min-width: 1024px) and (min-height: 1366px){.course-unigeek-heading{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;color:var(--color-white)}.course-unigeek-subheading{font-size:1rem;line-height:1.55;font-weight:400;font-family:Outfit,system-ui,sans-serif;margin-bottom:2.25rem;max-width:800px;margin-left:auto;margin-right:auto;color:#e5e5e5}.course-unigeek-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.course-feature-title{font-size:clamp(1.1rem,1.7vw,1.5rem);line-height:1.25}.course-feature-list li{font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.5}}@media only screen and (max-width: 820px){.course-unigeek-heading{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;color:var(--color-white)}.course-unigeek-subheading{font-size:1rem;line-height:1.55;font-weight:400;font-family:Outfit,system-ui,sans-serif;margin-bottom:2.25rem;max-width:800px;margin-left:auto;margin-right:auto;color:#e5e5e5}.course-unigeek-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.course-feature-title{font-size:clamp(1.05rem,2.8vw,1.4rem);line-height:1.25}.course-feature-list li{font-size:clamp(.95rem,2.4vw,1.1rem);line-height:1.45}}@media only screen and (max-width: 660px){.course-unigeek-way-container{padding:2rem 1.25rem}.course-unigeek-way-content{max-width:1280px;width:100%;text-align:left!important;margin:0 auto}.industries-partners__heading{font-size:30px;font-weight:500;text-align:left;font-family:Outfit,system-ui,sans-serif}.industries-partners__subheading{font-size:.95rem;padding:0!important;text-align:left;width:90%;font-family:Outfit,system-ui,sans-serif}.course-unigeek-features{grid-template-columns:1fr;gap:1rem}.course-feature-card{padding:1.5rem}.course-feature-title{font-size:clamp(1rem,3.2vw,1.25rem);line-height:1.22;margin-bottom:.7rem}.course-feature-list li{font-size:clamp(.9rem,3vw,1rem);line-height:1.45;margin-bottom:.6rem}.course-feature-icon{font-size:1.1rem}}:root{--color-white: #fff;--color-black: #000;--color-gray: #666;--color-purple: #5b47b0;--color-bg: #f6f2fe}.our-mentors-section{position:relative;width:100vw;height:90vh;margin-top:2rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:5rem;padding:3rem 1rem;text-align:center;background:#fdfcff;box-shadow:0 2px 8px #0000001a}.our-mentors-upperDiv{width:100%;height:30%}.upper-heading h2{font-size:2.2rem;font-family:Outfit,sans-serif;margin-bottom:1.2rem;font-weight:500;color:var(--color-black)}.upper-heading h2 span{color:var(--color-purple)}.upper-sub-pera{font-size:1.1rem;font-family:Outfit,sans-serif;font-weight:400;color:#666;max-width:720px;margin:0 auto}.our-mentors-lowerDiv{width:100%;height:60%;margin-top:3rem;padding:1rem;overflow:hidden;background-color:#fff;border-radius:2rems;display:flex;align-items:center}.mentor-slider{display:flex;width:-moz-max-content;width:max-content;gap:2rem;animation:slide 30s linear infinite}.mentor-slider.paused{animation-play-state:paused}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.mentor-card{min-width:350px;height:180px;display:flex;background-color:#fff!important;border:1px solid rgba(91,71,176,.14)!important;box-shadow:0 2px 8px #5b47b014!important;border-radius:1rem;cursor:pointer}.card-left-div{width:60%;height:100%;position:relative;padding-left:.5rem}.tag-div{width:65%;height:15%;position:absolute;border:1px solid rgba(91,71,176,.14)!important;font-size:.8rem;font-weight:400;margin-top:.5rem;margin-left:.5rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background-color:var(--color-white)}.name-info-div{width:100%;height:50%;text-align:left;display:flex;flex-direction:column;padding-left:.5rem;position:absolute;top:25%}.name-info-div h5{font-size:.9rem;font-weight:600;margin-top:1rem;margin-bottom:.5rem}.name-info-div p{font-size:.75rem;font-weight:400;margin-bottom:.2rem;color:var(--color-gray)}.name-info-div p span{color:var(--color-purple)}.social-link-div{width:40%;height:25%;position:absolute;bottom:.5rem;left:.5rem}.card-img{width:40%;position:absolute;bottom:0;left:.3rem}.card-img02{width:40%;position:absolute;bottom:0}.card-right-div{width:40%;height:70%;position:relative;top:15%;right:.5rem;border-radius:50%;border:1px solid black}.mentor-card-img{width:100%;height:100%;border-radius:50%;overflow:hidden;position:absolute;left:0}@media only screen and (min-width: 96em){.our-mentors-section{position:relative;width:100vw;height:70vh;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:6rem;margin-bottom:5rem;padding:3rem;text-align:center;background:#f6f2fe;box-shadow:0 2px 8px #0000001a}.our-mentors-upperDiv{width:100%;height:30%}.upper-heading h2{font-size:2.2rem;font-family:Outfit,sans-serif;margin-bottom:1.5rem;font-weight:500;color:var(--color-black)}.upper-heading h2 span{color:var(--color-purple)}.upper-sub-pera{font-size:1.1rem;font-family:Outfit,sans-serif;font-weight:400;color:#666;max-width:820px;margin:0 auto}.our-mentors-lowerDiv{width:100%;height:60%;margin-top:3rem;padding:1rem;overflow:hidden;background-color:#fff;border-radius:2rems}.mentor-slider{width:100%;height:100%;bottom:0;display:flex;align-items:center;gap:2rem;animation:slide 30s linear infinite}.mentor-slider.paused{animation-play-state:paused}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.mentor-card{min-width:380px;height:200px;display:flex;background-color:#fff!important;border:1px solid rgba(91,71,176,.14)!important;box-shadow:0 2px 8px #5b47b014!important;border-radius:1rem;cursor:pointer}.card-left-div{width:60%;height:100%;position:relative;padding-left:.5rem}.tag-div{width:65%;height:15%;position:absolute;font-size:.9rem;font-weight:400;margin-top:.5rem;margin-left:.5rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background-color:var(--color-white);border:1px solid rgba(91,71,176,.14)!important}.name-info-div{width:100%;height:50%;text-align:left;display:flex;flex-direction:column;padding-left:.5rem;position:absolute;top:25%}.name-info-div h5{font-size:1rem;font-weight:600;margin-top:1rem;margin-bottom:.5rem}.name-info-div p{font-size:.85rem;font-weight:400;margin-bottom:.2rem;color:var(--color-gray)}.name-info-div p span{color:var(--color-purple)}.social-link-div{width:40%;height:25%;position:absolute;bottom:.5rem;left:.5rem}.card-img{width:40%;position:absolute;bottom:0;left:.3rem}.card-img02{width:40%;position:absolute;bottom:0}.card-right-div{width:40%;height:70%;position:relative;top:15%;right:.5rem;border-radius:50%}.mentor-card-img{width:100%;height:100%;border-radius:50%;overflow:hidden;position:absolute;left:0}}@media only screen and (min-width: 1024px) and (max-width: 1040px) and (min-height: 1366px) and (max-height: 1380px){.our-mentors-section{position:relative;width:100vw;height:50vh;margin-top:6rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:5rem;padding:3rem 1rem;text-align:center;background:#f6f2fe;box-shadow:0 2px 8px #0000001a}.our-mentors-upperDiv{width:100%;height:30%}.upper-heading h2{font-size:2.2rem;font-family:Outfit,sans-serif;margin-bottom:1.2rem;font-weight:500;color:var(--color-black)}.upper-heading h2 span{color:var(--color-purple)}.upper-sub-pera{font-size:1rem;font-family:Outfit,sans-serif;font-weight:400;color:#666;max-width:720px;margin:0 auto}.our-mentors-lowerDiv{width:100%;height:60%;padding:1rem;overflow:hidden;background-color:#fff;border-radius:2rems}.mentor-slider{width:100%;height:100%;bottom:0;display:flex;align-items:center;gap:2rem;animation:slide 20s linear infinite}.mentor-slider.paused{animation-play-state:paused}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.mentor-card{min-width:400px;height:200px;display:flex;background-color:#fff!important;border:1px solid rgba(91,71,176,.14)!important;box-shadow:0 2px 8px #5b47b014!important;border-radius:1rem;cursor:pointer}.card-left-div{width:60%;height:100%;position:relative;padding-left:.5rem}.tag-div{width:65%;height:15%;position:absolute;font-size:1rem;font-weight:400;margin-top:.5rem;margin-left:.5rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background-color:var(--color-white);border:1px solid rgba(91,71,176,.14)!important}.name-info-div{width:100%;height:50%;text-align:left;display:flex;flex-direction:column;padding-left:.5rem;position:absolute;top:25%}.name-info-div h5{font-size:1.2rem;font-weight:600;margin-top:1rem;margin-bottom:.5rem}.name-info-div p{font-size:.85rem;font-weight:400;margin-bottom:.2rem;color:var(--color-gray)}.name-info-div p span{color:var(--color-purple)}.social-link-div{width:40%;height:22%;position:absolute;bottom:.5rem;left:.5rem}.card-img{width:40%;position:absolute;bottom:0;left:.3rem}.card-img02{width:40%;position:absolute;bottom:0}.card-right-div{width:40%;height:70%;position:relative;top:15%;right:.5rem;border-radius:50%}.mentor-card-img{width:100%;height:100%;border-radius:50%;overflow:hidden;position:absolute;left:0}}@media only screen and (min-width: 820px) and (max-width: 1025px) and (min-height: 1180px) and (max-height: 1367px){.our-mentors-section{position:relative;width:100vw;height:50vh;margin-top:6rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:5rem;padding:3rem 1rem;text-align:center;background:#f6f2fe;box-shadow:0 2px 8px #0000001a}.our-mentors-upperDiv{width:100%;height:30%}.upper-heading h2{font-size:1.9rem;font-family:Outfit,sans-serif;margin-bottom:1.2rem;font-weight:500;color:var(--color-black)}.upper-heading h2 span{color:var(--color-purple)}.upper-sub-pera{font-size:1rem;font-family:Outfit,sans-serif;font-weight:400;color:#666;max-width:620px;margin:0 auto}.our-mentors-lowerDiv{width:100%;height:60%;padding:1rem;overflow:hidden;background-color:#fff;border-radius:2rems}.mentor-slider{width:100%;height:100%;bottom:0;display:flex;align-items:center;gap:2rem;animation:slide 20s linear infinite}.mentor-slider.paused{animation-play-state:paused}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.mentor-card{min-width:400px;height:200px;display:flex;background-color:#fff!important;border:1px solid rgba(91,71,176,.14)!important;box-shadow:0 2px 8px #5b47b014!important;border-radius:1rem;cursor:pointer}.card-left-div{width:60%;height:100%;position:relative;padding-left:.5rem}.tag-div{width:65%;height:15%;position:absolute;font-size:1rem;font-weight:400;margin-top:.5rem;margin-left:.5rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background-color:var(--color-white);border:1px solid rgba(91,71,176,.14)!important}.name-info-div{width:100%;height:50%;text-align:left;display:flex;flex-direction:column;padding-left:.5rem;position:absolute;top:25%}.name-info-div h5{font-size:1.2rem;font-weight:600;margin-top:1rem;margin-bottom:.5rem}.name-info-div p{font-size:.85rem;font-weight:400;margin-bottom:.2rem;color:var(--color-gray)}.name-info-div p span{color:var(--color-purple)}.social-link-div{width:40%;height:22%;position:absolute;bottom:.5rem;left:.5rem}.card-img{width:40%;position:absolute;bottom:0;left:.3rem}.card-img02{width:40%;position:absolute;bottom:0}.card-right-div{width:40%;height:70%;position:relative;top:15%;right:.5rem;border-radius:50%}.mentor-card-img{width:100%;height:100%;border-radius:50%;overflow:hidden;position:absolute;left:0}}@media only screen and (max-width: 768px) and (max-height: 1060px){.our-mentors-section{position:relative;width:100vw;height:50vh;margin-top:6rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:5rem;padding:3rem 1rem;text-align:center;background:#f6f2fe;box-shadow:0 2px 8px #0000001a}.our-mentors-upperDiv{width:100%;height:30%}.upper-heading h2{font-size:1.9rem;font-family:Outfit,sans-serif;margin-bottom:1.2rem;font-weight:500;color:var(--color-black)}.upper-heading h2 span{color:var(--color-purple)}.upper-sub-pera{font-size:.9rem;font-family:Outfit,sans-serif;font-weight:400;color:#666;max-width:580px;margin:0 auto}.our-mentors-lowerDiv{width:100%;height:60%;padding:1rem;overflow:hidden;background-color:#fff;border-radius:2rems}.mentor-slider{width:100%;height:100%;bottom:0;display:flex;align-items:center;gap:2rem;animation:slide 20s linear infinite}.mentor-slider.paused{animation-play-state:paused}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.mentor-card{min-width:320px;height:180px;display:flex;background-color:#fff!important;border:1px solid rgba(91,71,176,.14)!important;box-shadow:0 2px 8px #5b47b014!important;border-radius:1rem;cursor:pointer}.card-left-div{width:60%;height:100%;position:relative;padding-left:.5rem}.tag-div{width:65%;height:15%;position:absolute;font-size:.7rem;font-weight:400;margin-top:.5rem;margin-left:.5rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background-color:var(--color-white);border:1px solid rgba(91,71,176,.14)!important}.name-info-div{width:100%;height:50%;text-align:left;display:flex;flex-direction:column;padding-left:.5rem;position:absolute;top:25%}.name-info-div h5{font-size:1rem;font-weight:600;margin-top:1rem;margin-bottom:.5rem}.name-info-div p{font-size:.7rem;font-weight:400;margin-bottom:.2rem;color:var(--color-gray)}.name-info-div p span{color:var(--color-purple)}.social-link-div{width:40%;height:22%;position:absolute;bottom:.5rem;left:.5rem}.card-img{width:40%;position:absolute;bottom:0;left:.3rem}.card-img02{width:40%;position:absolute;bottom:0}.card-right-div{width:40%;height:70%;position:relative;top:15%;right:.5rem;border-radius:50%}.mentor-card-img{width:100%;height:100%;border-radius:50%;overflow:hidden;position:absolute;left:0}}@media only screen and (max-width: 660px){.our-mentors-section.mobile{position:relative;width:100vw;height:60vh;margin-top:3rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:5rem;padding:2rem 1rem;text-align:center;background:#fff;box-shadow:0 2px 8px #0000001a}.our-mentors-upperDiv{width:100%;height:40%}.upper-heading h2{font-size:2rem;font-family:Outfit,sans-serif;margin-bottom:1.2rem;font-weight:600;color:#000}.upper-heading h2 span{color:#5b47b0}.upper-sub-pera{font-size:1.2rem;font-family:Outfit,sans-serif;font-weight:300;color:#666;margin:0 auto}.our-mentors-lowerDiv.scrollable{width:100%;height:50%;padding:1rem;overflow-x:auto;overflow-y:hidden;background-color:#fff;border-radius:.5rem}.mentor-sliderr{display:inline-flex;gap:2rem;white-space:nowrap}.mentor-card{width:330px;height:190px;display:flex;background-color:#fff!important;border:1px solid rgba(91,71,176,.14)!important;box-shadow:0 2px 8px #5b47b014!important;border-radius:1rem;cursor:pointer;flex-shrink:0}.card-left-div{width:60%;height:100%;position:relative;padding-left:.5rem}.tag-div{width:65%;height:15%;position:absolute;font-size:.7rem;font-weight:400;margin-top:.5rem;margin-left:.5rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background-color:#fff;border:1px solid rgba(91,71,176,.14)!important}.name-info-div{width:100%;height:50%;text-align:left;display:flex;flex-direction:column;padding-left:.5rem;position:absolute;top:25%}.name-info-div h5{font-size:1rem;font-weight:600;margin-top:1rem;margin-bottom:.5rem}.name-info-div p{font-size:.7rem;font-weight:400;margin-bottom:.2rem;color:#666}.name-info-div p span{color:#5b47b0}.social-link-div{width:40%;height:22%;position:absolute;bottom:.5rem;left:.5rem}.card-img{width:40%;position:absolute;bottom:0;left:.3rem}.card-img02{width:40%;position:absolute;bottom:0}.card-right-div{width:40%;height:70%;position:relative;top:15%;right:.5rem;border-radius:50%}.mentor-card-img{width:100%;height:100%;border-radius:50%;overflow:hidden;position:absolute;left:0}.carousel-controls{display:none}}@media only screen and (max-width: 380px){.our-mentors-section.mobile{position:relative;width:100vw;height:75vh;margin-top:3rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:5rem;padding:2rem 1rem;text-align:center;background:#fff;box-shadow:0 2px 8px #0000001a}.our-mentors-upperDiv{width:100%;height:40%}.upper-heading h2{font-size:2rem;font-family:Outfit,sans-serif;margin-bottom:1rem;font-weight:600;color:#000}.upper-heading h2 span{color:#5b47b0}.upper-sub-pera{font-size:1rem;font-family:Outfit,sans-serif;font-weight:300;color:#666;margin:0 auto}.our-mentors-lowerDiv.scrollable{width:100%;height:50%;padding:1rem;overflow-x:auto;overflow-y:hidden;background-color:#fff;border-radius:.5rem}.mentor-sliderr{display:inline-flex;gap:2rem;white-space:nowrap}.mentor-card{width:320px;height:180px;display:flex;background-color:#fff!important;border:1px solid rgba(91,71,176,.14)!important;box-shadow:0 2px 8px #5b47b014!important;border-radius:1rem;cursor:pointer;flex-shrink:0}.card-left-div{width:60%;height:100%;position:relative;padding-left:.5rem}.tag-div{width:65%;height:15%;position:absolute;font-size:.7rem;font-weight:400;margin-top:.5rem;margin-left:.5rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background-color:#fff;border:1px solid rgba(91,71,176,.14)!important}.name-info-div{width:100%;height:50%;text-align:left;display:flex;flex-direction:column;padding-left:.5rem;position:absolute;top:25%}.name-info-div h5{font-size:.9rem;font-weight:600;margin-top:1rem;margin-bottom:.5rem}.name-info-div p{font-size:.75rem;font-weight:400;margin-bottom:.2rem;color:#666}.name-info-div p span{color:#5b47b0}.social-link-div{width:40%;height:22%;position:absolute;bottom:.5rem;left:.5rem}.card-img{width:40%;position:absolute;bottom:0;left:.3rem}.card-img02{width:40%;position:absolute;bottom:0}.card-right-div{width:40%;height:70%;position:relative;top:15%;right:.5rem;border-radius:50%;border:1px solid black}.mentor-card-img{width:100%;height:100%;border-radius:50%;overflow:hidden;position:absolute;left:0}.carousel-controls{display:none}}:root{--cp-bg: #ffffff;--cp-ink: #0f172a;--cp-muted: #475569;--cp-border: rgba(15, 23, 42, .1);--cp-soft: rgba(15, 23, 42, .04);--cp-brand: #5b47b0;--cp-brand-2: #816bde;--cp-shadow: 0 18px 45px rgba(15, 23, 42, .1)}.cp-section{width:100%;padding:clamp(3rem,6vw,5.5rem) 1rem;background:var(--cp-bg)}.cp-container{width:min(100%,1200px);margin:0 auto}.cp-header{text-align:left;margin-bottom:clamp(1.8rem,3.2vw,2.6rem);max-width:40%}.cp-pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;font:600 12px/1 Outfit,system-ui,sans-serif;background:#5b47b01a;color:var(--cp-brand);margin:0 0 12px}.cp-title{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;margin-bottom:.5rem}.cp-title span{color:var(--cp-brand)}.cp-subtitle{font-size:1rem;font-family:Outfit,system-ui,sans-serif;font-weight:400;color:#555;margin:0 auto;line-height:1.6}.cp-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(1.2rem,3vw,2.2rem);align-items:stretch}.cp-left{border:1px solid var(--cp-border);background:#ffffffbf;border-radius:20px;padding:clamp(1.2rem,2.2vw,1.6rem);height:100%;display:flex;flex-direction:column}.cp-left-title{margin:0 0 6px;font:700 18px/1.2 Outfit,system-ui,sans-serif;color:var(--cp-ink)}.cp-left-sub{margin:0 0 16px;font:400 14.5px/1.65 Outfit,system-ui,sans-serif;color:var(--cp-muted);max-width:60ch}.cp-bullets{list-style:none;padding:0;margin:0;display:grid;gap:10px}.cp-bullet{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border-radius:14px}.cp-check{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;font-weight:900;font-size:13px;color:#fff;background:linear-gradient(135deg,var(--cp-brand-2),var(--cp-brand));flex:0 0 auto;margin-top:1px}.cp-bullet-text{font:500 14.5px/1.55 Outfit,system-ui,sans-serif;color:var(--cp-ink)}.cp-note{margin-top:16px;padding:12px;border-radius:14px;background:#ffffffb3;border:1px solid rgba(15,23,42,.06);display:flex;gap:10px;align-items:flex-start}.cp-note-dot{width:10px;height:10px;border-radius:999px;background:#5b47b0cc;margin-top:6px}.cp-note p{margin:0;font:400 14px/1.6 Outfit,system-ui,sans-serif;color:var(--cp-muted)}.cp-right{display:flex;align-items:stretch;height:100%}.cp-right>*{width:100%;height:100%}.cp-right .sq-wrap{height:100%;display:flex;align-items:stretch}.cp-right .sq-card{height:100%}.cp-card{width:90%;border-radius:22px;padding:clamp(1.4rem,2.4vw,1.9rem);background:#fff;border:1px solid var(--cp-border);box-shadow:var(--cp-shadow);position:relative}.cp-card--recommended{border-color:#5b47b059;box-shadow:0 22px 60px #5b47b02e}.cp-tag{position:absolute;top:14px;right:14px;padding:6px 10px;border-radius:999px;font:700 12px/1 Outfit,system-ui,sans-serif;background:#5b47b01f;color:var(--cp-brand)}.cp-card-title{margin:0 0 14px;font:700 18px/1.2 Outfit,system-ui,sans-serif;color:var(--cp-ink)}.cp-price-row{border-top:1px solid rgba(15,23,42,.08);border-bottom:1px solid rgba(15,23,42,.08);padding:14px 0;margin-bottom:16px}.cp-price{display:flex;align-items:baseline;gap:8px;margin-bottom:6px}.cp-price-main{font:800 34px/1 Outfit,system-ui,sans-serif;color:var(--cp-ink);letter-spacing:-.02em}.cp-price-suffix{font:500 14px/1 Outfit,system-ui,sans-serif;color:var(--cp-muted)}.cp-total{margin:0;font:500 14px/1.5 Outfit,system-ui,sans-serif;color:var(--cp-muted)}.cp-btn{width:100%;border:none;border-radius:14px;padding:14px 16px;cursor:pointer;background:linear-gradient(135deg,var(--cp-brand-2),var(--cp-brand));color:#fff;font:700 15px/1 Outfit,system-ui,sans-serif;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.cp-btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px #5b47b047;filter:brightness(1.03)}.cp-btn:active{transform:translateY(0)}.cp-smallprint{margin:12px 0 0;font:400 12.5px/1.6 Outfit,system-ui,sans-serif;color:#475569e6}@media (max-width: 992px){.cp-header{text-align:left;margin-bottom:clamp(1.8rem,3.2vw,2.6rem);max-width:60%}.cp-grid{grid-template-columns:1fr}.cp-left{border:1px solid var(--cp-border);background:#ffffffbf;border-radius:20px;padding:clamp(1.2rem,2.2vw,1.6rem);height:100%;width:90%;margin:0 auto;display:flex;flex-direction:column}.cp-right{width:90%;margin:0 auto;place-items:stretch}.cp-card{width:100%;border-radius:22px;padding:clamp(1.4rem,2.4vw,1.9rem);background:#fff;border:1px solid var(--cp-border);box-shadow:var(--cp-shadow);position:relative;margin:0 auto}}@media (max-width: 660px){.cp-section{padding:3rem 1rem}.cp-header{text-align:left;margin-bottom:clamp(1.8rem,3.2vw,2.6rem);max-width:90%}.cp-left{padding:1rem;border-radius:18px;width:100%;margin:0 auto}.cp-card{border-radius:18px;width:100%;margin:0 auto}.cp-price-main{font-size:30px}}@media (prefers-reduced-motion: reduce){.cp-btn{transition:none}.cp-btn:hover{transform:none}}.sq-wrap{width:100%;display:grid;place-items:center}.sq-card{position:relative;width:100%;max-width:420px;min-height:360px;overflow:hidden;border-radius:22px;padding:26px;background:linear-gradient(135deg,#6d5bd6,#4f46e5);box-shadow:0 18px 45px #0f172a2e}.sq-content{position:relative;z-index:2;color:#fff}.sq-pill{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:7px 12px;border-radius:999px;font-size:12px;letter-spacing:.6px;text-transform:uppercase;font-weight:700;background:#ffffff38;border:1px solid rgba(255,255,255,.25)}.sq-price{margin:18px 0 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:900;line-height:1.05}.sq-price-main{font-size:54px;letter-spacing:-1px}.sq-price-sub{font-size:16px;opacity:.9;margin-left:6px;font-weight:700}.sq-title{margin:14px 0 8px;font-size:18px;font-weight:800;letter-spacing:-.2px}.sq-desc{margin:0;max-width:42ch;font-size:14px;line-height:1.6;opacity:.95}.sq-btn{position:absolute;left:18px;right:18px;bottom:18px;z-index:3;border-radius:14px;border:2px solid rgba(255,255,255,.9);background:#fffffff2;color:#111827;padding:12px 14px;font-weight:900;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:background .25s ease,transform .2s ease}.sq-btn:hover{background:#ffffff40;color:#fff;transform:translateY(-2px)}.sq-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}@media (max-width: 992px){.sq-card{max-width:520px}}@media (max-width: 520px){.sq-card{min-height:340px;padding:22px}.sq-price-main{font-size:46px}}.course-page{width:100vw;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#fff;border-radius:8px}:root{--color-white: #fff;--color-gray-dark: #3d3d3d;--color-gray: #818181;--color-text-secondary: #666;--color-agreement: #777;--color-purple: #5b47b0;--color-cta-bg: #816bde;--color-cta-hover: #5727c9;--color-bubble: #f6f2fe;--color-bubble2: #7843fc9b;--color-input-border: #ccc;--color-input-focus: #6a33f8}.curriculum-sec{width:100vw;margin:0 0 2rem;background-color:#fff;position:relative;box-shadow:#0e3f7e0a 0 0 0 1px,#2a33450a 0 1px 1px -.5px,#2a33460a 0 3px 3px -1.5px,#2a33460a 0 6px 6px -3px,#0e3f7e0a 0 12px 12px -6px,#0e3f7e0a 0 24px 24px -12px}.curriculum-heading{width:100%;text-align:center;margin-top:1rem}.curriculum-title{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;margin-bottom:.5rem}.curriculum-title span{color:var(--color-purple)}.curriculum-sub-heading{font-size:1rem;font-family:Outfit,system-ui,sans-serif;font-weight:400;color:#555;margin:0 auto;line-height:1.6}.curriculum-container{display:flex;gap:2rem;padding:2rem;width:80%;margin:0 auto;margin-bottom:1rem}.curriculum-left-panel{flex:1;background-color:var(--color-white);padding:1.5rem;border-radius:1rem;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}.left-panel-heading{margin-bottom:1.5rem;font-size:1.4rem;font-weight:700;color:var(--color-purple);border-bottom:2px solid var(--color-purple);padding-bottom:.5rem}.module-item{padding:1rem;margin-bottom:1rem;cursor:pointer;border-radius:8px;background-color:transparent}.module-item-active{box-shadow:#0366d64d 0 0 0 3px}.module-title{font-weight:500;margin:0 0 .3rem;font-size:1.1rem}.module-description{margin:0;font-size:.9rem;color:var(--color-gray)}.duration{font-weight:500;color:var(--color-purple)}.curriculum-right-panel{flex:2;background-color:var(--color-white);padding:1.5rem;border-radius:1rem;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}.right-panel-heading{margin-bottom:1.5rem;font-size:1.4rem;font-weight:700;color:var(--color-purple);border-bottom:2px solid var(--color-purple);padding-bottom:.5rem}.curriculum-section{margin-bottom:2.5rem}.section-title{margin-bottom:.75rem;font-size:1.1rem;font-weight:600;color:var(--color-gray-dark);border-left:4px solid var(--color-purple);padding-left:.5rem}.curriculum-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.curriculum-details-grid .curriculum-section ul{list-style-type:disc;margin-left:1.5rem}.curriculum-details-grid .curriculum-section li{margin-bottom:.5rem;font-size:.95rem;color:var(--color-text-secondary)}.curriculum-section ul{list-style-type:disc;margin-left:1.5rem}.curriculum-section li{margin-bottom:.5rem;font-size:.95rem;color:var(--color-text-secondary)}@media only screen and (min-width: 96em){.curriculum-sec{width:100vw;margin:0 0 2rem;background-color:#fff;position:relative}.curriculum-heading{width:100%;text-align:center;margin-top:1rem}.curriculum-title{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;margin-bottom:.5rem}.curriculum-title span{color:var(--color-purple)}.curriculum-sub-heading{font-size:1rem;font-family:Outfit,system-ui,sans-serif;font-weight:400;color:#555;margin:0 auto;line-height:1.6}.curriculum-container{display:flex;gap:2rem;padding:2rem;width:70%;margin:0 auto;margin-bottom:1rem}.curriculum-left-panel{flex:1;background-color:var(--color-white);padding:1.5rem;border-radius:1rem;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}.left-panel-heading{margin-bottom:1.5rem;font-size:1.4rem;font-weight:700;color:var(--color-purple);border-bottom:2px solid var(--color-purple);padding-bottom:.5rem}.module-item{padding:1rem;margin-bottom:1rem;cursor:pointer;border-radius:8px;background-color:transparent}.module-item-active{box-shadow:#0366d64d 0 0 0 3px}.module-title{font-weight:500;margin:0 0 .3rem;font-size:1.1rem}.module-description{margin:0;font-size:.9rem;color:var(--color-gray)}.duration{font-weight:500;color:var(--color-purple)}.curriculum-right-panel{flex:2;background-color:var(--color-white);padding:1.5rem;border-radius:1rem;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}.right-panel-heading{margin-bottom:1.5rem;font-size:1.4rem;font-weight:700;color:var(--color-purple);border-bottom:2px solid var(--color-purple);padding-bottom:.5rem}.curriculum-section{margin-bottom:2.5rem}.section-title{margin-bottom:.75rem;font-size:1.1rem;font-weight:600;color:var(--color-gray-dark);border-left:4px solid var(--color-purple);padding-left:.5rem}.curriculum-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.curriculum-details-grid .curriculum-section ul{list-style-type:disc;margin-left:1.5rem}.curriculum-details-grid .curriculum-section li{margin-bottom:.5rem;font-size:.95rem;color:var(--color-text-secondary)}.curriculum-section ul{list-style-type:disc;margin-left:1.5rem}.curriculum-section li{margin-bottom:.5rem;font-size:.95rem;color:var(--color-text-secondary)}}@media only screen and (min-width: 1024px) and (min-height: 1366px){.curriculum-sec{width:100vw;margin:0 0 2rem;background-color:#fff;position:relative;box-shadow:#0e3f7e0a 0 0 0 1px,#2a33450a 0 1px 1px -.5px,#2a33460a 0 3px 3px -1.5px,#2a33460a 0 6px 6px -3px,#0e3f7e0a 0 12px 12px -6px,#0e3f7e0a 0 24px 24px -12px}.curriculum-heading{width:100%;text-align:center;margin-top:1rem}.curriculum-title{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;margin-bottom:.5rem}.curriculum-title span{color:var(--color-purple)}.curriculum-sub-heading{font-size:1rem;font-family:Outfit,system-ui,sans-serif;font-weight:400;color:#555;margin:0 auto;line-height:1.6}.curriculum-container{display:flex;gap:2rem;padding:2rem;width:95%;margin:0 auto;margin-bottom:1rem}.curriculum-left-panel{flex:1;background-color:var(--color-white);padding:1rem;border-radius:1rem;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}.left-panel-heading{margin-bottom:1.5rem;font-size:1.4rem;font-weight:700;color:var(--color-purple);border-bottom:2px solid var(--color-purple);padding-bottom:.5rem}.module-item{padding:1rem;margin-bottom:1rem;cursor:pointer;border-radius:8px;background-color:transparent}.module-item-active{box-shadow:#0366d64d 0 0 0 3px}.module-title{font-weight:500;margin:0 0 .3rem;font-size:1.1rem}.module-description{margin:0;font-size:.9rem;color:var(--color-gray)}.duration{font-weight:500;color:var(--color-purple)}.curriculum-right-panel{flex:2;background-color:var(--color-white);padding:1rem;border-radius:1rem;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}.right-panel-heading{margin-bottom:1.5rem;font-size:1.4rem;font-weight:700;color:var(--color-purple);border-bottom:2px solid var(--color-purple);padding-bottom:.5rem}.curriculum-section{margin-bottom:2.5rem}.section-title{margin-bottom:.75rem;font-size:1.1rem;font-weight:600;color:var(--color-gray-dark);border-left:4px solid var(--color-purple);padding-left:.5rem}.curriculum-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.curriculum-details-grid .curriculum-section ul{list-style-type:disc;margin-left:1.5rem}.curriculum-details-grid .curriculum-section li{margin-bottom:.5rem;font-size:.95rem;color:var(--color-text-secondary)}.curriculum-section ul{list-style-type:disc;margin-left:1.5rem}.curriculum-section li{margin-bottom:.5rem;font-size:.95rem;color:var(--color-text-secondary)}}@media only screen and (max-width: 820px){.curriculum-sec{width:100vw;margin:0 0 2rem;background-color:#fff;position:relative;box-shadow:#0e3f7e0a 0 0 0 1px,#2a33450a 0 1px 1px -.5px,#2a33460a 0 3px 3px -1.5px,#2a33460a 0 6px 6px -3px,#0e3f7e0a 0 12px 12px -6px,#0e3f7e0a 0 24px 24px -12px}.curriculum-heading{width:100%;text-align:center;margin-top:1rem}.curriculum-title{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;margin-bottom:.5rem}.curriculum-title span{color:var(--color-purple)}.curriculum-sub-heading{font-size:1rem;font-family:Outfit,system-ui,sans-serif;font-weight:400;color:#555;margin:0 auto;line-height:1.6}.curriculum-container{display:flex;gap:2rem;padding:2rem;width:100%;height:-moz-fit-content;height:fit-content;margin:0 auto;margin-bottom:1rem}.curriculum-left-panel{flex:1;background-color:var(--color-white);padding:1rem;border-radius:1rem;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}.left-panel-heading{margin-bottom:1.5rem;font-size:1.4rem;font-weight:700;color:var(--color-purple);border-bottom:2px solid var(--color-purple);padding-bottom:.5rem}.module-item{padding:1rem .5rem;margin-bottom:.8rem;cursor:pointer;border-radius:8px;background-color:transparent}.module-item-active{box-shadow:#0366d64d 0 0 0 3px}.module-title{font-size:.9rem;font-weight:500;margin:0 0 .3rem}.module-description{margin:0;font-size:.9rem;color:var(--color-gray)}.duration{font-weight:500;color:var(--color-purple)}.curriculum-right-panel{flex:2;background-color:var(--color-white);padding:1rem .5rem;border-radius:1rem;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}.right-panel-heading{margin-bottom:1.5rem;font-size:1.4rem;font-weight:700;color:var(--color-purple);border-bottom:2px solid var(--color-purple);padding-bottom:.5rem}.curriculum-section{margin-bottom:2.5rem}.section-title{margin-bottom:.5rem;font-size:.9rem;font-weight:600;color:var(--color-gray-dark);border-left:4px solid var(--color-purple);padding-left:.5rem}.curriculum-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.curriculum-details-grid .curriculum-section ul{list-style-type:disc;margin-left:1.5rem}.curriculum-details-grid .curriculum-section li{margin-bottom:.5rem;font-size:.95rem;color:var(--color-text-secondary)}.curriculum-section ul{list-style-type:disc;margin-left:1.5rem}.curriculum-section li{margin-bottom:.5rem;font-size:.95rem;color:var(--color-text-secondary)}}.curriculum-sec-mob{width:100%;margin:0 auto 2.5rem;padding:1rem;background:#f7faf9}@media (min-width: 600px){.curriculum-sec-mob{max-width:920px;border-radius:16px;padding:1.25rem 1rem 2rem}}.curriculum-heading-mob{text-align:left;margin-bottom:2rem;padding:0 .5rem;max-width:780px}.curriculum-title-mob{font-size:30px;font-weight:500;text-align:left;max-width:90%;font-family:Outfit,system-ui,sans-serif;margin-bottom:.5rem}.curriculum-title-mob span{color:var(--color-purple)}.curriculum-sub-heading-mob{font-size:.95rem;max-width:90%;padding:0!important;text-align:left;max-width:550px;font-family:Outfit,system-ui,sans-serif}.curriculum-accordion-mob{width:100%;display:grid;gap:.9rem}.accordion-item-mob{background:#fff;border:1px solid #ececec;border-radius:14px;padding:0;transition:box-shadow .18s ease,border-color .18s ease,transform .12s ease}.accordion-item-mob:hover{border-color:#5b47b040;box-shadow:0 6px 20px #0f172a0f;transform:translateY(-1px)}.accordion-header-mob{cursor:pointer;position:relative;display:grid;gap:.4rem;padding:.95rem 1rem 1rem;border-radius:14px}.accordion-header-mob h4{margin:0;font-size:clamp(1rem,2.8vw,1.1rem);font-weight:500;color:#101010}.accordion-header-mob p{margin:.25rem 0 0;font-size:clamp(.9rem,2.6vw,.98rem);color:#676767;line-height:1.45}.duration-mob{font-weight:600;color:var(--color-purple);background:#5b47b014;padding:.1rem .45rem;border-radius:6px}.accordion-header-mob:after{content:"›";position:absolute;right:12px;top:50%;transform:translateY(-50%) rotate(90deg);font-size:1.2rem;line-height:1;color:#9a9a9a;transition:transform .18s ease,color .18s ease}.accordion-item-mob:hover .accordion-header-mob:after{color:var(--color-purple)}.accordion-header-mob:has(+.accordion-content-mob):after{transform:translateY(-50%) rotate(270deg);color:var(--color-purple)}.accordion-content-mob{margin:0;padding:.75rem 1rem 1rem;background:#fff;border-top:1px dashed #eaeaea;border-bottom-left-radius:14px;border-bottom-right-radius:14px;animation:fadeSlide .22s ease both}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.curriculum-details-column-mob{display:grid;gap:1rem}.curriculum-section-mob{margin:0}.section-title-mob{font-size:clamp(.95rem,2.5vw,1rem);font-weight:700;color:#2b2b2b;margin:0 0 .5rem;padding-left:.6rem;border-left:4px solid var(--color-purple)}.curriculum-section-mob ul{padding:0 0 0 1.15rem;margin:0}.curriculum-section-mob li{color:#4f4f4f;font-size:clamp(.92rem,2.5vw,.98rem);line-height:1.6;margin:.35rem 0}.curriculum-section-mob li::marker{color:var(--color-purple)}@media (max-width: 400px){.accordion-header-mob{padding:.85rem .9rem .95rem}.accordion-content-mob{padding:.7rem .9rem .95rem}}:root{--color-white: #fff;--color-gray-dark: #3d3d3d;--color-text-secondary: #666;--color-purple: #5b47b0;--color-bubble: #f6f2fe;--shadow-soft: rgba(14, 30, 37, .12) 0px 2px 4px 0px, rgba(14, 30, 37, .32) 0px 2px 16px 0px}.aejm-section{display:block}.aejm-section{padding:1.25rem .75rem 2.25rem;background:linear-gradient(180deg,var(--color-white),#fbfaff)}.aejm-card{background:var(--color-white);border-radius:26px;box-shadow:var(--shadow-soft);padding:1.5rem 1.1rem 2rem;position:relative;overflow:hidden;isolation:isolate}.aejm-card:after{content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;border-radius:20px;background:var(--color-bubble);transform:rotate(35deg);z-index:-1}.aejm-head{text-align:center;margin-bottom:1.25rem}.aejm-title{font-size:30px;font-weight:500;text-align:left;font-family:Outfit,system-ui,sans-serif;max-width:90%;margin-bottom:.5rem}.aejm-title span{color:var(--color-purple)}.aejm-sub{font-size:.95rem;padding:0!important;text-align:left;max-width:90%;font-family:Outfit,system-ui,sans-serif}.aejm-timeline{position:relative;padding:.5rem 0 .75rem}.aejm-line{position:absolute;left:50%;top:.75rem;bottom:.5rem;width:2px;background:#cfc8f5;transform:translate(-50%)}.aejm-item{position:relative;display:flex;margin:1.4rem 0;min-height:64px}.aejm-dot{position:absolute;left:50%;top:.4rem;transform:translate(-50%);width:12px;height:12px;background:var(--color-purple);border-radius:999px;box-shadow:0 0 0 6px #5b47b01f}.aejm-item.left .aejm-item-content{margin-right:auto;margin-left:0;padding-left:.5rem;text-align:left;width:calc(50% - 18px)}.aejm-item.right .aejm-item-content{margin-left:auto;margin-right:0;padding-left:.5rem;text-align:left;width:calc(50% - 18px)}.aejm-item-title{margin:0 0 .25rem;font-size:1rem;line-height:1.15;color:var(--color-purple);font-weight:600;letter-spacing:.2px;font-family:Outfit,sans-serif}.aejm-item-body{margin:0;font-size:.95rem;color:var(--color-text-secondary);line-height:1.4;font-family:Outfit,sans-serif}.aejm-item-content{background:#faf9ff;border:1px solid #eee7ff;border-radius:16px;padding:1rem;transition:border-color .18s ease,box-shadow .18s ease,transform .12s ease}.aejm-item-content:hover{border-color:#5b47b059;box-shadow:0 10px 24px #0f172a0f;transform:translateY(-1px)}@media (max-width: 380px){.aejm-title{font-size:30px;font-weight:500;text-align:left;font-family:Outfit,system-ui,sans-serif;max-width:90%;margin-bottom:.5rem}.aejm-title span{color:var(--color-purple)}.aejm-sub{font-size:.95rem;padding:0!important;text-align:left;max-width:90%;font-family:Outfit,system-ui,sans-serif}.aejm-item-body{font-size:.9rem}}:root{--color-bg-left: #b8a8f687;--color-white: #fff;--color-black: #000;--color-gray-dark: #090909;--color-gray: #666;--color-gray-light: #6c6c6c;--color-circle1: #b1e2c5;--color-circle2: #feedb4;--color-circle3: #fecbc5;--color-circle4: #abb3fe;--color-blue: #0b1998;--color-purple: #5b47b0;--color-bg-feature: #f7f7f7}.AEJ-section{width:100vw;height:120vh;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2rem}.titile-div{width:100%;height:7rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-bottom:4rem}.titile-div h2{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;margin-bottom:.5rem}.titile-div h2 span{color:#5b47b0}.titile-div p{font-size:1rem;font-family:Outfit,system-ui,sans-serif;font-weight:400;color:#555;margin:0 auto;line-height:1.6;margin-bottom:1.2rem}.AEJ-grid-section{width:90vw;height:81vh;display:flex;align-items:center;justify-content:center;border-radius:2rem;background-color:#f7faf9;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;margin-top:2rem;margin-bottom:-2rem}#cssportal-grid{display:grid;grid-template-rows:repeat(5,1fr);grid-template-columns:repeat(6,1fr);gap:2rem;width:95%;height:90%}#div1{grid-area:1 / 1 / 4 / 2;background-color:#fff;border-radius:1rem;display:flex;justify-content:center;font-size:1.5rem;font-weight:700;position:relative;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}#div2{grid-area:3 / 2 / 6 / 3;background-color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;position:relative;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}#div3{grid-area:1 / 3 / 4 / 4;background-color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;position:relative;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}#div4{grid-area:3 / 4 / 6 / 5;background-color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;position:relative;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}#div5{grid-area:1 / 5 / 4 / 6;background-color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;position:relative;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}#div6{grid-area:3 / 6 / 6 / 7;background-color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;position:relative;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}.AEJ-step-div{height:4rem;width:4rem;display:flex;align-items:center;justify-content:center;position:absolute;top:-.7rem;right:-.7rem;color:#000;background-color:#f6f2fe;border-radius:50%}.card-title-div{position:absolute;width:100%;height:90%;top:2rem;display:flex;flex-direction:column;gap:.5rem}.card-title-div p{font-size:.85rem;font-weight:400;color:#666;margin-left:.5rem;padding:.5rem .5rem .5rem 0}.title-div-01,.title-div-02,.title-div-03{width:-moz-fit-content;width:fit-content;margin-left:.5rem;border-bottom:2px solid black}.title-div-03{margin-bottom:.5rem}.title-div-01 h3{width:100%;font-size:1.1rem}.title-div-02 h3{width:100%;font-size:1.3rem}.title-div-03 h3{width:100%;font-size:1.5rem}@media only screen and (min-width: 96em){.AEJ-section{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.titile-div{width:100%;height:7rem;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:4rem}.titile-div h2{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;margin-bottom:.5rem}.titile-div h2 span{color:#5b47b0}.titile-div p{font-size:1rem;font-family:Outfit,system-ui,sans-serif;font-weight:400;color:#555;margin:0 auto;line-height:1.6;margin-bottom:1.2rem}.AEJ-grid-section{width:90vw;height:70vh;display:flex;align-items:center;justify-content:center;border-radius:2rem;background-color:#eff1f1}#cssportal-grid{display:grid;grid-template-rows:repeat(5,1fr);grid-template-columns:repeat(6,1fr);gap:2.5rem;width:90%;height:80%}#div1{grid-area:1 / 1 / 4 / 2;background-color:#fff;border-radius:1rem;display:flex;justify-content:center;font-size:1.7rem;font-weight:700;position:relative;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}#div2{grid-area:3 / 2 / 6 / 3;background-color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.7rem;font-weight:700;position:relative;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}#div3{grid-area:1 / 3 / 4 / 4;background-color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.7rem;font-weight:700;position:relative;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}#div4{grid-area:3 / 4 / 6 / 5;background-color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.7rem;font-weight:700;position:relative;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}#div5{grid-area:1 / 5 / 4 / 6;background-color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.7rem;font-weight:700;position:relative;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}#div6{grid-area:3 / 6 / 6 / 7;background-color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.7rem;font-weight:700;position:relative;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}.AEJ-step-div{height:5rem;width:5rem;display:flex;align-items:center;justify-content:center;position:absolute;top:-1rem;right:-1rem;color:#000;background-color:#ebe3fb;border-radius:50%}.card-title-div{position:absolute;width:100%;height:90%;top:2.5rem;display:flex;flex-direction:column;gap:.5rem}.card-title-div p{font-size:.95rem;font-weight:400;color:#666;margin-left:.5rem;padding:.5rem .5rem .5rem 0}.title-div-01,.title-div-02,.title-div-03{width:-moz-fit-content;width:fit-content;margin-left:.5rem;border-bottom:2px solid black}.title-div-03{margin-bottom:.5rem}.title-div-01 h3{width:100%;font-size:1.1rem}.title-div-02 h3{width:100%;font-size:1.3rem}.title-div-03 h3{width:100%;font-size:1.5rem}}:root{--primary-color: #5b47b0;--primary-hover: #4f39a0;--text-dark: #333;--text-secondary: #666;--background-light: #ece5f9;--background-gray: #cac9c4;--background-gray-alt: #9ba9ab;--border-color: #ccc;--shadow-light: rgba(60, 64, 67, .3) 0px 1px 2px 0px, rgba(60, 64, 67, .15) 0px 2px 6px 2px}.bm-BecomeMentorHeroSec{width:100vw;height:100vh;display:flex;align-items:center;justify-content:space-evenly;position:relative;overflow:hidden}.bm-BecomeMentor-left-div{width:55%;height:100%;position:relative;z-index:2}.bm-BecomeMentor-right-div{width:40%;height:100%;display:flex;align-items:flex-start;justify-content:left;position:relative;z-index:2}.mentor-hero-left{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center}.mentor-hero-left-heading{margin-bottom:1.5rem}.mentor-hero-left-heading h1{font-family:Outfit,sans-serif;font-size:3rem;font-weight:500;margin:.5rem 0;color:var(--text-dark)}.mentor-hero-left-heading h1 span{color:var(--primary-color)}.become-mentor-hero-subtext{font-family:outline,sans-serif;font-size:.9rem;font-weight:400;color:var(--text-secondary);margin:.5rem 0;line-height:1.5;padding-left:.5rem;border-left:3px solid var(--primary-color)}.bm-hero-cta{margin-top:2rem;padding:.8rem 1.6rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .3s ease;align-self:flex-start}.bm-hero-cta:hover{background-color:var(--primary-hover);transform:translateY(-3px)}.bm-right-image-container{width:90%;height:90%;display:flex;align-items:center;justify-content:center}.bm-right-image-left-div,.bm-right-image-right-div{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.bm-right-img-left-upper{width:80%;height:50%;background-color:var(--background-gray);box-shadow:var(--shadow-light);border-radius:6rem;overflow:hidden}.bm-right-img-left-lower{width:60%;height:12%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;position:relative;border:1px solid var(--border-color)}.bm-right-img-right-upper{width:60%;height:12%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;border:1px solid var(--border-color)}.bm-right-img-right-lower{width:80%;height:50%;background-color:var(--background-gray-alt);box-shadow:var(--shadow-light);border-radius:6rem;overflow:hidden}.bm-right-img-left-lower-icon,.bm-right-img-right-upper-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--background-light);box-shadow:var(--shadow-light)}.bm-right-img-left-lower-title h2,.bm-right-img-right-upper-title h2{max-width:50%;font-size:1rem;font-weight:600}.bm-right-img-left-lower-title h4,.bm-right-img-right-upper-title h4{max-width:50%;font-size:1rem;font-weight:300}.bm-BecomeMentor-imgs{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}.bm-badge{position:absolute;top:.5rem;right:.5rem;z-index:3}.bm-badge02{position:absolute;bottom:.5rem;left:.5rem;z-index:3}@media only screen and (min-width: 96em){.bm-BecomeMentorHeroSec{width:100vw;height:100vh;display:flex;align-items:center;justify-content:space-evenly;padding:2rem}.bm-BecomeMentor-left-div{width:55%;height:90%}.mentor-hero-left{flex:1;max-width:980px;display:flex;flex-direction:column;justify-content:center}.mentor-hero-left-heading h1{font-family:Outfit,sans-serif;font-size:4rem;font-weight:500;margin:.5rem 0;color:var(--text-dark)}.become-mentor-hero-subtext{font-family:Roboto,sans-serif;font-size:1.2rem;color:var(--text-secondary);margin:.5rem 0;line-height:1.5;padding-left:.5rem;border-left:3px solid var(--primary-color)}.bm-BecomeMentor-right-div{width:40%;height:90%;display:flex}.bm-right-img-left-upper{width:80%;height:50%;background-color:var(--background-gray);border-radius:8rem;overflow:hidden}.bm-right-img-left-lower{width:50%;height:10%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;position:relative;border:1px solid var(--border-color)}.bm-right-img-left-lower-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--background-light)}.bm-right-img-right-upper{width:50%;height:10%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;border:1px solid var(--border-color)}.bm-right-img-right-upper-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--background-light)}.bm-right-img-right-lower{width:80%;height:50%;background-color:var(--background-gray-alt);border-radius:8rem;overflow:hidden}}@media only screen and (min-width: 1024px) and (min-height: 1366px){.bm-BecomeMentorHeroSec{width:100vw;height:55vh;display:flex;align-items:center;justify-content:space-evenly}.bm-BecomeMentor-left-div{width:55%;height:100%}.mentor-hero-left{flex:1;max-width:780px;padding:1rem;display:flex;flex-direction:column;justify-content:center;margin-top:3rem}.mentor-hero-left-heading h1{font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:600;margin:.5rem 0;color:var(--text-dark)}.become-mentor-hero-subtext{font-family:Roboto,sans-serif;font-size:1.1rem;color:var(--text-secondary);margin:.5rem 0;line-height:1.5;padding-left:.5rem;border-left:3px solid var(--primary-color)}.bm-hero-cta{margin-top:2rem;padding:1rem 2rem!important;background-color:var(--primary-color);color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .3s ease;align-self:flex-start}.bm-BecomeMentor-right-div{width:40%;height:100%;display:flex;align-items:center;justify-content:left}.bm-right-image-container{width:100%;height:90%;display:flex;align-items:center;justify-content:center}.bm-right-img-left-upper{width:85%!important;height:50%;background-color:var(--background-gray);box-shadow:var(--shadow-light);border-radius:6rem;overflow:hidden}.bm-right-img-left-lower{width:90%!important;height:12%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;position:relative;border:1px solid var(--border-color)}.bm-right-img-left-lower-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--background-light);box-shadow:var(--shadow-light)}.bm-right-img-right-upper{width:90%!important;height:12%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;border:1px solid var(--border-color)}.bm-right-img-right-upper-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--background-light);box-shadow:var(--shadow-light)}.bm-right-img-right-lower{width:85%!important;height:50%;background-color:var(--background-gray-alt);box-shadow:var(--shadow-light);border-radius:6rem;overflow:hidden}}@media only screen and (min-width: 820px) and (min-height: 1180px){.bm-BecomeMentorHeroSec{width:100vw;height:60vh;display:flex;align-items:center;justify-content:space-evenly}.bm-BecomeMentor-left-div{width:55%;height:100%}.mentor-hero-left{flex:1;max-width:780px;padding:1rem;display:flex;flex-direction:column;justify-content:center;margin-top:3rem}.mentor-hero-left-heading h1{font-family:Outfit,sans-serif;font-size:2.35rem;font-weight:600;margin:.5rem 0;color:var(--text-dark)}.become-mentor-hero-subtext{font-family:Roboto,sans-serif;font-size:1rem;color:var(--text-secondary);margin:.5rem 0;line-height:1.5;padding-left:.5rem;border-left:3px solid var(--primary-color)}.bm-hero-cta{margin-top:2rem;padding:1rem 2rem!important;background-color:var(--primary-color);color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .3s ease;align-self:flex-start}.bm-BecomeMentor-right-div{width:40%;height:100%;display:flex;align-items:center;justify-content:left}.bm-right-image-container{width:100%;height:90%;display:flex;align-items:center;justify-content:center}.bm-right-img-left-upper{width:90%;height:50%;background-color:var(--background-gray);box-shadow:var(--shadow-light);border-radius:6rem;overflow:hidden}.bm-right-img-left-lower{width:90%;height:12%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;position:relative;border:1px solid var(--border-color)}.bm-right-img-left-lower-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--background-light);box-shadow:var(--shadow-light)}.bm-right-img-right-upper{width:90%;height:12%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;border:1px solid var(--border-color)}.bm-right-img-right-upper-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--background-light);box-shadow:var(--shadow-light)}.bm-right-img-right-lower{width:90%;height:50%;background-color:var(--background-gray-alt);box-shadow:var(--shadow-light);border-radius:6rem;overflow:hidden}}@media only screen and (width: 768px) and (height: 1024px){.bm-BecomeMentorHeroSec{width:100vw;height:55vh;display:flex;align-items:center;justify-content:space-evenly}.bm-BecomeMentor-left-div{width:55%;height:100%}.mentor-hero-left{flex:1;max-width:780px;padding:1rem;display:flex;flex-direction:column;justify-content:center;margin-top:3rem}.mentor-hero-left-heading h1{font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:600;margin:.5rem 0;color:var(--text-dark)}.become-mentor-hero-subtext{font-family:Roboto,sans-serif;font-size:1rem;color:var(--text-secondary);margin:.5rem 0;line-height:1.5;padding-left:.5rem;border-left:3px solid var(--primary-color)}.bm-hero-cta{margin-top:2rem;padding:1rem 2rem!important;background-color:var(--primary-color);color:#fff;border:none;border-radius:30px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .3s ease;align-self:flex-start}.bm-BecomeMentor-right-div{width:40%;height:100%;display:flex;align-items:center;justify-content:left}.bm-right-image-container{width:100%;height:90%;display:flex;align-items:center;justify-content:center}.bm-right-img-left-upper{width:90%;height:50%;background-color:var(--background-gray);box-shadow:var(--shadow-light);border-radius:6rem;overflow:hidden}.bm-right-img-left-lower{width:90%;height:12%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;position:relative;border:1px solid var(--border-color)}.bm-right-img-left-lower-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--background-light);box-shadow:var(--shadow-light)}.bm-right-img-left-lower-title h2,.bm-right-img-right-upper-title h2{max-width:50%;font-size:.9rem;font-weight:600}.bm-right-img-left-lower-title h4,.bm-right-img-right-upper-title h4{max-width:50%;font-size:.9rem;font-weight:300}.bm-right-img-right-upper{width:90%;height:12%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;border:1px solid var(--border-color)}.bm-right-img-right-upper-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--background-light);box-shadow:var(--shadow-light)}.bm-right-img-right-lower{width:90%;height:50%;background-color:var(--background-gray-alt);box-shadow:var(--shadow-light);border-radius:6rem;overflow:hidden}}@media only screen and (max-width: 660px){.bm-BecomeMentorHeroSec{width:100vw;height:80vh;display:flex}.bm-BecomeMentor-left-div{width:100%;height:100%}.mentor-hero-left{width:90%;padding:1rem;display:flex;flex-direction:column;margin:1rem auto}.mentor-hero-left-heading h1{font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:500;margin:.5rem 0;color:var(--text-dark)}.become-mentor-hero-subtext{font-family:Roboto,sans-serif;font-size:1.1rem;color:var(--text-secondary);margin:.5rem 0;line-height:1.5;padding-left:.5rem;border-left:3px solid var(--primary-color)}.bm-hero-cta{margin-top:2rem;padding:1rem 2rem!important;background-color:var(--primary-color);color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .3s ease;align-self:flex-start}.bm-BecomeMentor-right-div{width:40%;height:100%;display:flex;align-items:center;justify-content:left;display:none}}@media screen and (max-width: 440px){.bm-BecomeMentorHeroSec{width:100vw;height:-moz-fit-content!important;height:fit-content!important;display:flex}.bm-BecomeMentor-left-div{width:100%;height:100%}.mentor-hero-left{width:90%;padding:1rem;display:flex;flex-direction:column;margin:0rem auto}.mentor-hero-left-heading h1{font-family:Outfit,sans-serif;font-size:2.6rem;font-weight:500;margin:.5rem 0;color:var(--text-dark)}.become-mentor-hero-subtext{font-family:Roboto,sans-serif;font-size:1rem;color:var(--text-secondary);margin:.5rem 0;line-height:1.5;padding-left:.5rem;border-left:3px solid var(--primary-color)}.bm-hero-cta{margin-top:2rem;padding:1rem 2rem!important;background-color:var(--primary-color);color:#fff;border:none;border-radius:30px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .3s ease;align-self:flex-start}.bm-BecomeMentor-right-div{width:40%;height:100%;display:flex;align-items:center;justify-content:left;display:none}}.bm-BecomeMentorHeroSec .hero-grid-pattern{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.35;pointer-events:none}.bm-BecomeMentorHeroSec .hero-grid-pattern .agp-svg{fill:#5b47b059;stroke:#5b47b059}.bm-BecomeMentorHeroSec .hero-grid-pattern .agp-animated-rect{color:#5b47b0b3}@media (max-width: 768px){.bm-BecomeMentorHeroSec .hero-grid-pattern{opacity:.3}.bm-BecomeMentorHeroSec .hero-grid-pattern .agp-svg{fill:#5b47b066;stroke:#5b47b066}.bm-BecomeMentorHeroSec .hero-grid-pattern .agp-animated-rect{color:#5b47b0bf}}@media (max-width: 480px){.bm-BecomeMentorHeroSec .hero-grid-pattern{opacity:.25}.bm-BecomeMentorHeroSec .hero-grid-pattern .agp-svg{fill:#5b47b061;stroke:#5b47b061}}.mentor-form-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center}.mentor-form-modal{background-color:#fff;width:90%;max-width:400px;border-radius:12px;padding:2rem;position:relative}.modal-close-btn{background:none;border:none;font-size:1.5rem;position:absolute;top:1rem;right:1rem;cursor:pointer}.mentor-form-title{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.mentor-form input{width:100%;padding:.6rem;margin-bottom:.8rem;border-radius:6px;border:1px solid #ccc;font-size:.95rem}.mentor-form label{display:block;text-align:left;margin-bottom:.5rem;font-weight:600;color:#333;font-size:.9rem}.mentor-form-submit-btn{background-color:#5b47b0;color:#fff;border:none;border-radius:20px;padding:.7rem 1.2rem;cursor:pointer;font-size:1rem;margin-top:1rem;width:100%;transition:background-color .3s ease}.mentor-form-submit-btn:hover{background-color:#4f39a0}.mentor-form-tnc{margin-top:1rem;font-size:.8rem;text-align:center;color:#666}@media (max-width: 400px){.mentor-form-overlay{position:fixed;top:4rem;left:0;width:100%;height:100%;background-color:#00000080;z-index:999999;display:flex;align-items:center;justify-content:center}}.become-mentor-banner-sec{width:100vw;height:-moz-fit-content;height:fit-content;margin-top:5rem;background-color:#fff;display:flex;flex-direction:column;align-items:center;padding-bottom:clamp(1.25rem,2vw,2rem)}.become-mentor-banner-content{width:100%;height:100%;display:flex;align-items:center;justify-content:space-evenly}.content-left-div{width:50%;height:100%;padding:2.5rem;overflow:hidden}.img-grid-div{width:100%;height:100%;display:flex;flex-direction:column;gap:1rem}.left-img-upper-div,.left-lower-left-div,.left-lower-right-div{overflow:hidden}.left-img-upper-div{width:50%;height:40%;background-color:#d76b38;border-top-left-radius:4rem;border-bottom-right-radius:4rem}.left-img-lower-div{width:100%;height:60%;display:flex;gap:1rem}.left-lower-left-div{width:40%;height:60%;background-color:#97d1e6;border-top-right-radius:4rem;border-bottom-left-radius:4rem}.left-lower-right-div{width:60%;height:100%;background-color:#1e8b5f;border-top-left-radius:4rem;border-bottom-right-radius:4rem}.img-grid-div img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.content-right-div{width:40%;height:100%;position:relative}.become-mentor-banner-title{width:80%;height:-moz-fit-content;height:fit-content}.become-mentor-banner-title h2{font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;letter-spacing:.1px;font-size:2.2rem;margin-bottom:clamp(.9rem,1.6vw,1.3rem)}.become-mentor-banner-title h2 span{font-family:Outfit,system-ui,sans-serif;font-weight:500;color:#fff;background-color:#5b47b0;border-radius:1rem;padding:.1rem .4rem}.become-mentor-banner-title p{color:#555;font-weight:400;line-height:1.6;font-size:1rem}.right-info-container{margin-top:clamp(1.4rem,2.2vw,2.2rem);display:flex;flex-direction:column;gap:clamp(.9rem,1.6vw,1.4rem)}.info-item{display:flex;align-items:flex-start;gap:clamp(.75rem,1.4vw,1rem)}.info-icon{line-height:1;font-size:clamp(1.4rem,1.8vw,2rem)}.info-icon svg{color:#5b47b0}.info-text h4{font-weight:650;line-height:1.3;font-size:clamp(1rem,1.5vw,1.25rem);margin-bottom:.25rem}.info-text p{color:#555;font-weight:400;line-height:1.55;font-size:1rem}@media only screen and (min-width: 96em){.become-mentor-banner-sec{width:100vw;height:90vh;margin-top:2rem;margin-bottom:4rem}.content-left-div{width:40%}.content-right-div{width:30%}.become-mentor-banner-title h2{font-family:Outfit,system-ui,sans-serif;font-weight:500;line-height:1.2;letter-spacing:.1px;font-size:2.2rem;margin-bottom:clamp(.9rem,1.6vw,1.3rem)}.become-mentor-banner-title h2 span{font-family:Outfit,system-ui,sans-serif;font-weight:500;color:#fff;background-color:#5b47b0;border-radius:1rem;padding:.1rem .4rem}.become-mentor-banner-title p{color:#555;font-weight:400;line-height:1.6;font-size:1rem}.info-text p{color:#555;font-weight:400;line-height:1.55;font-size:1rem}}@media only screen and (min-width: 1024px) and (min-height: 1366px){.become-mentor-banner-sec{height:70vh!important}.content-left-div{width:25%;padding:1rem 4rem}.bm-banner-img{display:none!important}.content-right-div{width:70%}.become-mentor-banner-title h2{font-size:2.8rem!important}.become-mentor-banner-title p{font-size:1.5rem!important}.info-icon{font-size:2.8rem!important}.info-text h4{font-size:1.7rem!important}.info-text p{font-size:1.3rem!important}}@media only screen and (max-width: 820px){.become-mentor-banner-sec{height:85vh}.content-left-div{width:35%;height:100%;padding:1rem 4rem}.bm-banner-img{display:none!important}.content-right-div{width:65%;height:100%;padding:1rem 4rem}.become-mentor-banner-title h2{font-size:clamp(1.55rem,3.6vw,2rem)}.become-mentor-banner-title p{font-size:clamp(.95rem,2.4vw,1.05rem)}.info-text h4{font-size:clamp(1rem,2.6vw,1.2rem)}.info-text p{font-size:clamp(.9rem,2.4vw,1rem)}.info-icon{font-size:clamp(1.3rem,2.8vw,1.8rem)}}@media only screen and (max-width: 660px){.become-mentor-banner-sec{width:100vw;height:-moz-fit-content;height:fit-content;margin-top:0rem;padding-top:2rem;background-color:#fff;display:flex;flex-direction:column;align-items:center;padding-bottom:clamp(1.25rem,2vw,2rem)}.become-mentor-banner-content{width:100%;height:100%;display:flex;align-items:center;justify-content:space-evenly}.content-left-div,.bm-banner-img{display:none!important}.content-right-div{width:100%;padding:1rem}.become-mentor-banner-title h2{font-size:30px!important;font-weight:500!important;text-align:left!important;font-family:Outfit,system-ui,sans-serif}.become-mentor-banner-title p{font-size:1rem!important;padding:0!important;text-align:left;max-width:100%!important;font-family:Outfit,system-ui,sans-serif}.info-text h4{font-size:clamp(.98rem,3.6vw,1.15rem)}.info-text p{font-size:clamp(.9rem,3.2vw,.98rem)}.info-icon{font-size:clamp(1.25rem,3.8vw,1.6rem)}}@media screen and (max-width: 380px){.become-mentor-banner-sec{width:100vw;height:-moz-fit-content;height:fit-content;margin-top:0rem;padding-top:2rem;background-color:#fff;display:flex;flex-direction:column;align-items:center;padding-bottom:clamp(1.25rem,2vw,2rem)}.become-mentor-banner-content{width:100%;height:100%;display:flex;align-items:center;justify-content:space-evenly}.become-mentor-banner-title h2{font-size:30px!important;font-weight:500!important;text-align:left!important;font-family:Outfit,system-ui,sans-serif}.become-mentor-banner-title p{font-size:1rem!important;padding:0!important;text-align:left;max-width:100%!important;font-family:Outfit,system-ui,sans-serif}.info-text h4{font-size:1rem}.info-text p{font-size:.95rem}.info-icon{font-size:1.4rem}}:root{--c-bg: #fff;--c-text: #1c1c1c;--c-muted: #555;--c-accent: #5b47b0;--c-accent-2: #4f39a0;--c-border: rgba(0, 0, 0, .06);--c-shadow: 0 8px 30px rgba(17, 17, 17, .08);--radius: 16px}.contribute-section{width:100%;max-width:1200px;margin:2.5rem auto;padding:0 1rem;text-align:center}.contribute-title{font-size:2.2rem;font-weight:500;letter-spacing:.2px;color:var(--c-text);margin-bottom:.5rem}.contribute-title span{color:var(--c-accent)}.contribute-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(1rem,3vw,1.75rem);align-items:stretch;justify-items:center;margin-top:clamp(2rem,4vw,3rem)}.contribute-card{width:100%;max-width:340px;min-height:420px;background:linear-gradient(180deg,#fff,#faf8ff);border:1px solid var(--c-border);border-radius:var(--radius);padding:1.4rem;display:flex;flex-direction:column;justify-content:space-between;text-align:left;box-shadow:var(--c-shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.contribute-card:hover{box-shadow:0 12px 34px #1111111f;border-color:#5b47b040}.card-title{font-size:clamp(1.15rem,2.2vw,1.35rem);font-weight:700;color:var(--c-text);margin-bottom:.8rem;display:flex;align-items:center;gap:.5rem}.card-title svg{flex:0 0 auto}.card-list{margin:0 0 1rem;padding-left:0;list-style:none;font-size:clamp(.95rem,2vw,1rem);color:var(--c-muted)}.card-list li{position:relative;padding-left:1.35rem;line-height:1.5;margin-bottom:.6rem}.card-list li:before{content:"";position:absolute;left:0;top:.55em;width:.55rem;height:.55rem;border-radius:50%;background:var(--c-accent);box-shadow:0 0 0 6px #5b47b01f}.apply-btn{align-self:flex-start;background:linear-gradient(180deg,var(--c-accent) 0%,var(--c-accent-2) 100%);color:#fff;border:0;border-radius:999px;padding:.7rem 1.4rem;font-size:clamp(.95rem,1.8vw,1rem);font-weight:600;display:inline-flex;align-items:center;gap:.55rem;cursor:pointer;transition:transform .18s ease,filter .18s ease}.apply-btn:hover{transform:translateY(-2px);filter:brightness(1.05)}.apply-btn:active{transform:translateY(0)}.arrow-icon{width:1.1rem;height:1.1rem;vertical-align:middle}@media only screen and (min-width: 96em){.contribute-section{max-width:1380px}.contribute-cards-container{gap:2rem}.contribute-card{max-width:360px;min-height:440px}}@media only screen and (min-width: 1024px) and (min-height: 1366px){.contribute-cards-container{grid-template-columns:repeat(3,minmax(300px,1fr));gap:1.25rem}.contribute-card{min-height:500px;padding:1.25rem 1.1rem}.card-title{font-size:2.2rem;font-weight:500;font-family:Outfit,system-ui,sans-serif;margin-bottom:.5rem}.card-list{font-size:1.1rem}.card-list li{line-height:1.6}.apply-btn{padding:.9rem 1.8rem}.arrow-icon{width:1.2rem}}@media only screen and (min-width: 820px) and (min-height: 1024px){.contribute-cards-container{grid-template-columns:repeat(3,minmax(260px,1fr))}}@media (max-width: 660px){.contribute-title{font-size:30px;font-weight:500;max-width:90%;text-align:left;font-family:Outfit,system-ui,sans-serif}.contribute-subtitle{font-size:.95rem;padding:0!important;text-align:left;max-width:90%;font-family:Outfit,system-ui,sans-serif}}:root{--steps-bg: #5b47b0;--steps-card-bg: #ffffff;--steps-heading-color: #ffffff;--steps-subheading-color: #e5e5e5;--steps-icon-color: #5b47b0;--steps-accent-color: #4f39a0}.steps-join-container{width:100%;background-color:var(--steps-bg);padding:4rem 2rem;display:flex;justify-content:center;align-items:center;margin-top:3rem}.steps-join-content{max-width:1280px;width:100%;text-align:center;margin:0 auto}.steps-join-heading{font-size:2.2rem;font-family:Outfit,system-ui,sans-serif;margin-bottom:.5rem;font-weight:500;color:var(--steps-heading-color)}.steps-join-subheading{font-size:1rem;font-family:Outfit,system-ui,sans-serif;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;color:var(--steps-subheading-color)}.steps-join-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.steps-card{background-color:var(--steps-card-bg);border-radius:12px;padding:2rem;text-align:left;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 8px #0000001a}.steps-card-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1c1c1c;border-bottom:2px solid var(--steps-icon-color);padding-bottom:.5rem;display:flex;align-items:center}.steps-icon{color:var(--steps-icon-color);margin-right:.75rem;font-size:1.2rem}.steps-card-description{font-size:1rem;color:#555;line-height:1.4}@media only screen and (min-width: 1024px) and (min-height: 1366px){.steps-join-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.steps-card{background-color:var(--steps-card-bg);border-radius:12px;padding:2rem;text-align:left;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 8px #0000001a}.steps-card-title{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:#1c1c1c;border-bottom:2px solid var(--steps-icon-color);padding-bottom:.5rem;display:flex;align-items:center}.steps-icon{color:var(--steps-icon-color);margin-right:.75rem;font-size:1.5rem}.steps-card-description{font-size:1.25rem;color:#666;line-height:1.4}}@media (max-width: 820px){.steps-join-heading{font-size:2rem}.steps-join-subheading{font-size:1rem}.steps-card-title{font-size:1.8rem}.steps-card-description{font-size:1rem}}@media (max-width: 660px){.steps-join-container{padding:2rem 1rem}.steps-join-heading{font-size:30px;font-weight:500;text-align:left;font-family:Outfit,system-ui,sans-serif}.steps-join-subheading{font-size:.95rem;padding:0!important;text-align:left;max-width:550px;font-family:Outfit,system-ui,sans-serif}.steps-card-title,.steps-icon{font-size:1.2rem}.steps-card-description{font-size:.9rem}}.mentor-page,.hiring-page{width:100vw;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#fff;border-radius:8px}:root{--color-white: #fff;--color-gray-dark: #3d3d3d;--color-gray: #818181;--color-text-secondary: #666;--color-purple: #5b47b0;--color-cta-hover: #5727c9;--color-bg: #f9f9f9;--badge-bg: var(--color-purple)}.hiring-hero-sec{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--color-white);padding:0rem 1rem;margin-left:calc(50% - 50vw);position:relative;overflow:hidden}.hiring-hero-left-div{width:50%;height:90%;padding:0rem .5rem;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.hiring-hero-heading{font-size:2.5rem;font-weight:500;margin-bottom:.7rem}.hiring-hero-heading span{color:var(--color-purple)}.hiring-hero-subheading{font-size:1rem;font-family:Outfit,system-ui,sans-serif;color:#555;margin-bottom:2rem;line-height:1.5;max-width:660px}.hiring-features{display:flex;flex-direction:column;gap:1rem}.hiring-feature-card{display:flex;align-items:flex-start;gap:1rem;border-radius:8px;padding:.8rem .8rem .8rem .4rem}.hiring-feature-icon{font-size:2rem;color:var(--color-purple)}.hiring-feature-text h2{font-size:1.2rem;margin:0;color:var(--color-gray-dark)}.hiring-feature-text p{font-size:.95rem;color:#555;margin:.2rem 0 0}.hiring-cta{width:192px;height:52px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:550;font-size:.9rem;transition:background .3s ease}.hiring-cta:hover{background-color:var(--color-cta-hover)}.hiring-right-div{width:40%;height:90%;display:flex;align-items:flex-start;justify-content:center;position:relative;z-index:2}.hiring-right-image-container{width:90%;height:90%;display:flex}.hiring-right-image-left-div{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.hiring-right-img-left-upper{width:70%;height:50%;background-color:#f3f2f0;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px;border-radius:6rem;overflow:hidden}.hiring-right-img-left-lower{width:65%;height:12%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;position:relative;border:1px solid #ccc}.hiring-right-img-left-lower-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ece5f9;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px}.hiring-right-img-left-lower-title h2{max-width:50%;font-size:1rem;font-weight:600}.hiring-right-img-left-lower-title h4{max-width:50%;font-size:.8rem;font-weight:300}.hiring-right-image-right-div{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.hiring-right-img-right-upper{width:65%;height:12%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;border:1px solid #ccc}.hiring-right-img-right-upper-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ece5f9;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px}.hiring-right-img-right-upper-title h2{max-width:50%;font-size:1rem;font-weight:600}.hiring-right-img-right-upper-title h4{max-width:50%;font-size:1rem;font-weight:300}.hiring-right-img-right-lower{width:70%;height:50%;background-color:#f3f2f0;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px;border-radius:6rem;overflow:hidden}.hiring-imgs{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}.hiring-badge{position:absolute;top:.5rem;right:.5rem;z-index:3}.hiring-badge02{position:absolute;bottom:.5rem;left:.5rem;z-index:3}@media only screen and (min-width: 96em){.hiring-hero-sec{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--color-white);padding:0rem 2rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hiring-hero-left-div{width:60%;height:90%;display:flex;flex-direction:column;justify-content:flex-start;padding-top:2rem}.hiring-hero-heading{font-size:4rem;font-weight:500;margin-bottom:.7rem}.hiring-hero-heading span{color:var(--color-purple)}.hiring-hero-subheading{font-size:1.25rem;color:#555;margin-bottom:2rem;line-height:1.3;max-width:760px!important}.hiring-features{display:flex;flex-direction:column;gap:1rem}.hiring-feature-card{display:flex;align-items:center;gap:1rem;padding:.8rem}.hiring-feature-icon{font-size:2.5rem;color:var(--color-purple)}.hiring-feature-text h2{font-size:1.2rem;margin:0;color:var(--color-gray-dark)}.hiring-feature-text p{font-size:1rem;color:#555;margin:.4rem 0 0}.hiring-cta{width:192px;height:52px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:550;font-size:1rem;transition:background .3s ease}.hiring-cta:hover{background-color:var(--color-cta-hover)}.hiring-right-div{width:30%;height:90%;display:flex;align-items:flex-start;justify-content:center}.hiring-right-image-container{width:90%;height:90%;display:flex;align-items:center;justify-content:center}.hiring-right-image-left-div{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.hiring-right-img-left-upper{width:80%;height:50%;background-color:#f3f2f0;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px;border-radius:6rem;overflow:hidden}.hiring-right-img-left-lower{width:65%;height:10%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;position:relative;border:1px solid #ccc}.hiring-right-img-left-lower-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ece5f9;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px}.hiring-right-img-left-lower-title h2{max-width:50%;font-size:1rem;font-weight:600}.hiring-right-img-left-lower-title h4{max-width:50%;font-size:.8rem;font-weight:300}.hiring-right-image-right-div{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.hiring-right-img-right-upper{width:65%;height:10%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;border:1px solid #ccc}.hiring-right-img-right-upper-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ece5f9;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px}.hiring-right-img-right-upper-title h2{max-width:50%;font-size:1rem;font-weight:600}.hiring-right-img-right-upper-title h4{max-width:50%;font-size:1rem;font-weight:300}.hiring-right-img-right-lower{width:80%;height:50%;background-color:#f3f2f0;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px;border-radius:6rem;overflow:hidden}.hiring-imgs{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}.hiring-badge{position:absolute;top:.5rem;right:.5rem;z-index:3}.hiring-badge02{position:absolute;bottom:.5rem;left:.5rem;z-index:3}}@media only screen and (min-width: 1024px) and (min-height: 1366px){.hiring-hero-sec{width:100vw;height:60vh!important;display:flex;align-items:center;justify-content:space-evenly;background-color:var(--color-white);padding:0rem 1rem;margin-top:0!important;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hiring-hero-left-div{width:55%!important;height:90%!important;padding:0rem .5rem;display:flex;flex-direction:column;justify-content:center}.hiring-hero-heading{font-size:2.8rem!important;font-weight:500;margin-bottom:.7rem;font-family:Outfit,system-ui,sans-serif}.hiring-hero-heading span{color:var(--color-purple)}.hiring-hero-subheading{font-size:1.2rem!important;font-family:Outfit,system-ui,sans-serif;color:#555;margin-bottom:2rem;line-height:1.5;max-width:660px}.hiring-features{display:flex;flex-direction:column;gap:1rem}.hiring-feature-card{display:flex;align-items:flex-start;gap:1rem;border-radius:8px;padding:.8rem .8rem .8rem .4rem}.hiring-feature-icon{font-size:2.2rem!important;color:var(--color-purple)}.hiring-feature-text h2{font-size:1.35rem!important;margin:0;color:var(--color-gray-dark)}.hiring-feature-text p{font-size:1.2rem!important;color:#555;margin:.2rem 0 0}.hiring-cta{width:192px;height:52px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:550;font-size:1rem;transition:background .3s ease}.hiring-cta:hover{background-color:var(--color-cta-hover)}.hiring-right-div{width:40%!important;height:100%;display:flex;align-items:center;justify-content:left}.hiring-right-image-container{width:100%;height:90%;display:flex;align-items:center;justify-content:center}.hiring-right-image-left-div{width:50%!important;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.hiring-right-img-left-upper{width:90%!important;height:50%;background-color:#f3f2f0;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px;border-radius:6rem;overflow:hidden}.hiring-right-img-left-lower{width:80%;height:12%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;position:relative;border:1px solid #ccc}.hiring-right-img-left-lower-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ece5f9;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px}.hiring-right-img-left-lower-title h2{max-width:50%;font-size:1rem;font-weight:600}.hiring-right-img-left-lower-title h4{max-width:50%;font-size:.8rem;font-weight:300}.hiring-right-image-right-div{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.hiring-right-img-right-upper{width:80%;height:12%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;border:1px solid #ccc}.hiring-right-img-right-upper-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ece5f9;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px}.hiring-right-img-right-upper-title h2{max-width:50%;font-size:1rem;font-weight:600}.hiring-right-img-right-upper-title h4{max-width:50%;font-size:1rem;font-weight:300}.hiring-right-img-right-lower{width:90%;height:50%;background-color:#f3f2f0;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px;border-radius:6rem;overflow:hidden}.hiring-imgs{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}.hiring-badge{position:absolute;top:.5rem;right:.5rem;z-index:3}.hiring-badge02{position:absolute;bottom:.5rem;left:.5rem;z-index:3}}@media only screen and (min-width: 820px) and (min-height: 1180px){.hiring-hero-sec{width:100vw;height:75vh;display:flex;align-items:center;justify-content:space-evenly;background-color:var(--color-white);padding:0rem 1rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hiring-hero-left-div{width:55%!important;height:90%;padding:0rem .5rem;display:flex;flex-direction:column;justify-content:center}.hiring-hero-heading{font-size:2.7rem!important;font-weight:500;margin-bottom:.7rem;font-family:Outfit,system-ui,sans-serif}.hiring-hero-heading span{color:var(--color-purple)}.hiring-hero-subheading{font-size:1.15rem!important;color:#555;margin-bottom:2rem;line-height:1.5;max-width:660px;font-family:Outfit,system-ui,sans-serif}.hiring-features{display:flex;flex-direction:column;gap:1rem}.hiring-feature-card{display:flex;align-items:flex-start;gap:1rem;border-radius:8px;padding:.8rem .8rem .8rem .4rem}.hiring-feature-icon{font-size:2.2rem!important;color:var(--color-purple)}.hiring-feature-text h2{font-size:1.25rem!important;margin:0;color:var(--color-gray-dark)}.hiring-feature-text p{font-size:1.1rem!important;color:#555;margin:.2rem 0 0}.hiring-cta{width:192px;height:52px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:550;font-size:1rem;transition:background .3s ease}.hiring-cta:hover{background-color:var(--color-cta-hover)}.hiring-right-div{width:40%!important;height:90%;display:flex;align-items:center;justify-content:left}.hiring-right-image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hiring-right-image-left-div{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.hiring-right-img-left-upper{width:90%!important;height:45%!important;background-color:#f3f2f0;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px;border-radius:6rem;overflow:hidden}.hiring-right-img-left-lower{width:100%;height:10%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;position:relative;border:1px solid #ccc}.hiring-right-img-left-lower-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ece5f9;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px}.hiring-right-img-left-lower-title h2{max-width:50%;font-size:1rem;font-weight:600}.hiring-right-img-left-lower-title h4{max-width:50%;font-size:.8rem;font-weight:300}.hiring-right-image-right-div{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.hiring-right-img-right-upper{width:90%;height:10%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;border:1px solid #ccc}.hiring-right-img-right-upper-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ece5f9;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px}.hiring-right-img-right-upper-title h2{max-width:50%;font-size:1rem;font-weight:600}.hiring-right-img-right-upper-title h4{max-width:50%;font-size:1rem;font-weight:300}.hiring-right-img-right-lower{width:90%!important;height:45%!important;background-color:#f3f2f0;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px;border-radius:6rem;overflow:hidden}.hiring-imgs{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}.hiring-badge{position:absolute;top:.5rem;right:.5rem;z-index:3}.hiring-badge02{position:absolute;bottom:.5rem;left:.5rem;z-index:3}}@media only screen and (width: 768px) and (height: 1024px){.hiring-hero-sec{width:100vw;height:90vh;display:flex;align-items:center;justify-content:space-evenly;background-color:var(--color-white);padding:0rem 1rem;margin-top:0rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hiring-hero-left-div{width:55%;height:90%;padding:0rem .5rem;display:flex;flex-direction:column;justify-content:center}.hiring-hero-heading{font-size:2.7rem;font-weight:500;margin-bottom:.7rem;font-family:Outfit,system-ui,sans-serif}.hiring-hero-heading span{color:var(--color-purple)}.hiring-hero-subheading{font-size:1.15rem;color:#555;margin-bottom:2rem;line-height:1.5;max-width:660px}.hiring-features{display:flex;flex-direction:column;gap:1rem}.hiring-feature-card{display:flex;align-items:flex-start;gap:1rem;border-radius:8px;padding:.8rem .8rem .8rem .4rem}.hiring-feature-icon{font-size:2.2rem;color:var(--color-purple)}.hiring-feature-text h2{font-size:1.25rem;margin:0;color:var(--color-gray-dark)}.hiring-feature-text p{font-size:1.1rem;color:#555;margin:.2rem 0 0}.hiring-cta{width:192px;height:52px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:550;font-size:1rem;transition:background .3s ease}.hiring-cta:hover{background-color:var(--color-cta-hover)}.hiring-right-div{width:45%;height:90%;display:flex;align-items:center;justify-content:left}.hiring-right-image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hiring-right-image-left-div{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.hiring-right-img-left-upper{width:100%;height:40%;background-color:#f3f2f0;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px;border-radius:6rem;overflow:hidden}.hiring-right-img-left-lower{width:100%;height:10%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;position:relative;border:1px solid #ccc}.hiring-right-img-left-lower-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ece5f9;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px}.hiring-right-img-left-lower-title h2{max-width:50%;font-size:1rem;font-weight:600}.hiring-right-img-left-lower-title h4{max-width:50%;font-size:.8rem;font-weight:300}.hiring-right-image-right-div{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.hiring-right-img-right-upper{width:90%;height:10%;display:flex;align-items:center;justify-content:space-evenly;border-radius:3rem;border:1px solid #ccc}.hiring-right-img-right-upper-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ece5f9;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px}.hiring-right-img-right-upper-title h2{max-width:50%;font-size:1rem;font-weight:600}.hiring-right-img-right-upper-title h4{max-width:50%;font-size:1rem;font-weight:300}.hiring-right-img-right-lower{width:100%;height:40%;background-color:#f3f2f0;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px;border-radius:6rem;overflow:hidden}.hiring-imgs{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}.hiring-badge{position:absolute;top:.5rem;right:.5rem;z-index:3}.hiring-badge02{position:absolute;bottom:.5rem;left:.5rem;z-index:3}}@media only screen and (max-width: 660px){.hiring-hero-sec{width:100vw;height:-moz-fit-content;height:fit-content;display:flex;align-items:center;justify-content:space-evenly;background-color:var(--color-white);padding:2rem 1.5rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hiring-hero-left-div{width:100%!important;height:100%;padding:0rem .5rem;display:flex;flex-direction:column;justify-content:center}.hiring-hero-heading{font-size:30px;font-weight:600;text-align:left;font-family:Outfit,system-ui,sans-serif;color:#000}.hiring-hero-heading span{color:var(--color-purple)}.hiring-hero-subheading{font-size:1rem;font-family:Outfit,sans-serif;font-weight:400;color:#555;margin:0;max-width:90%;margin-bottom:2rem}.hiring-features{display:flex;flex-direction:column;gap:1rem}.hiring-feature-card{display:flex;align-items:flex-start;gap:1rem;border-radius:8px;padding:.8rem .8rem .8rem .4rem}.hiring-feature-icon{font-size:2.5rem!important;color:var(--color-purple)}.hiring-feature-text h2{font-size:1.25rem!important;margin:0;color:var(--color-gray-dark)}.hiring-feature-text p{font-size:1rem!important;color:#555;margin:.2rem 0 0}.hiring-cta{width:192px;height:52px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:550;font-size:1rem;margin-top:2rem;transition:background .3s ease}.hiring-cta:hover{background-color:var(--color-cta-hover)}.hiring-right-div{width:40%;height:100%;display:flex;align-items:center;justify-content:left;display:none!important}}@media screen and (max-width: 380px){.hiring-hero-left-div{padding:0rem;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.hiring-hero-heading{font-family:Outfit,sans-serif;font-size:30px;font-weight:600;margin-bottom:.75rem;color:#000;text-align:left}.hiring-hero-heading span{color:var(--color-purple)}.hiring-hero-subheading{font-size:1rem;font-family:Outfit,sans-serif;font-weight:400;color:#555;max-width:90%;text-align:left;margin:0;margin-bottom:2rem}.hiring-features{display:flex;flex-direction:column;gap:1rem}.hiring-feature-card{display:flex;align-items:flex-start;gap:1rem;border-radius:8px;padding:.8rem .8rem .8rem .4rem}.hiring-feature-icon{font-size:2.5rem!important;color:var(--color-purple)}.hiring-feature-text h2{font-size:1.2rem!important;margin:0;color:var(--color-gray-dark)}.hiring-feature-text p{font-size:1rem!important;color:#555;margin:.2rem 0 0}.hiring-cta{width:192px;height:52px;background-color:var(--color-purple);color:var(--color-white);padding:1rem 1.6rem;border:none;border-radius:30px;cursor:pointer;font-weight:550;font-size:1rem;margin-top:2rem;transition:background .3s ease}.hiring-cta:hover{background-color:var(--color-cta-hover)}.hiring-right-div{width:40%;height:100%;display:flex;align-items:center;justify-content:left;display:none!important}}.hiring-hero-sec .hero-grid-pattern{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.35;pointer-events:none}.hiring-hero-sec .hero-grid-pattern .agp-svg{fill:#5b47b059;stroke:#5b47b059}.hiring-hero-sec .hero-grid-pattern .agp-animated-rect{color:#5b47b0b3}@media (max-width: 768px){.hiring-hero-sec .hero-grid-pattern{opacity:.3}.hiring-hero-sec .hero-grid-pattern .agp-svg{fill:#5b47b066;stroke:#5b47b066}.hiring-hero-sec .hero-grid-pattern .agp-animated-rect{color:#5b47b0bf}}@media (max-width: 480px){.hiring-hero-sec .hero-grid-pattern{opacity:.25}.hiring-hero-sec .hero-grid-pattern .agp-svg{fill:#5b47b061;stroke:#5b47b061}}.hiringform-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto;box-sizing:border-box}.hiringform-modal{background-color:#fff;width:100%;max-width:500px;max-height:90vh;border-radius:12px;padding:2rem 2rem 1.5rem;position:relative;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;margin:auto;scroll-behavior:smooth}.hiringform-close-btn{background:none;border:none;font-size:1.5rem;position:absolute;top:1rem;right:1rem;cursor:pointer;z-index:10;padding:.25rem;line-height:1;color:#333;transition:color .2s ease}.hiringform-close-btn:hover{color:#5b47b0}.hiringform-title{font-size:1.5rem;margin-bottom:1.5rem;margin-top:0;text-align:center;padding-right:2rem;box-sizing:border-box}.hiringform input,.hiringform select,.hiringform textarea{width:100%;padding:.6rem;margin-bottom:.8rem;border-radius:6px;border:1px solid #ccc;font-size:.95rem;font-family:inherit;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.hiringform select{cursor:pointer}.hiringform textarea{resize:vertical;min-height:80px}.hiringform-file-wrapper{margin-bottom:.8rem}.hiringform-file-label{display:block;text-align:left;margin-bottom:.5rem;font-weight:600;color:#333;font-size:.9rem}.hiringform-file-input{width:100%;padding:.6rem;margin-bottom:.4rem;border-radius:6px;border:1px solid #ccc;font-size:.95rem;font-family:inherit;box-sizing:border-box;cursor:pointer;background-color:#fff}.hiringform-file-input::file-selector-button{padding:.4rem .8rem;margin-right:.8rem;border:1px solid #ccc;border-radius:4px;background-color:#f5f5f5;color:#333;font-size:.9rem;cursor:pointer;transition:background-color .2s ease}.hiringform-file-input::file-selector-button:hover{background-color:#e9e9e9}.hiringform-file-hint{font-size:.75rem;color:#666;margin:.25rem 0 0;font-style:italic}.hiringform-file-error{font-size:.85rem;color:#dc3545;margin:.25rem 0 0;font-weight:500}.hiringform-file-success{font-size:.85rem;color:#28a745;margin:.25rem 0 0;font-weight:500;word-break:break-word;overflow-wrap:break-word}.hiringform-file-error{word-break:break-word;overflow-wrap:break-word}.hiringform label{display:block;text-align:left;margin-bottom:.5rem;font-weight:600;color:#333;font-size:.9rem}.hiringform-submit-btn{background-color:#5b47b0;color:#fff;border:none;border-radius:20px;padding:.7rem 1.2rem;cursor:pointer;font-size:1rem;margin-top:1rem;width:100%;transition:background-color .3s ease}.hiringform-submit-btn:hover{background-color:#4f39a0}.hiringform{flex:1;display:flex;flex-direction:column;min-height:0}.hiringform-tnc{margin-top:1rem;font-size:.8rem;text-align:center;color:#666;padding:0;flex-shrink:0;display:block;width:100%;line-height:1.5}.hiringform-tnc a{color:#5b47b0;text-decoration:underline;transition:color .2s ease}.hiringform-tnc a:hover{color:#4f39a0}@media (max-width: 768px){.hiringform-overlay{padding:1rem .5rem .5rem;align-items:flex-start}.hiringform-modal{max-width:100%;max-height:95vh;padding:1.5rem;border-radius:8px}.hiringform-tnc{margin-top:1rem;margin-bottom:.5rem}.hiringform-title{font-size:1.25rem;margin-bottom:1rem;padding-right:2rem}.hiringform input,.hiringform select,.hiringform textarea{font-size:16px;padding:.75rem}.hiringform-close-btn{top:.75rem;right:.75rem;font-size:1.75rem}}@media (max-width: 480px){.hiringform-overlay{padding:0;align-items:flex-start}.hiringform-modal{max-height:100vh;border-radius:0;padding:2.5rem 1.25rem 1.5rem}.hiringform-title{font-size:1.1rem;padding-right:2.5rem}.hiringform input,.hiringform select,.hiringform textarea,.hiringform-file-input{font-size:16px;padding:.7rem}.hiringform-submit-btn{padding:.8rem 1rem;font-size:.95rem;margin-top:1rem;margin-bottom:0}.hiringform-tnc{margin-top:1rem;margin-bottom:0;font-size:.75rem;padding:0 .5rem}}@media (min-width: 769px) and (max-width: 1024px){.hiringform-modal{max-width:550px}}@media (min-width: 1025px){.hiringform-modal{max-width:500px}}:root{--hire-bg: #f8f8fc;--hire-heading-color: #2a2a2a;--hire-subheading-color: #5a5a5a;--hire-card-bg: #ffffff;--hire-primary-color: #5b47b0}.whyhire-container{width:100%;padding:4rem 2rem;background-color:var(--hire-bg);display:flex;flex-direction:column;justify-content:center;align-items:center}.whyhire-content{max-width:1280px;width:100%;text-align:center;margin:0 auto}.whyhire-heading{font-size:2.2rem;font-weight:500;color:var(--hire-heading-color);margin-bottom:.5rem}.whyhire-heading span{color:#5b47b0}.whyhire-subheading{font-size:1rem;font-family:Outfit,system-ui,sans-serif;color:#555;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.whyhire-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.whyhire-card{background-color:var(--hire-card-bg);padding:2rem;border-radius:50%;box-shadow:#ccdbe8 3px 3px 6px inset,#ffffff80 -3px -3px 6px 1px inset;text-align:center;transition:all .3s ease-in-out}.whyhire-icon{color:var(--hire-primary-color);font-size:2rem;margin-bottom:1rem}.whyhire-card h3{font-size:1.25rem;margin-bottom:.75rem;font-weight:600;color:#222}.whyhire-card p{font-size:1rem;color:#555;line-height:1.4}.whyhire-differentiators{margin-top:5rem;text-align:center}.differentiator-heading{font-size:2.2rem;font-weight:500;margin-bottom:3rem;color:var(--hire-heading-color)}.differentiator-heading span{color:#5b47b0}.differentiator-grid{max-width:780px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.differentiator-card{background-color:#fff;padding:1.8rem;border-radius:16px;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px;text-align:left;transition:transform .3s ease}.differentiator-card h3{font-size:1.2rem;font-weight:600;color:#1c1c1c;margin-bottom:.8rem}.differentiator-card p{font-size:1rem;color:#5a5a5a;line-height:1.5}@media only screen and (min-width: 1024px) and (min-height: 1366px){.whyhire-container{width:100%;padding:4rem 2rem;background-color:var(--hire-bg);display:flex;flex-direction:column;justify-content:center;align-items:center}.whyhire-content{max-width:1280px;width:100%;text-align:center;margin:0 auto}.whyhire-heading{font-size:2.2rem!important;font-weight:500;color:var(--hire-heading-color);margin-bottom:1rem}.whyhire-heading span{color:#5b47b0}.whyhire-subheading{font-size:1rem!important;color:var(--hire-subheading-color);margin-bottom:3rem;max-width:800px!important;margin-left:auto;margin-right:auto}.whyhire-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;gap:1rem}.whyhire-card{background-color:var(--hire-card-bg);padding:5rem!important;border-radius:50%;box-shadow:#ccdbe8 3px 3px 6px inset,#ffffff80 -3px -3px 6px 1px inset;text-align:center;transition:all .3s ease-in-out}.whyhire-icon{color:var(--hire-primary-color);font-size:2.5rem!important;margin-bottom:1rem}.whyhire-card h3{font-size:1.6rem!important;margin-bottom:.95rem;font-weight:600;color:#222}.whyhire-card p{font-size:1.25rem!important;color:#555;line-height:1.5}.whyhire-differentiators{margin-top:5rem;text-align:center}.differentiator-heading{font-size:2.2rem!important;font-weight:500;margin-bottom:3rem;color:var(--hire-heading-color)}.differentiator-heading span{color:#5b47b0}.differentiator-grid{max-width:820px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.differentiator-card{background-color:#fff;padding:1.8rem;border-radius:16px;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px;text-align:left;transition:transform .3s ease}.differentiator-card h3{font-size:1.5rem!important;font-weight:600;color:#1c1c1c;margin-bottom:.8rem}.differentiator-card p{font-size:1.2rem!important;color:#5a5a5a;line-height:1.5}}@media (max-width: 820px){.whyhire-container{padding:2rem 1rem;gap:1.5rem}.whyhire-heading{font-size:clamp(2rem,5vw,2rem);line-height:1.2;margin-bottom:.75rem;letter-spacing:.2px}.whyhire-subheading{font-size:clamp(1rem,2.6vw,1.05rem);line-height:1.55;max-width:80%;margin-bottom:2rem}.whyhire-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.whyhire-card{padding:1.1rem 1.2rem;border-radius:14px;box-shadow:0 6px 16px #14142b0f;border:1px solid #eee;text-align:left;display:grid;grid-template-columns:auto 1fr;align-items:start;-moz-column-gap:.75rem;column-gap:.75rem;row-gap:.35rem}.whyhire-icon{font-size:clamp(1.25rem,3.4vw,1.6rem);margin:.1rem 0 0}.whyhire-card h3{font-size:clamp(1rem,2.8vw,1.15rem);margin:0;line-height:1.3}.whyhire-card p{grid-column:1 / -1;margin:.1rem 0 0;font-size:clamp(.9rem,2.6vw,1rem);line-height:1.5;color:#555}.whyhire-differentiators{margin-top:2.25rem;padding:0 .25rem}.differentiator-heading{font-size:clamp(1.4rem,4.6vw,1.9rem);line-height:1.2;margin-bottom:1.4rem}.differentiator-grid{max-width:100%;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.differentiator-card{padding:1.1rem 1.2rem;border-radius:14px;border:1px solid #eee;box-shadow:0 6px 16px #14142b0f}.differentiator-card h3{font-size:clamp(1rem,2.8vw,1.15rem);margin-bottom:.4rem;line-height:1.3}.differentiator-card p{font-size:clamp(.9rem,2.6vw,1rem);line-height:1.55}}@media (max-width: 480px){.whyhire-content{width:100%!important;text-align:left!important;margin:0 auto}.whyhire-grid{grid-template-columns:1fr;gap:.9rem}.whyhire-card{padding:1rem;border-radius:12px;grid-template-columns:auto 1fr}.whyhire-icon{font-size:1.35rem}.whyhire-heading{font-size:30px;text-align:left;font-family:Outfit,system-ui,sans-serif;font-weight:500;margin-bottom:.5rem}.whyhire-subheading{font-size:.95rem;text-align:left;max-width:90%;margin-left:0;margin-right:auto;font-family:Outfit,system-ui,sans-serif}.whyhire-card h3{font-size:1.05rem}.whyhire-card p{font-size:.95rem;padding:0!important;text-align:left;max-width:550px;font-family:Outfit,system-ui,sans-serif}.differentiator-heading{font-size:30px;text-align:left;font-family:Outfit,system-ui,sans-serif;font-weight:500;max-width:90%;margin-bottom:.5rem}.differentiator-card{padding:1rem}.differentiator-grid{max-width:100%;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}:root{--ds-bg: #ffffff;--ds-surface: #ffffff;--ds-stroke: #e9e9ef;--ds-ink: #111827;--ds-ink-2: #1e293b;--ds-muted: #475569;--ds-brand: #5b47b0;--ds-accent: #2563eb}.ds-wrap{position:relative;width:100vw;height:-moz-fit-content;height:fit-content;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:var(--ds-bg);overflow:hidden}.ds-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.9}.ds-grid{position:relative;z-index:1;display:flex;flex-direction:column;gap:1rem;min-height:-moz-fit-content;min-height:fit-content;padding:3rem 2rem}.ds-header{text-align:center;margin-bottom:2rem}.ds-title{font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:500;margin-bottom:.5rem;color:#000}.ds-title span{color:var(--ds-brand)}.ds-subtitle{font-size:1rem;font-family:Outfit,sans-serif;font-weight:400;color:#555;max-width:700px;margin:0 auto}.upper-div{display:grid;grid-template-columns:65% 35%;gap:1rem}.lower-div{display:grid;grid-template-columns:35% 65%;gap:1rem}.ds-card{background:var(--ds-surface);border:1px solid var(--ds-stroke);border-radius:16px;box-shadow:0 1px 2px #1018280f;padding:1rem clamp(20px,3vw,36px);display:flex;flex-direction:column;justify-content:center}.ds-card--xl,.ds-card--sm{min-height:-moz-fit-content;min-height:fit-content}.ds-kicker{font:600 16px/1 Outfit,system-ui,sans-serif;color:var(--ds-brand);margin:0 0 10px;display:flex;align-items:center;gap:8px}.ds-kicker-icon{display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--ds-brand);flex-shrink:0}.ds-kicker-icon svg{width:18px;height:18px;stroke-width:2}.ds-label{font:600 clamp(18px,2.4vw,28px) / 1.2 "Outfit",system-ui,sans-serif;color:var(--ds-ink-2);margin-bottom:8px}.ds-blurb{max-width:54ch;font:400 clamp(14px,1.1vw,16px) / 1.6 "Outfit",system-ui,sans-serif;color:var(--ds-muted)}.ds-area-big1{background:radial-gradient(1200px 600px at 60% 30%,rgba(37,99,235,.1),transparent 60%),radial-gradient(900px 500px at 0% 100%,rgba(91,71,176,.12),transparent 60%),var(--ds-surface)}.ds-area-small1{background:radial-gradient(700px 400px at 80% 20%,rgba(91,71,176,.12),transparent 60%),radial-gradient(600px 360px at 0% 100%,rgba(37,99,235,.1),transparent 60%),var(--ds-surface)}.ds-area-small2{background:radial-gradient(800px 460px at 20% 30%,rgba(243,186,58,.12),transparent 60%),radial-gradient(700px 420px at 100% 100%,rgba(91,71,176,.1),transparent 60%),var(--ds-surface)}.ds-area-big2{background:radial-gradient(1100px 600px at 70% 30%,rgba(139,92,246,.12),transparent 60%),radial-gradient(1000px 520px at 0% 100%,rgba(37,99,235,.1),transparent 60%),var(--ds-surface)}@media (max-width: 1024px){.ds-grid{padding:40px 24px}.ds-header{margin-bottom:1.5rem}.upper-div{grid-template-columns:60% 40%}.lower-div{grid-template-columns:40% 60%}.ds-card--xl,.ds-card--sm{min-height:220px}}@media (max-width: 700px){.ds-grid{gap:16px;padding:28px 16px 36px}.ds-header{margin-bottom:1.25rem}.ds-title{font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:500;margin-bottom:.75rem;color:#000}.ds-subtitle{font-size:1rem;font-family:Outfit,sans-serif;font-weight:400;color:#555;max-width:100%;margin:0 auto}.upper-div,.lower-div{grid-template-columns:1fr;gap:16px}.ds-card--xl,.ds-card--sm{min-height:unset}}@media (min-width: 1600px){.ds-grid{padding-left:56px;padding-right:56px}}@media (max-width: 660px){.ds-title{font-size:30px;font-weight:500;text-align:left;font-family:Outfit,system-ui,sans-serif;color:#000}.ds-title span{color:var(--ds-brand)}.ds-subtitle{font-size:.95rem;padding:0!important;text-align:left;max-width:90%;margin-left:0;font-family:Outfit,system-ui,sans-serif}}:root{--hp-bg: #ffffff;--hp-text: #0f1222;--hp-muted: #666;--hp-accent: #5b47b0;--hp-chip-bg: #f5f6fb;--hp-chip-border: #e8e9f1;--hp-chip-hover: #efeffa;--hp-shadow: 0 6px 16px rgba(15, 18, 34, .06)}.hp-section{width:100%;background:var(--hp-bg);display:flex;justify-content:center;padding:clamp(2rem,6vw,4rem) 1rem}.hp-wrap{width:100%;max-width:960px;text-align:center}.hp-heading{color:var(--hp-text);font-weight:500;letter-spacing:.2px;line-height:1.15;font-size:2.2rem;margin:0 0 clamp(1.5rem,3vw,2.25rem)}.hp-heading span{color:var(--hp-accent)}.hp-tags{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(.6rem,1.8vw,1rem);align-items:start;justify-items:center}.hp-tag{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:.75rem 1rem;min-height:44px;width:100%;background:linear-gradient(180deg,var(--hp-chip-bg),#fff);border:1px solid var(--hp-chip-border);color:var(--hp-text);border-radius:999px;font-size:clamp(.92rem,1.8vw,1rem);font-weight:600;letter-spacing:.1px;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease,border-color .2s ease;box-shadow:var(--hp-shadow);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default}.hp-tag:hover{background:var(--hp-chip-hover);transform:translateY(-1px);border-color:#ddd9f6}.hp-tag:focus{outline:none;border-color:var(--hp-accent);box-shadow:0 0 0 4px #5b47b01f,var(--hp-shadow)}@media (max-width: 660px){.hp-wrap{max-width:680px}.hp-heading{font-size:30px;line-height:1.2;font-weight:500;text-align:left;max-width:90%;font-family:Outfit,system-ui,sans-serif}.hp-tags{grid-template-columns:1fr 1fr;gap:.75rem}}@media (max-width: 420px){.hp-tags{grid-template-columns:1fr;gap:.65rem}.hp-tag{padding:.7rem .9rem;min-height:42px}.hp-heading{font-size:30px;line-height:1.2;font-weight:500;text-align:left;max-width:90%;font-family:Outfit,system-ui,sans-serif}}.hire-testimonials-section{padding:4rem 1rem;background:#fff}.hire-testimonials-container{max-width:1200px;margin:0 auto}.hire-testimonials-heading{font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:500;margin-bottom:.5rem;color:#000;text-align:center}.hire-testimonials-heading span{color:#5b47b0}.hire-testimonials-subheading{font-size:1rem;font-family:Outfit,sans-serif;font-weight:400;color:#555;max-width:700px;margin:0 auto;margin-bottom:3rem;text-align:center}.hire-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.hire-testimonial-card{background:#f8f9fa;padding:2rem;border-radius:12px;position:relative;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e9ecef}.hire-testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.hire-testimonial-quote{font-size:2rem;color:#5b47b0;opacity:.3;margin-bottom:1rem}.hire-testimonial-rating{display:flex;gap:.3rem;margin-bottom:1rem}.hire-testimonial-star{color:#ffc107;font-size:1rem}.hire-testimonial-content{color:#333;line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.hire-testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.hire-testimonial-author-info{flex:1}.hire-testimonial-author-name{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.2rem}.hire-testimonial-author-role{font-size:.85rem;color:#666;margin:0}@media (max-width: 767px){.hire-testimonials-heading{font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:600;margin-bottom:.75rem;color:#000}.hire-testimonials-subheading{font-size:1rem;font-family:Outfit,sans-serif;font-weight:400;color:#555;max-width:100%;margin:0 auto;margin-bottom:2rem}.hire-testimonials-grid{grid-template-columns:1fr}}@media (max-width: 660px){.hire-testimonials-heading{font-size:30px;font-weight:500;text-align:left;font-family:Outfit,system-ui,sans-serif;color:#000}.hire-testimonials-subheading{font-size:.95rem;padding:0!important;text-align:left;max-width:90%;margin-left:0;font-family:Outfit,system-ui,sans-serif}}.terms-container{width:100vw;max-width:900px;margin:2.5rem auto 4rem;padding:clamp(1.25rem,2vw,2rem);font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";line-height:1.75;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}.terms-title{font-size:clamp(2rem,4.5vw,2.8rem);font-weight:700;text-align:center;letter-spacing:-.02em;color:var(--text);margin:0 0 .25rem}.terms-effective-date{text-align:center;font-size:.95rem;color:var(--muted);margin-bottom:2rem}.terms-section{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:clamp(1rem,2vw,1.25rem)}.terms-section+.terms-section{margin-top:1rem}.terms-section-heading{font-size:clamp(1.125rem,2.2vw,1.35rem);font-weight:600;color:var(--accent);display:flex;align-items:center;gap:.5rem;margin:0 0 .5rem}.terms-section-heading:before{content:"";width:10px;height:10px;background:var(--accent);border-radius:3px;opacity:.25}.terms-paragraph{font-size:1rem;color:var(--text);margin:0 0 .9rem;text-align:left}.terms-list{list-style:none;padding-left:0;margin:.5rem 0 1rem}.terms-list li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;color:var(--text)}.terms-list li:before{content:"";position:absolute;left:0;top:.55rem;width:7px;height:7px;background:var(--accent);border-radius:2px;opacity:.8}.terms-contact{font-size:1rem;background:linear-gradient(to right,#f6f5ff,#faf9ff);padding:1rem;border:1px dashed color-mix(in srgb,var(--accent) 40%,white);border-left:4px solid var(--accent);border-radius:12px;color:var(--text)}@media (max-width: 660px){.terms-container{margin:0;max-width:100%;border-radius:0;border-left:none;border-right:none;box-shadow:none}.terms-section{border-radius:12px}}@media (max-width: 380px){.terms-container{padding:1.25rem}.terms-paragraph,.terms-contact{font-size:.95rem}}:root{--bg: #f7f7fb;--surface: #ffffff;--card: #ffffff;--border: #eaeaea;--text: #232323;--muted: #6b6b6b;--accent: #5b47b0;--shadow: 0 8px 24px rgba(0, 0, 0, .06)}html,body{background:var(--bg)}.privacy-container{width:100vw;max-width:900px;margin:2.5rem auto 4rem;padding:clamp(1.25rem,2vw,2rem);font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";line-height:1.75;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}.privacy-title{font-size:clamp(2rem,4.5vw,2.8rem);font-weight:700;text-align:center;letter-spacing:-.02em;color:var(--text);margin:0 0 .25rem}.privacy-effective-date{text-align:center;font-size:.95rem;color:var(--muted);margin-bottom:2rem}.privacy-section{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:clamp(1rem,2vw,1.25rem)}.privacy-section+.privacy-section{margin-top:1rem}.privacy-section-heading{font-size:clamp(1.125rem,2.2vw,1.35rem);font-weight:600;color:var(--accent);display:flex;align-items:center;gap:.5rem;margin:0 0 .5rem}.privacy-section-heading:before{content:"";width:10px;height:10px;background:var(--accent);border-radius:3px;opacity:.25}.privacy-paragraph{font-size:1rem;margin:0 0 .9rem;color:var(--text);text-align:left}.privacy-list{list-style:none;padding-left:0;margin:.5rem 0 1rem}.privacy-list li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;color:var(--text)}.privacy-list li:before{content:"";position:absolute;left:0;top:.55rem;width:7px;height:7px;background:var(--accent);border-radius:2px;opacity:.8}.privacy-contact{background:linear-gradient(to right,#f6f5ff,#faf9ff);padding:1rem;border:1px dashed color-mix(in srgb,var(--accent) 40%,white);border-left:4px solid var(--accent);border-radius:12px;color:var(--text)}@media only screen and (max-width: 660px){.privacy-container{margin:0;max-width:100%;border-radius:0;border-left:none;border-right:none;box-shadow:none;padding:1.5rem}.privacy-section{border-radius:12px}.privacy-title{font-size:2rem}.privacy-section-heading{font-size:1.2rem}}@media only screen and (max-width: 380px){.privacy-container{padding:1.25rem}.privacy-title{font-size:1.8rem}.privacy-section-heading{font-size:1.1rem}.privacy-paragraph,.privacy-contact{font-size:.95rem}}.marquee-strip{position:fixed;top:0;left:0;width:100%;overflow:hidden;background:#0b1220;color:#e6f0ff;height:44px;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.15);z-index:9999;box-shadow:0 2px 8px #5b47b04d}.marquee-fade{position:absolute;top:0;width:60px;height:100%;pointer-events:none;z-index:2}.marquee-fade.left{left:0;background:linear-gradient(to right,#585859,#5b47b000)}.marquee-fade.right{right:0;background:linear-gradient(to left,#585859,#7a67d800)}.marquee-track{display:inline-flex;align-items:center;gap:32px;white-space:nowrap;animation:marqueeScroll 22s linear infinite;will-change:transform}.marquee-item{display:inline-flex;align-items:center;gap:8px;font-size:14px}.marquee-icon{display:inline-flex;align-items:center;font-size:16px;color:#fff;opacity:.95}.marquee-text{color:#fff;font-weight:500;letter-spacing:.3px;text-shadow:0 1px 2px rgba(0,0,0,.1)}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-strip:hover .marquee-track{animation-play-state:paused}@media (max-width: 640px){.marquee-strip{height:40px}.marquee-item{font-size:13px}.marquee-icon{font-size:14px}.marquee-fade{width:30px}}@font-face{font-family:Outfit;src:url(/assets/Outfit-Thin-DyIgwVmz.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Outfit;src:url(/assets/Outfit-Light-BCN5VFdt.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Outfit;src:url(/assets/Outfit-Regular-BlL8FXaZ.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Outfit;src:url(/assets/Outfit-Medium-B8Iwa1n1.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Outfit;src:url(/assets/Outfit-SemiBold-Dyrk4jTU.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Outfit;src:url(/assets/Outfit-Bold-BHHPQSxs.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Outfit;src:url(/assets/Outfit-ExtraBold-CrwOH4JU.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Outfit;src:url(/assets/Outfit-Black-M2CAdCh4.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Pridi;src:url(/assets/Pridi-Light-D0Yzg_Ji.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Pridi;src:url(/assets/Pridi-Medium-FYmBi98M.ttf) format("truetype");font-weight:400;font-style:normal}::-webkit-scrollbar{display:none}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Outfit,sans-serif;background-color:#fff;color:#000;margin:0;padding:0;overflow-x:hidden}.app{min-width:320px;display:flex;flex-direction:column;margin:auto;overflow:hidden;position:relative;width:100vw;min-height:100vh}
