@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Just+Me+Again+Down+Here&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap";._customToast_innux_2 h4{transform:translateY(-2px);margin-bottom:4px;font-size:16px;font-weight:600;color:#000}._customToast_innux_2 p{font-size:14px;line-height:1.2;color:#000}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._aboutUs_tzdv1_2{width:100%;background-color:#eeeef5;overflow:hidden}._wrapper_tzdv1_8{width:100%;padding-bottom:64px}@media only screen and (max-width: 1023px){._wrapper_tzdv1_8{padding-bottom:32px}}._hero_tzdv1_18{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:162px 120px 122px;min-height:600px;overflow:hidden}@media only screen and (max-width: 1023px){._hero_tzdv1_18{padding:146px 16px 107px}}._heroBackground_tzdv1_34{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}._heroBackgroundImage_tzdv1_43{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}@media only screen and (max-width: 1023px){._heroBackgroundImage_tzdv1_43{left:-100px;width:auto}}._heroCard_tzdv1_58{position:relative;display:flex;max-width:872px;width:100%;margin:0 auto;padding:13px;background:#e0e0eb;border:1px solid #cdcddd;border-radius:32px}@media only screen and (max-width: 767px){._heroCard_tzdv1_58{padding:13px}}._heroContent_tzdv1_75{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-end;gap:16px;padding:80px 32px;background:#eeeef5;border:1px solid #cdcddd;border-radius:24px;box-shadow:0 2px 8px inset #1b1b210a;min-width:408px;flex:1;overflow:hidden}@media only screen and (max-width: 1023px){._heroContent_tzdv1_75{min-width:unset;padding:160px 24px 24px}}@media only screen and (max-width: 767px){._heroContent_tzdv1_75{padding:160px 16px 32px;gap:16px}}._heroText_tzdv1_104{display:flex;flex-direction:column;gap:16px;max-width:547px}@media only screen and (max-width: 1023px){._heroText_tzdv1_104{max-width:100%;text-align:center}}._heroTitle_tzdv1_117{font-family:Inter,sans-serif;font-weight:400;font-size:48px;line-height:48px;color:#181819;margin:0}@media only screen and (max-width: 1023px){._heroTitle_tzdv1_117{font-size:32px;line-height:40px;text-align:center}}@media only screen and (max-width: 767px){._heroTitle_tzdv1_117{font-size:40px;line-height:48px}}._heroDescription_tzdv1_139{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#54547e;margin:0}@media only screen and (max-width: 767px){._heroDescription_tzdv1_139{max-width:100%}}._heroDecoration_tzdv1_153{position:absolute;left:0;top:-30px;width:220px;height:395px;overflow:hidden;pointer-events:none}@media only screen and (max-width: 1023px){._heroDecoration_tzdv1_153{width:100%;top:-150px}}._heroDotsPattern_tzdv1_169{width:100%;height:100%;object-fit:contain;transform:rotate(180deg)}@media only screen and (max-width: 1023px){._heroDotsPattern_tzdv1_169{transform:rotate(-90deg)}}._mission_tzdv1_181{position:relative;display:flex;flex-direction:column;align-items:center;gap:24px;max-width:992px;width:100%;margin:100px auto;padding:0 16px}@media only screen and (max-width: 1023px){._mission_tzdv1_181{margin-top:32px}}._mission_tzdv1_181:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-1400px;width:1360px;height:100%;pointer-events:none;z-index:0;border-radius:24px;border-top:1px solid #cdcddd;border-left:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._mission_tzdv1_181:before{display:none}}._mission_tzdv1_181:after{content:"";position:absolute;top:50%;left:-1400px;transform:translateY(-50%);width:1360px;height:100%;pointer-events:none;z-index:0;border-radius:24px;border-top:1px solid #cdcddd;border-right:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:-1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._mission_tzdv1_181:after{display:none}}._mission_tzdv1_181 ._dividerPattern_tzdv1_239{margin-top:60px}._missionLabel_tzdv1_243{font-family:JetBrains Mono,monospace;font-weight:500;font-size:14px;line-height:21px;letter-spacing:.42px;text-transform:uppercase;color:#54547e}._missionTitle_tzdv1_253{max-width:876px;font-family:Arial,sans-serif;font-weight:400;font-size:56px;line-height:67.2px;letter-spacing:-1.68px;text-align:center;color:#181819;opacity:.2;margin:0}@media only screen and (max-width: 1023px){._missionTitle_tzdv1_253{font-size:32px;line-height:40px}}._dividerPattern_tzdv1_239{position:relative;display:flex;flex-direction:column;align-items:center;gap:32px;width:100%}@media only screen and (max-width: 767px){._dividerPattern_tzdv1_239{gap:32px}}._dividerLine_tzdv1_286{position:relative;height:1px;width:100%;max-width:720px;background:linear-gradient(90deg,#eeeef5,#cdcddd,#eeeef5);box-shadow:0 .5px 1px #fff}._dividerLine_tzdv1_286._medium_tzdv1_294{max-width:360px}._dividerLine_tzdv1_286._small_tzdv1_297{max-width:180px}._about_tzdv1_2{position:relative;display:flex;flex-direction:column;gap:36px;max-width:992px;width:100%;margin:0 auto;padding:0 16px;z-index:2}@media only screen and (max-width: 1023px){._about_tzdv1_2{padding:0 24px;margin:-200px auto 0}}@media only screen and (max-width: 767px){._about_tzdv1_2{gap:36px;padding:0 16px;margin:-160px auto 0}}._about_tzdv1_2:before{content:"";position:absolute;top:0;right:-1400px;width:1360px;height:900px;pointer-events:none;z-index:0;border-radius:24px;border-top:1px solid #cdcddd;border-left:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._about_tzdv1_2:before{display:none}}._about_tzdv1_2:after{content:"";position:absolute;top:0;left:-1400px;width:1360px;height:900px;pointer-events:none;z-index:0;border-radius:24px;border-top:1px solid #cdcddd;border-right:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:-1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._about_tzdv1_2:after{display:none}}._aboutCardsWrapper_tzdv1_366{display:flex;gap:24px}._aboutCardsWrapper_tzdv1_366 ._aboutCard_tzdv1_366:first-child{width:60%}._aboutCardsWrapper_tzdv1_366 ._aboutCard_tzdv1_366:last-child{width:40%}@media only screen and (max-width: 1023px){._aboutCardsWrapper_tzdv1_366{flex-direction:column}._aboutCardsWrapper_tzdv1_366 ._aboutCard_tzdv1_366:first-child{width:100%}._aboutCardsWrapper_tzdv1_366 ._aboutCard_tzdv1_366:last-child{width:100%}._aboutCardsWrapper_tzdv1_366 ._aboutCard_tzdv1_366:last-child ._aboutDecoration_tzdv1_386{display:block}}._aboutCard_tzdv1_366{position:relative;display:flex;padding:13px;background:#e0e0eb;border:1px solid #cdcddd;border-radius:32px}._aboutCard_tzdv1_366._aboutCardPb_tzdv1_399 ._aboutContent_tzdv1_399{padding-bottom:194px}._aboutCard_tzdv1_366._aboutCardPb_tzdv1_399 ._aboutDecoration_tzdv1_386{right:unset;top:unset;left:50%;bottom:0;transform:translate(-50%);width:100%;height:180px}@media only screen and (max-width: 767px){._aboutCard_tzdv1_366{padding:13px}}._aboutContent_tzdv1_399{position:relative;z-index:2;display:flex;flex-direction:column;gap:16px;padding:32px;background:#eeeef5;border:1px solid #cdcddd;border-radius:24px;box-shadow:0 2px 8px inset #1b1b210a;flex:1;overflow:hidden}@media only screen and (max-width: 1023px){._aboutContent_tzdv1_399{min-width:unset;padding:24px}}@media only screen and (max-width: 767px){._aboutContent_tzdv1_399{padding:32px 16px;gap:16px}}._aboutTitle_tzdv1_444{font-family:Arial,sans-serif;font-weight:400;font-size:40px;line-height:48px;letter-spacing:-1.2px;color:#181819;margin:0}@media only screen and (max-width: 1023px){._aboutTitle_tzdv1_444{font-size:32px;line-height:40px}}@media only screen and (max-width: 767px){._aboutTitle_tzdv1_444{font-size:40px;line-height:48px}}._aboutDescription_tzdv1_466{max-width:650px;font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:24px;color:#54547e;margin:0}@media only screen and (max-width: 1023px){._aboutDescription_tzdv1_466{font-size:16px;line-height:24px}}@media only screen and (max-width: 767px){._aboutDescription_tzdv1_466{font-size:17.438px;line-height:27px;max-width:100%}}._aboutList_tzdv1_489 li{position:relative;padding-left:16px}._aboutList_tzdv1_489 li:before{content:"";position:absolute;left:0;top:10px;width:4px;height:4px;background:#54547e;border-radius:50%}._aboutList_tzdv1_489 span{font-weight:700}._aboutTextItem_tzdv1_507{padding:12px 24px;border:1px solid #cdcddd;border-radius:16px;font-size:16px;background:#fff;color:#181819}._aboutTextItem_tzdv1_507 span{font-weight:700}._aboutDecoration_tzdv1_386{position:absolute;right:0;top:-30px;width:220px;height:395px;overflow:hidden;pointer-events:none}@media only screen and (max-width: 1023px){._aboutDecoration_tzdv1_386{display:none}}._aboutDotsPattern_tzdv1_534{width:100%;height:100%;object-fit:contain}._aboutBlur_tzdv1_540{position:absolute;top:50%;right:-162px;transform:translateY(-50%);width:273px;height:125px;border-radius:960px;background:#fff3eb;filter:blur(32px);pointer-events:none;z-index:0}._aboutBottomText_tzdv1_554{max-width:734px;margin:0 auto;font-family:Arial,sans-serif;font-size:20px;line-height:30px;text-align:center;color:#54547e}._aboutBottomText_tzdv1_554 span{font-weight:700}._mainWrapper_s7mck_2{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}._footerWrapper_s7mck_9 footer{background:linear-gradient(to bottom,#fff,#eeeef5)}._authSection_s7mck_13{position:relative;width:100%;height:100%;min-height:100vh;margin:auto;padding:136px 24px 32px}@media only screen and (max-width: 767px){._authSection_s7mck_13{padding:136px 16px 32px}}._backgroundImage_s7mck_27{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}._contentWrapper_s7mck_36{position:relative;display:flex;flex-direction:column;gap:80px;max-width:1440px;margin:0 auto;padding:20px 50px;overflow:hidden}@media only screen and (max-width: 1023px){._contentWrapper_s7mck_36{padding:0}}._forgotLink_s7mck_52{margin-top:-10px;margin-left:auto;width:fit-content;font-size:14px;font-weight:400;line-height:28px}._headerWrapper_s7mck_61{display:flex;flex-direction:column;gap:8px;width:100%}._checkboxWrapper_s7mck_68{display:flex;align-items:center;gap:8px;width:100%;margin-top:-24px}._checkboxText_s7mck_76{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#54547e}._checkboxText_s7mck_76 a{color:#444ee1;text-decoration:none}._authChekbox_s7mck_88{flex-shrink:0;margin-top:2px}._wrapper_s7mck_93{max-width:560px;width:100%;margin:0 auto;padding:13px;background:#e0e0eb;border:1px solid #cdcddd;border-radius:32px}._authForm_s7mck_103{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;width:100%;padding:32px;background:#eeeef5;border:1px solid #cdcddd;border-radius:24px;overflow:hidden}._authForm_s7mck_103:before{content:"";position:absolute;bottom:-92px;right:-146px;width:246px;height:156px;border-radius:960px;background:#a1a6f0;filter:blur(32px);pointer-events:none;z-index:0;opacity:.5}@media only screen and (max-width: 767px){._authForm_s7mck_103:before{bottom:-92px;right:-146px}}@media only screen and (max-width: 1023px){._authForm_s7mck_103{max-width:100%;padding:16px 8px}}._title_s7mck_144{margin:0;font-size:40px;font-weight:400;line-height:48px;letter-spacing:-1.2px;text-align:center;color:#181819;text-transform:none}@media only screen and (max-width: 767px){._title_s7mck_144{font-size:32px;line-height:40px}}._text_s7mck_161{margin:0;font-size:16px;font-weight:400;line-height:27px;text-align:center;color:#54547e}._signUpLink_s7mck_170{position:relative;width:fit-content;text-decoration:none}._signUpLink_s7mck_170:after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:100%;background-color:currentColor;transition:width .3s ease}._inputsWrapper_s7mck_186{display:flex;flex-direction:column;gap:16px;width:100%}._flexWrapper_s7mck_193{display:flex;gap:16px;width:100%}@media only screen and (max-width: 767px){._flexWrapper_s7mck_193{flex-direction:column}}._linksWrapper_s7mck_204{display:flex;gap:32px;margin:0 auto}._forgotPasswordText_s7mck_210{display:block;width:100%;margin-top:-8px;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;text-align:right;color:#444ee1;text-decoration:none;cursor:pointer;transition:opacity .2s ease}._signUpText_s7mck_225{margin:0;font-size:16px;font-weight:400;line-height:27px;text-align:center;color:#54547e}._signUpText_s7mck_225 a{font-family:Inter,sans-serif;font-weight:500;color:#000;text-decoration:none}._resetWrapper_s7mck_240{display:flex;flex-direction:column;gap:32px;width:100%}._resetWrapper_s7mck_240 ._title_s7mck_144,._resetWrapper_s7mck_240 ._text_s7mck_161{padding:0 32px}@media only screen and (max-width: 1023px){._resetWrapper_s7mck_240 ._title_s7mck_144,._resetWrapper_s7mck_240 ._text_s7mck_161{padding:0 16px}}._button_s7mck_257{box-shadow:0 0 0 4px #e0e0eb,0 2px 2px .5px #bcbcd2}._footer_1pqy2_2{position:relative;z-index:1;margin-top:auto;background-color:#eeeef5}._footerWrapper_1pqy2_9{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:40px;box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1440px;padding:32px 120px}@media only screen and (max-width: 1439px){._footerWrapper_1pqy2_9{flex-direction:column}}@media only screen and (max-width: 1023px){._footerWrapper_1pqy2_9{padding:24px 16px}}._brandRow_1pqy2_33{display:flex;align-items:center;gap:8px;height:24px}._logo_1pqy2_40{cursor:pointer}._brandName_1pqy2_44{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:20px;color:#9797b9}._disclaimer_1pqy2_52{max-width:768px;text-align:center;font-family:JetBrains Mono,monospace;font-weight:500;font-size:12px;line-height:18px;letter-spacing:.36px;text-transform:uppercase;color:#9797b9}._bottomRow_1pqy2_64{display:flex;align-items:center;justify-content:space-between;width:100%}@media only screen and (max-width: 1023px){._bottomRow_1pqy2_64{flex-direction:column;gap:24px;align-items:center}}._paymentMethods_1pqy2_78{display:flex;align-items:center;height:19.5px}._paymentMethodsImg_1pqy2_84{height:100%;width:auto}._links_1pqy2_89{display:flex;align-items:center;justify-content:center;gap:40px}@media only screen and (max-width: 1023px){._links_1pqy2_89{gap:30px}}._link_1pqy2_89{font-family:JetBrains Mono,monospace;font-weight:500;font-size:12px;line-height:18px;letter-spacing:.364px;text-transform:uppercase;color:#9797b9;text-decoration:none}._link_1pqy2_89:hover{opacity:.8}._copyright_1pqy2_115{font-family:JetBrains Mono,monospace;font-weight:500;font-size:8px;line-height:18px;text-transform:uppercase;color:#9797b9;white-space:nowrap}@media only screen and (max-width: 1023px){._copyright_1pqy2_115{text-align:center}}._spinner_11dcd_2{border:5px solid;border-color:#ff3d00 transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:_rotation_11dcd_1 1s linear infinite}._blue_11dcd_11{border-color:#d0d3f7 transparent transparent transparent}._white_11dcd_15{border-color:#ffffff transparent}._red_11dcd_19{border-color:#e14944 transparent}._tiny_11dcd_23{width:24px;height:24px;font-size:3px}._small_11dcd_29{width:32px;height:32px;font-size:4px}._medium_11dcd_35{width:40px;height:40px}._large_11dcd_40{width:48px;height:48px;font-size:6px}@keyframes _rotation_11dcd_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._button_1fwk4_2{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:66px;min-height:48px;border-radius:24px;padding:14px 24px;border:none;transition:all .2s ease;white-space:nowrap;cursor:pointer;font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:24px;text-align:center}._button_1fwk4_2:disabled{cursor:not-allowed}._button_1fwk4_2 span{position:relative;z-index:2;display:flex;align-items:center;gap:8px}._medium_1fwk4_35{padding:10px 20px;min-height:40px;font-size:16px;line-height:20px}._full_1fwk4_42{width:100%}._auto_1fwk4_46{width:auto}._primary_1fwk4_50{background-color:#000;color:#fff}._primary_1fwk4_50:hover:not(:disabled){background-color:#444ee1}._primary_1fwk4_50:disabled{background-color:#babac0;color:#fff}._primary_1fwk4_50 span,._default_1fwk4_65{color:#fff}._secondary_1fwk4_69{background-color:#fff;color:#000;border:1px solid #000000}._secondary_1fwk4_69:hover:not(:disabled){background-color:#eef5fc}._secondary_1fwk4_69:disabled{background-color:#fff;border-color:#cdcddd;color:#cdcddd}._secondary_1fwk4_69 span{color:inherit}._tertiary_1fwk4_86{background-color:transparent;color:#000}._tertiary_1fwk4_86:hover:not(:disabled){color:#444ee1}._tertiary_1fwk4_86:disabled{background-color:transparent;border-color:#777791;color:#777791}._tertiary_1fwk4_86 span{color:inherit}._gradient_1fwk4_102{background-color:#444ee1;color:#fff}._gradient_1fwk4_102:hover:not(:disabled){background-color:#737ae9}._gradient_1fwk4_102:disabled{background-color:#babac0;color:#fff}._gradient_1fwk4_102 span{color:#fff}._dangerous_1fwk4_117{background-color:transparent;color:#e14944;border:1px solid #e14944}._dangerous_1fwk4_117:hover:not(:disabled){background-color:#e14944;color:#fff}._dangerous_1fwk4_117:disabled{background-color:transparent;border-color:#f0a4a1;color:#f0a4a1}._dangerous_1fwk4_117 span{color:inherit}._outline_1fwk4_135{background:transparent}._small_1fwk4_139{padding:8px 16px;min-height:36px;font-size:14px;line-height:16px}._spinner_1fwk4_146{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._spinnerWrapper_1fwk4_153{position:absolute;top:50%;left:50%;transform:translate(-50%,-45%)}._selector_4z2zo_2{position:relative;min-width:80px;cursor:pointer;-webkit-user-select:none;user-select:none;background:transparent;border:1px solid #ffffff;border-right:none;border-radius:24px 0 0 24px;padding:12px 20px;transition:background-color .2s ease,border-color .2s ease}._selector_4z2zo_2:hover,._selector_4z2zo_2._open_4z2zo_18{background:#000;border-color:#000}._selected_4z2zo_23{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:20px;color:#fff;text-align:center;white-space:nowrap}._dropdown_4z2zo_33{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#000;border-radius:24px 0 0 24px;padding:8px 0;z-index:5}._option_4z2zo_44{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:20px;color:#fff;text-align:center;padding:12px 20px;cursor:pointer;transition:opacity .2s ease}._option_4z2zo_44:hover{opacity:.8}._option_4z2zo_44._active_4z2zo_58{font-weight:600}._mobileSelector_4z2zo_62{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}._mobileSelected_4z2zo_70{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 16px;background:transparent;border-radius:24px;cursor:pointer;transition:all .2s ease}._mobileSelected_4z2zo_70 span{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:20px;color:#000;white-space:nowrap}._mobileSelected_4z2zo_70 ._arrow_4z2zo_89{color:#000;transition:transform .2s ease;flex-shrink:0;width:16px;height:16px}._mobileSelected_4z2zo_70 ._arrow_4z2zo_89._rotated_4z2zo_96{transform:rotate(180deg)}._mobileDropdown_4z2zo_100{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}._mobileOption_4z2zo_107{display:flex;align-items:center;justify-content:center;padding:8px 16px;background:transparent;border-radius:24px;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:20px;color:#000;white-space:nowrap}._selector_1ta9h_2{position:relative;min-width:80px;cursor:pointer;-webkit-user-select:none;user-select:none;background:transparent;border:1px solid #ffffff;border-right:none;border-radius:24px 0 0 24px;padding:12px 20px;transition:background-color .2s ease,border-color .2s ease}._selector_1ta9h_2:hover,._selector_1ta9h_2._open_1ta9h_18{background:#000;border-color:#000}._selected_1ta9h_23{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:20px;color:#fff;text-align:center;white-space:nowrap}._dropdown_1ta9h_33{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#000;border-radius:24px 0 0 24px;padding:8px 0;z-index:5}._option_1ta9h_44{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:20px;color:#fff;text-align:center;padding:12px 20px;cursor:pointer;transition:opacity .2s ease}._option_1ta9h_44:hover{opacity:.8}._option_1ta9h_44._active_1ta9h_58{font-weight:600}._mobileSelector_1ta9h_62{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}._mobileSelected_1ta9h_70{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0x 16px;background:transparent;border-radius:24px;cursor:pointer;transition:all .2s ease}._mobileSelected_1ta9h_70 span{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:20px;color:#000;white-space:nowrap}._mobileSelected_1ta9h_70 ._arrow_1ta9h_89{color:#000;transition:transform .2s ease;flex-shrink:0;width:16px;height:16px}._mobileSelected_1ta9h_70 ._arrow_1ta9h_89._rotated_1ta9h_96{transform:rotate(180deg)}._mobileDropdown_1ta9h_100{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}._mobileOption_1ta9h_107{display:flex;align-items:center;justify-content:center;padding:8px 16px;background:transparent;border-radius:24px;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:20px;color:#000;white-space:nowrap}._dropdownIcon_z4yme_2 path{stroke:#000}._header_f0uu3_2{position:fixed;top:0;left:0;width:100%;transition:.3s all;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 100px 0;z-index:11}@media only screen and (max-width: 1439px){._header_f0uu3_2{padding:16px 16px 0}}@media only screen and (max-width: 1023px){._header_f0uu3_2{z-index:6}}._contentWrapper_f0uu3_26{display:flex;justify-content:space-between;align-items:center;gap:16px;max-width:1440px;width:100%;min-width:736px;height:72px;padding:12px 12px 12px 20px;position:relative;z-index:3;box-sizing:border-box;background:#ffffff26;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);border-radius:9999px}@media only screen and (max-width: 1439px){._contentWrapper_f0uu3_26{min-width:unset;padding:12px 16px}}._leftWrapper_f0uu3_50{display:flex;align-items:center;gap:150px;flex-shrink:0}@media only screen and (max-width: 1023px){._leftWrapper_f0uu3_50{position:relative;z-index:3}}._rightWrapper_f0uu3_63{display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-shrink:0}@media only screen and (max-width: 1023px){._rightWrapper_f0uu3_63{position:relative;z-index:3}}._logoWrapper_f0uu3_77{display:flex;align-items:center;height:24px;cursor:pointer}._logoWrapper_f0uu3_77 img{height:24px;width:auto}._generalLinksWrapper_f0uu3_88{display:flex;align-items:center;justify-content:center;gap:8px;flex-grow:1}@media only screen and (max-width: 1023px){._generalLinksWrapper_f0uu3_88{width:100%;flex-direction:column;gap:36px}}@media only screen and (max-width: 1023px){._generalLinksWrapper_f0uu3_88._desktop_f0uu3_103{display:none}}._generalLink_f0uu3_88{display:flex;align-items:center;padding:8px 16px;border-radius:24px;white-space:nowrap;transition:background-color .2s ease}._generalLink_f0uu3_88:hover{background-color:#0000000d}@media only screen and (max-width: 1439px){._generalLink_f0uu3_88{padding:0 8px}}._generalLinkText_f0uu3_125{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:20px;color:#000;text-decoration:none}@media only screen and (max-width: 1439px){._generalLinkText_f0uu3_125{font-size:16px;font-weight:500}}@media only screen and (max-width: 1023px){._generalLinkText_f0uu3_125{opacity:.5}}._menuToggle_f0uu3_145{display:none}._menuToggle_f0uu3_145:checked+._menuBtn_f0uu3_149{right:24px}._menuToggle_f0uu3_145:checked+._menuBtn_f0uu3_149 svg{display:none}._menuToggle_f0uu3_145:checked+._menuBtn_f0uu3_149>span{display:block;top:50%;left:50%;transform:translate(-50%) rotate(45deg)}._menuToggle_f0uu3_145:checked+._menuBtn_f0uu3_149>span:before{display:block;top:0;transform:rotate(0)}._menuToggle_f0uu3_145:checked+._menuBtn_f0uu3_149>span:after{display:block;top:0;transform:rotate(90deg)}._menuToggle_f0uu3_145:checked~._mobileLinksWrapper_f0uu3_175{left:0;align-items:center}._menuBtn_f0uu3_149{position:relative;display:none;transition-duration:.25s}@media only screen and (max-width: 1023px){._menuBtn_f0uu3_149{position:absolute;top:50%;right:24px;display:flex;align-items:center;transform:translateY(-50%);width:24px;cursor:pointer;height:24px;z-index:3}}._menuBtn_f0uu3_149>span,._menuBtn_f0uu3_149>span:before,._menuBtn_f0uu3_149>span:after{display:none;position:absolute;width:24px;height:4px;transition-duration:.25s;background-color:#000;border-radius:6px}._menuBtn_f0uu3_149>span:before{content:"";top:-8px}._menuBtn_f0uu3_149>span:after{content:"";top:8px}._linksWrapper_f0uu3_222{display:flex;align-items:center;justify-content:flex-end;position:relative;gap:16px}._mobileLinksWrapper_f0uu3_175{display:none;flex-direction:column;gap:0;position:absolute;top:0;left:-150%;width:100%;height:100vh;padding:144px 24px 32px;background:#fff;transition-duration:.25s;z-index:2}._mobileLinksWrapper_f0uu3_175._open_f0uu3_244{left:0}@media only screen and (max-width: 1023px){._mobileLinksWrapper_f0uu3_175{display:flex}}._mobileBackgroundImage_f0uu3_253{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;object-fit:cover}._mobileLinksContent_f0uu3_263{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;height:100%}._selectorsWrapper_f0uu3_272{display:flex;gap:16px}@media only screen and (max-width: 1023px){._selectorsWrapper_f0uu3_272{width:100%;margin-top:auto;margin-bottom:40px;padding-top:24px;flex-direction:column}}@media only screen and (max-width: 1023px){._selectorsWrapper_f0uu3_272._desktop_f0uu3_103{display:none}}._authLinks_f0uu3_291{display:flex;align-items:center;gap:16px}@media only screen and (max-width: 1023px){._authLinks_f0uu3_291{display:none;flex-direction:column;align-items:center;justify-content:center;gap:0;padding-top:16px;width:100%;height:100%}}._authButtonsLinks_f0uu3_309{display:flex;gap:12px;align-items:center}._authButtonsLinks_f0uu3_309 div{display:none}@media only screen and (max-width: 1023px){._authButtonsLinks_f0uu3_309{width:100%;justify-content:center;flex-direction:column;gap:16px}}._authButtonsLinks_f0uu3_309 ._authButtonLink_f0uu3_325{display:flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:24px;white-space:nowrap;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:20px;text-decoration:none;transition:all .2s ease;border:4px solid transparent}@media only screen and (max-width: 1023px){._authButtonsLinks_f0uu3_309 ._authButtonLink_f0uu3_325{width:100%;padding:14px 24px}}._authButtonsLinks_f0uu3_309 ._authButtonLinkPrimary_f0uu3_346{background-color:#000;border-color:#e5e7eb}._authButtonsLinks_f0uu3_309 ._authButtonLinkPrimary_f0uu3_346 span{color:#fff}._authButtonsLinks_f0uu3_309 ._authButtonLinkPrimary_f0uu3_346:hover{opacity:.9}._authButtonsLinks_f0uu3_309 ._authButtonLinkSecondary_f0uu3_356{background-color:#fff;border:1px solid #000000}._authButtonsLinks_f0uu3_309 ._authButtonLinkSecondary_f0uu3_356 span{color:#000}._authButtonsLinks_f0uu3_309 ._authButtonLinkSecondary_f0uu3_356:hover{background-color:#0000000d}._buttonLinks_f0uu3_367{display:flex;align-items:center;gap:16px}@media only screen and (max-width: 1023px){._buttonLinks_f0uu3_367{flex-direction:column;align-items:center;justify-content:center;width:100%}}._signUp_f0uu3_381{background-color:transparent}@media only screen and (max-width: 1023px){._signUp_f0uu3_381,._logIn_f0uu3_387{padding:14px 24px}}._userLink_f0uu3_392{display:flex;align-items:center;gap:8px}._userLink_f0uu3_392:hover{background-clip:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background:none}._userImage_f0uu3_404{width:36px;height:36px;object-fit:cover;cursor:pointer}._mobileUser_f0uu3_411{position:relative;z-index:3;display:none;width:100%;padding:10px 24px;border-radius:40px}@media only screen and (max-width: 1023px){._mobileUser_f0uu3_411{display:flex;justify-content:center;gap:10px}}._userInfo_f0uu3_427{display:flex;align-items:center;gap:8px;padding:6px 6px 6px 16px;border-radius:38px;cursor:pointer}@media only screen and (max-width: 1023px){._userInfo_f0uu3_427{flex-direction:column;gap:24px}}._userName_f0uu3_442{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:20px;color:#000}._close_f0uu3_450{padding:16px 24px}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}._wrapper_s2j66_2{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}._phoneInput_s2j66_11{width:100%;padding:12px 35px;box-shadow:inset 0 0 0 1px #fff;background:transparent;border:0;border-radius:5px}._phoneInput_s2j66_11 input{width:100%;background:#000;border:0;transition:border-width .2s linear;transition:.2s;outline:none;font-family:Arial,sans-serif;font-size:16px;font-weight:500;line-height:19.36px;color:#fff}._input_s2j66_33{width:100%;height:49px;background:transparent;border:0;border-radius:100px;transition:border-width .2s linear;transition:.2s;outline:none}._input_s2j66_33::placeholder{font-family:Arial,sans-serif;font-size:14px;font-weight:500;line-height:24px;letter-spacing:0%;opacity:.5;transition:.3s all}._default_s2j66_54{padding:10px 16px;font-family:Arial,sans-serif;font-size:14px;font-weight:400;line-height:24px;background:#eeeef5;outline:none}._default_s2j66_54:hover::placeholder{opacity:.8}._profile_s2j66_67{height:56px;padding:10px 16px;border:1px solid #cdcddd;border-radius:16px;font-family:Arial,sans-serif;font-size:16px;font-weight:400;line-height:24px;background:#fff;outline:none}._profile_s2j66_67::placeholder{color:#4d4d4d;opacity:1}._profile_s2j66_67:hover::placeholder{opacity:.8}._search_s2j66_87{padding:9px 50px;color:#fff;box-shadow:inset 0 0 0 1px #000;font-size:16px;font-weight:400;line-height:24px;background:#000;border-radius:10px}._search_s2j66_87:is(:hover,:focus){box-shadow:inset 0 0 0 2px #000}._admin_s2j66_102{padding:10px 14px;max-height:38px;color:#000;font-size:12px;font-weight:400;line-height:140%;border-radius:6px;border:1px solid #000000;box-shadow:none}._admin_s2j66_102:is(:hover,:focus){border:1px solid #ffffff}._admin_s2j66_102::placeholder{font-size:12px;font-weight:400;line-height:15.6px;color:#000}._dark_s2j66_125{border:1px solid #000000;background-color:#000;color:#fff;padding:16px 20px;font-size:16px;font-weight:300;line-height:19.36px}._dark_s2j66_125::placeholder{color:#fff}._dark_s2j66_125:hover{box-shadow:inset 0 0 0 1px #000}._auth_s2j66_142{height:56px;padding:16px 20px;background:#fff;border:1px solid rgba(205,205,221,.5);border-radius:16px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#000;transition:all .2s ease}._auth_s2j66_142::placeholder{color:#525253;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;opacity:.7}._auth_s2j66_142:hover:not(:disabled){border-color:#cdcdddcc}._auth_s2j66_142:focus{border-color:#444ee1;outline:none}._auth_s2j66_142:disabled{opacity:.6;cursor:not-allowed}._auth_s2j66_142._error_s2j66_175{border-color:#e14944}._auth_s2j66_142._error_s2j66_175:focus{border-color:#e14944}._auth_s2j66_142._withEndIcon_s2j66_182{padding-right:48px}._auth_s2j66_142:-webkit-autofill,._auth_s2j66_142:-webkit-autofill:hover,._auth_s2j66_142:-webkit-autofill:focus,._auth_s2j66_142:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#000000;-webkit-box-shadow:0 0 0 30px #ffffff inset!important}input[type=radio],input[type=radio]:hover{box-shadow:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._input_s2j66_33:disabled{opacity:.4;box-shadow:inset 0 0 0 1px #fff;cursor:not-allowed}._input_s2j66_33:disabled+._label_s2j66_212{opacity:.8}._input_s2j66_33:-webkit-autofill,._input_s2j66_33:-webkit-autofill:hover,._input_s2j66_33:-webkit-autofill:focus,._input_s2j66_33:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#000000}._admin_s2j66_102:-webkit-autofill,._admin_s2j66_102:-webkit-autofill:hover,._admin_s2j66_102:-webkit-autofill:focus,._admin_s2j66_102:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#000000}._input_s2j66_33[type=date]{line-height:normal}._input_s2j66_33[type=date]::-webkit-calendar-picker-indicator{filter:invert(98%) sepia(87%) saturate(100%) hue-rotate(303deg) brightness(117%) contrast(90%);padding-left:50%;width:16px;height:16px}._outerWrapper_s2j66_243{display:flex;flex-direction:column;justify-content:center;gap:12px;width:100%;position:relative;z-index:1;border-radius:8px}._inputWrapper_s2j66_254{position:relative}._startIcon_s2j66_258,._endIcon_s2j66_259{display:flex;position:absolute;top:50%;transform:translateY(-50%)}._startIcon_s2j66_258{inset-inline-start:16px}._endIcon_s2j66_259{inset-inline-end:16px}._label_s2j66_212{font-size:14px;font-weight:400;line-height:21px}._secondaryLabel_s2j66_280{background:#d0d3f7}._text_s2j66_284,._withoutValue_s2j66_285 ._text_s2j66_284{font-size:15px;line-height:24px;transition:all .2s ease-out}._tip_s2j66_291{font-size:12px;color:#000}._error_s2j66_175{box-shadow:inset 0 0 0 2px #e14944}._error_s2j66_175:hover,._error_s2j66_175:focus{box-shadow:inset 0 0 0 2px #e14944}._errorText_s2j66_305,._errorAsterisk_s2j66_309{color:#e14944}._withEndIcon_s2j66_182{padding-inline-end:40px}._withStartIcon_s2j66_317{padding-inline-start:35px}._pointer_s2j66_321{cursor:pointer}._checkbox_m4cgn_2{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;height:12px;width:12px;opacity:0;margin:0}._authCheckbox_m4cgn_13{position:absolute;top:50%;transform:translateY(-50%);height:14px;width:14px;opacity:0;margin:0}._disabled_m4cgn_23{opacity:.6}._disabled_m4cgn_23 ._label_m4cgn_26{cursor:default}._custom-checkbox_m4cgn_30{position:relative}._label_m4cgn_26{width:24px;height:24px;display:flex;align-items:center;border:1px solid #babac0;border-radius:4px;position:relative;overflow:hidden;cursor:pointer}._label_m4cgn_26:before{content:"";display:block;position:relative;flex-shrink:0;box-sizing:border-box}._authCheckbox_m4cgn_13:checked~._label_m4cgn_26{border-color:#d0d3f7;background:#444ee1}._authCheckbox_m4cgn_13:checked~._label_m4cgn_26:before{position:absolute;top:16%;left:36.5%;width:7px;height:10px;border:solid #d0d3f7;border-width:0 2px 2px 0;transform:rotate(45deg)}._contactUsForm_1q8d9_2{border-radius:24px;width:100%}._inputsWrapper_1q8d9_7{display:flex;flex-direction:column;gap:16px;margin-top:32px;margin-bottom:32px}._flexWrapper_1q8d9_15{display:flex;flex-direction:column;gap:16px}._inputsRow_1q8d9_21{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media only screen and (max-width: 767px){._inputsRow_1q8d9_21{grid-template-columns:1fr}}._checkboxWrapper_1q8d9_32{display:flex;gap:16px;align-items:flex-start;margin-bottom:32px}._checkboxText_1q8d9_39{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#000;opacity:.8;margin:0}._checkboxText_1q8d9_39 a{color:inherit;text-decoration:underline}._button_1q8d9_53{width:100%;background:#000;color:#fff;border:none;border-radius:24px;padding:14px 32px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;cursor:pointer;transition:all .2s ease}._button_1q8d9_53:hover{opacity:.9}._button_1q8d9_53:disabled{opacity:.5;cursor:not-allowed}._textarea_r9qql_2{display:block;background:transparent;color:#000;min-height:150px;margin:0;resize:vertical;border:0;border-radius:16px;width:100%;box-sizing:border-box;transition:border-width .2s linear;transition:.2s;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}._textarea_r9qql_2:focus{outline:0}._textarea_r9qql_2::placeholder{color:#525253;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;opacity:.7}._default_r9qql_31{padding:16px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#000;transition:all .2s ease;border:1px solid rgba(205,205,221,.5);background:#fff;outline:none}._default_r9qql_31:hover:not(:disabled){border-color:#cdcdddcc}._admin_r9qql_47{padding:10px 14px;color:#000;font-size:12px;font-weight:400;line-height:140%;border-radius:30px;border:1px solid #babac0;background-color:#fff;box-shadow:none}._admin_r9qql_47:is(:hover,:focus){border:1px solid #000000}._admin_r9qql_47::placeholder{font-size:12px;font-weight:500;line-height:140%}._text_r9qql_2,._withoutValue_r9qql_70 ._text_r9qql_2{font-size:15px;line-height:24px;transition:all .2s ease-out}._inputWrapper_r9qql_76:focus-within ._text_r9qql_2,._input_r9qql_76:-webkit-autofill+._label_r9qql_77 ._text_r9qql_2,._withValue_r9qql_78 ._text_r9qql_2{font-size:10px;font-weight:400;line-height:14px;opacity:.5;color:#fff;transition:all .2s ease-out}._inputWrapper_r9qql_76{display:flex;flex-direction:column;gap:12px;position:relative;width:100%}._label_r9qql_77{font-size:14px;font-weight:400;line-height:21px}._textarea-input_r9qql_101:disabled+._label_r9qql_77{opacity:.8}._error_r9qql_105{box-shadow:inset 0 0 0 2px #e14944}._error_r9qql_105:hover,._error_r9qql_105:focus{box-shadow:inset 0 0 0 2px #e14944}._errorText_r9qql_114{color:#e14944}._contactUs_1gy8m_2{position:relative;width:100%;height:100%;min-height:100vh;margin:auto;padding:136px 24px 32px}@media only screen and (max-width: 767px){._contactUs_1gy8m_2{padding:136px 16px 32px}}._backgroundImage_1gy8m_16{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}._wrapper_1gy8m_25{position:relative;max-width:1440px;margin:0 auto;padding:20px 50px;overflow:hidden}@media only screen and (max-width: 1023px){._wrapper_1gy8m_25{padding:0}}._content_1gy8m_38{display:grid;grid-template-columns:1fr 560px;gap:80px;align-items:start;padding-top:32px}@media only screen and (max-width: 1023px){._content_1gy8m_38{display:flex;flex-direction:column-reverse;align-items:center;gap:64px}}._contactInfo_1gy8m_54{padding:32px;color:#9797b9}@media only screen and (max-width: 1023px){._contactInfo_1gy8m_54{order:2;padding:24px}}@media only screen and (max-width: 767px){._contactInfo_1gy8m_54{padding:16px}}._contactHeader_1gy8m_70{margin-bottom:32px}._title_1gy8m_74{font-family:Arial,sans-serif;font-size:40px;font-weight:400;line-height:48px;letter-spacing:-1.2px;color:#111438;margin:0 0 8px}@media only screen and (max-width: 767px){._title_1gy8m_74{font-size:32px;line-height:40px}}._subtitle_1gy8m_90{font-family:Arial,sans-serif;font-size:16px;font-weight:400;line-height:27px;color:#54547e;margin:0}._contactDetails_1gy8m_99{display:flex;flex-direction:column;gap:4px}._contactItem_1gy8m_105{display:flex;flex-direction:column;margin-bottom:16px}._contactItem_1gy8m_105:last-child{margin-bottom:0}._contactValue_1gy8m_114{font-family:Arial,sans-serif;font-size:16px;font-weight:400;line-height:27px;color:#54547e}._formSection_1gy8m_122{display:flex;justify-content:center;background:#e0e0eb;border:1px solid #cdcddd;border-radius:32px;padding:13px;width:100%;max-width:560px}@media only screen and (max-width: 767px){._formSection_1gy8m_122{max-width:none}}._formContainer_1gy8m_138{position:relative;background:#eeeef5;border:1px solid #cdcddd;border-radius:24px;padding:32px;overflow:hidden}@media only screen and (max-width: 767px){._formContainer_1gy8m_138{padding:16px 8px}}._formBlur_1gy8m_152{position:absolute;bottom:-92px;right:-146px;width:246px;height:156px;border-radius:960px;background:#a1a6f0;filter:blur(32px);pointer-events:none;z-index:0;opacity:.5}@media only screen and (max-width: 767px){._formBlur_1gy8m_152{bottom:-92px;right:-146px}}._formTitle_1gy8m_172{font-family:Arial,sans-serif;font-size:40px;font-weight:400;line-height:48px;letter-spacing:-1.2px;color:#111438;margin:0 0 8px}@media only screen and (max-width: 767px){._formTitle_1gy8m_172{font-size:32px;line-height:40px}}._formSubtitle_1gy8m_188{font-family:Arial,sans-serif;font-size:16px;font-weight:400;line-height:27px;color:#54547e;margin:0}._main_b0rhr_2{display:flex;flex-direction:column;width:100%;background-color:#eeeef5;overflow:hidden}._main_b0rhr_2 button{box-shadow:0 0 0 4px #e0e0eb,0 2px 2px .5px #bcbcd2;border-radius:12px}._dividerWrapper_b0rhr_14{display:flex;justify-content:center}._divider_b0rhr_14{display:block;width:1440px;margin:100px auto}@media only screen and (max-width: 1023px){._divider_b0rhr_14{margin:44px auto}}._hero_b0rhr_30{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:191px 120px 390px;min-height:600px;overflow:hidden}@media only screen and (max-width: 1023px){._hero_b0rhr_30{padding:216px 16px 250px}}._heroBackground_b0rhr_46{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}._heroBackgroundImage_b0rhr_55{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}@media only screen and (max-width: 1023px){._heroBackgroundImage_b0rhr_55{left:-100px;width:auto}}._heroContent_b0rhr_70{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:32px;max-width:699px;width:100%}@media only screen and (max-width: 767px){._heroContent_b0rhr_70{gap:24px;max-width:100%}}._tryNowBadge_b0rhr_87{display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 12px;background:#ffffff0d;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border:1px solid #ffffff;border-radius:999px;box-shadow:0 10px 10px #0000001a,0 4px 4px #0000000d,0 1px 22px #ffffff1a,0 0 20px inset #c5ccff33,0 1px 3px inset #c6dbff59}._tryNowBadge_b0rhr_87 span{font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:14.4px;color:#fff}._tryNowBadge_b0rhr_87 svg{transform:rotate(270deg)}@media only screen and (max-width: 767px){._tryNowBadge_b0rhr_87{padding:6px 12px;height:27px}}._heroTitle_b0rhr_116{font-family:Inter,sans-serif;font-weight:500;font-size:48px;line-height:48px;text-align:center;color:#fff;margin:0}@media only screen and (max-width: 1023px){._heroTitle_b0rhr_116{font-size:36px;line-height:40px}}@media only screen and (max-width: 767px){._heroTitle_b0rhr_116{font-size:48px;line-height:48px}}._heroDescription_b0rhr_138{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:16px;text-align:center;color:#fffc;margin:0}@media only screen and (max-width: 1023px){._heroDescription_b0rhr_138{font-size:14px}}@media only screen and (max-width: 767px){._heroDescription_b0rhr_138{font-size:16px;line-height:16px}}._services_b0rhr_159{position:relative;display:flex;flex-direction:column;gap:36px;max-width:992px;width:100%;margin:-186px auto 0;padding:0 16px;z-index:2}@media only screen and (max-width: 1023px){._services_b0rhr_159{padding:0 24px;margin:-200px auto 0}}@media only screen and (max-width: 767px){._services_b0rhr_159{gap:36px;padding:0 16px;margin:-160px auto 0}}._services_b0rhr_159:before{content:"";position:absolute;top:169px;right:-1400px;width:1360px;height:900px;pointer-events:none;z-index:0;border-radius:24px;border-top:1px solid #cdcddd;border-left:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._services_b0rhr_159:before{display:none}}._services_b0rhr_159:after{content:"";position:absolute;top:169px;left:-1400px;width:1360px;height:900px;pointer-events:none;z-index:0;border-radius:24px;border-top:1px solid #cdcddd;border-right:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:-1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._services_b0rhr_159:after{display:none}}._serviceCard_b0rhr_224{position:relative;display:flex;padding:13px;background:#e0e0eb;border:1px solid #cdcddd;border-radius:32px}@media only screen and (max-width: 767px){._serviceCard_b0rhr_224{padding:13px}}._serviceContent_b0rhr_238{position:relative;z-index:2;display:flex;flex-direction:column;gap:16px;padding:32px;background:#eeeef5;border:1px solid #cdcddd;border-radius:24px;box-shadow:0 2px 8px inset #1b1b210a;min-width:408px;flex:1;overflow:hidden}@media only screen and (max-width: 1023px){._serviceContent_b0rhr_238{min-width:unset;padding:24px}}@media only screen and (max-width: 767px){._serviceContent_b0rhr_238{padding:32px 16px;gap:16px}}._serviceLabel_b0rhr_266{font-family:JetBrains Mono,monospace;font-weight:500;font-size:14px;line-height:21px;letter-spacing:.42px;text-transform:uppercase;color:#54547e}._serviceTitle_b0rhr_276{font-family:Arial,sans-serif;font-weight:400;font-size:40px;line-height:48px;letter-spacing:-1.2px;color:#181819;margin:0}@media only screen and (max-width: 1023px){._serviceTitle_b0rhr_276{font-size:32px;line-height:40px}}@media only screen and (max-width: 767px){._serviceTitle_b0rhr_276{font-size:40px;line-height:48px}}._serviceDescription_b0rhr_298{max-width:344px;font-family:Arial,sans-serif;font-weight:400;font-size:17.438px;line-height:27px;color:#54547e;margin:0}@media only screen and (max-width: 1023px){._serviceDescription_b0rhr_298{font-size:16px;line-height:24px}}@media only screen and (max-width: 767px){._serviceDescription_b0rhr_298{font-size:17.438px;line-height:27px;max-width:100%}}._serviceButton_b0rhr_321{max-width:fit-content;box-shadow:0 0 0 4px #e0e0eb,0 2px 2px .5px #bcbcd2}._serviceButton_b0rhr_321 svg{transform:rotate(270deg)}@media only screen and (max-width: 767px){._serviceButton_b0rhr_321{max-width:100%;width:100%}}._serviceDecoration_b0rhr_335{position:absolute;right:0;top:-30px;width:220px;height:395px;overflow:hidden;pointer-events:none}@media only screen and (max-width: 1023px){._serviceDecoration_b0rhr_335{display:none}}._serviceDotsPattern_b0rhr_350{width:100%;height:100%;object-fit:contain}._serviceBlur_b0rhr_356{position:absolute;bottom:-92px;right:-146px;width:246px;height:156px;border-radius:960px;background:#a1a6f0;filter:blur(32px);pointer-events:none;z-index:0;opacity:.5}@media only screen and (max-width: 767px){._serviceBlur_b0rhr_356{bottom:-92px;right:-146px}}._steps_b0rhr_376{position:relative;display:flex;flex-direction:column;align-items:center;max-width:992px;width:100%;margin:0 auto 100px;padding:0 16px}@media only screen and (max-width: 1023px){._steps_b0rhr_376{padding:0 24px;margin-bottom:80px}}@media only screen and (max-width: 767px){._steps_b0rhr_376{padding:0 16px;margin-bottom:48px}}._steps_b0rhr_376:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-1400px;width:1360px;height:536px;pointer-events:none;z-index:0;border-radius:24px;border-top:1px solid #cdcddd;border-left:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._steps_b0rhr_376:before{display:none}}._steps_b0rhr_376:after{content:"";position:absolute;top:50%;transform:translateY(-50%);left:-1400px;width:1360px;height:536px;pointer-events:none;z-index:0;border-radius:24px;border-top:1px solid #cdcddd;border-right:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:-1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._steps_b0rhr_376:after{display:none}}._stepsTitle_b0rhr_441{margin:24px 0;font-family:Arial,sans-serif;font-weight:400;font-size:56px;line-height:67.2px;letter-spacing:-1.68px;text-align:center;color:#181819;text-shadow:#cdcddd 0px 8px 16px}@media only screen and (max-width: 1023px){._stepsTitle_b0rhr_441{font-size:40px;line-height:48px}}@media only screen and (max-width: 767px){._stepsTitle_b0rhr_441{font-size:55.781px;line-height:67.2px;letter-spacing:-1.68px;margin:24px 0 23px}}._stepsSubtitle_b0rhr_467{margin-bottom:48px;font-family:Arial,sans-serif;font-weight:400;font-size:18px;line-height:27px;text-align:center;color:#54547e}@media only screen and (max-width: 1023px){._stepsSubtitle_b0rhr_467{font-size:16px;line-height:24px}}@media only screen and (max-width: 767px){._stepsSubtitle_b0rhr_467{font-size:18px;line-height:27px;margin-bottom:48px}}._stepsCards_b0rhr_490{display:flex;gap:24px;width:100%;margin-bottom:48px}@media only screen and (max-width: 1023px){._stepsCards_b0rhr_490{flex-direction:column}}._stepCardWrapper_b0rhr_502{flex:1;padding:13px;background:#e0e0eb;border:1px solid #cdcddd;border-radius:32px;box-shadow:0 4px 6px -2px #00000014}._stepCard_b0rhr_502{display:flex;flex-direction:column;gap:15px;height:100%;padding:25px 21px;background:#fff;border:1px solid #cdcddd;border-radius:24px;box-shadow:0 1px 1px #fff,0 2px 4px -2px inset #9797b9}@media only screen and (max-width: 767px){._stepCard_b0rhr_502{padding:25px 21px;gap:15px}}._stepLabel_b0rhr_529{font-family:JetBrains Mono,monospace;font-weight:500;font-size:12px;line-height:18px;letter-spacing:.3636px;text-transform:uppercase;color:#54547e}._stepDescription_b0rhr_539{font-family:Arial,sans-serif;font-weight:400;font-size:20px;line-height:28px;letter-spacing:-.72px;color:#181819;margin:0}@media only screen and (max-width: 1023px){._stepDescription_b0rhr_539{font-size:18px;line-height:26px}}@media only screen and (max-width: 767px){._stepDescription_b0rhr_539{font-size:20px;line-height:28px;letter-spacing:-.72px}}._dividerPattern_b0rhr_562{position:relative;display:flex;flex-direction:column;align-items:center;gap:32px;width:100%}@media only screen and (max-width: 767px){._dividerPattern_b0rhr_562{gap:32px}}._dividerLine_b0rhr_576{position:relative;height:1px;width:100%;max-width:720px;background:linear-gradient(90deg,#eeeef5,#cdcddd,#eeeef5);box-shadow:0 .5px 1px #fff}._dividerLine_b0rhr_576._medium_b0rhr_584{max-width:360px}._dividerLine_b0rhr_576._small_b0rhr_587{max-width:180px}._advantages_b0rhr_591{position:relative;display:flex;flex-direction:column;align-items:center;gap:24px;max-width:992px;width:100%;margin:0 auto 100px;padding:0 16px}@media only screen and (max-width: 1023px){._advantages_b0rhr_591{margin-bottom:80px}}@media only screen and (max-width: 767px){._advantages_b0rhr_591{padding:0 16px;margin-bottom:48px}}._advantages_b0rhr_591:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-1400px;width:1360px;height:442px;pointer-events:none;z-index:0;border-radius:24px;border-top:1px solid #cdcddd;border-left:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._advantages_b0rhr_591:before{display:none}}._advantages_b0rhr_591:after{content:"";position:absolute;top:50%;left:-1400px;transform:translateY(-50%);width:1360px;height:442px;pointer-events:none;z-index:0;border-radius:24px;border-top:1px solid #cdcddd;border-right:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:-1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._advantages_b0rhr_591:after{display:none}}._advantages_b0rhr_591 ._dividerPattern_b0rhr_562{margin-top:60px}._advantagesLabel_b0rhr_659{font-family:JetBrains Mono,monospace;font-weight:500;font-size:14px;line-height:21px;letter-spacing:.42px;text-transform:uppercase;color:#54547e}._advantagesTitle_b0rhr_669{max-width:698px;font-family:Arial,sans-serif;font-weight:400;font-size:56px;line-height:67.2px;letter-spacing:-1.68px;text-align:center;color:#181819;opacity:.2;margin:0}@media only screen and (max-width: 1023px){._advantagesTitle_b0rhr_669{font-size:32px;line-height:40px}}@media only screen and (max-width: 767px){._advantagesTitle_b0rhr_669{font-size:56px;line-height:67.2px;letter-spacing:-1.68px;max-width:100%}}._cta_b0rhr_696{position:relative;display:flex;flex-direction:column;align-items:center;max-width:992px;width:100%;margin:0 auto;padding:0 16px}._cta_b0rhr_696:before{content:"";position:absolute;top:0;right:-1400px;width:1360px;height:220px;pointer-events:none;z-index:2;border-radius:24px;border-top:1px solid #cdcddd;border-left:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._cta_b0rhr_696:before{display:none}}._cta_b0rhr_696:after{content:"";position:absolute;top:0;left:-1400px;width:1360px;height:220px;pointer-events:none;z-index:0;border-radius:24px;border-top:1px solid #cdcddd;border-right:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:-1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._cta_b0rhr_696:after{display:none}}._ctaTitle_b0rhr_747{position:relative;z-index:1;font-family:Arial,sans-serif;font-weight:400;font-size:40px;line-height:48px;letter-spacing:-1.2px;text-align:center;color:#181819;margin:0}@media only screen and (max-width: 1023px){._ctaTitle_b0rhr_747{font-size:28px;line-height:36px}}@media only screen and (max-width: 767px){._ctaTitle_b0rhr_747{font-size:40px;line-height:48px;letter-spacing:-1.2px}}._ctaButtonWrapper_b0rhr_773{position:relative;z-index:1;display:flex;align-items:center;gap:16px;margin-top:32px}._ctaButtonWrapper_b0rhr_773 button{box-shadow:0 0 0 4px #e0e0eb,0 2px 2px .5px #bcbcd2}._ctaButtonWrapper_b0rhr_773 button svg{transform:rotate(270deg)}@media only screen and (max-width: 1023px){._ctaButtonWrapper_b0rhr_773 button{width:auto}}._ctaButtonWrapper_b0rhr_773 ._ctaArrowsLeft_b0rhr_792,._ctaButtonWrapper_b0rhr_773 ._ctaArrowsRight_b0rhr_793{display:flex;align-items:center;min-width:120px}@media only screen and (max-width: 767px){._ctaButtonWrapper_b0rhr_773 ._ctaArrowsLeft_b0rhr_792,._ctaButtonWrapper_b0rhr_773 ._ctaArrowsRight_b0rhr_793{min-width:auto;flex:1}}._ctaButtonWrapper_b0rhr_773 ._ctaArrowsRight_b0rhr_793{transform:rotate(180deg)}@media only screen and (max-width: 767px){._ctaButtonWrapper_b0rhr_773{width:100%;justify-content:space-between}}._ctaBlur_b0rhr_815{position:absolute;top:-120px;left:50%;transform:translate(-50%);z-index:1}@media only screen and (max-width: 767px){._ctaBlur_b0rhr_815{top:-80px;max-width:100%}}._fixedSelectors_1cdic_2{position:fixed;top:200px;right:0;display:flex;flex-direction:column;gap:12px;z-index:4}@media only screen and (max-width: 1023px){._fixedSelectors_1cdic_2{display:none}}._selector_1cdic_17{display:flex;justify-content:flex-end}._steps_1038l_2{position:relative;display:flex;flex-direction:column;align-items:center;max-width:992px;width:100%;margin:0 auto 100px;padding:0 16px}@media only screen and (max-width: 1023px){._steps_1038l_2{padding:0 24px;margin-bottom:80px}}@media only screen and (max-width: 767px){._steps_1038l_2{padding:0 16px;margin-bottom:48px}}._steps_1038l_2:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-1400px;width:1360px;height:536px;pointer-events:none;z-index:0;border-radius:24px;border-top:1px solid #cdcddd;border-left:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._steps_1038l_2:before{display:none}}._steps_1038l_2:after{content:"";position:absolute;top:50%;transform:translateY(-50%);left:-1400px;width:1360px;height:536px;pointer-events:none;z-index:0;border-radius:24px;border-top:1px solid #cdcddd;border-right:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:-1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._steps_1038l_2:after{display:none}}._stepsTitle_1038l_67{margin:24px 0;font-family:Arial,sans-serif;font-weight:400;font-size:56px;line-height:67.2px;letter-spacing:-1.68px;text-align:center;color:#181819;text-shadow:#cdcddd 0px 8px 16px}@media only screen and (max-width: 1023px){._stepsTitle_1038l_67{font-size:40px;line-height:48px}}@media only screen and (max-width: 767px){._stepsTitle_1038l_67{font-size:55.781px;line-height:67.2px;letter-spacing:-1.68px;margin:24px 0 23px}}._stepsSubtitle_1038l_93{margin-bottom:48px;font-family:Arial,sans-serif;font-weight:400;font-size:18px;line-height:27px;text-align:center;color:#54547e}@media only screen and (max-width: 1023px){._stepsSubtitle_1038l_93{font-size:16px;line-height:24px}}@media only screen and (max-width: 767px){._stepsSubtitle_1038l_93{font-size:18px;line-height:27px;margin-bottom:48px}}._stepsCards_1038l_116{display:flex;gap:24px;width:100%;margin-bottom:48px}@media only screen and (max-width: 1023px){._stepsCards_1038l_116{flex-direction:column}}._stepCardWrapper_1038l_128{flex:1;padding:13px;background:#e0e0eb;border:1px solid #cdcddd;border-radius:32px;box-shadow:0 4px 6px -2px #00000014}._stepCard_1038l_128{display:flex;flex-direction:column;gap:15px;height:100%;padding:25px 21px;background:#fff;border:1px solid #cdcddd;border-radius:24px;box-shadow:0 1px 1px #fff,0 2px 4px -2px inset #9797b9}@media only screen and (max-width: 767px){._stepCard_1038l_128{padding:25px 21px;gap:15px}}._stepLabel_1038l_155{font-family:JetBrains Mono,monospace;font-weight:500;font-size:12px;line-height:18px;letter-spacing:.3636px;text-transform:uppercase;color:#54547e}._stepDescription_1038l_165{font-family:Arial,sans-serif;font-weight:400;font-size:20px;line-height:28px;letter-spacing:-.72px;color:#181819;margin:0}@media only screen and (max-width: 1023px){._stepDescription_1038l_165{font-size:18px;line-height:26px}}@media only screen and (max-width: 767px){._stepDescription_1038l_165{font-size:20px;line-height:28px;letter-spacing:-.72px}}._dividerPattern_1038l_188{position:relative;display:flex;flex-direction:column;align-items:center;gap:32px;width:100%}@media only screen and (max-width: 767px){._dividerPattern_1038l_188{gap:32px}}._dividerLine_1038l_202{position:relative;height:1px;width:100%;max-width:720px;background:linear-gradient(90deg,#eeeef5,#cdcddd,#eeeef5);box-shadow:0 .5px 1px #fff}._dividerLine_1038l_202._medium_1038l_210{max-width:360px}._dividerLine_1038l_202._small_1038l_213{max-width:180px}._symptomCheckScreen_qwkm9_2{display:flex;flex-direction:column;width:100%;background-color:#eeeef5;overflow:hidden}._wrapper_qwkm9_10{display:flex;flex-direction:column;width:100%;max-width:1440px;margin:0 auto;padding:40px 16px}@media only screen and (max-width: 1023px){._wrapper_qwkm9_10{padding:32px 16px}}@media only screen and (max-width: 767px){._wrapper_qwkm9_10{padding:24px 16px}}._formWrapper_qwkm9_29{position:relative;width:100%;margin:40px 0;padding:64px 32px;background-color:#fff;border-radius:24px;box-shadow:0 2px 8px #00000014}@media only screen and (max-width: 1023px){._formWrapper_qwkm9_29{padding:24px;margin:32px 0}}@media only screen and (max-width: 767px){._formWrapper_qwkm9_29{padding:20px;margin:24px 0}}._spinnerWrapper_qwkm9_51{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#00000080;border-radius:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}._form_qwkm9_29{display:flex;flex-direction:column;max-width:1000px;margin:0 auto}._title_qwkm9_73{font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:1.3;color:#12121b;margin:0 0 36px}@media only screen and (max-width: 767px){._title_qwkm9_73{font-size:20px;margin-bottom:20px}}._formContent_qwkm9_88{display:flex;gap:32px;margin-bottom:32px;align-items:flex-start}@media only screen and (max-width: 1023px){._formContent_qwkm9_88{flex-direction:column;gap:24px}}@media only screen and (max-width: 767px){._formContent_qwkm9_88{gap:20px}}._leftColumn_qwkm9_106{flex:1}@media only screen and (max-width: 1023px){._leftColumn_qwkm9_106{width:100%}}._rightColumn_qwkm9_115{display:flex;flex-direction:column;gap:16px;align-items:flex-end}@media only screen and (max-width: 1023px){._rightColumn_qwkm9_115{align-items:stretch;width:100%}}._indicatorsBlock_qwkm9_128{background:#eeeef5;border:1px solid #cdcddd;border-radius:32px;padding:13px;transition:all .3s ease;min-height:120px}._indicatorsBlock_qwkm9_128._blurred_qwkm9_136{filter:blur(4px);pointer-events:none;opacity:.6}._indicatorsInnerBlock_qwkm9_142{background:#fff;border:1px solid #cdcddd;border-radius:24px;overflow:hidden}._indicatorsHeader_qwkm9_149{display:grid;grid-template-columns:2fr 2fr .2fr;gap:24px;padding:8px 24px;background:#00000008;border-radius:6px 6px 0 0;margin-bottom:0;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#4d4d4d}._indicatorsList_qwkm9_164{display:flex;flex-direction:column}._indicatorRow_qwkm9_169{display:flex;gap:16px;padding:8px 24px;align-items:center;background:#ffffff1a;transition:background .2s ease}._indicatorRow_qwkm9_169:nth-child(2n){background:#d0d3f71a}._indicatorRow_qwkm9_169:hover:not(:has(input:disabled)){background:#d0d3f733}@media only screen and (max-width: 767px){._indicatorRow_qwkm9_169{gap:12px;padding:8px 16px}}._indicatorInput_qwkm9_190{border:none;background:transparent;padding:0;height:auto;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#4d4d4d;min-height:24px}._indicatorInput_qwkm9_190:first-child{flex:1;min-width:0}._indicatorInput_qwkm9_190:nth-child(2){width:120px;text-align:right}@media only screen and (max-width: 767px){._indicatorInput_qwkm9_190:nth-child(2){width:84px}}._indicatorInput_qwkm9_190:focus{outline:none}._indicatorInput_qwkm9_190::placeholder{color:#86868a;opacity:.7}._indicatorInput_qwkm9_190:disabled{opacity:.6;cursor:not-allowed}._deleteButton_qwkm9_227{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#e14944;transition:all .2s ease}._deleteButton_qwkm9_227:hover:not(:disabled){color:#a93733;transform:scale(1.1)}._deleteButton_qwkm9_227:disabled{opacity:.4;cursor:not-allowed}._deleteButton_qwkm9_227 svg{width:20px;height:20px}._addFieldButton_qwkm9_251{width:100%;border:1px solid #000000;background:#fff;color:#000;padding:14px 32px;border-radius:24px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:20px;transition:all .2s ease}._addFieldButton_qwkm9_251 span{z-index:1}@media only screen and (max-width: 1023px){._addFieldButton_qwkm9_251{width:100%}}._uploadFileWrapper_qwkm9_273{display:flex;flex-direction:column;gap:2px;align-items:center}._fileInput_qwkm9_280{display:none}._uploadButton_qwkm9_284{width:100%;border:1px solid #000000;background:#fff;color:#000;padding:14px 32px;border-radius:24px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:20px;transition:all .2s ease}._uploadButton_qwkm9_284 span{z-index:1}._uploadButton_qwkm9_284:hover{background:#eeeef5}@media only screen and (max-width: 1023px){._uploadButton_qwkm9_284{width:100%}}._fileFormats_qwkm9_309{font-family:Inter,sans-serif;font-size:10px;font-weight:400;line-height:20px;color:#000;text-align:center}._removeFileButton_qwkm9_318{background:transparent;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#e14944;text-decoration:underline;padding:4px 8px;transition:color .2s ease}._removeFileButton_qwkm9_318:hover{color:#a93733}._textareaWrapper_qwkm9_334{margin-bottom:32px}._inputsWrapper_qwkm9_338{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}._inputsRow_qwkm9_345{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}@media only screen and (max-width: 1023px){._inputsRow_qwkm9_345{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 767px){._inputsRow_qwkm9_345{grid-template-columns:1fr}}._selector_qwkm9_361{width:100%}._analyzeButton_qwkm9_365{display:block;margin:0 auto;width:fit-content;box-shadow:0 0 0 4px #e0e0eb,0 2px 2px .5px #bcbcd2}._stepsWrapper_qwkm9_372{margin-top:64px}._heroWrapper_1rna0_2{padding:24px 16px 0}._hero_1rna0_2{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:110px 120px 160px;min-height:600px;overflow:hidden}@media only screen and (max-width: 1023px){._hero_1rna0_2{padding:110px 16px 120px;border-radius:48px}}._heroBackground_1rna0_23{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}._heroBackgroundImage_1rna0_32{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}@media only screen and (max-width: 1023px){._heroBackgroundImage_1rna0_32{left:-100px;width:auto}}._heroContent_1rna0_47{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:32px;max-width:699px;width:100%}@media only screen and (max-width: 767px){._heroContent_1rna0_47{gap:24px;max-width:100%}}._tryNowBadge_1rna0_64{display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 12px;background:#ffffff0d;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border:1px solid #ffffff;border-radius:999px;box-shadow:0 10px 10px #0000001a,0 4px 4px #0000000d,0 1px 22px #ffffff1a,0 0 20px inset #c5ccff33,0 1px 3px inset #c6dbff59}._tryNowBadge_1rna0_64 span{font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:14.4px;color:#fff}._tryNowBadge_1rna0_64 svg{transform:rotate(270deg)}@media only screen and (max-width: 767px){._tryNowBadge_1rna0_64{padding:6px 12px;height:27px}}._heroTitle_1rna0_93{font-family:Inter,sans-serif;font-weight:400;font-size:56px;letter-spacing:-1.2px;line-height:128.267%;text-align:center;color:#fff;margin:0}@media only screen and (max-width: 1023px){._heroTitle_1rna0_93{font-size:36px;line-height:40px}}@media only screen and (max-width: 767px){._heroTitle_1rna0_93{font-size:48px;line-height:48px}}._heroDescription_1rna0_116{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:16px;text-align:center;color:#fffc;margin:0}@media only screen and (max-width: 1023px){._heroDescription_1rna0_116{font-size:14px}}@media only screen and (max-width: 767px){._heroDescription_1rna0_116{font-size:16px;line-height:16px}}._labAnalysisResult_g3jvp_2{display:flex;justify-content:center;align-items:center;width:100%;padding:64px 32px;border-radius:36px;overflow:hidden;box-sizing:border-box}._labAnalysisResult_g3jvp_2._profile_g3jvp_12{border-radius:0;padding:12px 24px}@media only screen and (max-width: 1023px){._labAnalysisResult_g3jvp_2._profile_g3jvp_12{padding:12px 8px}}@media only screen and (max-width: 1023px){._labAnalysisResult_g3jvp_2{padding:48px 24px;border-radius:28px}}@media only screen and (max-width: 767px){._labAnalysisResult_g3jvp_2{padding:40px 20px;border-radius:20px}}._gradientFirst_g3jvp_34{background:linear-gradient(98deg,var(--color-blue-68, #5c67fe) 0%,var(--color-blue-59, #4851e6) 45%,var(--color-blue-37, #0412b9) 100%)}._gradientSecond_g3jvp_38{background:linear-gradient(98deg,#d6d6d6,#7b3ec0 47.12%,#2e4f90)}._gradientThird_g3jvp_42{background:linear-gradient(98deg,#e9e9e9,#ee840b 39.9%,#8d13a0)}._container_g3jvp_46{display:flex;flex-direction:column;gap:36px;width:100%;max-width:1000px;margin:0 auto}@media only screen and (max-width: 1023px){._container_g3jvp_46{gap:28px}}@media only screen and (max-width: 767px){._container_g3jvp_46{gap:24px}}._header_g3jvp_65{display:flex;flex-direction:column;gap:8px;align-items:flex-start;width:100%}._title_g3jvp_73{font-family:Inter,sans-serif;font-size:30px;font-weight:500;line-height:44px;letter-spacing:-.64px;color:#fff;margin:0}@media only screen and (max-width: 1023px){._title_g3jvp_73{font-size:26px;line-height:38px}}@media only screen and (max-width: 767px){._title_g3jvp_73{font-size:24px;line-height:34px}}._mainContent_g3jvp_95{display:flex;flex-direction:column;gap:32px;align-items:flex-start;width:100%}@media only screen and (max-width: 1023px){._mainContent_g3jvp_95{gap:24px;flex-direction:column}}@media only screen and (max-width: 767px){._mainContent_g3jvp_95{flex-direction:column;gap:24px}}._explanation_g3jvp_115{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:24px;color:#fff;margin:20px 0 0}@media only screen and (max-width: 1023px){._explanation_g3jvp_115{font-size:16px;line-height:22px;margin-top:16px}}@media only screen and (max-width: 767px){._explanation_g3jvp_115{font-size:15px;line-height:21px;margin-top:12px}}._section_g3jvp_139{display:flex;flex-direction:column;gap:8px}._sectionTitle_g3jvp_145{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:32px;color:#fff;margin:0}@media only screen and (max-width: 1023px){._sectionTitle_g3jvp_145{font-size:18px;line-height:28px}}@media only screen and (max-width: 767px){._sectionTitle_g3jvp_145{font-size:17px;line-height:26px}}._list_g3jvp_166{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:24px;color:#fff;margin:0;padding-left:27px;list-style-type:disc}._list_g3jvp_166 li{list-style:disc;list-style-position:inside;margin-bottom:4px}._list_g3jvp_166 li:last-child{margin-bottom:0}@media only screen and (max-width: 1023px){._list_g3jvp_166{font-size:16px;line-height:22px}}@media only screen and (max-width: 767px){._list_g3jvp_166{font-size:15px;line-height:21px}}._doctorCard_g3jvp_197{background:#ffffff26;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:16px;width:100%}@media only screen and (max-width: 767px){._doctorCard_g3jvp_197{padding:14px;border-radius:14px}}._doctorCardTitle_g3jvp_214{font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:28px;color:#fff;margin:0;text-decoration:underline;text-underline-position:from-font}@media only screen and (max-width: 1023px){._doctorCardTitle_g3jvp_214{font-size:18px;line-height:26px}}@media only screen and (max-width: 767px){._doctorCardTitle_g3jvp_214{font-size:17px;line-height:24px}}._doctorList_g3jvp_237{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:32px;color:#fff;margin:0;padding-left:27px;list-style-type:disc}._doctorList_g3jvp_237 li{list-style:disc;list-style-position:inside;margin-bottom:4px}._doctorList_g3jvp_237 li:last-child{margin-bottom:0}@media only screen and (max-width: 1023px){._doctorList_g3jvp_237{font-size:16px;line-height:28px}}@media only screen and (max-width: 767px){._doctorList_g3jvp_237{font-size:15px;line-height:26px}}._actions_g3jvp_268{display:flex;gap:32px;align-items:center;justify-content:flex-end;margin-top:auto}._actions_g3jvp_268 ._buttonDownload_g3jvp_275{border:4px solid #e5e5e5}._indicatorsBlock_g3jvp_279{background:#eeeef5;border:1px solid #cdcddd;border-radius:32px;padding:13px;transition:all .3s ease;min-height:120px}._indicatorsInnerBlock_g3jvp_288{background:#fff;border:1px solid #cdcddd;border-radius:24px;overflow:hidden}._indicatorsHeader_g3jvp_295{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;padding:8px 24px;background:#00000008;border-radius:6px 6px 0 0;margin-bottom:0;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#4d4d4d}@media only screen and (max-width: 767px){._indicatorsHeader_g3jvp_295{gap:12px}}._indicatorsList_g3jvp_315{display:flex;flex-direction:column}._indicatorRow_g3jvp_320{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;padding:8px 24px;align-items:center;background:#ffffff1a;transition:background .2s ease}._indicatorRow_g3jvp_320:nth-child(2n){background:#d0d3f71a}._indicatorRow_g3jvp_320:hover:not(:has(input:disabled)){background:#d0d3f733}@media only screen and (max-width: 767px){._indicatorRow_g3jvp_320{gap:12px;padding:8px 16px;font-size:12px}}._indicatorInput_g3jvp_343{border:none;background:transparent;padding:0;height:auto;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#4d4d4d;min-height:24px}._noAnalyzeResults_11l92_2{display:flex;justify-content:center;align-items:center;width:100%;padding:64px 32px;border-radius:36px;overflow:hidden;box-sizing:border-box}@media only screen and (max-width: 1023px){._noAnalyzeResults_11l92_2{padding:48px 24px;border-radius:28px}}@media only screen and (max-width: 767px){._noAnalyzeResults_11l92_2{padding:40px 20px;border-radius:20px}}._gradientFirst_11l92_25{background:linear-gradient(98deg,var(--color-blue-68, #5c67fe) 0%,var(--color-blue-59, #4851e6) 45%,var(--color-blue-37, #0412b9) 100%)}._gradientSecond_11l92_29{background:linear-gradient(98deg,#d6d6d6,#7b3ec0 47.12%,#2e4f90)}._gradientThird_11l92_33{background:linear-gradient(98deg,#e9e9e9,#ee840b 39.9%,#8d13a0)}._container_11l92_37{display:flex;align-items:center;justify-content:space-between;gap:32px;width:100%;max-width:1000px;margin:0 auto}@media only screen and (max-width: 1023px){._container_11l92_37{gap:24px}}@media only screen and (max-width: 767px){._container_11l92_37{flex-direction:column;gap:32px}}._content_11l92_58{flex:1;display:flex;flex-direction:column;gap:8px}@media only screen and (max-width: 767px){._content_11l92_58{width:100%}}._title_11l92_70{font-family:Inter,sans-serif;font-size:30px;font-weight:500;line-height:44px;letter-spacing:-.64px;color:#fff;margin:0}@media only screen and (max-width: 1023px){._title_11l92_70{font-size:26px;line-height:38px}}@media only screen and (max-width: 767px){._title_11l92_70{font-size:24px;line-height:34px}}._description_11l92_92{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:24px;color:#fff;margin:20px 0 0}@media only screen and (max-width: 1023px){._description_11l92_92{font-size:16px;line-height:22px;margin-top:16px}}@media only screen and (max-width: 767px){._description_11l92_92{font-size:15px;line-height:21px;margin-top:12px}}._iconWrapper_11l92_116{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:189px;height:132.562px;position:relative}@media only screen and (max-width: 1023px){._iconWrapper_11l92_116{width:150px;height:105px}}@media only screen and (max-width: 767px){._iconWrapper_11l92_116{width:130px;height:91px}}._icon_11l92_116{width:100%;height:100%;object-fit:contain}._container_piy1w_2{display:flex;align-items:center;justify-content:center;gap:16px;width:100vw;height:100vh;margin:auto;padding:0 16px}@media only screen and (max-width: 1023px){._container_piy1w_2{height:70vh}}._button_piy1w_18{margin:0 auto;box-shadow:0 0 0 4px #e0e0eb,0 2px 2px .5px #bcbcd2}@media only screen and (max-width: 767px){._button_piy1w_18{margin-top:auto;width:100%}}._wrapper_piy1w_29{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1440px;width:100%;height:100%;padding:0 16px;border-radius:16px;z-index:1;background-size:cover;background-position:center;background-repeat:no-repeat}._wrapper_piy1w_29 button{width:165px;margin-top:34px}@media only screen and (max-width: 767px){._wrapper_piy1w_29 button{width:100%;margin-bottom:20px}}@media only screen and (max-width: 767px){._wrapper_piy1w_29{padding:0 24px}}._mainWrapper_piy1w_61{display:flex;flex-direction:column;justify-content:center;max-width:442px;gap:12px;padding:48px;border-radius:24px}._mainWrapper_piy1w_61 h2{font-size:160px;font-weight:700;line-height:1;text-align:center}@media only screen and (max-width: 1023px){._mainWrapper_piy1w_61 h2{font-size:96px}}._mainWrapper_piy1w_61 p{font-size:18px;font-weight:500;text-align:center;opacity:.8}@media only screen and (max-width: 767px){._mainWrapper_piy1w_61{width:100%;max-width:100%;padding:48px 16px}}._contentWrap_w2g19_2{min-height:calc(100vh - 353px);display:flex;align-items:center;justify-content:center;gap:100px;padding-top:40px;padding-bottom:40px}@media only screen and (max-width: 1023px){._contentWrap_w2g19_2{min-height:auto;flex-direction:column;gap:40px}}@media only screen and (max-width: 1023px){._statusImg_w2g19_20{width:50%}}._content_w2g19_2{display:flex;flex-direction:column;align-items:center;gap:32px}._content_w2g19_2 p{max-width:500px;padding:20px;border-radius:16px;color:#000;text-align:center;font-family:Arial,sans-serif;font-size:48px;font-style:normal;font-weight:700;line-height:1;color:#2e9047}._content_w2g19_2 p._failed_w2g19_44{color:#e14944}._content_w2g19_2 span{font-size:16px}._content_w2g19_2 button{box-shadow:0 0 0 4px #e0e0eb,0 2px 2px .5px #bcbcd2}._priceScreen_88p4e_2{width:100%;min-height:100vh;background:#eeeef5;padding:250px 24px 32px;overflow:hidden}._priceScreen_88p4e_2 button{box-shadow:0 0 0 4px #e0e0eb,0 2px 2px .5px #bcbcd2;border-radius:12px}@media only screen and (max-width: 1023px){._priceScreen_88p4e_2{padding:150px 16px 32px}}._wrapper_88p4e_19{position:relative;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:64px}._wrapper_88p4e_19:before{content:"";position:absolute;top:557px;left:100%;width:1360px;height:1365px;pointer-events:none;z-index:0;border-radius:24px;border-top:1px solid #cdcddd;border-left:1px solid #cdcddd;border-right:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._wrapper_88p4e_19:before{display:none}}._wrapper_88p4e_19:after{content:"";position:absolute;top:557px;right:100%;width:1360px;height:1365px;pointer-events:none;z-index:0;border-radius:24px;border-top:1px solid #cdcddd;border-right:1px solid #cdcddd;border-left:1px solid #cdcddd;border-bottom:1px solid #cdcddd;box-shadow:-1px 0 0 1px #fff inset}@media only screen and (max-width: 1023px){._wrapper_88p4e_19:after{display:none}}._heroSection_88p4e_71{position:relative;display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center;max-width:699px;width:100%}@media only screen and (max-width: 1023px){._heroSection_88p4e_71{max-width:100%}}._heroBlur_88p4e_87{position:absolute;top:-150px;left:50%;transform:translate(-50%);width:1200px;height:auto;pointer-events:none;z-index:0;filter:blur(40px);mix-blend-mode:color;opacity:1}._mainTitle_88p4e_101{font-family:Inter,sans-serif;font-size:48px;font-weight:500;line-height:48px;color:#000;margin:0}@media only screen and (max-width: 1023px){._mainTitle_88p4e_101{font-size:36px;line-height:40px}}@media only screen and (max-width: 767px){._mainTitle_88p4e_101{font-size:28px;line-height:32px}}._mainDescription_88p4e_122{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:16px;color:#000c;margin:0}@media only screen and (max-width: 767px){._mainDescription_88p4e_122{font-size:14px;line-height:20px}}._arrowIcon_88p4e_137{width:16px;height:16px;transform:rotate(270deg)}._contentSection_88p4e_143{display:flex;flex-direction:column;gap:94px;width:100%;max-width:1200px}@media only screen and (max-width: 1023px){._contentSection_88p4e_143{gap:64px}}._dividerLine_88p4e_156{flex:1;height:1px;background:linear-gradient(to right,#eeeef5,#cdcddd,#eeeef5);box-shadow:0 .5px 1px #fff}._verticalDividers_88p4e_163{display:flex;align-items:flex-start;justify-content:center;min-height:128px;width:100%;max-width:768px;margin:0 auto}._verticalDividers_88p4e_163._bottomDividers_88p4e_172{margin-top:100px}@media only screen and (max-width: 1023px){._verticalDividers_88p4e_163{display:none}}._verticalDivider_88p4e_163{display:flex;flex-direction:column;align-items:center;justify-content:center;width:60px;height:128px}._verticalDivider_88p4e_163:before{content:"";width:1px;height:100%;background:linear-gradient(to bottom,#eeeef5,#cdcddd 20%,#cdcddd 80%,#eeeef5);box-shadow:.5px 0 1px #fff}._verticalDividerSpacer_88p4e_197{flex:1;height:1px;background:transparent}._creditsInfoSection_88p4e_203{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}._sectionTitleContainer_88p4e_211{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:20px;gap:24px}._titleIcon_88p4e_222{width:24px;height:24px}@media only screen and (max-width: 767px){._titleIcon_88p4e_222{width:20px;height:20px}}._titleWrapper_88p4e_233{position:relative;padding:16px}._titleWrapper_88p4e_233:before,._titleWrapper_88p4e_233:after{content:"";position:absolute;width:16px;height:16px}._titleWrapper_88p4e_233:before{top:0;left:0;border-top:4px solid #cdcddd;border-left:4px solid #cdcddd;border-radius:4px 0 0}._titleWrapper_88p4e_233:after{top:0;right:0;border-top:4px solid #cdcddd;border-right:4px solid #cdcddd;border-radius:0 4px 0 0}._titleWrapper_88p4e_233 ._cornerBottomLeft_88p4e_257{position:absolute;bottom:0;left:0;width:16px;height:16px;border-bottom:4px solid #cdcddd;border-left:4px solid #cdcddd;border-radius:0 0 0 4px}._titleWrapper_88p4e_233 ._cornerBottomRight_88p4e_267{position:absolute;bottom:0;right:0;width:16px;height:16px;border-bottom:4px solid #cdcddd;border-right:4px solid #cdcddd;border-radius:0 0 4px}._sectionTitle_88p4e_211{font-size:55.45px;font-weight:400;line-height:67.2px;letter-spacing:-1.68px;color:#12121b;margin:0;text-align:center}@media only screen and (max-width: 1023px){._sectionTitle_88p4e_211{font-size:40px;line-height:48px}}@media only screen and (max-width: 767px){._sectionTitle_88p4e_211{font-size:28px;line-height:36px;letter-spacing:-1px}}._cardsContainer_88p4e_301{position:relative;display:flex;flex-direction:column;align-items:center;gap:60px;width:100%;padding:0 120px}@media only screen and (max-width: 1023px){._cardsContainer_88p4e_301{gap:40px;padding:0 16px}}._cardsInnerWrapper_88p4e_317{position:relative;display:flex;flex-direction:column;align-items:center;gap:60px;width:100%;max-width:960px}@media only screen and (max-width: 1023px){._cardsInnerWrapper_88p4e_317{gap:40px}}._decorativeHorizontalLines_88p4e_332{position:absolute;left:50%;transform:translate(-50%);top:64px;width:100%;max-width:1232px;display:flex;flex-direction:column;gap:32px;pointer-events:none;z-index:0}@media only screen and (max-width: 1023px){._decorativeHorizontalLines_88p4e_332{display:none}}._decorativeHorizontalLine_88p4e_332{width:100%;height:1px;background:#cdcddd;box-shadow:0 .5px 1px #fff}._specialistsCard_88p4e_358{background:#e0e0eb;border:1px solid #cdcddd;border-radius:32px;padding:13px;max-width:665px;width:100%}@media only screen and (max-width: 767px){._specialistsCard_88p4e_358{padding:8px}}._specialistsCardInner_88p4e_372{background:#eeeef5;border:1px solid #cdcddd;border-radius:24px;padding:32px;display:flex;gap:32px}@media only screen and (max-width: 1023px){._specialistsCardInner_88p4e_372{flex-direction:column;gap:24px}}@media only screen and (max-width: 767px){._specialistsCardInner_88p4e_372{padding:24px 16px}}._specialistsContent_88p4e_392{flex:1;display:flex;flex-direction:column;gap:16px}._specialistsTag_88p4e_399{font-family:JetBrains Mono,monospace;font-size:14px;font-weight:500;line-height:21px;letter-spacing:.42px;text-transform:uppercase;color:#54547e;margin:0}._specialistsTitle_88p4e_410{font-size:39.063px;font-weight:400;line-height:48px;letter-spacing:-1.2px;color:#12121b;margin:0}@media only screen and (max-width: 767px){._specialistsTitle_88p4e_410{font-size:28px;line-height:36px}}._specialistsList_88p4e_425{font-size:17.859px;font-weight:400;line-height:27px;color:#54547e;margin:0}@media only screen and (max-width: 767px){._specialistsList_88p4e_425{font-size:16px;line-height:24px}}._specialistsDecoration_88p4e_439{flex-shrink:0;width:200px;position:relative;display:flex;align-items:center;justify-content:center;transform:translateY(-30px)}._specialistsDecoration_88p4e_439 img{align-self:flex-start}@media only screen and (max-width: 1023px){._specialistsDecoration_88p4e_439{width:100%;height:204px;transform:translateY(0)}}._creditsTable_88p4e_459{background:#e0e0eb;border:1px solid #cdcddd;border-radius:32px;padding:13px;width:100%;max-width:1000px}@media only screen and (max-width: 767px){._creditsTable_88p4e_459{padding:8px}}._creditsTableInner_88p4e_473{background:#fff;border:1px solid #cdcddd;border-radius:24px;padding:25px 21px;display:flex;flex-direction:column;gap:15px}@media only screen and (max-width: 767px){._creditsTableInner_88p4e_473{padding:20px 16px}}._tableTitle_88p4e_488{font-size:26px;font-weight:700;line-height:32px;color:#12121b;margin:0}@media only screen and (max-width: 767px){._tableTitle_88p4e_488{font-size:22px;line-height:28px}}._tableWrapper_88p4e_502{width:100%;border-radius:8px;overflow:hidden}._tableHeader_88p4e_508{background:#00000008;padding:8px 24px;display:flex;gap:24px}@media only screen and (max-width: 767px){._tableHeader_88p4e_508{padding:8px 16px;gap:16px}}._tableRow_88p4e_521{padding:8px 24px;display:flex;gap:24px}._tableRow_88p4e_521:nth-child(odd){background:#d0d3f71a}@media only screen and (max-width: 767px){._tableRow_88p4e_521{padding:8px 16px;gap:16px}}._tableCell_88p4e_536{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#4d4d4d}@media only screen and (max-width: 767px){._tableCell_88p4e_536{font-size:14px;line-height:20px}}._cellSum_88p4e_550{width:331px;flex-shrink:0}@media only screen and (max-width: 1023px){._cellSum_88p4e_550{width:200px}}@media only screen and (max-width: 767px){._cellSum_88p4e_550{width:auto;flex:1}}._cellBonus_88p4e_566{width:84px;text-align:right;flex-shrink:0}@media only screen and (max-width: 767px){._cellBonus_88p4e_566{width:60px}}._cellPrice_88p4e_577{flex:1;text-align:right;min-width:0}._cta_88p4e_583{position:relative;display:flex;flex-direction:column;align-items:center;max-width:992px;width:100%;margin:50px auto 0;padding:0 16px}@media only screen and (max-width: 767px){._cta_88p4e_583{padding:0 16px}}._ctaTitle_88p4e_599{position:relative;z-index:1;font-family:Arial,sans-serif;font-weight:400;font-size:40px;line-height:48px;letter-spacing:-1.2px;text-align:center;color:#181819;margin:0}@media only screen and (max-width: 1023px){._ctaTitle_88p4e_599{font-size:28px;line-height:36px}}@media only screen and (max-width: 767px){._ctaTitle_88p4e_599{font-size:40px;line-height:48px;letter-spacing:-1.2px}}._ctaButtonWrapper_88p4e_625{position:relative;z-index:1;display:flex;align-items:center;gap:16px;margin-top:32px}._ctaButtonWrapper_88p4e_625 button{box-shadow:0 0 0 4px #e0e0eb,0 2px 2px .5px #bcbcd2}._ctaButtonWrapper_88p4e_625 button svg{transform:rotate(270deg)}@media only screen and (max-width: 1023px){._ctaButtonWrapper_88p4e_625 button{width:auto}}._ctaButtonWrapper_88p4e_625 ._ctaArrowsLeft_88p4e_644,._ctaButtonWrapper_88p4e_625 ._ctaArrowsRight_88p4e_645{display:flex;align-items:center;min-width:120px}@media only screen and (max-width: 767px){._ctaButtonWrapper_88p4e_625 ._ctaArrowsLeft_88p4e_644,._ctaButtonWrapper_88p4e_625 ._ctaArrowsRight_88p4e_645{display:none}}._ctaButtonWrapper_88p4e_625 ._ctaArrowsRight_88p4e_645{transform:rotate(180deg)}@media only screen and (max-width: 767px){._ctaButtonWrapper_88p4e_625{width:100%;justify-content:center}}._ctaBlur_88p4e_666{position:absolute;top:-120px;left:50%;transform:translate(-50%);z-index:1}@media only screen and (max-width: 767px){._ctaBlur_88p4e_666{top:-80px;max-width:100%}}._pricingInfo_1jl20_2{display:flex;flex-direction:column;border-radius:8px;width:100%}._tabWrapper_1jl20_9{width:100%;display:flex;gap:8px}._dataWrapper_1jl20_15{display:flex;flex-direction:column;width:100%;max-height:250px;overflow-y:auto}._dataWrapper_1jl20_15::-webkit-scrollbar{width:9px}._dataWrapper_1jl20_15::-webkit-scrollbar-track{background:#f1f1f1;border-radius:8px;margin:2px 0}._dataWrapper_1jl20_15::-webkit-scrollbar-thumb{background:#d1cfcf;border-radius:8px}._dataWrapper_1jl20_15::-webkit-scrollbar-thumb:hover{background:#d1cfcf}._tableHeader_1jl20_38{background:#eeeef5;border-bottom:1px solid #e0e0eb;border-radius:8px 8px 0 0;padding:8px 24px;display:flex;gap:24px}@media only screen and (max-width: 767px){._tableHeader_1jl20_38{padding:8px 16px;gap:16px}}._tableRow_1jl20_53{padding:8px 24px;display:flex;gap:24px}._tableRow_1jl20_53:nth-child(2n){background:#d0d3f733}@media only screen and (max-width: 767px){._tableRow_1jl20_53{padding:8px 16px;gap:16px}}._tableCell_1jl20_68{flex:1;flex-basis:0;min-width:0;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#4d4d4d}._tableCell_1jl20_68:nth-child(2),._tableCell_1jl20_68:nth-child(3){text-align:right}@media only screen and (max-width: 767px){._tableCell_1jl20_68{font-size:14px;line-height:20px}}._loaderWrapper_1jl20_88{display:flex;justify-content:center;padding:8px}._mainWrapper_1cbdh_2{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;background-color:#eeeef5}._profileSection_1cbdh_11{max-width:1472px;width:100%;margin:0 auto;padding:26px 16px 108px}._wrapper_1cbdh_18{padding:13px;border-radius:32px;border:1px solid #cdcddd;background-color:#e0e0eb;box-shadow:0 4px 6px -2px #00000014}._contentWrapper_1cbdh_26{position:relative;display:flex;padding:13px;border-radius:32px;border:1px solid #e0e0eb;background-color:#fff;box-shadow:0 4px 6px -2px #9797b9}@media only screen and (max-width: 1023px){._contentWrapper_1cbdh_26{flex-direction:column}}._profileWrapper_1cbdh_41{flex-grow:1;padding:12px}@media only screen and (max-width: 767px){._profileWrapper_1cbdh_41{padding:0}}._profileSelect_1cbdh_51{display:none;margin-bottom:40px}@media only screen and (max-width: 767px){._profileSelect_1cbdh_51{display:block}}._profileTabs_1cbdh_61{display:flex;flex-direction:column;max-width:200px;width:100%;padding:4px;border-radius:30px 0 0 30px}@media only screen and (max-width: 1023px){._profileTabs_1cbdh_61{flex-direction:row;max-width:100%;flex-wrap:wrap;justify-content:center;row-gap:10px}}._vDivider_1cbdh_79{width:1px;margin:0 24px 0 16px;background:linear-gradient(180deg,#eeeef5,#cdcddd,#eeeef5);box-shadow:0 .5px 1px #fff}@media only screen and (max-width: 1023px){._vDivider_1cbdh_79{margin:20px 0;height:1px;width:100%;background:linear-gradient(90deg,#eeeef5,#cdcddd,#eeeef5);box-shadow:0 .5px 1px #fff}}._tab_1cbdh_95{display:flex;align-items:center;gap:8px;padding:10px 24px;border-radius:8px;font-size:14px;cursor:pointer}._tab_1cbdh_95 svg{min-width:20px;height:20px}._tab_1cbdh_95._active_1cbdh_108{background-color:#d0d3f733;color:#444ee1}._tab_1cbdh_95._active_1cbdh_108 path{stroke:#444ee1}@media only screen and (max-width: 1023px){._tab_1cbdh_95{width:33%;padding:8px 4px}._tab_1cbdh_95 span{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._tab_1cbdh_95 svg{min-width:14px;width:14px;height:14px}}._titleWrapper_1cbdh_134{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._balance_1cbdh_141{font-family:Inter,sans-serif;font-size:32px;font-weight:500;color:#737ae9;line-height:75%}._title_1cbdh_134{display:flex;align-items:center;gap:4px;font-family:Inter,sans-serif;font-size:18px;font-weight:600}._title_1cbdh_134 span{color:#d0d3f7}._deleteWrapper_1cbdh_161{padding:32px}._deleteTitle_1cbdh_165{margin-bottom:24px;font-size:18px;font-weight:600;text-align:center}._deleteButtons_1cbdh_172{display:flex;flex-wrap:wrap;gap:16px;width:fit-content;margin:0 auto}._inputsWrapper_1cbdh_180{display:flex;flex-direction:column;gap:24px}._row_1cbdh_186{display:flex;gap:24px}@media only screen and (max-width: 767px){._row_1cbdh_186{flex-direction:column;gap:24px}}._gridRow_1cbdh_197{display:grid;grid-template-columns:2fr 3fr 1fr;gap:24px}@media only screen and (max-width: 767px){._gridRow_1cbdh_197{grid-template-columns:1fr;gap:16px}}._button_1cbdh_209{display:block;margin-top:40px;margin-left:auto;box-shadow:0 0 0 4px #e0e0eb,0 2px 2px .5px #bcbcd2}@media only screen and (max-width: 767px){._button_1cbdh_209{display:flex;width:100%;margin-top:30px}}._topUpInputWrapper_1cbdh_223{display:flex;justify-content:space-between;align-items:center;gap:32px}._topUpInputWrapper_1cbdh_223 input{height:56px;font-family:Inter,sans-serif;font-size:16px;font-weight:400}._topUpInputWrapper_1cbdh_223 input::placeholder{font-family:Inter,sans-serif;font-size:16px;font-weight:400}@media only screen and (max-width: 1023px){._topUpInputWrapper_1cbdh_223{flex-direction:column;gap:16px}}._topUpButton_1cbdh_247{max-width:220px;width:100%;min-height:48px;box-shadow:0 0 0 4px #e0e0eb,0 2px 2px .5px #bcbcd2}@media only screen and (max-width: 1023px){._topUpButton_1cbdh_247{position:relative;top:unset;right:unset;transform:unset;max-width:100%;margin-top:8px}}._innerButtonWrapper_1cbdh_264{display:flex;justify-content:space-between;gap:10px;width:180px}._pricingOpener_1cbdh_271{margin-top:8px;font-size:14px;font-weight:500;text-decoration:underline;text-align:center;cursor:pointer}._historyWrapper_1cbdh_280{display:flex;gap:48px;margin-top:56px}@media only screen and (max-width: 1023px){._historyWrapper_1cbdh_280{gap:24px;flex-direction:column}}._top_1cbdh_223{padding-bottom:16px;text-align:center;font-size:20px;font-weight:700}._bottom_1cbdh_299{display:flex;gap:5px;align-items:flex-end;justify-content:center;padding-top:16px;text-align:center;font-size:12px;font-weight:300;line-height:20px}._bottom_1cbdh_299 span{font-size:24px;font-weight:600;line-height:1.15}._checkout_1cbdh_316{width:100%}._backButton_1cbdh_320{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin-right:20px;cursor:pointer}._checkoutWrapper_1cbdh_330{gap:16px;padding:12px}@media only screen and (max-width: 1023px){._checkoutWrapper_1cbdh_330{display:flex;flex-direction:column}}@media only screen and (max-width: 767px){._checkoutWrapper_1cbdh_330{padding:0}}._checkboxWrapper_1cbdh_346{display:flex;gap:10px;margin-top:24px}._checkboxText_1cbdh_352{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:400;color:#000;opacity:.8}._checkboxText_1cbdh_352 a{text-decoration:underline}._checkoutButton_1cbdh_365{display:block;margin-left:auto;margin-top:24px;box-shadow:0 0 0 4px #e0e0eb,0 2px 2px .5px #bcbcd2}._loaderWrapper_1cbdh_372{display:flex;justify-content:center;align-items:center;margin:30px auto 0}._riskPredictionResult_8vcry_2{display:flex;justify-content:center;align-items:center;width:100%;padding:64px 32px;border-radius:36px;overflow:hidden;box-sizing:border-box}._riskPredictionResult_8vcry_2._profile_8vcry_12{border-radius:0;padding:12px 24px}@media only screen and (max-width: 1023px){._riskPredictionResult_8vcry_2._profile_8vcry_12{padding:12px 8px}}@media only screen and (max-width: 1023px){._riskPredictionResult_8vcry_2{padding:48px 24px;border-radius:28px}}@media only screen and (max-width: 767px){._riskPredictionResult_8vcry_2{padding:40px 20px;border-radius:20px}}._gradientFirst_8vcry_34{background:linear-gradient(98deg,var(--color-blue-68, #5c67fe) 0%,var(--color-blue-59, #4851e6) 45%,var(--color-blue-37, #0412b9) 100%)}._gradientSecond_8vcry_38{background:linear-gradient(98deg,#d6d6d6,#7b3ec0 47.12%,#2e4f90)}._gradientThird_8vcry_42{background:linear-gradient(98deg,#e9e9e9,#ee840b 39.9%,#8d13a0)}._container_8vcry_46{display:flex;flex-direction:column;gap:36px;width:100%;max-width:1000px;margin:0 auto}@media only screen and (max-width: 1023px){._container_8vcry_46{gap:28px}}@media only screen and (max-width: 767px){._container_8vcry_46{gap:24px}}._header_8vcry_65{display:flex;flex-direction:column;gap:8px;align-items:flex-start;width:100%}._title_8vcry_73{font-family:Inter,sans-serif;font-size:30px;font-weight:500;line-height:44px;letter-spacing:-.64px;color:#fff;margin:0}@media only screen and (max-width: 1023px){._title_8vcry_73{font-size:26px;line-height:38px}}@media only screen and (max-width: 767px){._title_8vcry_73{font-size:24px;line-height:34px}}._risksWrapper_8vcry_95{display:flex;flex-direction:column;gap:32px;width:100%}@media only screen and (max-width: 1023px){._risksWrapper_8vcry_95{gap:24px}}@media only screen and (max-width: 767px){._risksWrapper_8vcry_95{gap:20px}}._risksBlock_8vcry_112{background:#eeeef5;border:1px solid #cdcddd;border-radius:32px;padding:13px;width:100%}@media only screen and (max-width: 1023px){._risksBlock_8vcry_112{border-radius:28px}}@media only screen and (max-width: 767px){._risksBlock_8vcry_112{border-radius:24px;padding:10px}}._risksInnerBlock_8vcry_131{background:#fff;border:1px solid #cdcddd;border-radius:24px;padding:0 20px 20px}@media only screen and (max-width: 1023px){._risksInnerBlock_8vcry_131{border-radius:20px;padding:0 0 16px}}@media only screen and (max-width: 767px){._risksInnerBlock_8vcry_131{border-radius:16px}}._risksHeader_8vcry_149{display:flex;align-items:center;gap:20px;padding:21px 25px}@media only screen and (max-width: 1023px){._risksHeader_8vcry_149{padding:18px 20px}}@media only screen and (max-width: 767px){._risksHeader_8vcry_149{padding:16px}}._risksTitle_8vcry_166{font-family:Proxima Nova,Inter,sans-serif;font-size:26px;font-weight:700;line-height:32px;color:#12121b;margin:0}@media only screen and (max-width: 1023px){._risksTitle_8vcry_166{font-size:24px;line-height:30px}}@media only screen and (max-width: 767px){._risksTitle_8vcry_166{font-size:22px;line-height:28px}}._risksContent_8vcry_187{display:flex;gap:15px;align-items:flex-start;width:100%;max-height:456px;overflow-y:auto}._risksContent_8vcry_187::-webkit-scrollbar{width:9px}._risksContent_8vcry_187::-webkit-scrollbar-track{background:#f1f1f1;border-radius:8px;margin:2px 0}._risksContent_8vcry_187::-webkit-scrollbar-thumb{background:#d1cfcf;border-radius:8px}._risksContent_8vcry_187::-webkit-scrollbar-thumb:hover{background:#d1cfcf}@media only screen and (max-width: 767px){._risksContent_8vcry_187{gap:10px}}._risksList_8vcry_216{flex:1;display:flex;flex-direction:column;min-width:0}._riskItem_8vcry_223{border-bottom:1px solid rgba(0,0,0,.1)}._riskItem_8vcry_223:nth-child(2n){background:#d0d3f733}._riskItem_8vcry_223:last-child{border-bottom:none}._riskRow_8vcry_233{display:flex;gap:24px;padding:8px;width:100%}@media only screen and (max-width: 1023px){._riskRow_8vcry_233{flex-direction:column;gap:20px}}@media only screen and (max-width: 767px){._riskRow_8vcry_233{gap:16px;padding:12px 8px}}._leftColumn_8vcry_252,._rightColumn_8vcry_253{flex:1;display:flex;flex-direction:column;gap:24px;min-width:0}@media only screen and (max-width: 767px){._leftColumn_8vcry_252,._rightColumn_8vcry_253{gap:16px}}._fieldGroup_8vcry_267{display:flex;gap:24px;align-items:flex-start}@media only screen and (max-width: 767px){._fieldGroup_8vcry_267{gap:16px;flex-direction:column}}._fieldLabel_8vcry_279{font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#4d4d4d;min-width:86px;flex-shrink:0}@media only screen and (max-width: 767px){._fieldLabel_8vcry_279{font-size:14px;min-width:auto}}._fieldValue_8vcry_295{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#4d4d4d}@media only screen and (max-width: 767px){._fieldValue_8vcry_295{font-size:14px}}._fieldText_8vcry_308{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:16px;color:#4d4d4d;margin:0;flex:1}@media only screen and (max-width: 767px){._fieldText_8vcry_308{font-size:13px}}._levelBadge_8vcry_323{display:flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:4px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#4d4d4d;min-width:80px;text-align:center}@media only screen and (max-width: 767px){._levelBadge_8vcry_323{font-size:14px;min-width:70px}}._levelLow_8vcry_344{background:#e4ffcf}._levelMedium_8vcry_348{background:#fff4cc}._levelHigh_8vcry_352{background:#ffcfcf}._whatToDoContent_8vcry_356{display:flex;flex-direction:column;gap:0;flex:1}._whatToDoText_8vcry_363{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:16px;color:#4d4d4d;margin:0 0 8px}._whatToDoText_8vcry_363:last-child{margin-bottom:0}@media only screen and (max-width: 767px){._whatToDoText_8vcry_363{font-size:13px}}._actions_8vcry_380{display:flex;gap:32px;align-items:center;justify-content:flex-end;margin-top:auto}._actions_8vcry_380 ._buttonDownload_8vcry_387{border:4px solid #e5e5e5}@media only screen and (max-width: 767px){._actions_8vcry_380{flex-direction:column;gap:16px;width:100%}}._symptomCheckResult_1fm68_2{display:flex;justify-content:center;align-items:center;width:100%;padding:64px 32px;border-radius:36px;overflow:hidden;box-sizing:border-box}._symptomCheckResult_1fm68_2._profile_1fm68_12{border-radius:0;padding:12px 24px}@media only screen and (max-width: 1023px){._symptomCheckResult_1fm68_2._profile_1fm68_12{padding:12px 8px}}@media only screen and (max-width: 1023px){._symptomCheckResult_1fm68_2{padding:48px 24px;border-radius:28px}}@media only screen and (max-width: 767px){._symptomCheckResult_1fm68_2{padding:40px 20px;border-radius:20px}}._gradientFirst_1fm68_34{background:linear-gradient(98deg,var(--color-blue-68, #5c67fe) 0%,var(--color-blue-59, #4851e6) 45%,var(--color-blue-37, #0412b9) 100%)}._gradientSecond_1fm68_38{background:linear-gradient(98deg,#d6d6d6,#7b3ec0 47.12%,#2e4f90)}._gradientThird_1fm68_42{background:linear-gradient(98deg,#e9e9e9,#ee840b 39.9%,#8d13a0)}._container_1fm68_46{display:flex;flex-direction:column;gap:36px;width:100%;max-width:1000px;margin:0 auto}@media only screen and (max-width: 1023px){._container_1fm68_46{gap:28px}}@media only screen and (max-width: 767px){._container_1fm68_46{gap:24px}}._title_1fm68_65{font-family:Inter,sans-serif;font-size:30px;font-weight:500;line-height:44px;letter-spacing:-.64px;color:#fff;margin:0}@media only screen and (max-width: 1023px){._title_1fm68_65{font-size:26px;line-height:38px}}@media only screen and (max-width: 767px){._title_1fm68_65{font-size:24px;line-height:34px}}._mainContent_1fm68_87{display:flex;gap:32px;align-items:flex-start;width:100%}@media only screen and (max-width: 1023px){._mainContent_1fm68_87{gap:24px;flex-direction:column}}@media only screen and (max-width: 767px){._mainContent_1fm68_87{flex-direction:column;gap:24px}}._leftContent_1fm68_106{flex:1;display:flex;flex-direction:column;gap:16px}@media only screen and (max-width: 767px){._leftContent_1fm68_106{width:100%}}._explanation_1fm68_118{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:24px;color:#fff;margin:20px 0 0}@media only screen and (max-width: 1023px){._explanation_1fm68_118{font-size:16px;line-height:22px;margin-top:16px}}@media only screen and (max-width: 767px){._explanation_1fm68_118{font-size:15px;line-height:21px;margin-top:12px}}._section_1fm68_142{display:flex;flex-direction:column;gap:8px}._sectionTitle_1fm68_148{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:32px;color:#fff;margin:0}@media only screen and (max-width: 1023px){._sectionTitle_1fm68_148{font-size:18px;line-height:28px}}@media only screen and (max-width: 767px){._sectionTitle_1fm68_148{font-size:17px;line-height:26px}}._list_1fm68_169{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:24px;color:#fff;margin:0;padding-left:27px;list-style-type:disc}._list_1fm68_169 li{list-style:disc;list-style-position:inside;margin-bottom:4px}._list_1fm68_169 li:last-child{margin-bottom:0}@media only screen and (max-width: 1023px){._list_1fm68_169{font-size:16px;line-height:22px}}@media only screen and (max-width: 767px){._list_1fm68_169{font-size:15px;line-height:21px}}._chartCard_1fm68_200{flex-shrink:0;background:#fff;border:1px solid #cdcddd;border-radius:24px;padding:25px 21px;display:flex;flex-direction:column;gap:15px;box-shadow:0 0 0 13px #e0e0eb}@media only screen and (max-width: 1023px){._chartCard_1fm68_200{width:100%;max-width:500px;margin:0 auto}}@media only screen and (max-width: 767px){._chartCard_1fm68_200{width:100%;padding:20px 16px;border-radius:20px;box-shadow:0 0 0 10px #e0e0eb}}._chartTitle_1fm68_227{font-family:Proxima Nova,Inter,sans-serif,sans-serif;font-size:26px;font-weight:700;line-height:32px;color:#12121b;margin:0}@media only screen and (max-width: 1023px){._chartTitle_1fm68_227{font-size:24px;line-height:30px}}@media only screen and (max-width: 767px){._chartTitle_1fm68_227{font-size:22px;line-height:28px}}._chartWrapper_1fm68_248{display:flex;gap:32px;align-items:center;padding:30px 20px}@media only screen and (max-width: 1023px){._chartWrapper_1fm68_248{gap:24px;padding:20px 10px}}@media only screen and (max-width: 767px){._chartWrapper_1fm68_248{flex-direction:column;gap:20px;padding:20px 10px}}._legend_1fm68_268{display:flex;flex-direction:column;gap:12px;min-width:200px;max-width:200px}@media only screen and (max-width: 767px){._legend_1fm68_268{width:100%;min-width:auto}}._legendItem_1fm68_282{display:flex;align-items:center;gap:16px}._legendDot_1fm68_288{width:11px;height:11px;border-radius:50%;flex-shrink:0}._legendName_1fm68_295{font-family:Proxima Nova,Inter,sans-serif,sans-serif;font-size:16px;font-weight:600;color:#99b2c6;flex:1;min-width:120px;word-break:break-word}@media only screen and (max-width: 767px){._legendName_1fm68_295{min-width:auto}}._legendValue_1fm68_310{font-family:Proxima Nova,Inter,sans-serif,sans-serif;font-size:16px;font-weight:600;color:#99b2c6;text-align:right}._doctorCard_1fm68_318{background:#ffffff26;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:16px;width:100%}@media only screen and (max-width: 767px){._doctorCard_1fm68_318{padding:14px;border-radius:14px}}._doctorCardTitle_1fm68_335{font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:28px;color:#fff;margin:0;text-decoration:underline;text-underline-position:from-font}@media only screen and (max-width: 1023px){._doctorCardTitle_1fm68_335{font-size:18px;line-height:26px}}@media only screen and (max-width: 767px){._doctorCardTitle_1fm68_335{font-size:17px;line-height:24px}}._doctorList_1fm68_358{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:32px;color:#fff;margin:0;padding-left:27px;list-style-type:disc}._doctorList_1fm68_358 li{list-style:disc;list-style-position:inside;margin-bottom:4px}._doctorList_1fm68_358 li:last-child{margin-bottom:0}@media only screen and (max-width: 1023px){._doctorList_1fm68_358{font-size:16px;line-height:28px}}@media only screen and (max-width: 767px){._doctorList_1fm68_358{font-size:15px;line-height:26px}}._actions_1fm68_389{display:flex;gap:32px;align-items:center;justify-content:flex-end;margin-top:auto}._actions_1fm68_389 ._buttonDownload_1fm68_396{border:4px solid #e5e5e5}._modalContent_15jgf_2{background:#fff;padding:16px;border-radius:12px;box-shadow:0 4px 10px #00000026;max-width:600px;width:90%;outline:none}._modalOverlay_15jgf_12{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:11}._modalHeader_15jgf_25{display:flex;justify-content:space-between}._modalTitle_15jgf_30{font-family:Inter,sans-serif;font-size:30px;font-weight:500;line-height:44px;letter-spacing:-.64px;color:#12121b;margin:0}@media only screen and (max-width: 1023px){._modalTitle_15jgf_30{font-size:26px;line-height:38px}}@media only screen and (max-width: 767px){._modalTitle_15jgf_30{font-size:24px;line-height:34px}}._closeIcon_15jgf_52{display:flex;margin-left:auto;border:none;padding:4px;height:fit-content;border-radius:6px;cursor:pointer}._modalContent_1sc2y_2{position:relative;width:100%;max-width:90vw;overflow-y:auto;max-height:90vh;padding:0}._modalContent_1sc2y_2::-webkit-scrollbar{width:7px}._modalContent_1sc2y_2::-webkit-scrollbar-track{background:#f1f1f1;border-radius:8px}._modalContent_1sc2y_2::-webkit-scrollbar-thumb{background:#d1cfcf;border-radius:8px}._modalContent_1sc2y_2::-webkit-scrollbar-thumb:hover{background:#cdcddd}@media (max-width: 768px){._modalContent_1sc2y_2{max-width:95vw}}._closeButton_1sc2y_30{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}._closeButton_1sc2y_30 svg{width:100%;height:100%}._documentsWrapper_d7zng_2{display:flex;flex-direction:column;gap:24px;width:100%}._titleWrapper_d7zng_9{display:flex;align-items:center;justify-content:space-between;height:48px}._title_d7zng_9{font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:22px;color:#000;margin:0}._scrollContainer_d7zng_25{display:flex;flex-direction:column;gap:16px;width:100%}._grid_d7zng_32{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;width:100%}@media (max-width: 1440px){._grid_d7zng_32{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1024px){._grid_d7zng_32{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){._grid_d7zng_32{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){._grid_d7zng_32{grid-template-columns:1fr}}._card_d7zng_59{border:1px solid;border-radius:24px;padding:8px;cursor:pointer;transition:all .2s ease;min-width:180px;width:100%}._card_d7zng_59:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0003}._cardSymptom_d7zng_73{background:#eaeaff;border-color:#a1a6f0}._cardLab_d7zng_78{background:#f7e9ff;border-color:#d7a8d8}._cardRisk_d7zng_83{background:#fff6d5;border-color:#f4d07d}._cardInner_d7zng_88{background:#fff;border-radius:16px;padding:16px 10px;display:flex;flex-direction:column;gap:2px;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000026;text-align:center}._cardTitle_d7zng_101{font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:24px;color:#4d4d4d;margin:0;white-space:nowrap}._cardDate_d7zng_111{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:20px;color:#4d4d4d;margin:0;white-space:nowrap}._emptyState_d7zng_121{display:flex;align-items:center;justify-content:center;padding:40px 20px;color:#4d4d4d;font-size:16px;font-family:Inter,sans-serif}._loaderWrapper_d7zng_131{display:flex;justify-content:center;padding:16px}._symptomCheckScreen_irfyl_2{display:flex;flex-direction:column;width:100%;background-color:#eeeef5;overflow:hidden}._wrapper_irfyl_10{display:flex;flex-direction:column;width:100%;max-width:1440px;margin:0 auto;padding:40px 16px}@media only screen and (max-width: 1023px){._wrapper_irfyl_10{padding:32px 16px}}@media only screen and (max-width: 767px){._wrapper_irfyl_10{padding:24px 16px}}._formWrapper_irfyl_29{position:relative;width:100%;margin:40px 0;padding:64px 32px;background-color:#fff;border-radius:24px;box-shadow:0 2px 8px #00000014}@media only screen and (max-width: 1023px){._formWrapper_irfyl_29{padding:24px;margin:32px 0}}@media only screen and (max-width: 767px){._formWrapper_irfyl_29{padding:20px;margin:24px 0}}._spinnerWrapper_irfyl_51{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#00000080;border-radius:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}._form_irfyl_29{display:flex;flex-direction:column;max-width:1000px;margin:0 auto}._title_irfyl_73{font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:1.3;color:#12121b;margin:0 0 36px}@media only screen and (max-width: 767px){._title_irfyl_73{font-size:20px;margin-bottom:20px}}._formContent_irfyl_88{display:flex;gap:32px;margin-bottom:32px;align-items:flex-start}@media only screen and (max-width: 1023px){._formContent_irfyl_88{flex-direction:column;gap:24px}}@media only screen and (max-width: 767px){._formContent_irfyl_88{gap:20px}}._leftColumn_irfyl_106{flex:1}@media only screen and (max-width: 1023px){._leftColumn_irfyl_106{width:100%}}._rightColumn_irfyl_115{display:flex;flex-direction:column;gap:16px;align-items:flex-end;max-width:134px;width:100%}@media only screen and (max-width: 1023px){._rightColumn_irfyl_115{align-items:stretch;width:100%;max-width:100%}}._indicatorsBlock_irfyl_131{background:#eeeef5;border:1px solid #cdcddd;border-radius:32px;padding:13px;transition:all .3s ease;min-height:120px}._indicatorsBlock_irfyl_131._blurred_irfyl_139{filter:blur(4px);pointer-events:none;opacity:.6}._indicatorsInnerBlock_irfyl_145{background:#fff;border:1px solid #cdcddd;border-radius:24px;overflow:hidden}._indicatorsHeader_irfyl_152{display:grid;grid-template-columns:2fr 2fr .2fr;gap:24px;padding:8px 24px;background:#00000008;border-radius:6px 6px 0 0;margin-bottom:0;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#4d4d4d}._indicatorsList_irfyl_167{display:flex;flex-direction:column}._indicatorRow_irfyl_172{display:flex;gap:16px;padding:8px 24px;align-items:center;background:#ffffff1a;transition:background .2s ease}._indicatorRow_irfyl_172:nth-child(2n){background:#d0d3f71a}._indicatorRow_irfyl_172:hover:not(:has(input:disabled)){background:#d0d3f733}@media only screen and (max-width: 767px){._indicatorRow_irfyl_172{gap:12px;padding:8px 16px}}._indicatorInput_irfyl_193{border:none;background:transparent;padding:0;height:auto;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#4d4d4d;min-height:24px}._indicatorInput_irfyl_193:first-child{flex:1;min-width:0}._indicatorInput_irfyl_193:nth-child(2){width:120px;text-align:right}@media only screen and (max-width: 767px){._indicatorInput_irfyl_193:nth-child(2){width:84px}}._indicatorInput_irfyl_193:focus{outline:none}._indicatorInput_irfyl_193::placeholder{color:#86868a;opacity:.7}._indicatorInput_irfyl_193:disabled{opacity:.6;cursor:not-allowed}._deleteButton_irfyl_230{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#e14944;transition:all .2s ease}._deleteButton_irfyl_230:hover:not(:disabled){color:#a93733;transform:scale(1.1)}._deleteButton_irfyl_230:disabled{opacity:.4;cursor:not-allowed}._deleteButton_irfyl_230 svg{width:20px;height:20px}._addFieldButton_irfyl_254{width:100%;border:1px solid #000000;background:#fff;color:#000;padding:14px 16px;border-radius:24px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:20px;transition:all .2s ease}._addFieldButton_irfyl_254 span{z-index:1;word-break:break-word;white-space:normal}@media only screen and (max-width: 1023px){._addFieldButton_irfyl_254{width:100%}}._selectSymptomsButton_irfyl_278,._selectAnalysisButton_irfyl_279{width:100%;border:1px solid #000000;background:#fff;color:#000;margin-top:40px;padding:14px 16px;border-radius:24px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:20px;transition:all .2s ease}._selectSymptomsButton_irfyl_278 span,._selectAnalysisButton_irfyl_279 span{z-index:1;word-break:break-word;white-space:normal}@media only screen and (max-width: 1023px){._selectSymptomsButton_irfyl_278,._selectAnalysisButton_irfyl_279{width:100%}}@media only screen and (max-width: 1023px){._selectSymptomsButton_irfyl_278,._selectAnalysisButton_irfyl_279{margin-top:0}}._selectAnalysisButton_irfyl_279{margin-top:0}._uploadFileWrapper_irfyl_316{display:flex;flex-direction:column;gap:2px;align-items:center}._fileInput_irfyl_323{display:none}._uploadButton_irfyl_327{width:100%;border:1px solid #000000;background:#fff;color:#000;padding:14px 32px;border-radius:24px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:20px;transition:all .2s ease}._uploadButton_irfyl_327:hover{background:#eeeef5}@media only screen and (max-width: 1023px){._uploadButton_irfyl_327{width:100%}}._fileFormats_irfyl_349{font-family:Inter,sans-serif;font-size:10px;font-weight:400;line-height:20px;color:#000;text-align:center}._removeFileButton_irfyl_358{background:transparent;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#e14944;text-decoration:underline;padding:4px 8px;transition:color .2s ease}._removeFileButton_irfyl_358:hover{color:#a93733}._textareaWrapper_irfyl_374{margin-bottom:32px}._inputsCategoryTitle_irfyl_378{font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:24px;color:#4d4d4d}._inputsWrapper_irfyl_386{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}._inputsCategory_irfyl_378{display:flex;flex-direction:column;gap:16px}._inputsRow_irfyl_399{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media only screen and (max-width: 1023px){._inputsRow_irfyl_399{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 767px){._inputsRow_irfyl_399{grid-template-columns:1fr}}._selector_irfyl_415{width:100%}._analyzeButton_irfyl_419{display:block;margin:0 auto;width:fit-content;box-shadow:0 0 0 4px #e0e0eb,0 2px 2px .5px #bcbcd2}._stepsWrapper_irfyl_426{margin-top:64px}._selectWrapper_1tw43_2{display:flex;flex-direction:column;gap:2px}._label_1tw43_8{font-size:12px;font-weight:400;line-height:18px;color:#000}._modalContent_1ufq0_2{display:flex;flex-direction:column;gap:24px;width:100%;max-width:950px}._header_1ufq0_10{display:flex;justify-content:space-between;align-items:center;gap:20px}._title_1ufq0_17{font-family:Inter,sans-serif;font-size:26px;font-weight:700;line-height:32px;color:#12121b;margin:0}@media only screen and (max-width: 767px){._title_1ufq0_17{font-size:20px;line-height:26px}}._closeButton_1ufq0_32{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}._closeButton_1ufq0_32 svg{width:100%;height:100%}._scrollContainer_1ufq0_49{display:flex;flex-direction:column;gap:15px;max-height:500px;overflow-y:auto;padding-right:7px}._scrollContainer_1ufq0_49::-webkit-scrollbar{width:7px}._scrollContainer_1ufq0_49::-webkit-scrollbar-track{background:#f1f1f1;border-radius:8px}._scrollContainer_1ufq0_49::-webkit-scrollbar-thumb{background:#d1cfcf;border-radius:8px}._scrollContainer_1ufq0_49::-webkit-scrollbar-thumb:hover{background:#cdcddd}@media only screen and (max-width: 767px){._scrollContainer_1ufq0_49{max-height:400px}}._analysisCard_1ufq0_77{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:16px 8px;cursor:pointer;transition:all .2s ease}._analysisCard_1ufq0_77:hover{background:#d0d3f71a}._analysisCard_1ufq0_77._selected_1ufq0_88{background:#d0d3f74d;border-color:#5252534d}._analysisContent_1ufq0_93{display:flex;gap:24px;padding:8px 0}@media only screen and (max-width: 767px){._analysisContent_1ufq0_93{flex-direction:column;gap:16px}}._leftColumn_1ufq0_105{flex:1;display:flex;flex-direction:column;gap:8px}._rightColumn_1ufq0_112{flex:1;display:flex;flex-direction:column;gap:16px}._fullWidth_1ufq0_119{width:100%;display:flex;flex-direction:column;gap:8px}._infoRow_1ufq0_126{display:flex;gap:16px;align-items:flex-start;font-size:16px;line-height:24px;color:#4d4d4d}@media only screen and (max-width: 767px){._infoRow_1ufq0_126{font-size:14px;line-height:20px}}._label_1ufq0_141{font-family:Inter,sans-serif;font-weight:700;min-width:132px;flex-shrink:0}@media only screen and (max-width: 767px){._label_1ufq0_141{min-width:100px}}._value_1ufq0_153{font-family:Inter,sans-serif;font-weight:400;flex:1;word-break:break-word}._indicatorsTable_1ufq0_160{margin-top:16px;width:100%}._tableHeader_1ufq0_165{display:flex;justify-content:space-between;gap:16px;padding:8px 0;border-bottom:1px solid #cdcddd;margin-bottom:8px}._tableBody_1ufq0_174{display:flex;flex-direction:column;gap:4px}._tableRow_1ufq0_180{display:flex;justify-content:space-between;gap:16px;padding:6px 0;font-family:Inter,sans-serif;font-size:16px;line-height:24px}@media only screen and (max-width: 767px){._tableRow_1ufq0_180{font-size:14px;line-height:20px}}._tableCellName_1ufq0_196{flex:1;font-weight:400;color:#4d4d4d;text-align:left}._tableCellValue_1ufq0_203{flex:1;font-weight:400;color:#4d4d4d;text-align:right}._emptyState_1ufq0_210{display:flex;align-items:center;justify-content:center;padding:40px 20px;color:#4d4d4d;font-size:16px;font-family:Inter,sans-serif}._footer_1ufq0_220{display:flex;justify-content:flex-end;gap:32px}._loaderWrapper_1ufq0_226{display:flex;justify-content:center;padding:16px}._symptomCheckScreen_63g1g_2{display:flex;flex-direction:column;width:100%;background-color:#eeeef5;overflow:hidden}._wrapper_63g1g_10{display:flex;flex-direction:column;width:100%;max-width:1440px;margin:0 auto;padding:40px 16px}@media only screen and (max-width: 1023px){._wrapper_63g1g_10{padding:32px 16px}}@media only screen and (max-width: 767px){._wrapper_63g1g_10{padding:24px 16px}}._formWrapper_63g1g_29{position:relative;width:100%;margin:40px 0;padding:64px 32px;background-color:#fff;border-radius:24px;box-shadow:0 2px 8px #00000014}@media only screen and (max-width: 1023px){._formWrapper_63g1g_29{padding:24px;margin:32px 0}}@media only screen and (max-width: 767px){._formWrapper_63g1g_29{padding:20px;margin:24px 0}}._spinnerWrapper_63g1g_51{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#00000080;border-radius:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}._form_63g1g_29{display:flex;flex-direction:column;max-width:1000px;margin:0 auto}._title_63g1g_73{font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:1.3;color:#12121b;margin:0 0 36px}@media only screen and (max-width: 767px){._title_63g1g_73{font-size:20px;margin-bottom:20px}}._inputsWrapper_63g1g_88{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}._inputsRow_63g1g_95{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}@media only screen and (max-width: 1023px){._inputsRow_63g1g_95{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 767px){._inputsRow_63g1g_95{grid-template-columns:1fr}}._selector_63g1g_111{width:100%}._analyzeButton_63g1g_115{display:block;margin:0 auto;width:fit-content;box-shadow:0 0 0 4px #e0e0eb,0 2px 2px .5px #bcbcd2}._stepsWrapper_63g1g_122{margin-top:64px}._rangeSlider_1flq5_2{display:flex;flex-direction:column;gap:8px;width:100%}._label_1flq5_9{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:24px;color:#12121b}._sliderWrapper_1flq5_17{display:flex;align-items:center;gap:8px;width:100%}._minValue_1flq5_24,._maxValue_1flq5_25{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:24px;color:#12121b;white-space:nowrap;flex-shrink:0}._track_1flq5_35{position:relative;flex:1;height:9px;background-color:#d0d3f7;border-radius:4px;cursor:pointer;-webkit-user-select:none;user-select:none}._activeTrack_1flq5_45{position:absolute;top:0;left:0;height:100%;background-color:#444ee1;border-radius:4px;border:1px solid #d0d3f7;pointer-events:none}._thumb_1flq5_56{position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;height:16px;background-color:#444ee1;border:2px solid #d0d3f7;border-radius:50%;cursor:grab;z-index:1}._thumb_1flq5_56:active{cursor:grabbing}._tooltip_1flq5_72{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);background-color:#444ee1;color:#fff;padding:2px 10px;border-radius:4px;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:24px;white-space:nowrap;pointer-events:none;z-index:3}._tooltipArrow_1flq5_90{position:absolute;bottom:-5px;left:50%;transform:translate(-50%) rotate(180deg);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #444ee1}._error_1flq5_102{font-family:Inter,sans-serif;font-size:12px;color:#e14944;margin-top:4px}._mainSection_1qpmj_2{display:flex;flex-direction:column;min-height:100dvh;min-height:100vh}._container_1o5e0_2{height:100vh}*{box-sizing:border-box;padding:0;margin:0}html,body{max-width:100vw;scrollbar-gutter:auto;-webkit-scrollbar-gutter:auto;font-family:Arial,sans-serif;font-weight:400;font-size:16px}ul,li{list-style:none}a{color:inherit;font-size:inherit;text-decoration:none;border-radius:2px;transition:color .2s ease,text-decoration .2s ease;position:relative}@media (hover: hover) and (pointer: fine){a:hover{color:#222771;text-decoration:underline;text-underline-offset:2px;opacity:1}}a:active{color:#444ee1;text-decoration:underline;text-underline-offset:2px}a:focus{color:#222771;text-decoration:underline;text-underline-offset:2px;outline:none}a:focus-visible{color:#222771;text-decoration:underline;text-underline-offset:2px;outline:2px solid #222771;outline-offset:2px}a:disabled,a[disabled],a.disabled{color:#777791;text-decoration:none;cursor:not-allowed;pointer-events:none}button{margin:0;border:none;color:inherit;font-size:inherit}h1{font-size:64px}@media only screen and (max-width: 1439px){h1{font-size:56px}}@media only screen and (max-width: 1023px){h1{font-size:48px}}h2{font-size:56px}@media only screen and (max-width: 1439px){h2{font-size:48px}}@media only screen and (max-width: 1023px){h2{font-size:40px}}@media only screen and (max-width: 767px){h2{font-size:28px}}h3{font-size:48px}@media only screen and (max-width: 1439px){h3{font-size:40px}}@media only screen and (max-width: 1023px){h3{font-size:36px}}h4{font-size:40px}@media only screen and (max-width: 1439px){h4{font-size:36px}}@media only screen and (max-width: 1023px){h4{font-size:32px}}h5{font-size:36px}@media only screen and (max-width: 1439px){h5{font-size:32px}}@media only screen and (max-width: 1023px){h5{font-size:28px}}h6{font-size:32px}@media only screen and (max-width: 1439px){h6{font-size:28px}}@media only screen and (max-width: 1023px){h6{font-size:24px}}.Toastify__toast-container .Toastify__toast-body{align-items:flex-start}.Toastify__toast-container .Toastify__toast{padding:6px 10px;border-radius:16px;background-color:#fff;box-shadow:0 4px 16px #1b1a1a33}.Toastify__toast-container .Toastify__toast--error .Toastify__toast-icon svg{fill:#000}.Toastify__toast-container .Toastify__toast--success .Toastify__toast-icon svg{fill:green}.Toastify__toast-container .Toastify__toast--info .Toastify__toast-icon svg{fill:#fff}.Toastify__toast-container .Toastify__close-button{align-self:flex-start;opacity:1}.Toastify__toast-container .Toastify__close-button:hover svg{fill:#d0d3f7}.Toastify__toast-container .Toastify__close-button svg{width:16px;height:16px;transition:.3s fill;fill:#000}
