@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";body{margin:0;padding:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.dark{background-color:#111827}.container{display:flex;width:100%;max-width:1358px;margin:0 auto}.btn-green{cursor:pointer;outline:none;border:none;padding:13px 17px;justify-content:center;align-items:center;border-radius:6px;background:#16A34A;box-shadow:0 1px 2px #0000000d;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-decoration:none;display:flex}@media screen and (min-width: 992px){.btn-green:hover{background:#067e32}}.btn-orange{cursor:pointer;outline:none;border:none;padding:13px 17px;justify-content:center;align-items:center;border-radius:6px;background:#FFA700;box-shadow:0 1px 2px #0000000d;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-decoration:none;display:flex}@media screen and (min-width: 992px){.btn-orange:hover{background:#aa6f03}}.mt-8{margin-top:8px!important}.ms-16{margin-left:16px}.me-16{margin-right:16px}.mb-16{margin-bottom:16px}.mt-16{margin-top:16px}.d-none{display:none}.alert{padding:1rem;border:1px solid transparent;border-radius:.25rem;margin-bottom:1rem}.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.text-danger{color:#dc3545;color:red;font-size:15px;margin-left:5px;margin-top:10px}.light .header{box-sizing:border-box;width:100%;background-color:#fff;box-shadow:0 1px 2px #0000000f,0 1px 3px #0000001a}.light .header .header__body{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:15px 28px;position:relative}@media screen and (min-width: 992){.light .header .header__body{padding:15px 32px}}.light .header .header__body .logo .logo-dark{display:none}.light .header .header__body .logo .logo-light{display:flex}.light .header .header__body .left-mobile{display:flex;align-items:center}@media screen and (min-width: 550px){.light .header .header__body .left-mobile{display:none}}.light .header .header__body .left-mobile .switcher,.light .header .header__body .left-mobile .switcher .light{display:none}.light .header .header__body .left-mobile .switcher .dark{display:none;cursor:pointer;display:flex;border-radius:42px;background:#E5E7EB;display:inline-flex;padding:3px 3px 3px 6px;justify-content:flex-end;align-items:center;gap:6px}.light .header .header__body .left-mobile .switcher .dark .button{filter:drop-shadow(0px 1px 2px rgba(0,0,0,.06)) drop-shadow(0px 1px 3px rgba(0,0,0,.1));width:20px;height:20px;border-radius:50%;background-color:#f9fafb}.light .header .header__body .left-mobile .switcher .dark.active{display:flex}.light .header .header__body .left-mobile .btn-close-open{background-color:transparent;outline:none;border:none;cursor:pointer}.light .header .header__body .left-mobile .btn-close-open .btn-open{display:flex}.light .header .header__body .left-mobile .btn-close-open .btn-close{display:none}.light .header .header__body .left-mobile .buttons{display:none;position:absolute}.light .header .header__body .left-mobile.active .btn-close-open .btn-open{display:none}.light .header .header__body .left-mobile.active .btn-close-open .btn-close,.light .header .header__body .left-mobile.active .switcher{display:flex}.light .header .header__body .left-mobile.active .buttons{padding:24px 20px;display:flex;flex-direction:column;width:100%;top:100%;left:0;box-sizing:border-box;background-color:#fff;border-radius:0 0 10px 10px;z-index:10000}.light .header .header__body .left-desktop{display:none;align-items:center}@media screen and (min-width: 550px){.light .header .header__body .left-desktop{display:flex}}.light .header .header__body .left-desktop .delimiter{margin:0 16px;height:42px;border-right:1px solid #E5E7EB}.light .header .header__body .left-desktop .switcher .dark{display:none}.light .header .header__body .left-desktop .switcher .light{cursor:pointer;display:flex;border-radius:42px;background:#E5E7EB;padding:3px 6px 3px 3px;justify-content:flex-end;align-items:center;gap:6px}.light .header .header__body .left-desktop .switcher .light .button{filter:drop-shadow(0px 1px 2px rgba(0,0,0,.06)) drop-shadow(0px 1px 3px rgba(0,0,0,.1));width:20px;height:20px;border-radius:50%;background-color:#f9fafb}.dark .header{box-sizing:border-box;background-color:#1f2937}.dark .header .header__body{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:15px 28px;position:relative}@media screen and (min-width: 992){.dark .header .header__body{padding:15px 32px}}.dark .header .header__body .logo .logo-dark{display:flex}.dark .header .header__body .logo .logo-light{display:none}.dark .header .header__body .left-mobile{display:flex;align-items:center}@media screen and (min-width: 550px){.dark .header .header__body .left-mobile{display:none}}.dark .header .header__body .left-mobile .switcher,.dark .header .header__body .left-mobile .switcher .light{display:none}.dark .header .header__body .left-mobile .switcher .dark{display:none;cursor:pointer;display:flex;border-radius:42px;background:#4B5563;display:inline-flex;padding:3px 3px 3px 6px;justify-content:flex-end;align-items:center;gap:6px}.dark .header .header__body .left-mobile .switcher .dark .button{filter:drop-shadow(0px 1px 2px rgba(0,0,0,.06)) drop-shadow(0px 1px 3px rgba(0,0,0,.1));width:20px;height:20px;border-radius:50%;background-color:#f9fafb}.dark .header .header__body .left-mobile .switcher .dark.active{display:flex}.dark .header .header__body .left-mobile .btn-close-open{background-color:transparent;outline:none;border:none;cursor:pointer}.dark .header .header__body .left-mobile .btn-close-open .btn-open{display:flex}.dark .header .header__body .left-mobile .btn-close-open .btn-close{display:none}.dark .header .header__body .left-mobile .buttons{display:none;position:absolute;z-index:10000}.dark .header .header__body .left-mobile.active .btn-close-open .btn-open{display:none}.dark .header .header__body .left-mobile.active .btn-close-open .btn-close,.dark .header .header__body .left-mobile.active .switcher{display:flex}.dark .header .header__body .left-mobile.active .buttons{padding:24px 20px;display:flex;flex-direction:column;width:100%;top:100%;left:0;box-sizing:border-box;background-color:#1f2937}.dark .header .header__body .left-desktop{display:none;align-items:center}@media screen and (min-width: 550px){.dark .header .header__body .left-desktop{display:flex}}.dark .header .header__body .left-desktop .delimiter{margin:0 16px;height:42px;border-right:1px solid #374151}.dark .header .header__body .left-desktop .switcher .light{display:none}.dark .header .header__body .left-desktop .switcher .dark{cursor:pointer;display:flex;border-radius:42px;background:#4B5563;display:inline-flex;padding:3px 3px 3px 6px;justify-content:flex-end;align-items:center;gap:6px}.dark .header .header__body .left-desktop .switcher .dark .button{filter:drop-shadow(0px 1px 2px rgba(0,0,0,.06)) drop-shadow(0px 1px 3px rgba(0,0,0,.1));width:20px;height:20px;border-radius:50%;background-color:#f9fafb}.light .login{width:100%;background-color:#f9fafb;box-sizing:border-box;min-height:calc(100vh - 411px)}.light .login .agreement{color:#000}.light .login .agreement h2{margin-bottom:20px}.light .login .agreement p{width:100%}.light .login .login-body{padding:30px 20px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.light .login .login-body .title{font-size:1.2rem;font-weight:600}@media screen and (min-width: 998px){.light .login .login-body .title{font-size:1.8rem}}.light .login .login-body .additional-text{text-align:center;display:flex;font-size:1.2rem}@media screen and (min-width: 998px){.light .login .login-body .additional-text{font-size:1.5rem}}.light .login .login-body .form{display:flex;flex-direction:column;align-items:center;width:100%;max-width:410px}.light .login .login-body .form .input{display:flex;flex-direction:column;width:100%}.light .login .login-body .form .input input{outline:none;background:#fff;border:1px solid #e5e5e5;border-radius:3px;height:64px;padding-left:20px;padding-right:20px;text-align:center!important;font-size:1.2rem}.light .login .login-body .form .button{margin-top:20px;width:100%;display:flex;justify-content:center}.light .login .login-body .form .button button{width:100%}.light .login .login-body .form .link{margin-top:30px}.light .login .login-body .form .link a{color:#22c55e;text-decoration:none}.light .login .login-body .link{margin-top:30px}.light .login .login-body .link a{color:#22c55e;text-decoration:none}.light .login .login-body.agreement{align-items:flex-start}.light .checkbox-container{max-width:310px;margin:0 auto}.light .uk-margin-medium-top{margin-top:15px!important;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.light .uk-margin-medium-top label{display:flex;justify-content:flex-start;align-items:center}.light .h-agreement{color:#000}.light .h-agreement a{color:#22c55e;text-decoration:none}.dark .login{width:100%;background-color:#111827;box-sizing:border-box;min-height:calc(100vh - 411px)}.dark .login .agreement{color:#fff}.dark .login .agreement h2{margin-bottom:20px}.dark .login .agreement p{width:100%}.dark .login .login-body{padding:30px 20px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.dark .login .login-body .title{font-size:1.2rem;font-weight:600;color:#fff}@media screen and (min-width: 998px){.dark .login .login-body .title{font-size:1.8rem}}.dark .login .login-body .additional-text{text-align:center;display:flex;font-size:1.2rem;color:#fff}@media screen and (min-width: 998px){.dark .login .login-body .additional-text{font-size:1.5rem}}.dark .login .login-body .form{display:flex;flex-direction:column;align-items:center;width:100%;max-width:410px}.dark .login .login-body .form .input{display:flex;flex-direction:column;width:100%}.dark .login .login-body .form .input input{outline:none;background:#fff;border:1px solid #e5e5e5;border-radius:3px;height:64px;padding-left:20px;padding-right:20px;text-align:center!important;font-size:1.2rem}.dark .login .login-body .form .button{margin-top:20px;width:100%;display:flex;justify-content:center}.dark .login .login-body .form .button button{width:100%}.dark .login .login-body .form .link{margin-top:30px}.dark .login .login-body .form .link a{color:#22c55e;text-decoration:none}.dark .login .login-body .link{margin-top:30px}.dark .login .login-body .link a{color:#22c55e;text-decoration:none}.dark .checkbox-container{max-width:310px;margin:0 auto}.dark .uk-margin-medium-top{margin-top:15px!important;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.dark .uk-margin-medium-top label{display:flex;justify-content:flex-start;align-items:center}.dark .h-agreement{color:#fff}.dark .h-agreement a{color:#22c55e;text-decoration:none}input[type=checkbox]{width:30px;height:30px;margin-right:10px}.dark .footer{box-sizing:border-box;width:100%;background-color:#1f2937}.dark .footer .footer-body{padding:30px 28px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.dark .footer .footer-body .email{display:flex;align-items:center;justify-content:center}.dark .footer .footer-body .email a{color:var(--gray-400, #9CA3AF);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;text-decoration:none;margin-left:8px}.dark .footer .footer-body .title{margin:34px 10px 12px;color:#9ca3af;text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:.7px;text-transform:uppercase}.dark .footer .footer-body .awards-list{display:flex;justify-content:center;gap:12px;margin-bottom:32px;flex-wrap:wrap}.dark .footer .footer-body .awards-list .img{height:90px}.dark .footer .footer-body .awards-list .img img{height:100%}.dark .footer .footer-body .partners{width:100%;border-top:1px solid #494949;padding-top:32px;display:flex;justify-content:center;gap:30px;align-items:center;flex-wrap:wrap}@media screen and (min-width: 992px){.dark .footer .footer-body .partners{max-width:1216px}}.dark .footer .footer-body .partners .i-1{width:81px;height:38px}.dark .footer .footer-body .partners .i-2{width:72px;height:28px}.dark .footer .footer-body .partners .i-3{width:108px;height:24px}.dark .footer .footer-body .partners .i-4{width:108px;height:23px}.dark .footer .footer-body .partners .i-5{width:72px;height:23px}.dark .footer .footer-body .partners .img{display:flex}.dark .footer .footer-body .partners .img img{width:100%;height:100%}.light .footer{box-sizing:border-box;width:100%;background-color:#fff}.light .footer.main-page{background-color:#f9fafb}.light .footer .footer-body{padding:30px 28px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.light .footer .footer-body .email{display:flex;align-items:center;justify-content:center}.light .footer .footer-body .email a{color:#9ca3af;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;text-decoration:none;margin-left:8px}.light .footer .footer-body .title{margin:34px 10px 12px;color:#9ca3af;text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:.7px;text-transform:uppercase}.light .footer .footer-body .awards-list{display:flex;justify-content:center;gap:12px;margin-bottom:32px;flex-wrap:wrap}.light .footer .footer-body .awards-list .img{height:90px}.light .footer .footer-body .awards-list .img img{height:100%}.light .footer .footer-body .partners{width:100%;border-top:1px solid #e7e7e7;padding-top:32px;display:flex;justify-content:center;gap:30px;align-items:center;flex-wrap:wrap}@media screen and (min-width: 992px){.light .footer .footer-body .partners{max-width:1216px}}.light .footer .footer-body .partners .i-1{width:81px;height:38px}.light .footer .footer-body .partners .i-2{width:72px;height:28px}.light .footer .footer-body .partners .i-3{width:108px;height:24px}.light .footer .footer-body .partners .i-4{width:108px;height:23px}.light .footer .footer-body .partners .i-5{width:72px;height:23px}.light .footer .footer-body .partners .img{display:flex}.light .footer .footer-body .partners .img img{width:100%;height:100%}.light .welcome{width:100%;display:flex;background-color:#f9fafb}.light .welcome .welcome-body{display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box;position:relative;padding:0 28px}.light .welcome .welcome-body .title{color:#111827;font-size:24px;font-style:normal;font-weight:800;line-height:32px;letter-spacing:-1.2px;margin-bottom:16px;text-align:center;width:100%}@media screen and (min-width: 768px){.light .welcome .welcome-body .title{margin-top:80px;font-size:37px;line-height:48px;max-width:462px;text-align:left}}@media screen and (min-width: 992px){.light .welcome .welcome-body .title{margin-top:154px;font-size:48px;font-style:normal;font-weight:800;line-height:48px;letter-spacing:-1.2px;margin-bottom:16px;max-width:462px}}@media screen and (min-width: 1160px){.light .welcome .welcome-body .title{max-width:500px}}.light .welcome .welcome-body .additional-message{margin:0;color:#374151;font-size:14px;font-style:normal;font-weight:400}@media screen and (min-width: 550px){.light .welcome .welcome-body .additional-message{max-width:250px}}@media screen and (min-width: 768px){.light .welcome .welcome-body .additional-message{font-size:16px;font-style:normal;font-weight:400;line-height:24px;max-width:362px}}@media screen and (min-width: 900px){.light .welcome .welcome-body .additional-message{max-width:420px}}@media screen and (min-width: 1110px){.light .welcome .welcome-body .additional-message{max-width:571px}}.light .welcome .welcome-body a{width:100%;box-sizing:border-box;margin:16px 0}@media screen and (min-width: 550px){.light .welcome .welcome-body a{margin:40px 0 26px;width:auto}}@media screen and (min-width: 992px){.light .welcome .welcome-body a{margin:40px 0 64px}}.light .welcome .welcome-body .img-bg-lg{display:none;display:flex;width:100%;max-width:326.86px;margin:0 auto}.light .welcome .welcome-body .img-bg-lg.dark{display:none!important}.light .welcome .welcome-body .img-bg-lg.desk{display:none}@media screen and (min-width: 400px){.light .welcome .welcome-body .img-bg-lg{max-width:377.6px}}@media screen and (min-width: 550px){.light .welcome .welcome-body .img-bg-lg{display:flex;position:absolute;right:20px;bottom:0;width:295px;height:250px;max-width:295px}}@media screen and (min-width: 630px){.light .welcome .welcome-body .img-bg-lg{width:295px;height:250px;max-width:295px}}@media screen and (min-width: 768px){.light .welcome .welcome-body .img-bg-lg{width:398.84px;height:338px;max-width:398.84px}}@media screen and (min-width: 992px){.light .welcome .welcome-body .img-bg-lg.mb{display:none}.light .welcome .welcome-body .img-bg-lg.desk{display:block}.light .welcome .welcome-body .img-bg-lg{width:590px;height:500px;max-width:590px}}.dark .welcome{width:100%;display:flex;background-color:#1f2937}.dark .welcome .welcome-body{display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box;position:relative;padding:0 28px}.dark .welcome .welcome-body .title{color:#fff;font-size:24px;font-style:normal;font-weight:800;line-height:32px;letter-spacing:-1.2px;margin-bottom:16px;text-align:center;width:100%}@media screen and (min-width: 768px){.dark .welcome .welcome-body .title{margin-top:80px;font-size:37px;line-height:48px;max-width:462px;text-align:left}}@media screen and (min-width: 992px){.dark .welcome .welcome-body .title{margin-top:154px;color:#fff;font-size:48px;font-style:normal;font-weight:800;line-height:48px;letter-spacing:-1.2px;margin-bottom:16px;max-width:462px}}@media screen and (min-width: 1160px){.dark .welcome .welcome-body .title{max-width:500px}}.dark .welcome .welcome-body .additional-message{margin:0;color:#e5e7eb;font-size:14px;font-style:normal;font-weight:400}@media screen and (min-width: 550px){.dark .welcome .welcome-body .additional-message{max-width:250px}}@media screen and (min-width: 768px){.dark .welcome .welcome-body .additional-message{font-size:16px;font-style:normal;font-weight:400;line-height:24px;max-width:362px}}@media screen and (min-width: 900px){.dark .welcome .welcome-body .additional-message{max-width:420px}}@media screen and (min-width: 1110px){.dark .welcome .welcome-body .additional-message{max-width:571px}}.dark .welcome .welcome-body a{width:100%;box-sizing:border-box;margin:16px 0}@media screen and (min-width: 550px){.dark .welcome .welcome-body a{margin:40px 0 26px;width:auto}}@media screen and (min-width: 992px){.dark .welcome .welcome-body a{margin:40px 0 64px}}.dark .welcome .welcome-body .img-bg-lg{display:none;display:flex;width:100%;max-width:326.86px;margin:0 auto}.dark .welcome .welcome-body .img-bg-lg.light{display:none!important}.dark .welcome .welcome-body .img-bg-lg.desk{display:none}@media screen and (min-width: 400px){.dark .welcome .welcome-body .img-bg-lg{max-width:377.6px}}@media screen and (min-width: 550px){.dark .welcome .welcome-body .img-bg-lg{display:flex;position:absolute;right:20px;bottom:0;width:295px;height:250px;max-width:295px}}@media screen and (min-width: 630px){.dark .welcome .welcome-body .img-bg-lg{width:295px;height:250px;max-width:295px}}@media screen and (min-width: 768px){.dark .welcome .welcome-body .img-bg-lg{width:398.84px;height:338px;max-width:398.84px}}@media screen and (min-width: 992px){.dark .welcome .welcome-body .img-bg-lg.mb{display:none}.dark .welcome .welcome-body .img-bg-lg.desk{display:block}.dark .welcome .welcome-body .img-bg-lg{width:590px;height:500px;max-width:590px}}.light .grow-with-us{width:100%;box-sizing:border-box;background-color:#f9fafb}.light .grow-with-us .grow-with-us-body{box-sizing:border-box;padding:10px 28px 30px;display:flex;align-items:center;flex-direction:column}@media screen and (min-width: 992px){.light .grow-with-us .grow-with-us-body{padding:48px 28px}}@media screen and (min-width: 992px){.light .grow-with-us .grow-with-us-body{justify-content:space-around;width:auto;flex-direction:row}}.light .grow-with-us .grow-with-us-body .image{order:2;width:100%;display:flex;justify-content:center;align-items:center}.light .grow-with-us .grow-with-us-body .image img{width:100%;max-width:446px}@media screen and (min-width: 992px){.light .grow-with-us .grow-with-us-body .image{order:1;width:446px}.light .grow-with-us .grow-with-us-body .image img{min-width:446px}}.light .grow-with-us .grow-with-us-body .info{display:flex;flex-direction:column;order:1;width:100%;max-width:100%;align-items:center;box-sizing:border-box}@media screen and (min-width: 992px){.light .grow-with-us .grow-with-us-body .info{max-width:578px;margin-left:20px;align-items:stretch;order:2}}.light .grow-with-us .grow-with-us-body .info .title{color:#111827;font-size:24px;font-style:normal;font-weight:800;line-height:32px}@media screen and (min-width: 992px){.light .grow-with-us .grow-with-us-body .info .title{font-size:36px;font-weight:800;line-height:40px;letter-spacing:-.9px;margin:40px 0 20px}}.light .grow-with-us .grow-with-us-body .info .rating{display:flex;align-items:center;gap:23px;flex-wrap:wrap;margin-right:auto}@media screen and (min-width: 600px){.light .grow-with-us .grow-with-us-body .info .rating{margin-right:0}}.light .grow-with-us .grow-with-us-body .info .rating .row{display:flex;align-items:center}.light .grow-with-us .grow-with-us-body .info .rating .row span{color:#111827;font-weight:500;font-size:10px;font-style:normal;line-height:normal}@media screen and (min-width: 768px){.light .grow-with-us .grow-with-us-body .info .rating .row span{font-size:18px}}.light .grow-with-us .grow-with-us-body .info .rating .row span.bold{font-weight:700}.light .grow-with-us .grow-with-us-body .info .rating .row svg{margin-left:10px;width:80px}@media screen and (min-width: 768px){.light .grow-with-us .grow-with-us-body .info .rating .row svg{margin-left:20px;width:auto}}.light .grow-with-us .grow-with-us-body .info .rating .row svg.mb{margin-bottom:5px}.light .grow-with-us .grow-with-us-body .info .rating .row svg.dark{display:none}.light .grow-with-us .grow-with-us-body .info .additional-message{margin-top:0;color:#374151;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-align:left}@media screen and (min-width: 600px){.light .grow-with-us .grow-with-us-body .info .additional-message{text-align:center}}@media screen and (min-width: 994px){.light .grow-with-us .grow-with-us-body .info .additional-message{text-align:left;font-size:16px;font-weight:400;line-height:24px}}.light .grow-with-us .grow-with-us-body .info a.btn-orange{width:100%;display:flex;padding:13px 25px;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:40px;box-sizing:border-box}@media screen and (min-width: 600px){.light .grow-with-us .grow-with-us-body .info a.btn-orange{width:187px}}.dark .grow-with-us{width:100%;box-sizing:border-box;background-color:#1f2937}.dark .grow-with-us .grow-with-us-body{box-sizing:border-box;padding:10px 28px 30px;display:flex;align-items:center;flex-direction:column}@media screen and (min-width: 992px){.dark .grow-with-us .grow-with-us-body{padding:48px 28px}}@media screen and (min-width: 992px){.dark .grow-with-us .grow-with-us-body{justify-content:space-around;width:auto;flex-direction:row}}.dark .grow-with-us .grow-with-us-body .image{order:2;width:100%;display:flex;justify-content:center;align-items:center}.dark .grow-with-us .grow-with-us-body .image img{width:100%;max-width:446px}@media screen and (min-width: 992px){.dark .grow-with-us .grow-with-us-body .image{order:1;width:446px}.dark .grow-with-us .grow-with-us-body .image img{min-width:446px}}.dark .grow-with-us .grow-with-us-body .info{display:flex;flex-direction:column;order:1;width:100%;max-width:100%;align-items:center;box-sizing:border-box}@media screen and (min-width: 992px){.dark .grow-with-us .grow-with-us-body .info{max-width:578px;margin-left:20px;align-items:stretch;order:2}}.dark .grow-with-us .grow-with-us-body .info .title{color:#fff;font-size:24px;font-style:normal;font-weight:800;line-height:32px}@media screen and (min-width: 992px){.dark .grow-with-us .grow-with-us-body .info .title{font-size:36px;font-weight:800;line-height:40px;letter-spacing:-.9px;margin:40px 0 20px}}.dark .grow-with-us .grow-with-us-body .info .rating{display:flex;align-items:center;gap:23px;flex-wrap:wrap;margin-right:auto}@media screen and (min-width: 600px){.dark .grow-with-us .grow-with-us-body .info .rating{margin-right:0}}.dark .grow-with-us .grow-with-us-body .info .rating .row{display:flex;align-items:center}.dark .grow-with-us .grow-with-us-body .info .rating .row span{color:#fff;font-weight:500;font-size:10px;font-style:normal;line-height:normal}@media screen and (min-width: 768px){.dark .grow-with-us .grow-with-us-body .info .rating .row span{font-size:18px}}.dark .grow-with-us .grow-with-us-body .info .rating .row span.bold{font-weight:700}.dark .grow-with-us .grow-with-us-body .info .rating .row svg{margin-left:10px;width:80px}@media screen and (min-width: 768px){.dark .grow-with-us .grow-with-us-body .info .rating .row svg{margin-left:20px;width:auto}}.dark .grow-with-us .grow-with-us-body .info .rating .row svg.mb{margin-bottom:5px}.dark .grow-with-us .grow-with-us-body .info .rating .row svg.light{display:none}.dark .grow-with-us .grow-with-us-body .info .additional-message{margin-top:0;color:#e5e7eb;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-align:left}@media screen and (min-width: 600px){.dark .grow-with-us .grow-with-us-body .info .additional-message{text-align:center}}@media screen and (min-width: 994px){.dark .grow-with-us .grow-with-us-body .info .additional-message{text-align:left;font-size:16px;font-weight:400;line-height:24px}}.dark .grow-with-us .grow-with-us-body .info a.btn-orange{width:100%;display:flex;padding:13px 25px;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:40px;box-sizing:border-box}@media screen and (min-width: 600px){.dark .grow-with-us .grow-with-us-body .info a.btn-orange{width:187px}}.grow-with-us .trust-score{text-decoration:none;padding-top:15px;padding-bottom:15px}.light .great-commissions{width:100%;box-sizing:border-box;background-color:#fff}.light .great-commissions .great-commissions-body{box-sizing:border-box;padding:32px 28px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.light .great-commissions .great-commissions-body .title{color:#111827;text-align:center;font-size:24px;font-style:normal;font-weight:800;line-height:32px}@media screen and (min-width: 768px){.light .great-commissions .great-commissions-body .title{font-size:36px;line-height:40px;letter-spacing:-.9px}}.light .great-commissions .great-commissions-body .cases{margin-top:30px;display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (min-width: 768px){.light .great-commissions .great-commissions-body .cases{margin-top:50px}}.light .great-commissions .great-commissions-body .cases .case{display:flex;margin-bottom:32px}.light .great-commissions .great-commissions-body .cases .case.c-6{margin-bottom:0}@media screen and (min-width: 600px){.light .great-commissions .great-commissions-body .cases .case{width:calc(50% - 20px);margin-bottom:0}.light .great-commissions .great-commissions-body .cases .case.c-1,.light .great-commissions .great-commissions-body .cases .case.c-2,.light .great-commissions .great-commissions-body .cases .case.c-3,.light .great-commissions .great-commissions-body .cases .case.c-4{margin-bottom:76px}}@media screen and (min-width: 992px){.light .great-commissions .great-commissions-body .cases .case{width:calc(33.333% - 10px)}.light .great-commissions .great-commissions-body .cases .case.c-4{margin-bottom:0}}.light .great-commissions .great-commissions-body .cases .case .icon{display:flex;min-width:48px;height:48px;justify-content:center;align-items:center;border-radius:6px;background:#22C55E}.light .great-commissions .great-commissions-body .cases .case .text{margin-bottom:0;margin-left:16px;display:flex;flex-direction:column;align-items:flex-start}@media screen and (min-width: 768px){.light .great-commissions .great-commissions-body .cases .case .text{margin-left:32px}}.light .great-commissions .great-commissions-body .cases .case .text .title{text-align:left;color:#111827;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:8px}@media screen and (min-width: 768px){.light .great-commissions .great-commissions-body .cases .case .text .title{max-width:270px}}.light .great-commissions .great-commissions-body .cases .case .text .message{color:#6b7280;font-size:14px;font-style:normal;font-weight:400;line-height:20px}@media screen and (min-width: 992px){.light .great-commissions .great-commissions-body .cases .case .text .message{max-width:269px}}.light .great-commissions .great-commissions-body a{width:calc(100% - 30px);margin-top:16px}@media screen and (min-width: 600px){.light .great-commissions .great-commissions-body a{margin-top:43px;width:auto}}.dark .great-commissions{width:100%;box-sizing:border-box;background-color:#111827}.dark .great-commissions .great-commissions-body{box-sizing:border-box;padding:32px 28px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.dark .great-commissions .great-commissions-body .title{color:#fff;text-align:center;font-size:24px;font-style:normal;font-weight:800;line-height:32px}@media screen and (min-width: 768px){.dark .great-commissions .great-commissions-body .title{font-size:36px;line-height:40px;letter-spacing:-.9px}}.dark .great-commissions .great-commissions-body .cases{margin-top:30px;display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (min-width: 768px){.dark .great-commissions .great-commissions-body .cases{margin-top:50px}}.dark .great-commissions .great-commissions-body .cases .case{display:flex;margin-bottom:32px}.dark .great-commissions .great-commissions-body .cases .case.c-6{margin-bottom:0}@media screen and (min-width: 600px){.dark .great-commissions .great-commissions-body .cases .case{width:calc(50% - 20px);margin-bottom:0}.dark .great-commissions .great-commissions-body .cases .case.c-1,.dark .great-commissions .great-commissions-body .cases .case.c-2,.dark .great-commissions .great-commissions-body .cases .case.c-3,.dark .great-commissions .great-commissions-body .cases .case.c-4{margin-bottom:76px}}@media screen and (min-width: 992px){.dark .great-commissions .great-commissions-body .cases .case{width:calc(33.333% - 10px)}.dark .great-commissions .great-commissions-body .cases .case.c-4{margin-bottom:0}}.dark .great-commissions .great-commissions-body .cases .case .icon{display:flex;min-width:48px;height:48px;justify-content:center;align-items:center;border-radius:6px;background:#22C55E}.dark .great-commissions .great-commissions-body .cases .case .text{margin-bottom:0;margin-left:16px;display:flex;flex-direction:column;align-items:flex-start}@media screen and (min-width: 768px){.dark .great-commissions .great-commissions-body .cases .case .text{margin-left:32px}}.dark .great-commissions .great-commissions-body .cases .case .text .title{color:#f9fafb;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:8px;text-align:left}@media screen and (min-width: 768px){.dark .great-commissions .great-commissions-body .cases .case .text .title{max-width:270px}}.dark .great-commissions .great-commissions-body .cases .case .text .message{color:#e5e7eb;font-size:14px;font-style:normal;font-weight:400;line-height:20px}@media screen and (min-width: 992px){.dark .great-commissions .great-commissions-body .cases .case .text .message{max-width:269px}}.dark .great-commissions .great-commissions-body a{width:calc(100% - 30px);margin-top:16px}@media screen and (min-width: 600px){.dark .great-commissions .great-commissions-body a{margin-top:43px;width:auto}}
