@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";._spinner_3uv0c_2{border:5px solid;border-color:#ff3d00 transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:_rotation_3uv0c_1 1s linear infinite}._green_3uv0c_11{border-color:#4e7fdb transparent}._white_3uv0c_15{border-color:#ffffff transparent}._red_3uv0c_19{border-color:#ff0000 transparent}._tiny_3uv0c_23{width:24px;height:24px;font-size:3px}._small_3uv0c_29{width:32px;height:32px;font-size:4px}._medium_3uv0c_35{width:40px;height:40px}._large_3uv0c_40{width:48px;height:48px;font-size:6px}@keyframes _rotation_3uv0c_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._button_12hra_2{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:19px;min-width:66px;border-radius:8px;padding:0 16px;border:none;transition:background-color .2s ease,color .2s ease;white-space:nowrap;cursor:pointer}._button_12hra_2 span{display:flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0%;text-align:center}._medium_12hra_29{min-width:66px}._full_12hra_33{width:100%}._auto_12hra_37{width:auto}._primary_12hra_41{padding:12px 68px;background:#fff;border-radius:8px}._primary_12hra_41 span{color:#9a98b4}._primary_12hra_41:hover:not(:disabled){background:#4e7fdb}._primary_12hra_41:hover:not(:disabled) span{color:#fff}._primary_12hra_41:active:not(:disabled){background:#3d6bc4}._primary_12hra_41:active:not(:disabled) span{color:#fff}._primary_12hra_41:disabled{background:#e5e3e6;cursor:not-allowed}._primary_12hra_41:disabled span{color:#9e9ca0}._default_12hra_69{color:#fafafa}._secondary_12hra_73{padding:12px 68px;background:#4e7fdb;border-radius:8px}._secondary_12hra_73 span{font-size:16px;font-weight:600;line-height:24px;color:#fff}._secondary_12hra_73:hover:not(:disabled){background:#fff}._secondary_12hra_73:hover:not(:disabled) span{color:#4e7fdb}._secondary_12hra_73:active:not(:disabled){background:#fff}._secondary_12hra_73:active:not(:disabled) span{color:#3d6bc4}._secondary_12hra_73:disabled{background:#e5e3e6;cursor:not-allowed}._secondary_12hra_73:disabled span{color:#9e9ca0}._dangerous_12hra_104{position:relative;padding:13.5px 33px;border:2px solid #ff0000;background:transparent}._dangerous_12hra_104 span{font-size:16px;font-weight:700;line-height:24px;color:red}._outline_12hra_117{background:transparent}._small_12hra_121{padding:8px 16px;width:fit-content;height:40px}._spinnerWrapper_12hra_127{position:absolute;top:50%;left:50%;transform:translate(-50%,-45%)}._modalContainer_1tsf3_2{position:fixed;bottom:10px;right:10px;z-index:1000;animation:_slideInUp_1tsf3_1 .3s ease-out}._modalContainer_1tsf3_2._closing_1tsf3_9{animation:_slideOutDown_1tsf3_1 .2s ease-in forwards}._modalContent_1tsf3_13{position:relative;display:flex;flex-direction:column;gap:16px;padding:16px;max-width:380px;width:calc(100vw - 20px);background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;border:1px solid rgba(0,0,0,.1);overflow:hidden}._title_1tsf3_28{font-family:Poppins,sans-serif;font-size:18px;font-weight:600;color:#040404;line-height:1.3}._description_1tsf3_36{font-family:Poppins,sans-serif;font-size:14px;line-height:1.4;color:#040404;margin:0}._modalFooter_1tsf3_44{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px}._footerButton_1tsf3_50{width:100%}@keyframes _slideInUp_1tsf3_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _slideOutDown_1tsf3_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}._customToast_1tbsp_2 h4{transform:translateY(-2px);margin-bottom:4px;font-size:16px;font-weight:600;color:#fff}._customToast_1tbsp_2 p{font-size:14px;opacity:.6;line-height:1.5;color:#fff}: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)}}._ctaSection_viilj_2{position:relative;width:100%;padding:120px 0}@media only screen and (max-width: 1023px){._ctaSection_viilj_2{padding:60px 0}}._ctaContent_viilj_13{max-width:657px;margin:0 auto;padding:0 50px;display:flex;flex-direction:column;align-items:center;gap:69px}@media only screen and (max-width: 1023px){._ctaContent_viilj_13{padding:0 16px;gap:40px}}._ctaTextBlock_viilj_29{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}@media only screen and (max-width: 1023px){._ctaTextBlock_viilj_29{gap:8px}}._ctaSubtitle_viilj_42{font-family:Poppins,sans-serif;font-size:24px;font-weight:400;line-height:45px;color:#9a98b4;margin:0}@media only screen and (max-width: 1023px){._ctaSubtitle_viilj_42{font-size:20px;line-height:30px}}._ctaTitle_viilj_57{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:45px;color:#1e1e1e;margin:0}@media only screen and (max-width: 1023px){._ctaTitle_viilj_57{font-size:24px;line-height:33px}}._ctaDescription_viilj_72{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:22px;color:#9a98b4;text-align:center;margin:0}@media only screen and (max-width: 1023px){._ctaDescription_viilj_72{font-size:14px;line-height:20px}}._ctaButton_viilj_88{display:flex;align-items:center;justify-content:center;padding:10px 40px;height:40px;background:#4e7fdb;color:#fff;border:none;border-radius:10px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;line-height:normal;cursor:pointer;transition:all .2s ease}._ctaButton_viilj_88:hover{opacity:.9}._ctaButton_viilj_88:active{transform:scale(.98)}@media only screen and (max-width: 1023px){._ctaButton_viilj_88{width:100%;max-width:343px}}._aboutUs_77h36_2{position:relative;width:100%;min-height:100vh;z-index:2}._heroSection_77h36_9{position:relative;width:100%;overflow:hidden;border-bottom-left-radius:40px;border-bottom-right-radius:40px;background:#cacaca}@media only screen and (max-width: 1023px){._heroSection_77h36_9{border-bottom-left-radius:24px;border-bottom-right-radius:24px}}._backgroundImage_77h36_24{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}._heroContent_77h36_35{position:relative;max-width:1340px;margin:0 auto;padding:153px 50px 86px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center;color:#fff}@media only screen and (max-width: 1439px){._heroContent_77h36_35{padding:153px 100px 86px}}@media only screen and (max-width: 1023px){._heroContent_77h36_35{padding:160px 17px 88px;gap:12px}}._heroTitle_77h36_59{font-family:Poppins,sans-serif;font-size:56px;font-weight:400;line-height:71px;color:#fff;margin:0;max-width:712px}@media only screen and (max-width: 1023px){._heroTitle_77h36_59{font-size:24px;font-weight:500;line-height:33px;max-width:342px}}._heroSubtitle_77h36_77{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#fff;max-width:685px;margin:0}@media only screen and (max-width: 1023px){._heroSubtitle_77h36_77{max-width:342px}}._anxietySection_77h36_92{position:relative;width:100%;padding:120px 0;background:#fff}@media only screen and (max-width: 1023px){._anxietySection_77h36_92{padding:60px 0}}._anxietyContent_77h36_104{max-width:1340px;margin:0 auto;padding:0 50px;display:grid;grid-template-columns:712px 1fr;gap:64px;align-items:center}@media only screen and (max-width: 1023px){._anxietyContent_77h36_104{grid-template-columns:1fr;padding:0 16px;gap:40px}}._imageWrapper_77h36_121{position:relative;width:100%;height:500px;border-radius:20px;overflow:hidden}@media only screen and (max-width: 1023px){._imageWrapper_77h36_121{height:259px;order:2}}._anxietyImage_77h36_135{width:100%;height:100%;object-fit:cover;object-position:center}._anxietyText_77h36_142{display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 1023px){._anxietyText_77h36_142{order:1;gap:40px}}._anxietyTitle_77h36_154{font-family:Poppins,sans-serif;font-size:40px;font-weight:400;line-height:50px;color:#1e1e1e;margin:0}@media only screen and (max-width: 1023px){._anxietyTitle_77h36_154{font-size:24px;font-weight:500;line-height:33px}}._anxietyDescription_77h36_170{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#1e1e1e;margin:0}._anxietyDescription_77h36_170:last-child{margin-top:40px}@media only screen and (max-width: 1023px){._anxietyDescription_77h36_170:last-child{margin-top:20px}}._safeSpaceSection_77h36_187{position:relative;width:100%;padding:60px 0;background:#fff}@media only screen and (max-width: 1023px){._safeSpaceSection_77h36_187{padding:60px 0}}._safeSpaceContent_77h36_199{position:relative;max-width:1340px;margin:0 auto;padding:60px;background:#fff;border-radius:40px;overflow:hidden}@media only screen and (max-width: 1023px){._safeSpaceContent_77h36_199{padding:24px 16px;border-radius:20px}}._safeSpaceBackground_77h36_215{position:absolute;right:-10px;top:-573px;width:1360px;height:1360px;object-fit:cover;object-position:center;transform:rotate(180deg) scaleY(-1);pointer-events:none;z-index:0}@media only screen and (max-width: 1023px){._safeSpaceBackground_77h36_215{right:auto;left:-329px;top:-7px;width:867px;height:867px;transform:rotate(180deg) scaleY(-1)}}._safeSpaceHeader_77h36_238{position:relative;display:flex;flex-direction:column;align-items:center;gap:24px;margin-bottom:48px;text-align:center;z-index:1}@media only screen and (max-width: 1023px){._safeSpaceHeader_77h36_238{gap:24px;margin-bottom:48px;align-items:flex-start;text-align:left}}._safeSpaceTitle_77h36_257{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;color:#fff;margin:0;width:100%}@media only screen and (max-width: 1023px){._safeSpaceTitle_77h36_257{font-size:24px;font-weight:500;line-height:33px}}._safeSpaceSubtitle_77h36_274{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#fff;margin:0;width:100%}@media only screen and (max-width: 1023px){._safeSpaceSubtitle_77h36_274{font-size:14px}}._pillarsGrid_77h36_289{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;z-index:1}@media only screen and (max-width: 1023px){._pillarsGrid_77h36_289{grid-template-columns:1fr;gap:12px}}._pillarCard_77h36_303{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffff1a;border:1px solid #ffffff;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 1023px){._pillarCard_77h36_303{padding:20px;gap:24px}}._pillarTitle_77h36_320{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#fff;margin:0}@media only screen and (max-width: 1023px){._pillarTitle_77h36_320{font-size:16px;line-height:22px}}._pillarDescription_77h36_335{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#fff;margin:0}@media only screen and (max-width: 1023px){._pillarDescription_77h36_335{font-size:14px;line-height:normal}}._header_131iy_2{position:fixed;top:0;left:0;width:100%;padding:32px 50px;z-index:11;background-color:transparent}._header_131iy_2._scrolled_131iy_11 ._headerBg_131iy_11{opacity:1}._headerBg_131iy_11{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .2s ease;z-index:-1;border-radius:0 0 40px 40px}@media only screen and (max-width: 767px){._headerBg_131iy_11{border-radius:0 0 20px 20px}}._contentWrapper_131iy_32{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1440px;width:100%;margin:0 auto}._logoWrapper_131iy_42{flex-shrink:0}._navigation_131iy_46{display:flex;align-items:center;justify-content:center;gap:20px;height:40px;padding:4px;background:#ffffff1a;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid #ffffff;border-radius:12px;flex:1;max-width:fit-content;margin:0 auto}._navLink_131iy_62{display:flex;align-items:center;justify-content:center;height:32px;padding:4px 8px;border-radius:7px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#fff;text-decoration:none;white-space:nowrap;transition:background-color .2s ease}._navLink_131iy_62:hover,._navLink_131iy_62._active_131iy_81{background-color:#ffffff26}._rightSection_131iy_85{display:flex;align-items:center;gap:24px;flex-shrink:0}._logInButton_131iy_92{padding:10px 40px;height:40px}._selectorsWrapper_131iy_97{display:flex;align-items:center;gap:8px}._userLink_131iy_103{display:flex;align-items:center;gap:12px}._userInfo_131iy_109{display:flex;flex-direction:column;padding:8px 12px;min-height:44px;cursor:pointer}._userName_131iy_117{font-weight:600;font-size:14px}._userCredits_131iy_122{font-size:12px;color:#fff;opacity:.8;text-align:right}._menuButton_131iy_129{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:12px;background:#ffffff2e;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid #ffffff;border-radius:12px;cursor:pointer;transition:background-color .2s ease}._menuButton_131iy_129:hover{background:#ffffff1a}._mobileMenu_131iy_147{position:fixed;top:89px;right:16px;width:180px;background:#ffffff1a;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid #ffffff;border-radius:12px;padding:4px;z-index:10;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;pointer-events:none}._mobileMenuOpen_131iy_165{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all}._mobileNav_131iy_172{display:flex;flex-direction:column;gap:4px;margin-bottom:4px}._mobileNavLink_131iy_179{display:flex;align-items:center;justify-content:center;height:32px;padding:4px 8px;border-radius:7px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#fff;text-decoration:none;white-space:nowrap;transition:background-color .2s ease}._mobileNavLink_131iy_179:hover,._mobileNavLink_131iy_179._active_131iy_81{background-color:#ffffff26}._mobileSelectors_131iy_202{display:flex;justify-content:center;align-items:center;gap:4px;padding-top:4px;border-top:1px solid rgba(255,255,255,.2)}@media only screen and (max-width: 767px){._header_131iy_2{padding:16px}._contentWrapper_131iy_32,._rightSection_131iy_85{gap:12px}._logInButton_131iy_92{padding:10px 40px;width:88px}}._mainWrapper_1v88w_2{display:flex;flex-direction:column;min-height:100vh}._authSection_1v88w_8{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:100vh;padding:100px 24px}@media only screen and (max-width: 767px){._authSection_1v88w_8{padding:100px 16px}}._backgroundImage_1v88w_23{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}._contentWrapper_1v88w_33{position:relative;z-index:1;width:100%;max-width:660px}._wrapper_1v88w_40{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffff1a;border:1px solid #ffffff;border-radius:40px;overflow:hidden}@media only screen and (max-width: 767px){._wrapper_1v88w_40{border-radius:24px}}._authForm_1v88w_53{display:flex;flex-direction:column;gap:24px;padding:64px}@media only screen and (max-width: 1023px){._authForm_1v88w_53{padding:40px 32px}}@media only screen and (max-width: 767px){._authForm_1v88w_53{padding:32px 20px}}._headerWrapper_1v88w_70{display:flex;flex-direction:column;gap:62px;margin-bottom:40px}._headerWrapper_1v88w_70>div{display:flex;flex-direction:column;gap:0}@media only screen and (max-width: 767px){._headerWrapper_1v88w_70{gap:32px;margin-bottom:24px}}._logo_1v88w_88{font-family:Poppins,sans-serif;font-size:32px;font-weight:400;color:#9a98b4}._logo_1v88w_88 span{font-weight:700}._title_1v88w_98{margin:0;font-family:Poppins,sans-serif;font-size:48px;font-weight:400;line-height:71px;color:#4a4a4a;text-transform:none}@media only screen and (max-width: 1023px){._title_1v88w_98{font-size:40px;line-height:56px}}@media only screen and (max-width: 767px){._title_1v88w_98{font-size:32px;line-height:44px}}._text_1v88w_120{margin:0;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#4a4a4a}._inputsWrapper_1v88w_129{display:flex;flex-direction:column;gap:24px;width:100%}._inputsWrapper_1v88w_129>div{display:flex;flex-direction:column;gap:8px}._forgotPasswordText_1v88w_141{display:block;width:100%;margin-top:0;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.5;text-align:right;color:#fff;text-decoration:none;cursor:pointer;transition:opacity .2s ease}._forgotPasswordText_1v88w_141:hover{opacity:.8}._button_1v88w_159{width:100%;height:50px;border-radius:10px}._signUpText_1v88w_165{margin:0;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.5;text-align:center;color:#fff}._signUpText_1v88w_165 a{font-family:Poppins,sans-serif;font-weight:500;color:#fff;text-decoration:none;transition:opacity .2s ease}._signUpText_1v88w_165 a:hover{opacity:.8}._checkboxWrapper_1v88w_185{display:flex;align-items:flex-start;gap:12px;width:100%}._checkboxText_1v88w_192{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#fff}._checkboxText_1v88w_192 a{color:#4e7fdb;text-decoration:underline}._authChekbox_1v88w_204{flex-shrink:0;margin-top:2px}._resetWrapper_1v88w_209{display:flex;flex-direction:column;gap:24px;width:100%}._flexWrapper_1v88w_216{display:flex;gap:16px;width:100%}@media only screen and (max-width: 767px){._flexWrapper_1v88w_216{flex-direction:column}}._linksWrapper_1v88w_227{display:flex;gap:32px;margin:0 auto}._footerWrapper_1v88w_233{display:none}: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_12wez_2{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}._wrapper_12wez_2:has(._services_12wez_10){gap:4px;background-color:#f3f3f3;border-radius:20px;padding:12px 24px}._wrapper_12wez_2:has(._services_12wez_10):focus-within{outline:2px solid #4e7fdb;outline-offset:-2px}._wrapper_12wez_2:has(._services_12wez_10) ._label_12wez_20{font-size:12px;font-weight:400;line-height:normal;color:#9a98b4;margin:0}._phoneInput_12wez_28{width:100%;padding:12px 35px;box-shadow:inset 0 0 0 1px #fff;background:transparent;border:0;border-radius:5px}._phoneInput_12wez_28 input{width:100%;background:#000;border:0;transition:border-width .2s linear;transition:.2s;outline:none;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:19.36px;color:#fff}._input_12wez_50{width:100%;height:49px;background:transparent;border:0;border-radius:100px;transition:border-width .2s linear;transition:.2s;outline:none}._input_12wez_50::placeholder{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:24px;letter-spacing:0%;opacity:.5;transition:.3s all}._default_12wez_71{padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:24px;background:#e5e3e6;outline:none}._default_12wez_71:hover::placeholder{opacity:.8}._profile_12wez_84{padding:12px 24px;border:1px solid rgba(0,0,0,0);border-radius:12px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;background:#f3f3f5;color:#000;outline:none;transition:background-color .2s ease,border-color .2s ease}._profile_12wez_84::placeholder{color:#0000004d;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;opacity:1}._profile_12wez_84:not(:placeholder-shown){background:#fff}._profile_12wez_84:hover:not(:disabled){border-color:#0000}._profile_12wez_84:focus{background:#fff;border-color:#0000;outline:none}._profile_12wez_84._error_12wez_116{background:#fff;border-color:#e14944}._profile_12wez_84._error_12wez_116:hover,._profile_12wez_84._error_12wez_116:focus{border-color:#e14944}._profile_12wez_84:disabled{background:#e0e0e0;color:#000;opacity:.6;cursor:not-allowed;border-color:#0000}._search_12wez_131{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_12wez_131:is(:hover,:focus){box-shadow:inset 0 0 0 2px #000}._admin_12wez_146{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_12wez_146:is(:hover,:focus){border:1px solid #ffffff}._admin_12wez_146::placeholder{font-size:12px;font-weight:400;line-height:15.6px;color:#000}._dark_12wez_169{border:1px solid #000000;background-color:#000;color:#fff;padding:16px 20px;font-size:16px;font-weight:300;line-height:19.36px}._dark_12wez_169::placeholder{color:#fff}._dark_12wez_169:hover{box-shadow:inset 0 0 0 1px #000}._auth_12wez_186{height:45px;padding:12px 24px;background:#ffffff2e;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid #ffffff;border-radius:12px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;letter-spacing:-.15px;color:#000;transition:all .2s ease}._auth_12wez_186::placeholder{color:#0000004d;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;letter-spacing:-.15px;opacity:1}._auth_12wez_186:hover:not(:disabled){background:#ffffff40}._auth_12wez_186:focus{outline:none;background:#ffffff40}._auth_12wez_186:disabled{opacity:.6;cursor:not-allowed}._auth_12wez_186._error_12wez_116{border-color:#e14944}._auth_12wez_186._error_12wez_116:focus{border-color:#e14944}._auth_12wez_186._withEndIcon_12wez_229{padding-right:48px}._auth_12wez_186:-webkit-autofill,._auth_12wez_186:-webkit-autofill:hover,._auth_12wez_186:-webkit-autofill:focus,._auth_12wez_186:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#000000;-webkit-box-shadow:0 0 0 30px rgba(255,255,255,.18) 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_12wez_50:disabled{opacity:.4;box-shadow:inset 0 0 0 1px #fff;cursor:not-allowed}._input_12wez_50:disabled+._label_12wez_20{opacity:.8}._input_12wez_50:-webkit-autofill,._input_12wez_50:-webkit-autofill:hover,._input_12wez_50:-webkit-autofill:focus,._input_12wez_50:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#000000}._admin_12wez_146:-webkit-autofill,._admin_12wez_146:-webkit-autofill:hover,._admin_12wez_146:-webkit-autofill:focus,._admin_12wez_146:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#000000}._input_12wez_50[type=date]{line-height:normal}._input_12wez_50[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_12wez_290{display:flex;flex-direction:column;justify-content:center;gap:12px;width:100%;position:relative;z-index:1;border-radius:8px}._inputWrapper_12wez_301{position:relative}._startIcon_12wez_305,._endIcon_12wez_306{display:flex;position:absolute;top:50%;transform:translateY(-50%)}._startIcon_12wez_305{inset-inline-start:16px}._endIcon_12wez_306{inset-inline-end:16px}._label_12wez_20{font-size:14px;font-weight:500;line-height:normal;color:#314158}._secondaryLabel_12wez_328{background:#4e7fdb}._text_12wez_332,._withoutValue_12wez_333 ._text_12wez_332{font-size:15px;line-height:24px;transition:all .2s ease-out}._tip_12wez_339{font-size:12px;color:#000}._errorText_12wez_344,._errorAsterisk_12wez_348{color:#e14944}._withEndIcon_12wez_229{padding-inline-end:40px}._withStartIcon_12wez_356{padding-inline-start:35px}._pointer_12wez_360{cursor:pointer}._services_12wez_10{padding:0;border:none;border-radius:0;height:auto;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;background:transparent;color:#1e1e1e;outline:none}._services_12wez_10::placeholder{color:#b4b4b4;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;opacity:1}._services_12wez_10:focus{outline:none}._services_12wez_10._error_12wez_116:focus{outline:none}._checkbox_3cvur_2{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;height:12px;width:12px;opacity:0;margin:0}._authCheckbox_3cvur_13{position:absolute;opacity:0;margin:0;width:16px;height:16px;cursor:pointer}._disabled_3cvur_22{opacity:.6}._disabled_3cvur_22 ._label_3cvur_25{cursor:default}._custom-checkbox_3cvur_29{position:relative;display:inline-flex}._label_3cvur_25{width:18px;height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid #d0d0d0;background:#ffffff2e;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);position:relative;cursor:pointer;transition:all .2s ease}._label_3cvur_25:before{content:"";display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:2px;background-color:#4e7fdb}._authCheckbox_3cvur_13:checked~._label_3cvur_25{background:#ffffff40;border-color:#d0d0d0}._authCheckbox_3cvur_13:checked~._label_3cvur_25:before{display:block}._authCheckbox_3cvur_13:hover~._label_3cvur_25{background:#ffffff40}._authCheckbox_3cvur_13:focus~._label_3cvur_25{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}._career_1uer3_2{position:relative;width:100%;min-height:100vh;z-index:2}._heroSection_1uer3_9{position:relative;width:100%;height:548px;overflow:hidden;border-bottom-left-radius:40px;border-bottom-right-radius:40px;background:#cacaca}@media only screen and (max-width: 1023px){._heroSection_1uer3_9{height:479px;border-bottom-left-radius:24px;border-bottom-right-radius:24px}}._backgroundImage_1uer3_26{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}._heroContent_1uer3_37{position:relative;max-width:1340px;margin:0 auto;padding:153px 50px 86px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center;color:#fff}@media only screen and (max-width: 1439px){._heroContent_1uer3_37{padding:153px 100px 86px}}@media only screen and (max-width: 1023px){._heroContent_1uer3_37{padding:160px 17px 88px;gap:12px}}._heroTitle_1uer3_61{font-family:Poppins,sans-serif;font-size:56px;font-weight:400;line-height:71px;color:#fff;margin:0;max-width:712px}@media only screen and (max-width: 1023px){._heroTitle_1uer3_61{font-size:24px;font-weight:400;line-height:33px;max-width:342px}}._heroSubtitle_1uer3_79{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#fff;max-width:685px;margin:0}@media only screen and (max-width: 1023px){._heroSubtitle_1uer3_79{max-width:342px}}._cultureSection_1uer3_94{position:relative;width:100%;padding:60px 0;background:#fff}@media only screen and (max-width: 1023px){._cultureSection_1uer3_94{padding:60px 0}}._cultureContent_1uer3_106{position:relative;max-width:1340px;margin:0 auto;padding:60px;background:#fff;border-radius:40px;overflow:hidden}@media only screen and (max-width: 1023px){._cultureContent_1uer3_106{padding:24px 16px;border-radius:20px}}._cultureBackground_1uer3_122{position:absolute;right:-10px;top:-573px;width:1360px;height:1360px;object-fit:cover;object-position:center;transform:rotate(180deg) scaleY(-1);pointer-events:none;z-index:0}@media only screen and (max-width: 1023px){._cultureBackground_1uer3_122{right:auto;left:-329px;top:-7px;width:867px;height:867px;transform:rotate(180deg) scaleY(-1)}}._cultureHeader_1uer3_145{position:relative;display:flex;flex-direction:column;align-items:center;gap:24px;margin-bottom:48px;text-align:center;z-index:1}@media only screen and (max-width: 1023px){._cultureHeader_1uer3_145{gap:24px;margin-bottom:48px;align-items:flex-start;text-align:left}}._cultureTitle_1uer3_164{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;color:#fff;margin:0;width:100%}@media only screen and (max-width: 1023px){._cultureTitle_1uer3_164{font-size:24px;font-weight:500;line-height:33px}}._cultureDescription_1uer3_181{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#fff;margin:0;width:100%}@media only screen and (max-width: 1023px){._cultureDescription_1uer3_181{font-size:14px}}._valuesGrid_1uer3_196{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;z-index:1}@media only screen and (max-width: 1023px){._valuesGrid_1uer3_196{grid-template-columns:1fr;gap:12px}}._valueCard_1uer3_210{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#00000026;border:1px solid rgba(124,232,99,.2);border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 1023px){._valueCard_1uer3_210{padding:20px;gap:24px}}._valueTitle_1uer3_227{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#fff;margin:0}@media only screen and (max-width: 1023px){._valueTitle_1uer3_227{font-size:16px;line-height:22px}}._valueDescription_1uer3_242{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#fff;margin:0}@media only screen and (max-width: 1023px){._valueDescription_1uer3_242{font-size:14px;line-height:normal}}._impactSection_1uer3_257{position:relative;width:100%;padding:60px 0;background:#fff}@media only screen and (max-width: 1023px){._impactSection_1uer3_257{padding:60px 0}}._impactContent_1uer3_269{max-width:1340px;margin:0 auto;padding:0 50px;display:grid;grid-template-columns:712px 1fr;gap:64px;align-items:center}@media only screen and (max-width: 1023px){._impactContent_1uer3_269{grid-template-columns:1fr;padding:0 16px;gap:40px}}._imageWrapper_1uer3_286{position:relative;width:100%;height:384px;border-radius:40px;overflow:hidden}@media only screen and (max-width: 1023px){._imageWrapper_1uer3_286{height:259px;border-radius:20px;order:2}}._impactImage_1uer3_301{width:100%;height:100%;object-fit:cover;object-position:center}._impactText_1uer3_308{display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 1023px){._impactText_1uer3_308{order:1;gap:20px}}._impactTitle_1uer3_320{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;color:#1e1e1e;margin:0}@media only screen and (max-width: 1023px){._impactTitle_1uer3_320{font-size:24px;font-weight:500;line-height:33px}}._impactDescription_1uer3_336{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#1e1e1e;margin:0}._openingsSection_1uer3_345{position:relative;width:100%;padding:60px 0;background:#fff}@media only screen and (max-width: 1023px){._openingsSection_1uer3_345{padding:60px 0}}._openingsContent_1uer3_357{max-width:1340px;margin:0 auto;padding:0 50px;display:flex;flex-direction:column;gap:24px;align-items:center}@media only screen and (max-width: 1023px){._openingsContent_1uer3_357{padding:0 16px;gap:24px}}._openingsTitle_1uer3_373{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;color:#1e1e1e;margin:0;text-align:center;width:100%}@media only screen and (max-width: 1023px){._openingsTitle_1uer3_373{font-size:24px;font-weight:500;line-height:33px}}._openingsMessage_1uer3_391{position:relative;width:100%;height:232px;background:#f1f3ff;border-radius:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0}@media only screen and (max-width: 1023px){._openingsMessage_1uer3_391{height:auto;min-height:232px;padding:56px 24px;align-items:flex-start;text-align:left;border-radius:20px}}._openingsStatus_1uer3_415{font-family:Poppins,sans-serif;font-size:24px;font-weight:500;line-height:33px;color:#4e7fdb;margin:0}@media only screen and (max-width: 1023px){._openingsStatus_1uer3_415{font-size:20px;font-weight:500;line-height:28px}}._openingsDescription_1uer3_431{font-family:Poppins,sans-serif;font-size:20px;font-weight:400;line-height:normal;color:#9a98b4;margin:20px 0 0;max-width:862px}@media only screen and (max-width: 1023px){._openingsDescription_1uer3_431{max-width:100%;font-size:16px}}._faqList_1598o_2{display:flex;flex-direction:column;gap:32px}._faqItem_1598o_8{display:flex;flex-direction:column;gap:17px}._faqHeader_1598o_14{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}._faqQuestion_1598o_22{font-family:Poppins,sans-serif;font-size:20px;font-weight:400;line-height:normal;color:#1e1e1e;margin:0;flex:1}._faqIcon_1598o_32{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}._faqIcon_1598o_32 svg{width:100%;height:100%}._faqAnswer_1598o_45{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#1e1e1e;margin:0;max-height:0;overflow:hidden;transition:max-height .3s ease}._faqAnswer_1598o_45._open_1598o_57{max-height:500px}._faqDivider_1598o_61{height:1px;background:#d9d9d9;width:100%}._textarea_a3hgm_2{display:block;background:transparent;color:#000;min-height:71px;margin:0;resize:vertical;border:0;border-radius:12px;width:100%;box-sizing:border-box;transition:background-color .2s ease,border-color .2s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}._textarea_a3hgm_2:focus{outline:0}._textarea_a3hgm_2::placeholder{color:#0000004d;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;opacity:1}._default_a3hgm_30{padding:12px 24px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#000;transition:background-color .2s ease,border-color .2s ease;border:1px solid rgba(0,0,0,0);background:#f3f3f5;outline:none}._default_a3hgm_30:not(:placeholder-shown){background:#fff}._default_a3hgm_30:hover:not(:disabled){border-color:#0000}._default_a3hgm_30:focus{background:#fff;border-color:#0000}._default_a3hgm_30._error_a3hgm_52{background:#fff;border-color:#e14944}._default_a3hgm_30._error_a3hgm_52:hover,._default_a3hgm_30._error_a3hgm_52:focus{border-color:#e14944}._default_a3hgm_30:disabled{background:#e0e0e0;color:#000;opacity:.6;cursor:not-allowed;border-color:#0000}._admin_a3hgm_67{padding:10px 14px;color:#000;font-size:12px;font-weight:400;line-height:140%;border-radius:30px;border:1px solid #585858;background-color:#fff;box-shadow:none}._admin_a3hgm_67:is(:hover,:focus){border:1px solid #000000}._admin_a3hgm_67::placeholder{font-size:12px;font-weight:500;line-height:140%}._text_a3hgm_2,._withoutValue_a3hgm_90 ._text_a3hgm_2{font-size:15px;line-height:24px;transition:all .2s ease-out}._inputWrapper_a3hgm_96:focus-within ._text_a3hgm_2,._input_a3hgm_96:-webkit-autofill+._label_a3hgm_97 ._text_a3hgm_2,._withValue_a3hgm_98 ._text_a3hgm_2{font-size:10px;font-weight:400;line-height:14px;opacity:.5;color:#fff;transition:all .2s ease-out}._inputWrapper_a3hgm_96{display:flex;flex-direction:column;gap:12px;position:relative;width:100%}._label_a3hgm_97{font-size:14px;font-weight:500;line-height:normal;color:#314158}._textarea-input_a3hgm_122:disabled+._label_a3hgm_97{opacity:.8}._errorText_a3hgm_126{color:#e14944}._contactUsForm_g9g2m_2{width:100%;display:flex;flex-direction:column}._inputsWrapper_g9g2m_8{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}._noteText_g9g2m_15{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:normal;color:#9a98b4;margin:0 0 24px}._checkboxWrapper_g9g2m_24{display:flex;gap:8px;align-items:flex-start;margin-bottom:24px}._checkboxText_g9g2m_31{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#45556c;margin:0}._checkboxText_g9g2m_31 a{color:#4e7fdb;text-decoration:underline;text-underline-position:from-font}._button_g9g2m_45{width:100%;height:50px;padding:10px 40px;background:#4e7fdb;color:#fff;border:none;border-radius:10px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;line-height:normal;cursor:pointer;transition:all .2s ease}._button_g9g2m_45:hover:not(:disabled){opacity:.9}._button_g9g2m_45:disabled{opacity:.6;cursor:not-allowed}._authChekbox_g9g2m_68{margin-top:2px;flex-shrink:0}._contactUs_1kmqq_2{position:relative;width:100%;min-height:100vh;z-index:2}._heroSection_1kmqq_9{position:relative;width:100%;overflow:hidden;border-bottom-left-radius:40px;border-bottom-right-radius:40px;background:#cacaca}@media only screen and (max-width: 1023px){._heroSection_1kmqq_9{border-bottom-left-radius:24px;border-bottom-right-radius:24px}}._backgroundImage_1kmqq_24{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}._heroContent_1kmqq_35{position:relative;max-width:1340px;margin:0 auto;padding:149px 50px 60px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center;color:#fff}@media only screen and (max-width: 1023px){._heroContent_1kmqq_35{padding:160px 16px 60px;gap:12px}}._heroTitle_1kmqq_54{font-family:Poppins,sans-serif;font-size:56px;font-weight:400;line-height:71px;color:#fff;margin:0}@media only screen and (max-width: 1023px){._heroTitle_1kmqq_54{font-size:24px;font-weight:500;line-height:33px}}._heroSubtitle_1kmqq_70{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#fff;max-width:604px;margin:0}@media only screen and (max-width: 1023px){._heroSubtitle_1kmqq_70{max-width:342px}}._noteCard_1kmqq_85{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffff1a;border:1px solid #ffffff;border-radius:12px;padding:20px;max-width:675px;width:100%;text-align:left}@media only screen and (max-width: 1023px){._noteCard_1kmqq_85{max-width:342px}}._noteTitle_1kmqq_101{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#fff;margin:0 0 10px}._noteText_1kmqq_110{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#fff;margin:0}._contentSection_1kmqq_119{position:relative;width:100%;padding:50px 0}@media only screen and (max-width: 1023px){._contentSection_1kmqq_119{padding:32px 0}}._contentWrapper_1kmqq_130{max-width:1340px;margin:0 auto;padding:0 50px;display:grid;grid-template-columns:1fr minmax(0,534px);gap:24px;align-items:start}@media only screen and (max-width: 1023px){._contentWrapper_1kmqq_130{grid-template-columns:1fr;padding:0 16px;gap:40px}}._faqSection_1kmqq_147{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#c3c3c31a;border:1px solid #ffffff;border-radius:20px;padding:32px}@media only screen and (max-width: 1023px){._faqSection_1kmqq_147{order:2}}._faqTitle_1kmqq_160{font-family:Poppins,sans-serif;font-size:24px;font-weight:500;line-height:33px;color:#1e1e1e;margin:0 0 24px}._formSection_1kmqq_169{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#c3c3c31a;border:1px solid #ffffff;border-radius:20px;height:fit-content;width:100%;max-width:534px}@media only screen and (max-width: 1023px){._formSection_1kmqq_169{order:1;max-width:100%}}._formContainer_1kmqq_185{padding:32px;overflow:hidden}@media only screen and (max-width: 1023px){._formContainer_1kmqq_185{padding:24px}}._formTitle_1kmqq_195{font-family:Poppins,sans-serif;font-size:24px;font-weight:500;line-height:33px;color:#1e1e1e;margin:0 0 24px}._faqList_1kmqq_204{display:flex;flex-direction:column;gap:32px}._faqItem_1kmqq_210{display:flex;flex-direction:column;gap:17px}._faqHeader_1kmqq_216{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}._faqQuestion_1kmqq_224{font-family:Poppins,sans-serif;font-size:20px;font-weight:400;line-height:normal;color:#1e1e1e;margin:0;flex:1}._faqIcon_1kmqq_234{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}._faqIcon_1kmqq_234 svg{width:100%;height:100%}._faqAnswer_1kmqq_247{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#1e1e1e;margin:0;max-height:0;overflow:hidden;transition:max-height .3s ease}._faqAnswer_1kmqq_247._open_1kmqq_259{max-height:500px}._faqDivider_1kmqq_263{height:1px;background:#d9d9d9;width:100%}._testimonialsSlider_2xvl1_2{width:100%;padding-bottom:50px}._testimonialsSlider_2xvl1_2 .swiper-button-next,._testimonialsSlider_2xvl1_2 .swiper-button-prev{color:#4e7fdb}._testimonialsSlider_2xvl1_2 .swiper-pagination-bullet-active{background:#4e7fdb}._testimonialsSlider_2xvl1_2 .swiper-slide{height:auto;display:flex;flex-direction:column}._testimonial_2xvl1_2{flex:1;background:#f1f3ff;border-radius:20px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;min-height:300px}@media only screen and (max-width: 767px){._testimonial_2xvl1_2{padding:20px;border-radius:16px;gap:20px;min-height:250px}}._testimonialText_2xvl1_39{font-family:Poppins,sans-serif;font-size:24px;font-weight:400;line-height:36px;color:#1e1e1e;margin:0}@media only screen and (max-width: 1023px){._testimonialText_2xvl1_39{font-size:20px;line-height:1.5}}@media only screen and (max-width: 767px){._testimonialText_2xvl1_39{font-size:14px;line-height:normal}}._testimonialFooter_2xvl1_60{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}._testimonialAuthor_2xvl1_67{display:flex;align-items:center;gap:13px;flex:1;height:100%}._authorBar_2xvl1_75{width:2px;height:100%;background:#4e7fdb;border-radius:1px;flex-shrink:0}._authorName_2xvl1_83{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#1e1e1e;margin:0}._authorRole_2xvl1_92{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#9a98b4;margin:2px 0 0}._testimonialLocation_2xvl1_101{display:flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#9a98b4}._locationIcon_2xvl1_112{font-size:16px}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._main_z134k_2{position:relative;display:flex;flex-direction:column;width:100%;z-index:2}._hero_z134k_10{position:relative;min-height:903px;padding:300px 50px 32px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}@media only screen and (max-width: 1023px){._hero_z134k_10{padding:200px 30px 32px;min-height:auto}}@media only screen and (max-width: 767px){._hero_z134k_10{padding:120px 16px 24px;min-height:auto}}._heroBackground_z134k_32{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}._heroBgImage_z134k_40{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}._heroTextBg_z134k_49{position:absolute;left:50%;top:75px;transform:translate(-50%);font-weight:700;font-size:243px;line-height:normal;color:#ffffff1a;white-space:nowrap;z-index:1;pointer-events:none}@media only screen and (max-width: 1439px){._heroTextBg_z134k_49{font-size:150px;top:80px}}@media only screen and (max-width: 767px){._heroTextBg_z134k_49{font-size:70px;top:70px}}._heroContent_z134k_75{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;flex:1;max-width:1440px;width:100%;margin:0 auto}._heroText_z134k_49{display:flex;flex-direction:column;align-items:center;margin:0 auto;max-width:1182px}._heroTitle_z134k_95{font-family:Poppins,sans-serif;font-size:56px;font-weight:400;line-height:71px;text-align:center;color:#fff;margin-bottom:24px;max-width:1182px}@media only screen and (max-width: 1023px){._heroTitle_z134k_95{font-size:40px;line-height:1.2}}@media only screen and (max-width: 767px){._heroTitle_z134k_95{font-size:24px;line-height:1.375;margin-bottom:12px}}._heroSubtitle_z134k_119{font-family:Poppins,sans-serif;font-size:20px;font-weight:400;line-height:normal;text-align:center;color:#fff;margin-bottom:72px;max-width:1008px}@media only screen and (max-width: 1023px){._heroSubtitle_z134k_119{font-size:18px;margin-bottom:48px}}@media only screen and (max-width: 767px){._heroSubtitle_z134k_119{font-size:16px;line-height:1.4;margin-bottom:32px}}._ctaButton_z134k_143{padding:10px 40px;height:40px}@media only screen and (max-width: 767px){._ctaButton_z134k_143{width:100%;max-width:300px}}._heroBottom_z134k_154{display:flex;align-items:flex-end;justify-content:space-between;width:100%}@media only screen and (max-width: 1439px){._heroBottom_z134k_154{justify-content:center;margin-top:116px}}._disclaimerBox_z134k_167{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffff1a;border:1px solid #ffffff;border-radius:12px;padding:20px;max-width:407px}@media only screen and (max-width: 767px){._disclaimerBox_z134k_167{padding:16px;border-radius:8px;max-width:100%}}._disclaimerTitle_z134k_183{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#fff;margin:0 0 10px}@media only screen and (max-width: 767px){._disclaimerTitle_z134k_183{font-size:14px;line-height:1.4;margin:0 0 8px}}._disclaimerText_z134k_199{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#fff;margin:0}@media only screen and (max-width: 767px){._disclaimerText_z134k_199{font-size:14px;line-height:1.4}}._toolkitSection_z134k_214{padding:120px 50px;display:flex;flex-direction:column;gap:80px;max-width:1440px;width:100%;margin:0 auto}@media only screen and (max-width: 1023px){._toolkitSection_z134k_214{padding:80px 30px;gap:60px}}@media only screen and (max-width: 767px){._toolkitSection_z134k_214{padding:48px 16px;gap:32px}}._toolkitHeader_z134k_236{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}@media only screen and (max-width: 1023px){._toolkitHeader_z134k_236{flex-direction:column;align-items:flex-start;gap:24px}}._toolkitTitle_z134k_250{font-family:Poppins,sans-serif;font-size:56px;font-weight:400;line-height:71px;color:#1e1e1e;margin:0;max-width:613px}@media only screen and (max-width: 1023px){._toolkitTitle_z134k_250{font-size:40px;line-height:1.2}}@media only screen and (max-width: 767px){._toolkitTitle_z134k_250{font-size:24px;line-height:1.3}}._gradientText_z134k_272{background:linear-gradient(to right,#4e7fdb,#dee4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._toolkitDescription_z134k_279{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#585858;margin:0;max-width:536px}@media only screen and (max-width: 767px){._toolkitDescription_z134k_279{font-size:14px;line-height:1.4}}._toolkitCards_z134k_295{display:flex;gap:24px;min-height:450px}@media only screen and (max-width: 1023px){._toolkitCards_z134k_295{flex-direction:column;min-height:auto;gap:20px}}@media only screen and (max-width: 767px){._toolkitCards_z134k_295{gap:16px}}._toolkitCard_z134k_295{flex:1;position:relative;border-radius:40px;padding:42px;display:flex;flex-direction:column;overflow:hidden;height:335px;transition:height .4s ease;cursor:pointer}@media (hover: hover) and (pointer: fine){._toolkitCard_z134k_295:hover{height:420px}}@media only screen and (max-width: 1023px){._toolkitCard_z134k_295{height:auto;min-height:300px}}@media only screen and (max-width: 767px){._toolkitCard_z134k_295{border-radius:24px;padding:24px;min-height:240px}}._cardGradient_z134k_344{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none;border-radius:40px}._cardBgImage_z134k_353{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.7}._cardContent_z134k_363{position:relative;z-index:1;display:flex;flex-direction:column;color:#fff;height:100%}._cardTitle_z134k_372{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;margin:0}@media only screen and (max-width: 1023px){._cardTitle_z134k_372{margin-bottom:16px;font-size:32px;line-height:1.2}}@media only screen and (max-width: 767px){._cardTitle_z134k_372{font-size:24px;line-height:1.3}}._cardSubtitle_z134k_393{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;margin-bottom:12px}._cardBottom_z134k_401{display:flex;flex-direction:column;gap:16px}@media only screen and (max-width: 1023px){._cardBottom_z134k_401{margin-top:auto}}@media only screen and (max-width: 767px){._cardBottom_z134k_401{gap:12px}}._cardDescription_z134k_417{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:normal;margin:0;text-align:left;position:absolute;top:203px;left:0}@media only screen and (max-width: 1023px){._cardDescription_z134k_417{position:static}}@media only screen and (max-width: 767px){._cardDescription_z134k_417{top:auto;left:24px;right:24px}}._cardLink_z134k_441{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;line-height:normal;color:#fff;text-decoration:none;opacity:0;max-height:0;overflow:hidden;transition:opacity .4s ease,max-height .4s ease,gap .2s ease;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (hover: hover) and (pointer: fine){._toolkitCard_z134k_295:hover ._cardLink_z134k_441{opacity:1;max-height:50px}._cardLink_z134k_441:hover{gap:12px}._cardLink_z134k_441:hover svg{transform:translate(4px)}}@media only screen and (max-width: 1023px){._cardLink_z134k_441{opacity:1;max-height:none;position:static;transform:none;align-self:flex-start}}._cardLink_z134k_441 svg{flex-shrink:0;transition:transform .2s ease}._bgWrapper_z134k_487{padding-bottom:60px;border-radius:40px 40px 0 0;background:linear-gradient(360deg,#fff 3.83%,#dee4ef 97.03%)}._stepsSection_z134k_493{position:relative;max-width:1440px;width:100%;margin:0 auto;padding:60px 50px;display:flex;flex-direction:column;gap:32px;align-items:center;border-radius:40px;overflow:hidden}@media only screen and (max-width: 1023px){._stepsSection_z134k_493{padding:60px 30px}}@media only screen and (max-width: 767px){._stepsSection_z134k_493{padding:40px 16px;gap:24px}}._stepsTitle_z134k_518{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;text-align:center;color:#1e1e1e;margin:0}@media only screen and (max-width: 1023px){._stepsTitle_z134k_518{font-size:32px;line-height:1.2}}@media only screen and (max-width: 767px){._stepsTitle_z134k_518{font-size:24px;line-height:1.3}}._stepsContainer_z134k_540{display:flex;flex-direction:column;gap:32px;width:100%}._stepsLine_z134k_547{display:flex;align-items:center;gap:458px;padding:0 70px;position:relative}@media only screen and (max-width: 1023px){._stepsLine_z134k_547{display:none}}._stepsLine_z134k_547:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#d3d5e9}._stepMarker_z134k_570{width:1px;height:6px;background:#d3d5e9}._steps_z134k_493{display:flex;gap:36px;padding:0 50px}@media only screen and (max-width: 1023px){._steps_z134k_493{flex-direction:column;gap:16px;padding:0}}._step_z134k_493{flex:1;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid #ffffff;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:10px}@media only screen and (max-width: 767px){._step_z134k_493{padding:16px;border-radius:8px;gap:8px}}._stepHeader_z134k_607{display:flex;align-items:center;gap:10px}._stepNumber_z134k_613{font-family:Poppins,sans-serif;font-size:16px;font-weight:300;line-height:normal;color:#9a98b4}._stepTitle_z134k_621{font-family:Poppins,sans-serif;font-size:24px;font-weight:500;line-height:33px;color:#1e1e1e;margin:0}._stepDescription_z134k_630{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#585858;margin:0}._disclaimerSection_z134k_639{position:relative;padding:60px 50px;border-radius:40px;overflow:hidden;max-width:1340px;margin:0 auto}@media only screen and (max-width: 1023px){._disclaimerSection_z134k_639{padding:40px 30px;max-width:100%;border-radius:24px}}@media only screen and (max-width: 767px){._disclaimerSection_z134k_639{max-width:calc(100% - 32px);margin:0 auto;padding:32px 16px;border-radius:20px}}._disclaimerSectionBg_z134k_663{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;border-radius:40px}._disclaimerBgImage_z134k_671{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.85}._disclaimerSectionContent_z134k_681{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:40px;max-width:1340px;margin:0 auto}@media only screen and (max-width: 1023px){._disclaimerSectionContent_z134k_681{flex-direction:column;align-items:stretch}}._disclaimerLeft_z134k_698{display:flex;flex-direction:column;gap:24px;justify-content:space-between;max-width:438px}@media only screen and (max-width: 1023px){._disclaimerLeft_z134k_698{max-width:100%;height:auto;gap:24px}}._disclaimerSectionTitle_z134k_713{font-family:Poppins,sans-serif;font-size:36px;font-weight:400;line-height:50px;color:#fff;margin:0}@media only screen and (max-width: 1023px){._disclaimerSectionTitle_z134k_713{font-size:32px;line-height:1.2}}@media only screen and (max-width: 767px){._disclaimerSectionTitle_z134k_713{font-size:36px;line-height:1.4}}._disclaimerSectionTitle_z134k_713 span{font-weight:600}._disclaimerButton_z134k_738{padding:10px 40px;height:40px}@media only screen and (max-width: 767px){._disclaimerButton_z134k_738{width:100%;padding:10px 20px}}._disclaimerBoxes_z134k_749{display:flex;gap:10px}@media only screen and (max-width: 767px){._disclaimerBoxes_z134k_749{flex-direction:column}}._disclaimerInfoBox_z134k_759{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#00000026;border:1px solid #ffffff;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:10px;max-width:373px}@media only screen and (max-width: 1023px){._disclaimerInfoBox_z134k_759{max-width:100%}}@media only screen and (max-width: 767px){._disclaimerInfoBox_z134k_759{padding:16px;border-radius:12px;gap:8px}}._disclaimerInfoBox_z134k_759:first-child{max-width:287px}@media only screen and (max-width: 1023px){._disclaimerInfoBox_z134k_759:first-child{max-width:100%}}@media only screen and (max-width: 767px){._disclaimerInfoBox_z134k_759:first-child{max-width:100%}}._infoBoxHeader_z134k_797{display:flex;align-items:center;gap:10px}._infoBoxIcon_z134k_803{width:32px;height:32px;border-radius:30px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#fff;flex-shrink:0}._infoBoxTitle_z134k_818{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#fff;margin:0}._infoBoxText_z134k_827{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#fff;margin:0}._testimonialsSection_z134k_836{max-width:1440px;width:100%;margin:0 auto;padding:60px 50px;display:flex;flex-direction:column;gap:32px;align-items:center}@media only screen and (max-width: 1023px){._testimonialsSection_z134k_836{padding:60px 30px}}@media only screen and (max-width: 767px){._testimonialsSection_z134k_836{padding:48px 16px;gap:24px}}._testimonialsTitle_z134k_858{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;text-align:center;color:#1e1e1e;margin:0}@media only screen and (max-width: 1023px){._testimonialsTitle_z134k_858{font-size:32px;line-height:1.2}}@media only screen and (max-width: 767px){._testimonialsTitle_z134k_858{font-size:24px;line-height:1.3}}._testimonialsSlider_z134k_880{width:100%;padding-bottom:50px}._testimonialsSlider_z134k_880 .swiper-button-next,._testimonialsSlider_z134k_880 .swiper-button-prev{color:#4e7fdb}._testimonialsSlider_z134k_880 .swiper-pagination-bullet-active{background:#4e7fdb}._testimonialsSlider_z134k_880 .swiper-slide{height:auto;display:flex;flex-direction:column}._testimonials_z134k_836{display:flex;gap:24px;width:100%}._testimonial_z134k_836{flex:1;background:#f1f3ff;border-radius:20px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;min-height:300px}@media only screen and (max-width: 767px){._testimonial_z134k_836{padding:20px;border-radius:16px;gap:20px;min-height:250px}}._testimonialText_z134k_923{font-family:Poppins,sans-serif;font-size:24px;font-weight:400;line-height:36px;color:#1e1e1e;margin:0}@media only screen and (max-width: 1023px){._testimonialText_z134k_923{font-size:20px;line-height:1.5}}@media only screen and (max-width: 767px){._testimonialText_z134k_923{font-size:14px;line-height:normal}}._testimonialFooter_z134k_944{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}._testimonialAuthor_z134k_951{display:flex;align-items:center;gap:13px;flex:1;height:100%}._authorBar_z134k_959{width:2px;height:100%;background:#4e7fdb;border-radius:1px;flex-shrink:0}._authorName_z134k_967{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#1e1e1e;margin:0}._authorRole_z134k_976{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#9a98b4;margin:2px 0 0}._testimonialLocation_z134k_985{display:flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#9a98b4}._locationIcon_z134k_996{font-size:16px}._container_1qmp8_2{position:relative;display:flex;align-items:center;justify-content:center;gap:16px;width:100vw;padding:100px 16px;margin-bottom:-24px;z-index:2}._backgroundImage_1qmp8_14{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}._button_1qmp8_25{margin:0 auto;box-shadow:0 4px 10px #00000026}@media only screen and (max-width: 767px){._button_1qmp8_25{margin-top:auto;width:100%}}._wrapper_1qmp8_36{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:20px;z-index:1}._wrapper_1qmp8_36 button{width:165px;margin-top:34px}@media only screen and (max-width: 767px){._wrapper_1qmp8_36 button{width:100%;margin-bottom:20px}}@media only screen and (max-width: 767px){._wrapper_1qmp8_36{padding:0 24px}}._mainWrapper_1qmp8_65{display:flex;flex-direction:column;justify-content:center;max-width:442px;gap:12px;padding:48px;border-radius:24px}._mainWrapper_1qmp8_65 h2{font-family:Poppins,sans-serif;font-size:140px;font-weight:700;line-height:1;text-align:center;color:#4e7fdb}@media only screen and (max-width: 1023px){._mainWrapper_1qmp8_65 h2{font-size:96px}}._mainWrapper_1qmp8_65 p{font-family:Poppins,sans-serif;font-size:18px;font-weight:500;text-align:center;color:#1e1e1e;opacity:.8}@media only screen and (max-width: 767px){._mainWrapper_1qmp8_65{width:100%;max-width:100%;padding:48px 16px}}._contentWrap_1e8mi_2{position:relative;display:flex;align-items:center;justify-content:center;padding:100px 16px;margin-bottom:-24px;z-index:2;height:70vh}._content_1e8mi_2{position:relative;z-index:2;width:100%;max-width:680px;display:flex;flex-direction:column;align-items:center;gap:24px;padding:32px;border-radius:20px;text-align:center}@media only screen and (max-width: 767px){._content_1e8mi_2{padding:24px 20px}}._content_1e8mi_2 p{max-width:560px;padding:0;border-radius:16px;color:#2e9047;font-family:Poppins,sans-serif;font-size:36px;font-weight:700;line-height:1.2;margin:0}._content_1e8mi_2 p._failed_1e8mi_42{color:#e14944}._content_1e8mi_2 span{display:block;margin-top:12px;font-size:16px;font-weight:400;line-height:1.6;color:#1e1e1e;opacity:.9}._content_1e8mi_2 button{box-shadow:0 4px 10px #00000026}._content_1e8mi_2 button span{margin:0}._backgroundImage_1e8mi_61{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}._paymentCard_1b8sx_2{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#c3c3c31a;border:1px solid #ffffff;border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 1023px){._paymentCard_1b8sx_2{padding:24px 16px}}._paymentTitle_1b8sx_18{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#1e1e1e;margin:0}._tierSelection_1b8sx_27{background:#fff;border-radius:20px;padding:10px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media only screen and (max-width: 1023px){._tierSelection_1b8sx_27{grid-template-columns:1fr;padding:10px;gap:10px}}._tierCard_1b8sx_43{border-radius:12px;padding:12px 24px;display:flex;flex-direction:column;justify-content:center;min-height:86px;transition:background .3s ease}._tierCard_1b8sx_43._active_1b8sx_52{background:#f1f3ff}@media only screen and (max-width: 1023px){._tierCard_1b8sx_43{min-height:86px;padding:12px 24px}}._tierContent_1b8sx_62{display:flex;flex-direction:column;gap:8px}._tierHeader_1b8sx_68{display:flex;align-items:center;gap:12px}._tierName_1b8sx_74{font-family:Poppins,sans-serif;font-size:24px;font-weight:500;line-height:33px;color:#1e1e1e;margin:0;flex:1}._tierBonus_1b8sx_84{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#1e1e1e;margin:0}._popularBadge_1b8sx_93{background:#66caae;border-radius:10px;padding:2px 8px;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:normal;color:#fff}._sliderSection_1b8sx_104{display:flex;flex-direction:column;gap:4px}._sliderLabels_1b8sx_110{display:flex;justify-content:space-between;align-items:center}._sliderLabel_1b8sx_110{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:normal;color:#9a98b4}._slider_1b8sx_104{width:100%;height:16px;border-radius:16px;background:#ececf0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative}._slider_1b8sx_104::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;border:1px solid #4e7fdb;cursor:pointer}._slider_1b8sx_104::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;border:1px solid #4e7fdb;cursor:pointer}._slider_1b8sx_104::-webkit-slider-runnable-track{width:100%;height:16px;border-radius:16px;background:linear-gradient(to right,#4e7fdb 0%,#4e7fdb var(--slider-progress, 50%),#ececf0 var(--slider-progress, 50%),#ececf0 100%)}._amountSection_1b8sx_159{display:flex;gap:24px;align-items:flex-start}@media only screen and (max-width: 1023px){._amountSection_1b8sx_159{flex-direction:column}}._inputGroup_1b8sx_170{flex:1;display:flex;gap:8px;align-items:center}._inputWrapper_1b8sx_177{flex:1;display:flex;flex-direction:column;gap:4px}._inputLabel_1b8sx_184{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:normal;color:#314158}._amountInput_1b8sx_192{background:#f3f3f5;border:1px solid transparent;border-radius:12px;padding:12px 24px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#000;width:100%}._amountInput_1b8sx_192::placeholder{color:#0000004d}._amountInput_1b8sx_192:focus{outline:none;border-color:#4e7fdb}._inputHint_1b8sx_212{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:normal;color:#9a98b4;margin:0}._currencyButton_1b8sx_221{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#f3f3f5;border:1px solid #b2b2b2;border-radius:12px;padding:12px;width:45px;height:45px;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;color:#1e1e1e;flex-shrink:0}._creditsDisplay_1b8sx_239{background:#f3f3f5;border:1px solid transparent;border-radius:8px;padding:24px;width:480px;display:flex;gap:8px}@media only screen and (max-width: 1023px){._creditsDisplay_1b8sx_239{width:100%}}._creditsInfo_1b8sx_254{flex:1;display:flex;flex-direction:column}._creditsLabel_1b8sx_260{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:normal;color:#314158}._creditsAmount_1b8sx_268{font-family:Poppins,sans-serif;font-size:24px;font-weight:400;line-height:36px;color:#1e1e1e;margin:0}._bonusNotice_1b8sx_277{flex:1;background:#fff;border:3px solid #b9f8cf;border-radius:10px;padding:17px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 16px inset #b2eec7;min-height:58px}._bonusText_1b8sx_290{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#26b668;margin:0;text-align:center}._purchaseButton_1b8sx_300{width:100%}._price_1szng_2{position:relative;width:100%;min-height:100vh;z-index:2}._heroSection_1szng_9{position:relative;width:100%;height:548px;overflow:hidden;border-bottom-left-radius:40px;border-bottom-right-radius:40px;background:#cacaca;display:flex;flex-direction:column;justify-content:space-between;padding:168px 0 60px}@media only screen and (max-width: 1023px){._heroSection_1szng_9{height:479px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;padding:160px 0 12px}}._backgroundImage_1szng_31{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}._heroContent_1szng_42{position:relative;max-width:1340px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center;color:#fff}@media only screen and (max-width: 1023px){._heroContent_1szng_42{padding:0 16px;gap:12px}}._heroTitle_1szng_61{font-family:Poppins,sans-serif;font-size:56px;font-weight:400;line-height:71px;color:#fff;margin:0}@media only screen and (max-width: 1023px){._heroTitle_1szng_61{font-size:24px;font-weight:400;line-height:33px}}._heroSubtitle_1szng_77{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#fff;margin:0}@media only screen and (max-width: 1023px){._heroSubtitle_1szng_77{max-width:342px}}._creditCard_1szng_91{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffff1a;border:1px solid #ffffff;border-radius:20px;padding:24px;display:flex;gap:10px;align-items:center;justify-content:center}@media only screen and (max-width: 1023px){._creditCard_1szng_91{margin-top:60px;padding:24px}}._creditInfo_1szng_109{display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}._creditRate_1szng_117{font-family:Poppins,sans-serif;font-size:24px;font-weight:500;line-height:33px;color:#fff;margin:0;width:250px}._creditNote_1szng_127{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#fff;margin:0;width:100%}._servicesSection_1szng_137{position:relative;width:100%;padding:120px 0 60px;background:#fff}@media only screen and (max-width: 1023px){._servicesSection_1szng_137{padding:60px 0}}._servicesContent_1szng_149{max-width:1340px;margin:0 auto;padding:0 50px;display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 1023px){._servicesContent_1szng_149{padding:0 16px}}._servicesTitle_1szng_163{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;color:#1e1e1e;margin:0;text-align:center}@media only screen and (max-width: 1023px){._servicesTitle_1szng_163{font-size:24px;font-weight:500;line-height:33px}}._servicesGrid_1szng_180{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;height:205px}@media only screen and (max-width: 1023px){._servicesGrid_1szng_180{grid-template-columns:1fr;height:auto;gap:12px}}._serviceCard_1szng_194{position:relative;background:#f3f3f3;border-radius:40px;padding:32px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:120px}@media only screen and (max-width: 1023px){._serviceCard_1szng_194{height:184px;border-radius:20px;padding:24px;gap:80px}}._serviceBackground_1szng_214{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none;opacity:.7;z-index:0}._serviceContent_1szng_227{position:relative;display:flex;flex-direction:column;justify-content:space-between;height:100%;z-index:1}._serviceTitle_1szng_236{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;color:#fff;margin:0}@media only screen and (max-width: 1023px){._serviceTitle_1szng_236{font-size:24px;font-weight:500;line-height:33px}}._serviceDescription_1szng_252{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:normal;color:#fff;margin:0}@media only screen and (max-width: 1023px){._serviceDescription_1szng_252{font-size:14px}}._billingSection_1szng_266{position:relative;width:100%;padding:60px 0;background:#fff}@media only screen and (max-width: 1023px){._billingSection_1szng_266{padding:60px 0}}._billingContent_1szng_278{max-width:1340px;margin:0 auto;padding:0 50px;display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 1023px){._billingContent_1szng_278{padding:0 16px}}._billingTitle_1szng_292{font-family:Poppins,sans-serif;font-size:24px;font-weight:500;line-height:33px;color:#1e1e1e;margin:0;padding-left:24px}@media only screen and (max-width: 1023px){._billingTitle_1szng_292{padding-left:0}}._billingGrid_1szng_307{display:grid;grid-template-columns:1fr 431px;gap:24px}@media only screen and (max-width: 1439px){._billingGrid_1szng_307{grid-template-columns:1fr}}@media only screen and (max-width: 1023px){._billingGrid_1szng_307{grid-template-columns:1fr}}._infoCard_1szng_323{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#c3c3c31a;border:1px solid #ffffff;border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:24px;min-width:0}@media only screen and (max-width: 1023px){._infoCard_1szng_323{padding:24px 16px}}._infoTitle_1szng_340{font-family:Poppins,sans-serif;font-size:24px;font-weight:500;line-height:33px;color:#1e1e1e;margin:0}._infoList_1szng_349{display:flex;flex-direction:column;gap:8px}._infoItem_1szng_355{background:#fff;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:8px}._infoItemTitle_1szng_364{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#1e1e1e;margin:0;width:250px}._infoItemDescription_1szng_374{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#1e1e1e;margin:0;width:100%}._faqSection_1szng_384{position:relative;width:100%;padding:60px 0 120px;background:#fff}@media only screen and (max-width: 1023px){._faqSection_1szng_384{padding:60px 0}}._faqContent_1szng_396{max-width:1340px;margin:0 auto;padding:0 50px;display:flex;flex-direction:column;gap:48px}@media only screen and (max-width: 1023px){._faqContent_1szng_396{padding:0 16px;gap:32px}}._faqTitle_1szng_411{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;color:#1e1e1e;margin:0;text-align:center}@media only screen and (max-width: 1023px){._faqTitle_1szng_411{font-size:24px;font-weight:500;line-height:33px}}._profileSection_5lc41_2{max-width:1440px;width:100%;margin:0 auto;padding:145px 50px 80px}@media only screen and (max-width: 1023px){._profileSection_5lc41_2{padding:145px 16px 80px}}._container_5lc41_14{display:flex;flex-direction:column;gap:40px}._userInfoSection_5lc41_20{background:#c3c3c31a;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:20px;padding:32px}@media only screen and (max-width: 1023px){._userInfoSection_5lc41_20{padding:24px}}._userInfoContent_5lc41_32{display:flex;justify-content:space-between;align-items:center}._userInfoText_5lc41_38{display:flex;flex-direction:column;gap:10px}._welcomeTitle_5lc41_44{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:44px;color:#1e1e1e;margin:0}@media only screen and (max-width: 1023px){._welcomeTitle_5lc41_44{font-size:28px;line-height:36px}}._creditsInfo_5lc41_59{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#9a98b4;margin:0}@media only screen and (max-width: 1023px){._creditsInfo_5lc41_59{font-size:14px;line-height:21px}}._editButton_5lc41_74{width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #d3d5e9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;color:#1e1e1e}._editButton_5lc41_74:hover{background:#f3f3f3}._editButton_5lc41_74 svg{width:16px;height:16px}._billingSection_5lc41_95{border-radius:20px}._sectionTitle_5lc41_99{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:44px;color:#1e1e1e;margin:0 0 24px;padding:0 32px}@media only screen and (max-width: 1023px){._sectionTitle_5lc41_99{padding:16px;font-size:28px;line-height:36px}}._billingContent_5lc41_116{width:100%}._historySection_5lc41_120{background:#c3c3c31a;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:20px;padding:32px;display:flex;flex-direction:column}@media only screen and (max-width: 1023px){._historySection_5lc41_120{padding:24px 16px}}._historyContent_5lc41_134{display:flex;flex-direction:column;gap:24px;flex:1}._historyTabs_5lc41_141{display:flex;gap:8px;padding:4px;background:#fff;border-radius:12px}@media only screen and (max-width: 1023px){._historyTabs_5lc41_141{flex-direction:column}}._historyTab_5lc41_141{flex:1;padding:8px 16px;border-radius:8px;background:transparent;border:none;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:21px;color:#9a98b4;cursor:pointer;transition:all .3s;text-align:center}._historyTab_5lc41_141:hover{background:#f3f3f3}._historyTab_5lc41_141._activeTab_5lc41_172{background:#f1f3ff;color:#1e1e1e;font-weight:500}._historyTable_5lc41_178{width:100%;display:flex;flex-direction:column}._profileSettingsSection_5lc41_184{max-width:1440px;width:100%;margin:0 auto;padding:145px 50px 80px}@media only screen and (max-width: 1023px){._profileSettingsSection_5lc41_184{padding:145px 16px 80px}}._breadcrumbs_5lc41_196{display:flex;align-items:flex-end;gap:16px;margin-bottom:24px;font-family:Poppins,sans-serif}._breadcrumbs_5lc41_196 a{font-size:14px;font-weight:400;line-height:normal;color:#9a98b4;text-decoration:none;transition:color .3s}._breadcrumbs_5lc41_196 a:hover{color:#1e1e1e}._breadcrumbs_5lc41_196 span{font-size:24px;font-weight:500;line-height:1;color:#1e1e1e}._formsGrid_5lc41_221{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}@media only screen and (max-width: 1023px){._formsGrid_5lc41_221{grid-template-columns:1fr}}._formCard_5lc41_233{background:#c3c3c31a;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:20px;padding:32px;display:flex;flex-direction:column}@media only screen and (max-width: 1023px){._formCard_5lc41_233{padding:24px}}._formTitle_5lc41_247{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#1e1e1e;margin:0 0 24px}._formFields_5lc41_256{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}._formButton_5lc41_263{width:fit-content;min-width:116px;margin-top:auto}._accountManagementCard_5lc41_269{background:#c3c3c31a;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:20px;padding:32px;display:flex;justify-content:space-between;align-items:center;gap:24px}@media only screen and (max-width: 1023px){._accountManagementCard_5lc41_269{flex-direction:column;padding:24px}}._accountManagementContent_5lc41_286{flex:1}._accountManagementTitle_5lc41_290{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#1e1e1e;margin:0 0 8px}._accountManagementText_5lc41_299{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:21px;color:#9a98b4;margin:0}._deleteButton_5lc41_308{width:auto;min-width:189px;background:transparent;border:1px solid #e14944;color:#e14944}._deleteButton_5lc41_308:hover{background:#e14944;color:#fff}@media only screen and (max-width: 1023px){._deleteButton_5lc41_308{width:100%}}._checkoutSection_5lc41_325{max-width:1440px;width:100%;margin:0 auto;padding:145px 50px 80px}@media only screen and (max-width: 1023px){._checkoutSection_5lc41_325{padding:145px 16px 80px}}._checkoutCard_5lc41_337{background:#c3c3c31a;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:20px;padding:32px;max-width:1112px;margin:0 auto}@media only screen and (max-width: 1023px){._checkoutCard_5lc41_337{padding:24px 16px}}._checkoutTitle_5lc41_351{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:44px;color:#1e1e1e;margin:0 0 32px}@media only screen and (max-width: 1023px){._checkoutTitle_5lc41_351{font-size:28px;line-height:36px;margin:0 0 24px}}._checkoutForm_5lc41_367{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 32px;margin-bottom:32px}@media only screen and (max-width: 1023px){._checkoutForm_5lc41_367{grid-template-columns:1fr;gap:20px}}._checkoutDivider_5lc41_380{width:100%;height:1px;background:#d3d5e9;margin:32px 0}@media only screen and (max-width: 1023px){._checkoutDivider_5lc41_380{margin:24px 0}}._checkoutConsent_5lc41_392{display:flex;justify-content:center;margin-bottom:24px}._checkoutConsentLabel_5lc41_398{display:flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:21px;color:#1e1e1e;cursor:pointer}._checkoutConsentLabel_5lc41_398 input[type=checkbox]{width:16px;height:16px;cursor:pointer}._checkoutConsentLabel_5lc41_398 a{color:#4e7fdb;text-decoration:none}._checkoutConsentLabel_5lc41_398 a:hover{text-decoration:underline}._checkoutButtonWrapper_5lc41_422{display:flex;justify-content:center}._checkoutButton_5lc41_422{min-width:187px}._deleteWrapper_5lc41_431{padding:32px;text-align:center}._deleteTitle_5lc41_436{font-family:Poppins,sans-serif;font-size:18px;font-weight:600;line-height:27px;color:#1e1e1e;margin:0 0 24px}._deleteButtons_5lc41_445{display:flex;gap:16px;justify-content:center}@media only screen and (max-width: 1023px){._deleteButtons_5lc41_445{flex-direction:column}}._container_1ltk2_2{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}._pagination_1ltk2_10{display:flex;justify-content:space-between;align-items:center;width:100%;list-style-type:none;padding:0;gap:0}._arrow_1ltk2_20{display:flex;gap:10px;align-items:center;justify-content:center;padding:4px 8px;border-radius:4px;cursor:pointer;-webkit-user-select:none;user-select:none}._arrow_1ltk2_20 p{margin:0;font-family:Roboto,sans-serif;font-size:13.6px;font-weight:400;line-height:1.6;color:#9a98b4}._arrow_1ltk2_20:hover{background-color:#4e7fdb}._arrow_1ltk2_20:hover p{color:#fff}._pageLink_1ltk2_45{font-family:Roboto,sans-serif;font-size:13.6px;font-weight:400;line-height:1.6;color:#1e1e1e;padding:4px 8px;cursor:pointer;text-align:center;min-width:30px;min-height:30px;border-radius:4px;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}._pageLink_1ltk2_45:hover{background-color:#4e7fdb;color:#fff}._breakLabel_1ltk2_67{font-family:Roboto,sans-serif;font-size:13.6px;font-weight:400;line-height:1.6;color:#1e1e1e;padding:4px 8px;cursor:pointer;text-align:center;min-width:30px}._activeLinkClassName_1ltk2_79{background-color:#4e7fdb;color:#fff;border-radius:4px}._disableArrow_1ltk2_85{pointer-events:none;opacity:.5}._tableWrapper_1cr0v_2{width:100%;display:flex;flex-direction:column}._tableHeader_1cr0v_8{display:flex;gap:10px;padding:0 10px 8px;border-bottom:1px solid #d3d5e9}._headerCell_1cr0v_15{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#1e1e1e}._tableBody_1cr0v_23{display:flex;flex-direction:column}._tableRow_1cr0v_28{display:flex;gap:10px;padding:12px 10px;align-items:center;border-bottom:1px solid #d3d5e9;transition:background .2s}._tableRow_1cr0v_28:hover{background:#f1f3ff80}._tableRow_1cr0v_28:last-child{border-bottom:none}._tableCell_1cr0v_43{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:21px;color:#1e1e1e}._downloadButton_1cr0v_51{background:transparent;border:none;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:21px;color:#4e7fdb;cursor:pointer;transition:color .2s;padding:0;margin-left:auto}._downloadButton_1cr0v_51:hover{color:#3d6bc4;text-decoration:underline}._downloadButton_1cr0v_51:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}._emptyState_1cr0v_74{display:flex;align-items:center;justify-content:center;min-height:200px;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;color:#9a98b4}._paginationWrapper_1cr0v_85{margin-top:16px;display:flex;justify-content:flex-end}._tableWrapper_7hu81_2{width:100%;display:flex;flex-direction:column}._tableHeader_7hu81_8{display:flex;gap:10px;padding:0 10px 8px;border-bottom:1px solid #d3d5e9}._headerCell_7hu81_15{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#1e1e1e}._tableBody_7hu81_23{display:flex;flex-direction:column}._tableRow_7hu81_28{display:flex;gap:10px;padding:12px 10px;align-items:center;border-bottom:1px solid #d3d5e9;transition:background .2s}._tableRow_7hu81_28:hover{background:#f1f3ff80}._tableRow_7hu81_28:last-child{border-bottom:none}._tableCell_7hu81_43{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:21px;color:#1e1e1e}._downloadButton_7hu81_51{background:transparent;border:none;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:21px;color:#4e7fdb;cursor:pointer;transition:color .2s;padding:0;margin-left:auto}._downloadButton_7hu81_51:hover{color:#3d6bc4;text-decoration:underline}._emptyState_7hu81_69{display:flex;align-items:center;justify-content:center;min-height:200px;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;color:#9a98b4}._paginationWrapper_7hu81_80{margin-top:16px;display:flex;justify-content:flex-end}._modalContent_wxmei_2{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 10px #00000026;max-width:600px;width:90%;outline:none}._modalOverlay_wxmei_12{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000}._modalHeader_wxmei_25{display:flex;justify-content:space-between}._modalTitle_wxmei_30{font-size:48px}._closeIcon_wxmei_34{display:flex;color:#000;border:none;padding:4px;height:fit-content;border-radius:6px;cursor:pointer;transition:background .2s ease}._closeIcon_wxmei_34:hover{background:#e5e3e6}._heroWrapper_j8qxk_2{width:100%}._hero_j8qxk_2{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:154px 50px 50px;min-height:711px;overflow:hidden;background-color:#cacaca;border-radius:0 0 40px 40px}@media only screen and (max-width: 1023px){._hero_j8qxk_2{padding:160px 30px 40px;min-height:auto;border-radius:0 0 32px 32px}}@media only screen and (max-width: 767px){._hero_j8qxk_2{padding:160px 16px 32px;border-radius:0 0 24px 24px}}._heroBackground_j8qxk_32{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/images/Services/hero.webp) no-repeat center center;background-size:cover;z-index:0;overflow:hidden;pointer-events:none}._heroContent_j8qxk_45{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:24px;max-width:712px;width:100%;text-align:center;margin-bottom:auto}@media only screen and (max-width: 767px){._heroContent_j8qxk_45{gap:20px;max-width:100%}}._heroTitle_j8qxk_64{font-family:Poppins,sans-serif;font-weight:400;font-size:56px;line-height:71px;text-align:center;color:#fff;margin:0}@media only screen and (max-width: 1023px){._heroTitle_j8qxk_64{font-size:40px;line-height:50px}}@media only screen and (max-width: 767px){._heroTitle_j8qxk_64{font-size:28px;line-height:36px}}._heroDescription_j8qxk_86{font-family:Poppins,sans-serif;font-weight:400;font-size:16px;line-height:normal;text-align:center;color:#fff;margin:0;max-width:685px}@media only screen and (max-width: 1023px){._heroDescription_j8qxk_86{font-size:15px}}@media only screen and (max-width: 767px){._heroDescription_j8qxk_86{font-size:14px}}._servicesCards_j8qxk_107{position:relative;z-index:1;display:flex;gap:10px;width:100%;max-width:1340px;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffff1a;border:1px solid #ffffff;border-radius:20px;padding:10px}@media only screen and (max-width: 1023px){._servicesCards_j8qxk_107{flex-direction:column}}@media only screen and (max-width: 767px){._servicesCards_j8qxk_107{flex-direction:column;gap:10px}}._serviceCard_j8qxk_132{flex:1;display:flex;flex-direction:column;gap:10px;padding:24px;border-radius:12px;transition:background-color .3s ease;text-decoration:none;cursor:pointer}._serviceCard_j8qxk_132:hover{background:#ffffff14}@media only screen and (max-width: 767px){._serviceCard_j8qxk_132{padding:20px}}._serviceCardActive_j8qxk_152{background:#ffffff26}._serviceIcon_j8qxk_156{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:#00000026;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}._serviceContent_j8qxk_167{display:flex;flex-direction:column;gap:12px;margin-top:auto}._serviceName_j8qxk_174{font-family:Poppins,sans-serif;font-size:24px;font-weight:500;line-height:33px;color:#fff;margin:0}@media only screen and (max-width: 767px){._serviceName_j8qxk_174{font-size:20px;line-height:28px}}._serviceDescription_j8qxk_189{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#fff;margin:0}@media only screen and (max-width: 767px){._serviceDescription_j8qxk_189{font-size:13px}}._servicesNavSection_1ppi9_2{max-width:1440px;width:100%;margin:0 auto;padding:0 50px 60px;display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 1023px){._servicesNavSection_1ppi9_2{padding:0 30px 48px}}@media only screen and (max-width: 767px){._servicesNavSection_1ppi9_2{padding:0 16px 40px}}._servicesNavTitle_1ppi9_22{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;text-align:center;color:#1e1e1e;margin:0}@media only screen and (max-width: 1023px){._servicesNavTitle_1ppi9_22{font-size:28px;line-height:1.3}}@media only screen and (max-width: 767px){._servicesNavTitle_1ppi9_22{font-size:22px;line-height:1.3}}._servicesNavGrid_1ppi9_44{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%}@media only screen and (max-width: 767px){._servicesNavGrid_1ppi9_44{grid-template-columns:1fr}}._servicesNavCard_1ppi9_56{position:relative;height:359px;background-color:#f1f3ff;border-radius:40px;padding:64px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;text-decoration:none;transition:transform .3s ease}._servicesNavCard_1ppi9_56:hover{transform:translateY(-4px)}@media only screen and (max-width: 1023px){._servicesNavCard_1ppi9_56{padding:40px;height:300px}}@media only screen and (max-width: 767px){._servicesNavCard_1ppi9_56{padding:32px;height:280px;border-radius:24px}}._servicesNavCardImage_1ppi9_86{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}._servicesNavCardContent_1ppi9_96{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;height:100%}._servicesNavCardText_1ppi9_105{display:flex;flex-direction:column;gap:14px}._servicesNavCardTitle_1ppi9_111{font-family:Poppins,sans-serif;font-size:28px;font-weight:600;line-height:normal;color:#fff;margin:0}@media only screen and (max-width: 1023px){._servicesNavCardTitle_1ppi9_111{font-size:24px}}@media only screen and (max-width: 767px){._servicesNavCardTitle_1ppi9_111{font-size:20px}}._servicesNavCardDescription_1ppi9_130{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#fff;margin:0}@media only screen and (max-width: 767px){._servicesNavCardDescription_1ppi9_130{font-size:13px}}._servicesNavCardButton_1ppi9_144{background-color:#fff;color:#9a98b4;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;padding:10px 40px;border-radius:10px;border:none;cursor:pointer;align-self:flex-start;transition:background-color .3s ease;display:inline-block}._servicesNavCardButton_1ppi9_144:hover{background-color:#f3f3f3}@media only screen and (max-width: 767px){._servicesNavCardButton_1ppi9_144{padding:8px 32px}}._zenDefineResult_392ny_2{display:flex;justify-content:center;align-items:center;width:100%;padding:24px;border-radius:20px;background-color:#f1f3ff;margin-top:60px}@media only screen and (max-width: 1023px){._zenDefineResult_392ny_2{padding:20px;border-radius:16px}}@media only screen and (max-width: 767px){._zenDefineResult_392ny_2{padding:16px;border-radius:12px}}._container_392ny_25{display:flex;flex-direction:column;gap:24px;width:100%;margin:0 auto}@media only screen and (max-width: 1023px){._container_392ny_25{gap:20px}}@media only screen and (max-width: 767px){._container_392ny_25{gap:16px}}._content_392ny_43{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width: 767px){._content_392ny_43{gap:24px}}._termSection_392ny_54{display:flex;flex-direction:column;gap:16px}._termSection_392ny_54:not(:last-child){padding-bottom:32px;border-bottom:1px solid #d9d9d9}@media only screen and (max-width: 767px){._termSection_392ny_54:not(:last-child){padding-bottom:24px}}._termTitle_392ny_69{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;line-height:normal;color:#000;margin:0}@media only screen and (max-width: 767px){._termTitle_392ny_69{font-size:20px}}._termContent_392ny_83{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width: 767px){._termContent_392ny_83{gap:16px}}._definitionBlock_392ny_94,._takeawayBlock_392ny_95{display:flex;flex-direction:column;gap:8px}._definitionLabel_392ny_101,._takeawayLabel_392ny_102{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#000;margin:0}@media only screen and (max-width: 767px){._definitionLabel_392ny_101,._takeawayLabel_392ny_102{font-size:15px}}._definitionText_392ny_117,._takeawayText_392ny_118{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.6;color:#000;margin:0}@media only screen and (max-width: 767px){._definitionText_392ny_117,._takeawayText_392ny_118{font-size:13px}}._divider_392ny_133{width:100%;height:1px;background-color:#d9d9d9}._actions_392ny_139{display:flex;gap:12px;align-items:center;justify-content:center}@media only screen and (max-width: 767px){._actions_392ny_139{flex-direction:column;width:100%}}._zenDefineScreen_896n4_2{position:relative;display:flex;flex-direction:column;width:100%;overflow:hidden;z-index:2}._formSection_896n4_11{display:flex;flex-direction:column;align-items:center;width:100%;padding:120px 164px 60px}@media only screen and (max-width: 1023px){._formSection_896n4_11{padding:80px 40px 48px}}@media only screen and (max-width: 767px){._formSection_896n4_11{padding:60px 16px 40px}}._formWrapper_896n4_29{position:relative;width:100%;max-width:886px;display:flex;flex-direction:column;align-items:center;gap:56px}._spinnerWrapper_896n4_39{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:24px;background-color:#fff;z-index:2}._formHeader_896n4_53{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:618px;text-align:center}._formTitle_896n4_62{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;color:#000;margin:0}@media only screen and (max-width: 1023px){._formTitle_896n4_62{font-size:30px;line-height:40px}}@media only screen and (max-width: 767px){._formTitle_896n4_62{font-size:24px;line-height:32px}}._formDescription_896n4_83{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#000;margin:0}@media only screen and (max-width: 767px){._formDescription_896n4_83{font-size:14px}}._form_896n4_11{display:flex;flex-direction:column;width:100%;gap:14px}._formContent_896n4_104{display:flex;gap:14px;align-items:stretch;width:100%}@media only screen and (max-width: 767px){._formContent_896n4_104{flex-direction:column;align-items:stretch}}._inputWrapper_896n4_117{flex:1}._analyzeButton_896n4_121{flex-shrink:0;height:auto;padding:10px 40px;border-radius:20px;font-size:14px;font-weight:600;align-self:stretch}@media only screen and (max-width: 767px){._analyzeButton_896n4_121{width:100%;padding:16px 40px}}._disclaimer_896n4_137{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:normal;color:#9a98b4;margin:0;text-align:center}._errorContainer_896n4_147{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;width:100%;max-width:886px;padding:48px 32px;margin:40px 0;background-color:#fff;border-radius:24px;box-shadow:0 2px 8px #00000014}@media only screen and (max-width: 1023px){._errorContainer_896n4_147{padding:40px 24px;margin:32px 0}}@media only screen and (max-width: 767px){._errorContainer_896n4_147{padding:32px 20px;margin:24px 0}}._errorContent_896n4_174{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}._errorTitle_896n4_182{font-family:Poppins,sans-serif;font-size:28px;font-weight:600;line-height:1.3;color:#e14944;margin:0}@media only screen and (max-width: 1023px){._errorTitle_896n4_182{font-size:24px}}@media only screen and (max-width: 767px){._errorTitle_896n4_182{font-size:20px}}._errorText_896n4_201{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#585858;margin:0;max-width:600px}@media only screen and (max-width: 767px){._errorText_896n4_201{font-size:14px}}._errorButton_896n4_216{padding:12px 32px;border-radius:10px}._featuresWrapper_896n4_221{position:relative;width:100%;padding:0 50px}@media only screen and (max-width: 1023px){._featuresWrapper_896n4_221{padding:0 30px}}@media only screen and (max-width: 767px){._featuresWrapper_896n4_221{padding:0 16px}}._featuresBlurBg_896n4_237{display:none}._featuresSection_896n4_241{position:relative;width:100%;background-color:#fff;padding:60px;border-radius:40px;overflow:hidden;z-index:1}._featuresSection_896n4_241:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/images/Services/ZenDefine/block-1-zendefine.webp) no-repeat center top;background-size:cover;opacity:1;pointer-events:none;z-index:-1}@media only screen and (max-width: 1023px){._featuresSection_896n4_241{padding:40px 30px;border-radius:32px}}@media only screen and (max-width: 767px){._featuresSection_896n4_241{padding:32px 16px;border-radius:24px}}._featuresContent_896n4_276{display:flex;flex-direction:column;align-items:center;gap:48px;width:100%;max-width:1440px;margin:0 auto}._featuresTitle_896n4_286{font-family:Poppins,sans-serif;font-size:36px;font-weight:400;line-height:normal;text-align:center;color:#fff;margin:0}@media only screen and (max-width: 1023px){._featuresTitle_896n4_286{font-size:28px}}@media only screen and (max-width: 767px){._featuresTitle_896n4_286{font-size:22px}}._featuresGrid_896n4_306{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%}@media only screen and (max-width: 1023px){._featuresGrid_896n4_306{grid-template-columns:repeat(2,1fr);gap:20px}}@media only screen and (max-width: 767px){._featuresGrid_896n4_306{grid-template-columns:1fr;gap:24px}}._featureCard_896n4_325{display:flex;flex-direction:column;gap:10px;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid rgba(124,232,99,.2);padding:16px;border-radius:12px}._featureTitle_896n4_335{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#fff;margin:0}._featureDescription_896n4_344{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#fff;margin:0}._comparisonGrid_896n4_353{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%}@media only screen and (max-width: 767px){._comparisonGrid_896n4_353{grid-template-columns:1fr}}._comparisonCard_896n4_365{display:flex;flex-direction:column;gap:24px;padding:20px;border-radius:20px;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid rgba(124,232,99,.2);overflow:hidden}._comparisonCardDark_896n4_376{background:#00000026}._comparisonCardLight_896n4_380{background:#ffffffd9}._comparisonImageWrapper_896n4_384{position:relative;width:100%;height:336px;border-radius:20px;overflow:hidden;background:#fff}@media only screen and (max-width: 1023px){._comparisonImageWrapper_896n4_384{height:220px}}._comparisonImage_896n4_384{width:100%;height:100%;object-fit:cover}._comparisonContent_896n4_404{display:flex;flex-direction:column;gap:16px}._comparisonTitle_896n4_410{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;margin:0}._comparisonCardDark_896n4_376 ._comparisonTitle_896n4_410{color:#fff}._comparisonCardLight_896n4_380 ._comparisonTitle_896n4_410{color:#1e1e1e}._comparisonList_896n4_424{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}._comparisonList_896n4_424 li{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;display:flex;align-items:flex-start;gap:10px}._comparisonCardDark_896n4_376 ._comparisonList_896n4_424 li{color:#fff}._comparisonCardLight_896n4_380 ._comparisonList_896n4_424 li{color:#1e1e1e}._comparisonList_896n4_424 li:before{content:"";width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:5px}._comparisonCardDark_896n4_376 ._comparisonList_896n4_424 li:before{background-color:#fff}._comparisonCardLight_896n4_380 ._comparisonList_896n4_424 li:before{background-color:#1e1e1e}._testimonialsSection_896n4_462{max-width:1440px;width:100%;margin:0 auto;padding:120px 50px 32px;display:flex;flex-direction:column;gap:32px;align-items:flex-start}@media only screen and (max-width: 1023px){._testimonialsSection_896n4_462{padding:80px 30px 32px}}@media only screen and (max-width: 767px){._testimonialsSection_896n4_462{padding:60px 16px 32px;gap:24px}}._testimonialsTitle_896n4_484{font-family:Poppins,sans-serif;font-size:36px;font-weight:400;line-height:50px;text-align:center;color:#1e1e1e;margin:0 auto}@media only screen and (max-width: 1023px){._testimonialsTitle_896n4_484{font-size:28px;line-height:1.3}}@media only screen and (max-width: 767px){._testimonialsTitle_896n4_484{font-size:22px;line-height:1.3}}._faqSection_896n4_506{width:100%;padding:80px 50px}@media only screen and (max-width: 1023px){._faqSection_896n4_506{padding:60px 30px}}@media only screen and (max-width: 767px){._faqSection_896n4_506{padding:48px 16px}}._faqContent_896n4_521{max-width:1440px;margin:0 auto}._faqTitle_896n4_526{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;text-align:center;color:#1e1e1e;margin:0 0 48px}@media only screen and (max-width: 1023px){._faqTitle_896n4_526{font-size:32px;line-height:1.2;margin-bottom:40px}}@media only screen and (max-width: 767px){._faqTitle_896n4_526{font-size:24px;line-height:1.3;margin-bottom:32px}}._zenLabsResult_c6ue7_2{display:flex;justify-content:center;align-items:center;width:100%;padding:24px;border-radius:20px;background-color:#f1f3ff;margin-top:60px}@media only screen and (max-width: 1023px){._zenLabsResult_c6ue7_2{padding:20px;border-radius:16px}}@media only screen and (max-width: 767px){._zenLabsResult_c6ue7_2{padding:16px;border-radius:12px}}._container_c6ue7_25{display:flex;flex-direction:column;gap:24px;width:100%;margin:0 auto}@media only screen and (max-width: 1023px){._container_c6ue7_25{gap:20px}}@media only screen and (max-width: 767px){._container_c6ue7_25{gap:16px}}._content_c6ue7_43{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width: 767px){._content_c6ue7_43{gap:24px}}._indicatorSection_c6ue7_54{display:flex;flex-direction:column;gap:16px}._indicatorSection_c6ue7_54:not(:last-child){padding-bottom:32px}@media only screen and (max-width: 767px){._indicatorSection_c6ue7_54:not(:last-child){padding-bottom:24px}}._indicatorTitle_c6ue7_68{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;line-height:normal;color:#000;margin:0}@media only screen and (max-width: 767px){._indicatorTitle_c6ue7_68{font-size:20px}}._indicatorContent_c6ue7_82{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width: 767px){._indicatorContent_c6ue7_82{gap:16px}}._summaryBlock_c6ue7_93{display:flex;flex-direction:column;gap:8px}._summaryLabel_c6ue7_99{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#000;margin:0}@media only screen and (max-width: 767px){._summaryLabel_c6ue7_99{font-size:15px}}._summaryText_c6ue7_113{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.6;color:#000;margin:0}@media only screen and (max-width: 767px){._summaryText_c6ue7_113{font-size:13px}}._totalSummarySection_c6ue7_127{display:flex;flex-direction:column;gap:16px;padding-top:32px;border-top:1px solid #d9d9d9}@media only screen and (max-width: 767px){._totalSummarySection_c6ue7_127{padding-top:24px}}._totalSummaryTitle_c6ue7_140{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;line-height:normal;color:#000;margin:0}@media only screen and (max-width: 767px){._totalSummaryTitle_c6ue7_140{font-size:20px}}._totalSummaryContent_c6ue7_154{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width: 767px){._totalSummaryContent_c6ue7_154{gap:16px}}._totalSummaryText_c6ue7_165{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.6;color:#000;margin:0}@media only screen and (max-width: 767px){._totalSummaryText_c6ue7_165{font-size:13px}}._divider_c6ue7_179{width:100%;height:1px;background-color:#d9d9d9}._actions_c6ue7_185{display:flex;gap:12px;align-items:center;justify-content:center}@media only screen and (max-width: 767px){._actions_c6ue7_185{flex-direction:column;width:100%}}@media only screen and (max-width: 767px){._button_c6ue7_199{width:100%}}@media only screen and (max-width: 767px){._buttonDownload_c6ue7_205{width:100%}}._zenLabsScreen_17ovn_2{position:relative;display:flex;flex-direction:column;width:100%;overflow:hidden;z-index:2}._formSection_17ovn_11{display:flex;flex-direction:column;align-items:center;width:100%;padding:120px 164px 60px}@media only screen and (max-width: 1023px){._formSection_17ovn_11{padding:80px 40px 48px}}@media only screen and (max-width: 767px){._formSection_17ovn_11{padding:60px 16px 40px}}._formWrapper_17ovn_29{position:relative;width:100%;max-width:886px;display:flex;flex-direction:column;align-items:center;gap:56px}._spinnerWrapper_17ovn_39{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:24px;background-color:#fff;z-index:2}._formHeader_17ovn_53{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:618px;text-align:center}._formTitle_17ovn_62{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;color:#000;margin:0}@media only screen and (max-width: 1023px){._formTitle_17ovn_62{font-size:30px;line-height:40px}}@media only screen and (max-width: 767px){._formTitle_17ovn_62{font-size:24px;line-height:32px}}._formDescription_17ovn_83{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#000;margin:0}@media only screen and (max-width: 767px){._formDescription_17ovn_83{font-size:14px}}._form_17ovn_11{display:flex;flex-direction:column;width:100%;gap:14px}._formContent_17ovn_104{display:flex;flex-direction:column;width:100%;gap:16px}@media only screen and (max-width: 767px){._formContent_17ovn_104{gap:12px}}._indicatorInputs_17ovn_116{display:flex;gap:12px;width:100%;align-items:end}@media only screen and (max-width: 767px){._indicatorInputs_17ovn_116{flex-direction:column;gap:8px;align-items:stretch}}._inputWrapper_17ovn_130{flex:1}._addButton_17ovn_134{flex-shrink:0;height:auto;padding:10px 40px;border-radius:20px;font-size:14px;font-weight:600;align-self:stretch}@media only screen and (max-width: 767px){._addButton_17ovn_134{width:100%;padding:16px 40px}}._indicatorsList_17ovn_150{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:16px}._indicatorItem_17ovn_158{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#f1f3ff;border-radius:8px;border:1px solid #f3f3f3}@media only screen and (max-width: 767px){._indicatorItem_17ovn_158{padding:10px 12px}}._indicatorContent_17ovn_173{display:flex;flex-direction:column;gap:4px;flex:1}._indicatorName_17ovn_180{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#000;margin:0}._indicatorValue_17ovn_188{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#6b6b6b;margin:0}._removeButton_17ovn_196{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:red;font-size:16px}._removeButton_17ovn_196:hover{opacity:.7}._analyzeButton_17ovn_211{flex-shrink:0;height:auto;padding:10px 40px;border-radius:20px;font-size:14px;font-weight:600;align-self:stretch}@media only screen and (max-width: 767px){._analyzeButton_17ovn_211{width:100%;padding:16px 40px}}._disclaimer_17ovn_227{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:1.4;color:#9e9ca0;text-align:center;margin:0;max-width:600px;align-self:center}@media only screen and (max-width: 767px){._disclaimer_17ovn_227{font-size:11px}}._errorContainer_17ovn_244{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;width:100%;max-width:886px;padding:48px 32px;margin:40px 0;background-color:#fff;border-radius:24px;box-shadow:0 2px 8px #00000014}@media only screen and (max-width: 1023px){._errorContainer_17ovn_244{padding:40px 24px;margin:32px 0}}@media only screen and (max-width: 767px){._errorContainer_17ovn_244{padding:32px 20px;margin:24px 0}}._errorContent_17ovn_271{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}._errorTitle_17ovn_279{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;line-height:normal;color:#000;margin:0}@media only screen and (max-width: 767px){._errorTitle_17ovn_279{font-size:20px}}._errorText_17ovn_293{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#000;margin:0}@media only screen and (max-width: 767px){._errorButton_17ovn_303{width:100%}}._featuresWrapper_17ovn_308{position:relative;width:100%;padding:0 50px}@media only screen and (max-width: 1023px){._featuresWrapper_17ovn_308{padding:0 30px}}@media only screen and (max-width: 767px){._featuresWrapper_17ovn_308{padding:0 16px}}._featuresBlurBg_17ovn_324{display:none}._featuresSection_17ovn_328{position:relative;width:100%;background-color:#fff;padding:60px;border-radius:40px;overflow:hidden;z-index:1}._featuresSection_17ovn_328:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/images/Services/ZenLabs/block-1-zenlabs.webp) no-repeat center top;background-size:cover;opacity:1;pointer-events:none;z-index:-1}@media only screen and (max-width: 1023px){._featuresSection_17ovn_328{padding:40px 30px;border-radius:32px}}@media only screen and (max-width: 767px){._featuresSection_17ovn_328{padding:32px 16px;border-radius:24px}}._featuresContent_17ovn_363{display:flex;flex-direction:column;align-items:center;gap:48px;width:100%;max-width:1440px;margin:0 auto}._featuresTitle_17ovn_373{font-family:Poppins,sans-serif;font-size:36px;font-weight:400;line-height:normal;text-align:center;color:#fff;margin:0}@media only screen and (max-width: 1023px){._featuresTitle_17ovn_373{font-size:28px}}@media only screen and (max-width: 767px){._featuresTitle_17ovn_373{font-size:22px}}._featuresGrid_17ovn_393{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%}@media only screen and (max-width: 1023px){._featuresGrid_17ovn_393{grid-template-columns:repeat(2,1fr);gap:20px}}@media only screen and (max-width: 767px){._featuresGrid_17ovn_393{grid-template-columns:1fr;gap:24px}}._featureCard_17ovn_412{display:flex;flex-direction:column;gap:10px;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid rgba(124,232,99,.2);padding:16px;border-radius:12px}._featureTitle_17ovn_422{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#fff;margin:0}._featureDescription_17ovn_431{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#fff;margin:0}._comparisonGrid_17ovn_440{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%}@media only screen and (max-width: 767px){._comparisonGrid_17ovn_440{grid-template-columns:1fr}}._comparisonCard_17ovn_452{display:flex;flex-direction:column;gap:24px;padding:20px;border-radius:20px;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid rgba(124,232,99,.2);overflow:hidden}._comparisonCardDark_17ovn_463{background:#00000026}._comparisonCardLight_17ovn_467{background:#ffffffd9}._comparisonImageWrapper_17ovn_471{position:relative;width:100%;height:336px;border-radius:20px;overflow:hidden;background:#fff}@media only screen and (max-width: 1023px){._comparisonImageWrapper_17ovn_471{height:220px}}._comparisonImage_17ovn_471{width:100%;height:100%;object-fit:cover}._comparisonContent_17ovn_491{display:flex;flex-direction:column;gap:16px}._comparisonTitle_17ovn_497{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;margin:0}._comparisonCardDark_17ovn_463 ._comparisonTitle_17ovn_497{color:#fff}._comparisonCardLight_17ovn_467 ._comparisonTitle_17ovn_497{color:#1e1e1e}._comparisonList_17ovn_511{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}._comparisonList_17ovn_511 li{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;display:flex;align-items:flex-start;gap:10px}._comparisonCardDark_17ovn_463 ._comparisonList_17ovn_511 li{color:#fff}._comparisonCardLight_17ovn_467 ._comparisonList_17ovn_511 li{color:#1e1e1e}._comparisonList_17ovn_511 li:before{content:"";width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:5px}._comparisonCardDark_17ovn_463 ._comparisonList_17ovn_511 li:before{background-color:#fff}._comparisonCardLight_17ovn_467 ._comparisonList_17ovn_511 li:before{background-color:#1e1e1e}._testimonialsSection_17ovn_549{max-width:1440px;width:100%;margin:0 auto;padding:120px 50px 32px;display:flex;flex-direction:column;gap:32px;align-items:flex-start}@media only screen and (max-width: 1023px){._testimonialsSection_17ovn_549{padding:80px 30px 32px}}@media only screen and (max-width: 767px){._testimonialsSection_17ovn_549{padding:60px 16px 32px;gap:24px}}._testimonialsTitle_17ovn_571{font-family:Poppins,sans-serif;font-size:36px;font-weight:400;line-height:50px;text-align:center;color:#1e1e1e;margin:0 auto}@media only screen and (max-width: 1023px){._testimonialsTitle_17ovn_571{font-size:28px;line-height:1.3}}@media only screen and (max-width: 767px){._testimonialsTitle_17ovn_571{font-size:22px;line-height:1.3}}._faqSection_17ovn_593{width:100%;padding:80px 50px}@media only screen and (max-width: 1023px){._faqSection_17ovn_593{padding:60px 30px}}@media only screen and (max-width: 767px){._faqSection_17ovn_593{padding:48px 16px}}._faqContent_17ovn_608{max-width:1440px;margin:0 auto}._faqTitle_17ovn_613{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;text-align:center;color:#1e1e1e;margin:0 0 48px}@media only screen and (max-width: 1023px){._faqTitle_17ovn_613{font-size:32px;line-height:1.2;margin-bottom:40px}}@media only screen and (max-width: 767px){._faqTitle_17ovn_613{font-size:24px;line-height:1.3;margin-bottom:32px}}._zenVisitResult_170ft_3{display:flex;justify-content:center;align-items:center;width:100%;padding:24px;border-radius:20px;background-color:#f1f3ff;margin-top:60px}@media only screen and (max-width: 1023px){._zenVisitResult_170ft_3{padding:20px;border-radius:16px}}@media only screen and (max-width: 767px){._zenVisitResult_170ft_3{padding:16px;border-radius:12px}}._container_170ft_26{display:flex;flex-direction:column;gap:24px;width:100%;margin:0 auto}@media only screen and (max-width: 1023px){._container_170ft_26{gap:20px}}@media only screen and (max-width: 767px){._container_170ft_26{gap:16px}}._content_170ft_44{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width: 767px){._content_170ft_44{gap:24px}}._visitSection_170ft_55{display:flex;flex-direction:column;gap:16px}._visitSection_170ft_55:not(:last-child){padding-bottom:32px;border-bottom:1px solid #d9d9d9}@media only screen and (max-width: 767px){._visitSection_170ft_55:not(:last-child){padding-bottom:24px}}._visitTitle_170ft_70{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;line-height:normal;color:#000;margin:0}@media only screen and (max-width: 767px){._visitTitle_170ft_70{font-size:20px}}._visitContent_170ft_84{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width: 767px){._visitContent_170ft_84{gap:16px}}._goalBlock_170ft_95,._symptomsBlock_170ft_96,._specialistBlock_170ft_97,._reasoningBlock_170ft_98,._questionsBlock_170ft_99{display:flex;flex-direction:column;gap:8px}._goalLabel_170ft_105,._symptomsLabel_170ft_106,._specialistLabel_170ft_107,._reasoningLabel_170ft_108,._questionsLabel_170ft_109{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#000;margin:0}@media only screen and (max-width: 767px){._goalLabel_170ft_105,._symptomsLabel_170ft_106,._specialistLabel_170ft_107,._reasoningLabel_170ft_108,._questionsLabel_170ft_109{font-size:15px}}._goalText_170ft_127,._symptomsText_170ft_128,._specialistText_170ft_129,._reasoningText_170ft_130{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.6;color:#000;margin:0}@media only screen and (max-width: 767px){._goalText_170ft_127,._symptomsText_170ft_128,._specialistText_170ft_129,._reasoningText_170ft_130{font-size:13px}}._analysisSection_170ft_147{display:flex;flex-direction:column;gap:16px}._analysisTitle_170ft_153{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;line-height:normal;color:#000;margin:0}@media only screen and (max-width: 767px){._analysisTitle_170ft_153{font-size:20px}}._analysisContent_170ft_167{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width: 767px){._analysisContent_170ft_167{gap:16px}}._questionsList_170ft_178{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}._questionItem_170ft_187{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.6;color:#000;margin:0;position:relative;padding-left:16px}._questionItem_170ft_187:before{content:"•";position:absolute;left:0;color:#4e7fdb;font-weight:700}@media only screen and (max-width: 767px){._questionItem_170ft_187{font-size:13px;padding-left:14px}}._divider_170ft_211{width:100%;height:1px;background-color:#d9d9d9}._actions_170ft_217{display:flex;gap:12px;align-items:center;justify-content:center}@media only screen and (max-width: 767px){._actions_170ft_217{flex-direction:column;width:100%}}@media only screen and (max-width: 767px){._button_170ft_231{width:100%}}@media only screen and (max-width: 767px){._buttonDownload_170ft_237{width:100%}}._zenVisitScreen_srsm7_2{position:relative;display:flex;flex-direction:column;width:100%;overflow:hidden;z-index:2}._formSection_srsm7_11{display:flex;flex-direction:column;align-items:center;width:100%;padding:120px 164px 60px}@media only screen and (max-width: 1023px){._formSection_srsm7_11{padding:80px 40px 48px}}@media only screen and (max-width: 767px){._formSection_srsm7_11{padding:60px 16px 40px}}._formWrapper_srsm7_29{position:relative;width:100%;max-width:886px;display:flex;flex-direction:column;align-items:center;gap:56px}._spinnerWrapper_srsm7_39{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:24px;background-color:#fff;z-index:2}._formHeader_srsm7_53{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:618px;text-align:center}._formTitle_srsm7_62{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;color:#000;margin:0}@media only screen and (max-width: 1023px){._formTitle_srsm7_62{font-size:30px;line-height:40px}}@media only screen and (max-width: 767px){._formTitle_srsm7_62{font-size:24px;line-height:32px}}._formDescription_srsm7_83{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#000;margin:0}@media only screen and (max-width: 767px){._formDescription_srsm7_83{font-size:14px}}._form_srsm7_11{display:flex;flex-direction:column;width:100%;gap:14px}._formContent_srsm7_104{display:flex;flex-direction:column;width:100%;gap:16px}@media only screen and (max-width: 767px){._formContent_srsm7_104{gap:12px}}._visitInputs_srsm7_116{display:flex;flex-direction:column;gap:12px;width:100%;align-items:flex-start}._inputWrapper_srsm7_124{flex:1}._defineButton_srsm7_128{flex-shrink:0;height:auto;padding:10px 40px;border-radius:20px;font-size:14px;font-weight:600;align-self:stretch}@media only screen and (max-width: 767px){._defineButton_srsm7_128{width:100%;padding:16px 40px}}._analyzeButton_srsm7_144{align-self:center;margin-top:24px}._disclaimer_srsm7_149{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:1.4;color:#9e9ca0;text-align:center;margin:0;max-width:600px;align-self:center}@media only screen and (max-width: 767px){._disclaimer_srsm7_149{font-size:11px}}._errorContainer_srsm7_166{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;width:100%;max-width:886px;padding:48px 32px;margin:40px 0;background-color:#fff;border-radius:24px;box-shadow:0 2px 8px #00000014}@media only screen and (max-width: 1023px){._errorContainer_srsm7_166{padding:40px 24px;margin:32px 0}}@media only screen and (max-width: 767px){._errorContainer_srsm7_166{padding:32px 20px;margin:24px 0}}._errorContent_srsm7_193{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}._errorTitle_srsm7_201{font-family:Poppins,sans-serif;font-size:28px;font-weight:600;line-height:1.3;color:#e14944;margin:0}@media only screen and (max-width: 1023px){._errorTitle_srsm7_201{font-size:24px}}@media only screen and (max-width: 767px){._errorTitle_srsm7_201{font-size:20px}}._errorText_srsm7_220{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#585858;margin:0;max-width:600px}@media only screen and (max-width: 767px){._errorText_srsm7_220{font-size:14px}}._errorButton_srsm7_235{padding:12px 32px;border-radius:10px}._featuresWrapper_srsm7_240{position:relative;width:100%;padding:0 50px}@media only screen and (max-width: 1023px){._featuresWrapper_srsm7_240{padding:0 30px}}@media only screen and (max-width: 767px){._featuresWrapper_srsm7_240{padding:0 16px}}._featuresBlurBg_srsm7_256{display:none}._featuresSection_srsm7_260{position:relative;width:100%;background-color:#fff;padding:60px;border-radius:40px;overflow:hidden;z-index:1}._featuresSection_srsm7_260:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/images/Services/ZenVisit/block-1-zenvisit.webp) no-repeat center top;background-size:cover;opacity:1;pointer-events:none;z-index:-1}@media only screen and (max-width: 1023px){._featuresSection_srsm7_260{padding:40px 30px;border-radius:32px}}@media only screen and (max-width: 767px){._featuresSection_srsm7_260{padding:32px 16px;border-radius:24px}}._featuresContent_srsm7_295{display:flex;flex-direction:column;align-items:center;gap:48px;width:100%;max-width:1440px;margin:0 auto}._featuresTitle_srsm7_305{font-family:Poppins,sans-serif;font-size:36px;font-weight:400;line-height:normal;text-align:center;color:#fff;margin:0}@media only screen and (max-width: 1023px){._featuresTitle_srsm7_305{font-size:28px}}@media only screen and (max-width: 767px){._featuresTitle_srsm7_305{font-size:22px}}._featuresGrid_srsm7_325{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%}@media only screen and (max-width: 1023px){._featuresGrid_srsm7_325{grid-template-columns:repeat(2,1fr);gap:20px}}@media only screen and (max-width: 767px){._featuresGrid_srsm7_325{grid-template-columns:1fr;gap:24px}}._featureCard_srsm7_344{display:flex;flex-direction:column;gap:10px;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid rgba(124,232,99,.2);padding:16px;border-radius:12px}._featureTitle_srsm7_354{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;color:#fff;margin:0}._featureDescription_srsm7_363{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#fff;margin:0}._comparisonGrid_srsm7_372{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%}@media only screen and (max-width: 767px){._comparisonGrid_srsm7_372{grid-template-columns:1fr}}._comparisonCard_srsm7_384{display:flex;flex-direction:column;gap:24px;padding:20px;border-radius:20px;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid rgba(124,232,99,.2);overflow:hidden}._comparisonCardDark_srsm7_395{background:#00000026}._comparisonCardLight_srsm7_399{background:#ffffffd9}._comparisonImageWrapper_srsm7_403{position:relative;width:100%;height:336px;border-radius:20px;overflow:hidden;background:#fff}@media only screen and (max-width: 1023px){._comparisonImageWrapper_srsm7_403{height:220px}}._comparisonImage_srsm7_403{width:100%;height:100%;object-fit:cover}._comparisonContent_srsm7_423{display:flex;flex-direction:column;gap:16px}._comparisonTitle_srsm7_429{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:22px;margin:0}._comparisonCardDark_srsm7_395 ._comparisonTitle_srsm7_429{color:#fff}._comparisonCardLight_srsm7_399 ._comparisonTitle_srsm7_429{color:#1e1e1e}._comparisonList_srsm7_443{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}._comparisonList_srsm7_443 li{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:normal;display:flex;align-items:flex-start;gap:10px}._comparisonCardDark_srsm7_395 ._comparisonList_srsm7_443 li{color:#fff}._comparisonCardLight_srsm7_399 ._comparisonList_srsm7_443 li{color:#1e1e1e}._comparisonList_srsm7_443 li:before{content:"";width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:5px}._comparisonCardDark_srsm7_395 ._comparisonList_srsm7_443 li:before{background-color:#fff}._comparisonCardLight_srsm7_399 ._comparisonList_srsm7_443 li:before{background-color:#1e1e1e}._testimonialsSection_srsm7_481{max-width:1440px;width:100%;margin:0 auto;padding:120px 50px 32px;display:flex;flex-direction:column;gap:32px;align-items:flex-start}@media only screen and (max-width: 1023px){._testimonialsSection_srsm7_481{padding:80px 30px 32px}}@media only screen and (max-width: 767px){._testimonialsSection_srsm7_481{padding:60px 16px 32px;gap:24px}}._testimonialsTitle_srsm7_503{font-family:Poppins,sans-serif;font-size:36px;font-weight:400;line-height:50px;text-align:center;color:#1e1e1e;margin:0 auto}@media only screen and (max-width: 1023px){._testimonialsTitle_srsm7_503{font-size:28px;line-height:1.3}}@media only screen and (max-width: 767px){._testimonialsTitle_srsm7_503{font-size:22px;line-height:1.3}}._faqSection_srsm7_525{width:100%;padding:80px 50px}@media only screen and (max-width: 1023px){._faqSection_srsm7_525{padding:60px 30px}}@media only screen and (max-width: 767px){._faqSection_srsm7_525{padding:48px 16px}}._faqContent_srsm7_540{max-width:1440px;margin:0 auto}._faqTitle_srsm7_545{font-family:Poppins,sans-serif;font-size:36px;font-weight:500;line-height:50px;text-align:center;color:#1e1e1e;margin:0 0 48px}@media only screen and (max-width: 1023px){._faqTitle_srsm7_545{font-size:32px;line-height:1.2;margin-bottom:40px}}@media only screen and (max-width: 767px){._faqTitle_srsm7_545{font-size:24px;line-height:1.3;margin-bottom:32px}}._footer_1n600_2{position:relative;z-index:1;margin-top:auto;padding:24px 50px 50px}@media only screen and (max-width: 1023px){._footer_1n600_2{padding:24px 30px 30px}}@media only screen and (max-width: 767px){._footer_1n600_2{padding:24px 16px}}._footerBgImage_1n600_19{position:absolute;bottom:0;left:0;width:100%;object-fit:cover;z-index:0}@media only screen and (max-width: 1023px){._footerBgImage_1n600_19{height:200%}}._footerContent_1n600_33{position:relative;z-index:1;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffff4d;border:1px solid #ffffff;border-radius:40px;padding:40px;max-width:1340px;margin:0 auto;display:flex;flex-direction:column;gap:30px}@media only screen and (max-width: 1023px){._footerContent_1n600_33{padding:32px;border-radius:32px;gap:24px}}@media only screen and (max-width: 767px){._footerContent_1n600_33{padding:20px;border-radius:20px;gap:20px}}._footerTop_1n600_62{display:flex;align-items:flex-start;justify-content:space-between;gap:100px}@media only screen and (max-width: 1023px){._footerTop_1n600_62{flex-direction:column;gap:32px}}@media only screen and (max-width: 767px){._footerTop_1n600_62{gap:24px}}._footerLeft_1n600_80{display:flex;flex-direction:column;justify-content:space-between;gap:40px}@media only screen and (max-width: 1023px){._footerLeft_1n600_80{gap:32px}}@media only screen and (max-width: 767px){._footerLeft_1n600_80{gap:24px}}._brandSection_1n600_97{display:flex;flex-direction:column;gap:14px}@media only screen and (max-width: 767px){._brandSection_1n600_97{gap:12px}}._socialLinks_1n600_108{display:flex;align-items:center;gap:8px}._socialLink_1n600_108{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:22px;color:#9a98b4}@media only screen and (max-width: 767px){._socialLink_1n600_108{font-size:14px}}._socialDivider_1n600_127{width:1px;height:14px;background:#cdcddb}._paymentMethods_1n600_133{display:flex;align-items:center;gap:10px}@media only screen and (max-width: 767px){._paymentMethods_1n600_133{display:none}}._paymentMethodsBottom_1n600_144{display:none}@media only screen and (max-width: 767px){._paymentMethodsBottom_1n600_144{display:flex}}._paymentMethodsImg_1n600_153{height:36px;width:auto}@media only screen and (max-width: 767px){._paymentMethodsImg_1n600_153{height:32px}}._footerLinks_1n600_163{display:flex;gap:100px;align-items:flex-start}@media only screen and (max-width: 1439px){._footerLinks_1n600_163{gap:40px}}@media only screen and (max-width: 1023px){._footerLinks_1n600_163{gap:32px;flex-wrap:wrap;width:100%;justify-content:space-between}}@media only screen and (max-width: 767px){._footerLinks_1n600_163{flex-direction:column;gap:0;flex-wrap:nowrap}}._linkColumn_1n600_189{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width: 1023px){._linkColumn_1n600_189{gap:16px}}@media only screen and (max-width: 767px){._linkColumn_1n600_189{gap:0;width:100%}}._columnTitleButton_1n600_206{display:none;width:100%;padding:0;background:none;border:none;cursor:pointer;align-items:center;justify-content:space-between}@media only screen and (max-width: 767px){._columnTitleButton_1n600_206{display:flex;padding:12px 0}}._columnTitleButton_1n600_206 ._columnTitle_1n600_206{margin:0;text-align:left}._dropdownIcon_1n600_227{transition:transform .3s ease;flex-shrink:0;display:none}@media only screen and (max-width: 767px){._dropdownIcon_1n600_227{display:block}}._dropdownIcon_1n600_227._open_1n600_237{transform:rotate(180deg)}._columnTitle_1n600_206{font-family:Poppins,sans-serif;font-size:20px;font-weight:500;line-height:22px;color:#1e1e1e;margin:0}@media only screen and (max-width: 1023px){._columnTitle_1n600_206{font-size:18px}}@media only screen and (max-width: 767px){._columnTitle_1n600_206{font-size:16px}}._linkColumn_1n600_189>._columnTitle_1n600_206:first-child{display:block}@media only screen and (max-width: 767px){._linkColumn_1n600_189>._columnTitle_1n600_206:first-child{display:none}}._columnTitleButton_1n600_206 ._columnTitle_1n600_206{display:none}@media only screen and (max-width: 767px){._columnTitleButton_1n600_206 ._columnTitle_1n600_206{display:block}}._columnLinks_1n600_278{display:flex;flex-direction:column;gap:12px}@media only screen and (max-width: 767px){._columnLinks_1n600_278{gap:0;max-height:0;overflow:hidden;transition:max-height .3s ease}._columnLinks_1n600_278._open_1n600_237{max-height:500px;padding:12px 0}}@media only screen and (max-width: 767px){._columnLinks_1n600_278 a{padding:8px 0}}._link_1n600_189{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:22px;color:#9a98b4;text-decoration:none;transition:color .2s ease}._link_1n600_189:hover{color:#1e1e1e}._link_1n600_189._active_1n600_313{color:#4e7fdb}@media only screen and (max-width: 767px){._link_1n600_189{font-size:14px;line-height:1.4}}._contactInfo_1n600_323{display:flex;flex-direction:column;gap:12px}@media only screen and (max-width: 767px){._contactInfo_1n600_323{gap:0;max-height:0;overflow:hidden;transition:max-height .3s ease}._contactInfo_1n600_323._open_1n600_237{max-height:500px;padding:12px 0}._contactInfo_1n600_323 p{padding:6px 0}}._contactItem_1n600_344{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:22px;color:#9a98b4;margin:0}@media only screen and (max-width: 767px){._contactItem_1n600_344{font-size:14px;line-height:1.4}}._footerDivider_1n600_359{width:100%;height:1px;background:#cacaca}._copyright_1n600_365{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:22px;color:#9a98b4;text-align:center;margin:0}@media only screen and (max-width: 767px){._copyright_1n600_365{font-size:14px;line-height:1.4}}._mainSection_1tb9s_2{display:flex;flex-direction:column;min-height:100vh}._container_me6z9_2{height:100vh}*{box-sizing:border-box;padding:0;margin:0;font-family:Poppins,sans-serif}html,body{max-width:100vw;scrollbar-gutter:auto;-webkit-scrollbar-gutter:auto;font-family:Poppins,sans-serif;font-weight:400;font-size:16px;color:#fff}ul,li{list-style:none}a{color:inherit;font-size:inherit;text-decoration: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{background-color:#000}.Toastify__toast-container .Toastify__toast--error{border-left:2px solid #000000}.Toastify__toast-container .Toastify__toast--error .Toastify__toast-icon svg{fill:#000}.Toastify__toast-container .Toastify__toast--success{border-left:2px solid #00ff00}.Toastify__toast-container .Toastify__toast--success .Toastify__toast-icon svg{fill:green}.Toastify__toast-container .Toastify__toast--info{border-left:2px solid #ffffff}.Toastify__toast-container .Toastify__toast--info .Toastify__toast-icon svg{fill:#fff}.Toastify__toast-container .Toastify__close-button{align-self:center;opacity:1}.Toastify__toast-container .Toastify__close-button:hover svg{fill:#fff}.Toastify__toast-container .Toastify__close-button svg{width:16px;height:16px;transition:.3s fill;fill:#000}
