: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:hsla(0,0%,100%,.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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{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;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid 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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Gascogne-DemiBold;src:url(/_next/static/media/Gascogne-DemiBold.365ef7ed.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica;src:url(/_next/static/media/Helvetica.8a191867.ttf) format("truetype");font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue Medium;src:url(/_next/static/media/Helvetica-Neue-Medium-Extended.2c615549.otf) format("otf"),url(/_next/static/media/Helvetica-Neue-Medium-Extended.79532149.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue Regular;src:url(/_next/static/media/helveticaneue.f4b8c900.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue Bold;src:url(/_next/static/media/Helvetica-Neue-Medium-Extended.2c615549.otf) format("otf"),url(/_next/static/media/Helvetica-Neue-Medium-Extended.79532149.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{height:100vh;font-size:10px;-webkit-font-smoothing:antialiased;color:var(--pri-col)}:root abbr{text-decoration:none}body,html{-ms-overflow-style:none;scrollbar-width:none;padding:0;margin:0;height:100%;display:flex;flex-direction:column;background-color:var(--pg-bg-col);font-family:Gascogne-DemiBold,sans-serif;font-size:10px;--font-2:"Helvetica Neue Regular",sans-serif;--btn-col-1:#c03e21;--brd-col:#b3afaf;--col-lyt-ash:#ddd;--col-body-bg:#f9f9fb;--col-bg-2:#e3eee7;--col-ash:#aaa;--col-sec:#015351;--col-wt:#fff;--pri-col:#111;--col-bg2:#eee;--star-col:#eba430;--pg-bg-col:#f3f4f5;--hv-bg-col:#81ebff;--txt-col:#7c7c7c;--txt-col2:#637170;--plh-col:#b3afaf;--col-4:#5fc8de;--f-10:1rem;--f-12:1.2rem;--f-14:1.4rem;--f-16:1.6rem;--f-18:1.8rem;--f-20:2rem;--f-22:2.2rem;--f-24:2.4rem;--f-28:2.8rem;--f-32:3.2rem;--f-34:3.4rem;--f-36:3.6rem;--f-64:6.4rem}body::-webkit-scrollbar{display:none}main{background-color:#fff;padding-bottom:50px;flex:1 1;overflow:scroll}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.f-14{font-size:1.4rem}.d-flx{display:flex}.flx_jc_ac{justify-content:center}.flx_jc_ac,.flx_jc_sb{display:flex;align-items:center}.flx_jc_sb{justify-content:space-between}.flx_jc_ac_cl{align-items:flex-start;flex-direction:column}.flx_jc,.flx_jc_ac_cl{display:flex;justify-content:center}.modal-width{min-width:300px}.flx_jc_cl{display:flex;justify-content:center;flex-direction:column}.flx_ac,.flx_ac_cl{display:flex;align-items:center}.flx_ac_cl{flex-direction:column}.codeloading{border-color:transparent #015351;border-style:solid;border-width:1px}.link{display:inline-block;color:#015351;margin:auto;font-size:1.6rem;font-family:var(--font-2)}.modalClass{width:70%;min-height:400px}.modalClass2{width:50%;min-height:400px}.activelnk{color:#c03e21;font-weight:700;position:relative}.activelnk:after{content:"";display:inline-block;position:absolute;width:4px;height:4px;background-color:#c03e21;border-radius:100%;bottom:-5px;left:50%}img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}button{border:none;box-shadow:none;padding:10px;min-width:70px;border-radius:8px;background-color:var(--col-lyt-ash);color:#fff;font-size:var(--f-16)}button>svg{margin-top:5px;margin-left:7px}.btn{border:none;padding:10px;min-width:70px;border-radius:8px;background-color:var(--col-lyt-ash);color:#fff;font-size:var(--f-16)}.red{color:#c03e21}.hand:hover{cursor:pointer}.no-allow:hover{cursor:not-allowed;color:#b3afaf}a{color:inherit;text-decoration:none}.h2{font-size:var(--f-64)}.title{font-size:var(--f-32);font-family:Gascogne-DemiBold,sans-serif;font-weight:400}.title+p{width:100%;font-size:var(--f-18);font-family:var(--font-2)}.center{text-align:center}.socials{display:flex;justify-content:space-between;width:70%}.socials svg:hover{cursor:pointer}.btn_arrow_dw:after{content:url(/_next/static/media/arrow.c72b7941.svg);margin-top:5px;margin-left:10px}.left-icon-pos{left:0;bottom:29px}.icon{color:#7c7c7c}.icon-left~input{padding-left:28px}.icon-right~input{padding-right:28px}.elips{overflow:hidden;text-overflow:ellipsis;display:inline-block}.country{width:102px}.invrt-btn{background:transparent;color:#015351}.container{height:100%;width:100%;background-color:var(--pg-bg-col);padding:0;overflow:hidden;max-width:1980px;margin:0 auto}.abs-center{position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px}.bar{display:inline-flex}.bar,.bar:after{align-items:center}.bar:after{content:" ";display:flex;border:1.7px solid #e5e5e5;background:#e5e5e5;margin-right:2px}.bar:first-of-type:after{height:7px;transform:translateY(1.2px)}.bar:nth-of-type(2):after{height:10px}.bar:nth-of-type(3):after{height:14px;transform:translateY(-1.5px)}.Advanced,.Beginner,.Intermediate{display:inline-flex;align-items:center}.Advanced .bar:first-of-type:after,.Advanced .bar:nth-of-type(2):after,.Advanced .bar:nth-of-type(3):after,.Intermediate .bar:first-of-type:after,.Intermediate .bar:nth-of-type(2):after{border:1.7px solid #30656f;background:#30656f}.Advanced .bar:nth-of-type(3):after{transform:translateY(-2px)}.Beginner .bar:first-of-type:after{border:1.7px solid #30656f;background:#30656f}.overlay{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.5)}.starwrap{display:flex;margin-top:10px;font-size:var(--f-16);color:#d78806;font-family:var(--font-2)}.starwrap>div{margin:0 5px}.starwrap>div:first-child{margin:0}.app-pad{padding:0 65px}.logo_div{position:relative;display:inline-block;width:182.3px;height:32px;margin:0 auto 20px}.logo_div+h2{font-size:var(--f-32)}.auth_page{display:flex;justify-content:center;padding:150px 20px 0;width:100%;height:100%}.auth_page .wrapper{display:flex;flex-direction:column;width:500px;min-height:500px}.auth_page .topSection{text-align:center}.auth_page .topSection .title{font-weight:bolder}.auth_page .topSection .title+p{font-size:var(--f-16);color:var(--txt-col2);font-family:var(--font-2);width:81%;margin:25px auto}.auth_page .fg_pass{font-size:var(--f-14);font-family:var(--font-2);color:var(--col-sec)}.auth_page .sign_up{display:flex;justify-content:space-between;font-family:var(--font-2);font-size:var(--f-16);margin-top:28px;align-items:center}.auth_page .sign_up span{color:#637170}.auth_page .sign_up a{color:var(--col-sec);text-decoration:underline;font-weight:700;margin-left:5px}.auth_page .sign_up button{background-color:var(--btn-col-1);min-width:148px}.auth_page .sign_up button svg{margin-top:5px;margin-left:7px}.rating_div{display:flex;grid-gap:2px;gap:2px;color:#d78806;align-items:center;margin-top:12px}.PhoneInputInput{border:none;font-size:16px;height:40px;margin-left:10px;outline:none;background-color:transparent}.PhoneInputCountryIcon--border{width:25px;height:20px;outline:none;border:none}.PhoneInputCountrySelectArrow{width:5px!important;height:5px!important;margin-left:10px!important}.star_wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.star_container{position:relative;min-width:18.78px;min-height:18.38px;background:#333;-webkit-clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.star_container .star_glider{background:#d78806;position:absolute;min-width:18.78px;min-height:18.38px;inset:0}.checkbox{display:inline-flex}.checkbox .cbox{position:relative;width:20px;height:20px;display:inline-block;border:1px solid #000;border-radius:5px}.checkbox .cbox:after{content:" ";display:inline-block;width:8px;border:1px solid #000;border-right:none;border-bottom:none;left:4.5px;top:-1px;position:absolute;height:12px;transform:rotate(226deg);opacity:0;visibility:hidden;transition:opacity;transition:all .3s linear}.checkbox input[type=checkbox],.checkbox input[type=radio]{display:none}.checkbox input[type=checkbox]:checked+.cbox:after,.checkbox input[type=radio]:checked+.cbox:after{opacity:1;visibility:visible}.ratings_gen{display:flex;justify-content:space-between;padding:0 25px}.ratings_gen .star_container,.ratings_gen .star_container .star_glider{width:55px;height:55px}.ratings_gen .star_container:hover{cursor:pointer}.hide{visibility:hidden;opacity:0;width:0;height:0}.show{visibility:visible;opacity:1;width:auto;height:auto}.navi ul{display:flex}.navi ul li{list-style:none}.Toastify__toast-body{z-index:999999!important}.Toastify__toast-body>div:last-child{font-size:1.4rem;text-align:center}.right_for_sub{display:flex;padding-left:40px}.spin{animation:pay-animation 1s infinite}@keyframes pay-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rec{text-align:center;color:#000;background:#e3eee7;margin:0;height:25px;font-size:1.4rem;padding-top:5px;border-radius:8px 8px 0 0;transform:translateY(4px)}.split{margin-top:10px;display:flex;grid-gap:35px;gap:35px}.flx-dir-col{flex-direction:column;align-items:stretch}.avatar img{border-radius:50%;-o-object-position:center center;object-position:center center}.error{color:red;font-size:1.2rem}.error,.error-big{font-family:var(--font-2)}.error-big{color:#eb1212;font-size:1.8rem;z-index:900;text-align:center}#nprogress .bar{background:#c03e21!important;border:4px solid #c03e21}#nprogress .peg{box-shadow:0 0 10px #fb0,0 0 5px #fb0}#nprogress .spinner-icon{border-top-color:#c03e21;border-left-color:#fb0;width:25px;height:25px}.updateInfo{width:550px;padding-bottom:20px}.updateInfo .imgDiv{width:115px;height:115px;position:relative;margin:0 auto}.updateInfo .complete-info{width:85%;margin:0 auto;text-align:center}.updateInfo .complete-info h2{margin-top:20px}.updateInfo button{margin-top:20px;padding-left:50px;padding-right:50px}@media only screen and (max-width:425px){.login{padding:40px 20px}.login .topSection :global(.title)+p{width:100%;margin-top:10px}.login .fg_pass{text-align:right}.login .sign_up{flex-direction:column;font-size:var(--f-14)}.login .sign_up :first-child{order:2}.login .sign_up button{width:100%;margin-bottom:25px}}@media only screen and (max-width:1146px){.app-pad{padding:0 35px}}@media only screen and (max-width:1024px){.title{font-size:32px}.app-pad{padding:0 20px}}@media only screen and (max-width:425px){main{min-height:auto}.logo_div{position:relative;width:148px;height:26px;margin-bottom:50px}.logo_div+h2{font-size:var(--f-20)}.app-pad{padding:15px}.auth_page{padding:40px 20px}.auth_page .topSection .title{font-weight:400}.auth_page .topSection .title+p{width:100%;margin-top:10px}.auth_page .fg_pass{text-align:right}.auth_page .sign_up{flex-direction:column;font-size:var(--f-14)}.auth_page .sign_up :first-child{order:2}.auth_page .sign_up button{width:100%;margin-bottom:25px}.split{flex-direction:column;grid-gap:0;gap:0}}.festive{position:relative;width:100%;height:264px;margin-bottom:-50px}@media screen and (min-width:2001px){.festive{height:500px}}@media screen and (min-width:1800px)and (max-width:2000px){.festive{height:400px}}@media screen and (min-width:1440px)and (max-width:1799px){.festive{height:350px}}@media screen and (min-width:1300px)and (max-width:1439px){.festive{height:300px}}@media screen and (max-width:1000px){.festive{height:220px}}@media screen and (max-width:899px){.festive{margin-bottom:-30px;margin-top:-50px}}@media screen and (max-width:600px){.festive{height:160px;margin-bottom:-10px}}@media screen and (max-width:450px){.festive{height:120px;margin-bottom:-10px}}