@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css);@import url(https://fonts.googleapis.com/css2?family=Gothic+A1:wght@700&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Poppins",sans-serif;font-style:normal}a,body{font-weight:500;font-size:18px;line-height:24px}a{color:#fff;text-decoration:none;transition:color 1s}a:hover{color:hsla(0,0%,100%,.6901960784313725)}button{border:none;outline:none;font-size:18px;line-height:24px;text-align:center;color:#fff;padding:17px 15px;background:#ccabda;box-shadow:0 10px 10px rgb(0 0 0/25%);border-radius:12px;cursor:pointer}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.skeleton{-webkit-animation:skeleton-loading 1s linear infinite alternate;animation:skeleton-loading 1s linear infinite alternate}.circle{border-radius:100%}@-webkit-keyframes skeleton-loading{0%{background-color:#7d8082}to{background-color:#f0f3f5}}@keyframes skeleton-loading{0%{background-color:#7d8082}to{background-color:#f0f3f5}}.form-button{transition:.5s}.form-button:hover{-webkit-transform:scale(1.1);transform:scale(1.1);background-color:#ab85bb}.loading-icon{-webkit-animation:loading-keyframe 1s linear infinite;animation:loading-keyframe 1s linear infinite}.form-input-body{display:flex;flex-direction:column;align-items:center}.form-input-body label{color:#fff}.form-input-body input{border:none;outline:none;padding:10px 15px;font-size:18px;line-height:24px;box-shadow:0 10px 10px rgba(0,0,0,.25);border-radius:12px;color:grey;font-weight:700;text-align:left;margin:10px 5px;text-align:center}.form-input-body input[type=email]{text-transform:lowercase}.form-input-body input::-webkit-input-placeholder{color:grey;font-weight:700;text-transform:capitalize;text-align:center}.form-input-body input:-ms-input-placeholder{color:grey;font-weight:700;text-transform:capitalize;text-align:center}.form-input-body input::placeholder{color:grey;font-weight:700;text-transform:capitalize;text-align:center}.form-input-body input:focus{box-shadow:0 0 10px 1px #3083ff}.form-input-body .duplicate-box{display:flex;justify-content:space-around;width:100%;padding:10px 15px;font-size:18px;line-height:24px;border-radius:12px;aspect-ratio:20;color:#f5f5f5;margin:10px 5px;box-shadow:0 13px 10px rgba(0,0,0,.25);border:2px solid #f5f5f5;cursor:pointer}.form-input-body .duplicate-box .icon{text-align:left}.form-input-body .duplicate-box .text{text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.form-input-body .duplicate-box .file-name{width:200px}@media (max-width:1000px){.form-input-body .duplicate-box{aspect-ratio:15}}@media (max-width:500px){.form-input-body .duplicate-box{aspect-ratio:10}}.message-bar{position:absolute;top:100%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);display:flex;flex-direction:column}.message-bar .closing-progress-container{position:absolute;top:91%;left:0;display:flex;align-items:center;width:100%}.message-bar .closing-progress-container .closing-progress-bar{border-radius:2px;height:3px;width:0;background:transparent}@-webkit-keyframes progress-keyframe{0%{width:100%}to{width:0}}@keyframes progress-keyframe{0%{width:100%}to{width:0}}.message-bar .closing-progress-container .closing-progress-dot{width:5px;height:5px;border-radius:100%;box-shadow:0 3px 10px 3px #fff;background:transparent;-webkit-animation:closing-dot-keyframe 3s;animation:closing-dot-keyframe 3s;visibility:hidden}@-webkit-keyframes closing-keyframe{0%{visibility:visible}to{visibility:hidden}}@keyframes closing-keyframe{0%{visibility:visible}to{visibility:hidden}}.message-bar .message-bar-container{display:flex;justify-content:space-between;align-items:center;color:#e8e9eb;padding:10px 16px;font-size:.875rem;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400;line-height:1.43;border-radius:4px;border:1px solid transparent;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;white-space:nowrap}.message-bar .message-bar-container .main-icon{margin-right:12px}.message-bar .message-bar-container .close-icon{margin-left:12px;cursor:pointer}.message-bar .message-bar-container .icon{fill:#e8e9eb}.message-bar .error{border-color:#f44336;background:#f44336}.message-bar .error .closing-progress-container .closing-progress-bar{background:#fa877f}.message-bar .error .closing-progress-container .closing-progress-dot{background:#f44336}.message-bar .warning{border-color:#ff9800;background:#ff9800}.message-bar .warning .closing-progress-container .closing-progress-bar{background:#ffce85}.message-bar .warning .closing-progress-container .closing-progress-dot{background:#ff9800}.message-bar .info{border-color:#2196f3;background:#2196f3}.message-bar .info .closing-progress-container .closing-progress-bar{background:#83c3f8}.message-bar .info .closing-progress-container .closing-progress-dot{background:#2196f3}.message-bar .success{border-color:#4caf50;background:#4caf50}.message-bar .success .closing-progress-container .closing-progress-bar{background:#65dd69}.message-bar .success .closing-progress-container .closing-progress-dot{background:#4caf50}.footer{position:relative;padding:18px 243px}.footer .message-bar{top:80%}.footer .main-footer-class{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.footer .main-footer-class .logo img{min-width:250px;max-height:250px}.footer .social-media-icons{display:flex;align-items:center;grid-gap:1.6rem}.footer .social-media-icons img{width:30px;height:30px}.footer .email-id{display:flex;grid-gap:1rem;gap:1rem;justify-content:center;align-items:center;border:10px solid #ccabda;border-radius:12px;background:#ccabda}.footer .email-id input{border:none;padding:10px 15px;outline:none;font-size:18px;line-height:24px;box-shadow:0 10px 10px rgba(0,0,0,.25);border-radius:12px;color:#1256bb;font-weight:700;text-transform:lowercase;text-align:left}.footer .email-id input::-webkit-input-placeholder{color:#1256bb;font-weight:700;text-transform:capitalize;text-align:center}.footer .email-id input:-ms-input-placeholder{color:#1256bb;font-weight:700;text-transform:capitalize;text-align:center}.footer .email-id input::placeholder{color:#1256bb;font-weight:700;text-transform:capitalize;text-align:center}.footer .email-id .newsletter-btn{border:none;outline:none;color:#fff;font-size:18px;width:50px;line-height:24px;text-align:center;padding:10px 8px;background:#c69cd8;box-shadow:0 10px 10px 1px rgba(0,0,0,.25);border-radius:12px;cursor:pointer;transition:background-color .8s,-webkit-transform .5s;transition:background-color .8s,transform .5s;transition:background-color .8s,transform .5s,-webkit-transform .5s}.footer .email-id .newsletter-btn:hover{-webkit-transform:scale(1.1);transform:scale(1.1);background-color:#ab85bb}.footer .email-id .newsletter-btn .arrow-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg);position:relative;top:3px}.footer .main-text{font-family:"Gothic A1",sans-serif;font-style:normal;font-weight:700;font-size:44px;line-height:55px;text-align:center;color:#fff;margin-bottom:20px}@media (max-width:1850px){.footer .main-text{font-size:65px;line-height:80px}}@media (min-width:1600px){.footer .main-text{font-size:55px;line-height:70px}}@media (min-width:1400px){.footer .main-text{font-size:50px;line-height:66px}}@media (max-width:928px){.footer{padding:50px 0}.footer .message-bar{top:75%}.footer .main-footer-class{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-wrap:wrap;grid-gap:6rem}}@media (max-width:920px){.footer{padding:50px 0}.footer .main-footer-class{flex-direction:column;flex-wrap:wrap;grid-gap:6rem}}@media (max-width:768px){.footer .main-text{font-size:36px;line-height:45px}}@media (max-width:550px){.footer .main-text{font-size:26px;line-height:34px}}@media (max-width:450px){.footer .main-text{font-size:24px;line-height:30px}}.contact-container{background:rgba(0,0,0,.5);width:100%;height:100%;z-index:1}.contact-container,.contact-container .contact-body{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.contact-container .contact-body{z-index:99;border:5px solid #725989;padding:5px 10px;background:#ab85bb;border-radius:10px}.contact-container .contact-body .contact-close-icon{position:absolute;top:0;left:94%;fill:#fff;cursor:pointer}.contact-container .contact-body .contact-items{margin:1rem 3rem}.contact-container .contact-body .contact-items,.contact-container .contact-body .contact-items form{display:flex;flex-direction:column;align-items:center}.contact-container .contact-body .contact-items form h3{margin-bottom:1rem;color:#fff}.contact-container .contact-body .contact-items form button{font-size:18px;font-weight:600;transition:.5s}.contact-container .contact-body .contact-items form button:hover{font-size:18px;font-weight:600;-webkit-transform:scale(1.1);transform:scale(1.1);background-color:#ab85bb}.contact-container .contact-body .contact-items form button .loading-icon{fill:#fff;margin:0 15px;padding:0;-webkit-animation:loading-keyframe 1s linear infinite;animation:loading-keyframe 1s linear infinite}@-webkit-keyframes loading-keyframe{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading-keyframe{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.contact-container .contact-body .contact-items form .form-input{display:flex;flex-direction:column;align-items:center}.contact-container .contact-body .contact-items form .form-input label{color:#fff}.contact-container .contact-body .contact-items form .form-input input{border:none;outline:none;padding:10px 15px;font-size:18px;line-height:24px;box-shadow:0 10px 10px rgba(0,0,0,.25);border-radius:12px;color:grey;font-weight:700;text-align:left;margin:10px 5px;text-align:center}.contact-container .contact-body .contact-items form .form-input input[type=email]{text-transform:lowercase}.contact-container .contact-body .contact-items form .form-input input::-webkit-input-placeholder{color:grey;font-weight:700;text-transform:capitalize;text-align:center}.contact-container .contact-body .contact-items form .form-input input:-ms-input-placeholder{color:grey;font-weight:700;text-transform:capitalize;text-align:center}.contact-container .contact-body .contact-items form .form-input input::placeholder{color:grey;font-weight:700;text-transform:capitalize;text-align:center}.contact-container .contact-body .contact-items form .form-input input:focus{box-shadow:0 0 10px 1px #3083ff}.contact-container .contact-body .contact-items form textarea{border:none;outline:none;padding:10px 15px;font-size:18px;line-height:24px;box-shadow:0 10px 10px rgba(0,0,0,.25);border-radius:12px;color:grey;font-weight:700;text-align:left;margin:10px 5px}.contact-container .contact-body .contact-items form textarea:focus{box-shadow:0 0 10px 1px #3083ff}.nav-arrow-right-icon{visibility:hidden}.main-nav{display:flex;justify-content:space-between;align-items:center;padding:23px 25px}.main-nav.has-main-nav-logo .main-nav-button{padding:0;width:0}.main-nav .main-nav-logo{height:75px;background:transparent}.main-nav .contact-us{font-weight:500;font-size:18px;line-height:24px;color:#fff;text-decoration:none;transition:color 1s;cursor:pointer}.main-nav .contact-us:hover{color:hsla(0,0%,100%,.6901960784313725)}.main-nav ul{display:flex;align-items:center}.main-nav ul li button{box-shadow:none;padding:15px 42px;transition:-webkit-filter .5s;transition:filter .5s;transition:filter .5s,-webkit-filter .5s}.main-nav ul li button:hover{-webkit-filter:drop-shadow(0 10px 10px rgba(0,0,0,.25));filter:drop-shadow(0 10px 10px rgba(0,0,0,.25))}.main-nav ul li:last-child{padding:7px 0 7px 30px}.main-nav:nth-child(2) li{padding:7px 30px;margin-top:8px;display:inline-block;text-align:center;position:relative}.main-nav:nth-child(3) li{padding:20px 7px}.main-nav .main-menu #sign-in{padding:0 0 0 15px;margin:0}.main-nav .main-menu #sign-up{padding:0 20px;margin:0}@media (max-width:1000px){.main-nav{display:flex}.main-nav ul.right-menu{display:none}.main-nav ul li a{color:#ab85bb}.main-nav ul.main-menu{display:block;position:absolute;top:0;left:0;background:#f2f2f2;width:50%;height:100vh;border-right:1px solid #ccc;opacity:.9;z-index:999;padding:30px;-webkit-transform:translateX(-50vw);transform:translateX(-50vw);transition:-webkit-transform .5s ease-in;transition:transform .5s ease-in;transition:transform .5s ease-in,-webkit-transform .5s ease-in}.main-nav ul.main-menu li{padding:10px;border-bottom:1px solid #ccc;font-size:14px;width:100%;text-align:left}.main-nav ul.main-menu .contact-us{font-weight:500;font-size:18px;line-height:24px;text-decoration:none;color:#ab85bb}.main-nav ul.main-menu #sign-in,.main-nav ul.main-menu #sign-up{padding:0;margin-top:10px}.main-nav ul.main-menu .nav-arrow-right-icon-container{position:absolute;border-top-right-radius:100%;border-bottom-right-radius:100%;background:rgba(0,0,0,.25);margin-left:.5px;top:50%;left:100%;cursor:pointer}.main-nav ul.main-menu .nav-arrow-right-icon-container,.main-nav ul.main-menu .nav-arrow-right-icon-container .nav-arrow-right-icon{height:38px;width:38px;transition:-webkit-transform .5s ease-in;transition:transform .5s ease-in;transition:transform .5s ease-in,-webkit-transform .5s ease-in}.main-nav ul.main-menu .nav-arrow-right-icon-container .nav-arrow-right-icon{z-index:10;visibility:visible}.main-nav ul.main-menu.show{-webkit-transform:translateX(-20px);transform:translateX(-20px);z-index:1}.main-nav ul.main-menu.show li:last-child{border-bottom:0}.menu-btn{display:block}.menu-btn:hover{opacity:.5}}@media (max-width:550px){.main-nav ul.main-menu{-webkit-transform:translateX(-51vw);transform:translateX(-51vw)}.main-nav ul li button{padding:12px 25px;font-size:16px}}@media (max-width:450px){.main-nav ul li button{padding:12px 18px;font-size:16px}}.sec1 .menu-btn{cursor:pointer;position:absolute;top:38px;right:30px;z-index:2;display:none}.sec1 .fa-bars{color:#f2f2f2}.customer-page{height:100%;width:100%}.customer-page .main-group-container-class{display:flex;flex-direction:column;flex-wrap:wrap;margin-top:95px}.customer-page .heading-main-group{display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start}.customer-page .heading-one h1{font-family:"Gothic A1",sans-serif;font-style:normal;font-weight:700;font-size:44px;line-height:58px;text-align:center;color:#fff;text-shadow:0 10px 10px rgba(0,0,0,.25)}.customer-page .heading-two{margin-top:7px}.customer-page .heading-two h1{font-style:normal;font-weight:500;font-size:22px;line-height:37px;text-align:center;color:#fff}.customer-page .heading-three{margin-top:10px}.customer-page .heading-three h1{font-style:normal;font-weight:400;font-size:22px;line-height:37px;text-align:center;color:#fff}.customer-page .boxes{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;width:54%;margin-top:14px}.customer-page .box{border:5px solid #fff;box-sizing:border-box;border-radius:20px;display:flex;align-items:center;grid-gap:1rem;padding:2px 21px;cursor:pointer}.customer-page .img-box .img-box-icon{width:100%;height:auto}.customer-page .text-box span{font-weight:500;font-size:18px;line-height:27px;color:#fff}.customer-page .image-main-group{-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));margin-top:20px}.customer-page .image-main-group .image-main-group-icon{width:100%;height:auto}.customer-page .stepper-wrapper{display:flex;justify-content:space-between;margin-bottom:20px;margin-top:15px;padding:0 70px;grid-gap:2em}.customer-page .stepper-item{position:relative;display:flex;flex-direction:column;align-items:center;flex:1 1;text-align:center;grid-gap:1rem}.customer-page .arrow{display:none}.customer-page .stepper-item:before{position:absolute;content:"";border-bottom:5px solid #fcfbfb;width:100%;top:50px;left:-50%;z-index:2}.customer-page .stepper-item:after{position:absolute;content:"";border-bottom:2px solid #ccc;width:100%;top:50px;left:50%;z-index:2}.customer-page .stepper-item .step-counter{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;width:100px;height:100px;border-radius:50%;background:#ccabda;box-shadow:0 4px 4px rgba(0,0,0,.25);margin-bottom:6px;font-weight:500;font-size:50px;letter-spacing:.2px;color:#fff}.customer-page .stepper-item:first-child:before,.customer-page .stepper-item:last-child:after{content:none}.customer-page .step-name{font-style:normal;font-weight:500;font-size:16px;line-height:28px;letter-spacing:.2px;color:#fff}.customer-page .interaction{display:grid;grid-template-columns:1fr 2fr;margin-top:90px;margin-bottom:50px}.customer-page .interaction-text .text h2{font-style:normal;font-weight:600;font-size:35px;line-height:55px;color:#fff}.customer-page .interaction-text h3{font-style:normal;font-weight:500;font-size:26px;line-height:54px;color:#fff}.customer-page .interaction-img .interaction-img-icon{width:100%;height:auto}@media (min-width:1550px){.customer-page a{font-size:22px;line-height:28px}.customer-page .heading-one h1{font-size:55px;line-height:70px}.customer-page .heading-two h1{font-size:26px;line-height:40px}.customer-page .heading-three h1{font-size:28px;line-height:40px}.customer-page .box{justify-content:center}.customer-page .step-name{font-size:20px;line-height:32px}.customer-page .interaction-text .text h2{font-size:40px;line-height:60px}.customer-page .interaction-text h3{font-size:32px}.customer-page .interaction{margin-top:100px}}@media (min-width:1750px){.customer-page a{font-size:24px;line-height:32px}.customer-page .heading-one h1{font-size:64px;line-height:72px}.customer-page .heading-two h1{font-size:32px;line-height:45px}.customer-page .heading-three h1{font-size:30px;line-height:44px}.customer-page .box{justify-content:center}.customer-page .step-name{font-size:22px;line-height:34px}.customer-page .interaction{margin-top:130px}.customer-page .interaction-text .text h2{font-size:44px;line-height:64px}.customer-page .interaction-text h3{font-size:34px}}@media (min-width:1850px){.customer-page a{font-size:24px;line-height:36px}.customer-page .heading-one h1{font-size:72px;line-height:90px}.customer-page .heading-two h1{font-size:36px;line-height:54px}.customer-page .heading-three h1{font-size:34px;line-height:50px}.customer-page .box{justify-content:center}.customer-page .step-name{font-size:24px;line-height:38px}.customer-page .interaction-text .text h2{font-size:48px;line-height:72px}.customer-page .interaction-text h3{font-size:36px}}@media (max-width:768px){.customer-page .heading-one h1{font-size:36px;line-height:45px}.customer-page .heading-two h1{font-size:36px;line-height:54px}.customer-page .heading-three h1{font-size:36px;line-height:46px;margin-bottom:40px}.customer-page .image-main-group{margin-top:50px}.customer-page .boxes{width:100%;place-items:center}.customer-page .box{width:75%}.customer-page .heading-main-group{align-content:center}.customer-page .stepper-wrapper{margin-top:40px;flex-direction:column}.customer-page .arrow{display:flex;justify-content:center;padding-left:40px}.customer-page .stepper-item:after{border-bottom:none;top:0;left:0;z-index:none;position:inherit;width:0}.customer-page .stepper-item:before{border-bottom:none}.customer-page .stepper-item{position:none;flex-direction:row;align-items:center;justify-content:center}.customer-page .stepper-item .step-counter{padding:29px 5px;width:0;height:0;font-size:24px;flex:0.1 1}.customer-page .step-name{flex:0.5 1;font-size:20px;line-height:30px}.customer-page .interaction{grid-template-columns:1fr;grid-gap:2rem;padding:0 30px}.customer-page .interaction-text .text h2{font-size:32px;line-height:50px}.customer-page .interaction-text h3{font-size:24px;line-height:36px}}@media (max-width:600px){.customer-page a{font-size:16px}.customer-page .boxes{width:100%}.customer-page .box{width:85%}.customer-page .container{width:90%}.customer-page .stepper-wrapper{padding:0 30px}}@media (max-width:540px){.customer-page .text-box span{font-weight:500;font-size:14px;line-height:18px;color:#fff}.customer-page .box{width:90%}.customer-page .stepper-item .step-counter{padding:27px 12px;width:0;height:0;font-size:22px;flex:0.1 1}.customer-page .step-name{font-size:18px;line-height:22px}}@media (max-width:450px){.customer-page .boxes{grid-template-columns:1fr}.customer-page .heading-main-group{flex-wrap:nowrap}.customer-page .img-box .img-box-icon{width:100%;height:auto}.customer-page .heading-one h1,.customer-page .heading-two h1{font-size:24px;line-height:30px}.customer-page .heading-two h1{margin-top:14px}.customer-page .heading-three h1{font-size:24px;line-height:31px;margin-bottom:40px}.customer-page .step-name{font-size:16px;line-height:20px}.customer-page .interaction-text .text h2{font-size:24px;line-height:36px}.customer-page .interaction-text h3{font-size:18px;line-height:27px}}.error-body{height:100%;width:100%}.error-body .error-page{text-align:center;padding-bottom:300px;color:#fff}.error-body .error-page p{font-weight:600}.error-body .error-page p span{content:"";border-right:1px solid #fff;padding:.5em 0;margin:0 10px}.main-page{height:100%;width:100%}.main-page .heading-main-group{display:flex;flex-direction:column;flex-wrap:wrap}.main-page .heading-main-group .heading-one h1{font-family:"Gothic A1",sans-serif;font-style:normal;font-weight:700;font-size:48px;line-height:58px;text-align:center;color:#fff}.main-page .heading-main-group .heading-two{margin-top:15px}.main-page .heading-main-group .heading-two h1{font-family:"Gothic A1",sans-serif;font-style:normal;font-weight:700;font-size:28px;line-height:40px;text-align:center;color:#fff}.main-page .image-main-group{-webkit-filter:drop-shadow(0 23.1933px 23.1933px rgba(0,0,0,.25));filter:drop-shadow(0 23.1933px 23.1933px rgba(0,0,0,.25));margin-top:60px}.main-page .image-main-group .illustration-icon{width:100%;height:auto}.main-page .cards{margin-top:60px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2.5rem;margin-bottom:150px}.main-page .cards .card{display:grid;grid-template-columns:.7fr 2fr;background:#fffaf5;grid-gap:1.5rem;padding:35px 31px 20px;box-shadow:0 10px 10px rgba(0,0,0,.25);border-radius:20px;justify-items:center}.main-page .cards .card .img-card img{width:100%;height:auto}.main-page .cards .card .card-text .heading-text h1{font-weight:500;font-size:28px;line-height:35px;color:#725989}.main-page .cards .card .card-text .card-para{margin-top:4px}.main-page .cards .card .card-text .card-para p{font-style:normal;font-weight:500;font-size:17px;line-height:25px;color:#bfaccf}.main-page .cards .card .card-text .card-button{margin-top:10px}.main-page .cards .card .card-text .card-button button{padding:10px 28px;box-shadow:none;transition:background-color .8s,-webkit-transform .5s;transition:background-color .8s,transform .5s;transition:background-color .8s,transform .5s,-webkit-transform .5s}.main-page .cards .card .card-text .card-button button:hover{-webkit-transform:scale(1.1);transform:scale(1.1);background-color:#ab85bb}@media (min-width:1550px){.main-page a{font-size:22px;line-height:30px}.main-page .heading-one h1{font-size:60px;line-height:80px}.main-page .heading-two h1{font-size:38px;line-height:50px}.main-page .card-text .heading-text h1{font-size:34px;line-height:50px}.main-page .card-para p{font-size:22px;line-height:28px}}@media (min-width:1750px){.main-page a{font-size:24px;line-height:36px}.main-page .heading-one h1{font-size:72px;line-height:90px}.main-page .heading-two h1{font-size:48px;line-height:60px}.main-page .card-text .heading-text h1{font-size:38px;line-height:60px}.main-page .card-para p{font-size:24px;line-height:30px}.main-page .card-button{margin-top:15px}}@media (max-width:920px){.main-page .heading-one h1{font-size:35px;line-height:45px}.main-page .card-text .heading-text h1,.main-page .heading-two h1{font-size:24px;line-height:30px}.main-page .card-para p{font-size:16px;line-height:23px}}@media (max-width:768px){.main-page .cards{grid-template-columns:1fr;padding:0 73px}.main-page .card{padding:28px 12px 21px 9px;align-items:center}.main-page .img-card img{width:100%;height:100%;min-width:90px;min-height:100px;max-width:108px;max-height:143px}}@media (max-width:650px){.main-page .heading-one h1{font-size:30px;line-height:40px}.main-page .heading-two h1{font-size:18px;line-height:22px}}@media (max-width:550px){.main-page .heading-one h1{font-size:24px;line-height:30px}.main-page .img-card img{width:100%;height:100%;max-width:108px;max-height:110px}.main-page .card-text .heading-text h1{font-size:20px;line-height:24px}.main-page .cards{grid-template-columns:1fr;padding:0 20px}.main-page .card-button button{padding:10px 12px;font-size:15px;line-height:15px}}@media (max-width:400px){.main-page .card-text .heading-text h1{font-size:18px;line-height:20px}.main-page .card-para p{line-height:20px}}.owner-page{height:100%;width:100%}.owner-page .main-group-container-class{margin-top:95px}.owner-page .heading-main-group,.owner-page .main-group-container-class{display:flex;flex-direction:column;flex-wrap:wrap}.owner-page .heading-one h1{font-family:"Gothic A1",sans-serif;font-style:normal;font-weight:700;font-size:44px;line-height:58px;text-align:center;color:#fff;text-shadow:0 10px 10px rgba(0,0,0,.25)}.owner-page .heading-two{margin-top:35px}.owner-page .heading-two h1{font-family:"Gothic A1",sans-serif;font-style:normal;font-weight:700;font-size:28px;line-height:40px;text-align:center;color:#fff}.owner-page .image-main-group{-webkit-filter:drop-shadow(0 23.1933px 23.1933px rgba(0,0,0,.25));filter:drop-shadow(0 23.1933px 23.1933px rgba(0,0,0,.25));margin-top:60px}.owner-page .image-main-group img{width:100%;height:auto}.owner-page .stepper-wrapper{display:flex;justify-content:space-between;margin-bottom:80px;margin-top:25px;grid-gap:2em}.owner-page .stepper-item{position:relative;display:flex;flex-direction:column;align-items:center;flex:1 1;text-align:center;grid-gap:1rem}.owner-page .arrow{display:none}.owner-page .stepper-item:before{position:absolute;content:"";border-bottom:5px solid #fcfbfb;width:100%;top:50px;left:-50%;z-index:2}.owner-page .stepper-item:after{position:absolute;content:"";border-bottom:2px solid #ccc;width:100%;top:50px;left:50%;z-index:2}.owner-page .stepper-item .step-counter{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;width:100px;height:100px;border-radius:50%;background:#ccabda;box-shadow:0 4px 4px rgba(0,0,0,.25);margin-bottom:6px;font-weight:500;font-size:50px;letter-spacing:.2px;color:#fff}.owner-page .stepper-item:first-child:before,.owner-page .stepper-item:last-child:after{content:none}.owner-page .step-name{font-style:normal;font-weight:500;font-size:16px;line-height:28px;letter-spacing:.2px;color:#fff}.owner-page .text-main{margin-top:130px;text-align:center}.owner-page .text-main :nth-child(2){margin-top:4px}.owner-page .text-main h1{font-style:normal;font-weight:500;font-size:28px;line-height:44px;color:#fff}@media (min-width:1400px){.owner-page .heading-one h1,.owner-page .main-text{font-size:50px;line-height:66px}.owner-page .heading-two h1{font-size:34px;line-height:60px}.owner-page .step-name{font-size:18px;line-height:32px}.owner-page .text-main h1{font-size:30px;line-height:44px}}@media (min-width:1600px){.owner-page a,.owner-page button{font-size:22px;line-height:36px}.owner-page button{padding:19px 21px}.owner-page .heading-one h1,.owner-page .main-text{font-size:55px;line-height:70px}.owner-page .heading-two h1{font-size:40px;line-height:60px}.owner-page .step-name{font-size:22px;line-height:36px}.owner-page .text-main h1{font-size:34px;line-height:48px}}@media (min-width:1850px){.owner-page a,.owner-page button{font-size:24px;line-height:36px}.owner-page .heading-one h1,.owner-page .main-text{font-size:65px;line-height:80px}.owner-page .heading-two h1{font-size:48px;line-height:60px}.owner-page .step-name{font-size:24px;line-height:38px}.owner-page .text-main h1{font-size:36px;line-height:54px}}@media (max-width:768px){.owner-page .stepper-wrapper{flex-direction:column}.owner-page .arrow{display:flex;justify-content:center;padding-left:40px}.owner-page .stepper-item:after{border-bottom:none;top:0;left:0;z-index:none;position:inherit;width:0}.owner-page .stepper-item:before{border-bottom:none}.owner-page .stepper-item{position:none;flex-direction:row;align-items:center;justify-content:center}.owner-page .stepper-item .step-counter{width:70px;height:70px;font-size:30px;flex:0.1 1}.owner-page .step-name{flex:0.5 1;font-size:20px;line-height:30px}.owner-page .heading-one h1,.owner-page .main-text{font-size:36px;line-height:45px}.owner-page .heading-two h1{font-size:24px;line-height:30px}.owner-page .text-main h1{font-size:18px;line-height:27px}}@media (max-width:630px){.owner-page .stepper-item .step-counter{width:0;height:0;padding:35px 9px;font-size:25px;line-height:40px}}@media (max-width:550px){.owner-page .step-name{font-size:18px;line-height:25px}.owner-page .heading-one h1,.owner-page .main-text{font-size:26px;line-height:34px}.owner-page .heading-two h1{font-size:20px;line-height:24px}.owner-page a{font-size:16px}}@media (max-width:450px){.owner-page .step-name{font-size:16px;line-height:20px}.owner-page .stepper-item .step-counter{width:0;height:0;padding:25px 7px;font-size:16px;font-size:18px;line-height:38px}.owner-page .heading-one h1,.owner-page .main-text{font-size:24px;line-height:30px}.owner-page .heading-two h1{font-size:18px;line-height:22px}.owner-page .text-main h1{font-size:16px;line-height:24px}}.main-signup-body{padding-bottom:150px}.main-signup-body .message-bar{position:absolute;top:115%;left:50%}.main-signup-body .main-signup-form form{display:flex;flex-direction:column;align-items:center;grid-gap:50px;gap:50px}.main-signup-body .main-signup-form form h3{color:#f5f5f5}.main-signup-body .main-signup-form form input{width:100%}.main-signup-body .main-signup-form form .form-inputs{display:flex;flex-direction:column;grid-gap:10px;gap:10px;transition:.5s}.main-signup-body .main-signup-form form .form-inputs .flex-row{display:flex;grid-gap:10px;gap:10px;transition:.5s}@media (max-width:1000px){.main-signup-body .message-bar{top:155%}.main-signup-body .flex-row{flex-direction:column;transition:.5s}}.app-body,.app-body .main-group,.auth-main-page{width:100%;height:100%}.app-body .main-group{background:linear-gradient(180deg,#7b6391,#4c2d66)}.app-body .main-group .container{width:87%;max-width:1920px;margin:auto;height:100%}.app-body .main-group .main-group-container-class{display:flex;flex-direction:column;flex-wrap:wrap;margin-top:95px;height:100%;width:100%}.app-body .main-group .main-group-main-page-class{margin-top:145px}.app-body .pa-btm{padding-bottom:150px}
/*# sourceMappingURL=main.edd738c7.chunk.css.map */