@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Unbounded:wght@200..900&display=swap";._devGateBg_1k0ek_1{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0e7ff,#f5f5f5)}._devGateForm_1k0ek_10{background:#fff;border-radius:18px;box-shadow:0 8px 32px #3c3c781f;padding:32px 28px;display:flex;flex-direction:column;gap:18px;min-width:320px;max-width:90vw;align-items:center}._devGateForm_1k0ek_10 h2{font-family:Manrope,Arial,sans-serif;font-size:22px;font-weight:700;color:#3b3b4f;margin-bottom:8px}._devGateInput_1k0ek_31{padding:10px 14px;font-size:18px;border-radius:8px;border:1px solid #bfc8e6;outline:none;transition:border .2s;width:100%;box-sizing:border-box}._devGateInput_1k0ek_31:focus{border-color:#6366f1}._devGateBtn_1k0ek_45{padding:10px 0;font-size:18px;background:linear-gradient(90deg,#6366f1,#60a5fa);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;width:100%;box-shadow:0 2px 8px #6366f114;transition:background .2s}._devGateBtn_1k0ek_45:hover{background:linear-gradient(90deg,#60a5fa,#6366f1)}._devGateError_1k0ek_62{color:#ef4444;font-size:15px;margin-top:2px;text-align:center}@media (max-width: 500px){._devGateForm_1k0ek_10{padding:18px 8px;min-width:unset}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--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-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;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{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:1;opacity:.7;transform-origin:left}.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}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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)}}._footer_15f2l_1{padding:30px;background-color:#141414;color:#767575;font-family:Manrope;font-weight:500;font-size:14px;line-height:19.12px;letter-spacing:0%;text-align:center;border-top:rgba(255,255,255,.5) .5px solid}._footer_wrapper_15f2l_15{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}._group_15f2l_22{display:flex;flex-direction:row;gap:40px}@media (max-width: 1100px){._group_15f2l_22{gap:20px}}@media (max-width: 1000px){._footer_wrapper_15f2l_15{flex-direction:column;gap:20px}._group_15f2l_22{flex-direction:column}}.container{margin:0 auto;padding:0 15px;max-width:1280px;box-sizing:border-box}.stripe{background-color:#ffffff1a;height:2px;margin:20px 0}a{text-decoration:none}._specialist_wrapper_58y28_1{display:flex;flex-direction:column;gap:30px}._specialist_wrapper__hero_58y28_6{display:flex;flex-direction:row;align-items:center;justify-content:space-between}._hero__info_58y28_12{display:flex;flex-direction:row;align-items:center;gap:12px}._hero__info_58y28_12 img{width:64px;height:64px;border-radius:10px}._info__text_58y28_24 h3{font-family:Manrope;font-weight:600;font-size:18px;line-height:24.59px;letter-spacing:0px}._info__text_58y28_24 img{width:16px;height:16px}._info__text_58y28_24 p{display:flex;align-items:center;font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._hero__btn_58y28_45{display:flex;flex-direction:row;align-items:center;gap:10px}._hero__btn_58y28_45 img{width:48px;height:48px}._hero__btn_58y28_45 button{width:120px;height:48px;border:none;border-radius:8px;background-color:#195ee6;color:#fff;font-family:Manrope;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px}._photo_card_58y28_69{width:270px;display:flex;flex-direction:column;align-items:start;gap:12px}._imageWrapper_58y28_76 img{width:270px;border-radius:10px}._imageWrapper_58y28_76{position:relative}._photo_card_58y28_69 p{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._photo_wrapper_58y28_90{display:flex;flex-direction:row;align-items:top;justify-content:space-between}._categories_58y28_96{display:flex;flex-direction:row;align-items:center;gap:10px}._categories_58y28_96 p{padding:10px 15px;background-color:#195ee60d;border-radius:24px;color:#195ee6;font-family:Manrope;font-weight:500;font-size:14px;line-height:16px;letter-spacing:0px}._category_58y28_114{position:absolute;left:10px;bottom:20px;background:#14141459;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;padding:4px 10px;border-radius:6px;font-size:13px;font-family:Manrope;font-weight:500;z-index:2}._rating_wrapper_58y28_128{display:flex;flex-direction:row;align-items:center;gap:40px}._group_58y28_134{display:flex;gap:5px}._rating_wrapper_58y28_128 p{display:flex;align-items:center;gap:5px;color:#14141480;font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._rating_wrapper_58y28_128 h3{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._rating_wrapper_58y28_128 a{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px;color:#195ee6}._stripe_58y28_165{margin:auto auto 30px;width:100%;height:1px;background-color:#195ee61a}@media (max-width: 560px){._specialist_wrapper_58y28_1{gap:20px}._photo_wrapper_58y28_90{flex-direction:column;align-items:center;gap:15px}._photo_card_58y28_69{width:100%;align-items:center}._photo_card_58y28_69 img{width:100%;max-width:270px}._categories_58y28_96{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px}._categories_58y28_96 p{width:80%;text-align:center;width:100px}._rating_wrapper_58y28_128{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px}._rating_wrapper_58y28_128 p{flex-direction:column}._info__text_58y28_24 h3{font-size:16px}}._card_9fa1y_1{display:flex;flex-direction:column;width:270px;gap:10px;margin-bottom:40px}._imageWrapper_9fa1y_9{position:relative}._imageWrapper_9fa1y_9 img{border-radius:10px;width:270px}._card_9fa1y_1 h3{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._author_9fa1y_24{display:flex;flex-direction:row;align-items:center;gap:10px}._author_9fa1y_24 img{width:40px;height:40px;border-radius:10px}._author__text_9fa1y_36 h3{font-family:Manrope;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px}._author__text_9fa1y_36 p{font-family:Manrope;font-weight:500;font-size:12px;line-height:16.39px;letter-spacing:0px}._category_9fa1y_50{position:absolute;left:10px;bottom:20px;background:#14141459;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;padding:4px 10px;border-radius:6px;font-size:13px;font-family:Manrope;font-weight:500;z-index:2}@media (max-width: 600px){._card_9fa1y_1{display:flex;flex-direction:column;width:320px;gap:10px;margin-bottom:20px}}._cardContainer_1qtwe_1{margin-top:-100px;display:flex;flex-direction:row;align-items:top;justify-content:space-between;flex-wrap:wrap}._title_1qtwe_11{font-family:Unbounded;font-weight:800;font-size:28px;line-height:34.72px;letter-spacing:0%;text-align:left}._cardContainer__popular_1qtwe_19{margin-top:30px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}@media (max-width: 1100px){._cardContainer_1qtwe_1,._cardContainer__popular_1qtwe_19{justify-content:center;gap:50px}}@media (max-width: 768px){._cardContainer_1qtwe_1,._cardContainer__popular_1qtwe_19{justify-content:space-evenly}._title_1qtwe_11{text-align:center;padding:30px}}@media (max-width: 1110px){._cardContainer_1qtwe_1>:nth-child(n+7){display:none}._cardContainer__popular_1qtwe_19>:nth-child(n+4){display:none}}._info_wrapper_jtakx_1{width:100%;height:460px;background:url(/images/infoBackground.png);background-repeat:no-repeat;background-size:cover;position:relative;z-index:1;border-radius:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;margin-bottom:80px;margin-top:80px}._info_wrapper_jtakx_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#141414e5;z-index:-1;border-radius:24px}._info_wrapper_text_jtakx_31{max-width:800px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center}._info_wrapper_text_jtakx_31 h4{max-width:327px;padding:5px 10px;border-radius:24px;font-family:Manrope;font-weight:600;font-size:14px;line-height:16px;letter-spacing:0px;color:#195ee6;background-color:#195ee61a}._info_wrapper_text_jtakx_31 h2{margin-top:12px;font-family:Unbounded;font-weight:800;font-size:36px;line-height:44.64px;letter-spacing:0%;text-align:center}._info_wrapper_text_jtakx_31 p{margin-top:20px;font-family:Manrope;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0%;text-align:center}._info_wrapper_text_jtakx_31 button{cursor:pointer;margin-top:30px;width:192px;height:48px;border:none;border-radius:24px;color:#fff;background-color:#195ee6;transition:.3s ease-in-out}._info_wrapper_jtakx_1 button:hover{background-color:#336ad8;scale:1.03}._info_wrapper_text_jtakx_31 a{color:#195ee6}@media (max-width: 405px){._info_wrapper_text_jtakx_31 h2{font-size:26px}._info_wrapper_text_jtakx_31 p{font-size:14px}}._login_wrapper_1lzvm_1{position:fixed;right:0;width:400px;height:100vh;background-color:#141414;z-index:1000;transition:right .3s ease-in-out}._login_wrapper_1lzvm_1 img{width:400px}._form_1lzvm_14{padding:40px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}._form_1lzvm_14 h3,._form_1lzvm_14 label,._form_1lzvm_14 ._error_1lzvm_24{text-align:left;width:100%}._form_1lzvm_14 p{width:100%;text-align:right;color:#fff}._form_1lzvm_14 h3{color:#fff;font-family:Unbounded;font-weight:800;font-size:20px;line-height:24.8px;letter-spacing:0%;margin-bottom:20px}._form_1lzvm_14 label{color:#767575;font-family:Manrope;font-weight:500;font-size:12px;line-height:16px;letter-spacing:0%}._form_1lzvm_14 input{margin-top:8px;margin-bottom:20px;width:300px;min-width:0;padding-left:15px;padding-right:40px;height:48px;border:none;color:#fff;background-color:#202020;border-radius:8px;outline:none;box-sizing:border-box}._form_1lzvm_14 p{color:#fff;font-family:Manrope;font-weight:400;font-size:14px;line-height:19.12px;letter-spacing:0%}._submit_btn_1lzvm_73{margin-top:20px;margin-bottom:20px;cursor:pointer;width:320px;height:48px;color:#fff;border:none;border-radius:8px;font-size:14px;background-color:#195ee6;transition:.3s ease-in-out;align-self:flex-start}._password_input_wrapper_1lzvm_87{display:flex;align-items:center;position:relative;justify-content:center}._eye_button_1lzvm_94{position:absolute;top:31%;right:10px;background:none;border:none;cursor:pointer;color:#fff}@media (max-width: 600px){._login_wrapper_1lzvm_1{top:50%;left:50%;right:auto;width:90vw;max-width:400px;height:auto;max-height:90vh;transform:translate(-50%,-50%);border-radius:16px;padding:24px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}._login_wrapper_1lzvm_1 img{width:100%;max-width:320px;height:auto;border-radius:12px;margin-bottom:12px}._form_1lzvm_14{padding:16px;width:100%;box-sizing:border-box;align-items:center;text-align:center}._form_1lzvm_14 h3,._form_1lzvm_14 p,._form_1lzvm_14 label,._form_1lzvm_14 ._error_1lzvm_24{text-align:center}._submit_btn_1lzvm_73{align-self:center}}._error_1lzvm_24{color:#ff3b3b;font-weight:400;font-size:14px;margin:8px 0;text-align:center}._input_error_1lzvm_155{border:1.5px solid #ff3b3b!important;background-color:#ff3b3b0f!important;color:#ff3b3b!important;border-radius:12px!important;transition:border .2s,background .2s}._error_block_1lzvm_165{width:300px;margin-bottom:18px;padding:12px 20px;background:#ff3b3b0f;border:1px solid #ff3b3b;color:#ff3b3b;border-radius:16px;font-size:14px;font-family:Manrope,Arial,sans-serif;font-weight:400;display:flex;align-items:center;gap:12px;box-sizing:border-box}._error_block_1lzvm_165 svg{min-width:24px;min-height:24px}._registration_wrapper_1rhxv_1{width:600px;height:100vh;background:radial-gradient(ellipse 70% 100% at 0% 0%,#195ee61f,#0000 80%),#141414;padding:40px;display:flex;flex-direction:column;gap:20px;position:fixed;z-index:1000;right:0;transition:right .3s ease-in-out;align-items:flex-start;justify-content:start;text-align:left}._registration_wrapper_1rhxv_1 h3{color:#fff;font-family:Unbounded;font-weight:800;font-size:20px;line-height:24.8px;letter-spacing:0%}._registration_wrapper_1rhxv_1 p{color:#767575;font-family:Manrope;font-weight:500;font-size:14px;line-height:19.12px;letter-spacing:0%}._btn_wrapper_1rhxv_39{display:flex;flex-direction:row;gap:10px}._active_1rhxv_44{width:100px;height:44px;background-color:#195ee6;border:none;color:#fff;font-family:Manrope;font-weight:500;font-size:14px;line-height:19.12px;letter-spacing:0px;border-radius:8px;cursor:pointer}._disactive_1rhxv_58{width:100px;height:44px;background-color:#202020;border:none;color:#fff;font-family:Manrope;font-weight:500;font-size:14px;line-height:19.12px;letter-spacing:0px;border-radius:8px;cursor:pointer}._form_1rhxv_72{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:left}._input_wrapper_1rhxv_79{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}._block_1rhxv_85{display:flex;flex-direction:column;max-width:290px;color:#767575}._block_1rhxv_85 label{font-family:Manrope;font-weight:500;font-size:14px;line-height:16px;letter-spacing:0%;text-align:left}._block_1rhxv_85 input{margin-top:8px;margin-bottom:20px;width:290px;padding-left:15px;height:48px;border:none;color:#fff;background-color:#202020;border-radius:8px;outline:none}._password_input_wrapper_1rhxv_111{display:flex;align-items:center;position:relative}._password_input_wrapper_1rhxv_111 input{flex:1;padding-right:137px}._eye_button_1rhxv_120{position:absolute;top:31%;right:10px;background:none;border:none;cursor:pointer;color:#fff}._policy_block_1rhxv_129{width:100%;display:flex;flex-direction:row;justify-content:flex-start;gap:10px;margin-bottom:30px;padding-left:40px;padding-right:40px}._policy_block_1rhxv_129 p{font-family:Manrope;font-weight:400;font-size:14px;line-height:19.12px;letter-spacing:0%;text-align:right}._policy_block_1rhxv_129 a{font-family:Manrope;font-weight:400;font-size:14px;line-height:19.12px;letter-spacing:0%;text-align:right;color:#195ee6}._submit_btn_1rhxv_156{margin-top:20px;margin-bottom:20px;cursor:pointer;width:169px;height:48px;color:#fff;border:none;border-radius:8px;font-size:14px;background-color:#195ee6;transition:.3s ease-in-out;align-self:flex-start}._submit_btn_disabled_1rhxv_170{background-color:#202020;color:#bdbdbd;cursor:not-allowed}._text_wrapper_1rhxv_175{display:flex;flex-direction:column;max-width:500px;gap:30px;align-items:center;justify-content:center;text-align:left}._gap_1rhxv_184{display:flex;flex-direction:column;gap:7px}._blue_1rhxv_189{color:#195ee6}._white_1rhxv_192{color:#fff}._line_1rhxv_195{display:flex;gap:5px}._text_wrapper_1rhxv_175 h1{font-family:Unbounded;font-weight:800;font-size:20px;line-height:100%;letter-spacing:0%;text-transform:uppercase}._text_wrapper_1rhxv_175 p{font-weight:400;font-size:16px;line-height:150%;letter-spacing:0%}._codeInput_1rhxv_213{transition:box-shadow .2s}._codeInput_1rhxv_213:focus{box-shadow:0 0 0 2px #195ee6}._input_error_1rhxv_219{border:1.5px solid #ff3b3b!important;background-color:#ff3b3b0f!important;color:#ff3b3b!important;border-radius:12px!important;transition:border .2s,background .2s}._error_block_1rhxv_228{width:100%;margin-bottom:18px;padding:12px 20px;background:#ff3b3b0f;border:1px solid #ff3b3b;color:#ff3b3b;border-radius:16px;font-size:14px;font-family:Manrope,Arial,sans-serif;font-weight:400;display:flex;align-items:center;gap:12px;box-sizing:border-box}._error_block_1rhxv_228 svg{min-width:24px;min-height:24px}@media (max-width: 600px){._registration_wrapper_1rhxv_1{position:fixed;top:50%;left:50%;right:auto;width:95vw;max-width:400px;height:auto;max-height:90vh;transform:translate(-50%,-50%);border-radius:16px;padding:24px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow-y:auto}._form_1rhxv_72{padding:16px;width:100%;box-sizing:border-box}._text_wrapper_1rhxv_175{padding:0 8px;width:100%;box-sizing:border-box}._input_wrapper_1rhxv_79{flex-direction:column;align-items:center;justify-content:center;text-align:left}._registration_wrapper_1rhxv_1,._form_1rhxv_72,._text_wrapper_1rhxv_175,._gap_1rhxv_184,._policy_block_1rhxv_129{align-items:center;text-align:left}._submit_btn_1rhxv_156{align-self:center}}._form_1rhxv_72 h3,._form_1rhxv_72 p,._form_1rhxv_72 label,._form_1rhxv_72 ._error_1rhxv_228{text-align:left;width:100%}._error_1rhxv_228{color:#ff3b3b;font-weight:400;font-size:14px;margin:8px 0;text-align:center}._button_f1ebz_1{cursor:pointer;border:none;justify-content:center;border-radius:8px;font-size:14px;transition:.3s ease-in-out;padding:10px 20px;font-weight:500;display:flex;align-items:center;gap:10px}._primary_f1ebz_17{background-color:#195ee6;color:#fff}._primary_f1ebz_17:hover{background-color:#336ad8}._secondary_f1ebz_26{background-color:#202020;color:#fff}._secondary_f1ebz_26:hover{background-color:#353535}._default_f1ebz_34{background-color:#d2dfff80;color:#195ee680}._default_f1ebz_34:hover{background-color:#d2dfff}._header_wrapper_1u1hw_1{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:40px 0;background-color:transparent;position:relative}._logo_1u1hw_10{width:100%;height:100%;object-fit:contain}._header_wrapper__logo_1u1hw_15{width:150px;height:30px;overflow:hidden;position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:2}._header_wrapper__nav_1u1hw_26{display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);gap:40px;z-index:1}._header_wrapper__nav_1u1hw_26 ul{color:#fff;display:flex;flex-direction:row;justify-content:space-between;list-style:none;overflow:hidden;gap:40px}._header_wrapper__nav_1u1hw_26 li{cursor:pointer;font-weight:500;font-size:14px;transition:.3s ease-in-out}._header_wrapper__nav_1u1hw_26 li:hover{scale:1.03}._header_wrapper__buttons_1u1hw_60{display:flex;flex-direction:row;align-items:center;gap:10px;overflow:hidden;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:2}._header_wrapper__login_1u1hw_73{cursor:pointer;width:90px;height:48px;color:#fff;border:none;border-radius:8px;font-size:14px;background-color:#202020;transition:.3s ease-in-out}._header_wrapper__registration_1u1hw_85{cursor:pointer;width:193px;height:48px;color:#fff;border:none;border-radius:8px;font-size:14px;background-color:#195ee6;transition:.3s ease-in-out}._header_wrapper__addProject_1u1hw_96{padding:15px 20px}._header_wrapper__login_1u1hw_73:hover{background-color:#353535}._header_wrapper__registration_1u1hw_85:hover{background-color:#336ad8}._stripe_1u1hw_108{height:1px;background-color:#ffffff26}._navContentWrapper_1u1hw_112{display:flex;align-items:center;justify-content:center;width:100%;max-width:1000px;margin:0 auto;gap:40px}@media (max-width: 1250px){._header_wrapper__nav_1u1hw_26{display:flex;flex-direction:row;justify-content:end;align-items:center;gap:50px}}@media (max-width: 1100px){._header_wrapper__nav_1u1hw_26{width:75%}._header_wrapper__nav_1u1hw_26 ul{gap:20px}}@media (max-width: 950px){._header_wrapper_1u1hw_1{padding:20px;position:relative;z-index:10;justify-content:space-between}._header_wrapper__logo_1u1hw_15{position:static;transform:none;margin-bottom:0}._burger_1u1hw_152{display:block;width:30px;height:24px;position:relative;cursor:pointer;z-index:1001}._burger_1u1hw_152 span,._burger_1u1hw_152:before,._burger_1u1hw_152:after{content:"";position:absolute;width:30px;height:4px;background-color:#fff;border-radius:2px;transition:.3s ease-in-out}._burger_1u1hw_152:before{top:0}._burger_1u1hw_152:after{bottom:0}._burger_1u1hw_152 span{top:10px}._burger_1u1hw_152._open_1u1hw_180 span{opacity:0}._burger_1u1hw_152._open_1u1hw_180:before{transform:translateY(10px) rotate(45deg)}._burger_1u1hw_152._open_1u1hw_180:after{transform:translateY(-10px) rotate(-45deg)}._header_wrapper__nav_1u1hw_26{position:fixed;left:auto;top:0;right:-300px;width:300px;height:100vh;background-color:#000;transition:right .3s ease-in-out;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:40px;z-index:1000;gap:0px;transform:none}._header_wrapper__nav_1u1hw_26._open_1u1hw_180{right:0}._navContentWrapper_1u1hw_112{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:100%;margin:0;gap:24px}._header_wrapper__nav_1u1hw_26 ul{flex-direction:column;align-items:center;gap:15px;list-style:none;padding:0;margin:0}._header_wrapper__buttons_1u1hw_60{display:flex;flex-direction:column;gap:16px;margin-top:0;align-items:center;position:static;transform:none}._header_wrapper__logo_1u1hw_15{margin-bottom:16px;position:static;transform:none}._backdrop_1u1hw_242{position:fixed;top:0;left:0;width:100vw;height:120vh;background-color:#1414144d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out}._backdrop_1u1hw_242._open_1u1hw_180{opacity:1;visibility:visible}._navContentWrapper_1u1hw_112{margin-top:50px}}@media (max-width: 600px){._login_wrapper_1u1hw_264,._registrationWrapper_1u1hw_265{top:50%;left:50%;right:auto;width:90vw;max-width:400px;height:auto;max-height:90vh;transform:translate(-50%,-50%);border-radius:16px;padding:24px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}._registrationWrapper_1u1hw_265{max-width:680px}._login_wrapper_1u1hw_264 img{width:100%;max-width:320px;height:auto;border-radius:12px;margin-bottom:12px}._form_1u1hw_292{padding:16px;width:100%;box-sizing:border-box}._navContentWrapper_1u1hw_112{margin-top:50px}}._background_5jw5n_1{z-index:1;height:650px;width:100%;background:linear-gradient(180deg,#141414 23%,#14141400),url(/images/homeBackground.png);background-repeat:no-repeat;background-size:cover}._wrapper_5jw5n_12{overflow:hidden;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin:130px auto auto;max-width:720px}._wrapper_5jw5n_12 h1{font-family:Unbounded;font-weight:800;font-size:36px;line-height:44.64px;letter-spacing:0%}._wrapper_5jw5n_12 p{max-width:500px;margin-top:10px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0%;text-align:center}._wrapper_5jw5n_12 button{cursor:pointer;margin-top:30px;width:220px;height:50px;border:none;border-radius:8px;background-color:#195ee6;color:#fff;font-family:Manrope;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px;transition:.3s ease-in-out}._wrapper_5jw5n_12 button:hover{background-color:#336ad8;scale:1.03}@media (max-width: 700px){._wrapper_5jw5n_12{max-width:550px}._wrapper_5jw5n_12 h1{font-size:28px}}@media (max-width: 560px){._wrapper_5jw5n_12{max-width:450px}._wrapper_5jw5n_12 h1{font-size:28px}._wrapper_5jw5n_12 p{margin-top:20px;font-size:16px}}@media (max-width: 480px){._wrapper_5jw5n_12 h1{font-size:28px;line-height:29.68px}._wrapper_5jw5n_12 p{font-size:14px;max-width:390px}}@media (max-width: 440px){._wrapper_5jw5n_12{max-width:400px}._wrapper_5jw5n_12 h1{font-size:24px;line-height:29.68px}._wrapper_5jw5n_12 p{font-size:14px;max-width:350px}}._title_7gbzf_1{margin:20px auto 30px;padding:0 15px;max-width:1280px;box-sizing:border-box;font-family:Unbounded;font-weight:800;font-size:28px;line-height:34.72px;letter-spacing:0%;text-align:left}._specialist_button_wrapper_7gbzf_15{margin:20px auto 0;padding:0 15px;max-width:1280px;box-sizing:border-box;display:flex;justify-content:center}._specialist_button_7gbzf_15{width:168px;height:48px;font-family:Manrope;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px;color:#195ee6;background-color:#195ee60d;border:none;border-radius:8px;cursor:pointer;transition:.3s ease-in-out}._specialist_button_7gbzf_15:hover{scale:1.03}._wrapper_o9a9i_1{display:flex;flex-direction:column}._card_o9a9i_5{background:#181818;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:24px;min-width:320px;max-width:400px;width:100%;display:flex;flex-direction:column;gap:16px}._header_o9a9i_17{display:flex;align-items:center;gap:16px}._avatar_o9a9i_22{width:56px;height:56px;border-radius:50%;object-fit:cover}._name_o9a9i_28{font-size:18px;font-weight:700;color:#fff}._city_o9a9i_33{font-size:14px;color:#aaa}._projects_o9a9i_37{display:flex;flex-direction:column;gap:12px}._project_o9a9i_37{display:flex;align-items:center;gap:12px;background:#222;border-radius:8px;padding:8px 12px}._projectImg_o9a9i_50{width:48px;height:48px;border-radius:8px;object-fit:cover}._projectInfo_o9a9i_56{display:flex;flex-direction:column}._projectName_o9a9i_60{font-size:15px;color:#fff}._projectCategory_o9a9i_64{font-size:13px;color:#aaa}._projectsContainer_9dxzy_1{max-width:1280px;margin:40px auto 0;width:100%;padding:0 16px;box-sizing:border-box}._card_wrapper_9dxzy_9{display:flex;justify-content:space-between;flex-wrap:wrap}@media (max-width: 600px){._card_wrapper_9dxzy_9{justify-content:center}}._wrapper_ulsyr_1{display:flex;gap:20px;align-items:flex-start}._line_ulsyr_7{display:flex;align-items:center;gap:10px}._block_ulsyr_12 h1{font-family:Unbounded;font-weight:800;font-size:20px;margin-bottom:20px}._line_city_ulsyr_18{display:flex;justify-content:space-between}._line_city_ulsyr_18 h4{font-family:Manrope;font-weight:400;font-size:16px;line-height:150%;color:#14141480}._line_wrapper_ulsyr_29{display:flex;flex-direction:column;gap:10px}._block_wrapper_ulsyr_34{min-width:250px;max-width:100%;width:auto;padding:40px;border:1px solid #195ee61a;box-shadow:0 1px 1px #1e3c720d;border-radius:20px;margin-bottom:30px;display:inline-block}._big_wrapper_ulsyr_45{min-width:350px;max-width:100%;width:100%;flex:1 1 0;padding:40px;border:1px solid #195ee61a;box-shadow:0 1px 1px #1e3c720d;border-radius:20px;margin-bottom:30px;display:inline-block}._social_ulsyr_57{display:flex;flex-direction:column;gap:10px;margin-top:15px}._social_ulsyr_57 p{font-family:Manrope;font-weight:400;font-size:14px;line-height:150%;color:#14141480}._icons_ulsyr_70{display:flex;align-items:center;gap:20px}._icons_ulsyr_70 img{width:35px}@media (max-width: 900px){._wrapper_ulsyr_1{flex-direction:column;gap:16px;align-items:stretch}._block_wrapper_ulsyr_34,._big_wrapper_ulsyr_45{width:100%;min-width:0;max-width:100%;padding:24px;margin-bottom:20px;box-sizing:border-box;display:block;flex:unset}}@media (max-width: 600px){._block_ulsyr_12 h1{font-size:16px;margin-bottom:12px}._block_wrapper_ulsyr_34,._big_wrapper_ulsyr_45{padding:12px;border-radius:12px}._line_city_ulsyr_18 h4,._social_ulsyr_57 p{font-size:13px}._icons_ulsyr_70 img{width:28px}}@media (max-width: 400px){._block_wrapper_ulsyr_34,._big_wrapper_ulsyr_45{padding:6px;border-radius:8px}._block_ulsyr_12 h1{font-size:13px}}._background_1ydeb_1{z-index:1;height:650px;width:100%;background:radial-gradient(circle,#00000080,#0000 70%),linear-gradient(150deg,#141414 23%,#14141400),url(/images/profileBackground.png);background-repeat:no-repeat;background-size:cover}._user_info_1ydeb_13{color:#fff;display:flex;justify-content:space-between;margin-top:30px}._user_info__details_1ydeb_19{display:flex;gap:30px}._user_info_1ydeb_13 h1{font-family:Unbounded;font-weight:800;font-size:24px;line-height:100%}._user_info_1ydeb_13 p{font-weight:400;font-size:16px;line-height:150%}._user_logo_1ydeb_34{display:flex;justify-content:center;margin-top:150px}._user_logo_1ydeb_34 img{width:150px;height:150px;border-radius:20px}._user_stats_1ydeb_44{margin-top:140px;display:flex;justify-content:space-between;align-items:center;color:#fff}._stats_1ydeb_51{display:flex;gap:20px}._inf_1ydeb_55{display:flex;gap:10px;width:75px}._inf_1ydeb_55 img{width:25px;height:25px}._inf_1ydeb_55 p{font-weight:400;font-size:16px}._settingsBtn_1ydeb_68{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 20px;background-color:#202020;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:none;border-radius:8px;font-size:14px;color:#fff}._settingsBtn_1ydeb_68:hover{background-color:#353535;transition:.3s ease-in-out}._settingsBtn_1ydeb_68 p{font-weight:600;font-size:14px}._btn_container_1ydeb_91{display:flex;flex-wrap:wrap;flex-direction:row;gap:20px;margin-top:50px;margin-bottom:20px}@media (max-width: 1024px){._background_1ydeb_1{height:500px}._user_logo_1ydeb_34{margin-top:80px}._user_stats_1ydeb_44{margin-top:60px;gap:20px}._stats_1ydeb_51{justify-content:center}}@media (max-width: 768px){._background_1ydeb_1{height:400px;padding-bottom:30px}._user_info_1ydeb_13{flex-direction:column;align-items:flex-start;margin-top:20px;gap:10px}._user_info__details_1ydeb_19{gap:10px;font-size:14px}._user_logo_1ydeb_34{margin-top:40px}._user_logo_1ydeb_34 img{width:100px;height:100px}._user_stats_1ydeb_44{margin-top:70px;gap:16px}._stats_1ydeb_51{gap:10px}._inf_1ydeb_55{gap:6px}._inf_1ydeb_55 img{width:20px;height:20px}._settingsBtn_1ydeb_68{padding:8px 14px;font-size:12px}}@media (max-width: 480px){._background_1ydeb_1{height:auto;padding-bottom:20px}._user_logo_1ydeb_34 img{width:70px;height:70px}._user_stats_1ydeb_44{margin-top:40px;flex-direction:column;align-items:start}._user_info_1ydeb_13 h1{font-size:18px}._user_info_1ydeb_13 p,._inf_1ydeb_55 p{font-size:12px}._settingsBtn_1ydeb_68{font-size:11px;padding:6px 10px}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #202020 inset!important;box-shadow:0 0 0 1000px #202020 inset!important;-webkit-text-fill-color:#fff!important;color:#fff!important;border:none!important;outline:none!important;border-radius:8px!important;background-color:#202020!important;filter:none!important;transition:background-color 5000s ease-in-out 0s!important}input:-moz-autofill{box-shadow:0 0 0 1000px #202020 inset!important;-moz-text-fill-color:#fff!important;color:#fff!important;border:none!important;outline:none!important;border-radius:8px!important;background-color:#202020!important;filter:none!important;transition:background-color 5000s ease-in-out 0s!important}._form_group_1b5ic_29{display:flex;flex-direction:column;width:300px}._form_group_1b5ic_29 label{font-size:14px;color:#ffffff80;margin-bottom:5px}._form_group_1b5ic_29 input{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:10px;color:#fff;font-size:16px;outline:none}._form_group_1b5ic_29 select{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:9px;color:#fff;font-size:16px;outline:none}._form_group_1b5ic_29 select option{background-color:#232323;color:#fff}._form_group_1b5ic_29 textarea{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:10px;color:#fff;font-size:16px;outline:none;resize:none;min-height:unset;width:560px;height:250px;box-sizing:border-box}@media (max-width: 600px){._form_group_1b5ic_29 textarea{width:300px;height:150px}}._background_35e0m_1{z-index:1;height:250px;width:100%;background:radial-gradient(circle,#00000080,#0000 70%),linear-gradient(150deg,#141414 23%,#14141400),url(/images/profileBackground.png);background-repeat:no-repeat;background-size:cover;background-position:center}._user_info_35e0m_14{color:#fff;display:flex;justify-content:space-between;margin-top:30px}._user_info__details_35e0m_20{display:flex;gap:30px}._user_info_35e0m_14 h1{font-family:Unbounded;font-weight:800;font-size:24px;line-height:100%}._user_info_35e0m_14 p{font-weight:400;font-size:16px;line-height:150%}._btn_wrapper_35e0m_35{margin-top:35px;display:flex;align-items:center;flex-wrap:wrap;gap:10px}@media (max-width: 540px){._background_35e0m_1{height:300px}._user_info_35e0m_14 h1{font-size:20px}}._profile_account_1vift_1{display:flex;flex-direction:column;background-color:#141414;color:#fff;padding-bottom:50px}._wrapper_1vift_8 h2{font-family:Unbounded;font-weight:800;font-size:24px;padding:40px 0 20px}._form_1vift_14{display:flex;flex-wrap:wrap;padding:20px 0;gap:20px}._form_group_1vift_20{display:flex;flex-direction:column;width:300px}._form_group_1vift_20 label{font-size:14px;color:#ffffff80;margin-bottom:5px}._form_group_1vift_20 input{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:10px;color:#fff;font-size:16px;outline:none}._group_1vift_39{max-width:300px}._label_1vift_42{font-size:12px;color:#ffffff80;margin-bottom:5px}._wrapper_1vift_8 h3{font-family:Manrope;font-weight:400;font-size:18px;color:#ffffff80;padding:10px 10px 10px 40px}._btn_container_1vift_55{display:flex;flex-wrap:wrap;gap:20px}._submit_btn_1vift_60{height:40px;margin-top:25px}@media (min-height: 930px){._form_1vift_14{height:15vh}}@media (max-width: 600px){._wrapper_1vift_8 h2{font-size:18px;padding:24px 16px 12px}._form_1vift_14{flex-direction:column;padding:12px 8px;gap:12px;align-items:center}._form_group_1vift_20{width:100%}._profile_account_1vift_1{align-items:center;text-align:center}._btn_container_1vift_55{flex-direction:column;align-items:center}._submit_btn_1vift_60{margin-top:0;width:150px}}@media (max-width: 400px){._wrapper_1vift_8 h2{font-size:15px;padding:12px 4px 8px}._form_1vift_14{padding:6px 2px}}._settings_container_1vift_105{max-width:1280px;margin:0 auto;width:100%;padding:0 16px;box-sizing:border-box}._main_container_1vift_112{width:100%;background-color:#141414}._profile_decor_656e2_1{display:flex;flex-direction:column;background-color:#141414;color:#fff;padding-bottom:50px}._wrapper_656e2_8 h2{font-family:Unbounded;font-weight:800;font-size:24px;padding:40px 0 20px}._form_656e2_14{display:flex;padding:20px 0;gap:20px}._form_group_656e2_19{display:flex;flex-direction:column;width:300px}._form_656e2_14 label{font-size:16px;margin-bottom:5px}._form_656e2_14{display:flex;justify-content:space-between}._img_form_656e2_32{display:flex}._img_form2_656e2_35{display:flex;flex-direction:column}._btn_container_656e2_39{display:flex;flex-direction:column;gap:10px}._btn_656e2_39{width:120px;height:40px}._fileInput_656e2_49{appearance:none;-webkit-appearance:none;background:#195ee6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s ease-in-out;width:120px;height:40px}._fileInput_656e2_49:hover{background:#336ad8}._fileInput_656e2_49:disabled{background:#b3c6e6;cursor:not-allowed}._coverImage_656e2_73{max-width:90%}._settings_container_656e2_76{max-width:1280px;margin:0 auto;width:100%;padding:0 16px;box-sizing:border-box}._main_container_656e2_83{width:100%;background-color:#141414}@media (max-width: 600px){._wrapper_656e2_8 h2{font-size:18px;padding:24px 0 12px}._form_656e2_14{flex-direction:column;padding:12px 0;gap:12px}._form_group_656e2_19{width:100%}._btn_656e2_39{width:100%;min-width:100px;height:36px}._coverImage_656e2_73{max-width:100%;height:auto}}@media (max-width: 400px){._wrapper_656e2_8 h2{font-size:15px;padding:12px 0 8px}._form_656e2_14{padding:6px 0}}._profile_info_mzxop_1{display:flex;flex-direction:column;background-color:#141414;color:#fff;padding-bottom:50px}._wrapper_mzxop_8 h2{font-family:Unbounded;font-weight:800;font-size:24px;padding:40px 0 20px}._form_mzxop_14{display:flex;flex-wrap:wrap;padding:20px 0;gap:20px}._form_group_mzxop_20{display:flex;flex-direction:column;width:300px}._form_group_mzxop_20 label{font-size:14px;color:#ffffff80;margin-bottom:5px}._form_group_mzxop_20 input{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:10px;color:#fff;font-size:16px;outline:none}._group_mzxop_39{max-width:300px}._label_mzxop_42{font-size:12px;color:#ffffff80;margin-bottom:5px}._wrapper_mzxop_8 h3{font-family:Manrope;font-weight:400;font-size:18px;color:#ffffff80;padding:10px 10px 10px 40px}._settings_container_mzxop_55{max-width:1280px;margin:0 auto;width:100%;padding:0 16px;box-sizing:border-box}._main_container_mzxop_62{width:100%;background-color:#141414}@media (max-width: 600px){._wrapper_mzxop_8 h2{font-size:18px;padding:24px 16px 12px}._form_mzxop_14{flex-direction:column;padding:12px 8px;gap:12px;align-items:center}._form_group_mzxop_20{width:100%}._profile_info_mzxop_1{align-items:center;text-align:center}}@media (max-width: 400px){._wrapper_mzxop_8 h2{font-size:15px;padding:12px 4px 8px}._form_mzxop_14{padding:6px 2px}}._profile_notifications_eu049_1{display:flex;flex-direction:column;background-color:#141414;color:#fff;padding-bottom:50px}._wrapper_eu049_8 h2{font-family:Unbounded;font-weight:800;font-size:24px;padding:40px 0 20px}._form_eu049_14{display:flex;flex-direction:column;padding:20px 0;gap:20px;height:37vh}._form_group_eu049_22{display:flex;gap:10px}._form_group_eu049_22 label{font-weight:400;font-size:16px}._stripe_eu049_30{width:100%;height:1px;background-color:#ffffff1a;margin-bottom:20px}@media (min-height: 854px){._form_eu049_14{height:50vh}}@media (min-height: 1060px){._form_eu049_14{height:55vh}}@media (max-width: 600px){._wrapper_eu049_8{display:flex;flex-direction:column;justify-content:center;align-items:center}._wrapper_eu049_8 h2{font-size:18px;padding:24px 16px 12px}._form_eu049_14{padding:12px 8px;gap:12px}}@media (max-width: 400px){._wrapper_eu049_8 h2{font-size:15px;padding:12px 4px 8px}._form_eu049_14{padding:6px 2px}}._settings_container_eu049_71{max-width:1280px;margin:0 auto;width:100%;padding:0 16px;box-sizing:border-box}._main_container_eu049_78{width:100%;background-color:#141414}*{margin:0;padding:0;font-family:Manrope,serif}body{background-color:#fff}
