._customToast_1lv1e_1{display:flex;width:100%}._customToast_1lv1e_1 ._content_1lv1e_5{display:flex;flex-direction:column;gap:20px;flex:1}._customToast_1lv1e_1 ._title_1lv1e_11{color:#fff;font-size:24px;font-weight:500;line-height:24px}._customToast_1lv1e_1 ._message_1lv1e_17{color:#fff;font-size:18px;font-weight:500;line-height:24px}._iconWrapper_1lv1e_24{display:flex;align-items:center;gap:8px}._iconTitle_1lv1e_30{color:#fff;font-size:24px;font-weight:500;line-height:24px}: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)}}._spinner_srds4_1{border:5px solid;border-color:#ff3d00 transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:_rotation_srds4_1 1s linear infinite}._green_srds4_10{border-color:#b2affe transparent}._white_srds4_14{border-color:#ffffff transparent}._red_srds4_18{border-color:#fb3e3e transparent}._tiny_srds4_22{width:24px;height:24px;font-size:3px}._small_srds4_28{width:32px;height:32px;font-size:4px}._medium_srds4_34{width:40px;height:40px}._large_srds4_39{width:48px;height:48px;font-size:6px}@keyframes _rotation_srds4_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._button_1ie5o_1{position:relative;display:flex;justify-content:center;align-items:center;gap:8px;border-radius:10px;opacity:1;white-space:nowrap;transition:all .2s ease;cursor:pointer}._button_1ie5o_1:disabled{opacity:.4;cursor:not-allowed}._primary_1ie5o_19{border:1px solid rgba(178,175,254,.6);background:linear-gradient(180deg,#a7a3ff,#b2affe99);box-shadow:0 8px 16px #25237652,0 2px 6px #f0f0ffcc inset;color:#fff;text-align:center;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:18px;transition:all .2s ease}._primary_1ie5o_19:hover{transition:all .2s ease;background:linear-gradient(180deg,#a7a3ff,#b2affe)}._transparent_1ie5o_37{color:#fff;border-radius:10px;border:1px solid #ffffff;background-color:transparent}._transparent_1ie5o_37:hover{transition:all .2s ease;background:linear-gradient(180deg,#a7a3ff0f,#b2affe0f)}._large_1ie5o_48{height:54px;padding:12px}._medium_1ie5o_53{height:38px;padding:10px}._full_1ie5o_58{width:100%}._auto_1ie5o_62{width:auto}._spinner_1ie5o_66{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);line-height:0}._aboutUsScreen_v6i5j_1{display:flex;align-items:center;gap:20px;width:100%;padding-left:20px}@media only screen and (max-width: 1023px){._aboutUsScreen_v6i5j_1{padding-left:0}}@media only screen and (max-width: 767px){._aboutUsScreen_v6i5j_1{flex-direction:column}}._aboutUsLeftBlock_v6i5j_19{border-radius:20px;border:1px solid rgba(178,175,254,.6);background-image:url(/images/about-us.webp);background-repeat:no-repeat;background-size:100% 226px;width:100%;height:874px;padding:168px 20px 0}@media only screen and (max-width: 1280px){._aboutUsLeftBlock_v6i5j_19{padding:120px 20px}}@media only screen and (max-width: 767px){._aboutUsLeftBlock_v6i5j_19{padding:120px 10px 10px;height:auto;background-size:100% 120px}}._aboutUsLeftBlockTitle_v6i5j_42{color:#fff;font-size:40px;font-weight:500;margin-bottom:10px}@media only screen and (max-width: 767px){._aboutUsLeftBlockTitle_v6i5j_42{font-size:30px}}._aboutUsLeftBlockDescription_v6i5j_54{color:#fffc;font-size:18px;font-weight:500;line-height:normal;margin-bottom:60px}@media only screen and (max-width: 767px){._aboutUsLeftBlockDescription_v6i5j_54{margin-bottom:20px}}._aboutUsLeftBlockOptions_v6i5j_67{display:flex;flex-direction:column;gap:16px}._aboutUsLeftBlockItem_v6i5j_73{display:flex;align-items:center;gap:8px}._aboutUsLeftBlockItemDescription_v6i5j_79{color:#fffc;font-size:16px;font-weight:500;line-height:20px;max-width:468px;width:100%}._aboutUsLeftBlockItemIcon_v6i5j_88{width:40px;height:40px}._aboutUsRightBlockTitle_v6i5j_93{color:#fffc;font-size:28px;font-weight:500;line-height:normal;margin-bottom:32px}._aboutUsRightBlock_v6i5j_93{border-radius:20px;border:1px solid rgba(178,175,254,.6);padding:168px 20px;width:100%;height:874px}@media only screen and (max-width: 1280px){._aboutUsRightBlock_v6i5j_93{padding:60px 20px}}@media only screen and (max-width: 767px){._aboutUsRightBlock_v6i5j_93{border-radius:0;border:none;padding:0 0 20px;height:auto}}._textMark_v6i5j_122{color:#b2affe;font-size:18px;font-weight:500;line-height:normal}._aboutUsRightBlockItem_v6i5j_129{color:#fffc;font-size:18px;font-weight:500;line-height:normal}._aboutUsRightBlockOptions_v6i5j_136{margin-bottom:32px}._aboutUsRightBlockButton_v6i5j_140{min-width:220px;width:auto;margin-top:32px}._radio_173br_1{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;width:20px;height:20px;opacity:0}._disabled_173br_11{opacity:.4}._disabled_173br_11 ._label_173br_14{cursor:default}._customRadio_173br_18{display:flex;align-items:center;gap:8px;position:relative;cursor:pointer}._label_173br_14{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:transparent;border-radius:50%;border:3px solid rgba(255,255,255,.8);position:relative;cursor:pointer;transition:background-color .3s ease,border-color .3s ease}._radio_173br_1:checked~._label_173br_14{border-color:#b2affe}._label_173br_14:before{content:"";display:block;width:10px;height:10px;border-radius:50%;background-color:#b2affe;opacity:0;transform:scale(0);transition:all .2s ease;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0)}._radio_173br_1:checked~._label_173br_14:before{opacity:1;transform:translate(-50%,-50%) scale(1)}._text_173br_66{color:#fffc;font-size:20px;font-weight:600;cursor:pointer;transition:all .2s ease}._radio_173br_1:checked~._text_173br_66{color:#b2affe}._select_5xim4_1{position:relative;width:100%;z-index:1}._select_5xim4_1._open_5xim4_6{z-index:100}._trigger_5xim4_10{display:flex;height:48px;padding:10px 16px;align-items:center;justify-content:space-between;gap:8px;border-radius:10px;border:1px solid rgba(255,255,255,.8);background:transparent;cursor:pointer;transition:all .3s ease}._trigger_5xim4_10:hover,._open_5xim4_6 ._trigger_5xim4_10{border-color:#b2affe}._disabled_5xim4_31{opacity:.5;cursor:not-allowed}._disabled_5xim4_31 ._trigger_5xim4_10{cursor:not-allowed}._disabled_5xim4_31 ._trigger_5xim4_10:hover{border-color:#fffc}._value_5xim4_42{color:#fffc;font-size:20px;font-weight:500;line-height:normal;flex:1;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._arrow_5xim4_55{transition:transform .2s ease}._open_5xim4_6 ._arrow_5xim4_55{transition:transform .2s ease;transform:rotate(180deg)}._dropdown_5xim4_64{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:100;border-radius:10px;border:1px solid rgba(255,255,255,.8);background:radial-gradient(1263.09% 138.26% at .8% 99.83%,#25237600 20.99%,#25237699),#000;max-height:240px;overflow:hidden;animation:_fadeIn_5xim4_1 .2s ease}@keyframes _fadeIn_5xim4_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._optionsList_5xim4_88{max-height:240px;overflow-y:auto}._optionsList_5xim4_88::-webkit-scrollbar{width:3px}._optionsList_5xim4_88::-webkit-scrollbar-track{background:transparent;border-radius:5px}._optionsList_5xim4_88::-webkit-scrollbar-thumb{background:#b2affe99;border-radius:5px}._optionsList_5xim4_88::-webkit-scrollbar-thumb:hover{background:#b2affe}._option_5xim4_88{display:flex;padding:10px 16px;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:16px;font-weight:400;line-height:normal;cursor:pointer;transition:all .2s ease}._option_5xim4_88:hover{background:#b2affe1a;color:#b2affe}._option_5xim4_88._selected_5xim4_124{background:#b2affe33;color:#b2affe}._formWrapper_p47ai_1{display:flex;border-radius:20px;border:1px solid rgba(178,175,254,.6);width:100%;padding:20px;height:874px}@media only screen and (max-width: 1280px){._formWrapper_p47ai_1{padding:10px}}@media only screen and (max-width: 1023px){._formWrapper_p47ai_1{height:auto}}._formContent_p47ai_20{display:flex;flex-direction:column;justify-content:center}._title_p47ai_26{color:#fff;font-size:24px;font-weight:500;margin-bottom:40px}._genderGroup_p47ai_33{display:flex;align-items:center;gap:40px}@media only screen and (max-width: 1280px){._genderGroup_p47ai_33{flex-direction:column;align-items:flex-start;gap:24px}}._fieldGeneralLabel_p47ai_46{color:#fffc;font-size:20px;font-weight:500;line-height:48px}@media only screen and (max-width: 1280px){._fieldGeneralLabel_p47ai_46{line-height:normal}}._fieldLabel_p47ai_58{color:#fffc;font-size:20px;font-weight:500;white-space:nowrap}._radioGroup_p47ai_65{display:flex;flex-wrap:wrap;gap:20px 38px}._groupWrapper_p47ai_71{display:flex;flex-direction:column;gap:58px}@media only screen and (max-width: 1280px){._groupWrapper_p47ai_71{gap:32px}}._birthdaySection_p47ai_82{display:flex;gap:31px}@media only screen and (max-width: 1280px){._birthdaySection_p47ai_82{flex-direction:column;align-items:flex-start;gap:24px}}._dateGroupWrapper_p47ai_94{display:flex;flex-direction:column;gap:24px;width:100%}._dateRow_p47ai_101{display:flex;align-items:center;gap:20px}._dateSelect_p47ai_107{max-width:fit-content}._dateGroup_p47ai_94{display:flex;gap:8px;align-items:center}._submitButtonWrapper_p47ai_117{display:flex;justify-content:flex-start}._submitButton_p47ai_117{min-width:220px;width:auto}._wrapper_usfj8_1{display:flex;flex-direction:column;gap:35px;width:100%}._title_usfj8_8{color:#fff;font-size:24px;font-weight:500;line-height:normal}._track_usfj8_15{position:relative;width:100%;height:9px;border-radius:100px;background:#504bba;overflow:hidden}._bar_usfj8_24{position:absolute;top:0;left:0;height:100%;width:60%;background:linear-gradient(180deg,#a7a3ff,#b2affe99);border-radius:100px;animation:_slide_usfj8_1 1.5s ease-in-out infinite}@keyframes _slide_usfj8_1{0%{left:-60%}to{left:100%}}._wrapper_7qoev_1{display:flex;border-radius:20px;border:1px solid rgba(178,175,254,.6);width:100%;padding:20px;min-height:500px;height:874px}@media only screen and (max-width: 1280px){._wrapper_7qoev_1{padding:10px}}@media only screen and (max-width: 1023px){._wrapper_7qoev_1{height:auto}}._loading_7qoev_21{display:flex;align-items:center;justify-content:center;width:100%}._result_7qoev_28{display:flex;flex-direction:column;justify-content:center;gap:32px;width:100%}._resultOptionIcons_7qoev_36{display:flex;width:117px;justify-content:space-between;flex-wrap:wrap;gap:6px 6px}._resultOptionIcon_7qoev_36{height:55px;width:55px;display:flex;justify-content:center;align-items:center;border-radius:40px;background:#b2affe;box-shadow:0 2px 4px #f4f3ff inset,0 1px 8px #b2affe99}._resultButton_7qoev_55{display:flex;flex-wrap:wrap;gap:8px 8px}@media only screen and (max-width: 1023px){._resultButton_7qoev_55{flex-direction:column}}._viewMyHoroscopeButton_7qoev_66{min-width:220px;width:auto}._goToFirstPageButton_7qoev_71{min-width:180px;width:auto}._resultTitle_7qoev_76{color:#fffc;font-size:24px;font-weight:500}._resultDescription_7qoev_82{display:flex;flex-direction:column;gap:24px}._resultDescriptionItem_7qoev_88{color:#fffc;font-size:18px;font-weight:500}._rightBlockWrapper_12gsn_1{border-radius:20px;border:1px solid rgba(178,175,254,.6);width:100%;padding:20px 0 20px 20px}@media only screen and (max-width: 1280px){._rightBlockWrapper_12gsn_1{padding:10px 0 10px 10px}}._rightBlock_12gsn_1{height:834px;padding-right:20px;overflow-y:auto}._rightBlock_12gsn_1::-webkit-scrollbar{width:3px}._rightBlock_12gsn_1::-webkit-scrollbar-track{background:transparent;border-radius:5px}._rightBlock_12gsn_1::-webkit-scrollbar-thumb{background:#b2affe99;border-radius:5px}._rightBlock_12gsn_1::-webkit-scrollbar-thumb:hover{background:#b2affe}@media only screen and (max-width: 1280px){._rightBlock_12gsn_1{padding-right:10px;height:854px}}@media only screen and (max-width: 1023px){._rightBlock_12gsn_1{height:auto;overflow-y:hidden}}._zodiacImage_12gsn_45{width:60px;height:60px}._zodiacButton_12gsn_50{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;border-radius:10px;border:1px solid rgba(178,175,254,.6);background:#0006;width:99px;height:103px;padding:10px;cursor:pointer;transition:all .3s ease}._zodiacButton_12gsn_50:hover:not(._selected_12gsn_65){background:#b2affe33;border-color:#b2affecc;transform:translateY(-2px)}._zodiacButton_12gsn_50._selected_12gsn_65{background:#b2affeb3;cursor:default}._zodiacName_12gsn_75{color:#fffc;text-align:center;font-size:16px;font-weight:500;line-height:normal}._zodiacGridWrapper_12gsn_83{display:flex;flex-direction:column;gap:5px;margin-bottom:40px;margin-top:5px}@media (max-width: 1400px){._zodiacGridWrapper_12gsn_83{display:none}}._zodiacGridMobileWrapper_12gsn_96{display:none}@media (max-width: 1400px){._zodiacGridMobileWrapper_12gsn_96{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;margin-bottom:20px}}._zodiacGrid_12gsn_83{display:flex;justify-content:center;gap:5px}@media only screen and (max-width: 767px){._zodiacGrid_12gsn_83{flex-wrap:wrap}}._horoscopeTitle_12gsn_120{color:#fff;font-size:24px;font-weight:500;line-height:normal}._horoscopeContent_12gsn_127{display:flex;flex-direction:column;gap:10px}._horoscopeDescription_12gsn_133{color:#fffc;font-size:18px;font-weight:500;line-height:normal}._wrapper_6o6zo_1{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%}._input_6o6zo_10{width:100%;height:48px;background:transparent;border-radius:10px;border:1px solid rgba(255,255,255,.8);transition:border-width .2s linear;transition:.2s;outline:none}._label_6o6zo_21{margin-left:16px;color:#fffc;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:normal}._input_6o6zo_10::placeholder{color:#fffc}._default_6o6zo_35{padding:10px 16px;color:#fff;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal;background:transparent;outline:none;transition:all .2s linear}._default_6o6zo_35:hover{border:1px solid #ffffff}._default_6o6zo_35:focus{border:1px solid #ffffff}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_6o6zo_10:disabled{opacity:.6;cursor:not-allowed}._input_6o6zo_10:-webkit-autofill,._input_6o6zo_10:-webkit-autofill:hover,._input_6o6zo_10:-webkit-autofill:focus,._input_6o6zo_10:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#ffffff;-webkit-box-shadow:0 0 0px 1000px transparent inset}._inputWrapper_6o6zo_81{display:flex;flex-direction:column;justify-content:center;gap:6px;width:100%;position:relative;z-index:1;border-radius:12px}._startIcon_6o6zo_92,._endIcon_6o6zo_93{display:flex;position:absolute}._startIcon_6o6zo_92{inset-inline-start:24px}._endIcon_6o6zo_93{position:absolute;top:69%;transform:translateY(-50%);inset-inline-end:16px}._tip_6o6zo_109{color:#000}._error_6o6zo_113{border:1px solid #fb3e3e}._error_6o6zo_113:hover,._error_6o6zo_113:focus{border:1px solid #fb3e3e}._errorText_6o6zo_122{color:#fb3e3e;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:120%;margin-left:16px}._errorAsterisk_6o6zo_132{color:#fb3e3e}._withEndIcon_6o6zo_136{padding-inline-end:40px}._withStartIcon_6o6zo_140{padding-inline-start:35px}._pointer_6o6zo_144{cursor:pointer}._wrapper_ax6mg_1{display:flex;flex-direction:column;gap:6px;width:100%}._label_ax6mg_8{margin-left:16px;color:#fffc;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:normal}._textarea_ax6mg_18{padding:10px 16px;color:#fff;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal;border-radius:10px;border:1px solid rgba(255,255,255,.8);background:transparent;outline:none;height:174px;resize:none;transition:all .2s linear}._textarea_ax6mg_18:disabled{opacity:.6;pointer-events:none}._textarea_ax6mg_18._error_ax6mg_38{border:1px solid #fb3e3e}._textarea_ax6mg_18._error_ax6mg_38:hover,._textarea_ax6mg_18._error_ax6mg_38:focus{border:1px solid #fb3e3e}._textarea_ax6mg_18:hover{border:1px solid #ffffff}._textarea_ax6mg_18:focus{border:1px solid #ffffff}._textarea_ax6mg_18::placeholder{color:#fffc}._inputWrapper_ax6mg_57{width:100%;display:flex;flex-direction:column;gap:6px}._errorText_ax6mg_64{color:#fb3e3e;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:120%;margin-left:16px}._contactUsScreen_1klel_1{display:flex;align-items:center;gap:20px;width:100%;padding-left:20px}@media only screen and (max-width: 1023px){._contactUsScreen_1klel_1{padding-left:0}}@media only screen and (max-width: 767px){._contactUsScreen_1klel_1{flex-direction:column;gap:40px}}._contactUsLeftBlock_1klel_20{border-radius:20px;border:1px solid rgba(178,175,254,.6);background-image:url(/images/contact-us.webp);background-repeat:no-repeat;background-size:100% 226px;width:100%;height:874px;padding:168px 20px 0}@media only screen and (max-width: 1280px){._contactUsLeftBlock_1klel_20{padding:120px 20px}}@media only screen and (max-width: 767px){._contactUsLeftBlock_1klel_20{padding:120px 10px 10px;height:auto;background-size:100% 120px}}._contactUsLeftBlockTitle_1klel_43{color:#fff;font-size:40px;font-weight:500;margin-bottom:10px}@media only screen and (max-width: 767px){._contactUsLeftBlockTitle_1klel_43{font-size:30px}}._contactUsLeftBlockDescription_1klel_55{color:#fffc;font-size:18px;font-weight:500;line-height:normal;margin-bottom:60px}@media only screen and (max-width: 767px){._contactUsLeftBlockDescription_1klel_55{margin-bottom:20px}}._contactUsLeftBlockOptions_1klel_68{display:flex;flex-direction:column;gap:32px}._contactUsRightBlock_1klel_74{padding:168px 20px 20px;border-radius:20px;border:1px solid rgba(178,175,254,.6);width:100%;height:874px}@media only screen and (max-width: 767px){._contactUsRightBlock_1klel_74{height:auto;padding:0;border-radius:0;border:none}}._formTitle_1klel_91{color:#fffc;font-size:28px;font-weight:500;margin-bottom:32px}._formContent_1klel_98{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}._submitButton_1klel_105{min-width:340px;width:auto}@media only screen and (max-width: 767px){._submitButton_1klel_105{width:100%}}._authScreen_18jh7_1{max-width:540px;width:100%}._input_18jh7_6{border-radius:10px;border:1px solid rgba(1,0,2,.5);background:#000;margin-bottom:32px}._textWrapper_18jh7_13{color:#fffc;font-size:18px;font-weight:400;line-height:28px;margin-bottom:32px}@media only screen and (max-width: 767px){._textWrapper_18jh7_13{font-size:14px;line-height:20px;margin-bottom:20px}}._formTitle_18jh7_28{color:#fff;font-size:32px;font-style:normal;font-weight:600;line-height:40px;text-transform:uppercase;margin-bottom:32px}@media only screen and (max-width: 767px){._formTitle_18jh7_28{font-size:28px;line-height:34px}}._authLinks_18jh7_44{display:flex;gap:100px;justify-content:center}@media only screen and (max-width: 767px){._authLinks_18jh7_44{justify-content:space-between;gap:0}}._authLink_18jh7_44{margin-top:20px;color:#fffc;font-size:16px;font-weight:500;text-decoration-line:underline}._authLinkSignIn_18jh7_64{width:112px;text-align:left}._homeScreen_rpvs2_1{width:100%;margin:0 auto;padding-left:20px;display:flex;flex-direction:column;gap:20px}@media only screen and (max-width: 1023px){._homeScreen_rpvs2_1{padding-left:0}}@media only screen and (max-width: 767px){._homeScreen_rpvs2_1{gap:18px}}._blockLargeLeft_rpvs2_20{width:68.5%;height:263px;border-radius:20px;border:1px solid rgba(178,175,254,.6);display:flex;align-items:flex-end;padding:30px 20px;background-image:url(/images/home-images/option-4.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;transition:all .3s ease}._blockLargeLeft_rpvs2_20:hover{transform:scale(1.01);transition:all .3s ease}@media only screen and (max-width: 1190px){._blockLargeLeft_rpvs2_20{width:100%}}@media only screen and (max-width: 767px){._blockLargeLeft_rpvs2_20{height:300px;padding:10px}}._blockContent_rpvs2_51{display:flex;flex-direction:column;align-items:flex-start;gap:20px;max-width:384px;width:100%;position:relative;z-index:1}._blockButton_rpvs2_62{min-width:162px;width:auto}._blockTitle_rpvs2_67{font-size:28px;font-weight:500;line-height:24px;text-transform:uppercase}._blockDescription_rpvs2_74{color:#fff;font-size:18px;font-weight:500;line-height:24px}._blockImageLeft_rpvs2_81{position:absolute;right:44px;bottom:5px}@media only screen and (max-width: 1190px){._blockImageLeft_rpvs2_81{width:180px;height:180px;top:-27px;right:0}}._topSection_rpvs2_95{display:flex;gap:20px}@media only screen and (max-width: 767px){._topSection_rpvs2_95{flex-direction:column;gap:18px}}._blockLargeRight_rpvs2_106{position:relative;display:flex;align-items:flex-end;padding:30px 20px;width:31.5%;border-radius:20px;border:1px solid rgba(178,175,254,.6);background:url(/images/home-images/option-3.webp) no-repeat center center;background-size:cover;transition:all .3s ease}._blockLargeRight_rpvs2_106:hover{transform:scale(1.01);transition:all .3s ease}@media only screen and (max-width: 1190px){._blockLargeRight_rpvs2_106{width:100%}}@media only screen and (max-width: 767px){._blockLargeRight_rpvs2_106{height:264px;padding:10px}}._blockImageRight_rpvs2_134{position:absolute;top:-13px;right:-13px}@media only screen and (max-width: 1190px){._blockImageRight_rpvs2_134{width:155px;height:155px;top:-7px;right:-7px}}._bottomSection_rpvs2_148{display:flex;gap:20px}@media only screen and (max-width: 1190px){._bottomSection_rpvs2_148{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}}@media only screen and (max-width: 767px){._bottomSection_rpvs2_148{flex-direction:column;grid-template-columns:1fr;gap:18px}}._blockSmall_rpvs2_167{position:relative;background-size:cover;background-repeat:no-repeat;background-position:center center;border:1px solid rgba(178,175,254,.6);border-radius:20px;display:flex;align-items:flex-end;padding:30px 20px;width:100%;height:590px;transition:all .3s ease}._blockSmall_rpvs2_167:before{content:"";position:absolute;bottom:0;left:0;right:0;height:384px;background:linear-gradient(0deg,#000,#0000);pointer-events:none;border-radius:0 0 20px 20px}._blockSmall_rpvs2_167:hover{transform:scale(1.01);transition:all .3s ease}@media only screen and (max-width: 1190px){._blockSmall_rpvs2_167{height:285px}}@media only screen and (max-width: 767px){._blockSmall_rpvs2_167{height:264px;padding:10px}._blockSmall_rpvs2_167:before{height:100%}}._blockIcon_rpvs2_211{position:absolute;top:25%;right:50%;transform:translate(50%)}@media only screen and (max-width: 767px){._blockIcon_rpvs2_211{top:30px;height:86px;width:86px;object-fit:cover}}._blockLink_rpvs2_226{color:#fff;text-align:center;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;line-height:18px;text-decoration-line:underline}._notFoundScreen_1j03r_1{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:874px;padding-left:20px}@media only screen and (max-width: 1023px){._notFoundScreen_1j03r_1{flex-direction:column;padding:40px 20px;height:auto}}@media only screen and (max-width: 767px){._notFoundScreen_1j03r_1{flex-direction:column;padding:0}}._notFoundScreenImage_1j03r_25{position:absolute;right:0;top:-10px;width:544px;height:355px;object-fit:cover;overflow:hidden}@media only screen and (max-width: 1023px){._notFoundScreenImage_1j03r_25{position:relative;right:auto;top:auto;width:400px;height:260px;margin-bottom:20px}}@media only screen and (max-width: 767px){._notFoundScreenImage_1j03r_25{width:100%;max-width:355px;height:auto}}._notFoundScreenContent_1j03r_52{display:flex;flex-direction:column;align-items:center;gap:20px;position:relative;z-index:1;margin-bottom:220px;width:100%}@media only screen and (max-width: 1023px){._notFoundScreenContent_1j03r_52{margin-bottom:0}}._notFoundScreenTextWrapper_1j03r_68{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:0}._notFoundScreenMainTitle_1j03r_77{color:#fff;font-size:92px;font-weight:600;line-height:100px;text-transform:uppercase;margin:0}@media only screen and (max-width: 1023px){._notFoundScreenMainTitle_1j03r_77{font-size:70px;line-height:80px}}@media only screen and (max-width: 767px){._notFoundScreenMainTitle_1j03r_77{font-size:24px;font-style:normal;font-weight:600;line-height:40px}}._notFoundScreenSubtitle_1j03r_100{color:#fff;font-size:32px;font-weight:600;line-height:40px;text-transform:uppercase;margin:0}@media only screen and (max-width: 1023px){._notFoundScreenSubtitle_1j03r_100{font-size:26px;line-height:34px}}@media only screen and (max-width: 767px){._notFoundScreenSubtitle_1j03r_100{font-size:24px;font-style:normal;font-weight:600;line-height:40px}}._notFoundScreenButton_1j03r_123{min-width:340px;width:auto}@media only screen and (max-width: 767px){._notFoundScreenButton_1j03r_123{margin-bottom:20px}}._paymentStatusWrapper_1jqnn_1{display:flex;flex-direction:column;align-items:center;gap:20px;max-width:507px;width:100%}@media only screen and (max-width: 767px){._paymentStatusWrapper_1jqnn_1{margin-top:150px}}._paymentStatusScreenTitle_1jqnn_15{color:#fff;text-align:center;font-family:Poppins,sans-serif;font-size:32px;font-weight:600;line-height:40px;text-transform:uppercase}@media only screen and (max-width: 767px){._paymentStatusScreenTitle_1jqnn_15{font-size:24px;line-height:32px}}._paymentStatusScreenButton_1jqnn_31{min-width:340px;width:auto}._paymentStatusScreen_1jqnn_15{background-image:url(/images/paymentStatusBg.webp);background-size:cover;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;max-width:1082px;height:609px;flex-shrink:0;margin:0 auto}@media only screen and (max-width: 767px){._paymentStatusScreen_1jqnn_15{background-size:262px;background-position:center 30px;height:400px;padding:48px 0}}._pricePlanScreen_mokpi_1{display:flex;align-items:center;gap:20px;width:100%;height:100%;padding-left:20px}@media only screen and (max-width: 1023px){._pricePlanScreen_mokpi_1{padding-left:0}}@media only screen and (max-width: 767px){._pricePlanScreen_mokpi_1{flex-direction:column}}._pricePlanLeftBlockWrapper_mokpi_20{border-radius:20px;border:1px solid rgba(178,175,254,.6);background-image:url(/images/price-plan-bg.webp);background-repeat:no-repeat;background-size:100% 226px;background-blend-mode:darken;padding:20px 0 20px 20px;width:100%}@media only screen and (max-width: 1280px){._pricePlanLeftBlockWrapper_mokpi_20{padding:20px 0 20px 20px}}@media only screen and (max-width: 767px){._pricePlanLeftBlockWrapper_mokpi_20{padding:0;background-size:100% 120px}}._pricePlanLeftBlock_mokpi_20{padding-right:20px;padding-top:148px;overflow-y:auto;height:834px;display:flex;flex-direction:column}._pricePlanLeftBlock_mokpi_20::-webkit-scrollbar{width:3px}._pricePlanLeftBlock_mokpi_20::-webkit-scrollbar-track{background:transparent;border-radius:5px}._pricePlanLeftBlock_mokpi_20::-webkit-scrollbar-thumb{background:#b2affe99;border-radius:5px}._pricePlanLeftBlock_mokpi_20::-webkit-scrollbar-thumb:hover{background:#b2affe}@media only screen and (max-width: 1280px){._pricePlanLeftBlock_mokpi_20{padding-top:120px}}@media only screen and (max-width: 767px){._pricePlanLeftBlock_mokpi_20{padding:120px 10px 10px;min-height:auto;height:auto;overflow-y:hidden;background-size:100% 120px}}._pricePlanRightBlock_mokpi_79{border-radius:20px;border:1px solid rgba(178,175,254,.6);width:100%;height:874px;padding:168px 20px}@media only screen and (max-width: 1280px){._pricePlanRightBlock_mokpi_79{padding:60px 20px}}@media only screen and (max-width: 767px){._pricePlanRightBlock_mokpi_79{padding:10px 10px 28px;height:auto;min-height:auto}}._pricePlanLeftBlockTitle_mokpi_99{color:#fff;font-size:40px;font-weight:500;line-height:normal;margin-bottom:10px}@media only screen and (max-width: 767px){._pricePlanLeftBlockTitle_mokpi_99{font-size:30px}}._pricePlanLeftBlockDescription_mokpi_112{color:#fffc;font-size:18px;font-weight:500;line-height:normal;margin-bottom:60px}@media only screen and (max-width: 767px){._pricePlanLeftBlockDescription_mokpi_112{margin-bottom:20px}}._pricePlanLeftBlockOptions_mokpi_125{display:flex;flex-direction:column;gap:16px;margin-bottom:60px}@media only screen and (max-width: 767px){._pricePlanLeftBlockOptions_mokpi_125{margin-bottom:20px}}._pricePlanLeftBlockItem_mokpi_137{display:flex;align-items:center;gap:8px}._creditIconWrapper_mokpi_143{width:40px;height:40px;position:relative;flex-shrink:0}._creditIcon_mokpi_143{width:100%;height:100%}._pricePlanLeftBlockItemDescription_mokpi_155{color:#fffc;font-size:16px;font-weight:500;line-height:20px;flex:1}._pricePlanLeftBlockWhySection_mokpi_163{display:flex;flex-direction:column;align-items:flex-start;gap:32px}._pricePlanLeftBlockSubtitle_mokpi_170{color:#fffc;font-size:28px;font-weight:500;line-height:normal}._pricePlanLeftBlockWhyContent_mokpi_177{display:flex;flex-direction:column}._pricePlanLeftBlockWhyText_mokpi_182{color:#fffc;font-size:18px;font-weight:500;line-height:normal}._textMark_mokpi_189{color:#b2affe;font-size:18px;font-weight:500;line-height:normal}@media only screen and (max-width: 767px){._textMark_mokpi_189{font-size:16px}}._pricePlanLeftBlockButton_mokpi_201{min-width:226px}._pricePlanRightBlockTitle_mokpi_205{color:#fff;font-size:30px;font-weight:500;line-height:normal;margin-bottom:32px}@media only screen and (max-width: 767px){._pricePlanRightBlockTitle_mokpi_205{font-size:24px}}._pricePlanRightBlockTable_mokpi_218{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width: 767px){._pricePlanRightBlockTable_mokpi_218{gap:20px}}._tableHeader_mokpi_229{display:flex;justify-content:space-between;align-items:center;gap:20px}._tableHeaderCell_mokpi_236{color:#fffc;font-size:18px;font-weight:600;line-height:18px;text-align:center}._tableHeaderCell_mokpi_236:first-child{flex:1;max-width:147px}@media only screen and (max-width: 767px){._tableHeaderCell_mokpi_236:first-child{text-align:left}}._tableHeaderCell_mokpi_236:nth-child(2){flex:1;max-width:57px}._tableHeaderCell_mokpi_236:last-child{flex:1;max-width:143px}@media only screen and (max-width: 767px){._tableHeaderCell_mokpi_236:last-child{text-align:right}}@media only screen and (max-width: 767px){._tableHeaderCell_mokpi_236{font-size:14px}}._tableRow_mokpi_271{display:flex;justify-content:space-between;align-items:center;gap:20px}._tableCell_mokpi_278{color:#fffc;font-size:18px;font-weight:500;line-height:18px;text-align:center}._tableCell_mokpi_278:first-child{flex:1;max-width:147px}@media only screen and (max-width: 767px){._tableCell_mokpi_278:first-child{text-align:left}}._tableCell_mokpi_278:nth-child(2){flex:1;max-width:57px}._tableCell_mokpi_278:last-child{flex:1;max-width:143px}@media only screen and (max-width: 767px){._tableCell_mokpi_278:last-child{text-align:right}}@media only screen and (max-width: 767px){._tableCell_mokpi_278{font-size:14px}}._authScreen_92rxs_1{max-width:540px;width:100%}._input_92rxs_6{border-radius:10px;border:1px solid rgba(1,0,2,.5);background:#000}._textWrapper_92rxs_12{color:#fffc;font-size:18px;font-weight:400;line-height:28px;margin-bottom:32px}@media only screen and (max-width: 767px){._textWrapper_92rxs_12{font-size:14px;line-height:20px;margin-bottom:20px}}._inputWrapper_92rxs_27{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}._formTitle_92rxs_34{color:#fff;font-size:32px;font-style:normal;font-weight:600;line-height:40px;text-transform:uppercase;margin-bottom:32px}@media only screen and (max-width: 767px){._formTitle_92rxs_34{font-size:28px;line-height:34px}}._authLinks_92rxs_50{display:flex;gap:100px;justify-content:center}@media only screen and (max-width: 767px){._authLinks_92rxs_50{justify-content:space-between;gap:0}}._authLink_92rxs_50{margin-top:20px;color:#fffc;font-size:16px;font-weight:500;text-decoration-line:underline}._authLinkSignIn_92rxs_70{width:112px;text-align:left}._authScreen_13xik_1{max-width:540px;width:100%}._input_13xik_6{border-radius:10px;border:1px solid rgba(1,0,2,.5);background:#000}._inputsWrapper_13xik_12{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}._textWrapper_13xik_19{display:flex;align-items:center;gap:16px;margin-bottom:32px}._link_13xik_26{color:#fffc;font-size:20px;font-weight:400;text-decoration-line:underline}@media only screen and (max-width: 767px){._link_13xik_26{font-size:14px}}._text_13xik_19{color:#fffc;font-size:20px;font-weight:400}@media only screen and (max-width: 767px){._text_13xik_19{font-size:14px}}._formTitle_13xik_49{color:#fff;font-size:32px;font-style:normal;font-weight:600;line-height:40px;text-transform:uppercase;margin-bottom:32px}@media only screen and (max-width: 767px){._formTitle_13xik_49{font-size:28px;line-height:34px}}._buttonWrapper_13xik_65{display:flex;justify-content:space-between;align-items:center;gap:20px}@media only screen and (max-width: 767px){._buttonWrapper_13xik_65{flex-direction:column;align-items:flex-end}}._button_13xik_65{min-width:340px;width:auto}@media only screen and (max-width: 767px){._button_13xik_65{min-width:100%}}._forgotPassword_13xik_88{color:#fffc;font-size:16px;font-weight:500;text-decoration-line:underline;white-space:nowrap}._checkbox_kvd0v_1{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;width:14px;height:10px;opacity:0;margin:0}._disabled_kvd0v_12{opacity:.4}._disabled_kvd0v_12 ._label_kvd0v_15{cursor:default}._custom-checkbox_kvd0v_19{display:flex;align-items:center;gap:12px;position:relative}._label_kvd0v_15{width:24px;height:24px;display:flex;align-items:center;flex-shrink:0;background:transparent;border-radius:4px;border:1px solid #b2affe;position:relative;overflow:hidden;cursor:pointer;transition:background-color .3s ease,border-color .3s ease}._label_kvd0v_15:hover{border:1px solid #b2affe}._label_kvd0v_15:before{content:"";display:block;position:relative;flex-shrink:0;box-sizing:border-box}._label_kvd0v_15:after{width:14px;height:10px;background-color:#b2affe;position:absolute;content:"";transform:rotate(-45deg) translateZ(0);transform-origin:center center;display:none;margin:auto}._checkbox_kvd0v_1:checked~._label_kvd0v_15{background-color:#b2affe;border:1px solid #b2affe}._checkbox_kvd0v_1:checked~._label_kvd0v_15:before{background-image:url("data:image/svg+xml,%3csvg%20width='15'%20height='12'%20viewBox='0%200%2015%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-outside-1_13_3581'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='15'%20height='12'%20fill='black'%3e%3crect%20fill='white'%20width='15'%20height='12'/%3e%3cpath%20d='M14.2158%202.19531L5.58984%2011L1%206.29297L2.18066%205.09766L5.5918%208.58301L13.0352%201L14.2158%202.19531Z'/%3e%3c/mask%3e%3cpath%20d='M14.2158%202.19531L5.58984%2011L1%206.29297L2.18066%205.09766L5.5918%208.58301L13.0352%201L14.2158%202.19531Z'%20fill='white'/%3e%3cpath%20d='M14.2158%202.19531L14.5283%202.50148L14.8295%202.19406L14.5271%201.88787L14.2158%202.19531ZM5.58984%2011L5.27661%2011.3054L5.58911%2011.6259L5.90236%2011.3062L5.58984%2011ZM1%206.29297L0.688739%205.98552L0.38701%206.291L0.686766%206.5984L1%206.29297ZM2.18066%205.09766L2.49333%204.79164L2.1821%204.47364L1.8694%204.79021L2.18066%205.09766ZM5.5918%208.58301L5.27913%208.88902L5.59134%209.20802L5.90402%208.88948L5.5918%208.58301ZM13.0352%201L13.3464%200.692554L13.0342%200.376444L12.7229%200.693529L13.0352%201ZM14.2158%202.19531L13.9033%201.88914L5.27733%2010.6938L5.58984%2011L5.90236%2011.3062L14.5283%202.50148L14.2158%202.19531ZM5.58984%2011L5.90308%2010.6946L1.31323%205.98753L1%206.29297L0.686766%206.5984L5.27661%2011.3054L5.58984%2011ZM1%206.29297L1.31126%206.60041L2.49192%205.4051L2.18066%205.09766L1.8694%204.79021L0.688739%205.98552L1%206.29297ZM2.18066%205.09766L1.86799%205.40367L5.27913%208.88902L5.5918%208.58301L5.90447%208.277L2.49333%204.79164L2.18066%205.09766ZM5.5918%208.58301L5.90402%208.88948L13.3474%201.30647L13.0352%201L12.7229%200.693529L5.27958%208.27654L5.5918%208.58301ZM13.0352%201L12.7239%201.30745L13.9046%202.50276L14.2158%202.19531L14.5271%201.88787L13.3464%200.692554L13.0352%201Z'%20fill='%23B2AFFE'%20mask='url(%23path-1-outside-1_13_3581)'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center center;left:50%;transform:translate(-50%);width:14px;height:10px}._text_kvd0v_80{color:#000;font-size:14px;font-weight:400;line-height:20px;transition:all .2s ease}._authScreen_1edrg_1{max-width:540px;width:100%}._input_1edrg_6{border-radius:10px;border:1px solid rgba(1,0,2,.5);background:#000}._inputsWrapper_1edrg_12{display:flex;flex-direction:column;gap:16px}._formTitle_1edrg_18{color:#fff;font-size:32px;font-style:normal;font-weight:600;line-height:40px;text-transform:uppercase;margin-bottom:32px}@media only screen and (max-width: 767px){._formTitle_1edrg_18{font-size:28px;line-height:34px}}._checkboxWrapper_1edrg_34{display:flex;gap:8px;margin-top:32px;margin-bottom:20px}._checkboxText_1edrg_41{color:#fffc;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._buttonWrapper_1edrg_49{display:flex;justify-content:space-between;align-items:center;gap:20px}@media only screen and (max-width: 767px){._buttonWrapper_1edrg_49{flex-direction:column}}._button_1edrg_49{min-width:340px;width:auto}@media only screen and (max-width: 767px){._button_1edrg_49{min-width:100%}}._signInLink_1edrg_71{color:#fffc;font-size:16px;font-weight:500;text-decoration-line:underline}._formWrapper_qv01u_1{display:flex;border-radius:20px;border:1px solid rgba(178,175,254,.6);width:100%;padding:20px 0 20px 20px}@media only screen and (max-width: 1280px){._formWrapper_qv01u_1{padding:10px 0 10px 10px}}._formContent_qv01u_14{width:100%;height:834px;padding-right:20px;overflow-y:auto}._formContent_qv01u_14::-webkit-scrollbar{width:3px}._formContent_qv01u_14::-webkit-scrollbar-track{background:transparent;border-radius:5px}._formContent_qv01u_14::-webkit-scrollbar-thumb{background:#b2affe99;border-radius:5px}._formContent_qv01u_14::-webkit-scrollbar-thumb:hover{background:#b2affe}@media only screen and (max-width: 1280px){._formContent_qv01u_14{height:854px;padding-right:10px}}@media only screen and (max-width: 1023px){._formContent_qv01u_14{height:auto;overflow-y:hidden}}._nameGroup_qv01u_47{display:flex;align-items:center;gap:8px}@media only screen and (max-width: 1280px){._nameGroup_qv01u_47{flex-direction:column;align-items:flex-start;gap:8px}}._nameInput_qv01u_60{width:100%}._title_qv01u_64{color:#fff;font-size:24px;font-weight:500;margin-bottom:32px}@media only screen and (max-width: 1280px){._title_qv01u_64{margin-bottom:18px}}._genderGroup_qv01u_76{display:flex;align-items:center;gap:40px}@media only screen and (max-width: 1280px){._genderGroup_qv01u_76{flex-direction:column;align-items:flex-start;gap:8px}}._fieldGeneralLabel_qv01u_89{color:#fffc;font-size:20px;font-weight:500;line-height:48px}@media only screen and (max-width: 1280px){._fieldGeneralLabel_qv01u_89{line-height:normal}}._fieldLabel_qv01u_101{color:#fffc;font-size:20px;font-weight:500;white-space:nowrap}._radioGroup_qv01u_108{display:flex;flex-wrap:wrap;gap:20px 38px}._groupWrapper_qv01u_114{display:flex;flex-direction:column;gap:58px}@media only screen and (max-width: 1280px){._groupWrapper_qv01u_114{gap:24px}}._questionGroup_qv01u_125{display:flex;align-items:center;gap:8px}@media only screen and (max-width: 1280px){._questionGroup_qv01u_125{flex-direction:column;align-items:flex-start}}._questionTextarea_qv01u_137{height:84px;width:100%}._birthdaySection_qv01u_142{display:flex;gap:31px}@media only screen and (max-width: 1280px){._birthdaySection_qv01u_142{flex-direction:column;align-items:flex-start;gap:24px}}._dateGroupWrapper_qv01u_154{display:flex;flex-direction:column;gap:24px;width:100%}._dateRow_qv01u_161{display:flex;align-items:center;gap:20px}._dateSelect_qv01u_167{max-width:fit-content}._dateGroup_qv01u_154{display:flex;gap:8px;align-items:center}._submitButtonWrapper_qv01u_177{display:flex;justify-content:flex-start}._submitButton_qv01u_177{min-width:220px;width:auto}._wrapper_1cjyq_1{display:flex;border-radius:20px;border:1px solid rgba(178,175,254,.6);width:100%;padding:20px;min-height:500px;height:874px}@media only screen and (max-width: 1280px){._wrapper_1cjyq_1{padding:10px}}@media only screen and (max-width: 1023px){._wrapper_1cjyq_1{height:auto}}._loading_1cjyq_21{display:flex;align-items:center;justify-content:center;width:100%}._result_1cjyq_28{display:flex;flex-direction:column;justify-content:center;gap:32px;width:100%}._resultImage_1cjyq_36{width:117px;height:117px;aspect-ratio:1/1}._resultOptionIcon_1cjyq_42{height:55px;width:55px;display:flex;justify-content:center;align-items:center;border-radius:40px;background:#b2affe;box-shadow:0 2px 4px #f4f3ff inset,0 1px 8px #b2affe99}._resultButton_1cjyq_53{display:flex;flex-wrap:wrap;gap:8px 8px}@media only screen and (max-width: 1023px){._resultButton_1cjyq_53{flex-direction:column}}._viewMyHoroscopeButton_1cjyq_64{min-width:220px;width:auto}._goToFirstPageButton_1cjyq_69{min-width:180px;width:auto}._resultTitle_1cjyq_74{color:#fffc;font-size:24px;font-weight:500}._resultDescription_1cjyq_80{display:flex;flex-direction:column;gap:24px}._resultDescriptionItem_1cjyq_86{color:#fffc;font-size:18px;font-weight:500}._rightBlockWrapper_qmycj_1{border-radius:20px;border:1px solid rgba(178,175,254,.6);width:100%;padding:20px 0 20px 20px}@media only screen and (max-width: 1280px){._rightBlockWrapper_qmycj_1{padding:10px 0 10px 10px}}._rightBlock_qmycj_1{height:834px;padding-right:20px;overflow-y:auto}._rightBlock_qmycj_1::-webkit-scrollbar{width:3px}._rightBlock_qmycj_1::-webkit-scrollbar-track{background:transparent;border-radius:5px}._rightBlock_qmycj_1::-webkit-scrollbar-thumb{background:#b2affe99;border-radius:5px}._rightBlock_qmycj_1::-webkit-scrollbar-thumb:hover{background:#b2affe}@media only screen and (max-width: 1280px){._rightBlock_qmycj_1{padding-right:10px;height:854px}}@media only screen and (max-width: 1023px){._rightBlock_qmycj_1{height:auto;overflow-y:hidden}}._itemImage_qmycj_45{width:63px;height:108px;flex-shrink:0;aspect-ratio:7/12;border-radius:6px}._itemButton_qmycj_53{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-radius:10px;border:1px solid rgba(178,175,254,.6);background:#0006;width:99px;height:162px;padding:10px;cursor:pointer;transition:all .3s ease}._itemButton_qmycj_53:hover:not(._selected_qmycj_68){background:#b2affe33;border-color:#b2affecc;transform:translateY(-2px)}._itemButton_qmycj_53._selected_qmycj_68{background:#b2affeb3;cursor:default}._itemName_qmycj_78{color:#fff;text-align:center;font-size:16px;font-weight:500;line-height:normal}._itemsGridWrapper_qmycj_86{display:flex;justify-content:center;gap:4px;margin-bottom:75px;margin-top:5px}@media (max-width: 1400px){._itemsGridWrapper_qmycj_86{display:grid;margin:5px auto 40px;grid-template-columns:repeat(2,1fr);gap:4px 4px;width:202px}}._optionsList_qmycj_103{display:flex;flex-direction:column;padding-left:30px}._optionsList_qmycj_103 ._optionsItem_qmycj_108{display:list-item;color:#fffc;font-size:18px;font-weight:500;line-height:normal;list-style:disc}._content_qmycj_117{display:flex;flex-direction:column;margin-bottom:40px}._contentItem_qmycj_123{color:#fffc;font-size:18px;font-weight:500;line-height:normal}._markText_qmycj_130{color:#b2affe}._title_qmycj_134{color:#fff;font-size:24px;font-weight:500;line-height:normal;margin-bottom:10px}._formWrapper_1a0yr_1{display:flex;border-radius:20px;border:1px solid rgba(178,175,254,.6);width:100%;padding:20px 0 20px 20px}@media only screen and (max-width: 1280px){._formWrapper_1a0yr_1{padding:10px 0 10px 10px}}._formContent_1a0yr_14{width:100%;height:834px;padding-right:20px;overflow-y:auto}._formContent_1a0yr_14::-webkit-scrollbar{width:3px}._formContent_1a0yr_14::-webkit-scrollbar-track{background:transparent;border-radius:5px}._formContent_1a0yr_14::-webkit-scrollbar-thumb{background:#b2affe99;border-radius:5px}._formContent_1a0yr_14::-webkit-scrollbar-thumb:hover{background:#b2affe}@media only screen and (max-width: 1280px){._formContent_1a0yr_14{height:854px;padding-right:10px}}@media only screen and (max-width: 1023px){._formContent_1a0yr_14{height:auto;overflow-y:hidden}}._title_1a0yr_47{color:#fff;font-size:24px;font-weight:500;margin-bottom:32px}._genderGroup_1a0yr_54{display:flex;align-items:center;gap:40px}@media only screen and (max-width: 1280px){._genderGroup_1a0yr_54{flex-direction:column;align-items:flex-start;gap:8px}}._fieldGeneralLabel_1a0yr_67{color:#fffc;font-size:20px;font-weight:500;line-height:48px}@media only screen and (max-width: 1280px){._fieldGeneralLabel_1a0yr_67{line-height:normal}}._fieldLabel_1a0yr_79{color:#fffc;font-size:20px;font-weight:500;white-space:nowrap}._radioGroup_1a0yr_86{display:flex;flex-wrap:wrap;gap:20px 38px}._groupWrapper_1a0yr_92{display:flex;flex-direction:column;gap:58px}@media only screen and (max-width: 1280px){._groupWrapper_1a0yr_92{gap:32px}}._groupContainer_1a0yr_103{display:flex;flex-direction:column;gap:24px}._birthdaySection_1a0yr_109{display:flex;gap:31px}@media only screen and (max-width: 1280px){._birthdaySection_1a0yr_109{flex-direction:column;align-items:flex-start;gap:24px}}._groupTitle_1a0yr_121{color:#fffc;font-size:20px;font-weight:500;line-height:normal}._dateGroupWrapper_1a0yr_128{display:flex;flex-direction:column;gap:24px;width:100%}._dateRow_1a0yr_135{display:flex;align-items:center;gap:20px}._dateSelect_1a0yr_141{max-width:fit-content}._dateGroup_1a0yr_128{display:flex;gap:8px;align-items:center}._submitButtonWrapper_1a0yr_151{display:flex;justify-content:flex-start}._submitButton_1a0yr_151{min-width:220px;width:auto}._wrapper_s5ey4_1{display:flex;border-radius:20px;border:1px solid rgba(178,175,254,.6);width:100%;padding:20px;min-height:500px;height:874px}@media only screen and (max-width: 1280px){._wrapper_s5ey4_1{padding:10px}}@media only screen and (max-width: 1023px){._wrapper_s5ey4_1{height:auto}}._loading_s5ey4_21{display:flex;align-items:center;justify-content:center;width:100%}._result_s5ey4_28{display:flex;flex-direction:column;justify-content:center;gap:32px;width:100%}._resultImage_s5ey4_36{width:117px;height:117px;aspect-ratio:1/1}._resultOptionIcon_s5ey4_42{height:55px;width:55px;display:flex;justify-content:center;align-items:center;border-radius:40px;background:#b2affe;box-shadow:0 2px 4px #f4f3ff inset,0 1px 8px #b2affe99}._resultButton_s5ey4_53{display:flex;flex-wrap:wrap;gap:8px 8px}@media only screen and (max-width: 1023px){._resultButton_s5ey4_53{flex-direction:column}}._viewMyHoroscopeButton_s5ey4_64{min-width:220px;width:auto}._goToFirstPageButton_s5ey4_69{min-width:180px;width:auto}._resultTitle_s5ey4_74{color:#fffc;font-size:24px;font-weight:500}._resultDescription_s5ey4_80{display:flex;flex-direction:column;gap:24px}._resultDescriptionItem_s5ey4_86{color:#fffc;font-size:18px;font-weight:500}._resultOptionIconsWrapper_s5ey4_92{display:flex;align-items:center;gap:24px}._resultOptionIcons_s5ey4_92{display:flex;width:116px;justify-content:space-between;flex-wrap:wrap;gap:12px 12px}@media only screen and (max-width: 1280px){._plusIcon_s5ey4_107{width:41px;height:41px}}._resultOptionIcon_s5ey4_42{height:52px;width:52px;display:flex;justify-content:center;align-items:center;border-radius:40px;background:#b2affe;box-shadow:0 2px 4px #f4f3ff inset,0 1px 8px #b2affe99}._rightBlockWrapper_1j5cd_1{border-radius:20px;border:1px solid rgba(178,175,254,.6);width:100%;padding:45px 0 20px 20px}@media only screen and (max-width: 1280px){._rightBlockWrapper_1j5cd_1{padding:10px 0 10px 10px}}._rightBlock_1j5cd_1{height:809px;padding-right:20px;overflow-y:auto}._rightBlock_1j5cd_1::-webkit-scrollbar{width:3px}._rightBlock_1j5cd_1::-webkit-scrollbar-track{background:transparent;border-radius:5px}._rightBlock_1j5cd_1::-webkit-scrollbar-thumb{background:#b2affe99;border-radius:5px}._rightBlock_1j5cd_1::-webkit-scrollbar-thumb:hover{background:#b2affe}@media only screen and (max-width: 1280px){._rightBlock_1j5cd_1{padding-right:10px;height:854px}}@media only screen and (max-width: 1023px){._rightBlock_1j5cd_1{height:auto;overflow-y:hidden}}._title_1j5cd_45{color:#fff;font-size:24px;font-weight:500;line-height:normal;margin-bottom:10px}._descriptionWrapper_1j5cd_53{margin-bottom:10px}._description_1j5cd_53{color:#fffc;font-size:18px;font-weight:500;line-height:normal}._highlightText_1j5cd_64{color:#b2affe}._checkoutScreenContent_100fb_1{width:100%;padding-left:20px;display:flex;justify-content:space-between;gap:20px}@media only screen and (max-width: 1023px){._checkoutScreenContent_100fb_1{flex-direction:column-reverse;padding-left:0;padding-bottom:30px}}._formWrapper_100fb_16{padding:20px 0 20px 20px;width:100%;border-radius:20px;border:1px solid rgba(178,175,254,.6);background:transparent}@media only screen and (max-width: 1023px){._formWrapper_100fb_16{padding:10px}}._form_100fb_16{width:100%;padding-right:20px;max-height:832px;overflow-y:auto;display:flex;flex-direction:column;gap:32px}._form_100fb_16::-webkit-scrollbar{width:3px}._form_100fb_16::-webkit-scrollbar-track{background:transparent;border-radius:5px}._form_100fb_16::-webkit-scrollbar-thumb{background:#b2affe99;border-radius:5px}._form_100fb_16::-webkit-scrollbar-thumb:hover{background:#b2affe}@media only screen and (max-width: 1023px){._form_100fb_16{max-width:100%;max-height:100%;overflow:hidden;padding:0}}._inputsWrapper_100fb_61{display:flex;flex-direction:column;gap:16px}._formTitle_100fb_67{text-align:left;font-size:32px;font-weight:600;line-height:40px;text-transform:uppercase;color:#fff}._checkboxWrapper_100fb_76{display:flex;align-items:center;gap:8px}._checkboxText_100fb_82{color:#fffc;font-size:14px;font-weight:400;line-height:20px}._link_100fb_89{color:#fffc;text-decoration:underline}._checkoutFooterWrapper_100fb_94{display:flex;flex-direction:column;gap:20px}._summaryOrderWrapper_100fb_100{border-radius:20px;border:1px solid rgba(178,175,254,.6);background:transparent;width:100%;height:fit-content;padding:20px;display:flex;flex-direction:column;gap:32px}@media only screen and (max-width: 767px){._summaryOrderWrapper_100fb_100{padding:20px}}._summaryHeader_100fb_117{display:flex;align-items:center;justify-content:space-between}._checkoutFooterButton_100fb_123{max-width:340px;width:100%}._summaryTitle_100fb_128{font-size:20px;font-weight:600;line-height:20px;color:#fffc}._backLink_100fb_135{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:400;line-height:normal;color:#fff;cursor:pointer}._backIcon_100fb_146{line-height:0}._summaryRow_100fb_150{display:flex;align-items:center;justify-content:space-between;gap:16px}._summaryLabelMuted_100fb_157,._summaryLabel_100fb_157{color:#fffc;font-size:16px;font-style:normal;font-weight:400;line-height:20px}._summaryValue_100fb_166{font-size:18px;font-weight:400;line-height:20px;color:#fff;white-space:nowrap}._summaryDivider_100fb_174{height:1px;background:#d9d9d9;width:100%}._summaryTotalRow_100fb_180{display:flex;align-items:center;justify-content:space-between;gap:16px}._summaryTotalLabel_100fb_187{font-size:24px;font-weight:400;line-height:20px;color:#fffc}._summaryTotalValue_100fb_194{font-size:24px;font-weight:500;line-height:20px;color:#fff;white-space:nowrap}._accordion_t4niw_1{width:100%;border-bottom:1px solid rgba(255,255,255,.4)}._accordionHeader_t4niw_6{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 0 32px;background:none;border:none;cursor:pointer;transition:all .3s ease}._accordionHeader_t4niw_6:focus{outline:none}@media only screen and (max-width: 767px){._accordionHeader_t4niw_6{padding:16px 0}}._accordionTitle_t4niw_27{color:#fff;text-align:left;font-size:24px;font-weight:500}@media only screen and (max-width: 767px){._accordionTitle_t4niw_27{font-size:18px}}._accordionIcon_t4niw_39{line-height:0;flex-shrink:0;color:#fff;transition:transform .3s ease;transform:rotate(180deg)}._accordionIcon_t4niw_39._open_t4niw_46{transform:rotate(0)}._accordionContent_t4niw_50{max-height:0;overflow:hidden;transition:max-height .3s ease}._accordionContent_t4niw_50._open_t4niw_46{max-height:5000px;transition:max-height .5s ease}._accordionInner_t4niw_60{padding-bottom:32px}@media only screen and (max-width: 767px){._accordionInner_t4niw_60{padding-bottom:16px}}._pagination_1gmra_1{display:flex;align-items:center;justify-content:center;gap:2px}._breakLabel_1gmra_8,._page_1gmra_9{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent}._link_1gmra_18{display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-weight:600;color:#fff;opacity:.5;cursor:pointer}._link_1gmra_18:hover{opacity:1}._activeLink_1gmra_33{background-color:transparent;cursor:default;color:#fff;opacity:1}._previousLink_1gmra_40,._nextLink_1gmra_41{color:#fff;font-size:13px;font-weight:600;text-transform:uppercase;padding:8px 12px;background:transparent;border:none;cursor:pointer}._previousLink_1gmra_40:hover,._nextLink_1gmra_41:hover{opacity:1}._previousLink_1gmra_40._disabled_1gmra_56,._nextLink_1gmra_41._disabled_1gmra_56{opacity:.5;cursor:default}._previousLink_1gmra_40._disabled_1gmra_56:hover,._nextLink_1gmra_41._disabled_1gmra_56:hover{opacity:.5}._mainInfoTitle_1vhgb_1{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:40px}@media only screen and (max-width: 1280px){._mainInfoTitle_1vhgb_1{flex-direction:column;align-items:flex-start;gap:12px}}._mainInfoTitleBalance_1vhgb_16{color:#fffc;font-size:30px;font-weight:500}@media only screen and (max-width: 1280px){._mainInfoTitleBalance_1vhgb_16{font-size:24px;font-weight:500;line-height:32px}}._mainInfoTitleBalanceText_1vhgb_29{color:#b2affe;font-size:34px;font-weight:600}._topUpBalanceInputWrapper_1vhgb_35{max-width:338px;width:100%}._topUpBalanceInput_1vhgb_35{display:flex;height:38px;padding:10px 16px;align-items:center;gap:10px;border-radius:10px;border:1px solid rgba(1,0,2,.5);background:#fff;color:#000;line-height:0}._topUpBalanceInput_1vhgb_35::placeholder{color:#9d9d9d}._topUpBalanceInput_1vhgb_35:focus{border:1px solid #b2affe}._topUpBalanceInput_1vhgb_35:hover{border:1px solid #b2affe}._topUpBalanceInput_1vhgb_35:-webkit-autofill,._topUpBalanceInput_1vhgb_35:-webkit-autofill:hover,._topUpBalanceInput_1vhgb_35:-webkit-autofill:focus,._topUpBalanceInput_1vhgb_35:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#000000;-webkit-box-shadow:0 0 0px 1000px transparent inset}._topUpBalanceWrapper_1vhgb_67{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}@media only screen and (max-width: 767px){._topUpBalanceWrapper_1vhgb_67{margin-bottom:16px}}._topUpBalanceButton_1vhgb_79{max-width:338px;width:100%}._topUpBalance_1vhgb_35{display:flex;align-items:center;gap:16px}._price_1vhgb_90{color:#fff;font-size:24px;font-weight:400}@media only screen and (max-width: 1280px){._price_1vhgb_90{display:none}}._sectionsWrapper_1vhgb_101{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width: 767px){._sectionsWrapper_1vhgb_101{gap:20px}}._section_1vhgb_101{width:100%}._table3cols_1vhgb_116{display:grid;grid-template-columns:1fr .4fr 1fr;gap:16px}@media only screen and (max-width: 767px){._table3cols_1vhgb_116{gap:12px}}._table4cols_1vhgb_127{display:grid;grid-template-columns:.8fr 1fr .5fr;gap:16px}@media only screen and (max-width: 767px){._table4cols_1vhgb_127{gap:12px}}._tableHeadRight_1vhgb_138,._tableHead_1vhgb_138{color:#fff6;font-size:20px;font-weight:500;letter-spacing:-.4px}@media only screen and (max-width: 767px){._tableHeadRight_1vhgb_138,._tableHead_1vhgb_138{font-size:16px}}._tableHeadRight_1vhgb_138{text-align:right}._tableCellRight_1vhgb_156,._tableCell_1vhgb_156{color:#fffc;font-size:20px;font-weight:500;letter-spacing:-.4px}@media only screen and (max-width: 767px){._tableCellRight_1vhgb_156,._tableCell_1vhgb_156{font-size:16px}}._tableCellRight_1vhgb_156{text-align:right}._emptyState_1vhgb_174{color:#fff9;font-size:16px;font-weight:400;text-align:center;padding:40px 20px}@media only screen and (max-width: 767px){._emptyState_1vhgb_174{padding:32px 16px;font-size:14px}}._pagination_1vhgb_188{display:flex;justify-content:center;margin-top:24px}@media only screen and (max-width: 767px){._pagination_1vhgb_188{margin-top:16px}}._mainInfoScreen_1dl0u_1{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:16px}._mainInfoForm_1dl0u_9{display:flex;flex-direction:column;gap:16px;width:100%}._mainInfoFormButton_1dl0u_16{max-width:340px;width:100%}._modelAnswerContent_em1mc_1{display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 767px){._modelAnswerContent_em1mc_1{gap:20px}}._section_em1mc_12{display:flex;flex-direction:column;gap:12px}@media only screen and (max-width: 767px){._section_em1mc_12{gap:10px}}._sectionTitle_em1mc_23{color:#fff;font-size:18px;font-weight:600;line-height:1.4}@media only screen and (max-width: 767px){._sectionTitle_em1mc_23{font-size:16px}}._text_em1mc_35{color:#fffc;font-size:16px;font-weight:400;line-height:1.6;white-space:pre-wrap}@media only screen and (max-width: 767px){._text_em1mc_35{font-size:14px}}._chipsList_em1mc_48{display:flex;flex-wrap:wrap;gap:8px}._chip_em1mc_48{display:inline-flex;align-items:center;padding:8px 16px;border-radius:20px;background:linear-gradient(180deg,#a7a3ff5c,#b2affe5c);border:1px solid rgba(178,175,254,.6);color:#fff;font-size:14px;font-weight:500}@media only screen and (max-width: 767px){._chip_em1mc_48{padding:6px 12px;font-size:13px}}._list_em1mc_72{display:flex;flex-direction:column;gap:8px;padding-left:20px}@media only screen and (max-width: 767px){._list_em1mc_72{padding-left:16px}}._listItem_em1mc_84{color:#fffc;font-size:16px;font-weight:400;line-height:1.5;list-style-type:disc}@media only screen and (max-width: 767px){._listItem_em1mc_84{font-size:14px}}._listItem_em1mc_84::marker{color:#fff9}._orderContent_1v6qc_1{width:100%;display:flex;flex-direction:column;gap:24px}._downloadButton_1v6qc_8{min-width:168px;width:auto}._downloadButtonContent_1v6qc_13{display:flex;align-items:center;gap:8px}._downloadButtonWrapper_1v6qc_19{display:flex;justify-content:flex-end}._mainInfoScreenWrapper_1kxgc_1{width:100%;height:100%}._mainInfoScreen_1kxgc_1{display:flex;flex-direction:column;gap:42px;width:100%}@media only screen and (max-width: 767px){._mainInfoScreen_1kxgc_1{gap:32px}}._tabs_1kxgc_18{display:flex;align-items:center;gap:16px;flex-wrap:wrap}@media only screen and (max-width: 767px){._tabs_1kxgc_18{flex-direction:column;align-content:center}}._tab_1kxgc_18{display:flex;justify-content:center;align-items:center;gap:10px;padding:6px 10px;cursor:pointer;transition:all .2s ease;outline:none}._tab_1kxgc_18:hover:not(._tabActive_1kxgc_41){transition:all .2s ease}._tab_1kxgc_18 svg path{fill:#fffc}._tabLabel_1kxgc_48{color:#fffc;font-size:16px;font-weight:600}._tabActive_1kxgc_41{position:relative;cursor:default}._tabActive_1kxgc_41:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#fff}._section_1kxgc_68{width:100%}._serviceOrders_1kxgc_72{display:flex;flex-direction:column;gap:20px}._emptyState_1kxgc_78{color:#fff9;font-size:18px;font-weight:400;text-align:center;padding:60px 20px}@media only screen and (max-width: 767px){._emptyState_1kxgc_78{padding:40px 16px;font-size:16px}}._loadingState_1kxgc_92{display:flex;justify-content:center;align-items:center;padding:60px 20px}@media only screen and (max-width: 767px){._loadingState_1kxgc_92{padding:40px 16px}}._pagination_1kxgc_104{display:flex;justify-content:center;margin-top:32px}@media only screen and (max-width: 767px){._pagination_1kxgc_104{margin-top:24px}}._mainInfoScreenContainer_1etfe_1{display:flex;flex-direction:column;gap:48px}._mainInfoScreen_1etfe_1{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%}._mainInfoForm_1etfe_16{display:flex;flex-direction:column;gap:16px;width:100%}._button_1etfe_23{max-width:340px;width:100%}._deleteAccountTitle_1etfe_28{color:#fffc;font-size:24px;font-weight:500;line-height:normal}._deleteAccountContentText_1etfe_35{color:#fffc;font-size:20px;font-weight:500;line-height:normal}._deleteAccountContent_1etfe_35{display:flex;flex-direction:column;gap:25px;margin-bottom:32px}._layout_1ld9n_1{display:flex;align-items:center;gap:20px;width:100%;padding-left:20px}@media only screen and (max-width: 1023px){._layout_1ld9n_1{margin-bottom:30px;padding-left:0;flex-direction:column}._layout_1ld9n_1._hasPages_1ld9n_14{flex-direction:column-reverse}}._wrapper_1ld9n_19{border-radius:20px;border:1px solid rgba(178,175,254,.6);background-image:url(/images/astroscope-images/astroscope-bg.webp);background-repeat:no-repeat;background-size:100% 276px;width:100%;padding:20px 0 20px 20px}@media only screen and (max-width: 1280px){._wrapper_1ld9n_19{padding:10px 0 10px 10px}}@media only screen and (max-width: 767px){._wrapper_1ld9n_19{background-size:100% 120px}}._content_1ld9n_39{padding-top:158px;padding-right:20px;overflow-y:auto;height:834px;display:flex;flex-direction:column}._content_1ld9n_39::-webkit-scrollbar{width:3px}._content_1ld9n_39::-webkit-scrollbar-track{background:transparent;border-radius:5px}._content_1ld9n_39::-webkit-scrollbar-thumb{background:#b2affe99;border-radius:5px}._content_1ld9n_39::-webkit-scrollbar-thumb:hover{background:#b2affe}@media only screen and (max-width: 1280px){._content_1ld9n_39{padding-right:10px;height:854px}}@media only screen and (max-width: 1023px){._content_1ld9n_39{padding-top:110px;height:auto;overflow-y:hidden;background-size:100% 120px}}._title_1ld9n_76{color:#fff;font-size:40px;font-weight:500;margin-bottom:10px}@media only screen and (max-width: 1023px){._title_1ld9n_76{font-size:30px}}._descriptionWrapper_1ld9n_88{margin-bottom:40px}@media only screen and (max-width: 1023px){._descriptionWrapper_1ld9n_88{margin-bottom:20px}}._description_1ld9n_88{color:#fffc;font-size:18px;font-weight:500;line-height:normal}._optionsWrapper_1ld9n_104{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}@media only screen and (max-width: 767px){._optionsWrapper_1ld9n_104{margin-bottom:0;order:1}}._button_1ld9n_117{min-width:220px;width:auto}._creditsWrapper_1ld9n_122{display:flex;align-items:center;gap:8px}._creditsText_1ld9n_128{color:#fffc;font-size:14px;font-weight:500;line-height:20px}._buttonWrapper_1ld9n_135{display:flex;align-items:center;gap:12px}@media only screen and (max-width: 767px){._buttonWrapper_1ld9n_135{order:0;margin-bottom:20px}}._optionItem_1ld9n_147{display:flex;align-items:center;gap:8px}._optionItemDescription_1ld9n_153{color:#fffc;font-size:16px;font-weight:500;line-height:20px;max-width:468px;width:100%}._optionItemIcon_1ld9n_162{width:40px;height:40px}._authLayout_9ee9t_1{background-image:url(/images/auth-bg.webp);background-size:cover;background-position:top center;background-repeat:no-repeat;background-attachment:fixed;min-height:100vh;padding:50px}@media only screen and (max-width: 767px){._authLayout_9ee9t_1{padding:30px 10px}}._authLayoutContent_9ee9t_16{max-width:1440px;width:100%;margin:0 auto}._authLayoutContentLogo_9ee9t_22{cursor:pointer;width:fit-content;line-height:0;margin-bottom:37px}@media only screen and (max-width: 767px){._authLayoutContentLogo_9ee9t_22{margin-bottom:20px}}._profileLayout_1cewi_1{display:flex;align-items:center;gap:20px;width:100%;padding-left:20px}@media only screen and (max-width: 1023px){._profileLayout_1cewi_1{padding-left:0;flex-direction:column;gap:40px;padding-bottom:40px}}._leftBlockWrapper_1cewi_17{border-radius:20px;border:1px solid rgba(178,175,254,.6);background-image:url(/images/profile-bg.webp);background-repeat:no-repeat;background-size:100% 226px;flex:1;min-width:0;padding:20px 0 20px 20px}@media only screen and (max-width: 1023px){._leftBlockWrapper_1cewi_17{padding:10px 0 10px 10px;width:100%}}@media only screen and (max-width: 767px){._leftBlockWrapper_1cewi_17{background-size:100% 165px;overflow-y:hidden;overflow-x:hidden}}._leftBlock_1cewi_17{padding-top:145px;padding-right:20px;overflow-y:auto;height:834px;display:flex;flex-direction:column}._leftBlock_1cewi_17::-webkit-scrollbar{width:3px}._leftBlock_1cewi_17::-webkit-scrollbar-track{background:transparent;border-radius:5px}._leftBlock_1cewi_17::-webkit-scrollbar-thumb{background:#b2affe99;border-radius:5px}._leftBlock_1cewi_17::-webkit-scrollbar-thumb:hover{background:#b2affe}@media only screen and (max-width: 1023px){._leftBlock_1cewi_17{padding-top:110px;padding-right:10px;height:auto;overflow-y:hidden;overflow-x:hidden;background-size:100% 120px}}._rightBlockWrapperDesktop_1cewi_74{border-radius:20px;border:1px solid rgba(178,175,254,.6);flex:1;min-width:0;height:874px;display:flex;flex-direction:column;padding:70px 0 20px 20px;overflow:hidden}@media only screen and (max-width: 1023px){._rightBlockWrapperDesktop_1cewi_74{display:none}}._rightBlock_1cewi_74{padding-right:20px;overflow-y:auto}._rightBlock_1cewi_74::-webkit-scrollbar{width:3px}._rightBlock_1cewi_74::-webkit-scrollbar-track{background:transparent;border-radius:5px}._rightBlock_1cewi_74::-webkit-scrollbar-thumb{background:#b2affe99;border-radius:5px}._rightBlock_1cewi_74::-webkit-scrollbar-thumb:hover{background:#b2affe}@media only screen and (max-width: 1023px){._rightBlock_1cewi_74{padding-right:0;height:auto;overflow-x:hidden;overflow-y:hidden}}._leftBlockTitle_1cewi_118{color:#fff;font-size:40px;font-weight:500;line-height:normal}@media only screen and (max-width: 1023px){._leftBlockTitle_1cewi_118{font-size:30px}}._leftBlockTitleWrapper_1cewi_130{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:10px}._logoutButton_1cewi_138{color:#fff;text-align:center;font-size:18px;font-weight:600;line-height:18px;text-decoration-line:underline;outline:none;background-color:transparent;border:none;cursor:pointer;padding:10px;position:relative}._logoutButton_1cewi_138:disabled{cursor:not-allowed;opacity:.5}._spinner_1cewi_157{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);line-height:0}._leftBlockDescriptionWrapper_1cewi_165{display:flex;flex-direction:column;gap:10px}@media only screen and (max-width: 1023px){._leftBlockDescriptionWrapper_1cewi_165{display:none}}._leftBlockDescription_1cewi_165{color:#fffc;font-size:18px;font-weight:500;line-height:normal}._tabsWrapper_1cewi_183{display:flex;align-items:center;gap:10px;padding-right:20px;width:100%;margin-bottom:62px;flex-shrink:0;overflow-x:auto;overflow-y:hidden}._tabsWrapper_1cewi_183::-webkit-scrollbar{display:none}@media only screen and (max-width: 1023px){._tabsWrapper_1cewi_183{margin-bottom:20px;padding-right:0}}._tabButton_1cewi_204{border-radius:60px;border:1px solid rgba(178,175,254,.6);background:linear-gradient(180deg,#a7a3ff5c,#b2affe5c);display:flex;justify-content:center;align-items:center;height:39px;padding:0 20px;transition:all .2s ease}._tabButton_1cewi_204:hover:not(._tabButtonActive_1cewi_215){background:linear-gradient(180deg,#a7a3ff99,#b2affe99);transition:all .2s ease}._tabButtonText_1cewi_220{color:#fff;white-space:nowrap;font-size:16px;line-height:normal;font-weight:500}._tabButtonActive_1cewi_215{background:linear-gradient(180deg,#a7a3ff99,#b2affe99);cursor:default}._tabsWrapperWrapperMobile_1cewi_233{display:none}@media only screen and (max-width: 1023px){._tabsWrapperWrapperMobile_1cewi_233{display:flex;flex-direction:column}}._leftBlockDescriptionWrapperMobile_1cewi_243{display:none}@media only screen and (max-width: 1023px){._leftBlockDescriptionWrapperMobile_1cewi_243{display:flex;flex-direction:column;gap:52px}}._layout_1y4kf_1{display:flex;align-items:center;gap:20px;width:100%;padding-left:20px}@media only screen and (max-width: 1023px){._layout_1y4kf_1{margin-bottom:30px;padding-left:0;flex-direction:column}._layout_1y4kf_1._hasPages_1y4kf_14{flex-direction:column-reverse}}._wrapper_1y4kf_19{border-radius:20px;border:1px solid rgba(178,175,254,.6);background-image:url(/images/tarot-path/tarot-bg.webp);background-repeat:no-repeat;background-size:100% 276px;width:100%;padding:20px 0 20px 20px}@media only screen and (max-width: 767px){._wrapper_1y4kf_19{background-size:100% 120px;padding:10px 0 10px 10px}}._content_1y4kf_35{padding-top:158px;padding-right:20px;overflow-y:auto;height:834px;display:flex;flex-direction:column}._content_1y4kf_35::-webkit-scrollbar{width:3px}._content_1y4kf_35::-webkit-scrollbar-track{background:transparent;border-radius:5px}._content_1y4kf_35::-webkit-scrollbar-thumb{background:#b2affe99;border-radius:5px}._content_1y4kf_35::-webkit-scrollbar-thumb:hover{background:#b2affe}@media only screen and (max-width: 1023px){._content_1y4kf_35{padding-top:110px;padding-right:10px;height:auto;overflow-y:hidden;background-size:100% 120px}}._title_1y4kf_67{color:#fff;font-size:40px;font-weight:500;margin-bottom:10px}@media only screen and (max-width: 1023px){._title_1y4kf_67{font-size:30px}}._descriptionWrapper_1y4kf_79{margin-bottom:60px}@media only screen and (max-width: 1023px){._descriptionWrapper_1y4kf_79{margin-bottom:20px}}._description_1y4kf_79{color:#fffc;font-size:18px;font-weight:500;line-height:normal}._optionsWrapper_1y4kf_95{display:flex;flex-direction:column;gap:16px;margin-bottom:60px}@media only screen and (max-width: 767px){._optionsWrapper_1y4kf_95{margin-bottom:0;order:1}}._button_1y4kf_108{min-width:220px;width:auto}._creditsWrapper_1y4kf_113{display:flex;align-items:center;gap:8px}._creditsText_1y4kf_119{color:#fffc;font-size:14px;font-weight:500;line-height:20px}._buttonWrapper_1y4kf_126{display:flex;align-items:center;gap:12px}@media only screen and (max-width: 767px){._buttonWrapper_1y4kf_126{order:0;margin-bottom:20px}}._optionItem_1y4kf_138{display:flex;align-items:center;gap:8px}._optionItemDescription_1y4kf_144{color:#fffc;font-size:16px;font-weight:500;line-height:20px;max-width:468px;width:100%}._optionItemIcon_1y4kf_153{width:40px;height:40px}._footerSpace_1rdfw_1{position:relative;width:100%;max-width:1400px;height:711px;overflow:hidden;flex-shrink:0;margin:0 auto}@media only screen and (max-width: 1439px){._footerSpace_1rdfw_1{transform:scale(.8);transform-origin:center center;width:100%}}@media only screen and (max-width: 1023px){._footerSpace_1rdfw_1{display:none}}._spaceImg_1rdfw_23{width:1068px;height:1069px}._space_1rdfw_23{position:absolute;left:calc(50% - .17px);bottom:-380px;transform:translate(-50%);z-index:1}._centerPoint_1rdfw_36{position:absolute;left:50%;bottom:154px;z-index:3;overflow:visible}._wrapperOrbit_1rdfw_44{position:absolute;animation:_orbitRotation_1rdfw_1 65s linear infinite;z-index:4}._purplePlanet_1rdfw_50{position:absolute;left:-254px;bottom:-174px;z-index:5}._purplePlanet_1rdfw_50:before{content:"";position:absolute;left:50%;bottom:50px;transform:translate(-50%);width:332px;height:63px;background:linear-gradient(91deg,#5200fff2 3.06%,#921bbcf2 75.86%);filter:blur(81px)}._purplePlanet_1rdfw_50 img{width:509px;height:509px}._sunWrapper_1rdfw_72{position:absolute;left:285px;top:-180px}._sunWrapper_1rdfw_72 img{width:33px;height:33px}._greenSmallPlanetWrapper_1rdfw_82{position:absolute;left:-230px;top:-50px}._greenSmallPlanetWrapper_1rdfw_82 img{width:18px;height:18px}._redSmallPlanetWrapper_1rdfw_92{position:absolute;left:270px;top:50px}._redSmallPlanetWrapper_1rdfw_92 img{width:18px;height:18px}._yellowSmallPlanetWrapper_1rdfw_102{position:absolute;left:-320px;top:-300px}._yellowSmallPlanetWrapper_1rdfw_102 img{width:48px;height:48px}._purpleSmallPlanetWrapper_1rdfw_112{position:absolute;right:-150px;top:-410px}._purpleSmallPlanetWrapper_1rdfw_112 img{width:41px;height:41px}._blueSmallPlanetWrapper_1rdfw_122{position:absolute;left:-250px;top:300px}._blueSmallPlanetWrapper_1rdfw_122 img{width:58px;height:58px}._yellowWrapper_1rdfw_132{position:absolute;left:390px;top:-20px}._yellowWrapper_1rdfw_132 img{width:139px;height:139px}._blueWrapper_1rdfw_142{position:absolute;left:-510px;top:60px}._blueWrapper_1rdfw_142 img{width:139px;height:139px}._starAnimate_1rdfw_152{position:absolute;left:18%;top:10px;width:454px;height:327px;z-index:2}._starAnimate_1rdfw_152 ._starLayer1_1rdfw_160{position:absolute;left:0;top:0;width:454px;height:327px}._starAnimate_1rdfw_152 ._starLayer2_1rdfw_167{position:absolute;left:-42px;top:-103px;width:539px;height:534px;display:flex;align-items:center;justify-content:center;transform:rotate(45deg)}._starAnimate_1rdfw_152 ._starLayer2_1rdfw_167 img{width:454px;height:327px}@keyframes _orbitRotation_1rdfw_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _counterRotation_1rdfw_1{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}._footer_167q1_1{max-width:1920px;width:100%;margin:0 auto;background:#000;padding:20px 40px;display:flex;flex-direction:column;align-items:center;gap:40px}@media only screen and (max-width: 1023px){._footer_167q1_1{padding:0 10px 12px;gap:20px}}._footerContent_167q1_19{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;width:100%}@media only screen and (max-width: 767px){._footerContent_167q1_19{flex-direction:column}}._infoBlock_167q1_32{display:flex;flex-direction:column;gap:6px;min-width:270px}._footerBgImg_167q1_39{display:none;max-width:1000px;width:100%}@media only screen and (max-width: 1023px){._footerBgImg_167q1_39{display:block}}._productsBlock_167q1_50{display:flex;flex-direction:column;gap:6px;min-width:165px}._infoText_167q1_57{color:#fff;font-size:18px;font-style:normal;font-weight:500;line-height:normal;width:fit-content}._link_167q1_66{color:#fff;font-size:20px;font-style:normal;font-weight:500;line-height:normal;width:fit-content}._link_167q1_66:hover{opacity:.8}._logoBlock_167q1_78{display:flex;flex-direction:column;gap:9px}._paymentSystems_167q1_84{display:flex;align-items:center;gap:8px}._paymentSystem_167q1_84{border-radius:4px;background:#fff;display:flex;justify-content:center;align-items:center;height:32px;width:52px}._policyLinks_167q1_100{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 32px;width:100%;max-width:1440px}._policyLink_167q1_100{color:#ffffffb3;font-size:14px;font-weight:400;line-height:normal}._policyLink_167q1_100:hover{color:#fff}._copyrights_167q1_120{color:#ffffffb3;font-size:14px;font-weight:400;line-height:normal;margin-left:15px}@media only screen and (max-width: 767px){._copyrights_167q1_120{margin-left:0}}._credits_5a2s1_1{border-radius:10px;border:1px solid rgba(178,175,254,.6);background:linear-gradient(180deg,#a7a3ff0f,#b2affe0f);display:flex;align-items:center;gap:10px;min-width:228px;width:auto;height:50px;padding:6px 10px;cursor:pointer}._creditsDivider_5a2s1_16{color:#ffffff80}._languageAndCurrency_24lgl_1{position:relative}._languageAndCurrencyItem_24lgl_5{display:flex;align-items:center;gap:10px;border:1px solid transparent;border-radius:10px;height:50px;width:100%;opacity:.8;padding:6px 10px;transition:all .2s ease;cursor:pointer}._languageAndCurrencyItem_24lgl_5:hover{transition:all .2s ease;color:#b2affe}._popup_24lgl_23{position:absolute;z-index:100;top:-100%;left:calc(100% - 20px);width:468px;border-radius:10px;border:1px solid rgba(178,175,254,.6);background:#1b1b1b;padding:20px;display:flex;flex-direction:column;gap:20px;opacity:0;transform:translateY(-10px);visibility:hidden;transition:all .3s ease}._popup_24lgl_23._popupActive_24lgl_41{opacity:1;transform:translateY(0);visibility:visible}@media only screen and (max-width: 1023px){._popup_24lgl_23{padding:10px;max-width:375px;width:100%;left:0;transform:translate(-50%);top:-370%}}._popupItemWrapper_24lgl_57{display:flex;flex-direction:column;gap:10px}._popupItemList_24lgl_63{display:flex;align-items:center;gap:4px;width:100%}._popupItem_24lgl_57{max-width:140px;width:100%;flex-shrink:0;height:38px;display:flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid rgba(178,175,254,.6);background:#fff;cursor:pointer;color:#000000b2;text-align:center;font-weight:600;line-height:18px}@media only screen and (max-width: 1023px){._popupItem_24lgl_57{max-width:115px;width:100%;flex-shrink:1}}._popupItemActive_24lgl_95{border:1px solid rgba(178,175,254,.6);background:linear-gradient(180deg,#a7a3ff,#b2affe99);box-shadow:0 8px 16px #25237652,0 2px 6px #f0f0ffcc inset;color:#fff}._applyButton_24lgl_102{width:162px;height:38px;padding:6px 10px;display:flex;justify-content:center;align-items:center;gap:10px;background-color:transparent;border-radius:10px;border:1px solid rgba(178,175,254,.6);color:#fff;text-align:center;font-size:18px;font-weight:600;line-height:18px;cursor:pointer;transition:all .2s ease}._applyButton_24lgl_102:hover{transition:all .2s ease;box-shadow:0 8px 16px #25237652,0 2px 6px #f0f0ffcc inset}._languageAndCurrencyItemActive_24lgl_126{color:#b2affe}._sidebar_17qtn_1{border-radius:20px;background:#1b1b1b;width:248px;flex-shrink:0;padding:20px 10px;height:984px;display:flex;flex-direction:column;gap:32px}@media only screen and (max-width: 1023px){._sidebar_17qtn_1{transform:translate(-200%);transition:transform .3s ease;max-width:100%;overflow-y:auto;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-image:url(/images/userLayoutBg.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:101;padding:10px;gap:42px;border-radius:0}._sidebar_17qtn_1._sidebarOpen_17qtn_35{transform:translate(0);transition:transform .3s ease}}._sidebarLinkIcon_17qtn_41{line-height:0;flex-shrink:0}._sidebarLogo_17qtn_46{display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 1023px){._sidebarLogo_17qtn_46{justify-content:space-between}}._closeSidebar_17qtn_57{display:none;line-height:0;cursor:pointer}@media only screen and (max-width: 1023px){._closeSidebar_17qtn_57{display:block}}._sidebarMenu_17qtn_68{display:flex;flex-direction:column;gap:16px}._sidebarLink_17qtn_41{display:flex;align-items:center;gap:10px;border:1px solid transparent;border-radius:10px;height:50px;width:100%;opacity:.8;padding:6px 10px;transition:all .2s ease}._sidebarLink_17qtn_41:hover{transition:all .2s ease;border:1px solid rgba(178,175,254,.6);opacity:1;background:linear-gradient(180deg,#a7a3ff3d,#b2affe3d)}._sidebarLinkActive_17qtn_93{border:1px solid rgba(178,175,254,.6);background:linear-gradient(180deg,#a7a3ff,#b2affe99);opacity:1}._sidebarLinkActive_17qtn_93:hover{border:1px solid rgba(178,175,254,.6);background:linear-gradient(180deg,#a7a3ff,#b2affe99);opacity:1;cursor:default}._sidebarLinkPath_17qtn_105:hover{text-decoration:underline}._sidebarCredits_17qtn_109{display:none}@media only screen and (max-width: 1023px){._sidebarCredits_17qtn_109{display:block}}._userLayout_17um9_1{padding:20px;max-width:1920px;width:100%;margin:0 auto 30px;display:flex;background-image:url(/images/userLayoutBg.png);background-size:cover;background-position:center;background-repeat:no-repeat}@media only screen and (max-width: 1023px){._userLayout_17um9_1{padding:10px 10px 0;margin-bottom:40px;height:auto}}._userLayoutContentMain_17um9_21{display:flex;flex-direction:column;gap:60px;flex:1;min-width:0}@media only screen and (max-width: 1023px){._userLayoutContentMain_17um9_21{gap:40px}}._menuBurger_17um9_34{line-height:0;cursor:pointer}._headerDesktopInner_17um9_39{width:100%;display:flex;justify-content:flex-end}@media only screen and (max-width: 1023px){._headerDesktopInner_17um9_39{display:none}}._headerMobileInner_17um9_50{display:none}@media only screen and (max-width: 1023px){._headerMobileInner_17um9_50{display:flex;justify-content:space-between;align-items:center}}._headerMobileInnerMenu_17um9_61{display:flex;align-items:center;gap:8px}._creditsWrapper_17um9_67{cursor:pointer;display:flex;align-items:center;gap:10px;height:50px;padding:6px 10px;border-radius:10px;background:linear-gradient(180deg,#a7a3ff0f,#b2affe0f)}._layout_e1ic4_1{display:flex;align-items:center;gap:20px;width:100%;padding-left:20px}@media only screen and (max-width: 1023px){._layout_e1ic4_1{margin-bottom:30px;padding-left:0;flex-direction:column}._layout_e1ic4_1._hasPages_e1ic4_14{flex-direction:column-reverse}}._wrapper_e1ic4_19{border-radius:20px;border:1px solid rgba(178,175,254,.6);background-image:url(/images/zodiac-tome/zodiac-tome-bg.webp);background-repeat:no-repeat;background-size:100% 276px;width:100%;padding:20px 0 20px 20px}@media only screen and (max-width: 767px){._wrapper_e1ic4_19{background-size:100% 120px;padding:10px 0 10px 10px}}._content_e1ic4_35{padding-top:158px;padding-right:20px;overflow-y:auto;height:834px;display:flex;flex-direction:column}._content_e1ic4_35::-webkit-scrollbar{width:3px}._content_e1ic4_35::-webkit-scrollbar-track{background:transparent;border-radius:5px}._content_e1ic4_35::-webkit-scrollbar-thumb{background:#b2affe99;border-radius:5px}._content_e1ic4_35::-webkit-scrollbar-thumb:hover{background:#b2affe}@media only screen and (max-width: 1023px){._content_e1ic4_35{padding-top:110px;padding-right:10px;height:auto;overflow-y:hidden;background-size:100% 120px}}._title_e1ic4_67{color:#fff;font-size:40px;font-weight:500;margin-bottom:10px}@media only screen and (max-width: 1023px){._title_e1ic4_67{font-size:30px}}._descriptionWrapper_e1ic4_79{margin-bottom:60px}@media only screen and (max-width: 1023px){._descriptionWrapper_e1ic4_79{margin-bottom:20px}}._description_e1ic4_79{color:#fffc;font-size:18px;font-weight:500;line-height:normal}._optionsWrapper_e1ic4_95{display:flex;flex-direction:column;gap:16px;margin-bottom:60px}@media only screen and (max-width: 767px){._optionsWrapper_e1ic4_95{margin-bottom:0;order:1}}._button_e1ic4_108{min-width:150px;width:auto}._creditsWrapper_e1ic4_113{display:flex;align-items:center;gap:8px}._creditsText_e1ic4_119{color:#fffc;font-size:14px;font-weight:500;line-height:20px}._buttonWrapper_e1ic4_126{display:flex;align-items:center;gap:12px}@media only screen and (max-width: 767px){._buttonWrapper_e1ic4_126{order:0;margin-bottom:20px}}._optionItem_e1ic4_138{display:flex;align-items:center;gap:8px}._optionItemDescription_e1ic4_144{color:#fffc;font-size:16px;font-weight:500;line-height:20px;max-width:468px;width:100%}._optionItemIcon_e1ic4_153{width:40px;height:40px}._container_np5mm_1{height:100vh}*{box-sizing:border-box;padding:0;margin:0;font-family:Poppins,sans-serif;font-size:18px;font-weight:500;font-style:normal;line-height:normal}html,body{max-width:100vw;scrollbar-gutter:auto;-webkit-scrollbar-gutter:auto;color:#fff;font-size:18px;font-weight:500;line-height:normal;background-color:#000}ul,li{list-style:none}a{color:inherit;font-size:inherit;text-decoration:none}button{margin:0;border:none;color:inherit;font-size:inherit}.Toastify__toast-container{max-width:384px;width:100%}.Toastify__toast-container .Toastify__toast-body{display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:0}.Toastify__toast-container .Toastify__toast{border-radius:20px;border:1px solid rgba(178,175,254,.6);background:#000;box-shadow:0 2px 4px #f4f3ff inset,0 1px 8px #b2affe99;padding:20px}.Toastify__toast-container .Toastify__toast .Toastify__toast-icon{flex-shrink:0;width:100%;height:40px;margin:0;display:flex;align-items:center;justify-content:flex-start}.Toastify__toast-container .Toastify__toast .Toastify__toast-icon svg{flex-shrink:0;width:40px;height:40px}@media only screen and (max-width: 767px){.Toastify__toast-container .Toastify__toast{border-radius:0;padding:12px}}.Toastify__toast-container .Toastify__close-button{display:none}
