@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--primary-50: #eff6ff;--primary-100: #dbeafe;--primary-200: #bfdbfe;--primary-300: #93c5fd;--primary-400: #60a5fa;--primary-500: #3b82f6;--primary-600: #2563eb;--primary-700: #1d4ed8;--primary-800: #1e40af;--primary-900: #1e3a8a;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--success-50: #ecfdf5;--success-500: #10b981;--success-600: #059669;--warning-50: #fffbeb;--warning-500: #f59e0b;--warning-600: #d97706;--error-50: #fef2f2;--error-500: #ef4444;--error-600: #dc2626;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--transition-fast: .15s ease-in-out;--transition-normal: .25s ease-in-out;--transition-slow: .35s ease-in-out}*{box-sizing:border-box}html{font-family:var(--font-sans);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background:var(--gray-50);color:var(--gray-900);font-size:16px}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--primary-600)}.text-gray-500{color:var(--gray-500)}.text-gray-600{color:var(--gray-600)}.text-gray-700{color:var(--gray-700)}.text-gray-900{color:var(--gray-900)}.text-white{color:#fff}.bg-primary{background-color:var(--primary-600)}.bg-white{background-color:#fff}.bg-gray-50{background-color:var(--gray-50)}.bg-gray-100{background-color:var(--gray-100)}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-4)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.p-2{padding:var(--space-2)}.p-4{padding:var(--space-4)}.p-6{padding:var(--space-6)}.p-8{padding:var(--space-8)}.p-12{padding:var(--space-12)}.p-16{padding:var(--space-16)}.p-20{padding:var(--space-20)}.px-4{padding-left:var(--space-4);padding-right:var(--space-4)}.px-6{padding-left:var(--space-6);padding-right:var(--space-6)}.px-8{padding-left:var(--space-8);padding-right:var(--space-8)}.py-2{padding-top:var(--space-2);padding-bottom:var(--space-2)}.py-3{padding-top:var(--space-3);padding-bottom:var(--space-3)}.py-4{padding-top:var(--space-4);padding-bottom:var(--space-4)}.py-6{padding-top:var(--space-6);padding-bottom:var(--space-6)}.py-8{padding-top:var(--space-8);padding-bottom:var(--space-8)}.py-12{padding-top:var(--space-12);padding-bottom:var(--space-12)}.py-16{padding-top:var(--space-16);padding-bottom:var(--space-16)}.py-20{padding-top:var(--space-20);padding-bottom:var(--space-20)}.m-4{margin:var(--space-4)}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.mb-8{margin-bottom:var(--space-8)}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.rounded,.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);font-size:.875rem;font-weight:500;line-height:1.25rem;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;transition:all var(--transition-fast);text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:var(--primary-600);color:#fff;border-color:var(--primary-600)}.btn-primary:hover:not(:disabled){background-color:var(--primary-700);border-color:var(--primary-700)}.btn-secondary{background-color:#fff;color:var(--gray-700);border-color:var(--gray-300)}.btn-secondary:hover:not(:disabled){background-color:var(--gray-50);border-color:var(--gray-400)}.btn-ghost{background-color:transparent;color:var(--gray-600);border-color:transparent}.btn-ghost:hover:not(:disabled){background-color:var(--gray-100);color:var(--gray-700)}.btn-lg{padding:var(--space-4) var(--space-8);font-size:1rem}.btn-sm{padding:var(--space-2) var(--space-4);font-size:.75rem}.card{background-color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transition:box-shadow var(--transition-fast)}.card-header{padding:var(--space-6);border-bottom:1px solid var(--gray-200)}.card-body{padding:var(--space-6)}.card-footer{padding:var(--space-6);border-top:1px solid var(--gray-200);background-color:var(--gray-50)}.form-group{margin-bottom:var(--space-6)}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:var(--space-2)}.form-input{width:100%;padding:var(--space-3) var(--space-4);font-size:.875rem;line-height:1.25rem;color:var(--gray-900);background-color:#fff;border:1px solid var(--gray-300);border-radius:var(--radius-md);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.form-input:focus{outline:none;border-color:var(--primary-500);box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder{color:var(--gray-400)}.form-textarea{resize:vertical;min-height:100px}.form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.nav-link{display:inline-flex;align-items:center;padding:var(--space-2) var(--space-3);font-size:.875rem;font-weight:500;color:var(--gray-600);text-decoration:none;border-radius:var(--radius-md);transition:all var(--transition-fast)}.nav-link:hover{color:var(--gray-900);background-color:var(--gray-100)}.nav-link.active{color:var(--primary-600);background-color:var(--primary-50)}.hero{background:linear-gradient(135deg,var(--primary-600) 0%,var(--primary-800) 100%);color:#fff;padding:var(--space-20) 0;text-align:center}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:var(--space-6)}.hero p{font-size:1.25rem;opacity:.9;margin-bottom:var(--space-8);max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-8);margin:var(--space-16) 0}.feature-card{text-align:center;padding:var(--space-8)}.feature-icon{width:64px;height:64px;margin:0 auto var(--space-4);background:var(--primary-100);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--primary-600)}@media(max-width:768px){.container{padding:0 var(--space-4)}.hero h1{font-size:2.5rem}.hero p{font-size:1.125rem}.features-grid{grid-template-columns:1fr;gap:var(--space-6)}.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}.grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hero{padding:var(--space-16) 0}.hero h1{font-size:2rem}.grid-cols-4{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-slide-in{animation:slideIn .4s ease-out}.loading{opacity:.6;pointer-events:none}.spinner{width:20px;height:20px;border:2px solid var(--gray-300);border-top:2px solid var(--primary-600);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.top-0{top:0}.z-10{z-index:10}.z-20{z-index:20}.block{display:block}.inline-block{display:inline-block}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.space-y-1>*+*{margin-top:var(--space-1)}.space-y-2>*+*{margin-top:var(--space-2)}.space-y-4>*+*{margin-top:var(--space-4)}.space-y-6>*+*{margin-top:var(--space-6)}.space-y-8>*+*{margin-top:var(--space-8)}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.mx-auto{margin-left:auto;margin-right:auto}.no-underline{text-decoration:none}.form-input:disabled{background-color:var(--gray-100);color:var(--gray-500);cursor:not-allowed}.btn:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.card-hover:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.transition-all{transition:all var(--transition-normal)}.transition-colors{transition:color var(--transition-fast),background-color var(--transition-fast),border-color var(--transition-fast)}.transition-transform{transition:transform var(--transition-normal)}.transition-opacity{transition:opacity var(--transition-normal)}.transition-shadow{transition:box-shadow var(--transition-normal)}.duration-300{transition-duration:.3s}.group:hover .group-hover\:scale-105{transform:scale(1.05)}.group:hover .group-hover\:bg-opacity-20{background-color:#0003}.group:hover .group-hover\:opacity-100{opacity:1}.border{border-width:1px}.border-2{border-width:2px}.border-gray-200{border-color:var(--gray-200)}.border-gray-300{border-color:var(--gray-300)}.border-primary-200{border-color:var(--primary-200)}.border-primary-400{border-color:var(--primary-400)}.border-error-200{border-color:var(--error-200)}.bg-opacity-0{background-color:#0000}.bg-opacity-20{background-color:#0003}.bg-primary-50{background-color:var(--primary-50)}.bg-primary-100{background-color:var(--primary-100)}.bg-error-50{background-color:var(--error-50)}.bg-error-100{background-color:var(--error-100)}.text-primary-100{color:var(--primary-100)}.text-primary-800{color:var(--primary-800)}.text-primary-900{color:var(--primary-900)}.text-error-600{color:var(--error-600)}.object-cover{object-fit:cover}.scale-105{transform:scale(1.05)}.opacity-0{opacity:0}.hover\:border-primary-400:hover{border-color:var(--primary-400)}.hover\:bg-white:hover{background-color:#fff}.hover\:text-primary-600:hover{color:var(--primary-600)}.hover\:shadow-lg:hover{box-shadow:var(--shadow-lg)}.hover\:shadow-xl:hover{box-shadow:var(--shadow-xl)}html,body{height:100%;margin:0;overflow-y:auto;overflow-x:hidden}#root{height:100%;min-height:100%}.logo{width:170px;height:42px;margin-left:20px;margin-top:20px}.btn-default{font-family:Poppins;background-color:#694aff;color:#fff;font-size:16px;padding:8px 15px;border:none;border-radius:7px;cursor:pointer;text-decoration:none!important}.btn-default:focus{outline:none;border:none}.hidden{display:none!important}@media only screen and (max-width:1950px){.panel .grid-2-col{grid-template-columns:1fr!important}}@media only screen and (max-width:1050px){body,html{width:100%;min-height:100%;overflow:unset}#root{width:100%;min-width:100%;min-height:100%!important;position:relative;overflow:auto}.custom-page .custom-page__nav__action{display:none}.custom-page .custom-page__footer-wrapper{height:unset!important;text-align:center;padding-top:20px}.custom-page .custom-page__footer-wrapper .custom-page__footer{flex-direction:column!important}.mobile-only{display:block!important}.ad{display:none}.ad-mobile{display:unset!important}.adminTabs .adminTab{min-width:100px!important;width:120px!important}.adminTabs .adminTab .adminTabLeft .number,.adminTabs .adminTab .adminTabLeft .tabTitle{font-size:12px}.adminTabs .adminTab .adminTabRight .adminTabCircle{width:50px!important;height:50px!important}.wrapper{position:absolute;top:0;bottom:0;min-height:100%!important}.wrapper .menu-content{width:100%!important}.wrapper .menu-content ul .menu-active,.wrapper .menu-content ul li a{font-size:35px!important}.wrapper .grid-2-col{grid-template-columns:1fr}.wrapper .previewButton{display:unset}.wrapper .wrapper .actions{max-width:100%;min-height:auto}.wrapper .wrapper .actions .action-introWrapper{padding:20px;max-width:100%}.wrapper .boardShowed{transform:translate(0)!important}.wrapper .action-introWrapper{height:100%;display:block;justify-content:center;align-items:center;padding:2rem}.wrapper .action-introWrapper .languagePickerWrapper{transform:translate(-50px)}.wrapper .action-introWrapper .head{margin:1rem 0rem}.wrapper .action-introWrapper .head .authentication .authenticationButton{align-self:center!important;vertical-align:middle;font-size:12px!important}.wrapper .action-introWrapper h1{font-size:1.9rem!important}.wrapper .action-introWrapper ul{padding:0}.wrapper .action-introWrapper ul li{font-size:1rem}.wrapper .action-introWrapper ul li .numberWrapper{min-width:40px;min-height:40px}.wrapper .action-introWrapper .head{margin:0}.wrapper .action-introWrapper .body{display:flex;justify-content:center}.wrapper .right-panel{transform:translate(1050px);transition:all .3s ease-in-out;position:fixed;top:0;left:0;width:100%;height:100%}.wrapper .right-panel .board{padding-top:0!important;margin-bottom:70px;width:100%}.wrapper .right-panel .board .ad-mobile{display:block!important}.wrapper .right-panel .board .board-heading .title{font-size:24px!important}.wrapper .right-panel .board .templateSelection{width:90%}.wrapper .right-panel .board .templateSelection .templatesList{grid-template-columns:1fr 1fr!important}.wrapper .right-panel .board .templateSelection .templatesList .template{margin-top:30px;width:200px!important;height:300px}.dashboardWrapper .navbar .dashboardNavigaitionList{display:none}.dashboardWrapper .navbar .dashboarProfile .dashboardDropdown .mobileItems{display:block!important}.dashboardWrapper .dashboardContent{width:80%!important}.dashboardWrapper .dashboardContent .resumeItemContentWrapper .name{font-size:14px}.dashboardWrapper .dashboardContent .resumeItemContentWrapper .occupation{font-size:13px}.dashboardWrapper .dashboardContent .resumeItemContentWrapper a{font-size:12px}}@media only screen and (max-width:361px){#root{overflow:auto}.wrapper .actions .filling{padding:20px}.wrapper .actions .filling .inputTitle{font-size:13px}.wrapper .actions .filling .panel .panel-title,.wrapper .actions .filling .panel .panel-subtitle{font-size:14px}.wrapper .actions .action-introWrapper{padding:10rem}.wrapper .actions .action-introWrapper .body{width:90%;height:70%}.wrapper .actions .action-introWrapper .body h1{text-align:center;font-size:18px!important}.wrapper .actions .action-introWrapper .footer{display:none;text-align:center}.wrapper .actions .action-introWrapper .footer ul li{font-size:14px!important}.wrapper .board .ad-mobile{display:block!important}.wrapper .board .cv{transform:scale(1)}.board{width:100%!important}.board .introWrapper img{width:100px!important}.board .btn-default{font-size:13px}.board .templateSelection .templatesList{grid-template-columns:1fr 1fr!important}.board .templateSelection .templatesList .template{margin:10px auto;width:400px!important}}@media only screen and (min-device-width:481px)and (max-device-width:1024px)and (orientation:portrait){#root{overflow:auto}.panel .grid-2-col{grid-template-columns:1fr}.board{width:100%}.board .templateSelection .templatesList{grid-template-columns:1fr 1fr!important}.board .templateSelection .templatesList .template{margin:10px auto!important;width:400px!important}}.wrapper{height:100%;width:100%;min-width:100%;display:flex;flex-direction:row}.wrapper .menuToggle{position:absolute;right:40px;top:30px;z-index:10000}.wrapper .menuToggle .hamburgerImage{width:30px;height:30px;fill:#fff}.wrapper .menuToggle a{cursor:pointer;color:#fff}.wrapper .menu{width:0px;height:0px;background-color:#fff;border-radius:800px;position:absolute;right:-450px;top:-450px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;z-index:10000}.wrapper .menu-content{width:40%;height:40%;display:flex;opacity:0;justify-content:center;position:absolute;right:100px!important;top:200px!important;z-index:10000;align-items:center;transform:translate(100px) translateY(-100px)}.wrapper .menu-content ul{list-style-type:none;font-family:Poppins;font-size:23px;cursor:pointer}.wrapper .menu-content ul .menu-active{color:#000}.wrapper .menu-content ul li a{color:#aca9a9}.wrapper .menu-content ul li a:hover{color:#000}.wrapper .menu-content ul .closeImage{width:40px;margin-top:20px;cursor:pointer}.actions{flex:1;height:100%;overflow:hidden}.right-panel{flex:1;height:100%}.previewButton{display:none;background-color:#060910;height:70px;width:70px;border-radius:100px;position:fixed;bottom:40px;right:30px;text-align:center}.previewButton img{width:50%;padding-top:15px}.previewfade-appear{transform:translateY(100px)}.previewfade-appear-active{transform:translateY(0);transition:all .4s}.board{background-color:#2c3e50;min-height:100%;height:100%;min-width:50%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;font-family:Poppins;overflow:hidden;overflow-y:scroll;color:#fff;top:0}.introWrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:center;margin-top:auto}.introWrapper img{margin-bottom:3rem}.introFooter{margin-top:auto}.templateSelection{width:70%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:25px;text-align:center}.templateSelection h3{display:inline}.templateSelection .templatesList{height:80%;display:grid;grid-template-columns:1fr 1fr;overflow-y:scroll;width:100%}.templateSelection .templatesList .template{height:300px;width:200px;overflow:hidden;border-radius:13px;margin:30px auto auto}.templateSelection .templatesList .template img{max-width:100%;min-height:100%;max-height:100%}.templateSelection .btn-default{margin:30px}.templateSelection ::-webkit-scrollbar{width:10px}.templateSelection ::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px #0000004d}.templateSelection ::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.board .ad-mobile{display:none}.board .board-heading{display:flex;width:100%;justify-content:center}.board .cv{height:100%;display:flex;flex-direction:column;justify-content:center;text-align:center}.board .cv .pagination{list-style-type:none;padding:0}.board .cv .pagination li{display:inline;padding:0 5px;cursor:pointer}.board .cv .ads{text-align:center}.board .cv{border-radius:6px}.board .cv .cvAction{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:10px}.board .cv .cvAction button{margin-right:10px}.board .cv .cvAction .selectTemplateLink{cursor:pointer;display:inline;font-size:16px}.board .cv .cvAction .selectTemplateLink img{width:19px;vertical-align:middle}.board button{cursor:pointer;align-self:center;font-size:22px}#Resume{background-color:#fff;width:470px;margin:auto;overflow:hidden;border:0px solid black}.toast{position:absolute;transform:translateY(40px);top:40px;right:20px;z-index:1000;width:400px;height:70px;background-color:#fff;border-radius:3px;display:flex}.toast .iconAnimation{height:100%;width:80px;display:flex;align-items:center}.toast .toastDetails{display:flex;flex-direction:column;justify-content:center;font-family:Poppins;color:#000}.toast .toastDetails .toastTitle{font-size:14px;font-weight:600}.toast .toastDetails .toastMessage{font-size:13px}.success{border-left:3px solid #2ecc71}.action{height:100%}.action-introWrapper{font-family:Poppins;height:100%;display:flex;flex-direction:column}.action-introWrapper .head{height:10%;width:100%;display:flex;justify-content:space-between;align-items:center}.action-introWrapper .head .brand span{font-weight:600;font-size:25px;margin-left:25px}.action-introWrapper .head .authentication{margin-right:25px;display:flex}.action-introWrapper .head .authentication .authenticationButton{border:1px solid #694AFF;padding:10px;border-radius:5px;color:#694aff;cursor:pointer;transition:all .2s ease-in-out;margin-right:25px}.action-introWrapper .head .authentication .authenticationButton:hover{background-color:#694aff;color:#fff}.action-introWrapper .body{display:flex;width:59%;height:80%;flex-direction:column;justify-content:center;align-items:center;margin:auto}.action-introWrapper .body h1{font-size:3rem;line-height:2.9rem}.action-introWrapper .body h1 span{color:#694aff}.action-introWrapper .body ul{margin-top:20px;list-style-type:none;font-size:16px;color:#707981}.action-introWrapper .body ul li{display:flex;margin-top:20px}.action-introWrapper .body ul li .numberWrapper{background-color:#e9ecef;width:40px;height:40px;display:inline-flex;justify-content:center;align-items:center;margin-right:10px;min-width:40px}.action-introWrapper .body ul li span{display:inline-block}.action-introWrapper .footer{padding-top:10px;text-align:center}.action-introWrapper .footer ul{list-style-type:none}.action-introWrapper .footer ul li{display:inline-block;margin-right:22px}.action-introWrapper .footer ul li a{color:#707981}.action-introWrapper .footer ul li a:hover{text-decoration:none}.authWrapper{position:absolute;background-color:#0000004d;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1000;top:0;left:0}.motionDivAuth{width:100%;height:100%;position:absolute}.authModal{width:500px;height:500px;background-color:#fff;opacity:1!important;border-radius:9px;padding:40px;overflow:hidden;position:relative;display:flex;justify-content:center}.auth{margin:auto;width:100%}.auth .head span{margin:auto;font:"Poppins";color:#694aff;font-size:34px;font-weight:600}.auth .head{margin-bottom:20px}.auth .body{height:100%}.auth .body .socialAuth .googleAuthItem{cursor:pointer;width:350px;border:1px solid #e8e6e6;border-radius:5px;text-align:center;padding:10px 0}.auth .body .socialAuth .googleAuthItem img{width:20px;vertical-align:middle;margin-right:10px}.auth .body .socialAuth .googleAuthItem span{font-family:Poppins;font-size:14px;font-weight:600}.auth .body .socialAuth .googleAuthItem{margin-bottom:10px}.auth .body .socialAuth .facebookAuthItem{cursor:pointer;width:350px;background-color:#4267b2;color:#fff;border:1px solid #e8e6e6;border-radius:5px;text-align:center;padding:10px 0}.auth .body .socialAuth .facebookAuthItem img{width:20px;vertical-align:middle;margin-right:10px}.auth .body .socialAuth .facebookAuthItem span{font-family:Poppins;font-weight:500;font-size:14px;font-weight:600}.auth .body .socialAuth .facebookAuthItem{margin-bottom:10px}.auth .body .registerForm{width:100%}.auth .body .devider{position:relative;margin-top:40px;text-align:center}.auth .body .devider hr{background-color:#f0f0f0;height:2px;border:0px}.auth .body .devider span{background-color:#fff;position:absolute;top:-10px;width:80px;transform:translate(-40px);font-weight:600}.auth .body .inputSubmit{width:100%;height:40px;margin-top:10px;background-color:#fff;color:#694aff;font-family:Poppins;font-weight:600;border:0px;border-top-left-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;cursor:pointer;border:1px solid #694AFF}.auth .body .inputSubmit:focus{outline:none}.auth .modalFooter{margin-top:20px;display:flex;flex-direction:column;text-align:center;font-size:14px}.auth .modalFooter a{color:#694aff;cursor:pointer}.simpleInput{display:flex;flex-direction:column}.simpleInput .inputTitle{margin:5px 0;color:#98a1b3;font-size:13px}.simpleInput input{font-family:Poppins;background-color:#f8fafe;border:none;border-radius:3px;padding:10px;height:30px;font-size:15px}.simpleInput input:focus{outline-width:0}.simpleInput input:focus~.border{width:99%!important;display:initial;opacity:1}.simpleInput .border{opacity:0;width:0%;border:1px solid transparent;background-color:#694aff;transition:all .3s ease-in-out;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.languagePickerWrapper{position:relative;display:flex;justify-content:center;align-items:center}.languagePickerWrapper .languagePicker{cursor:pointer;min-width:110px}.languagePickerWrapper .languagePicker img{width:35px;vertical-align:middle;border-radius:10px!important}.languagePickerWrapper .languagePicker .language{color:#98a1b3;margin-left:10px;font-size:13px}.languagePickerWrapper .languageDropdown{background-color:#0f141f;border-radius:5px;position:absolute;top:35px;left:-20px;width:140px}.languagePickerWrapper .languageDropdown ul{list-style-type:none;padding:5px 0 0}.languagePickerWrapper .languageDropdown ul li{padding-left:10px}.languagePickerWrapper .languageDropdown ul li:hover{background-color:#222d46}.hidden{display:none}.fade-appear-active{opacity:1;transition:all 2s}.fade-enter{opacity:0}.fade-enter-active,.fade-exit{opacity:1;transition:opacity .4s}.fade-exit-active{opacity:0;transition:opacity .4s}.fade-appear{opacity:.01}.fade-appear-active{opacity:1;transition:all .5s}.mobile-only{display:none}.filling{padding:3rem 4.5rem 4.5rem 4rem}.action-introWrapper{height:100%;overflow-y:scroll;scroll-behavior:smooth;overflow-x:hidden}.action-introWrapper .formHead{width:100%;display:flex;justify-content:space-between;align-items:center}.action-introWrapper .cvTitle span{font-size:32px}.action-introWrapper .progressLabel .title,.action-introWrapper .progressLabel .value{font-size:.8rem}.action-introWrapper .ads-wrapper{width:100%;display:flex;justify-content:center;align-items:center;margin:10px 0}.action-introWrapper .ads-wrapper .ads-area{width:500px;height:90px;border-radius:10px;overflow:hidden}.action-introWrapper .sectionHeading{margin:7px 0}.action-introWrapper .sectionHeading .sectionTitle{font-weight:600;font-size:22px;margin:0}.action-introWrapper .sectionHeading .sectionDescription{color:#98a1b3;font-size:13px;margin:5px 0 0}.action-introWrapper .componentsWrapper{margin-bottom:70px}.action-introWrapper form{margin-top:20px}.action-introWrapper form .additionalDetailsToggle{width:100%;text-align:center;margin-top:10px 0px}.action-introWrapper form .additionalDetailsToggle img{vertical-align:middle}.action-introWrapper form .additionalDetailsToggle span{color:#0042c6;cursor:pointer;vertical-align:middle}.grid-2-col{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:20px}.progressWrapper{width:100%}.progressWrapper .progressStatus{font-size:14px}.progressWrapper .progressStatus .progressPercentage{color:red;margin-left:13px}.progressWrapper .progressPath{margin-top:10px;background-color:#f2f5fa;height:4px;width:100%;border-radius:15px}.progressWrapper .progressPath .progressFill{background-color:red;height:4px;border-radius:15px;transition:1s all ease-in-out}.pr-20{width:20%}.pr-40{width:40%;background-color:orange!important}.pr-60{width:60%;background-color:#ff0!important}.pr-80{width:80%;background-color:#9acd32!important}.pr-100{width:100%;background-color:green!important}.simpleTextArea{display:flex;flex-direction:column;margin:20px 0}.simpleTextArea .inputTitle{margin:5px 0;color:#98a1b3;font-size:15px}.simpleTextArea textarea{background-color:#f8fafe;border:none;border-radius:5px;padding:10px;min-height:100px}.simpleTextArea textarea:focus{outline-width:0}.simpleTextArea textarea:focus~.border{width:100%!important;display:initial;opacity:1}.simpleTextArea .border{opacity:0;width:0%;height:1px;border:1px solid transparent;background-color:#694aff;transition:all .3s ease-in-out;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.panel .panel-heading .panel-title{font-weight:600;font-size:17px}.panel .panel-heading .panel-subtitle{font-size:15px;margin-left:20px;color:#98a1b3}.dropdownInput{display:flex;flex-direction:column;position:relative}.dropdownInput .dropdownInputTitle{margin:5px 0;color:#98a1b3;font-size:13px}.dropdownInput input{background-color:#f8fafe;border:none;border-radius:5px;padding:10px;height:35px}.dropdownInput input:focus{outline-width:0}.dropdownInput input:focus~.border{width:100%!important;display:initial;opacity:1}.dropdownInput .border{opacity:0;width:0%;height:1px;border:1px solid transparent;background-color:#694aff;transition:all .3s ease-in-out;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.dropdownInput .hidden{display:none}.dropdownInput .dropdownOptions{width:100%;top:78px;z-index:1000}.dropdownInput .dropdownOptions .dropdownOption{height:40px;background-color:#f8fafe;padding:10px;cursor:pointer;font-weight:500}.dropdownInput .dropdownOptions .dropdownOption:hover{background-color:#e4e6eb;color:#1a66fc}.panel{margin:10px 0;border:2px solid #F8FAFE;border-radius:5px;padding:20px;display:flex;flex-direction:column;transition:all ease-in-out}.panel .panel-heading{width:100%;display:flex;transition:all ease-in-out}.panel .panel-heading .panel-title{font-weight:600;font-size:17px;display:flex;justify-content:space-between}.panel .panel-heading .panel-subtitle{width:50%;font-size:15px;margin-left:20px;color:#98a1b3}.panel .panel-heading .actionButtons{margin-left:auto}.panel .panel-heading .actionButtons .cross{height:14px;margin-right:10px}.panel .panel-heading .panel-toggler{margin-left:auto;align-self:center;cursor:pointer;transition:all .4s ease-in-out}.panel .panel-heading .panel-toggler-opened{transform:rotate(180deg)}.panel .panel-body{transition:all 1s}.dashboardWrapper{height:100%;width:100%;position:relative;font-family:Poppins}.dashboardWrapper .navbar{background-color:#fff;height:70px;width:100%;display:flex;align-items:center;justify-content:space-around}.dashboardWrapper .navbar .brand{padding-left:40px}.dashboardWrapper .navbar .brand img{width:160px;height:38px;vertical-align:middle}.dashboardWrapper .navbar .brand span{font-size:22px;font-weight:600;font-family:Poppins}.dashboardWrapper .navbar .dashboardNavigaitionList ul{list-style-type:none}.dashboardWrapper .navbar .dashboardNavigaitionList ul li{display:inline;margin-right:20px}.dashboardWrapper .navbar .dashboardNavigaitionList ul li .dashboardNavItem{text-decoration:none;color:#6c6c75;font-size:14px;font-weight:500}.dashboardWrapper .navbar .dashboardNavigaitionList ul li .statusSoon{font-size:10px;background-color:#34495e!important;display:inline;color:#fff;padding:4px;border-radius:4px;position:absolute;margin-left:10px}.dashboardWrapper .navbar .dashboardNavigaitionList ul li .dashboardNavItemActive{color:#694aff}.dashboardWrapper .navbar .dashboarProfile{display:flex;height:100%;align-items:center;cursor:pointer;background-color:#fff;position:relative}.dashboardWrapper .navbar .dashboarProfile .dashboarProfileImage{width:35px;vertical-align:middle;margin-right:10px}.dashboardWrapper .navbar .dashboarProfile .dashboarProfileName{font-size:14px;color:#171725;font-weight:500}.dashboardWrapper .navbar .dashboarProfile .dashboarProfileName img{vertical-align:middle;height:10px;margin-left:5px}.dashboardWrapper .navbar .dashboarProfile .dashboardDropdown{width:200px;background-color:#fff;position:absolute;left:0;top:70px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;cursor:default}.dashboardWrapper .navbar .dashboarProfile .dashboardDropdown .mobileItems{display:none}.dashboardWrapper .navbar .dashboarProfile .dashboardDropdown ul{padding:0;list-style:none}.dashboardWrapper .navbar .dashboarProfile .dashboardDropdown ul li{padding:10px 15px}.dashboardWrapper .navbar .dashboarProfile .dashboardDropdown ul li .dropDownItem{text-decoration:none;color:#6c6c75;font-size:14px;font-weight:500}.dashboardWrapper .navbar .dashboarProfile .dashboardDropdown ul li .logout{color:#e74c3c}.dashboardWrapper .dashboardContentWrapper{height:100%;background-color:#fafafb;display:flex;justify-content:center;flex-direction:column;align-items:center}.dashboardWrapper .dashboardContentWrapper ::-webkit-scrollbar{width:0px;background:transparent}.dashboardWrapper .dashboardContentWrapper .dashboardContent{margin-top:50px;width:40%;height:100%!important;font-family:Poppins}.dashboardWrapper .dashboardContentWrapper .dashboardContent hr{border:0px;height:1px;background-color:#cfcfcf}.dashboardWrapper .dashboardContentWrapper .dashboardContent .head .headContent{display:flex;justify-content:space-between}.dashboardWrapper .dashboardContentWrapper .dashboardContent .head .headContent a{align-self:center}.dashboardWrapper .dashboardContentWrapper .dashboardContent .resumesList{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.dashboardWrapper .dashboardContentWrapper .dashboardContent .resumesList .noResumesImage{margin:30px;width:400px}.dashboardWrapper .dashboardContentWrapper .dashboardContent .resumesList ul{padding:0;list-style-type:none;width:95%}.dashboardWrapper .dashboardContentWrapper .dashboardContent .resumesList ul .resumeItem{width:95%;padding:20px;background-color:#fff;border-radius:15px;display:flex;margin-top:20px}.dashboardWrapper .dashboardContentWrapper .dashboardContent .resumesList ul .resumeItem .resumeItemStatus{width:7px;height:50px;border-radius:30px}.dashboardWrapper .dashboardContentWrapper .dashboardContent .resumesList ul .resumeItem .resumeItemContent{display:flex;margin-left:20px;width:100%;justify-content:space-between;align-items:center}.dashboardWrapper .dashboardContentWrapper .dashboardContent .resumesList ul .resumeItem .resumeItemContent .resumeItemContentWrapper{display:flex;flex-direction:column}.dashboardWrapper .dashboardContentWrapper .dashboardContent .resumesList ul .resumeItem .resumeItemContent .resumeItemContentWrapper .name{font-weight:600}.dashboardWrapper .dashboardContentWrapper .dashboardContent .resumesList ul .resumeItem .resumeItemContent .resumeItemContentWrapper .occupation{font-size:14px;color:#a7a9aa}.adminTabs{height:200px;width:80%;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:20px}.adminTabs .adminTab{background-color:#fff;border:1px solid #eaeaeb;min-width:200px;height:100px;border-radius:18px;margin-right:20px;display:flex;flex-direction:row;align-items:center;color:#333!important;padding:0 30px;justify-content:space-between}.adminTabs .adminTab .adminTabLeft{display:flex;flex-direction:column}.adminTabs .adminTab .adminTabLeft .number{font-size:28px;font-weight:600}.adminTabs .adminTab .adminTabLeft .tabTitle{font-weight:500}.adminTabs .adminTab .adminTabRight .adminTabCircle{width:60px;height:60px;border-radius:40px;display:flex;justify-content:center;align-items:center}.adminTabs .adminTab .adminTabRight .adminTabCircle img{width:30px}.circleBlue{background-color:#396aff4d}.circleOrange{background-color:#ffbb384d}.circleGreen{background-color:#17dbcc4d}.dashboardContentWrapper .dashboardSubtitle{color:#98a1b3;letter-spacing:2px;margin-bottom:5px;font-size:14px;width:100%}.dashboardContentWrapper .settingsCard{height:130px;border-radius:10px;background-color:#fff;padding:20px;display:block;margin-bottom:20px}.dashboardContentWrapper .settingsCard .dashboardAction{display:flex;justify-content:flex-end;margin-top:13px}.dashboardContentWrapper .settingsCard .saveInput{font-family:Poppins;font-size:17px;background-color:transparent;width:60px;font-weight:500;border:0px;cursor:pointer;color:#767c88}.dashboardContentWrapper .settingsCard .saveInput:focus{outline:none}.dashboardContentWrapper .settingsCard .saveInput:hover{color:#694aff}.ads{height:100%;width:60%;padding-bottom:400px;overflow:hidden}.ads .ads-list-wrapper{height:400px}.ads .ads-list-wrapper .ads-list{display:block;display:flex;margin-top:10px;justify-self:center;align-items:center;flex-direction:column;overflow-y:scroll;height:200px}.ads .ads-list-wrapper .ads-list .ads-item{height:100%;display:flex;margin-top:10px;justify-content:center;align-items:center}.ads .ads-list-wrapper .ads-list .ads-item .ads-item__image{width:500px;height:90px;border-radius:10px;background-color:#000}.ads .ads-list-wrapper .ads-list .ads-item .ads-item__details{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;padding-left:20px}.ads .ads-list-wrapper .ads-list .ads-item .ads-item__details .ads-item__name span,.ads .ads-list-wrapper .ads-list .ads-item .ads-item__details .ads-item__date span{font-weight:500}.ads .ads-list-wrapper .ads-form-holder{background-color:#fff;padding:40px}.ads-item__action{display:flex}.ads-item__action .ads-item__action--red{background-color:#e74c3c;font-weight:500;font-size:17px;color:#fff;padding:10px;border-radius:10px;margin-left:10px;align-self:center;cursor:pointer}.ads-item__action .ads-item__action--blue{margin-top:20px;background-color:#2980b9;font-weight:500;font-size:17px;color:#fff;padding:10px;border-radius:10px;margin-left:10px;align-self:center;cursor:pointer}.add-page{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.add-page .add-page__details{width:53%}.add-page .add-page__details .add-page__title{text-align:left;width:52%;padding:0}.add-page .add-page__details .add-page-links{list-style:none;display:flex}.add-page .add-page__details .add-page-links li{margin-right:20px}.add-page .add-page__details .add-page-links li .remove-image{width:20px;vertical-align:middle;opacity:0;cursor:pointer}.add-page .add-page__details .add-page-links li:hover>.remove-image{opacity:1}.add-page .add-page__wrapper{background-color:#fff;height:40%;width:50%;padding:40px 40px 100px}.add-page-actions{margin-top:50px}.add-page-actions .add-page-actions_button--blue{padding:10px 20px;background-color:#2980b9;color:#fff;font-weight:500;border-radius:10px;cursor:pointer}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.instalationSuccess{height:90%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Poppins}.instalationSuccess .successMessage{font-size:22px;width:80%;text-align:center;margin:40px}.registerForm{width:100%}.registerForm .inputSubmit{width:100%;height:40px;margin-top:40px;background-color:#fff;color:#694aff;font-family:Poppins;font-weight:600;border:0px;border-top-left-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;cursor:pointer;border:1px solid #694AFF}.registerForm .inputSubmit:focus{outline:none}.custom-page{width:100%;font-family:Poppins;display:flex;flex-direction:column}.custom-page .custom-page__nav{display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding:20px 0}.custom-page .custom-page__nav .custom-page__nav__logo{width:170px;height:42px}.custom-page .custom-page__nav .custom-page__nav__action a{padding:10px 20px;border:1px solid #694aff;border-radius:8px;cursor:pointer;text-decoration:none;color:#694aff}.custom-page .custom-page__nav .custom-page__nav__action a:hover{background-color:#694aff;color:#fff}.custom-page .custom-page__nav .custom-page__navlinks{list-style-type:none;display:flex;padding:0;font-weight:400;color:#b2a8cf}.custom-page .custom-page__nav .custom-page__navlinks li{margin-right:20px}.custom-page .custom-page__nav .custom-page__navlinks li a{cursor:pointer;text-decoration:none}.custom-page .custom-page__nav .custom-page__navlinks li a:visited{color:#b2a8cf}.custom-page .custom-page__nav .custom-page__navlinks li a:hover{color:#000}.custom-page .custom-page__nav .custom-page__navlinks--active{color:#000!important;font-weight:500}.custom-page .custom-page__content{width:70%;align-self:center;min-height:70vh}.custom-page .custom-page__footer-wrapper{width:100%;height:300px;background-color:#fafafb;display:flex;flex-direction:column;align-items:center;justify-content:center}.custom-page .custom-page__footer-wrapper .custom-page__footer-devider{border:1px solid black;width:80%}.custom-page .custom-page__footer-wrapper .custom-page__footer-copyright{width:80%;text-align:left}.custom-page .custom-page__footer-wrapper .custom-page__footer-copyright span{font-weight:700;font-size:22px;margin-right:10px}.custom-page .custom-page__footer-wrapper .custom-page__footer{width:80%;align-self:center;display:flex;flex-direction:row}.custom-page .custom-page__footer-wrapper .custom-page__footer .custom-page__footer-item{width:40%;text-align:left}.custom-page .custom-page__footer-wrapper .custom-page__footer .custom-page__footer-item p{font-weight:500;color:#6b6b6b}.custom-page .custom-page__footer-wrapper .custom-page__footer .custom-page__footer-item .custom-page__footer-item__title{font-weight:600;font-size:22px}.custom-page .custom-page__footer-wrapper .custom-page__footer .custom-page__footer-item__social-links{list-style-type:none;display:flex;flex-direction:row;padding:0}.custom-page .custom-page__footer-wrapper .custom-page__footer .custom-page__footer-item__social-links li{margin-right:5px}.custom-page .custom-page__footer-wrapper .custom-page__footer .custom-page__footer-item__website-links{padding:0;list-style-type:none}.custom-page .custom-page__footer-wrapper .custom-page__footer .custom-page__footer-item__website-links li a{font-weight:500;color:#6b6b6b;text-decoration:none}.custom-page .custom-page__footer-wrapper .custom-page__footer .custom-page__footer-item__website-links li a:visited{color:#6b6b6b}.social-link__facebook{width:40px;height:40px;border-radius:8px;background-color:#3b5998;display:flex;justify-content:center;align-items:center}.social-link__icon{fill:#fff;width:20px;height:20px;vertical-align:middle}.social-link__twitter{width:40px;height:40px;border-radius:8px;background-color:#55acee;display:flex;justify-content:center;align-items:center}.social-link__pinterest{width:40px;height:40px;border-radius:8px;background-color:#cb2027;display:flex;justify-content:center;align-items:center}.social-link__instagram{width:40px;height:40px;border-radius:8px;background-color:#c32aa3;display:flex;justify-content:center;align-items:center}.social-link__youtube{width:40px;height:40px;border-radius:8px;background-color:#b00;display:flex;justify-content:center;align-items:center}.about-page{min-height:100vh;background:#0a0e27;color:#fff;padding:120px 0}.about-page__container{max-width:1400px;margin:0 auto;padding:0 40px}.about-page__layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-page__left{display:flex;justify-content:center}.about-page__logo-card{background:#0f142899;border:1px solid rgba(0,217,255,.1);border-radius:24px;padding:40px;width:100%;max-width:500px}.about-page__logo{display:flex;align-items:center;gap:16px;margin-bottom:40px}.about-page__logo-icon{width:56px;height:56px;background:linear-gradient(135deg,#00d9ff,#00ffa3);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#0a0e27}.about-page__logo-text{display:flex;flex-direction:column;gap:4px}.about-page__logo-name{font-size:24px;font-weight:700;color:#fff}.about-page__logo-since{font-size:14px;color:#fff9}.about-page__stats{display:grid;grid-template-columns:1fr 1fr;gap:32px}.about-page__stat{display:flex;flex-direction:column;gap:8px}.about-page__stat-value{font-size:36px;font-weight:700;background:linear-gradient(135deg,#00d9ff,#00ffa3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.about-page__stat-label{font-size:14px;color:#ffffffb3;font-weight:500}.about-page__right{display:flex;flex-direction:column;gap:24px}.about-page__label{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#00d9ff}.about-page__title{font-size:56px;font-weight:800;line-height:1.1;margin:0;color:#fff}.about-page__title-highlight{background:linear-gradient(135deg,#00d9ff,#00ffa3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-page__description{font-size:18px;line-height:1.6;color:#fffc;margin:0}.about-page__features{list-style:none;padding:0;margin:24px 0;display:flex;flex-direction:column;gap:16px}.about-page__feature{display:flex;align-items:center;gap:12px;font-size:16px;color:#fffc;line-height:1.5}.about-page__cta{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#00d9ff,#00ffa3);color:#0a0e27;border-radius:8px;text-decoration:none;transition:all .3s ease;align-self:flex-start;margin-top:8px}.about-page__cta:hover{transform:translateY(-2px);box-shadow:0 6px 30px #00d9ff80}@media(max-width:968px){.about-page__layout{grid-template-columns:1fr;gap:60px}.about-page__title{font-size:42px}}@media(max-width:640px){.about-page{padding:80px 0}.about-page__container{padding:0 24px}.about-page__title{font-size:32px}.about-page__logo-card{padding:32px 24px}.about-page__stats{gap:24px}.about-page__stat-value{font-size:28px}}.landing-page{background:#0a0e27;color:#fff}.landing-page__hero{min-height:100vh;position:relative;overflow:hidden}.landing-page__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(0,217,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(0,217,255,.1) 1px,transparent 1px);background-size:50px 50px;opacity:.3;z-index:0}.landing-page__content{position:relative;z-index:1;padding:120px 0 80px}.landing-page__container{max-width:1400px;margin:0 auto;padding:0 40px}.landing-page__layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.landing-page__left{display:flex;flex-direction:column;gap:32px}.landing-page__trusted{display:flex;align-items:center;gap:8px;font-size:14px;color:#ffffffb3}.landing-page__trusted-dot{width:8px;height:8px;background:#00ffa3;border-radius:50%;box-shadow:0 0 10px #00ffa380}.landing-page__headline{font-size:64px;font-weight:800;line-height:1.1;margin:0;color:#fff}.landing-page__headline-highlight{background:linear-gradient(135deg,#00d9ff,#00ffa3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page__description{font-size:18px;line-height:1.6;color:#fffc;max-width:550px;margin:0}.landing-page__cta{display:flex;gap:16px;margin-top:8px}.landing-page__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-size:16px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.landing-page__btn--primary{background:linear-gradient(135deg,#00d9ff,#00ffa3);color:#0a0e27;box-shadow:0 4px 20px #00d9ff4d}.landing-page__btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #00d9ff80}.landing-page__btn--secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.landing-page__btn--secondary:hover{background:#ffffff1a;border-color:#ffffff80}.landing-page__metrics{display:flex;gap:48px;margin-top:16px}.landing-page__metric{display:flex;flex-direction:column;gap:4px}.landing-page__metric-value{font-size:36px;font-weight:700;color:#fff;line-height:1}.landing-page__metric-label{font-size:14px;color:#fff9;font-weight:500}.landing-page__right{display:flex;justify-content:center;align-items:center}.landing-page__panel{position:relative;width:100%;max-width:500px;aspect-ratio:1;background:#0f1428cc;border:1px solid rgba(0,217,255,.2);border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;box-shadow:0 20px 60px #00000080,inset 0 0 100px #00d9ff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-page__shield-main{margin-bottom:24px;filter:drop-shadow(0 0 30px rgba(0,217,255,.5));animation:pulse 3s ease-in-out infinite}.landing-page__panel-text{text-align:center;margin-top:8px}.landing-page__panel-title{font-size:28px;font-weight:700;color:#fff;margin:0 0 8px}.landing-page__panel-subtitle{font-size:14px;color:#fff9;margin:0}.landing-page__panel-icons{position:absolute;inset:0;pointer-events:none}.landing-page__icon{position:absolute;opacity:.4;animation:float 4s ease-in-out infinite}.landing-page__icon--shield-small{top:20px;right:30px;animation-delay:0s}.landing-page__icon--cloud{top:80px;right:20px;animation-delay:1s}.landing-page__icon--lock{bottom:100px;right:30px;animation-delay:2s}.landing-page__icon--wave{bottom:60px;right:20px;animation-delay:1.5s}.landing-page__section-header{text-align:center;margin-bottom:60px}.landing-page__section-label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#00ffa3;margin-bottom:16px}.landing-page__section-title{font-size:48px;font-weight:800;line-height:1.2;margin:0 0 20px;color:#fff}.landing-page__section-title-highlight{background:linear-gradient(135deg,#00d9ff,#00ffa3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page__section-description{font-size:18px;line-height:1.6;color:#ffffffb3;max-width:700px;margin:0 auto}.landing-page__products{padding:120px 0;background:#0a0e27}.landing-page__products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:60px}.landing-page__product-card{background:#0f142899;border:1px solid rgba(0,217,255,.1);border-radius:16px;padding:40px 32px;transition:all .3s ease;display:flex;flex-direction:column;gap:20px}.landing-page__product-card:hover{transform:translateY(-8px);border-color:#00d9ff4d;box-shadow:0 20px 40px #00d9ff1a}.landing-page__product-icon{color:#00d9ff;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.landing-page__product-title{font-size:24px;font-weight:700;color:#fff;margin:0}.landing-page__product-description{font-size:16px;line-height:1.6;color:#ffffffb3;margin:0;flex-grow:1}.landing-page__product-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#00d9ff;text-decoration:none;transition:all .3s ease}.landing-page__product-link:hover{color:#00ffa3;gap:12px}.landing-page__security{padding:120px 0;background:linear-gradient(180deg,#0a0e27,#0f1428)}.landing-page__security-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:60px}.landing-page__security-card{background:#0f142899;border:1px solid rgba(0,217,255,.1);border-radius:16px;padding:40px 32px;transition:all .3s ease;display:flex;flex-direction:column;gap:20px}.landing-page__security-card:hover{transform:translateY(-8px);border-color:#00d9ff4d;box-shadow:0 20px 40px #00d9ff1a}.landing-page__security-icon{color:#00d9ff;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.landing-page__security-title{font-size:22px;font-weight:700;color:#fff;margin:0}.landing-page__security-description{font-size:15px;line-height:1.6;color:#ffffffb3;margin:0}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:1200px){.landing-page__layout{gap:60px}.landing-page__headline{font-size:56px}.landing-page__section-title{font-size:42px}.landing-page__products-grid,.landing-page__security-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media(max-width:968px){.landing-page__layout{grid-template-columns:1fr;gap:60px}.landing-page__headline{font-size:48px}.landing-page__right{order:-1}.landing-page__panel{max-width:400px}}@media(max-width:640px){.landing-page__content{padding:100px 0 60px}.landing-page__container{padding:0 24px}.landing-page__headline{font-size:36px}.landing-page__description{font-size:16px}.landing-page__cta{flex-direction:column}.landing-page__btn{width:100%;justify-content:center}.landing-page__metrics{gap:32px}.landing-page__metric-value{font-size:28px}.landing-page__panel{padding:40px;max-width:100%}.landing-page__shield-main svg{width:80px;height:80px}.landing-page__panel-title{font-size:24px}.landing-page__section-title{font-size:32px}.landing-page__section-description{font-size:16px}.landing-page__products-grid,.landing-page__security-grid{grid-template-columns:1fr;gap:24px}.landing-page__product-card,.landing-page__security-card{padding:32px 24px}}.services-page{min-height:100vh;padding:120px 0 80px;background:#0a0e27;color:#fff}.services-page__container{max-width:1400px;margin:0 auto;padding:0 40px}.services-page__header{text-align:center;margin-bottom:60px}.services-page__title{font-size:48px;font-weight:800;line-height:1.2;margin:0 0 20px;color:#fff}.services-page__title-highlight{background:linear-gradient(135deg,#00d9ff,#00ffa3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-page__description{font-size:18px;line-height:1.6;color:#ffffffb3;max-width:700px;margin:0 auto}.services-page__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:60px}.services-page__card{background:#0f142899;border:1px solid rgba(0,217,255,.1);border-radius:16px;padding:40px 32px;transition:all .3s ease;display:flex;flex-direction:column;gap:20px}.services-page__card:hover{transform:translateY(-8px);border-color:#00d9ff4d;box-shadow:0 20px 40px #00d9ff1a}.services-page__icon{color:#00d9ff;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.services-page__card-title{font-size:22px;font-weight:700;color:#fff;margin:0}.services-page__card-description{font-size:15px;line-height:1.6;color:#ffffffb3;margin:0}@media(max-width:968px){.services-page__title{font-size:42px}.services-page__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}}@media(max-width:640px){.services-page{padding:80px 0}.services-page__container{padding:0 24px}.services-page__title{font-size:32px}.services-page__grid{grid-template-columns:1fr}}.contact-page{min-height:100vh;padding:120px 0 80px;background:#0a0e27;color:#fff}.contact-page__container{max-width:1400px;margin:0 auto;padding:0 40px}.contact-page__header{text-align:center;margin-bottom:60px}.contact-page__title{font-size:56px;font-weight:800;line-height:1.2;margin:0 0 20px;color:#fff}.contact-page__title-highlight{background:linear-gradient(135deg,#00d9ff,#00ffa3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-page__subtitle{font-size:18px;line-height:1.6;color:#ffffffb3;margin:0}.contact-page__layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact-page__left{display:flex;flex-direction:column;gap:24px}.contact-page__info-card{background:#0f142899;border:1px solid rgba(0,217,255,.1);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:32px}.contact-page__info-item{display:flex;align-items:flex-start;gap:16px}.contact-page__info-icon{color:#00d9ff;width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-page__info-content{display:flex;flex-direction:column;gap:4px}.contact-page__info-label{font-size:14px;color:#fff9;font-weight:500}.contact-page__info-value{font-size:16px;color:#fff;font-weight:600}.contact-page__offer{background:#00d9ff1a;border:1px solid rgba(0,217,255,.3);border-radius:16px;padding:24px;display:flex;align-items:flex-start;gap:16px}.contact-page__offer-icon{font-size:32px;flex-shrink:0}.contact-page__offer-content{flex:1}.contact-page__offer-text{font-size:15px;line-height:1.6;color:#ffffffe6}.contact-page__offer-text strong{color:#00d9ff;font-weight:700}.contact-page__right{display:flex;flex-direction:column}.contact-page__form{background:#0f142899;border:1px solid rgba(0,217,255,.1);border-radius:16px;padding:40px;display:flex;flex-direction:column;gap:24px}.contact-page__form-group{display:flex;flex-direction:column;gap:8px}.contact-page__form-label{font-size:14px;font-weight:600;color:#ffffffe6}.contact-page__form-input,.contact-page__form-textarea{background:#0a0e27cc;border:1px solid rgba(0,217,255,.2);border-radius:8px;padding:12px 16px;font-size:16px;color:#fff;font-family:inherit;transition:all .3s ease}.contact-page__form-input::placeholder,.contact-page__form-textarea::placeholder{color:#fff6}.contact-page__form-input:focus,.contact-page__form-textarea:focus{outline:none;border-color:#00d9ff;box-shadow:0 0 0 3px #00d9ff1a}.contact-page__form-textarea{resize:vertical;min-height:120px}.contact-page__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#00d9ff,#00ffa3);color:#0a0e27;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;align-self:flex-start;margin-top:8px}.contact-page__submit:hover{transform:translateY(-2px);box-shadow:0 6px 30px #00d9ff80}@media(max-width:968px){.contact-page__layout{grid-template-columns:1fr;gap:40px}.contact-page__title{font-size:42px}}@media(max-width:640px){.contact-page{padding:80px 0}.contact-page__container{padding:0 24px}.contact-page__title{font-size:32px}.contact-page__form{padding:32px 24px}}.navbar{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s ease}.navbar--dark{background:#0a0e27f2;border-bottom:1px solid rgba(0,217,255,.2)}.navbar__container{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;height:80px}.navbar__logo{display:flex;align-items:center;gap:12px;text-decoration:none;transition:transform .3s ease}.navbar__logo:hover{transform:scale(1.05)}.navbar__logo-icon{filter:drop-shadow(0 0 8px rgba(0,217,255,.5))}.navbar__logo-text{font-size:24px;font-weight:700;color:#111827;transition:color .3s ease}.navbar--dark .navbar__logo-text{color:#fff}.navbar__right{display:flex;align-items:center;gap:32px}.navbar__nav{display:flex;align-items:center;gap:8px}.navbar__link{padding:8px 16px;font-size:15px;font-weight:500;color:#4b5563;text-decoration:none;border-radius:8px;transition:all .3s ease;position:relative}.navbar__link:hover{color:#111827;background:#0000000d}.navbar__link.active{color:#2563eb;background:#2563eb1a}.navbar--dark .navbar__link{color:#fffc}.navbar--dark .navbar__link:hover{color:#fff;background:#ffffff1a}.navbar--dark .navbar__link.active{color:#00d9ff;background:#00d9ff26}.navbar__btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-size:15px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.navbar__btn--primary{background:linear-gradient(135deg,#00d9ff,#00ffa3);color:#0a0e27;box-shadow:0 4px 15px #00d9ff4d}.navbar__btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #00d9ff80}.navbar__user{position:relative}.navbar__user-btn{display:flex;align-items:center;gap:8px;padding:6px 12px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.navbar__user-btn:hover{background:#0000000d}.navbar--dark .navbar__user-btn:hover{background:#ffffff1a}.navbar__user-avatar{width:32px;height:32px;background:linear-gradient(135deg,#00d9ff,#00ffa3);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00d9ff4d}.navbar__user-initial{font-size:14px;font-weight:600;color:#0a0e27}.navbar__user-name{font-size:14px;font-weight:500;color:#111827}.navbar--dark .navbar__user-name{color:#fff}.navbar__user-arrow{width:16px;height:16px;color:#6b7280;transition:transform .3s ease}.navbar__user-arrow.rotated{transform:rotate(180deg)}.navbar--dark .navbar__user-arrow{color:#ffffffb3}.navbar__dropdown{position:absolute;right:0;top:calc(100% + 8px);width:240px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;border:1px solid rgba(0,0,0,.1);overflow:hidden;z-index:1000;animation:fadeIn .2s ease}.navbar--dark .navbar__dropdown{background:#0f1428f2;border:1px solid rgba(0,217,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar__dropdown-header{padding:16px;border-bottom:1px solid rgba(0,0,0,.1)}.navbar--dark .navbar__dropdown-header{border-bottom:1px solid rgba(255,255,255,.1)}.navbar__dropdown-name{font-size:14px;font-weight:600;color:#111827;margin:0 0 4px}.navbar--dark .navbar__dropdown-name{color:#fff}.navbar__dropdown-email{font-size:12px;color:#6b7280;margin:0}.navbar--dark .navbar__dropdown-email{color:#fff9}.navbar__dropdown-item{width:100%;padding:12px 16px;text-align:left;font-size:14px;color:#374151;background:transparent;border:none;cursor:pointer;transition:background .2s ease}.navbar__dropdown-item:hover{background:#0000000d}.navbar--dark .navbar__dropdown-item{color:#fffc}.navbar--dark .navbar__dropdown-item:hover{background:#ffffff1a}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.navbar__container{padding:0 24px}.navbar__nav{display:none}.navbar__logo-text{font-size:20px}}@media(max-width:640px){.navbar__container{height:70px}.navbar__logo{gap:8px}.navbar__logo-icon{width:24px;height:24px}.navbar__logo-text{font-size:18px}.navbar__btn{padding:10px 20px;font-size:14px}.navbar__user-name{display:none}}.footer{background:#0a0e27;border-top:1px solid rgba(0,217,255,.1);padding:80px 0 32px;color:#fff;margin-top:auto}.footer__container{max-width:1400px;margin:0 auto;padding:0 40px}.footer__content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;margin-bottom:60px}.footer__section{display:flex;flex-direction:column;gap:24px}.footer__logo{display:flex;align-items:center;gap:12px;margin-bottom:8px}.footer__logo-text{font-size:24px;font-weight:700;color:#fff}.footer__description{font-size:15px;line-height:1.6;color:#ffffffb3;margin:0}.footer__heading{font-size:18px;font-weight:700;color:#fff;margin:0 0 8px}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer__links li a{font-size:15px;color:#ffffffb3;text-decoration:none;transition:all .3s ease}.footer__links li a:hover{color:#00d9ff;padding-left:4px}.footer__contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.footer__contact li{display:flex;align-items:center;gap:12px;font-size:15px;color:#ffffffb3}.footer__contact li svg{color:#00d9ff;flex-shrink:0}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid rgba(0,217,255,.1)}.footer__copyright{font-size:14px;color:#fff9}.footer__legal{display:flex;gap:24px}.footer__legal a{font-size:14px;color:#fff9;text-decoration:none;transition:color .3s ease}.footer__legal a:hover{color:#00d9ff}@media(max-width:1200px){.footer__content{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:640px){.footer{padding:60px 0 24px}.footer__container{padding:0 24px}.footer__content{grid-template-columns:1fr;gap:40px;margin-bottom:40px}.footer__bottom{flex-direction:column;gap:16px;text-align:center}.footer__legal{flex-direction:column;gap:12px}}
