body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-family:sansation;src:url(./Sansation_Regular-c0770982.ttf)}@font-face{font-family:inter;src:url(./Inter-Regular-3127f0b8.ttf)}.header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 40px;height:80px;width:calc(100% - 80px);background:#ffffff;text-align:center;position:fixed;z-index:1000;top:0;left:0}.header>.logo img{height:40px}.header.visible{animation:showHeader .3s forwards}.header.hidden{animation:hideHeader .3s forwards}@keyframes hideHeader{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@keyframes showHeader{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.links{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-family:Sansation;font-size:20px;font-weight:700;line-height:20px;text-align:left;color:#1979b6;text-decoration:none;margin:0 20px;cursor:pointer}.links a,.links div{font-family:Sansation;font-size:20px;font-weight:700;text-align:left;color:#1979b6;text-decoration:none;margin-left:20px;cursor:pointer}.menu-btns{display:none;height:2rem}.menu-btns>img{height:100%;width:100%;cursor:pointer;margin:0 10px}@media (max-width: 768px){.header{padding:0 20px;width:calc(100% - 40px);height:60px}.links{display:none;font-family:Sansation;font-size:22px;font-weight:700;text-align:left;color:#1979b6;text-decoration:none;margin:30px 0;width:100%}.menu-btns{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.links.open{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:60px;left:0;width:100%;background:#ffffff;z-index:1000;animation:showLinks .3s forwards;padding:unset;margin:unset}.header>.logo img{height:35px}@keyframes showLinks{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes hideLinks{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.links a{font-family:Sansation;font-size:22px;font-weight:700;text-align:left;color:#1979b6;text-decoration:none;margin:30px 0;width:100%;display:flex;justify-content:center;align-items:center}}.App{height:100vh;width:100vw;scroll-behavior:smooth;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#1979b6 #ffffff}.pdf-view{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:calc(100% - 80px);margin-top:80px;border:none}.how-it-works{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:80%;background-color:#f9f9f9;padding:5% 10%}.how-it-works>.title{font-family:Sansation;font-size:55px;font-weight:700;text-align:left;color:#1979b6}.how-it-works .text{font-family:Sansation;font-size:24px;font-weight:400;text-align:left;color:#35343a;margin-top:20px}.how-it-works>.workflow-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;margin-top:50px;margin-bottom:50px;width:100%}.how-it-works>.workflow-container>.workflow{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;animation:fadeIn 1s ease-in-out}.how-it-works>.workflow-container>.workflow .step{display:flex;align-items:center;justify-content:center;padding:40px 20px;font-family:Sansation;font-size:32px;font-weight:100;line-height:42px;text-align:center;background-color:#1979b6;color:#fff;border-radius:15px;width:15%;animation:slideInUp 1s ease-in-out}.how-it-works>.workflow-container>.workflow .last-step{width:calc(15% + 40px);display:flex;flex-direction:column;align-items:flex-end}.how-it-works>.workflow-container>.workflow .last-step>.step{width:calc(100% - 40px)}.how-it-works>.workflow-container .return-arrow{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;animation:slideInUp 1s ease-in-out}.how-it-works>.workflow-container .return-arrow>.return-arrow-mobile{display:none}.how-it-works>.workflow-container .return-arrow>svg{width:100%;animation:slideInUp 1s ease-in-out}.how-it-works>.workflow-container>.workflow .arrow{margin:0 20px;padding-top:50px;animation:slideInUp 1s ease-in-out}.arrow-mobile{display:none}.introduction-video{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;aspect-ratio:16/9;background-color:#fff;margin-top:50px;margin-bottom:50px}@media (max-width: 768px){.how-it-works>.workflow-container{flex-direction:row-reverse;justify-content:center;align-items:flex-start;margin-top:20px;margin-bottom:20px;width:90%}.how-it-works>.workflow-container>.workflow{flex-wrap:wrap}.how-it-works>.workflow-container>.workflow .step{width:100%;margin:unset}.how-it-works>.workflow-container>.workflow .last-step>.step{width:50%}.how-it-works>.workflow-container>.workflow>.arrow{display:flex;justify-content:center;align-items:center;margin:unset;width:100%;padding:unset;height:80px}.arrow-mobile{display:flex}.arrow-desktop{display:none}.how-it-works>.workflow-container>.workflow .last-step{display:flex;flex-direction:row-reverse;align-items:center;width:100%;justify-content:center;margin-left:-20%}.how-it-works>.workflow-container .return-arrow{height:100%;width:20%;flex-direction:row-reverse;margin-top:unset}.how-it-works>.workflow-container .return-arrow>span{rotate:90deg;white-space:nowrap;position:absolute}.how-it-works>.workflow-container .return-arrow>svg{width:100%}.how-it-works>.workflow-container .return-arrow>.return-arrow-mobile{display:flex}.how-it-works>.workflow-container .return-arrow>.return-arrow-desktop{display:none}.how-it-works>.title{display:flex;justify-content:center;align-items:center;font-size:40px;width:100%;margin-top:30px}.how-it-works .text{display:flex;justify-content:center;align-items:center;font-size:20px;width:100%}}.process-steps{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;background-color:#f9f9f9;padding:15px 0;margin-top:50px;width:100%;flex-wrap:wrap}.process-steps>.step{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:calc(50% - 20px);margin-bottom:20px}.process-steps>.step>.sub-title{font-family:Sansation;font-size:32px;font-weight:400;line-height:42px;text-align:left;color:#1979b6}.process-steps>.step>.text{font-family:Sansation;font-size:1.3rem;font-weight:400;line-height:40px;text-align:left;color:#35343a;margin-top:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.process-steps{margin-top:20px}.process-steps>.step{width:100%}}.images-section{background-color:#fff;display:flex;flex-direction:column;width:100%}.images-section>.image{display:flex;flex-direction:row;width:100%;height:50vh}.images-section>.image>img{width:50%;height:100%;object-fit:cover}.images-section>.image:nth-child(2n){flex-direction:row-reverse}.images-section>.image>.text{width:50%;height:100%;background-color:#eff9ffa6;color:#1979b6;font-family:Sansation;font-size:36px;font-weight:700;line-height:64px;text-align:center;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.images-section>.image{height:50vh;flex-direction:column}.images-section>.image:nth-child(2n){flex-direction:column}.images-section>.image>.text{font-size:24px;line-height:36px;width:100%;height:50%}.images-section>.image>img{width:100%;height:50%}}.more-info{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background-color:#fff;padding:5% 0}.more-info>.symbol{width:80px;height:80px}.more-info>.symbol>img{width:100%;height:100%}.more-info>.title{font-family:Sansation;font-size:55px;font-weight:700;margin:20px 0;text-align:center;color:#1979b6}.more-info>.text{font-family:Sansation;font-size:24px;font-weight:400;line-height:36px;text-align:center;color:#000;margin-top:20px;padding:0 15%}.more-info>.open-btn{display:flex;justify-content:center;align-items:center;padding:20px 40px;border-radius:15px;background-color:#1979b6;font-family:Sansation;font-size:30px;font-weight:700;line-height:72px;text-align:left;color:#fff;border:none;cursor:pointer;margin-top:50px}@media (max-width: 768px){.App{height:100%;width:100%;overflow-y:auto}.more-info{padding:50px 0}.more-info>.title{font-size:40px;line-height:unset;margin:10px 0}.more-info>.text{font-size:20px;line-height:30px;padding:0 10%}.more-info>.open-btn{font-size:20px;padding:10px 20px}.more-info>.symbol{width:60px;height:60px}}.ai-empowered{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background-color:#1979b6}.ai-empowered>.text{font-family:Sansation;font-size:24px;font-weight:400;line-height:41px;text-align:center;color:#fff;margin:50px 0;width:50%}.ai-empowered>.stripe{width:100%}.ai-empowered>.stripe>img{width:100%;height:100%}@media (max-width: 768px){.ai-empowered>.text{font-family:Sansation;font-size:24px;font-weight:400;line-height:36px;text-align:center;color:#fff;margin:25px 0;width:80%}.ai-empowered>.stripe{height:150px}.ai-empowered>.stripe>img{width:100%;height:100%;object-fit:cover}}.key-strength{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background-color:#fff}.key-strength>.text{font-size:20px;width:80%}.key-strength>.text:first-child{margin-top:50px}.key-strength>.text:last-child{margin-bottom:50px}.key-strength>.text>.text-header{color:#1979b6;font-weight:700}.key-strength>.title{color:#1979b6;text-align:center;font-family:Sansation;font-size:55px;font-style:normal;font-weight:700;margin:70px 0}.key-strength>.strengths{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:80%;flex-wrap:wrap}.key-strength>.strengths>.strength{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:45%;padding:20px}.key-strength>.strengths>.strength.w100{width:100%}.key-strength>.strengths>.strength>.title{color:#1979b6;font-family:Sansation;font-size:24px;font-style:normal;font-weight:400;text-align:left;padding:5px 0;border-bottom:1px solid #35343a;width:100%}.key-strength>.strengths>.strength>.title>img{margin-right:10px}.key-strength>.strengths>.strength>.text{color:#35343a;font-family:Sansation;font-size:24px;font-style:normal;font-weight:400;margin-top:10px}@media (max-width: 768px){.key-strength>.title{font-size:30px;margin:5%}.key-strength>.strengths{width:100%}.key-strength>.strengths>.strength{width:100%;padding:5% 10%}}.contact-us{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;background-image:url(./waves-4380a66b.svg);background-color:#fff;padding:7% 0;background-size:cover;background-repeat:no-repeat;background-position:center}.contact-us>.title{color:#1979b6;text-align:center;font-family:Sansation;font-size:55px;font-style:normal;font-weight:700;text-transform:capitalize;margin-bottom:40px}.contact-us>.buttons{display:flex;flex-direction:row;justify-content:center;align-items:center}.contact-us>.buttons>button{display:flex;justify-content:center;align-items:center;border-radius:15px;border:1px solid #1979b6;background:#1979b6;padding:15px 30px;margin:0 10px}.contact-us>.buttons>button>img{width:20px;height:20px;margin-right:10px}.contact-us>.buttons>button>a{overflow:hidden;color:#fff;text-overflow:ellipsis;white-space:nowrap;font-family:Sansation;font-size:20px;font-style:normal;font-weight:700;line-height:25.2px;text-decoration:none}.contact-us>.early-access{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:100px;height:60px}.contact-us>.early-access>input{height:100%;width:40%;border-radius:10px;background:#fff;box-shadow:0 0 0 1px #0000 inset;outline:none;border:none;padding:0 20px;overflow:hidden;color:#1979b6;text-overflow:ellipsis;white-space:nowrap;font-family:Sansation;font-size:20px;font-style:normal;font-weight:600}.contact-us>.early-access>input::placeholder{color:#1979b6}.contact-us>.early-access>button{display:flex;justify-content:center;align-items:center;border-radius:10px;background:#1979b6;overflow:hidden;color:#fff;text-overflow:ellipsis;white-space:nowrap;font-family:Sansation;font-size:20px;font-style:normal;font-weight:600;border:none;outline:none;height:100%;padding:0 20px;cursor:pointer;margin-left:10px}@media (max-width: 768px){.contact-us{padding:5% 0}.contact-us>.title{font-size:40px;margin-top:50px;margin-bottom:20px}.contact-us>.early-access{margin-top:50px;flex-direction:column;height:120px}.contact-us>.early-access>button{width:80%;margin-left:unset;margin-top:10px}.contact-us>.early-access>input{width:calc(80% - 40px)}.contact-us>.buttons{flex-direction:column;width:80%}.contact-us>.buttons>button{margin:10px 0;width:100%}}.location{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;color:#35343a;text-overflow:ellipsis;white-space:nowrap;font-family:Sansation;font-size:14px;font-style:normal;font-weight:600;width:100%;background-color:#d8d8d8;padding:10px 0}.videoBG{position:fixed;z-index:-1;top:0;left:0;bottom:0;right:0}@media (max-width: 768px){.videoBG{width:auto;height:100vh;left:-50%}}@media (min-aspect-ratio: 16/9){.videoBG{width:100vw;height:auto;left:0}}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none}.home-section{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100vh;width:100vw;background-color:#0000004d!important;background:none;min-height:fit-content}.home-section>.content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;color:#fff;width:80%;padding:0 10%;text-shadow:5px 5px 10px rgba(0,0,0,.8);margin-top:80px}.home-section>.content>.title{font-family:Sansation;font-size:2.7rem;font-weight:700;text-align:left;animation:fadeIn 1s ease-in-out}.home-section>.content>.text{font-family:Sansation;font-size:2rem;font-weight:400;text-align:left;margin-top:20px;animation:slideInUp 1s ease-in-out}.fancy-list{list-style:none;padding:0;font-size:1.8rem}.fancy-list li{position:relative;padding-left:30px;margin-bottom:10px;line-height:1.5}.fancy-list li .icon{position:absolute;left:0;top:0;color:#fff;font-size:1.8rem}@media (max-width: 768px){.home-section>.content{padding:0 5%;margin:unset;width:90%}.home-section>.content>.title{font-size:1.7rem;background-color:unset}.home-section>.content>.text{font-size:1.5rem;max-height:60vh}.fancy-list{font-size:1.3rem}.home-section>.content>.text>span{background-color:unset}.home-section>.content>.text::-webkit-scrollbar{width:6px}.home-section>.content>.text::-webkit-scrollbar-thumb{background-color:#ffffff80;border-radius:3px}.home-section>.content>.text::-webkit-scrollbar-thumb:hover{background-color:#ffffffb3}.home-section>.content>.text::-webkit-scrollbar-track{background-color:transparent}}
