@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@200;300;400;500;600&display=swap");:root{--white:#ffffff;--black:#080c13;--light-blue:#7aa5d7;--light-blue-2:#e0eaf7;--lavender:#ebe9f4;--purple:#6a5ca7;--light-purple:#7d72b3;--navy-blue:#012b5f;--gray:#dedfdf;--dark-gray:#636363;--light-gray:#f3f3f3;--menu-height:170px;--menu-height-mobile:120px}body{-webkit-animation-delay:.1s;-webkit-animation-name:fontfix;-webkit-animation-duration:.1s;-webkit-animation-iteration-count:1;-webkit-animation-timing-function:linear;animation-delay:.1s;animation-name:fontfix;animation-duration:.1s;animation-iteration-count:1;animation-timing-function:linear;color:var(--navy-blue);background-color:var(--white);font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0}::-webkit-scrollbar{-webkit-appearance:none}::-webkit-scrollbar:vertical{width:12px}::-webkit-scrollbar:horizontal{height:12px}::-webkit-scrollbar-thumb{background-color:var(--purple);border-radius:10px;border:2px solid #ffffff}::-webkit-scrollbar-track{border-radius:10px;background-color:#ffffff}*{box-sizing:border-box}body,html{height:unset!important;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{margin:0;padding:0}a{color:var(--purple);word-break:break-all}a:hover{color:var(--navy-blue)}.loader-container{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;position:fixed;background:var(--white);z-index:1}.spinner{width:64px;height:64px;border:8px solid;border-color:var(--purple) transparent var(--purple) transparent;border-radius:50%;animation:spin-anim 1.2s linear infinite}@keyframes spin-anim{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.desktop{display:block}@media screen and (max-width:1024px){.desktop{display:none}}.mobile{display:none}@media screen and (max-width:1024px){.mobile{display:block}}.app-steps .ant-collapse-header{background-color:transparent;color:var(--light-blue)!important;font-weight:600;font-size:18px}.app-steps .ant-collapse-header:hover{text-decoration:underline}.app-steps .ant-collapse-header .ant-collapse-expand-icon{margin-left:-30px!important;height:28px!important}.app-steps .ant-collapse-header .ant-collapse-expand-icon .ant-collapse-arrow{font-size:18px!important}.app-steps .ant-collapse-content{background-color:transparent;color:var(--black);font-size:18px;font-weight:400}.app-steps .ant-collapse-item-active .ant-collapse-header{color:var(--navy-blue)!important;text-decoration:underline}.faq .ant-collapse-header{background-color:transparent;color:var(--navy-blue);font-weight:400;font-size:18px;color:var(--navy-blue)!important}.faq .ant-collapse-content{background-color:transparent;color:var(--black);font-size:18px}.ant-tooltip-inner{background-color:var(--white)!important;color:var(--navy-blue)!important;font-size:12px;font-weight:400;border-radius:30px!important;padding:10px!important;box-shadow:0 5px 30px 0 rgba(0,0,0,.1);text-align:center!important}.ant-tooltip-arrow{border-top-color:var(--white)!important;transform:translateX(-50%) translateY(100%) rotate(45deg)!important;bottom:-60px!important;width:16px!important;height:16px!important;z-index:0!important}.ant-tooltip-arrow:before{background:var(--white)!important;width:36px!important;height:36px!important;-webkit-clip-path:none!important;clip-path:none!important}.ant-tooltip-content{top:100px!important}.ant-carousel{width:100%;padding:25px 0}@media screen and (max-width:1024px){.ant-carousel{padding:0}}#header-menu .ant-menu-inline{-webkit-border-end:none;border-inline-end:none}#header-menu .ant-menu-item{padding:0!important;display:flex!important;align-items:center!important;height:100%!important;font-weight:600;text-align:center;width:auto!important;border-radius:0!important;margin:0!important}@media screen and (max-width:1024px){#header-menu .ant-menu-item{height:unset!important;padding:unset;margin-bottom:20px!important}}#header-menu .ant-menu-item span{color:var(--navy-blue)}@media screen and (max-width:1024px){#header-menu .ant-menu-item span{width:100%;font-size:25px;font-weight:400;margin-bottom:10px}#header-menu .ant-menu-item span>div>div{font-size:13px;line-height:16px}}#header-menu .ant-menu-item:before{background-color:transparent;content:"";width:100%;position:absolute;height:3px;bottom:0;z-index:9;transition:.5s;transform:scale(.1)}@media screen and (max-width:1024px){#header-menu .ant-menu-item:before{width:80%;left:10%}}@media screen and (max-width:900px) and (max-height:1200px){#header-menu .ant-menu-item:before{width:40%;left:30%}}#header-menu .ant-menu-item.ant-menu-item-selected{background-color:transparent!important}#header-menu .ant-menu-item.ant-menu-item-selected span{color:var(--purple)}#header-menu .ant-menu-item.ant-menu-item-selected:before{background-color:var(--purple);transform:scale(1)}#header-menu .ant-menu-item:hover{background-color:transparent!important}#header-menu .ant-menu-item:hover span{color:var(--purple)}#header-menu .ant-menu-item:hover:before{background-color:var(--purple);transform:scale(1)}#table{color:var(--navy-blue)!important}#table .ant-table-thead th{background-color:transparent;text-align:center;border-right:.5px dashed var(--gray);border-bottom:none;width:160px;line-height:16px!important}@media screen and (max-width:1024px){#table .ant-table-thead th{font-size:13px!important;line-height:14px!important}}#table .ant-table-thead th span{font-weight:300}#table .ant-table-thead th:before{display:none}#table .ant-table-thead th:first-of-type{border:none;width:330px}@media screen and (max-width:1024px){#table .ant-table-thead th:first-of-type{width:200px}}#table .ant-table-thead th:nth-of-type(2){background-color:var(--purple);padding:20px 60px;border:none}@media screen and (max-width:1024px){#table .ant-table-thead th:nth-of-type(2){padding:20px}}#table .ant-table-thead th:last-of-type{border-right:none}#table .styled-row td{border-bottom:none!important;text-align:center;border-right:.5px dashed var(--gray)}#table .styled-row td:first-of-type{text-align:left;font-weight:600;border:none;line-height:16px!important}@media screen and (max-width:1024px){#table .styled-row td:first-of-type{font-size:13px!important;line-height:14px!important}}#table .styled-row td:nth-of-type(2){background-color:var(--purple);border-right:none}#table .styled-row td:last-of-type{border-right:none}#table .styled-row:nth-of-type(odd){background-color:var(--lavender)}#table .styled-row:nth-of-type(odd):first-of-type{border:none}#table .styled-row:nth-of-type(odd) td:nth-of-type(2){background-color:var(--light-purple);border-right:none}.button.ant-btn-lg{font-size:14px;font-weight:500;height:unset}@media screen and (max-width:1024px){.button.ant-btn-lg{height:56px;font-size:15.5px;display:flex;justify-content:center;align-items:center;width:auto;max-width:300px}}.button.ant-btn-small{font-size:14px;font-weight:500;height:36px;padding:8px 25px}.button.ant-btn-color-primary{transition:.5s;background-color:var(--purple)!important;color:var(--white)!important}.button.ant-btn-color-primary:hover,.button.ant-btn-color-secondary{background-color:var(--navy-blue)!important}.button.ant-btn-color-secondary{transition:.5s;color:var(--white)!important}.button.ant-btn-color-secondary:hover{background-color:var(--purple)!important}.button.ant-btn-color-default{transition:.5s;background-color:var(--light-blue)!important;color:var(--white)!important}.button.ant-btn-color-default:hover{background-color:var(--navy-blue)!important;color:var(--white)!important}.button:focus{outline:2px solid var(--blue)!important}#footer-menu .ant-menu-item{padding:10px 0;display:flex;align-items:center;color:var(--white);font-weight:600}@media screen and (max-width:1024px){#footer-menu .ant-menu-item{text-align:center;justify-content:center}}#footer-menu .ant-menu-item.ant-menu-item-selected,#footer-menu .ant-menu-item:hover{background-color:transparent}#footer-menu .ant-menu-item:hover span{color:var(--purple)}#testimonials .slick-list{height:100%}#testimonials .slick-list div{height:100%;align-items:center;display:flex;justify-content:center}@media screen and (max-width:1024px){#testimonials .slick-list div{height:auto}}#testimonials .slick-dots{bottom:-18px}#testimonials .slick-dots li{width:15px!important;height:15px;border-radius:50%}#testimonials .slick-dots li:after{display:none}#testimonials .slick-dots button{background:var(--light-blue)!important;opacity:1!important;width:100%!important;height:100%!important;border-radius:50%!important;margin:0}#testimonials .slick-dots li.slick-active button{border:1px solid var(--navy-blue);background-color:var(--white)!important}#cards-carousel .slick-list{height:100%}#cards-carousel .slick-dots{bottom:-18px}#cards-carousel .slick-dots li{width:15px!important;height:15px;border-radius:50%}#cards-carousel .slick-dots li:after{display:none}#cards-carousel .slick-dots button{background:var(--light-blue)!important;opacity:1!important;width:100%!important;height:100%!important;border-radius:50%!important;margin:0}#cards-carousel .slick-dots li.slick-active button{border:1px solid var(--navy-blue);background-color:var(--white)!important}#round-cards-carousel .slick-list{height:100%}#round-cards-carousel .slick-dots{bottom:-18px}#round-cards-carousel .slick-dots li{width:15px!important;height:15px;border-radius:50%}#round-cards-carousel .slick-dots li:after{display:none}#round-cards-carousel .slick-dots button{background:var(--light-blue)!important;opacity:1!important;width:100%!important;height:100%!important;border-radius:50%!important;margin:0}#round-cards-carousel .slick-dots li.slick-active button{border:1px solid var(--navy-blue)!important;background-color:var(--white)!important}#app-steps .slick-list{height:100%}#app-steps .slick-dots{bottom:-18px}#app-steps .slick-dots li{width:15px!important;height:15px;border-radius:50%}#app-steps .slick-dots li:after{display:none}#app-steps .slick-dots button{background:var(--light-blue)!important;opacity:1!important;width:100%!important;height:100%!important;border-radius:50%!important;margin:0}#app-steps .slick-dots li.slick-active button{border:1px solid var(--navy-blue);background-color:var(--white)!important}#introducing-somryst .slick-list{height:100%}#introducing-somryst .slick-dots{bottom:-18px}#introducing-somryst .slick-dots li{width:15px!important;height:15px;border-radius:50%}#introducing-somryst .slick-dots li:after{display:none}#introducing-somryst .slick-dots button{background:var(--light-blue)!important;opacity:1!important;width:100%!important;height:100%!important;border-radius:50%!important;margin:0}#introducing-somryst .slick-dots li.slick-active button{border:1px solid var(--navy-blue);background-color:var(--white)!important}.footer_footer__unmqs{min-height:400px;height:auto;background-color:var(--navy-blue);padding:65px 45px}.footer_container__K9h0P{width:100%;margin:auto;max-width:1024px;display:flex;flex-direction:column}.footer_top__yDJ6L{width:100%;display:flex;border-bottom:2px solid var(--white);padding-bottom:20px}@media screen and (max-width:1024px){.footer_top__yDJ6L{flex-direction:column}}.footer_logo-container__TwciU{display:flex;flex-direction:column;margin-right:30px}@media screen and (max-width:1024px){.footer_logo-container__TwciU{margin:0;align-items:center}}.footer_logo-container__TwciU svg{width:140px;height:auto;margin-bottom:20px}.footer_logo-container__TwciU svg path{fill:var(--white)}.footer_socials__CTIaO{display:flex;justify-content:center;align-items:center}@media screen and (max-width:1024px){.footer_socials__CTIaO{margin-bottom:30px}}.footer_socials__CTIaO a{margin:10px}.footer_socials__CTIaO a svg{width:35px;height:auto}.footer_menu__3NFg8{background-color:transparent;border:none;-webkit-border-end:none;border-inline-end:none}.footer_bottom__zWxgu{display:flex;padding-top:20px}@media screen and (max-width:1024px){.footer_bottom__zWxgu{text-align:center;justify-content:center}}.footer_text__RzeHv{color:var(--white);font-size:12px}@media screen and (max-width:1024px){.footer_text__RzeHv{text-align:center;justify-content:center}}.footer_text__RzeHv p{margin:0;line-height:30px}.footer_text__RzeHv p a{color:var(--white);text-decoration:underline}.header_header__us6ao{position:fixed;padding:0;color:unset;line-height:unset;background:unset;z-index:9999;display:flex;width:100%;height:var(--menu-height);background-color:var(--white);box-shadow:0 5px 30px 0 rgba(0,0,0,.1);flex-direction:column;align-items:center}@media screen and (max-width:1024px){.header_header__us6ao{padding:10px 25px;height:var(--menu-height-mobile);width:100vw}}.header_top__82PPw{background-color:var(--white);width:100%;color:var(--navy-blue);display:flex;align-items:center;justify-content:center;font-size:16px}@media screen and (max-width:1024px){.header_top__82PPw{font-size:14px}}.header_bottom__JNKe4{width:100%;height:100%}.header_logo-container__1Cepl{width:100%;display:flex;align-items:center;justify-content:space-between;padding:17px 45px;border-bottom:1px solid var(--gray);font-size:14px}@media screen and (max-width:1024px){.header_logo-container__1Cepl{padding:0;border:none}}.header_logo-container__1Cepl>div{width:28%;display:flex}@media screen and (max-width:1024px){.header_logo-container__1Cepl>div{align-items:flex-start}.header_logo-container__1Cepl>div button{display:flex;align-items:center;padding:0;background:none;border:none;cursor:pointer;position:relative;width:50px;height:50px}}.header_logo-container__1Cepl .header_left__VDMOv{flex-direction:column}.header_logo-container__1Cepl .header_mid__AvEAS{align-items:center;justify-content:center}.header_logo-container__1Cepl .header_mid__AvEAS svg{height:50px;width:auto}.header_logo-container__1Cepl .header_right__IP2qB{align-items:center;justify-content:flex-end}.header_logo-container__1Cepl .header_right__IP2qB div{margin-right:10px}.header_left__VDMOv{flex-direction:column;transition:.7s}.header_mid__AvEAS{align-items:center;justify-content:center}.header_mid__AvEAS svg{height:50px;width:auto}.header_right__IP2qB{align-items:center;justify-content:flex-end}.header_right__IP2qB div{margin-right:10px}.header_right__IP2qB svg{width:130px;height:auto}.header_nav___1Vq_{width:100%;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1024px){.header_nav___1Vq_{transform:translateX(-200%);transition:.7s ease-in-out;width:100vw;height:calc(100vh - var(--menu-height-mobile));position:fixed;flex-direction:column;left:0;top:0;margin-top:var(--menu-height-mobile)}.header_nav___1Vq_.header_open__4vnSy{transform:translateX(0)}}.header_menu__Xu_3M{width:800px;height:100%;display:flex;justify-content:space-between;border:none!important}@media screen and (max-width:1024px){.header_menu__Xu_3M{display:block;width:100%;height:100%;padding:25px}}.header_hamburger__6kubG{color:var(--purple);font-size:30px;transition:.5s;opacity:1;position:absolute;transform:scaleY(1)}.header_hamburger__6kubG.header_inactive__aWylP{opacity:0;pointer-events:none;transform:scaleY(0)}.header_close__l1pKj{color:var(--purple);font-size:30px;transition:.5s;opacity:0;position:absolute;transform:scaleX(0)}.header_close__l1pKj.header_active__oZ81P{opacity:1;pointer-events:all;transform:scaleX(1)}