: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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}[type=button],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}input[type=password],input[type=text]{-webkit-appearance:none}._3kyUU{--web-ui_button-color:#3b5998}._1-mWU{--web-ui_button-color:#4285f4}._2a3s4{align-items:center;background:#f7f7f7;border:2px solid #e5e5e5;border-radius:16px;display:flex;margin-top:8px;position:relative}._2S_JP{display:flex;width:100%}._2rjZr{align-items:center;cursor:text;padding:8px 16px;width:100%}._3MNft{background:transparent;border:0;flex-grow:1;line-height:27px;width:100%}._2mhcq{align-items:center;display:flex;height:100%;left:7px;position:absolute!important;top:1px}.SBf4a{align-self:stretch;width:100%}._2F37r{cursor:pointer;position:absolute;right:0;right:var(--modal-padding,0);top:0;top:var(--modal-padding,0);z-index:1}._3gyBG{align-items:center;display:flex;justify-content:center}._3Kwrp{position:absolute;right:30px;top:30px}._2z95t{margin-top:40px;text-align:center}._2z95t,._3jeu0{position:relative}._3jeu0{display:flex;flex-direction:column;font-size:16px;text-align:start;width:100%}._8oBzi{grid-gap:15px;display:grid;grid-template-columns:1fr 1fr;margin:20px 0 0}._3zB0T{flex:0 0 auto;margin-right:10px}._2oW4v{margin-top:20px;width:100%}._2np70{color:#afafaf}._2np70:hover{color:#777}._2GC65{font-size:26px;margin:10px 0 20px;text-align:center}._2GC66{margin:10px 0 35px}._29viM{align-items:center;display:flex;flex-direction:column;padding-bottom:10px}._29ZQh{color:#afafaf;font-size:14px}._29ZQh a{color:inherit}._29ZQh a,._29ZQh b{font-weight:700}._7pBya{align-items:center;display:flex;justify-content:center;margin:20px 0}._2_JcM{background:#e5e5e5;flex-grow:1;height:2px}._36kWA{color:#afafaf;flex-grow:0;padding:0 8px}._1hKmP{color:#4b4b4b;font-weight:600}.oRujQ{color:#1cb0f6;cursor:pointer;font-size:15px;margin-left:5px;text-transform:uppercase}@media (max-width:500px){form._2z95t{width:100%}}@media (min-width:501px){form._2z95t{width:80%}}@media (min-width:700px){form._2z95t{margin-top:0;width:375px}}.input-extra-left{cursor:pointer;left:8px;padding:10px;position:absolute;top:14px}.input-extra-left.veye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23aaa'%3E%3Cpath d='M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z'/%3E%3Cpath d='M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z'/%3E%3C/svg%3E")}.input-extra-left.heye,.input-extra-left.veye{background-position:50%;background-repeat:no-repeat;background-size:cover}.input-extra-left.heye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23aaa'%3E%3Cpath d='m10.79 12.912-1.614-1.615a3.5 3.5 0 0 1-4.474-4.474l-2.06-2.06C.938 6.278 0 8 0 8s3 5.5 8 5.5a7.029 7.029 0 0 0 2.79-.588zM5.21 3.088A7.028 7.028 0 0 1 8 2.5c5 0 8 5.5 8 5.5s-.939 1.721-2.641 3.238l-2.062-2.062a3.5 3.5 0 0 0-4.474-4.474L5.21 3.089z'/%3E%3Cpath d='M5.525 7.646a2.5 2.5 0 0 0 2.829 2.829l-2.83-2.829zm4.95.708-2.829-2.83a2.5 2.5 0 0 1 2.829 2.829zm3.171 6-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E")}.input-extra-left.pencil{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23aaa'%3E%3Cpath d='M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9z'/%3E%3Cpath fill-rule='evenodd' d='M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3zM3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9H3.1z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover}.text-danger{color:red}.XYk_i,._2Aobv{text-align:center}._2Aobv{border:2px solid #e5e5e5;border-radius:98px;color:#afafaf;font-size:18px;height:25px;width:25px}._2Aobv:hover{border-color:#98deff;color:#00b8ff}._8Lfek{padding:20px 8px;text-align:justify}._8Lfek b,._8Lfek span{font-size:13px!important}._8Lfek b{color:#00b8ff;cursor:pointer;font-weight:700}.Tl9edfva-OV{background-color:#000;height:100%;left:0;opacity:.5;overflow:hidden;position:fixed;top:0;width:100%;z-index:999999}.Tl9edfva-OV2{background-color:#7f7f7f;opacity:1}.Jtdu8ed4{--modal-padding:25px!important;margin:10px!important}.Jtdu8ed4 p{font-size:13px;text-align:justify}a{background-color:initial}*,:after,:before,button,button:focus{box-sizing:inherit}a{text-decoration:none}h1{font-size:26px;font-weight:700;margin:0 0 50px}ul{list-style:none;margin:0;padding:0}.lomolearn-dc{color:#524cb3}.lomolearn-c{color:#5d56cd}._275sd{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;font:700 15px/1.2 IRANSansFaNum,sans-serif;font:700 var(--web-ui_button-font-size,15px)/var(--web-ui_button-line-height,1.2) IRANSansFaNum,sans-serif;justify-content:center;letter-spacing:.8px;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap}._2NolF:disabled:not(._1rl91){-webkit-transform:translateY(var(--__internal__lip-width)) translateZ(0);transform:translateY(var(--__internal__lip-width)) translateZ(0)}._2NolF:disabled:not(._1rl91):before{box-shadow:none}._2NolF:disabled:not(._1rl91){color:#afafaf;color:var(--web-ui_button-color-disabled,#afafaf)}._2NolF:disabled:not(._1rl91):before{background-color:#e5e5e5;background-color:var(--web-ui_button-background-color-disabled,#e5e5e5)}._24dlP{--web-ui_button-background-color:#5d56cd;--web-ui_button-border-color:#444785;--web-ui_button-color:#fff}._2pIQ_{--web-ui_button-background-color:#fff;--web-ui_button-background-color-disabled:hsla(0,0%,100%,.4);--web-ui_button-border-color:hsla(0,0%,100%,.5);--web-ui_button-color:#0b3e71;--web-ui_button-color-disabled:#0b3e71}._32wa0{--web-ui_button-background-color:#235390;--web-ui_button-border-color:#154078;--web-ui_button-color:#fff}._2dZP2{--web-ui_button-height:44px;--web-ui_button-padding:0 20px}._1qqNj{background-position:-210px -78px;height:8px;width:14px}._1R3fw{position:relative;text-align:center}._1UDxB{position:fixed;top:0;width:100%;z-index:2}.VIArj{background-color:#fafaff}._3shUr{margin:0 auto;max-width:1065px;min-height:70px;padding:0 24px}.VIArj ._3shUr{padding:0 40px}._31Zea{float:left;margin-top:18px}._31rZa{float:right;margin-top:8px}._1Iy-H{height:55px}._2stpn{align-items:center;display:flex;float:right;margin-top:5px}@media (max-width:980px){._1Uyv-{display:none}}.oIYBe{padding:20px 24px 15px}._1nF80{position:relative}._2KnEg{font-size:15px;font-weight:700;letter-spacing:.8px;padding-bottom:5px;text-transform:uppercase}._1eWzQ{color:#fff}._1fl7C{margin-left:7px}.fwYNM{display:none!important}._3mSsk{margin:12px auto 0;min-width:320px}@media (max-width:1065px){._3mSsk{min-width:272px}}._2quRS{max-height:360px}@media (max-width:1065px){._2quRS{max-height:192px}}@media (max-height:500px){._2quRS{display:none}}._2eTYC{background:url(https://www.lomolearn.ir/files/images/331a32943ff73be28537dfc7469d5639.svg);background-size:360px;height:360px;min-width:360px;width:360px}@media (max-width:1065px){._2eTYC{background-size:192px;height:192px;min-width:192px;width:192px}}@media (max-height:500px){.QKdy5{display:none}}._30_lR{background-color:#fafaff}._2F5q9{display:flex;flex-direction:column}._2jDQw{align-items:center;display:flex;justify-content:center;min-height:100vh;min-height:calc(100vh - var(--onetrust-banner-height, 0px));position:relative;z-index:1}@media (max-width:1065px){._2jDQw{overflow:hidden;padding:48px 0}}._18cH1{align-items:center;display:flex;margin:12px auto;text-align:center}@media (max-width:1065px){._18cH1{flex-direction:column;padding:24px 12px;width:100%}.Dp10Ad{padding:0 10px}}._3wkBv{margin:auto 48px;width:60%}@media (max-width:1065px){._3wkBv{margin:12px auto 0;max-width:600px;width:100%}}._3bXAY{color:#444;font-family:IRANYekan}@media (max-width:650px){._3bXAY{font-size:25px;margin-bottom:24px}}._6TCdY{min-width:320px}@media (max-width:1065px){._6TCdY{min-width:230px}._3bXAY{margin-top:45px}.LKK32{display:none!important}}@media (min-width:1066px){._3bXAY{font-size:3em;line-height:3.5rem}}.IvcaF{background:#444785;bottom:0;direction:rtl;left:0;position:absolute;right:0}@media (max-width:1065px){._3uMJF,.liLLN a{min-width:272px!important}}._1u7qP{margin:0 auto}._3hwU0{margin-right:10px}._2QTTU{color:#fff;display:flex;height:74px;width:1004px}.fh7hk{margin:17px auto;max-width:924px;position:relative;white-space:nowrap}._1-WUC{cursor:pointer;height:22px;opacity:.5;position:absolute;top:9px}._2tzcF{left:-44px}._2tbJx{right:-44px}.kuc9r{margin-top:5px;overflow:hidden;width:100%}._1NFpv{transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;width:900px}._3G2L1{display:inline-block;min-width:120px}.TNj94{align-items:center;color:inherit;display:flex;justify-content:center;text-decoration:none}._1v6Jc{margin-right:10px}.w9lql{font-size:15px;font-weight:700;letter-spacing:.8px;margin-right:12px;text-transform:uppercase}.home-damavand{display:none}@media (max-width:500px){.home-damavand{bottom:-75px;bottom:-35px;display:block;left:0;max-width:100%;position:absolute;z-index:1}}.top-overlay{height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity;transition-duration:.1s;width:100%;z-index:0}.top-overlay.show{display:block;opacity:1;overflow-x:hidden;overflow-y:auto;pointer-events:inherit;z-index:11}._8_UHb.PoRSc5r0l{position:relative}.card{background:#fff;border-radius:10px;padding:40px 20px 20px}._d74q1d{color:#767676;font-size:13px;padding-bottom:10px}.sms-timer{border-right:2px solid #e5e5e5;height:100%!important;left:0;min-width:80px;padding:0 10px;position:absolute!important;top:0}.sms-timer.resend{border-right:none;height:auto!important;left:-8px;top:1px}.sms-timer.resend p{color:#fff;font-size:12px}.sms-timer>p{text-align:center}._3l_Dd{max-width:932px;padding:0 40px;width:100vw}._3rrla{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));justify-content:center;margin:auto;padding:24px 0 36px}._3rrlaL{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}@media (max-width:699.98px){._3rrla{justify-content:center}}@media (max-width:699.98px),(min-width:700px) and (max-width:1065px){._3rrla{grid-template-columns:repeat(auto-fill,minmax(155px,1fr))}}.iNDwf,.zA0zE{position:relative}.zA0zE{border-radius:16px;border-style:solid;border-width:2px 2px 4px;cursor:pointer;display:inline-block;flex:1 1 auto;margin:12px;max-width:240px;min-height:217px;min-width:200px;padding:12px 12px 24px;text-align:center}._3rrlaL .zA0zE{max-width:160px;min-width:165px}@media (max-width:699.98px),(min-width:700px) and (max-width:1065px){._3rrlaL .zA0zE,.zA0zE{min-width:150px}}@media (max-width:699.98px){._3rrla{justify-content:center}._3rrlaL .zA0zE,.zA0zE{margin:6px;max-width:100%}}.uS_Xr{background-color:#fff;border-color:#e3e3e3}.uS_Xr:hover{background-color:#f1faff;border-color:#a6deff}.uS_Xr:active{background-color:#d7eefa;border-color:#80c7f0}.uS_Xr.lsubscribed{background-color:#dbfad7;border-color:#96f080}.OiLKR{height:71px;margin:0 auto}._137vt{display:flex;flex-direction:row-reverse;margin-bottom:6px;min-height:26px}._25WYd{font-size:17px;font-weight:700;line-height:1.2;margin-bottom:0;margin-top:10px}.ybptu{color:#fff}._3G1xD{font-weight:500;margin-top:6px;text-transform:none}._3kfO4{color:#fff}._Wcah8d{background-color:#f2f2fb;border-radius:15px}._FL8aoL{position:absolute;width:100%;z-index:1000}@media (max-width:530px){._3l_Dd{padding:0;width:100%}}._2jDQw._3z5VG>._18cH1{margin:0 auto}@media (max-width:1065px){.H9Pmio{flex-direction:column}}.p8OImf{color:#6c6d87;direction:rtl;font-family:IRANYekan;font-size:14px;line-height:1.6rem;max-width:450px;text-align:right;text-align:justify;width:100%}.H9Pmio img{max-width:500px;min-width:500px;width:100%}@media screen and (max-width:1065.98px){.H9Pmio img{max-width:385px;min-width:400px}}@media screen and (max-width:600px){.H9Pmio img{min-width:0;min-width:auto}}._5F37r{cursor:pointer;display:inline-flex;float:right}.E8poiKL{background-color:initial!important;height:100%;justify-content:center}@media (max-width:1065px){.E8poiKE{justify-content:flex-start}}.E8poiKE{align-items:flex-start}._6rxB4{background-position:-273px -70px;height:11px;width:15px}._3j5gj{border-radius:5px;color:#fff;display:inline-block;font-size:13px;font-weight:700;padding:3px 10px;text-transform:uppercase}.rOB_o{background-color:#58a700;padding:5px!important}.BCLearnts{color:#00a1ff;font-weight:700}.topnav{margin-top:8px;overflow:hidden}@media (max-width:600px){.VIArj ._3shUr{padding:0 14px 0 0}._31rZa{display:inline;float:right}}.topnav a,.topnav p{color:#6f7083;display:block;float:right;font-family:IRANYekan;font-size:15px;margin-top:12px;padding:14px 16px;text-align:center;text-decoration:none}.topnav a:hover,.topnav p:hover{background-color:#e7e6ff;border-radius:20px;color:#5d56cd}.topnav a.active,.topnav p.active{color:#5d56cd;font-weight:700}.topnav a.active:after,.topnav p.active:after{background-color:#5d56cd;border-radius:9px;content:"";display:block;height:4px;margin-top:5px}.topnav a:nth-child(2){margin-right:25px}@media screen and (min-width:900px){.topnav a:nth-child(2){margin-right:65px}}.hlogin-btn{background-color:#f6806b;border-bottom:2px solid #eea598;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;float:left;margin-top:19px;padding:6px 13px}.drawer-header .hlogin-btn{display:none}.hlogin-btn:hover{background-color:#e97c68}.menu-icon{display:none;float:left;padding:14px 16px}.menu-icon .bar-icon{background-color:#6963c7;border-radius:10px;height:5px;margin:6px 0;width:35px}@media (max-width:820px){.topnav a,.topnav p{display:none}.menu-icon{cursor:pointer;display:block;left:75%}.topnav{background-color:#fafaff;display:block;height:100%;margin-top:0;position:fixed;top:0;transition:left .2s;width:50%}.topnav.hide-drawer{left:-50%}.hlogin-btn{display:none}.drawer-header .hlogin-btn{display:inline-block;margin:20px}}@media (max-width:500px){.topnav{background-color:#fafaff;display:block;height:100%;margin-top:0;position:fixed;top:0;transition:left .2s;width:75%}.topnav.hide-drawer{left:-75%}}@-webkit-keyframes floating{0%{-webkit-transform:translatey(0);transform:translatey(0)}50%{-webkit-transform:translatey(-35px);transform:translatey(-35px)}to{-webkit-transform:translatey(0);transform:translatey(0)}}@keyframes floating{0%{-webkit-transform:translatey(0);transform:translatey(0)}50%{-webkit-transform:translatey(-35px);transform:translatey(-35px)}to{-webkit-transform:translatey(0);transform:translatey(0)}}.position-relative{position:relative}.floating-anim{-webkit-animation:floating 8s ease-in-out infinite;animation:floating 8s ease-in-out infinite;position:absolute;z-index:-1}.topnav.drawer{display:flex;flex-direction:column;justify-content:start;left:0;z-index:1000}.topnav.drawer .drawer-header{align-items:center;background-color:#edecff;display:flex;height:100px;width:100%}.topnav.drawer .drawer-header img{height:50px;margin-left:10px}.topnav.drawer a,.topnav.drawer p{display:inline-block;text-align:left}.topnav.drawer a:before,.topnav.drawer p:before{background-color:#c4c4c4;border-radius:9px;content:"";display:inline-block;height:4px;margin-right:10px;width:20px}.topnav.drawer a.active:before,.topnav.drawer p.active:before{background-color:#5d56cd}.topnav.drawer a.active:after,.topnav.drawer p.active:after{display:none}.VIArj.shadow-sm{box-shadow:0 1px 10px 0 hsla(225,4%,62%,.28)}@media (max-width:550px){.on_pwa.p8OImf{visibility:hidden}.on_pwa._3bXAY{display:none}}.Dfm_fgbp{align-items:center;display:flex;justify-content:center;margin-top:50px;width:100%}@media (max-width:600px){.Dfm_fgbp{align-items:flex-end!important;flex-direction:column-reverse!important;margin-top:0!important}._1Ii2h{margin-left:0!important;margin-top:5px!important}}._1Ii2h{margin-left:-50px}.Dfm_fgbp button{height:40px;padding:0 4px}.Dfm_fgbp button,.Dfm_fgbp button:before{border-radius:8px!important}@media (min-width:767.98px){.Dfm_fgbp button{margin-top:25px}}@media (hover:hover){._3Ev3S:hover:not(:disabled):not(.k6MEx):not(._3tP0w){-webkit-filter:brightness(.9);filter:brightness(.9)}}.H2fdss{font-size:2em}._1figt{border-color:transparent;padding:12px 16px}._1figt,._1figt:after{border-width:2px 2px 4px}._1figt:after{bottom:-4px;content:"";left:-2px;right:-2px;top:-2px}._1figt:active:not(:disabled):not(.k6MEx){border-width:4px 2px 2px}._1figt:active:not(:disabled):not(.k6MEx):after{border-bottom-width:2px;bottom:-2px}._1figt:disabled:not(._2mG9r){border-width:4px 2px 2px}._1figt:disabled:not(._2mG9r):after{border-bottom-width:2px;bottom:-2px}._3iVqs{background:none;color:#afafaf}._3iVqs:after{background-color:#fff;border-color:#e5e5e5}._3iVqsA:after{background-color:#444;border-color:#e5e5e5}._2RTMn{cursor:pointer}@media (hover:hover){._2RTMn:hover:not(:disabled):not(.k6MEx):not(._3tP0w){-webkit-filter:brightness(1.2);filter:brightness(1.2)}}._338aW{background:#fff}._338aW:first-child{margin-top:12px}.DHwFZ{border-bottom:2px solid #e5e5e5;margin:12px auto}.DHwFZ,._8bBwZ{display:flex;max-width:1065px}._8bBwZ{align-items:center;margin:auto;padding:40px}.FeatuH3{color:#676767}@media (max-width:1065px){._8bBwZ{max-width:600px;text-align:center}.H2fdss{font-size:23px}}._2HZDe{flex-direction:row}._2HZDe.RVdan.midFcd{padding-bottom:20px}._2HZDe.RVdan.midGcd{padding-bottom:0}._2HZDeR{flex-direction:row-reverse;padding-top:0}@media (max-width:1065px){.RVdan,._3xrJa{flex-direction:column}}._1gei2{flex-direction:column}@media (max-width:1065px){._1gei2{align-items:flex-start;padding:40px 40px 0}}.kzV-q{background-repeat:no-repeat;background-size:contain;flex-grow:0}@media (max-width:1065px){.kzV-q{margin-bottom:48px}.HBGBCR.kzV-q{margin-bottom:0}}._13IhJ{margin-right:48px}._2HZDeR ._13IhJ{margin-left:48px;margin-right:0}@media (max-width:1065px){._13IhJ{margin-right:0}._2HZDeR ._13IhJ{margin-left:0;margin-right:0}}._2lVpu{margin-right:48px}@media (max-width:1065px){._2lVpu{margin-right:0;margin-top:50px}}.HBGBC{background-image:url(https://www.lomolearn.ir/files/images/s87adc405796261e8d1c9.svg);height:300px;min-width:344px}@media (max-width:999.98px){.HBGBC{height:260px;min-width:260px}}.HBGBCR{background-image:url(https://www.lomolearn.ir/files/images/sddb08e1b8f271aedfc8.svg);height:250px;min-width:344px}@media (max-width:999.98px){.HBGBCR{height:190px;min-width:260px}}.hmzIl{background-image:url(https://www.lomolearn.ir/files/images/home/app_iphone.png);height:325px;margin-bottom:-41px;min-width:375px}@media (max-width:400px){.hmzIl{height:300px;min-width:355px}}._2gzeH{color:#8a90a7;flex-grow:1;font-size:16px;line-height:1.8;margin-bottom:24px;text-align:right;text-align:justify}._2gzeH a{color:#777;font-weight:700;text-decoration:underline}._1c0wn{color:#777;font-size:14px;line-height:1.7}._2KQih{display:flex;flex-direction:row-reverse}@media (max-width:1065px){._2KQih{flex-direction:column;margin:12px 0}}._2XjE9{display:flex;flex-direction:column;flex-grow:1;padding-top:48px}@media (max-width:1065px){._2XjE9{padding:0}}._11DdV{background:url(https://www.lomolearn.ir/files/images/laptop-features.svg);background-size:245px;height:161px;margin:auto 48px;min-width:245px;width:245px}@media (max-width:1065px){._11DdV{display:none}}._2H12S{display:none}@media (max-width:1065px){._2H12S{display:block;margin:0 auto 48px}}.QDrP9,._3_NlK{display:flex}._3_NlK{flex-direction:column;min-width:300px;padding:5px 15px 18px 0;text-align:right;text-align:justify}@media (max-width:1065px){._3_NlK{min-width:0;min-width:auto;padding:0 24px 24px 0}}@media (-ms-high-contrast:active) and (min-width:1065px),(-ms-high-contrast:none) and (min-width:1065px){._1gei2{align-items:center}._2KQih{align-self:stretch}.QDrP9,._2XjE9,._3_NlK{flex-basis:100%}}._22sJd{background-repeat:no-repeat;background-size:43px;display:inline-block;height:43px;margin-top:-10px;min-width:43px}._5ygKF{background:url(https://www.lomolearn.ir/files/images/feature-speaker.svg)}._258Bh{background:url(https://www.lomolearn.ir/files/images/feature-check.svg)}._2tMVK{background:url(https://www.lomolearn.ir/files/images/feature-streak.svg)}.YGPXM{background:url(https://www.lomolearn.ir/files/images/feature-lingot.svg)}._2UDuf{margin-bottom:-12px}._2xIzh{margin:0 12px 12px 0;min-width:192px}._286XF{display:inline-block}._2SJZg{grid-gap:12px;color:#4b4b4b;display:inline-grid;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr}._2SJZg._3iVqsA{color:#fff}._2Gbos{height:34px;line-height:0;width:34px}._1sq2h{display:inline-block;font-size:16px;font-weight:400;letter-spacing:normal;line-height:1.4;text-align:left;text-align:initial;text-transform:none}._1sq2h>span>span{display:block;font-size:13px}.appDlp{background-image:linear-gradient(270deg,#e4f2fe,#ffeefe);border-radius:20px}.appDlpM{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial}@media (max-width:1065px){.appDlp{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial}.appDlpM{background-image:linear-gradient(270deg,#e4f2fe,#ffeefe)}}.faq-item,.faqs{position:relative}.faq-item{background-color:#fff;border-radius:6px;box-shadow:0 4px 8px rgba(52,58,64,.08);margin-bottom:12px}.faq{color:#536976;cursor:pointer;font-size:16px;font-weight:500;text-align:right;transition:background-color .2s ease-out}.faq .faq-title{margin:0;padding:15px 20px;pointer-events:none}.faq.faq-collaped{background-color:#e6e9ef;border-top-left-radius:6px;border-top-right-radius:6px;color:#036db4}.faq-item .faq-container{background:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;max-height:0;overflow:hidden;transition:max-height .2s ease-out}.faq-item .faq-container p{color:#616161;line-height:1.7rem;margin:20px;text-align:right;text-align:justify}.faq.faq-collaped:before{color:#536976;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.faq:before{border-bottom:2px solid;border-right:2px solid;box-sizing:border-box;content:"";display:inline-block;height:10px;left:20px;position:absolute;top:22px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:10px}.footer{background-color:#edf2f7}.footer H2{color:#847fd3;padding-right:25px;text-align:center}@media (max-width:500px){.footer h2{font-size:16px;padding-right:15px;padding-top:4px}.footer-end{flex-direction:column}}.footer-container{display:flex;flex-wrap:wrap;gap:50px}.footer-container,.footer-end{justify-content:space-between;width:100%}.footer-end{border-top:1px solid #ddd;color:#545f6d;direction:rtl;padding-bottom:10px;padding-top:10px}.footer-logo-image{height:55px}.footer-links{align-items:start;display:flex;flex-direction:column}.Bh_OoF3{font-size:1.3em}.footer-lomo{display:flex;flex-direction:column}.footer-lomo p{color:#545f6d;line-height:1.75rem;max-width:370px;padding-right:8px}@media (max-width:1065px){.footer-lomo p{max-width:none}}.footer-links li{cursor:pointer;font-size:15px;margin-bottom:5px}.footer-links li:not(.footer-contact):before{background-color:#ceddf6;border-radius:50%;content:"";display:inline-block;height:6px;margin-left:10px;width:6px}.footer-links li a{color:#545f6d}.footer-links li:not(.footer-contact) a:hover{color:#b9c7da}.footer-socials{display:flex}.footer-socials li{margin-right:10px}.footer-socials a{color:#3c8bef}.footer-contact{display:flex;justify-content:space-between}@media (max-width:500px){.footer-container{flex-direction:column;gap:20px}.Bh_OoF3{text-align:right}}.home-container{background:#fff;border-radius:10px;margin:50px 15px;max-width:1200px;padding:82px 180px 33px;position:relative;width:100%}.home-container h2{color:#555;font-size:19px}.home-container p{color:#888;font-size:15px;line-height:1.7rem;text-align:right;text-align:justify}.home-container h3{font-size:23px;justify-content:right}@media (max-width:900px){.home-container{padding:45px 25px 33px}}.div-about-us{align-items:center;display:flex;gap:50px;justify-content:center}.div-about-us img{min-width:355px}.div-about-us p{max-width:350px}@media (max-width:900px){.div-about-us{flex-direction:column}.div-about-us p{max-width:none}.div-about-us img{margin-bottom:35px}}@media (max-width:500px){.div-about-us img{margin-bottom:35px;min-width:250px}}.home-container-xl{padding:82px 130px 33px}.home-container-xl .home-container p{color:#656565}@media (max-width:1020px){.home-container-xl{padding:82px 65px 33px}}@media (max-width:500px){.home-container-xl{padding:82px 10px 33px}}.insPwAIc{border:8px solid #fff;border-radius:50%;margin-top:-70px;width:70px}.BonY4dgHP{gap:20px}.BonY4dgH,.BonY4dgHP{align-items:center;display:flex;justify-content:center}.BonY4dgH{border:2px dashed #e8e2fc;border-radius:10px;flex-direction:column;min-height:250px;min-width:270px}.BonY4dgH img{border:8px solid #f0ebfe;border-radius:50%;height:105px;width:105px}.BonY4dgH h2{color:#6848b4;font-size:17px;margin-bottom:0}.BonY4dgH span{color:#888;display:block;font-size:13px}@media (max-width:1200px){.BonY4dgHP{flex-wrap:wrap}}@media (max-width:870px){.BonY4dgH{min-height:200px;min-width:220px}}.contactus-container{background:#fff;border-radius:10px;margin:15px;max-width:1200px;padding:82px 180px 33px;position:relative;width:100%}.contactus-container label{color:#95a0b1}.contactus-fr{display:flex;gap:50px;justify-content:space-between;margin-bottom:25px}@media (max-width:900px){.contactus-fr{flex-direction:column;gap:25px}.contactus-container{padding:82px 25px 33px}}.contactus-fr>div{display:flex;flex-direction:column}.input-cc{height:3rem;padding-left:1rem;padding-right:1rem}.input-cc,.input-cct{background-color:#f4f5f7;border:1px;border-radius:.375rem;color:#777;font-size:.875rem;line-height:1.25rem;width:100%}.input-cct{padding:1rem}.scf-btn{margin-top:19px;min-width:200px}.contactus-container h3{font-size:23px;justify-content:right}.contactus-container .cnote{color:#b2b6bd;font-size:17px;margin-bottom:45px;margin-top:20px}.dCCic{height:100%;left:0;position:absolute;top:0;width:100%}._18sNN{color:transparent;width:100%}._15U-t{padding-top:100%;position:relative}._3Sv-w{border-radius:50%;height:68%;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:68%}.eU0Q4{pointer-events:none}._17z4M{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:50%;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}._2vb9l:hover{opacity:.85}._1swBH{width:80%}._17NNA{bottom:2%;display:flex;height:38%;justify-content:center;pointer-events:none;position:absolute;right:-3%;width:38%}._2rKNN{-webkit-transform:rotate(15deg);transform:rotate(15deg)}._2eeKH{cursor:pointer}.Mr3if{color:#3c3c3c;font-size:15px}._3suMX{border-radius:98px;height:100%;position:relative;width:100%}._2dJxv{background-color:#ce82ff}._1_R1q{display:inline-flex;position:absolute;width:auto}._2wR9r{height:50%}._2wR9r,.qU_Uq{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}._1mTgR,.qU_Uq{height:100%;position:absolute;width:100%}._1mTgR{font-weight:700;left:0;top:0;-webkit-transform:scale(.3);transform:scale(.3)}._2ZTRk{color:#cd7900}._1lAog{color:#3c3c3c;display:inline-block;position:relative;text-align:center;vertical-align:top}._2siHl{height:90px;margin-left:auto;margin-right:auto;width:90px}.Dsx7N{position:relative}.Dsx7N:after{content:"";display:block;height:100%;left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.Dsx7N:hover:after{opacity:.15}._17vI2:after{background-color:#ce82ff;border-radius:98px}._9O-0s{display:inline-block;position:relative}._6lk-i{width:100%}._3TK8W{align-items:center;color:#3c3c3c;display:flex;flex-direction:column;text-align:center;vertical-align:top}._2OhdT{font-weight:700;margin-top:8px}._3xynE{color:#999}._3ZJK8{align-items:center;display:flex;flex-direction:column;margin-top:24px;padding-bottom:134.5px;position:relative}@media (min-width:700px){._3ZJK8{margin-top:0;padding-bottom:0}}._3YEom{align-items:center;display:flex;flex-direction:column;width:100%}@media (min-width:700px){._3YEom.E3BgLe{border:2px solid #e5e5e5;border-radius:15px}}._2tZPV,._3uC-w{max-width:440px;padding:0 16px;width:100%}@media (min-width:700px){._2tZPV,._3uC-w{padding:0}}.AjBUV{align-items:stretch;direction:rtl;display:flex;flex-direction:column}._2PUpL{margin-bottom:28.5px;margin-top:28.5px}._3M0r3{border:2px solid #e5e5e5;border-bottom:0;border-top:0}.GVcJz,._3M0r3{background-color:#f0f0f0}.GVcJz{border:2px solid #e5e5e5;border-bottom:0;border-radius:16px 16px 0 0;height:57px}._1jKFt{margin-top:24px}@supports ((-webkit-mask-image:none) or (mask-image:none)){._1jKFt{margin-top:-39px;-webkit-mask-image:radial-gradient(circle at 50% -6px,transparent 57px,#000 0);mask-image:radial-gradient(circle at 50% -6px,transparent 57px,#000 0);pointer-events:none;position:relative}._1jKFt:before{border:2px solid #e5e5e5;border-radius:98px;content:"";display:block;height:118px;left:50%;position:absolute;top:0;-webkit-transform:translate(-50%,calc(-50% - 8px));transform:translate(-50%,calc(-50% - 8px));width:118px}}._3izPU{background-color:#f0f0f0;border:2px solid #e5e5e5;border-radius:0 0 16px 16px;border-top:0;height:57px}._2TPZF{margin-bottom:24px}@supports ((-webkit-mask-image:none) or (mask-image:none)){._2TPZF{margin-bottom:-39px;-webkit-mask-image:radial-gradient(circle at 50% calc(100% + 6px),transparent 57px,#000 0);mask-image:radial-gradient(circle at 50% calc(100% + 6px),transparent 57px,#000 0);pointer-events:none;position:relative}._2TPZF:after{border:2px solid #e5e5e5;border-radius:98px;bottom:0;content:"";display:block;height:118px;left:50%;position:absolute;-webkit-transform:translate(-50%,calc(50% + 8px));transform:translate(-50%,calc(50% + 8px));width:118px}}._1dj9x{align-items:center;align-self:stretch;display:flex;flex-direction:column}._3f9ou{grid-column-gap:12px;display:grid;grid-auto-columns:calc(33.33333% - 8px);grid-auto-flow:column;justify-content:center;padding:16px 12px}._3f9ouSk{grid-auto-columns:33.33333%}._1888P{margin:0 auto}.GkDDe{color:#cd7900;font-weight:700;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-42%);transform:translateX(-50%) translateY(-42%)}._1m7gz{background-image:url(https://www.lomolearn.ir/files/images/skills/skill_crack.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;width:100%}.WOZnx{height:48px;height:var(--web-ui_button-height,48px)}.WOZnx,.WOZnx:before{border-radius:16px}._3zRHo{--web-ui_button-color:#fff;--web-ui_button-background-color:transparent;--web-ui_button-background-color-disabled:transparent;--web-ui_button-border-color:rgba(0,0,0,.2);--web-ui_button-border-color-disabled:rgba(0,0,0,.08);--web-ui_button-color-disabled:hsla(0,0%,100%,.4);--web-ui_button-filter-hover:opacity(0.8)}._1KUxv{background-color:#fff;border:2px solid #e5e5e5;border-radius:15px;border-radius:var(--web-ui_popover-border-radius,15px);box-sizing:border-box;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}._2XlFZ>.ite_X{top:-8px}@media (max-width:500px){.HeaPd ._1KUxv{border-radius:0;border-radius:initial;border-width:1px;width:100vw}.HeaPd ._2uf-t,.HeaPd .uqCpu ._3fZ_2{width:auto}._2XlFZ>.ite_X{top:-9px}}._2XlFZ._1v2Gj{left:50%;top:100%}._2XlFZ._1v2Gj,._2XlFZ._1v2Gj>.ite_X{-webkit-transform:translateX(-50%);transform:translateX(-50%)}._2XlFZ._1v2Gj>.ite_X{left:calc(50% - 15px);left:calc(50% - var(--web-ui_popover-border-radius, 15px))}@media (max-width:699.98px){._2XlFZ._1v2Gj>.ite_X.ite_XC{left:calc(73% - 15px);left:calc(73% - var(--web-ui_popover-border-radius, 15px))}}._3p5e9{background-color:#fff;border:2px solid #e5e5e5;border-radius:2px;content:"";height:14.14427px;left:50%;-webkit-transform:translateZ(0) rotate(45deg);transform:translateZ(0) rotate(45deg);-webkit-transform-origin:top left;transform-origin:top left;width:14.14427px}._2O14B._1v2Gj{position:absolute}._2-dXY{align-items:center;display:flex;position:relative}._3dtSu{display:inline-block;text-align:center;vertical-align:middle;white-space:nowrap}._25Cnc{font-size:15px;line-height:20px}.yTpGk{border-color:transparent;border-top-left-radius:18px;border-top-right-radius:18px;padding:13px 16px}.yTpGk:disabled:not(._2mG9r){background:none;border-radius:16px;border-width:4px 0 0;color:#afafaf}.yTpGk:disabled:not(._2mG9r):after{background:#e5e5e5;border-width:0;bottom:0}._25Mqa{background-color:hsla(0,0%,100%,.5)}._25Mqa:after{background-color:#fff}.yTpGk.k6MEx:not(._2mG9r):after,.yTpGk:disabled:not(._2mG9r):after{background:#e5e5e5;border-width:0;bottom:0}.yTpGk:after{border-color:transparent;bottom:-4px;content:"";left:0;right:0;top:0}.yTpGk,.yTpGk:after{border-width:0 0 4px}.yTpGk.k6MEx:not(._2mG9r),.yTpGk:disabled:not(._2mG9r){background:none;border-radius:16px;border-width:4px 0 0;color:#afafaf}.t5wFJ.k6MEx,.t5wFJ:disabled{cursor:auto}.WCcVn{margin-top:20px}._3uS_y{left:50%;position:absolute;z-index:199}.eIZ_c{top:100%;-webkit-transform-origin:center 20px;transform-origin:center 20px}._34eBb{grid-gap:8px;display:grid;grid-auto-flow:column;justify-content:center}._1GJUD{color:#fff;padding:16px;text-align:center;width:300px}._3lagd{border:0}._1kWrO{margin-bottom:12px}._1m77f{font-weight:700;margin-bottom:4px}.RXDIm,._1m77f{text-align:right}._2I_Id{clear:right;display:flex;flex-direction:column;justify-content:center}._1eyFy{flex-grow:1;margin-top:12px;text-transform:uppercase}.twkSI{background-color:hsla(0,0%,100%,.5)}._3nfx7{--web-ui_button-height:48px;--web-ui_button-padding:0;flex-grow:0;margin-left:8px;width:48px}._20ZkV{height:26px;width:21px}._1cv-y{float:left}@media (hover:hover){.WOZnx:hover:not(:disabled):not(.LhRk3):not(._1V-dy):not(.cGMiSrt){-webkit-filter:brightness(.9);filter:brightness(.9);-webkit-filter:var(--web-ui_button-filter-hover,brightness(.9));filter:var(--web-ui_button-filter-hover,brightness(.9))}}.cGMiSrt:hover:before{background:#f3f3f3!important}.yTpGk:active:not(:disabled):not(.k6MEx){background:none;border-radius:16px;border-width:4px 0 0}._26hHl{grid-gap:8px;width:100%}@media (hover:hover){._2NolF:hover:not(:disabled):not(.LhRk3):not(._1V-dy){-webkit-filter:brightness(1.1);filter:brightness(1.1);-webkit-filter:var(--web-ui_button-filter-hover,brightness(1.1));filter:var(--web-ui_button-filter-hover,brightness(1.1))}}._26QYy{--web-ui_button-background-color:#fff;--web-ui_button-background-color-disabled:hsla(0,0%,100%,.4);--web-ui_button-border-color:hsla(0,0%,100%,.5);--web-ui_button-color:#5c6cfc;--web-ui_button-color-disabled:#5c6cfc;--web-ui_button-filter-hover:none}_26QYy:before{background:linear-gradient(135deg,#fff 15%,#f6f6ff 0,#f6f6ff 35%,#fff 0,#fff 65%,#f6f6ff 0,#f6f6ff 85%,#fff 0);background-size:100%}._2NolF.LhRk3:not(._1rl91),._2NolF:active:not(:disabled):not(.LhRk3):not(.LmSi_2),._2NolF:disabled:not(._1rl91){-webkit-transform:translateY(var(--__internal__lip-width)) translateZ(0);transform:translateY(var(--__internal__lip-width)) translateZ(0)}._1ZefG:not(:disabled):not(.LhRk3){cursor:pointer}.WOZnx.LhRk3:not(._1rl91):before,.WOZnx:active:not(:disabled):not(.LhRk3):before,.WOZnx:disabled:not(._1rl91):before,._2NolF.LhRk3:not(._1rl91):before,._2NolF:active:not(:disabled):not(.LhRk3):before,._2NolF:disabled:not(._1rl91):before{box-shadow:none}._1fMEX{background-color:#f7f7f7;color:#afafaf}.eoQRg{margin:-11px 0 -8px;width:34px}._2rjLm{background-image:url(https://www.lomolearn.ir/files/images/bg_skill_legendary.svg)}._3dqWQ{background-image:url(https://www.lomolearn.ir/files/images/bg_skill_gold.svg)}._2rjLm,._3dqWQ{background-size:100%}._2rjLm{background-color:#a9a1ff}._1Nr_x{background-color:#e5e5e5}._3dqWQ{background-color:#ffc800}._MidqAW{background-color:#2b71c9}.a-58R{background-color:#1cb0f6}._1OKiq{background-color:#58cc02}._50MDd{background-color:#ce82ff}._2tERm{background-color:#ff4b4b}.KC6xz{background-color:#ff9600}._1Nr_x .twkSI{color:#e5e5e5}._3dqWQ .twkSI{color:#ffc800}.a-58R .twkSI{color:#1cb0f6}._MidqAW .twkSI{color:#2b71c9}._1OKiq .twkSI{color:#58cc02}._50MDd .twkSI{color:#ce82ff}._2tERm .twkSI{color:#ff4b4b}.KC6xz .twkSI{color:#ff9600}._2O14B ._2rjLm{background-image:url(https://www.lomolearn.ir/files/images/bg_popup_legendary.svg)}._24jLm{background-color:#978fed}._3uS_y ._24jLm,._3uS_y ._3dqWQ{background-image:none}._24jLm .twkSI,._2rjLm .twkSI{color:#5c6cfc}._2ppN7{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:_1CQrH;animation-name:_1CQrH}@-webkit-keyframes _1CQrH{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes _1CQrH{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}._7rVeX{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:_3C2nf;animation-name:_3C2nf}@-webkit-keyframes _3C2nf{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}@keyframes _3C2nf{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}.frappe-chart.chart{max-width:100%!important}.chart-area{max-width:500px;width:100%}._2BaEI{display:flex;font-size:19px;justify-content:space-between;margin-bottom:8px;padding:0 16px}@media (max-width:699px){._2BaEI{font-size:19px;padding:0 8px}}.MkxCP{color:#1cb0f6;font-weight:700}._2NHXT{align-items:center;display:flex;overflow:hidden}._3EVvY{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._13C-f{color:#afafaf}._1Exxp{border-radius:98px;flex:0 0 auto;height:10px;margin-left:8px;width:10px}._15jPt{background-color:#1cb0f6}._111Zg{background-color:#afafaf}._2rhN8{flex:0 0 auto}.chart-area ._2NHXT div,.chart-area ._2rhN8{font-size:17px}._1R__D{border:2px solid transparent;padding:4px 8px}._2BPAp{background-color:#ddf4ff;border:2px solid #84d8ff;border-radius:12px}._3rtds{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;background:#fff;border-top:2px solid #e5e5e5;bottom:0;box-sizing:border-box;display:flex;flex-direction:row-reverse;font:500 17px/25px din-round,sans-serif;height:90px;margin:0;padding:0;position:fixed;width:100%}._1zHuX{flex-grow:1;justify-content:center;position:relative}._1zHuX,._2qzhm{align-items:center;display:flex}._2qzhm{flex-direction:column;margin:0 auto;width:0}.GfTeZ{-webkit-tap-highlight-color:transparent}@media (hover:hover){.GfTeZ:hover{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial}}._1M90l{display:block;height:50px;width:50px}._1M98l{border:2px solid #e5e5e5;display:block;height:48px;width:48px}._2lAqa{display:flex;position:relative}@media (max-width:899.98px){._3YKTw:not(._3W86r){padding-bottom:90px}}.sm-loading-learn{background:#fff;height:100%;left:0;position:fixed;top:0;width:100%;z-index:198}@media (min-width:700px){._1R67g{max-width:1328px}._3YKTw:not(._3W86r){cursor:default;margin:0 auto;min-width:900px;padding-top:calc(var(--app-offset) + 24px)}}._34v50:disabled:not(._1rl91){opacity:.4}.Xkji1{height:auto;height:var(--web-ui_button-height,auto);padding:0;padding:var(--web-ui_button-padding,0)}._3XvZO{--web-ui_button-background-color:#1cb0f6;--web-ui_button-border-color:#1899d6;--web-ui_button-color:#fff}._2_9xr{display:grid;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr}._3ZuGY{background:#fff;border:2px solid #e5e5e5;border-radius:16px;padding:24px}._3bfsh{position:relative}._23dOD{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}._3HNwo{color:#4b4b4b;font-size:20px;margin-bottom:0}._1LpFA{color:#777;font-size:17px;font-weight:500;line-height:25px}.dx6CP{align-items:center;flex-direction:row;height:90px}._3XQNj,.dx6CP{display:flex;width:100%}._3XQNj{flex-direction:column}._2QnAf{margin-bottom:12px}._3_yvL{background-image:url(https://www.lomolearn.ir/files/images/4eb7c316f1956d8aff95611c08778667.svg);background-size:74px;height:73px}.MEmKK{align-items:center;display:flex;flex-direction:row}._2YW-t{width:100%}._15-md{color:#afafaf;font-size:15px;justify-content:flex-end;margin-left:12px;text-align:right;white-space:nowrap;width:95px}@media (min-width:700px){._15-md{font-size:17px}}._29Ox2{font-weight:700}.YSucH{color:#00d0ff}._3AKum{padding:20px!important}._18VqG{display:grid;grid-template-columns:25% 1fr;margin-top:20px;padding:0}._6Sfx3{margin:4px 0}.TicH4{height:58px;width:70px}._1FaGz{display:flex;flex:0 0 auto;width:380px}._1FaGz:before{content:"";height:calc(var(--sidebar-baseline-offset) - var(--app-offset) - 24px)}._2P12E{display:flex;gap:24px}._1YfQ8,._2P12E{flex-direction:column}._3eI9W{align-self:flex-end;bottom:24px;flex-direction:column-reverse}.Fc0NK,._3eI9W{position:-webkit-sticky;position:sticky}.Fc0NK{min-height:calc(100vh - var(--app-offset) - 48px);top:calc(var(--app-offset) + 24px)}.Ekspr{background-color:#fff!important;color:#777}.Ekspr,._2KHBK{position:relative}._2KHBK{width:100%;z-index:1}._3kftQ{left:24px;top:24px}._3kftQ,._3kftQT{height:100px;position:absolute}._3kftQT{left:0;top:15px}._3ydVq{margin:8px 0;width:220px}._2O1b2{color:#4b4b4b}.adwZa{margin:8px 0 32px;width:calc(100% - 100px)}._1w9CW,.t77s_{width:100%}.t77s_{--web-ui_button-background-color:#fff;--web-ui_button-border-color:#bdafe7;--web-ui_button-color:#5d32d5}.tu47_s{--web-ui_button-background-color:#e3e3e3;--web-ui_button-border-color:#cfcfcf;--web-ui_button-color:#858585}._2rYrl{grid-gap:48px;display:flex;flex-direction:column}@media (min-width:700px){._2rYrl{flex-direction:row;padding:0 24px 24px}}._3rYrl{grid-gap:30px;display:flex;flex-direction:column-reverse;padding:15px}@media (min-width:900px){._3rYrl{flex-direction:row-reverse;padding:0 24px 24px}}@media (max-width:500px){._3rYrl{padding:0}}._1_p4S{padding-bottom:0!important}._2maxd{margin:0 -24px}._1y4K9{align-items:center;display:flex;flex-direction:column;height:242px;justify-content:center;padding:24px 0;text-align:center}._2YOhZ{margin:15px 0}.p74gw{display:flex;justify-content:space-between;margin-bottom:24px}._16nyP{margin:0}._16nyP h2{color:#444}._19mio,._2RBD6{display:flex}._2RBD6{align-items:center;height:26px;margin-left:10px;margin-top:4px;white-space:nowrap}._2-48p{display:flex;flex-direction:row-reverse;justify-content:space-between;margin-bottom:24px}._2qv7B{height:59px;width:53px}.m1KlE{display:flex;height:18px;margin-right:5px;margin-top:7px;position:relative;width:18px}._1ZwdI{height:100px}._33LFc,.hjw0S{border-radius:50%}.hjw0S{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;box-sizing:border-box;color:#fff;display:inline-flex;font:700 17px/25px IRANSansFaNum;justify-content:center;vertical-align:middle}.fabPl8s{margin-right:3px;width:65px}.PlBge{background:#1573ff;border-radius:5px;color:#fff;font-size:10px;margin-right:11px;margin-top:-27px;padding:2px}.PlBge,.imgPlsLt{position:absolute}.imgPlsLt{height:35px;left:38px;top:5px}._2gdgw{background-color:#ce82ff}.Yyjgf{background-color:#ff4b4b}._1-Cq6{background-color:#1cb0f6}._2MeJN{background-color:#58a700}._2fMzM{background-color:#ff9600}._I7fMzM{background-color:#04b378}._Y8fMzM{background-color:#b30464}._kP89Ge{background-color:#455a64}._lUi89G{background-color:#01579b}._26a7Y{background:none!important;border-style:dashed;border-width:2px;color:#afafaf}._1ORYU{-webkit-transform:translateZ(0);transform:translateZ(0)}._2Rsru{border-radius:0 0 14px 14px;height:242px;margin:0 -24px;overflow:hidden}._2ufrs{display:flex;flex-direction:column;height:100%;overflow-y:auto;position:relative}.yXp5g{align-items:center;color:inherit;display:flex;min-height:66px;padding:9px 24px}@media (hover:hover){.yXp5g:hover{background:#f7f7f7}}._3QwaZ{background:#e5e5e5}._1_ZCT{flex-shrink:0;font-weight:700;width:20px}.wBCFS{display:flex;flex-shrink:0;margin:0 10px}._3YFg9{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._3YFg9,._3imTB{margin-left:10px}._3cvJx{color:#777;flex-grow:1;flex-shrink:0;text-align:left}.QfsRf{align-items:center;display:flex;justify-content:center;padding:15px 0}.QfsRf ._127Sz{margin:0 15px}._ORUTWH{color:#58a700}.jHo0Y{color:#ea2b2b}.opo25U{height:28px;margin-left:8px;width:28px}.PlusMe8{background:#a453cf;background:linear-gradient(10deg,#a453cf,#522cd5)}.PlusMe8,.PlusMe8 ._2O1b2{color:#fff!important}._3ZuGY.plsMember{padding:0 24px 15px}.plsMember .imgPls{left:15px;position:absolute;top:15px}.plsMember .titlePls{-webkit-text-fill-color:transparent;-webkit-animation:titlePlsAnimate 10s linear infinite;animation:titlePlsAnimate 10s linear infinite;background:linear-gradient(10deg,#a453cf,#522cd5);background-clip:text;-webkit-background-clip:text;background-size:400%}.mw200{max-width:200px}._9L7Lhl{height:auto!important;margin-top:-5px;padding:5px 15px!important}@-webkit-keyframes titlePlsAnimate{to{background-position:400%}}@keyframes titlePlsAnimate{to{background-position:400%}}.Pl8sM{display:none!important}@media (max-width:950px){.Pl8sM{display:flex!important}}._2TXAc{--web-ui_button-border-radius:50%;--web-ui_button-height:58px;--web-ui_button-padding:0;width:58px}._2X5BQ{height:65px!important;width:65px!important}._3b2On{height:32px}.CZHMx{align-items:center;display:flex;flex-direction:column;gap:20px}@media (min-width:700px){.CZHMx{gap:24px}}.HajF7{align-self:flex-end;position:fixed;top:94px;z-index:13}@media (min-width:700px){.HajF7{top:120px}._2X5BQ{height:72px!important;width:72px!important}}._2atFA{margin-left:auto;margin-right:7px;margin-right:var(--fab-margin-horizontal,7px)}@media (min-width:700px){._2atFA{margin-right:15px}}.fab-spanbadge{background:#ff4b4c;border-radius:7px;color:#fff;display:block;font-size:15px;margin-top:63px;padding:3px 15px;position:absolute}._3kd2On{height:auto;max-width:100%}.fab-spanbadge.badge-p{background:#5d56cd;border:2px solid #fff;font-size:14px;padding:3px 10px}.misTPopNote{background:#295791;border-radius:9px;color:#ffefb4;display:block;font-weight:400;line-height:1.2rem;margin-bottom:0;margin-top:.5rem;padding:8px;white-space:break-spaces}._15jmy{--web-ui_button-height:52px;--web-ui_button-padding:0;width:52px}.fs2FI{height:20px;width:18px}._3mJUA{margin-left:auto;margin-right:16px;margin-right:var(--fab-margin-horizontal,16px)}@media (min-width:700px){._3mJUA{margin-right:0}}.HajF9{bottom:106px;cursor:pointer;top:auto}@media (min-width:900px){.HajF9{bottom:30px}}:root{--color-owl:88,204,2;--color-swan:229,229,229;--color-hare:175,175,175;--color-wolf:119,119,119;--color-eel:75,75,75;--color-polar:247,247,247;--color-macaw:28,176,246;--color-snow:255,255,255}@font-face{font-display:swap;font-family:IRANSansFaNum;font-style:normal;font-weight:100;src:url(/static/media/IRANSansWeb_FaNum_Light.f9ada7e5233f3a92347b.woff2) format("woff2")}@font-face{font-display:swap;font-family:IRANSansFaNum;font-style:normal;font-weight:300;src:url(/static/media/IRANSansWeb_FaNum.ad42a3e7d4c08e9f2d24.woff2) format("woff2")}@font-face{font-display:swap;font-family:IRANSans;font-style:normal;font-weight:100;src:url(/static/media/IRANSansWeb_Light.8de85339f177b3d56196.woff2) format("woff2")}@font-face{font-display:swap;font-family:IRANSans;font-style:normal;font-weight:300;src:url(/static/media/IRANSansWeb.2a45c80a2577c4a17c18.woff2) format("woff2")}@font-face{font-display:swap;font-family:IRANYekan;font-style:normal;font-weight:300;src:url(/static/media/iranyekanweblight.23a551985eb8952d74d6.woff2) format("woff2")}@font-face{font-display:swap;font-family:IRANYekan;font-style:normal;font-weight:400;src:url(/static/media/iranyekanwebregular.1cb1e330de9f566e76c7.woff2) format("woff2")}@font-face{font-display:swap;font-family:IRANYekan;font-style:normal;font-weight:500;src:url(/static/media/iranyekanwebmedium.67f31143e304e1132bdc.woff) format("woff")}@font-face{font-display:swap;font-family:IRANYekan;font-style:normal;font-weight:700;src:url(/static/media/iranyekanwebbold.424f2eadda2cc1aaab12.woff2) format("woff2")}@font-face{font-display:swap;font-family:IRANYekan;font-style:normal;font-weight:800;src:url(/static/media/iranyekanwebbolder.971dbeb81bf11d56754c.woff) format("woff")}*{font-family:IRANSansFaNum,sans-serif}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}body{background:#fff;margin:0}h4{color:#3c3c3c;font-size:18px}h3,h4{margin:0 0 10px}#lottie svg{-webkit-transform:none!important;-webkit-transform:initial!important;transform:none!important}img{border-style:none}a{text-decoration:none!important}a,b,div,input,label,p,span,strong,textarea{font-size:14px}h1,h2{font-weight:700}h1{font-size:2em;line-height:40px;margin:.67em 0}h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{font-size:inherit}.pointer{cursor:pointer}.text-justify{text-align:right;text-align:justify}.text-center{text-align:center}.bg-tolight{background-color:#f8f9fa!important;background-image:linear-gradient(180deg,#fff,#f8f9fa)}.flex-column{flex-direction:column}.center{align-items:center;display:flex;justify-content:center}.center.full-loading{background:#fff;height:calc(100% - var(--app-offset) - 10px);margin-top:-10px;position:absolute}.center.column{flex-flow:column}.w-0{width:0!important}.w-100{width:100%}.h-100{height:100%}.h-100i{height:100%!important}.hw-100,.wh-100{height:100%;width:100%}.hw-100v,.wh-100v{height:100vh;width:100vw}.mw-100{max-width:100%}.mimaw-100p{max-width:100px;min-width:100px}.mh-100{max-height:100%}.text-white{color:#fff!important}.no-border{border:initial!important}*,:after,:before{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}@media (min-width:700px){*,:after,:before{-webkit-user-select:auto;user-select:auto}}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5,.mt-6{margin-top:2rem!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:2rem!important}.mb-6{margin-bottom:2.5rem!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-bottom:1.5rem!important;margin-right:1.5rem!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem}.pb-0{padding-bottom:0!important}.pb-4{padding-bottom:1.5rem!important}.p-0{padding:0!important}.d-none{display:none!important}.d-flex{display:flex}.d-block{display:block}.fw-bold{font-weight:700}.fw-bolder{font-weight:bolder}.hide{user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;visibility:none}.d-inline-flex{display:inline-flex}#tooltip{background:#f7f7f7;border:2px solid #e5e5e5;border-radius:12px;display:none;font-size:16px;min-width:100px;text-align:center}#tooltip[data-show]{display:block;z-index:360}#tooltip[data-popper-placement^=top]>#tooltipArrow{bottom:-4px}#tooltip[data-popper-placement^=bottom]>#tooltipArrow{top:-4px}#tooltip[data-popper-placement^=left]>#tooltipArrow{right:-4px}#tooltip[data-popper-placement^=right]>#tooltipArrow{left:-4px}#tooltipArrow,#tooltipArrow:before{background:inherit;height:10px;position:absolute;width:10px}#tooltipArrow{visibility:hidden}#tooltipArrow:before{background:#f7f7f7;border-left:3px solid #e5e5e5;border-radius:2px;border-top:3px solid #e5e5e5;content:"";left:50%;top:-3px;-webkit-transform:translate(-50%) rotate(45deg);transform:translate(-50%) rotate(45deg);visibility:visible;z-index:12}.hint-string{display:block;padding:10px}#tips{display:none}#tips[data-show]{display:block}@-webkit-keyframes ldio-gvcb4p0ntsh{0%{opacity:1}to{opacity:0}}@keyframes ldio-gvcb4p0ntsh{0%{opacity:1}to{opacity:0}}.ldio-gvcb4p0ntsh div{-webkit-animation:ldio-gvcb4p0ntsh 1s linear infinite;animation:ldio-gvcb4p0ntsh 1s linear infinite;background:#a8a8a8;border-radius:3px/6px;height:12px;left:47px;position:absolute;top:24px;-webkit-transform-origin:3px 26px;transform-origin:3px 26px;width:6px}.ldio-gvcb4p0ntsh div:first-child{-webkit-animation-delay:-.9166666666666666s;animation-delay:-.9166666666666666s;background:#a8a8a8;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ldio-gvcb4p0ntsh div:nth-child(2){-webkit-animation-delay:-.8333333333333334s;animation-delay:-.8333333333333334s;background:#a8a8a8;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.ldio-gvcb4p0ntsh div:nth-child(3){-webkit-animation-delay:-.75s;animation-delay:-.75s;background:#a8a8a8;-webkit-transform:rotate(60deg);transform:rotate(60deg)}.ldio-gvcb4p0ntsh div:nth-child(4){-webkit-animation-delay:-.6666666666666666s;animation-delay:-.6666666666666666s;background:#a8a8a8;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ldio-gvcb4p0ntsh div:nth-child(5){-webkit-animation-delay:-.5833333333333334s;animation-delay:-.5833333333333334s;background:#a8a8a8;-webkit-transform:rotate(120deg);transform:rotate(120deg)}.ldio-gvcb4p0ntsh div:nth-child(6){-webkit-animation-delay:-.5s;animation-delay:-.5s;background:#a8a8a8;-webkit-transform:rotate(150deg);transform:rotate(150deg)}.ldio-gvcb4p0ntsh div:nth-child(7){-webkit-animation-delay:-.4166666666666667s;animation-delay:-.4166666666666667s;background:#a8a8a8;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ldio-gvcb4p0ntsh div:nth-child(8){-webkit-animation-delay:-.3333333333333333s;animation-delay:-.3333333333333333s;background:#a8a8a8;-webkit-transform:rotate(210deg);transform:rotate(210deg)}.ldio-gvcb4p0ntsh div:nth-child(9){-webkit-animation-delay:-.25s;animation-delay:-.25s;background:#a8a8a8;-webkit-transform:rotate(240deg);transform:rotate(240deg)}.ldio-gvcb4p0ntsh div:nth-child(10){-webkit-animation-delay:-.16666666666666666s;animation-delay:-.16666666666666666s;background:#a8a8a8;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.ldio-gvcb4p0ntsh div:nth-child(11){-webkit-animation-delay:-.08333333333333333s;animation-delay:-.08333333333333333s;background:#a8a8a8;-webkit-transform:rotate(300deg);transform:rotate(300deg)}.ldio-gvcb4p0ntsh div:nth-child(12){-webkit-animation-delay:0s;animation-delay:0s;background:#a8a8a8;-webkit-transform:rotate(330deg);transform:rotate(330deg)}.loadingio-spinner-spinner-10a0an2ep8t{display:inline-block;height:80px;overflow:hidden;width:80px}.ldio-gvcb4p0ntsh{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;position:relative;-webkit-transform:translateZ(0) scale(.8);transform:translateZ(0) scale(.8);-webkit-transform-origin:0 0;transform-origin:0 0;width:100%}.ldio-gvcb4p0ntsh div{box-sizing:initial}.d1IoM{display:none!important}@media (max-width:500px){.Hinmob{display:none!important}.wom-100{width:100%}.d1IoM{display:block!important}}@media (max-width:950px){.HinTab{display:none}}@media (max-width:1250px){._1FaGz{width:350px}}.bg-blur{filter:blur(4px);-webkit-filter:blur(4px)}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.text-muted{color:#b3b3b3!important}.mtb-auto{margin-bottom:auto;margin-top:auto}.pb-2{padding-bottom:.5rem}.flex-end{justify-content:end}.men_o,.women_o{position:relative}.men_o:after{color:#9ac6ff;content:"(مذکر)";left:-10px}.men_o:after,.women_o:after{bottom:-31px;font-size:12px;position:absolute}.women_o:after{color:#e29aff;content:"(مونث)";left:-13px}.px-4{padding-left:1.25rem;padding-right:1.25rem}.notf_title{color:#4b4b4b;color:rgb(var(--color-eel));margin-bottom:50px;margin-top:30px;text-align:center;width:100%}.graymeter{fill:none;stroke-width:8px;stroke:#e5e5e5}[class^=meter-]{fill:none;stroke-width:8px;stroke-linecap:round;-webkit-transform:rotate(25deg);transform:rotate(25deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.meter-lg{stroke-dasharray:280;stroke-dashoffset:0;stroke:#a9a1ff}.meter-lg.animate-progress{-webkit-animation:progress-lg 1s ease-out;animation:progress-lg 1s ease-out}@-webkit-keyframes progress-lg{0%{stroke-dashoffset:280}to{stroke-dashoffset:0}}@keyframes progress-lg{0%{stroke-dashoffset:280}to{stroke-dashoffset:0}}.meter-1-1,.meter-2-2,.meter-3-3,.meter-4-4,.meter-5-5,.meter-6-6,.meter-7-7{stroke-dasharray:280;stroke-dashoffset:0;stroke:#ffd900}.meter-1-2{stroke-dasharray:280;stroke-dashoffset:140;stroke:#ffd900}.meter-1-2.animate-progress{-webkit-animation:progress-1-2 1s ease-out;animation:progress-1-2 1s ease-out}@-webkit-keyframes progress-1-2{0%{stroke-dashoffset:280}to{stroke-dashoffset:140}}@keyframes progress-1-2{0%{stroke-dashoffset:280}to{stroke-dashoffset:140}}.meter-2-2.animate-progress{-webkit-animation:progress-2-2 1s ease-out;animation:progress-2-2 1s ease-out}@-webkit-keyframes progress-2-2{0%{stroke-dashoffset:140}to{stroke-dashoffset:0}}@keyframes progress-2-2{0%{stroke-dashoffset:140}to{stroke-dashoffset:0}}.meter-1-3{stroke-dasharray:280;stroke-dashoffset:186;stroke:#ffd900}.meter-1-3.animate-progress{-webkit-animation:progress-1-3 1s ease-out;animation:progress-1-3 1s ease-out}@-webkit-keyframes progress-1-3{0%{stroke-dashoffset:280}to{stroke-dashoffset:186}}@keyframes progress-1-3{0%{stroke-dashoffset:280}to{stroke-dashoffset:186}}.meter-2-3{stroke-dasharray:280;stroke-dashoffset:93;stroke:#ffd900}.meter-2-3.animate-progress{-webkit-animation:progress-2-3 1s ease-out;animation:progress-2-3 1s ease-out}@-webkit-keyframes progress-2-3{0%{stroke-dashoffset:186}to{stroke-dashoffset:93}}@keyframes progress-2-3{0%{stroke-dashoffset:186}to{stroke-dashoffset:93}}.meter-3-3.animate-progress{-webkit-animation:progress-3-3 1s ease-out;animation:progress-3-3 1s ease-out}@-webkit-keyframes progress-3-3{0%{stroke-dashoffset:93}to{stroke-dashoffset:0}}@keyframes progress-3-3{0%{stroke-dashoffset:93}to{stroke-dashoffset:0}}.meter-1-4{stroke-dasharray:280;stroke-dashoffset:210;stroke:#ffd900}.meter-1-4.animate-progress{-webkit-animation:progress-1-4 1s ease-out;animation:progress-1-4 1s ease-out}@-webkit-keyframes progress-1-4{0%{stroke-dashoffset:280}to{stroke-dashoffset:210}}@keyframes progress-1-4{0%{stroke-dashoffset:280}to{stroke-dashoffset:210}}.meter-2-4{stroke-dasharray:280;stroke-dashoffset:140;stroke:#ffd900}.meter-2-4.animate-progress{-webkit-animation:progress-2-4 1s ease-out;animation:progress-2-4 1s ease-out}@-webkit-keyframes progress-2-4{0%{stroke-dashoffset:210}to{stroke-dashoffset:140}}@keyframes progress-2-4{0%{stroke-dashoffset:210}to{stroke-dashoffset:140}}.meter-3-4{stroke-dasharray:280;stroke-dashoffset:70;stroke:#ffd900}.meter-3-4.animate-progress{-webkit-animation:progress-3-4 1s ease-out;animation:progress-3-4 1s ease-out}@-webkit-keyframes progress-3-4{0%{stroke-dashoffset:140}to{stroke-dashoffset:70}}@keyframes progress-3-4{0%{stroke-dashoffset:140}to{stroke-dashoffset:70}}.meter-4-4.animate-progress{-webkit-animation:progress-4-4 1s ease-out;animation:progress-4-4 1s ease-out}@-webkit-keyframes progress-4-4{0%{stroke-dashoffset:70}to{stroke-dashoffset:0}}@keyframes progress-4-4{0%{stroke-dashoffset:70}to{stroke-dashoffset:0}}.meter-1-5{stroke-dasharray:280;stroke-dashoffset:224;stroke:#ffd900}.meter-1-5.animate-progress{-webkit-animation:progress-1-5 1s ease-out;animation:progress-1-5 1s ease-out}@-webkit-keyframes progress-1-5{0%{stroke-dashoffset:280}to{stroke-dashoffset:224}}@keyframes progress-1-5{0%{stroke-dashoffset:280}to{stroke-dashoffset:224}}.meter-2-5{stroke-dasharray:280;stroke-dashoffset:168;stroke:#ffd900}.meter-2-5.animate-progress{-webkit-animation:progress-2-5 1s ease-out;animation:progress-2-5 1s ease-out}@-webkit-keyframes progress-2-5{0%{stroke-dashoffset:224}to{stroke-dashoffset:168}}@keyframes progress-2-5{0%{stroke-dashoffset:224}to{stroke-dashoffset:168}}.meter-3-5{stroke-dasharray:280;stroke-dashoffset:112;stroke:#ffd900}.meter-3-5.animate-progress{-webkit-animation:progress-3-5 1s ease-out;animation:progress-3-5 1s ease-out}@-webkit-keyframes progress-3-5{0%{stroke-dashoffset:168}to{stroke-dashoffset:112}}@keyframes progress-3-5{0%{stroke-dashoffset:168}to{stroke-dashoffset:112}}.meter-4-5{stroke-dasharray:280;stroke-dashoffset:56;stroke:#ffd900}.meter-4-5.animate-progress{-webkit-animation:progress-4-5 1s ease-out;animation:progress-4-5 1s ease-out}@-webkit-keyframes progress-4-5{0%{stroke-dashoffset:112}to{stroke-dashoffset:56}}@keyframes progress-4-5{0%{stroke-dashoffset:112}to{stroke-dashoffset:56}}.meter-5-5.animate-progress{-webkit-animation:progress-5-5 1s ease-out;animation:progress-5-5 1s ease-out}@-webkit-keyframes progress-5-5{0%{stroke-dashoffset:56}to{stroke-dashoffset:0}}@keyframes progress-5-5{0%{stroke-dashoffset:56}to{stroke-dashoffset:0}}.meter-1-6{stroke-dasharray:280;stroke-dashoffset:233;stroke:#ffd900}.meter-1-6.animate-progress{-webkit-animation:progress-1-6 1s ease-out;animation:progress-1-6 1s ease-out}@-webkit-keyframes progress-1-6{0%{stroke-dashoffset:280}to{stroke-dashoffset:233}}@keyframes progress-1-6{0%{stroke-dashoffset:280}to{stroke-dashoffset:233}}.meter-2-6{stroke-dasharray:280;stroke-dashoffset:186;stroke:#ffd900}.meter-2-6.animate-progress{-webkit-animation:progress-2-6 1s ease-out;animation:progress-2-6 1s ease-out}@-webkit-keyframes progress-2-6{0%{stroke-dashoffset:233}to{stroke-dashoffset:186}}@keyframes progress-2-6{0%{stroke-dashoffset:233}to{stroke-dashoffset:186}}.meter-3-6{stroke-dasharray:280;stroke-dashoffset:140;stroke:#ffd900}.meter-3-6.animate-progress{-webkit-animation:progress-3-6 1s ease-out;animation:progress-3-6 1s ease-out}@-webkit-keyframes progress-3-6{0%{stroke-dashoffset:186}to{stroke-dashoffset:140}}@keyframes progress-3-6{0%{stroke-dashoffset:186}to{stroke-dashoffset:140}}.meter-4-6{stroke-dasharray:280;stroke-dashoffset:96;stroke:#ffd900}.meter-4-6.animate-progress{-webkit-animation:progress-4-6 1s ease-out;animation:progress-4-6 1s ease-out}@-webkit-keyframes progress-4-6{0%{stroke-dashoffset:140}to{stroke-dashoffset:96}}@keyframes progress-4-6{0%{stroke-dashoffset:140}to{stroke-dashoffset:96}}.meter-5-6{stroke-dasharray:280;stroke-dashoffset:46;stroke:#ffd900}.meter-5-6.animate-progress{-webkit-animation:progress-5-6 1s ease-out;animation:progress-5-6 1s ease-out}@-webkit-keyframes progress-5-6{0%{stroke-dashoffset:96}to{stroke-dashoffset:46}}@keyframes progress-5-6{0%{stroke-dashoffset:96}to{stroke-dashoffset:46}}.meter-6-6.animate-progress{-webkit-animation:progress-6-6 1s ease-out;animation:progress-6-6 1s ease-out}@-webkit-keyframes progress-6-6{0%{stroke-dashoffset:46}to{stroke-dashoffset:0}}@keyframes progress-6-6{0%{stroke-dashoffset:46}to{stroke-dashoffset:0}}.meter-1-7{stroke-dasharray:280;stroke-dashoffset:240;stroke:#ffd900}.meter-1-7.animate-progress{-webkit-animation:progress-1-7 1s ease-out;animation:progress-1-7 1s ease-out}@-webkit-keyframes progress-1-7{0%{stroke-dashoffset:280}to{stroke-dashoffset:240}}@keyframes progress-1-7{0%{stroke-dashoffset:280}to{stroke-dashoffset:240}}.meter-2-7{stroke-dasharray:280;stroke-dashoffset:200;stroke:#ffd900}.meter-2-7.animate-progress{-webkit-animation:progress-2-7 1s ease-out;animation:progress-2-7 1s ease-out}@-webkit-keyframes progress-2-7{0%{stroke-dashoffset:240}to{stroke-dashoffset:200}}@keyframes progress-2-7{0%{stroke-dashoffset:240}to{stroke-dashoffset:200}}.meter-3-7{stroke-dasharray:280;stroke-dashoffset:160;stroke:#ffd900}.meter-3-7.animate-progress{-webkit-animation:progress-3-7 1s ease-out;animation:progress-3-7 1s ease-out}@-webkit-keyframes progress-3-7{0%{stroke-dashoffset:200}to{stroke-dashoffset:160}}@keyframes progress-3-7{0%{stroke-dashoffset:200}to{stroke-dashoffset:160}}.meter-4-7{stroke-dasharray:280;stroke-dashoffset:120;stroke:#ffd900}.meter-4-7.animate-progress{-webkit-animation:progress-4-7 1s ease-out;animation:progress-4-7 1s ease-out}@-webkit-keyframes progress-4-7{0%{stroke-dashoffset:160}to{stroke-dashoffset:120}}@keyframes progress-4-7{0%{stroke-dashoffset:160}to{stroke-dashoffset:120}}.meter-5-7{stroke-dasharray:280;stroke-dashoffset:80;stroke:#ffd900}.meter-5-7.animate-progress{-webkit-animation:progress-5-7 1s ease-out;animation:progress-5-7 1s ease-out}@-webkit-keyframes progress-5-7{0%{stroke-dashoffset:120}to{stroke-dashoffset:80}}@keyframes progress-5-7{0%{stroke-dashoffset:120}to{stroke-dashoffset:80}}.meter-6-7{stroke-dasharray:280;stroke-dashoffset:40;stroke:#ffd900}.meter-6-7.animate-progress{-webkit-animation:progress-6-7 1s ease-out;animation:progress-6-7 1s ease-out}@-webkit-keyframes progress-6-7{0%{stroke-dashoffset:80}to{stroke-dashoffset:40}}@keyframes progress-6-7{0%{stroke-dashoffset:80}to{stroke-dashoffset:40}}.meter-7-7.animate-progress{-webkit-animation:progress-7-7 1s ease-out;animation:progress-7-7 1s ease-out}@-webkit-keyframes progress-7-7{0%{stroke-dashoffset:40}to{stroke-dashoffset:0}}@keyframes progress-7-7{0%{stroke-dashoffset:40}to{stroke-dashoffset:0}}.meter-w2-2,.meter-w3-3,.meter-w4-4,.meter-w5-5,.meter-w6-6,.meter-w7-7{stroke-dasharray:280;stroke-dashoffset:0;stroke:#fff}.meter-w1-2{stroke-dasharray:280;stroke-dashoffset:137;stroke:#fff}.meter-w1-2.animate-progress{-webkit-animation:progress-w1-2 1s ease-out;animation:progress-w1-2 1s ease-out}@-webkit-keyframes progress-w1-2{0%{stroke-dashoffset:280}to{stroke-dashoffset:137}}@keyframes progress-w1-2{0%{stroke-dashoffset:280}to{stroke-dashoffset:137}}.meter-w2-2.animate-progress{-webkit-animation:progress-w2-2 1s ease-out;animation:progress-w2-2 1s ease-out}@-webkit-keyframes progress-w2-2{0%{stroke-dashoffset:137}to{stroke-dashoffset:0}}@keyframes progress-w2-2{0%{stroke-dashoffset:137}to{stroke-dashoffset:0}}.meter-w1-3{stroke-dasharray:280;stroke-dashoffset:183;stroke:#fff}.meter-w1-3.animate-progress{-webkit-animation:progress-w1-3 1s ease-out;animation:progress-w1-3 1s ease-out}@-webkit-keyframes progress-w1-3{0%{stroke-dashoffset:280}to{stroke-dashoffset:183}}@keyframes progress-w1-3{0%{stroke-dashoffset:280}to{stroke-dashoffset:183}}.meter-w2-3{stroke-dasharray:280;stroke-dashoffset:90;stroke:#fff}.meter-w2-3.animate-progress{-webkit-animation:progress-w2-3 1s ease-out;animation:progress-w2-3 1s ease-out}@-webkit-keyframes progress-w2-3{0%{stroke-dashoffset:183}to{stroke-dashoffset:90}}@keyframes progress-w2-3{0%{stroke-dashoffset:183}to{stroke-dashoffset:90}}.meter-w3-3.animate-progress{-webkit-animation:progress-w3-3 1s ease-out;animation:progress-w3-3 1s ease-out}@-webkit-keyframes progress-w3-3{0%{stroke-dashoffset:90}to{stroke-dashoffset:0}}@keyframes progress-w3-3{0%{stroke-dashoffset:90}to{stroke-dashoffset:0}}.meter-w1-4{stroke-dasharray:280;stroke-dashoffset:207;stroke:#fff}.meter-w1-4.animate-progress{-webkit-animation:progress-w1-4 1s ease-out;animation:progress-w1-4 1s ease-out}@-webkit-keyframes progress-w1-4{0%{stroke-dashoffset:280}to{stroke-dashoffset:207}}@keyframes progress-w1-4{0%{stroke-dashoffset:280}to{stroke-dashoffset:207}}.meter-w2-4{stroke-dasharray:280;stroke-dashoffset:137;stroke:#fff}.meter-w2-4.animate-progress{-webkit-animation:progress-w2-4 1s ease-out;animation:progress-w2-4 1s ease-out}@-webkit-keyframes progress-w2-4{0%{stroke-dashoffset:207}to{stroke-dashoffset:137}}@keyframes progress-w2-4{0%{stroke-dashoffset:207}to{stroke-dashoffset:137}}.meter-w3-4{stroke-dasharray:280;stroke-dashoffset:67;stroke:#fff}.meter-w3-4.animate-progress{-webkit-animation:progress-w3-4 1s ease-out;animation:progress-w3-4 1s ease-out}@-webkit-keyframes progress-w3-4{0%{stroke-dashoffset:137}to{stroke-dashoffset:67}}@keyframes progress-w3-4{0%{stroke-dashoffset:137}to{stroke-dashoffset:67}}.meter-w4-4.animate-progress{-webkit-animation:progress-w4-4 1s ease-out;animation:progress-w4-4 1s ease-out}@-webkit-keyframes progress-w4-4{0%{stroke-dashoffset:67}to{stroke-dashoffset:0}}@keyframes progress-w4-4{0%{stroke-dashoffset:67}to{stroke-dashoffset:0}}.meter-w1-5{stroke-dasharray:280;stroke-dashoffset:221;stroke:#fff}.meter-w1-5.animate-progress{-webkit-animation:progress-w1-5 1s ease-out;animation:progress-w1-5 1s ease-out}@-webkit-keyframes progress-w1-5{0%{stroke-dashoffset:280}to{stroke-dashoffset:221}}@keyframes progress-w1-5{0%{stroke-dashoffset:280}to{stroke-dashoffset:221}}.meter-w2-5{stroke-dasharray:280;stroke-dashoffset:165;stroke:#fff}.meter-w2-5.animate-progress{-webkit-animation:progress-w2-5 1s ease-out;animation:progress-w2-5 1s ease-out}@-webkit-keyframes progress-w2-5{0%{stroke-dashoffset:221}to{stroke-dashoffset:165}}@keyframes progress-w2-5{0%{stroke-dashoffset:221}to{stroke-dashoffset:165}}.meter-w3-5{stroke-dasharray:280;stroke-dashoffset:109;stroke:#fff}.meter-w3-5.animate-progress{-webkit-animation:progress-w3-5 1s ease-out;animation:progress-w3-5 1s ease-out}@-webkit-keyframes progress-w3-5{0%{stroke-dashoffset:165}to{stroke-dashoffset:109}}@keyframes progress-w3-5{0%{stroke-dashoffset:165}to{stroke-dashoffset:109}}.meter-w4-5{stroke-dasharray:280;stroke-dashoffset:53;stroke:#fff}.meter-w4-5.animate-progress{-webkit-animation:progress-w4-5 1s ease-out;animation:progress-w4-5 1s ease-out}@-webkit-keyframes progress-w4-5{0%{stroke-dashoffset:109}to{stroke-dashoffset:53}}@keyframes progress-w4-5{0%{stroke-dashoffset:109}to{stroke-dashoffset:53}}.meter-w5-5.animate-progress{-webkit-animation:progress-w5-5 1s ease-out;animation:progress-w5-5 1s ease-out}@-webkit-keyframes progress-w5-5{0%{stroke-dashoffset:53}to{stroke-dashoffset:0}}@keyframes progress-w5-5{0%{stroke-dashoffset:53}to{stroke-dashoffset:0}}.meter-w1-6{stroke-dasharray:280;stroke-dashoffset:230;stroke:#fff}.meter-w1-6.animate-progress{-webkit-animation:progress-w1-6 1s ease-out;animation:progress-w1-6 1s ease-out}@-webkit-keyframes progress-w1-6{0%{stroke-dashoffset:280}to{stroke-dashoffset:230}}@keyframes progress-w1-6{0%{stroke-dashoffset:280}to{stroke-dashoffset:230}}.meter-w2-6{stroke-dasharray:280;stroke-dashoffset:183;stroke:#fff}.meter-w2-6.animate-progress{-webkit-animation:progress-w2-6 1s ease-out;animation:progress-w2-6 1s ease-out}@-webkit-keyframes progress-w2-6{0%{stroke-dashoffset:230}to{stroke-dashoffset:183}}@keyframes progress-w2-6{0%{stroke-dashoffset:230}to{stroke-dashoffset:183}}.meter-w3-6{stroke-dasharray:280;stroke-dashoffset:137;stroke:#fff}.meter-w3-6.animate-progress{-webkit-animation:progress-w3-6 1s ease-out;animation:progress-w3-6 1s ease-out}@-webkit-keyframes progress-w3-6{0%{stroke-dashoffset:183}to{stroke-dashoffset:137}}@keyframes progress-w3-6{0%{stroke-dashoffset:183}to{stroke-dashoffset:137}}.meter-w4-6{stroke-dasharray:280;stroke-dashoffset:93;stroke:#fff}.meter-w4-6.animate-progress{-webkit-animation:progress-w4-6 1s ease-out;animation:progress-w4-6 1s ease-out}@-webkit-keyframes progress-w4-6{0%{stroke-dashoffset:137}to{stroke-dashoffset:93}}@keyframes progress-w4-6{0%{stroke-dashoffset:137}to{stroke-dashoffset:93}}.meter-w5-6{stroke-dasharray:280;stroke-dashoffset:43;stroke:#fff}.meter-w5-6.animate-progress{-webkit-animation:progress-w5-6 1s ease-out;animation:progress-w5-6 1s ease-out}@-webkit-keyframes progress-w5-6{0%{stroke-dashoffset:93}to{stroke-dashoffset:43}}@keyframes progress-w5-6{0%{stroke-dashoffset:93}to{stroke-dashoffset:43}}.meter-w6-6.animate-progress{-webkit-animation:progress-w6-6 1s ease-out;animation:progress-w6-6 1s ease-out}@-webkit-keyframes progress-w6-6{0%{stroke-dashoffset:43}to{stroke-dashoffset:0}}@keyframes progress-w6-6{0%{stroke-dashoffset:43}to{stroke-dashoffset:0}}.meter-w1-7{stroke-dasharray:280;stroke-dashoffset:237;stroke:#fff}.meter-w1-7.animate-progress{-webkit-animation:progress-w1-7 1s ease-out;animation:progress-w1-7 1s ease-out}@-webkit-keyframes progress-w1-7{0%{stroke-dashoffset:280}to{stroke-dashoffset:237}}@keyframes progress-w1-7{0%{stroke-dashoffset:280}to{stroke-dashoffset:237}}.meter-w2-7{stroke-dasharray:280;stroke-dashoffset:197;stroke:#fff}.meter-w2-7.animate-progress{-webkit-animation:progress-w2-7 1s ease-out;animation:progress-w2-7 1s ease-out}@-webkit-keyframes progress-w2-7{0%{stroke-dashoffset:237}to{stroke-dashoffset:197}}@keyframes progress-w2-7{0%{stroke-dashoffset:237}to{stroke-dashoffset:197}}.meter-w3-7{stroke-dasharray:280;stroke-dashoffset:157;stroke:#fff}.meter-w3-7.animate-progress{-webkit-animation:progress-w3-7 1s ease-out;animation:progress-w3-7 1s ease-out}@-webkit-keyframes progress-w3-7{0%{stroke-dashoffset:197}to{stroke-dashoffset:157}}@keyframes progress-w3-7{0%{stroke-dashoffset:197}to{stroke-dashoffset:157}}.meter-w4-7{stroke-dasharray:280;stroke-dashoffset:117;stroke:#fff}.meter-w4-7.animate-progress{-webkit-animation:progress-w4-7 1s ease-out;animation:progress-w4-7 1s ease-out}@-webkit-keyframes progress-w4-7{0%{stroke-dashoffset:157}to{stroke-dashoffset:117}}@keyframes progress-w4-7{0%{stroke-dashoffset:157}to{stroke-dashoffset:117}}.meter-w5-7{stroke-dasharray:280;stroke-dashoffset:77;stroke:#fff}.meter-w5-7.animate-progress{-webkit-animation:progress-w5-7 1s ease-out;animation:progress-w5-7 1s ease-out}@-webkit-keyframes progress-w5-7{0%{stroke-dashoffset:117}to{stroke-dashoffset:77}}@keyframes progress-w5-7{0%{stroke-dashoffset:117}to{stroke-dashoffset:77}}.meter-w6-7{stroke-dasharray:280;stroke-dashoffset:37;stroke:#fff}.meter-w6-7.animate-progress{-webkit-animation:progress-w6-7 1s ease-out;animation:progress-w6-7 1s ease-out}@-webkit-keyframes progress-w6-7{0%{stroke-dashoffset:77}to{stroke-dashoffset:37}}@keyframes progress-w6-7{0%{stroke-dashoffset:77}to{stroke-dashoffset:37}}.meter-w7-7.animate-progress{-webkit-animation:progress-w7-7 1s ease-out;animation:progress-w7-7 1s ease-out}@-webkit-keyframes progress-w7-7{0%{stroke-dashoffset:37}to{stroke-dashoffset:0}}@keyframes progress-w7-7{0%{stroke-dashoffset:37}to{stroke-dashoffset:0}}.meter-prelg{stroke:#a9a1ff}.unit-ribbon{display:flex;margin-top:-6px}.unit-ribbon .center{z-index:2}.unit-ribbon>div{border-radius:5px;height:32px;width:135px}.unit-ribbon b{font-size:17px;text-align:center}.unit-ribbon.golden>div{background-color:#ffc800;box-shadow:inset 0 0 1px #cd9f00}.unit-ribbon.golden b{color:#cd7900}.unit-ribbon.legendary>div{background-color:#d1c1ff;box-shadow:inset 0 0 1px #b6a3ee}.unit-ribbon.legendary b{color:#5c6cfc}.unit-ribbon.locked>div{background-color:#afafaf}.unit-ribbon.locked b{color:#fff}.unit-ribbon-right{right:13px}.unit-ribbon-left,.unit-ribbon-right{bottom:-8px;position:relative;width:35px;z-index:1}.unit-ribbon-left{left:13px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.castle{height:90%!important;width:90%!important}.castle.golden,.castle.legendary{height:80%!important;width:80%!important}.unit_calc{color:#c19803}.unit_progress_parent{align-items:center;left:-3px;position:relative;width:65%}.unit_progress_bg{background:#cca001;border-radius:20px;height:15px;padding:2px;position:relative;right:-15px;width:100%}.unit_progress{background:#ffc800;border-radius:20px;height:100%;padding-left:2px;width:50%}.unit_progress_inner{background:#ffd800;border-radius:20px;height:33%;position:relative;top:3px;width:85%}.unit_progress_img{height:25px;position:relative;top:-3px;z-index:1}.disableClick,.noclick{pointer-events:none;-webkit-user-select:none;user-select:none}._24jLm .unit_calc{color:#fff!important}._3g2C1{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;background-color:#fff;border-bottom:2px solid #e5e5e5;border-bottom-color:var(--web-ui_topbar-border-color,#e5e5e5);box-sizing:border-box;color:#afafaf;font:500 17px/25px din-round,sans-serif;left:0;line-height:20px;position:fixed;right:0;top:0;top:var(--web-ui_topbar-top,0);-webkit-user-select:none;user-select:none}._1kJpR{height:70px}._3jIW4{align-items:center;display:flex;flex-direction:row}._1bdcY{box-sizing:border-box;display:flex;height:100%;justify-content:space-between;position:relative}._1kJpR ._1bdcY{flex-direction:row-reverse;margin:0 auto;max-width:1140px;padding:0 24px}@media (max-width:500px){._1kJpR ._1bdcY{padding:0}}.cvppU ._1bdcY{max-width:1328px}._3E4oM{height:100%}._1kJpR ._2QyqO,._3E4oM{position:relative}@media (hover:hover){._1kJpR ._2QyqO:hover:after{bottom:-10px;content:"";height:10px;left:0;position:absolute;right:0}}._1kJpR ._3_CAz{padding:0 12px}@media (hover:hover){._1kJpR ._3_CAz:hover>img:first-child,._1kJpR ._3_CAz:hover>span{opacity:.8;transition:opacity .2s}}._9zJMQ._1bdcY ._3E4oM:last-child ._3_CAz{padding-left:0}@media (min-width:501px){._9zJMQ._1bdcY ._3E4oM:nth-child(2) ._3_CAz{padding-right:0}}@media (max-width:500px){._9zJMQ._1bdcY ._3E4oM:nth-child(2) ._3_CAz{padding-left:0}._9zJMQ._1bdcY ._3E4oM:nth-child(3) ._3_CAz,._9zJMQ._1bdcY ._3E4oM:nth-child(4) ._3_CAz,._9zJMQ._1bdcY ._3E4oM:nth-child(5) ._3_CAz{padding-right:0}}._1B0kf{font-weight:700}._3E4oM._3jIW4 ._1B0kf{font-size:16px}._3E4oM._3jIW4 ._1B0kf._1B0kfs{font-size:14px}._1rObp{align-items:center;display:flex;justify-content:center;position:relative}._2G02F{width:25px}._2G02F,._2SLh1{height:30px;margin-right:6px}._2SLh1{width:24px}._2SLh1B{height:51px;width:auto}@media (max-width:500px){._1kJpR ._3_CAz.beller{padding-left:6px;padding-right:0}}.beller span{background:red;border-radius:50%;bottom:20px;height:5px;position:absolute;right:12px;width:5px}._2SLh2{height:35px;width:30px}.Kn_OrmLd{color:#ff941f}.Kp_lrmLd{color:#a7a0ff}.ENXVm{color:#00b92f;color:var(--web-ui_topbar-color,#00b92f)}.RNXVm{color:#ff4b4b}.ENXVmIn{color:#01c733;font-weight:700}.ENBlmIn{color:#008cff;font-weight:700}._3Gi0S{color:#ff9600;color:var(--web-ui_topbar-color,#ff9600)}.xOipJ{color:#e5e5e5}._3J9t8{border-radius:50%;height:36px;width:36px}.J0tZA{position:relative}.J0tZA img{display:block}._3BJQ_{background:rgba(0,0,0,.3);bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:70px;top:calc(var(--web-ui-topbar-top, 0px) + 70px);transition:opacity .3s}.ZMJ1p{background:rgba(0,0,0,.65)}.PrGLogn{position:relative;right:-15px}._19jAQ{align-items:center;-webkit-column-gap:20px;column-gap:20px;display:flex;flex-direction:row-reverse;justify-content:center;margin-left:auto;margin-right:16px}._19jAQ a:nth-child(2){margin-right:30px}._19jAQ span{color:#7a7a7a;display:block;font-size:16px;font-weight:500;margin-left:5px;text-align:right}@media (max-width:699.98px){._19jAQ{display:none}}._22cC8{height:45px}._2XgDS{color:#3f22ec;font-weight:700;margin-left:8px;text-transform:uppercase}._3zucw{padding:0 12px;transition:-webkit-filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s}@media (hover:hover){._3zucw:hover{cursor:pointer;-webkit-filter:brightness(1.1);filter:brightness(1.1)}}.uqCpu ._2WiQc{align-items:center;border-bottom:2px solid #e5e5e5;color:#4b4b4b;cursor:pointer;display:flex;flex-direction:row-reverse;font-weight:700;padding:8px 12px}.uqCpu ._2WiQc:last-child{border-bottom:none}@media (hover:hover){.uqCpu ._2WiQc:hover{background-color:#f7f7f7}}.uqCpu ._3fZ_2{max-height:304px;overflow-y:auto;width:240px}.uqCpu ._3Y8Eq{-webkit-transform:scale(.9);transform:scale(.9);-webkit-transform-origin:center right;transform-origin:center right}.uqCpu ._16eSY{left:-25px;margin-right:-28px;position:relative;top:12px;-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:0 0;transform-origin:0 0}.uqCpu .uOkpe{align-items:center;border-top:2px solid #e5e5e5;cursor:pointer;display:flex;flex-direction:row-reverse;font-weight:700;padding:12px}@media (hover:hover){.uqCpu .uOkpe:hover{background-color:#f7f7f7}}.uqCpu .afJvq{width:38px}.uqCpu .afJvq.smrKv7l{width:23px}.uqCpu ._2UuYQ{margin-right:13px}.uqCpu .nbt ._2UuYQ{margin-right:7px}.uqCpu ._1Gh9e{background-color:#ddf4ff}.uqCpu .WyrYM{visibility:hidden}._1fay8{-ms-overflow-style:none;scrollbar-width:none}._1fay8::-webkit-scrollbar{display:none}._3PrAS{color:#3c3c3c;font-size:22px;font-weight:700;line-height:26px;margin:0}._3uAwj{color:#777;margin:10px 0 0}._20sV-{align-items:top;display:flex;flex-direction:column;overflow-y:scroll}@media (min-width:700px){._20sV-{width:330px}}._21HgW{align-items:center;margin:0 auto}@media (min-width:700px){._21HgW{margin:auto}}._3ZQDX{margin:auto 24px;text-align:center}._2LOmw{margin:12px auto 0;width:100%}@media (min-width:380px){._2LOmw{margin:20px auto 0;width:330px}}._3aDjm{min-width:350px;padding:24px}.Xkji1{height:auto!important;height:var(--web-ui_button-height,auto)!important;padding:0!important;padding:var(--web-ui_button-padding,0)!important}._1XkpR{--web-ui_button-color:#1cb0f6}._2uf-t{align-items:center;box-sizing:border-box;display:flex;padding:24px 12px;width:380px}._2uf-t h2{color:#4b4b4b;font-size:18px;font-weight:700;line-height:26px;margin:0}._2uf-t p{color:#777;margin:10px 0 0}._3t8ak{height:100px;-webkit-transform:translateY(-5px);transform:translateY(-5px)}._1C24l{margin-left:12px}._3qLLs{margin-top:12px}.Haer_Era{height:50px;width:50px}.Haer_Esa{height:70px;margin-top:-10px;width:70px}.Haer_Epa{height:62px;margin-top:-6px;width:62px}.qW09zE{border-radius:16px;border-style:solid;border-width:2px 2px 4px;cursor:pointer;min-width:150px;padding:0;text-align:center}._SSLhS{height:25px;width:25px}.EGNXVm{border-top:2px solid #e3e3e3;color:#767676;padding:5px}.LbNDwf{padding:20px 10px;position:relative}.Kioekf{-webkit-column-gap:10px;column-gap:10px;cursor:default;justify-content:normal;min-width:380px;width:auto}.EGNXVmX{padding:13px 0}.EPNXVmX{padding:8px 0}@media (max-width:500px){._3p5e9._3p5e81{border-width:1px}.LbNDwf{flex-direction:row;justify-content:center;padding:initial}.LbNDwf,.qW09zE{align-items:center;display:flex}.qW09zE{justify-content:space-between;min-width:100%;padding:10px}.Haer_Era{height:25px;width:30px}.Haer_Esa{height:42px;margin-left:-7px;width:42px}.Haer_Epa,.Haer_Esa{margin-right:-7px;margin-top:0}.Haer_Epa{height:39px;margin-left:-6px;width:39px}.Kioekf{-webkit-column-gap:normal;-webkit-column-gap:initial;column-gap:normal;flex-direction:column;min-width:0;min-width:auto;row-gap:10px}.OiLKR{align-items:center;display:flex;height:auto;justify-content:center;margin:0 10px}.EGNXVm{border-right:2px solid #e3e3e3;border-top:initial;padding-right:15px}.EGNXVmX{padding:13px 33px}.EPNXVmX{padding:8px 27px}._2uf-t h2{font-size:17px}._2uf-t h2.fTam5d8if{font-size:15px}}.uS_Xr:active .EGNXVm,.uS_Xr:hover .EGNXVm{border-color:#a6deff}.HCouNFD{color:#ff4b4b;font-size:17px;font-weight:700}.qW09zED{pointer-events:none;-webkit-user-select:none;user-select:none}.qW09zED .EGNXVm span,.qW09zED ._25WYd{color:#ddd!important}.qW09zED img{-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:.2}.ZFBAG{height:28px;width:28px}.XZFBAG{margin-left:5px}._He2LsFl{background-position:-925px -48px;height:40px;scale:.5;width:40px}._Ho3LsFl{background-position:-920px -89px;height:35px;scale:.6;width:38px}._Hb4LsFl{background-position:-958px -87px;height:38px;scale:.62;width:35px}@media (max-width:1100px){._19jAQ a:nth-child(2){margin-right:10px}._19jAQ{-webkit-column-gap:5px;column-gap:5px}}._19jAQ .nav-home-item:hover span{color:#bbb}._19jAQ .nav-home-item:hover img{opacity:.7}._23dmm{left:40%;position:absolute;top:50%}._1NUkq strong{color:#ff4b4b;font-weight:700}._1hNPS{border:2px solid #e5e5e5;border-radius:16px;color:#4b4b4b;display:grid;grid-auto-flow:column;padding:16px 24px;width:100%}._1hNPS,._2vbVp{align-items:center;justify-content:center}._3mDiSr{color:#787878}._2vbVp{background:no-repeat 50% url(https://www.lomolearn.ir/files/images/e18a31f371a1a455061baed6fc5b9af3.svg);display:flex;grid-column-start:span 1;height:58px;width:47px}._2vbVp,.n2Hcj{margin-left:8px}.n2Hcj{grid-column-start:span 4}.uqCpu .uOkpe.nbt{border-top:none}._1NUkT2q{color:#1d9aee;font-weight:700}.Ho_meIc{margin-top:-5px}.Ho_meIc,.lomobIc{height:36px;width:36px}.lomobIc{margin-top:-2px}.LEAG_UEIC{height:36px;margin-top:-4px;width:36px}.nav-home-item{cursor:pointer}.HeaPd .keys-panel ._1KUxv{min-width:350px}.HeaPd .keys-panel ._2uf-t{width:auto}.keys-panel._2XlFZ>.ite_X{top:-9px}.keys-panel ._3p5e9._3p5e81{border-width:1px}.keys-panel .LbNDwf{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:initial}.keys-panel .qW09zE{align-items:center;display:flex;justify-content:space-between;min-width:100%}@media (min-width:501px){.keys-panel .qW09zE{padding:5px}}.keys-panel .Haer_Esa{height:35px;margin-left:-7px;margin-right:-7px;margin-top:0;width:42px}.keys-panel .Haer_Epa{height:35px;margin-left:-6px;margin-right:-7px;margin-top:0;width:39px}.keys-panel .Kioekf{-webkit-column-gap:normal;-webkit-column-gap:initial;column-gap:normal;flex-direction:column;min-width:0;min-width:auto;row-gap:10px}.keys-panel .OiLKR{align-items:center;display:flex;height:auto;justify-content:center;margin:0 10px}.keys-panel .EGNXVm{border-right:2px solid #e3e3e3;border-top:initial;padding-right:15px}.keys-panel ._2uf-t h2{font-size:16px}input.pdate{margin-bottom:0;margin-left:0;margin-top:0;text-align:center}div.picker{background-color:#fff;border:2px solid #e3e3e3;border-radius:15px;direction:rtl;padding:3px}div.picker table{border:none;border-collapse:collapse;border-radius:15px;border-spacing:0;font:11px Tahoma}div.picker tr:not(:first-child){pointer-events:none;-webkit-user-select:none;user-select:none}div.picker td{border:none;padding:10px;text-align:center;width:20px}div.picker tr:first-child td:first-child{border-top-left-radius:10px}div.picker tr:last-child td:first-child{border-bottom-left-radius:10px}div.picker tr:first-child td:last-child{border-top-right-radius:10px}div.picker tr:last-child td:last-child{border-bottom-right-radius:10px}div.picker div.navBack a{float:right}div.picker div.navFwd,div.picker div.navFwd a{float:left}div.picker span.navInfo{display:inline-block;padding:5px 0}div.picker td.pickerHead a{padding:5px}div.picker td.pickerHead span.nav{display:block}div.picker td.pickerHead span.monYear{color:#777;display:inline-block;padding-left:1px;padding-right:1px}div.picker span.weekday{display:block;padding:2px 0}div.picker span.today{background-color:#e7e7e7;border-radius:18px;color:#777}div.picker div.streak-div{background-color:#ff9600;color:transparent;height:12px;margin-right:10px;margin-top:8px;position:absolute;width:50px;z-index:1}div.picker div.streak-div.day-freeze{background-color:#f7ce96;color:transparent}div.picker span.selected{background:#ff9600;border-radius:18px;color:#fff;position:relative;z-index:2}div.picker span.selected.day-freeze{background:#6bccf9;border-radius:18px;color:#fff;position:relative;z-index:2}div.picker span.selected.day-freeze:before{background:no-repeat url(https://www.lomolearn.ir/files/images/e6bb6d3a63d2006f5c22f702d58014b1.svg);background-size:85%;content:"";height:46px;left:-25%;position:absolute;top:-16%;width:46px;z-index:-1}@media (max-width:380px){div.picker span.selected.day-freeze:before{left:-37%}}div.picker .week td:last-child div.streak-div{display:none}div.picker td.calWeekdays{color:#afafaf;font-weight:700;padding-bottom:2px;padding-top:3px;text-align:center}div.picker td.pickerFoot span{display:block;padding:2px}div.picker span{color:#afafaf;font-size:13px;font-weight:700;text-decoration:none}._1k_tY{background-position:top;background-repeat:no-repeat;background-size:contain;vertical-align:middle}.B4oPSJ{align-items:center;display:flex;justify-content:space-between;margin:5px 15px;padding-left:inherit;padding-right:inherit}._2SfVY{background-color:initial;border:0;cursor:pointer;height:16px;width:16px}._2FdoF{background-image:url(https://www.lomolearn.ir/files/images/06fbf3bb648f263fd5c18e0f618008e2.svg)}._1ONAJ{background-image:url(https://www.lomolearn.ir/files/images/432bd97c3d59c4b51a9b78275dbe72c8.svg)}._3cgRx{margin:0}._2Xv_D{color:#777;font-size:15px;margin-bottom:18px;padding:0 12px}._250dJ,._2Xv_D{text-align:center}._250dJ{color:#444;font-size:25px;font-weight:700;margin-bottom:10px;margin-top:15px}._20QqV{align-items:center;height:26px;margin-bottom:16px}.Lugolht{height:30px;position:absolute;right:71px;top:0;width:35px}.uPrniLgu{position:relative}._2p1op{background:#fff;border-top-left-radius:15px;border-top-right-radius:15px;padding-top:24px;position:-webkit-sticky;position:sticky;top:var(--app-offset);z-index:1}._qWad1Q8 ._1agsX{height:auto;margin-top:0;width:210px}._qWad1Q8 .n_Nbn{font-size:20px;margin-bottom:10px}._qWad1Q8 ._1y4K9{margin-top:24px 0 0 0}._qUad9Q7._1y4K9{height:180px;margin:10px 0}@media (max-width:899.98px){._2KrdD{margin-top:0!important}}._2KrdD{display:flex;height:91px;margin-top:24px;overflow:hidden;position:relative}@media (min-width:700px){._2KrdD{margin-top:0}}._3IRtt{grid-gap:28px;align-items:center;bottom:0;direction:ltr;display:grid;gap:28px;grid-template-columns:repeat(10,-webkit-min-content);grid-template-columns:repeat(10,min-content);justify-content:space-between;position:absolute;right:calc(50% - 40px - var(--offset)*80px);top:0}._14I3k{height:58px;width:52px}.p9XXu{height:100%;object-fit:fit;width:100%}._3H1lo{height:91px;width:80px}._3ZuGYF{border:initial!important;width:100%!important}._3ZuGYF ._2Rsru{border-radius:0;height:100%}@media (min-width:700px){._3ZuGYF ._1_ZCT span,._3ZuGYF ._3YFg9,._3ZuGYF ._3cvJx{font-size:17px}._3ZuGYF .opo25U{height:40px;margin-left:8px;width:40px}._3ZuGYF .wBCFS{margin:0 20px}}._3ZuGYF{margin:0;padding:0}._3ZuGY .current-user{background:#e5e5e5}._3ZuGY .current-user span{font-weight:bolder}._3ZuGY .current-user.promoA{background:#e3ffca}._3ZuGY .current-user.promoA span{color:#58a700!important}._3ZuGY .current-user.demotZ{background:#fdd}._3ZuGY .current-user.demotZ span{color:#ea2b2b!important}._3ZuGYF ._2Rsru{margin:0}._3seVy{display:grid;grid-template-columns:-webkit-min-content 1fr -webkit-min-content;grid-template-columns:min-content 1fr min-content;max-width:592px;overflow:hidden;padding:15px 24px 0 28px;position:relative;width:100%}._2CUKu{margin-left:24px;padding-top:16px}._36Vnl{padding-top:18px}._39A4u{align-items:center;display:flex;flex-direction:column;margin:0;max-height:calc(100vh - 90px);position:relative;text-align:center;width:100%}@media (min-width:700px){._39A4u{margin:auto;max-height:calc(100vh - var(--app-offset) - 48px);max-width:592px;min-height:400px}}._1agsX{height:168px;margin-bottom:8px;width:272px}.n_Nbn{color:#444;font-size:22px;margin-bottom:16px}._17qhaPFx{align-items:center;display:flex;flex-direction:column;justify-content:center}._2p1op ._17qhaPFx{border:2px dashed #bfe1f3;border-radius:8px;margin:0 10px;padding-top:15px}._2p1op ._17qhaPFx.D1nG3er{border:2px dashed #f3bfbf}._17qhaPFx ._17qha:first-child{color:#00a2ff;font-weight:700;margin-bottom:5px}._17qhaPFx.D1nG3er ._17qha:first-child{color:#ff6a6a;text-align:center}._17qhaPFx ._17qha{margin-bottom:15px}._17qha{color:#777;font-size:15px;margin-bottom:24px;padding:0 10px}.BaoldTid{color:#00a2ff;font-weight:700}._1xPTr{overflow:hidden;position:relative;width:100%}._1xPTr:after{background:linear-gradient(0deg,#fff,#ff00);bottom:0;content:"";height:360px;left:0;position:absolute;width:100%}._4FfPg5{bottom:-7px;margin-left:0!important;position:relative}._oPiuk4{font-size:17px}._1GRlu{-webkit-transform:scaleX(-1);transform:scaleX(-1)}._qPad1Q9{padding:20px 10px}@media (max-width:500px){._qPad1Q9 ._17qha{max-width:300px}}.Yuir5p{background:#00d0ff;border-radius:8px;color:#fff;display:inline-block;left:-8px;padding:0 8px;position:relative}.Yuir5p ._29Ox2{font-size:13px}.Yuir5p6{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;color:#00d0ff}._3LsFl{background-position:-408px -70px;height:20px;width:10px}._1LfAN,._1LfAN:after{border-radius:6px}._3GeW0{border-color:transparent;border-top-left-radius:8px;border-top-right-radius:8px;border-width:0 0 4px;padding:6px 8px}._3GeW0:after{border-color:transparent;border-width:0 0 4px;bottom:-4px;content:"";left:0;right:0;top:0}._3GeW0:disabled:not(._2mG9r){background:none;border-radius:6px;border-width:4px 0 0;color:#afafaf}._3GeW0:disabled:not(._2mG9r):after{background:#e5e5e5;border-width:0;bottom:0}._-7YNG{background-color:#1899d6;color:#fff}._-7YNG:after{background-color:#1cb0f6}._3oNvD{display:flex;justify-content:space-between}.HBGOS{margin-bottom:20px}@media (max-width:699.98px){.HBGOS{margin-bottom:16px}}.BMuTY{border:2px solid #e5e5e5;border-radius:16px}._2GEam{align-items:center;border-bottom:2px solid #e5e5e5;display:flex}._2GEam:last-child{border-bottom:none}._1HOwy{padding:16px}.IVDKh{align-items:center;color:#4b4b4b;display:flex;flex:1 1 auto}.IVDKh,.sygtN{overflow:hidden}.sygtN{text-overflow:ellipsis;white-space:nowrap}._3ml0f,.sygtN{margin:0 12px}.lZue0{line-height:normal;overflow:hidden;text-overflow:ellipsis}.wWY_2{font-size:17px;margin-bottom:1px}._1soKk{color:#afafaf}._3CqrK{font-size:12px}._34qlrK{font-size:15px}._3f-Cd{align-self:center;display:inline-flex!important}._3f-Cd,._3f-Cd:after{border-radius:8px!important}._3G-VF{flex:0 0 auto}._1Rcv7{margin-right:16px}.hOdmy{color:#4b4b4b;display:flex;font-weight:700;justify-content:space-between;padding:16px}.hOdmy:hover{background-color:#f1f1f1;border-bottom-left-radius:13px;border-bottom-right-radius:13px}._2IwbM{display:none}._1G0um{border-bottom:2px solid #dadada;position:relative}._27avI{display:flex;width:100%}._2f08V{color:#999;cursor:pointer;position:relative;vertical-align:middle}._2f08V:hover>.hWQ2W{border-bottom-color:#1caff6;color:#1caff6}._2f08V:first-child>.hWQ2W{padding-left:10px}._2f08V:last-child>.hWQ2W{padding-right:10px}._10T9U{display:block;flex:1 1;padding-top:16px}._1c25o>.hWQ2W{border-bottom-color:#1caff6;color:#1caff6}.hWQ2W{display:block;margin-bottom:-2px;padding-bottom:12px;text-align:center}._196g_{border-bottom:2px solid transparent}.jMzvB{height:0;overflow:hidden;position:absolute;width:0}._1WwT3{display:inline-block}._13mC4{background-color:#1cb0f6;border:2px solid #fff;border-radius:98px;cursor:pointer;padding:5px;position:absolute;right:13.8604px;top:13.8604px}@media (max-width:699.98px){._13mC4{height:20px;padding:3px;width:20px}}._26Evc{height:100%;width:100%}._3PbOd,._3g5Wc{position:relative}._3PbOd{display:inline-block;line-height:0}@media (min-width:700px){._3PbOd{margin-top:0}}._1cHvI{line-height:34px;margin:0 0 16px;word-break:break-word}._1cHvI,._1cHvI span:first-child{font-size:28px}@media (max-width:699.98px){._1cHvI{font-size:25px;margin-bottom:10px}}._15qam{color:#afafaf;font-size:15px;font-weight:500;line-height:20px}._3ehkF{align-items:center;align-self:start;display:flex;flex-wrap:wrap;margin-right:-4px;padding:10px 0}.qJhBr{margin:0 2px}._91Tq4{border-bottom:2px solid #e5e5e5;display:flex;flex-direction:column;margin:24px 0 0;padding:0 16px}@media (min-width:700px){._91Tq4{flex-direction:row;margin:24px 24px 0;padding:0 0 24px}}@media (max-width:899.98px){._13mC4{height:25px;padding:4px;right:5px;top:5px;width:25px}}._3GElo{border-bottom:2px solid #e5e5e5;color:#afafaf;display:flex;font-size:19px;font-weight:700;justify-content:space-between;padding:16px}@media (min-width:700px){._3GElo{display:none}}._6yLXC{display:flex;flex:1 1 auto;flex-direction:row-reverse}@media (min-width:700px){._6yLXC{flex-direction:row-reverse}}._201LR{align-items:flex-start;display:flex;flex:1 0 auto}@media (min-width:700px){._201LR{flex:0 1 auto}}._2mVDz{display:flex;flex:1 1 auto;flex-direction:column}._2StlV{flex:0 0 auto;margin-left:16px}@media (min-width:700px){._2StlV{margin-left:48px;margin-right:0}}._15MkR{color:#777;margin-left:20px}@media (max-width:699.98px){._15MkR{flex-direction:column;margin-left:10px}}._60ErO{align-items:flex-start;display:flex;margin-bottom:12px}@media (max-width:699.98px){._60ErO{margin-bottom:4px}._60ErO:last-child{margin-bottom:0}}._2-BXB{flex:0 0 15px;margin-left:12px;margin-top:1px}._2Ce44{margin-right:5px}.prfheader .hjw0S{font:inherit;font-size:80px;font-weight:700;min-height:200px;min-width:200px}@media (max-width:699.98px){.prfheader ._2-BXB{margin-left:0}.prfheader .hjw0S{font-size:75px;height:155px;min-height:0;min-height:auto;min-width:0;min-width:auto;width:155px}.prfheader ._15qam,.prfheader ._2Ce44{font-size:13px}}._3rhkK{display:flex;flex:1 1 auto;flex-direction:row;gap:10px}@media (max-width:999.98px){._3rhkK{flex-direction:column}}@media (max-width:699.98px){._3rhkK{flex-direction:row;margin-top:5px}._1Kgcb,._3rhkK{margin-bottom:15px}}._1-O8t{flex:1 1 auto}@media (max-width:699.98px){._1-O8t{margin-right:0}}._3BEMN{margin-right:10px;margin-top:1px}._3ujPC{-webkit-filter:brightness(.9);filter:brightness(.9)}._2gk65{align-items:center;border-bottom:2px solid #e5e5e5;cursor:pointer;display:flex;padding:16px}._2gk65:last-child{border-bottom:none}._2-FNM{padding-left:16px;width:60px}._2-kFNMP{width:115px}._1sEXB{flex:1 1 auto}.hOVdl{color:#4b4b4b;font-size:17px;font-weight:700;margin-bottom:5px}.FRf9s{color:#afafaf;font-size:14px}._1ReBg{cursor:pointer;flex:0 0 auto;margin-left:6px;margin-top:2px}._1jKLW{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}._1jKLW ._3Pm6e:nth-child(3){grid-column:1/-1}@media (min-width:1065px){._1jKLW{grid-template-columns:repeat(3,1fr)}._1jKLW ._3Pm6e:nth-child(3){grid-column:unset}}@media (min-width:600px) and (max-width:899.98px){._1jKLW{grid-template-columns:repeat(3,1fr)}._1jKLW ._3Pm6e:nth-child(3){grid-column:unset}}._3Pm6e{border:2px solid #e5e5e5;border-radius:16px;display:flex;overflow:hidden;padding:15px 24px}@media (max-width:699.98px){._3Pm6e{padding:12px 14px 10px}}._2ZI34{align-self:start}.knrEM{margin-left:15px;width:30px}@media (max-width:699.98px){.knrEM{margin-left:7.5px;width:30px}}.buVEH{margin-left:15px;width:25px}@media (max-width:699.98px){.buVEH{margin-left:7.5px;width:25px}}._38_0B{margin-left:14px;width:28px}@media (max-width:699.98px){._38_0B{margin-left:7px;width:28px}}.ntEJx{margin-left:15px;width:21px}@media (max-width:699.98px){.ntEJx{margin-left:7.5px;width:15px}}._30I27{align-self:center;flex:1 0 auto}._3gX7q{font-size:17px;margin-bottom:4px}@media (max-width:699.98px){._3gX7q{font-size:19px;margin-bottom:4px}}._2nvdt{color:#afafaf;font-size:14px}@media (max-width:699.98px){._2nvdt{font-size:15px}}._25dpq{display:flex;flex-direction:column;gap:24px}@media (min-width:700px){._25dpq{gap:48px;padding:0}}@media (max-width:899.98px){.profile-sidebar,.profile-sidebar ._2P12E{align-items:center;flex-direction:row!important;justify-content:center;width:100%!important}.profile-sidebar{flex-direction:column!important}.profile-sidebar ._2P12E{gap:25px!important}.profile-sidebar ._2P12E>div{width:100%!important}}@media (max-width:767.98px){.profile-sidebar,.profile-sidebar ._2P12E{flex-direction:column!important}}img._3y3LFc{height:130px;width:130px}@media (min-width:900px){img._3y3LFc{height:180px;width:180px}}@media (max-width:597.98px){img._3y3LFc{height:100px;width:100px}._91Tq4{padding:0}}.aHeZm{border:2px solid #e5e5e5;border-radius:5px;color:#afafaf;display:inline-block;font-weight:700;height:28px;margin:0 3px;min-width:36px;padding:2px 3px;text-align:center}.Crporrt{height:100%;left:0;position:absolute;top:0;transition-duration:.3s;width:100%;z-index:251}.mhw350{max-height:350px}.mhw350,.mm350{max-width:350px}.mm350{max-height:100%;min-width:350px}._2veQ2{background-color:#e5e5e5;border-width:2px;color:#777}._2veQ2:after{background-color:#fff;border-width:0 0 2px;bottom:-2px}._1v32_{padding:6px 24px}._3Ljcx{--web-ui_button-color:#1da1f2}._2__FI{color:#1cb0f6}._2T_HI{margin-left:5px}._3nU_m{border:0;color:#4b4b4b;flex:1 1;line-height:24px;min-width:0;text-overflow:ellipsis}._3CNP-{align-items:center;background:#fff;border:2px solid #e5e5e5;border-radius:16px;display:inline-flex;min-height:48px;overflow:hidden;padding:5px 10px}._3XLxv{display:block;height:150px;margin:0 auto}h2._1A6EB{font-size:18px}._1A6EB,._2O0xs{text-align:center}._2O0xs{margin-left:auto;margin-right:auto;max-width:420px}._3bI3c{margin-top:25px;width:100%}._1tyeg{color:#afafaf;margin:25px 0 15px}.tB3kp{grid-gap:10px;display:grid}@media (min-width:700px){.tB3kp{grid-template-columns:repeat(2,1fr)}}._1jU5u{--web-ui_button-color:#58cc02}._1wtv4{background-image:url(https://www.lomolearn.ir/files/images/06422bceeba457d90e9a43c388b2d84a.svg);margin:-2px 0 -2px 10px}@media (max-width:699px){.vRj2t ._1wtv4{margin-right:0}}._2Lma0{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;box-sizing:border-box;display:inline-flex;font:500 17px/25px din-round,sans-serif;position:relative}.JPeOG{border:solid transparent;border-radius:12px;border-width:2px 2px 4px;color:#777;height:50px;padding:0 41px 0 12px}.JPeOG:before{background:#fff;border:2px solid #e5e5e5;border-radius:12px;bottom:-2px;box-shadow:0 2px 0 #e5e5e5;content:"";left:-2px;position:absolute;right:-2px;top:-2px}.JPeOG._2kc9q{color:#afafaf}.cqJc3{flex:1 1;font-size:15px;font-weight:700;letter-spacing:.8px;line-height:18px;overflow:hidden;position:relative;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}._24isA{color:#4b4b4b}._338Ac{flex-basis:560px;text-align:center}._3nHfA{margin-bottom:32px}._1lHSg{display:flex;flex-direction:column;row-gap:16px}._2EAvM{-webkit-column-gap:8px;column-gap:8px;display:flex;justify-content:center}._1iEK2{flex-shrink:0;height:9px;width:15px}.JPeOG ._1iEK2{color:#afafaf;position:absolute;right:16px}._1-bWL{-webkit-appearance:none;appearance:none;border:0;border-radius:inherit;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}._1-bWL:disabled{cursor:default}.JPeOG ._1-bWL{height:calc(100% + 6px);left:-2px;top:-2px;width:calc(100% + 4px)}.JPeOG ._1-bWL:disabled{height:calc(100% + 4px)}._3_QUJ{align-items:center;display:flex;flex-direction:column;padding-bottom:124.5%;position:relative;width:100%}._3SIlB{color:#fff;display:flex;font-weight:700;position:absolute}._13kYE{bottom:10%;font-size:12px}._1aS6c{border-bottom:2px solid rgb(var(--color-swan));border-top:2px solid rgb(var(--color-swan))}@media (max-width:699.98px){._1aS6c{border-radius:16px}}._1daS7v{border:2px solid rgb(var(--color-swan));border-radius:16px;border-bottom-left-radius:0;border-bottom-right-radius:0}._1daS8v{border:2px solid rgb(var(--color-swan));border-radius:16px;border-top:0;border-top-left-radius:0;border-top-right-radius:0}._1MEAw{align-items:stretch;display:flex;flex-direction:row;justify-content:space-between;padding-bottom:20px;padding-top:20px}._2hN48{border-bottom:2px solid rgb(var(--color-swan));padding-left:20px;padding-right:20px}._2hN48:last-child{border-bottom:none}._2Jl4F{color:#cd7900}._1qHrn{margin-left:0;min-width:77px}._2ZckS{flex-shrink:0;width:30px}._1y1XQ{display:flex;flex-direction:column;flex-grow:10;justify-content:center;overflow:hidden}._1mMnk{align-items:center;display:flex;justify-content:space-between}._315yA{color:rgb(var(--color-wolf));display:block;font-size:13px;font-weight:500;width:100%}@media (min-width:700px){._315yA{font-size:15px}}._2C2Pk{display:block;margin-top:10px;width:100%}._3avfw{align-items:center;display:flex;flex-direction:row}.iIbmU{margin-bottom:15px}._2gqnn{flex:1 1 auto;line-height:1.5;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis}._33gib{width:100%}._3iwbr{color:rgb(var(--color-hare));font-size:15px;justify-content:flex-end;margin-left:12px;text-align:right}@media (min-width:700px){._3iwbr{font-size:17px}}._2yBMs{background:url(https://www.lomolearn.ir/files/images/achievements/a7018d3f4a89422f851e65a983ac94a8.svg) no-repeat;background-size:contain}._3upVv{background:url(https://www.lomolearn.ir/files/images/achievements/d9ea34d0880fea787af1809925b3eccb.svg) no-repeat;background-size:contain}._2zNmn{background:url(https://www.lomolearn.ir/files/images/achievements/1d686a7a7899edd7fa136bf7b0877522.svg) no-repeat;background-size:contain}._2ik6a{background:url(https://www.lomolearn.ir/files/images/achievements/0abffca6e47456e9ea486043a37df5a7.svg) no-repeat;background-size:contain}._1dML2{background:url(https://www.lomolearn.ir/files/images/achievements/4d7a76420e8e4985b57f020df59009c8.svg) no-repeat;background-size:contain}._3Nhfm{background:url(https://www.lomolearn.ir/files/images/achievements/e94ffafed17f29a48960524693aaa839.svg) no-repeat;background-size:contain}._1OiHp{background:url(https://www.lomolearn.ir/files/images/achievements/4055e0dc10275f9597f53f9dca6df5e4.svg) no-repeat;background-size:contain}._20zJn{background:url(https://www.lomolearn.ir/files/images/achievements/c2b4bc98d8229b08fd45e85087868c24.svg) no-repeat;background-size:contain}._1WucH{background:url(https://www.lomolearn.ir/files/images/achievements/f82ec78dd3c15dea85ae4c6a8e028a37.svg) no-repeat;background-size:contain}._1pkpX{background:url(https://www.lomolearn.ir/files/images/achievements/04d9298940ed9ee06902f69dfca09717.svg) no-repeat;background-size:contain}._34sTq{background:url(https://www.lomolearn.ir/files/images/achievements/ad491d287c122a14be1c2aa56c6a118d.svg) no-repeat;background-size:contain}.PEvQz{background:url(https://www.lomolearn.ir/files/images/achievements/217492e7baf0961abdd2ddfb5881e7f9.svg) no-repeat;background-size:contain}._2S2dm{background:url(https://www.lomolearn.ir/files/images/achievements/070c837eec25d64e3182a8a31e65bdba.svg) no-repeat;background-size:contain}._2N2OI{background:url(https://www.lomolearn.ir/files/images/achievements/0fdb5c0766fc78be216ea9d84a51dd7d.svg) no-repeat;background-size:contain}._3HCUY{background:url(https://www.lomolearn.ir/files/images/achievements/91e9804d60cdd017a75642cca28becae.svg) no-repeat;background-size:contain}._2SNGW{background:url(https://www.lomolearn.ir/files/images/achievements/b0cb74a6e8beeb4e0f2399b331dfbe57.svg) no-repeat;background-size:contain}._2mGoN{background:url(https://www.lomolearn.ir/files/images/achievements/675cdcff3276bbfb3c2470e5252fd8a7.svg) no-repeat;background-size:contain}.Sx8mZ{background:url(https://www.lomolearn.ir/files/images/achievements/0088f1e1a1dccb3290421ceaa61b6a73.svg) no-repeat;background-size:contain}._1X1Kv{background:url(https://www.lomolearn.ir/files/images/achievements/39ac3b013faeeba3d0afb91f7230a43f.svg) no-repeat;background-size:contain}.y6jP4{background:url(https://www.lomolearn.ir/files/images/achievements/ae79bee1167acd55eae0b7b66d29cf74.svg) no-repeat;background-size:contain}.T0DDr{background:url(https://www.lomolearn.ir/files/images/achievements/ee0cbd16489f7f7ee36b2fad15651514.svg) no-repeat;background-size:contain}._3Fge_{background:url(https://www.lomolearn.ir/files/images/achievements/dc065b9f8f864e3e4e34c1720febc6b5.svg) no-repeat;background-size:contain}._3c1H2{background:url(https://www.lomolearn.ir/files/images/achievements/e1f5c78bff11cfeb6b4d92e83f2c9580.svg) no-repeat;background-size:contain}._22Ui-{background:url(https://www.lomolearn.ir/files/images/achievements/ae770a6d385c64fa89d7d2404098f825.svg) no-repeat;background-size:contain}.YwCyZ{background:url(https://www.lomolearn.ir/files/images/achievements/2af886b39abed80fd7596090ef55ec1c.svg) no-repeat;background-size:contain}.R74tF{background:url(https://www.lomolearn.ir/files/images/achievements/e10a45239da27868c3837701a09d22db.svg) no-repeat;background-size:contain}._1QiqV{border:2px solid rgb(var(--color-swan));border-radius:16px;padding:8px}._3pIKS{display:flex;flex-wrap:wrap;margin-bottom:10px;max-height:140px;overflow:hidden;padding:8px}._2uwCZ{cursor:pointer;flex:1 0 auto;margin-bottom:50px;max-width:111px;min-width:90px;padding:8px}.SEEvZ{border-top:2px solid rgb(var(--color-swan));color:rgb(var(--color-eel));display:flex;font-size:15px;font-weight:700;justify-content:space-between;margin:-8px;padding:16px 24px}.SEEvZ:hover{background-color:#f1f1f1;border-bottom-left-radius:13px;border-bottom-right-radius:13px}._12a6D{cursor:pointer;margin-left:6px;margin-top:2px}._2tUeO{cursor:auto}.croppr-container *{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.croppr-container img{max-width:100%;vertical-align:middle}.croppr{display:inline-block;position:relative}.croppr-overlay{background:rgba(0,0,0,.5);bottom:0;cursor:crosshair;left:0;position:absolute;right:0;top:0;z-index:1}.croppr-region{border:1px dashed rgba(0,0,0,.5);cursor:move;position:absolute;top:0;z-index:3}.croppr-imageClipped{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.croppr-handle{background-color:#fff;border:1px solid #000;height:10px;position:absolute;top:0;width:10px;z-index:4}hr{border:0;border-top:2px solid #e5e5e5;height:0;margin:40px 0}input[type=checkbox]{-webkit-appearance:none;background:#fff;border:2px solid #e5e5e5;border-radius:5px;cursor:pointer;height:20px;margin:0;position:relative;width:20px}input[type=checkbox]:checked{border-color:#1caff6}input[type=checkbox]:checked:after{border-bottom:3px solid #1caff6;border-left:3px solid #1caff6;content:"";height:35%;left:25%;position:absolute;top:31%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:55%}._1H_R6{background:none;border:none;padding:0;transition:-webkit-filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s}._3ky4c{display:none;flex-direction:column}@media (min-width:700px){._3ky4c{display:flex}}._3ky4c.V9dBP{margin-top:48px}._3dgVT{display:flex;flex-wrap:wrap;justify-content:center;margin:48px 12px 28px}.V9dBP ._3dgVT{margin:48px 12px 4px}._1KXNm{margin:0 12px 20px}._2tnT1{margin:0}._3KnwL{color:#afafaf}._3KnwL:hover{color:#1cb0f6}._3Ypya{display:none}._2wpOl{align-items:center;display:inline-flex;outline:0}._2wpOl:not(._3TI-x){cursor:pointer}.eP5n4{align-items:center;background:#e5e5e5;border-radius:12px;display:inline-flex;flex-shrink:0;height:24px;position:relative;transition:background .1s;width:57px}.eP5n4:before{background:#fff;border:solid #e5e5e5;border-radius:10px;border-width:2px 2px 4px;box-sizing:border-box;content:"";height:34px;left:0;position:absolute;transition:left .2s;width:32px}.eP5n4.BLCtW{background:#1cb0f6}.eP5n4.BLCtW:before{border-color:#1cb0f6;left:25px}._2gBEa{background:#f7f7f7;border:2px solid #e5e5e5;color:#4b4b4b;min-height:48px;text-align:left}._1GxYJ:disabled{background:#e3e1e1;color:#9b9b9b}._3gaHz{line-height:24px}._3bCNW{border-radius:16px;display:block;padding:5px 10px}._33Mo9{flex:1 1}._2k8ad{color:#999}._1CsoA{color:#4b4b4b;font-size:14px;font-weight:700;text-align:right;vertical-align:middle;word-break:break-word}@media (min-width:700px){._1CsoA{font-size:15px;padding:var(--left-cell-padding-top) 24px 0 0;vertical-align:top}._1n58L{padding-bottom:20px}}._1Agu7{max-width:100%;vertical-align:middle}._3np8E{width:100%}@media (min-width:700px){._19eU7{margin-top:10px}}._2MuBW{color:#afafaf}._22puW{color:#ff4b4b}._18h22{--web-ui_button-color:#ff4b4b}._3HPNX{font-size:20px;margin-bottom:0}._Bmuv{align-items:flex-start;display:flex}._37hbE{padding:16px}@media (min-width:700px){._37hbE{padding:0}}._3jjBK{background:#fff;margin:0 -15px;position:relative;table-layout:fixed;width:calc(100% + 30px)}@media (min-width:700px){._3jjBK{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;margin:0;position:static;width:100%}}._28D8T td:first-child{width:120px}@media (min-width:700px){._28D8T td:first-child{width:180px}}._2cAA0{--left-cell-padding-top:24px;position:relative}._4I-zC{border-top:1px solid #e5e5e5;display:flex;justify-content:space-between;padding:10px 0}._4I-zC:last-child{border-bottom:1px solid #e5e5e5}._4I-zC:first-child{border-top:2px solid #e5e5e5}._3OR2W{align-items:center;display:flex}._25h67{--web-ui_button-color:#ff4b4b}._25h67.disabled{--web-ui_button-color:#ffcece}._34v50{background:none;border:none;color:#1cb0f6;color:var(--web-ui_button-color,#1cb0f6);height:48px;height:var(--web-ui_button-height,48px);padding:0 16px;padding:var(--web-ui_button-padding,0 16px);transition:-webkit-filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s}._lab8el{color:#8b8b8b;font-weight:600}._Go80pl{border:2px solid #e5e5e5;border-radius:15px}._Co1k5j{align-items:center;border-bottom:2px solid #e5e5e5;display:flex;flex-direction:row;justify-content:space-between;padding:15px}._Go80pl ._Co1k5j:last-child{border-bottom:initial}.Rd4s6c4{align-items:center;background:#f7f7f7;border:1px dashed #e5e5e5;border-radius:15px;display:flex;justify-content:space-between;padding:5px}._3KAlg{background-position:-132px -69px;height:15px;width:14px}._2chFf{margin:24px 16px}@media (min-width:700px){._2chFf{margin:0 24px 24px}}.qFznU{margin:60px auto 100px;max-width:1092px;padding:0 25px;width:100%}@media (max-width:699px){.qFznU{margin:0}}.b8EPD{background-color:#fff;border-bottom:2px solid #e5e5e5}.Hki-a{font-size:22px;font-weight:700;margin:0 0 15px}@media (max-width:699px){.Hki-a{font-size:19px;margin:0;padding:12px 0 8px}}.RWUjN{display:flex;padding-top:50px;width:100%}@media (max-width:699px){.RWUjN{flex-direction:column;padding-top:8px}}._2FFPU{flex:1 1 auto;margin-right:-24px;max-width:410px}@media (max-width:699px){._2FFPU{margin-right:0;max-width:none}}.aEnZV{align-items:center;background-color:#f7f7f7;border:2px solid #e5e5e5;border-radius:12px;color:#4c4c4c;display:flex;flex-direction:row-reverse;font-size:16px;margin-bottom:48px;padding:0 20px}@media (max-width:699px){.aEnZV{margin:0 0 16px}}._2_8c_{margin-right:17px;-webkit-transform:scale(1.4);transform:scale(1.4);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}._2q1-e{background-color:initial;border:0;flex:1 1 auto;min-height:50px}._3rspb{align-items:center;display:flex;flex:1 1 auto;flex-direction:column}@media (max-width:699px){._3rspb{margin-bottom:10px}}._3OZGK{color:#777;font-size:17px;max-width:402px;padding:0 10px;text-align:center}._2s1R7{flex:1 1 auto;max-width:430px;width:100%}.C_02h{color:#4b4b4b;cursor:pointer;display:flex;font-weight:700;justify-content:space-between;min-height:52px;padding:16px;position:relative}._2UUyy{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:20% 30%;transform-origin:20% 30%}._58LsFl{background-position:-678px -70px;height:20px;width:10px}._14eZu{flex:1 1 auto;height:110px;margin:24px 16px 0;position:relative}._1uYPT ._2Amjo,._27aRq ._2Amjo{height:18px;width:18px}._1uYPT ._2Amjo{background-color:#1bb5ff}._1uYPT,._27aRq{grid-gap:12px}._1WCLL{padding:0 16px}@media (min-width:700px){._1WCLL{padding:0}}._2fqcw{background-color:#fff;background-color:var(--explanation-element-background-color,#fff)}@media (min-width:700px){._2fqcw{padding:0 24px}._2lrMh{border-radius:16px 16px 0 0}._3XENR{border-radius:0 0 16px 16px}}._2D0ZD{background:url(https://www.lomolearn.ir/files/images/1b3a070a67a8ae45ca38afa2754368e8.svg) 0 100% repeat-x}.gMPzH{margin-right:8px}.gMPzH>.ite_X{left:calc(100% - 7px);margin:15px 0;margin:var(--web-ui_popover-border-radius,15px) 0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}._1LQ5F{align-items:center;display:grid;justify-content:start}._2Yfwa{align-self:start;grid-column:1;grid-row:1;justify-self:end}.ZBgAa{grid-column:2;grid-row:1}._1F4vM{grid-column:2;grid-row:2}._3ejne{display:flex}._5vKSH{justify-content:flex-end;margin:8px 0}._3WFLr{padding:8px 12px 16px}@media (min-width:700px){._3WFLr{padding-left:16px;padding-right:16px}}._3pDqm{background-color:#f7f7f7}._3Z-0s{align-items:center;display:flex;flex-wrap:nowrap}._1EMzb{flex-direction:column;padding-bottom:24px}._1EMzb ._3uZQC{border:2px solid #e5e5e5;border-radius:16px;margin-bottom:12px;width:100%}.o971Q._1EMzb ._3uZQC{border:0}._3UZ75{background:url(https://www.lomolearn.ir/files/images/06f94a15de0c0937cce25dc5dc083e6e.svg) 0 100% repeat-x}.ciX8q{cursor:default!important;display:inline-flex}._1eBPl ._1lcy6{border-bottom:2px solid #e5e5e5;border-right:2px solid #e5e5e5;padding:10px 12px;width:50%}._1eBPl ._1lcy6:first-of-type{border-left:2px solid #e5e5e5}._1eBPl:first-child ._1lcy6{border-top:2px solid #e5e5e5}._1eBPl:first-child ._1lcy6:first-child{border-top-left-radius:16px}._1eBPl:first-child ._1lcy6:last-child{border-top-right-radius:16px}._1eBPl:last-child ._1lcy6:first-child{border-bottom-left-radius:16px}._1eBPl:last-child ._1lcy6:last-child{border-bottom-right-radius:16px}._37c8P{background:#f7f7f7}._1Dr4X{background-color:#fff;border-radius:16px;table-layout:fixed;width:100%;word-break:break-word}._1Tjr3 ._1lcy6{padding-left:16px;padding-right:16px}._1Tjr3 ._1lcy6,._1Tjr3 ._1lcy6:first-of-type,._1Tjr3:first-child ._1lcy6{border-color:#84d8ff}._1Tjr3 ._37c8P{background-color:rgba(28,176,246,.3)}._1Tjr3 ._3sqRT{padding:8px 0}.ImHeg{bottom:8px;height:25px;position:absolute;right:8px;width:25px}.g1a4H{height:125px;justify-content:center;margin-right:24px;text-align:center;text-transform:none;width:125px}.Aedtr,.g1a4H{align-items:center;display:flex}.Aedtr{flex-flow:row nowrap}._2gwdz{background-color:#fff;border:2px solid #e5e5e5;border-radius:16px;flex-direction:row-reverse;justify-content:space-between}._2gwdz ._3uZQC{border-radius:16px;margin:24px;width:125px}._2gwdz ._2NuWE{margin:16px}.o971Q._2gwdz{border-color:#fff}.o9eAcf{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:none;color:#505050;cursor:pointer;font-weight:700;margin-left:2rem}.o9eAcf:hover{color:#858585}.W5eALv{max-height:0;overflow:hidden;transition:max-height .2s ease-out}._2L4yb{padding:0!important}._1Mo5S{border-bottom:2px solid #e5e5e5}._1pV8N{align-items:start!important}@media (max-width:699.98px){._1pV8N{padding:24px 16px 8px!important}}._3bRSc{color:#afafaf;font-size:15px;line-height:28px;margin:-5px 0 0}._3olAS{justify-self:center;max-width:800px;padding:0 16px}._3olAS.Chqa7fss{padding:0}@media (min-width:700px){._3olAS{padding:0}.mQ0GW.diBleG,.tips-container .mQ0GW{grid-template-rows:-webkit-min-content 1fr -webkit-min-content;grid-template-rows:min-content 1fr min-content}}.mQ0GW.diBleG,.tips-container .mQ0GW{grid-gap:initial}.tco87{display:flex;justify-content:center;overflow:auto;width:100%}.DYCFd{color:#4b4b4b;font-size:20px;line-height:1.2;margin:0 24px 5px}@media (min-height:481px){.DYCFd{font-size:22px;line-height:40px;margin:0 24px 15px}}.lqlF7{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}._2cltK{color:#4b4b4b;font-size:17px;font-weight:700;margin:0 0 8px;white-space:normal}._1lHHm{background-color:#fff;border:2px solid #e5e5e5;border-radius:16px;color:#777;cursor:pointer;font-size:17px;letter-spacing:normal;margin:10px;padding:24px;text-align:center;text-transform:none;width:250px}._1lHHm:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}._1lHHm:active{-webkit-filter:brightness(.8);filter:brightness(.8)}.zOays{display:block;height:90px;margin:18px auto 32px;width:100px}._1fa9i{display:block;height:136px;margin:-10px auto 9px;width:90px}._3dBwj{align-items:center;display:flex;justify-content:center;text-align:center}.lqlF7 ._1lHHm:first-child{background-color:#e3f6ff;border-color:#acd9ff}._2lRGK{--web-ui_button-color:#04b932}._3aUCN{background-image:url(https://www.lomolearn.ir/files/images/gem_icon.svg)}._2TlMB{padding:16px 16px 106px;position:relative}@media (min-width:700px){._2TlMB{padding:0}}._1azKr{position:relative}._8roiG{border-top:2px solid #e5e5e5;padding:25px 0}@media (min-width:700px){._8roiG{min-height:120px}}.e9TL7{background-position:50%;background-repeat:no-repeat;display:inline-block;float:right;height:100px;margin:-5px -110px -20px 0;width:100px}.Lp_tU{background-size:100px}._36lJw{background-image:url(https://www.lomolearn.ir/files/images/216ddc11afcbb98f44e53d565ccf479e.svg)}.AS1h6{background-image:url(https://www.lomolearn.ir/files/images/47112600732328e46768927036578c8b.svg)}._3g6lk{font-size:19px;font-weight:700;padding:8px 0}._2QQA_{color:#777;line-height:1.75;text-align:right;text-align:justify;width:auto}@media (min-width:700px){._2QQA_{margin:0}}._1gw-f{bottom:20px;display:inline-flex}@media (min-width:700px){._1gw-f{margin-left:18px;min-width:150px;position:static}}._2yTja{bottom:12px}._3s-QM{max-width:160px;text-align:center;white-space:normal}._1m6Sq{display:inline-block}.hxDaC{height:26px;margin:-8px 4px -6px 6px;width:24px}._1SReZ{align-items:center;border-radius:16px;border-width:0;display:flex;font-size:15px;font-weight:700;height:25px;justify-content:center;padding:8px;text-transform:uppercase;white-space:nowrap;width:-webkit-min-content;width:min-content}._3_lqo{background:#d7ffb8;color:#58cc02}._4_lqo{background:#b8e2ff;color:#028bcc}._3RWEg{align-items:center;-webkit-column-gap:20px;column-gap:20px;display:flex;flex-wrap:wrap;row-gap:3px}._pomei{display:flex;flex-direction:column;justify-content:start;width:100%}._pddlei{height:100px;width:100px}@media (min-width:500px){._pomei{flex-direction:row}}@media (min-width:700px){._sjHops{padding:10px}._pomei{justify-content:space-evenly}._pomei button{margin-top:20px;min-width:35%}}.EGNXVmBl{padding:15px}.EGNXVmBl.GNTakhF{padding-bottom:8px;padding-top:22px}.GEam_Esa{height:70px;margin-top:-10px;width:70px}.GEam_Eka{height:73px;margin-top:-7px;width:73px}@media (max-width:500px){.GEam_Eka,.GEam_Esa{height:42px;margin-left:-7px;margin-right:-7px;margin-top:0;width:42px}}.UNBXVm{color:#1cb0f6}.ShbtGe{border-radius:0;border-right:1px solid #e3e3e3}._3hso6{background:#e5e5e5;color:#afafaf}.circle-loader,.circle-loader:after{border-radius:50%;height:30px;width:30px}.circle-loader{-webkit-animation:load8 1.1s linear infinite;animation:load8 1.1s linear infinite;border:2px solid #00aeff;border-left-color:rgba(0,174,255,.2);font-size:10px;margin-left:5px;position:relative;text-indent:-9999em;-webkit-transform:translateZ(0);transform:translateZ(0)}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.I1P5srf{color:#ff7373;left:-38px;min-width:150px;position:absolute;text-decoration:line-through;top:-18px;width:100%}@media (max-width:500px){.I1P5srf{left:-40px;top:-20px}}.MSANOIM{margin-right:auto}@media (max-width:500px){.MSANOIM{margin-right:0!important}}.SPCied5{box-shadow:0 0 12px 4px rgba(0,44,255,.41)}.SPCied5 ._25WYd{color:#1453a3}.SpcPFr5sdB{align-self:center;display:flex;justify-content:center;width:100%}.SpcPFr5sdB span{background:#ff4f6e;border-bottom-left-radius:16px;border-bottom-right-radius:0;border-top-left-radius:0;border-top-right-radius:16px;color:#fff;display:block;font-size:13px;padding:0 10px;position:absolute;right:-12px;top:-93px}@media (max-width:500px){.SpcPFr5sdB span{right:-60px;top:-28px}}.suMpJhkl{color:#d8d8d8;display:block;font-size:12px;text-align:center;width:100%}._2N5Ql{border-radius:inherit;bottom:0;color:rgb(var(--color-owl));color:var(--web-ui_progress-bar-color,rgb(var(--color-owl)));height:var(--web-ui_internal_progress-bar-height);max-width:100%;min-width:calc(var(--web-ui_internal_progress-bar-height)*1.5);position:absolute;transition-duration:.4s;transition-property:width;width:var(--web-ui_internal_progress-bar-value)}._2fk2d{display:flex;flex-wrap:wrap;justify-content:center}._3oATc{align-items:center;display:grid;line-height:1.6;margin:0 20px;padding:19px 0;position:relative;width:100%}._3jfHY{direction:rtl;padding-left:24px;padding-right:24px}._WI6d{display:flex;flex-direction:column;margin:20px auto 10px;row-gap:10px;width:100%}@media (min-width:700px){._WI6d{width:auto}}._3mxWC{color:rgb(var(--color-eel));font-size:24px;font-weight:700;line-height:1.6;margin-bottom:10px;text-align:center}@media (min-width:700px){._3mxWC{font-size:26px}}._2s4Lh{color:rgb(var(--color-wolf));font-size:16px;line-height:1.4;text-align:center}.Z-MyW{width:100%}@media (min-width:700px){.Z-MyW{padding-left:25px;padding-right:25px;width:auto}}._3UzLC{color:rgb(var(--color-polar));font-size:17px;margin:auto 15px}@media (min-width:700px){._3UzLC{font-size:15px}}._1lJO3{display:flex;flex-direction:column;text-transform:none;width:100%}._2nAgU{color:rgb(var(--color-eel));font-size:19px}._2SDmF,._2nAgU{font-weight:500;text-align:center}._2SDmF{color:rgb(var(--color-hare));margin-bottom:5px}.ej5Jx{--web-ui_button-filter-hover:none;--web-ui_button-height:auto;--web-ui_button-line-height:1;--web-ui_button-padding:10px 0 5px}._3OTNX{background-color:rgb(var(--color-polar));border:2px solid rgb(var(--color-swan));border-radius:16px;padding:10px 0 5px}._3YOyy{margin:0 auto;max-width:40px;width:60%}._1ZYpa{-webkit-column-gap:8px;column-gap:8px;justify-content:center}._1ZYpa,._2kxsk{display:grid;position:relative}._2kxsk{align-items:center;row-gap:20px;width:100%}@media (min-width:700px){._2kxsk{max-width:500px}}._2cQin{align-items:center;color:rgb(var(--color-eel));font-size:20px;font-weight:700;justify-content:center;overflow:hidden;padding-top:20px;text-align:center}._2cQin:after,._2cQin:before{background:rgb(var(--color-swan));content:"";display:inline-block;height:2px;position:relative;vertical-align:middle;width:180px}._2cQin:before{margin-left:-50%;right:8px}._2cQin:after{left:8px;margin-right:-50%}._2IZtO{color:rgb(var(--color-wolf));font-size:18px;justify-content:center;line-height:1.4;text-align:center}.wTefx{grid-row-gap:8px;display:grid;row-gap:8px}.aWJLd{display:flex;justify-content:center;margin:0 -16px}@media (min-width:700px){.aWJLd{margin:0}}._1wno1{cursor:pointer;font-weight:700;text-align:center;width:50%}._3nCPn{border-bottom:2px solid rgb(var(--color-swan));color:rgb(var(--color-hare));font-size:17px;letter-spacing:.03em;padding:15px 0;text-transform:uppercase}.AVekF,._3nCPn:active,._3nCPn:focus,._3nCPn:hover{border-bottom:2px solid rgb(var(--color-macaw));color:rgb(var(--color-macaw))}._2E_2v{display:flex;flex-direction:column;padding:0 16px 106px}@media (min-width:700px){._2E_2v{padding:15px 0 30px}}@media (max-width:500px){.LoaMobCen{margin-top:calc(50vh - var(--app-offset))}}._2iwLK{align-items:center;display:flex}._2l3ju{background-color:rgb(var(--color-snow));border:2px solid rgb(var(--color-snow));border-radius:16px;position:relative}._19UAQ{border:2px solid rgb(var(--color-swan));border-radius:16px;height:30px;padding:4px;width:30px}._1NwsS{height:100%;width:100%}._2P_8x{color:rgb(var(--color-hare));font-size:15px;margin-right:8px}._2vsBg{border:2px solid rgb(var(--color-swan));border-radius:16px;direction:rtl;font-size:19px;padding:0 15px 15px}._2vsBg._2vsBgEn{padding:0 15px}._2vsBg._2vsBgEn ._2ikVT{margin-top:0!important}._1WpfO,._1q1U8{display:flex}@media (max-width:360px){._1WpfO{flex-direction:column-reverse;padding-right:16px}}.Q1R5v{flex-grow:1}.Sv48r{display:flex;margin-top:16px}._1oTEt{margin-right:10px}._1MTUU{color:rgb(var(--color-eel));font-size:16px;font-weight:700;line-height:26px}.ruQ9B{color:rgb(var(--color-hare));font-size:13px;margin-top:2px}._2WURb{margin-top:16px}@media (max-width:500px){._2WURb{margin-top:0}}@media (min-width:650px){._2WURb{margin-right:57px}}._2ikVT{background-color:rgb(var(--color-snow));height:90px;margin-top:22px}._2U0Zu{align-items:center;display:flex}._36Hqv{margin-right:16px}@media (max-width:360px){._36Hqv{margin-bottom:8px}.deGE9{width:100%}}._3xoy3{margin-left:7px}.utHqx{align-items:center;display:flex;margin-bottom:24px;margin-top:4px}.nbupg{color:rgb(var(--color-eel));font-size:19px;font-weight:700;margin:0 20px;text-align:center}@media (min-width:700px){.nbupg{margin:0 52px}}._3vgtc{background:rgb(var(--color-swan));flex-grow:1;height:2px}._23JPW{margin-bottom:20px}.hw50p{height:50px;width:50px}._16r-S{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;cursor:pointer;display:inline-flex;outline:none;position:relative;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0)}._36Vd3{--__internal__font-size:var(--web-ui_button-font-size,15px);--__internal__letter-spacing:var(--web-ui_button-letter-spacing,0.8px);--__internal__line-height:var(--web-ui_button-line-height,1.2);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;box-sizing:border-box;font:700 var(--__internal__font-size)/var(--__internal__line-height) din-round,sans-serif;justify-content:center;letter-spacing:var(--__internal__letter-spacing);text-decoration:none;text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap}._1N-oo{--__internal__background-color:var(--web-ui_button-background-color,rgb(var(--color-snow)));--__internal__background-color-disabled:var(--web-ui_button-background-color-disabled,rgb(var(--color-swan)));--__internal__border-color:var(--web-ui_button-border-color,rgb(var(--color-swan)));--__internal__border-color-disabled:var(--web-ui_button-border-color-disabled,var(--__internal__border-color));--__internal__border-radius:var(--web-ui_button-border-radius,12px);--__internal__color:var(--web-ui_button-color,rgb(var(--color-hare)));--__internal__color-active:var(--web-ui_button-color-active,var(--__internal__color));--__internal__color-disabled:var(--web-ui_button-color-disabled,rgb(var(--color-hare)));--__internal__filter-hover:var(--web-ui_button-filter-hover,brightness(0.9));--__internal__height:var(--web-ui_button-height,50px);--__internal__padding:var(--web-ui_button-padding,0 16px);--__internal__switchable__border-color:var(--__internal__border-color);background:none;border:solid transparent;border-radius:var(--__internal__border-radius);border-width:2px 2px 4px;color:var(--__internal__color);height:var(--__internal__height);padding:var(--__internal__padding);transition:-webkit-filter .2s,-webkit-transform var(--web-ui_button-transition-lip);transition:filter .2s,transform var(--web-ui_button-transition-lip);transition:filter .2s,transform var(--web-ui_button-transition-lip),-webkit-filter .2s,-webkit-transform var(--web-ui_button-transition-lip)}._1N-oo:before{background-color:var(--__internal__background-color);border:2px solid var(--__internal__switchable__border-color);border-radius:var(--__internal__border-radius);bottom:-2px;box-shadow:0 2px 0;color:var(--__internal__switchable__border-color);content:"";left:-2px;position:absolute;right:-2px;top:-2px;transition:box-shadow var(--web-ui_button-transition-lip);z-index:-1}._1N-oo:active:not(._33Jbm){color:var(--__internal__color-active);-webkit-transform:translateY(2px) translateZ(0);transform:translateY(2px) translateZ(0)}._1N-oo:active:not(._33Jbm):before{box-shadow:none}@media (hover:hover){._1N-oo:hover:not(._33Jbm):not(._2l7cf){-webkit-filter:var(--__internal__filter-hover);filter:var(--__internal__filter-hover)}}._1fHYG{-webkit-user-select:inherit;user-select:inherit}._2UxSK{--__internal__color:var(--web-ui_button-color,rgb(var(--color-eel)))}._33xZE{height:20px;width:26px}@media (max-width:360px){.deGE9{width:100%}}._3xoy3{margin-right:7px}._15ywt{--offset:8px}._15ywt:after{content:"";cursor:auto;left:0;position:absolute;z-index:1}._14-op:after{height:var(--offset);top:calc(var(--offset)*-1);width:100%}.t1Hcp{--web-ui_button-background-color:#ddf4ff;--web-ui_button-border-color:#84d8ff;--web-ui_button-color:#1899d6}.WCuFu{display:flex;overflow:visible;padding:7px 10px}._17OgF{height:30px;margin:0 3px;position:relative;width:40px;z-index:100}._17OgF:hover{-webkit-transform:scale(1.4);transform:scale(1.4)}.Otf_onl{-webkit-transform:translateX(0) translateX(-82.5px);transform:translateX(0) translateX(-82.5px);z-index:5}.ractions-panel .ite_X ._3p5e9{top:9px;-webkit-transform:translateZ(0) rotate(-135deg);transform:translateZ(0) rotate(-135deg)}._3ijA8{margin-right:-8px}._1MvVA{display:inline-flex;position:relative}.pX1k9{padding-left:22px}._33Ev3{border-radius:98px;display:inline-flex;justify-content:center;overflow-x:visible}._2VmmU{background-color:rgb(var(--color-snow));border:4px solid rgb(var(--color-snow))}.zuaW5{border-width:4px;margin-left:-22px}._3Criy{bottom:-6px;position:absolute}._1T-0h{right:-7.2px}._3R_6Y{-webkit-transform:scale(1);transform:scale(1);transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}._1zASp{height:32.5px;max-width:30px}._1hLhh{margin-bottom:0}.Uothnd{padding:10px 25px}.hw58px{height:85px;width:85px}input[type=email],input[type=password],input[type=radio],input[type=search],input[type=tel],input[type=text],input[type=url]{-webkit-appearance:none}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}.session-content a,.session-content b,.session-content div,.session-content input,.session-content label,.session-content p,.session-content span,.session-content strong,.session-content textarea{font-size:16px}.session-content h1 span,.session-content h2 span,.session-content h3 span,.session-content h4 span,.session-content h5 span,.session-content h6 span{font-size:inherit}.session-footer span{font-size:15px}._3IGQx{z-index:9999}.Ib6Jz{overflow:hidden}.DvBxN{height:100%;left:0;position:fixed;top:0;width:100%}._3IvEG{align-items:center;background:#fff;display:flex;justify-content:center}._1edTR{opacity:0;pointer-events:none}._2EDJJ{align-items:center;display:flex;flex-direction:column;padding:16px}._1S4zC{height:200px;margin-bottom:24px;width:300px}.a1TnJ{-webkit-font-smoothing:antialiased;color:#324787;font:700 17px/25px IRANSansFaNum,sans-serif;letter-spacing:.04em;text-transform:uppercase}.XWge1,.a1TnJ{-moz-osx-font-smoothing:grayscale}.XWge1{-webkit-font-smoothing:antialiased;border:2px dashed #efefef;border-radius:25px;color:#838383;font:500 15px/22px IRANSansFaNum,sans-serif;margin-top:100px;max-width:320px;padding:20px;text-align:center}button{-webkit-appearance:button;font-size:100%;line-height:1.15;margin:0;overflow:visible;text-transform:none}button::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted ButtonText}._1ZefG{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;display:inline-flex;outline:none;position:relative;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0)}._1ZefG :disabled{cursor:default}._2NolF{--__internal__border-radius:var(--web-ui_button-border-radius,12px);--__internal__lip-width:4px;background:none;border:0 solid transparent;border-bottom:var(--__internal__lip-width) solid transparent;color:#fff;color:var(--web-ui_button-color,#fff);cursor:pointer;height:50px;height:var(--web-ui_button-height,50px);padding:0 16px;padding:var(--web-ui_button-padding,0 16px);transition:-webkit-filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s}._2NolF,._2NolF:before{border-radius:var(--__internal__border-radius)}._2NolF:before{background-color:#1cb0f6;background-color:var(--web-ui_button-background-color,#1cb0f6);bottom:0;box-shadow:0 var(--__internal__lip-width) 0 #1899d6;box-shadow:0 var(--__internal__lip-width) 0 var(--web-ui_button-border-color,#1899d6);content:"";left:0;position:absolute;right:0;top:0;z-index:-1}._2NolF.LhRk3:not(._1rl91),._2NolF:disabled:not(._1rl91){-webkit-transform:translateY(var(--__internal__lip-width)) translateZ(0);transform:translateY(var(--__internal__lip-width)) translateZ(0)}._2NolF.LhRk3:not(._1rl91):before,._2NolF:disabled:not(._1rl91):before{box-shadow:none}._2NolF.LhRk3:not(._1rl91),._2NolF:disabled:not(._1rl91){color:#afafaf;color:var(--web-ui_button-color-disabled,#afafaf);cursor:not-allowed}._2NolF.LhRk3:not(._1rl91):before,._2NolF:disabled:not(._1rl91):before{background-color:#e5e5e5;background-color:var(--web-ui_button-background-color-disabled,#e5e5e5)}.LmSi_2{padding-top:3px!important}.WOZnx{--__internal__border-color:var(--web-ui_button-border-color,#e5e5e5);background:none;border:solid transparent;border-radius:12px;border-radius:var(--web-ui_button-border-radius,12px);border-width:2px 2px 4px;color:#afafaf;color:var(--web-ui_button-color,#afafaf);height:50px;height:var(--web-ui_button-height,50px);padding:0 16px;padding:var(--web-ui_button-padding,0 16px);transition:-webkit-filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s}.WOZnx:before{background-color:#fff;background-color:var(--web-ui_button-background-color,#fff);border:2px solid var(--__internal__border-color);border-radius:12px;border-radius:var(--web-ui_button-border-radius,12px);bottom:-2px;box-shadow:0 2px 0 var(--__internal__border-color);content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}.WOZnx:disabled:not(._1rl91){-webkit-transform:translateY(2px) translateZ(0);transform:translateY(2px) translateZ(0)}.WOZnx:disabled:not(._1rl91):before{box-shadow:none}.WOZnx:disabled:not(._1rl91){--__internal__border-color:var(--web-ui_button-border-color-disabled,var(--web-ui_button-border-color,#e5e5e5));color:#afafaf;color:var(--web-ui_button-color-disabled,#afafaf)}.WOZnx:disabled:not(._1rl91):before{background-color:#e5e5e5;background-color:var(--web-ui_button-background-color-disabled,#e5e5e5)}._13HXc{-webkit-user-select:inherit;user-select:inherit}*,:after,:before,button,button:focus{-webkit-tap-highlight-color:transparent;box-sizing:border-box;outline:none;-webkit-user-select:none;user-select:none}@media (min-width:700px){*,:after,:before,button,button:focus{-webkit-user-select:auto;user-select:auto}}::-webkit-input-placeholder{color:#afafaf;font-weight:500;opacity:1}::placeholder{color:#afafaf;font-weight:500;opacity:1}._9C_ii{--web-ui_button-background-color:#58cc02;--web-ui_button-border-color:#58a700;--web-ui_button-color:#fff}._DC_ii{--web-ui_button-background-color:#e5e5e5;--web-ui_button-border-color:#e5e5e5;--web-ui_button-color:#afafaf}._DC_ii._2NolF ._13HXc{padding-top:5px}._2jNpf{background-image:url(https://www.lomolearn.ir/files/images/477ce652444032bff811af59b1057be7.svg);display:inline-block;vertical-align:middle}._1DC8p{background-position:-373px -154px;height:18px;width:18px}._2_zk1{--web-ui_progress-bar-color:#85cc02}._20NA56{--web-ui_progress-bar-color:#02cc1d}._10NA5{--web-ui_progress-bar-color:#b563ff}._3YKTw{padding-top:var(--app-offset)}@media (min-width:700px){._3YKTw{cursor:default;margin:0 auto;min-width:900px;padding-top:calc(var(--app-offset) + 24px)}}._KeY7Tw{height:calc(100vh - var(--app-offset))}@media (min-width:700px){._3W86r{max-width:1140px}}._1NSc8{height:calc(var(--progress-bar-height)*3.75);pointer-events:none;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(var(--progress-bar-height)*3.75*.97826)}.-oI84{background:currentColor;color:#58cc02;color:var(--web-ui_progress-bar-color,#58cc02);height:var(--web-ui_internal_progress-bar-height);max-width:100%;min-width:calc(var(--web-ui_internal_progress-bar-height)*1.5);position:relative;transition-duration:.4s;transition-property:background,color,opacity,width;width:var(--web-ui_internal_progress-bar-value)}.-oI84,.KAjTN{border-radius:inherit}.KAjTN{background:#fff;height:30%;left:calc(var(--web-ui_internal_progress-bar-height)/2);opacity:.2;right:calc(var(--web-ui_internal_progress-bar-height)/2);top:25%}.KAjTN,.fSJFz{position:absolute}.fSJFz{left:100%;top:50%}._2YmyD{background:#e5e5e5;background:var(--web-ui_progress-bar-background,#e5e5e5);border-radius:calc(var(--web-ui_internal_progress-bar-height)/2);position:relative}._2LMXW{transition:max-height .3s ease-in-out;width:100%}@media (min-width:700px){._2LMXW{min-height:140px;overflow:hidden}}@media (max-width:530px){._399cc{overflow:visible}}@media (min-width:700px){._399cc{background:#fff;border-top:2px solid #e5e5e5;max-height:140px}}._2T5D2{-webkit-touch-callout:none;max-width:1000px;position:relative;touch-action:none}@media (min-width:700px){._2T5D2{min-height:140px;padding:0 40px;width:100%}}@media (min-width:1000px){._2T5D2{margin-left:calc(50% - 500px)}}._3FAc4{grid-gap:8px 16px;align-items:center;display:grid;grid-auto-rows:1fr;grid-template-columns:100%;justify-items:stretch}@media (min-width:700px){._3FAc4{align-items:center;grid-auto-rows:auto;grid-template-columns:repeat(5,1fr);grid-template-rows:100%;justify-content:space-between}._2XF-t{grid-column:auto/2;justify-self:start}}._10vOG{position:relative}@media (min-width:700px){._10vOG{grid-column:5/auto;justify-self:end}.J51YJ{min-width:150px}}._3x0ok{bottom:0;left:0;position:absolute;right:0;top:0}.mQ0GW{grid-gap:24px;display:grid;grid-template-columns:100%;grid-template-rows:-webkit-min-content 1fr -webkit-min-content;grid-template-rows:min-content 1fr min-content;height:100%;left:0;min-height:460px;overflow:hidden;position:absolute;top:0;width:100%}@media (min-width:700px){.mQ0GW{grid-gap:0;grid-template-rows:100px 1fr 140px;min-height:690px}}@media (min-width:700px) and (max-height:650px){.mQ0GW{grid-template-rows:90px 450px 140px;min-height:680px}}.Yf5zL{padding:24px 16px}@media (min-width:700px){.Yf5zL{padding:0}}._3FiYg{grid-column:1;grid-row:1;z-index:100}._2Fc1K{grid-column:1;grid-row:3;position:relative;z-index:110}@media (min-width:700px){._3iFZd{bottom:0;position:absolute}}._2nDUm{grid-gap:20px;align-items:center;display:grid;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr}@media (min-width:700px){._2nDUm{grid-gap:24px}}.nP82K{margin:0 auto;max-width:1080px}@media (min-width:700px){.nP82K{padding:50px 40px 0}}@media (min-width:700px) and (max-height:650px){.nP82K{padding-top:40px}}._2orIw{min-width:150px}._3yAjN{font-size:15px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}._1I0jE{cursor:pointer}._3cbXv{color:#afafaf}._29cJe{background-color:initial;border:0;min-width:150px}@media (hover:hover){._1I0jE:hover:not(:disabled):not(.k6MEx):not(._3tP0w){-webkit-filter:brightness(1.2);filter:brightness(1.2)}}.binpA{align-items:center;display:flex;justify-content:center}.yWRY8{color:#afafaf;margin-left:10px;margin-top:1px;white-space:nowrap}@media (min-width:700px){.yWRY8{font-size:17px}}._25C4L{background-position:50%;background-repeat:no-repeat;background-size:contain;height:19px;width:27px}._3gEEV{background-image:url(https://www.lomolearn.ir/files/images/05087a35a607783111e11cb81d1fcd33.svg)}._1ootc{background-image:url(https://www.lomolearn.ir/files/images/c9419412ddecf0c0b2fe03771997af21.svg)}._2seqj{background-image:url(https://www.lomolearn.ir/files/images/ed8f358a87ca3b9ba9cce34f5b0e0e11.svg)}._2JSbW{background-image:url(https://www.lomolearn.ir/files/images/4585c00fda1c7aea505df729918e31a3.svg)}.session-footer,.session-footer-result{background:#fff;border-top:2px solid #e5e5e5}.session-footer-result{bottom:0;left:0;min-height:140px;position:absolute;right:0}._jok5T{align-items:center;display:flex;justify-content:space-around;max-width:1000px;width:100%}._jok5T,._jokuuT{flex-direction:row-reverse}._1bkpY{background:url(https://www.lomolearn.ir/files/images/underline_dots.svg) 0 100% repeat-x;color:#cb80fe}.token-more{color:#8b8b8b;display:block;max-height:25px}@media (max-width:767.98px){.session-footer .CloSN1{margin-top:5px}}@media (max-width:699.98px){.session-footer{padding-top:20px}}@media (max-width:500px){.session-footer{border-top:none;padding-top:0}.session-footer .WOZnx{display:none}.session-footer ._2NolF:not(.LmSi_2){width:100%}.session-footer ._jok5T{flex-direction:column}.session-footer ._29cJe{margin-bottom:15px}.session-footer-result ._jok5T{align-items:flex-end;flex-direction:column}.session-footer-result{padding:15px}.session-footer-result ._3HhhB{width:100%}.session-footer-result ._2ez4I{margin-left:0!important;padding-bottom:20px}.session-footer-result ._1UqAr{margin-top:5px}.session-footer-result ._3HsTU{left:0;padding-left:15px;position:absolute;top:15px;z-index:5}.session-footer-result ._28V9T{display:none}.session-footer .CloSN1{display:block;margin-bottom:.8rem;margin-top:0;width:100%}.session-footer .CloSN1._1ZefG{-webkit-transform:none!important;-webkit-transform:initial!important;transform:none!important}.session-footer .CloSN1._1ZefG:active{color:#ccc!important}}.noscroll-y{overflow-y:hidden}._3vF5k{background-color:#ffdfe0;color:#ea2b2b}.NAidc{--web-ui_button-background-color:#ff4b4b;--web-ui_button-border-color:#ea2b2b;--web-ui_button-color:#fff}._YvL5k{background-color:#fff5d2;color:#e0b30d}.YEidc{--web-ui_button-background-color:#ffc801;--web-ui_button-border-color:#e5b919;--web-ui_button-color:#fff}._YQrdy{color:#cd7900}._1x6Dk{margin:0}@media (min-width:700px){._1x6Dk{line-height:30px}}.RnDo_,._3Qruy{color:#ea2b2b}._3HsTU{opacity:.7}._1-Ukw{grid-gap:5px;display:grid;grid-auto-flow:column;line-height:normal!important}._1SnxH{background-image:url(https://www.lomolearn.ir/files/images/0f625e0c64ba72c0cd96755abcc4bcdf.svg)}._3tFbb{background-image:url(https://www.lomolearn.ir/files/images/75e5f181653047d793c5657baecf71f0.svg)}._29maR{background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:20px;vertical-align:middle;width:20px}.UCrz7:hover:not(:disabled):not(.k6MEx):not(._3tP0w){-webkit-filter:brightness(1.1);filter:brightness(1.1)}._3HsTU:hover{opacity:1}._2VrUB{display:none}._3UpNo{opacity:1}._12ZWa{display:none}._3Hb2o{background-position:-208px -90px;height:31px;width:31px}._1Zm5f{display:none}@media (min-width:700px){._1Zm5f{display:block;margin:27px 0 0 20px}}._176_d{background-position:-166px -90px;height:31px;width:41px}.cSz5on{background:#b75af5!important;color:#ce82ff!important}.cSz5on:after{background:#fff!important}@media (min-width:700px){._3EXrQ{align-self:center}._2VrUB{background:#fff;border-radius:98px;display:block;float:left;height:80px;width:80px}._2VrUB.exclamation{display:flex}._12ZWa{display:block;margin:26px 0 0 25px}}._3e9O1{background-color:#d7ffb8}._1D8II,._3e9O1,.jTP0E{color:#58a700}._1W9Eh{display:none;height:31px}@media (min-width:700px){._1W9Eh{display:block;margin:27px 0 0 20px}}@media (max-width:500px){._3Q6G7F{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:OjBqO;animation-name:OjBqO;-webkit-animation-timing-function:cubic-bezier(.1,1.5,.35,.83);animation-timing-function:cubic-bezier(.1,1.5,.35,.83)}}@-webkit-keyframes OjBqO{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes OjBqO{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}._3Q6G6{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:_3f50v;animation-name:_3f50v;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes _3f50v{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _3f50v{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}._3OBrI{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:_3pj9O;animation-name:_3pj9O;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes _3pj9O{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes _3pj9O{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}._2At32{-webkit-transform:translateY(0);transform:translateY(0)}._3gK3K{background:#fff;bottom:0;left:0;position:fixed}._27Lhl,._3gK3K{width:100%}._3D9Yz{color:#777;line-height:1.4;padding:0 24px}@media (min-width:700px){._3D9Yz{align-self:flex-start;font-size:19px;grid-area:description;line-height:24px;padding:0}}.startup-notification ._3D9Yz{font-size:17px}@media (min-width:700px){.startup-notification ._171ia{font-size:21px}.startup-notification .dqlNe{margin-bottom:-50px}}.D2Can{grid-gap:16px 40px;display:grid;text-align:center}@media (min-width:700px){.D2Can{align-items:center;grid-template-areas:"title cta";text-align:left;text-align:initial}.D2Can,.D2Can._2Bv54{grid-template-columns:1fr minmax(20%,-webkit-min-content);grid-template-columns:1fr minmax(20%,min-content)}.D2Can._2Bv54{grid-template-areas:"title cta""description cta"}.D2Can._2Bv54._2q1yT{grid-template-areas:"title dismiss cta""description dismiss cta"}.D2Can._2Bv54._2q1yT,.D2Can._2q1yT{grid-template-columns:1fr repeat(2,minmax(20%,-webkit-min-content));grid-template-columns:1fr repeat(2,minmax(20%,min-content))}.D2Can._2q1yT{grid-template-areas:"title dismiss cta"}.D2Can.startup-notification .center{justify-content:start}._3UxVy{grid-area:dismiss;margin-right:-12px}.dqlNe{grid-area:cta}._2q1yT .dqlNe{margin-left:-12px}}._171ia{font-size:19px;font-weight:700}@media (min-width:700px){._171ia{font-size:25px;grid-area:title;line-height:30px}._2Bv54 ._171ia{align-self:flex-end}}._1szh4{max-height:100%;overflow:auto;z-index:320}._1yodw{margin:0 auto;padding:32px 16px}@media (min-width:700px){._1yodw{max-width:1140px;padding:45px 24px}}.overlay{background:#000;height:100%;opacity:0;position:fixed;transition:opacity;transition-duration:.3s;width:100%;z-index:999}.overlay.show{opacity:.65}.overlay.show-lighter{opacity:.35;z-index:200}.show-darker-full{opacity:.55;z-index:225}.tips-container{background:#fff;height:100%;opacity:0;overflow:auto;position:fixed;transition:opacity;transition-duration:.3s;width:100%;z-index:152}.tips-container[data-show]{opacity:1}.h8lPk_d8{text-decoration:underline}._26kJ0{top:-20px}._2FR4x{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;bottom:100%;font:700 12px/18px IRANSansFaNum,sans-serif;left:50%;letter-spacing:.8px;text-transform:uppercase;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.KAjTN,._2FR4x{position:absolute}.tooltip_td{color:#3c3c3c}.tooltip_td_muted{color:#a8a8a8}#tooltip table{border-collapse:collapse}#tooltip tr{border:solid;border-color:#e5e5e5;border-width:2px 0}#tooltip tr:first-child{border-top:none}#tooltip tr:last-child{border-bottom:none}.token-extra{display:none}._1rooe{border-bottom:2px solid #e5e5e5}._2Gskp{padding:12px 10px;text-align:center}._3xnDt{border-left:2px solid #e5e5e5}._3xnDt:first-child{border-left:0}._37i3K:first-child ._2Gskp{border-top:0}table{white-space:nowrap;width:100%}th{padding:5px 10px}@media (min-width:700px){.U1P3s{--web-ui_button-font-size:17px}}._1VyAu,._2SJgH{width:100%}._1VyAu{margin-right:24px}@media (min-width:700px){._1VyAu{margin-right:0}}._3-6tM{height:16px;margin-left:8px;width:16px}.slowtts-disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.slowtts-disabled:not(._17DXh) svg path{fill:#d3e7ef;stroke:#d3e7ef}.slowtts-disabled._17DXh,.slowtts-disabled._17DXh:after{background-color:#d3e7ef}._1pEmg{align-items:center;display:flex}._1pEmg span{font-size:15px;font-weight:600}._1O2Z6{margin-left:8px}.hA1_6{height:24px;width:25px}._2SU00{color:#ff9600}.XRr0_{height:24px;width:24px}._2DNvM{color:#ff4b4b}._3nNvmsp{color:#cb80fe}._1woVy{background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;vertical-align:middle}._3XZrb{background-image:url(https://www.lomolearn.ir/files/images/c5e896836d874aac0c0196a41cf9411b.svg)}._1eV_y,._3XZrb{height:22px;width:25px}._1eV_y{background-image:url(https://www.lomolearn.ir/files/images/5622d0c47ee5b3c9f2bda53b1a18d59b.svg)}._2VeNm{line-height:0;position:relative}._1Oz7v{left:0;opacity:1;position:absolute;top:0;transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s}._3gWuI{grid-template-columns:-webkit-min-content 1fr -webkit-min-content;grid-template-columns:min-content 1fr min-content}.Hnb5r{color:#ff4b4b}.Hnb0r{color:#e5e5e5}._22kW9{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}.cgap-15{-webkit-column-gap:15px;column-gap:15px}.state-option-bg{border-radius:10px;display:flex;flex-direction:column;min-height:100px;min-width:120px;padding:3px;position:relative}@media (max-width:500px){.state-option-bg{min-width:100px}}.state-option-title{color:#f3f3f3;margin:0;padding:4px 0;text-align:center}.state-option{background:#fff;border-radius:10px;flex-grow:1;padding:2px}.state-option-content{background:#fff;border-radius:10px;padding:10px 10px 0}.animate-pop-item{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animate-pop;animation-name:animate-pop;-webkit-animation-timing-function:cubic-bezier(.26,.53,.74,1.48);animation-timing-function:cubic-bezier(.26,.53,.74,1.48);opacity:0}@-webkit-keyframes animate-pop{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes animate-pop{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.rQmJb{opacity:0}.xtPuL{transition:opacity}._18W4a{opacity:1}._2Amjo{border-radius:50%}._35QY2 ._2Amjo{background-color:currentColor;height:8px;width:8px}._35QY2 ._2Amjo.blOue8{background-color:#1cb0f6}._3jIlr{display:grid;grid-template-columns:repeat(3,-webkit-min-content);grid-template-columns:repeat(3,min-content)}._2buOS{-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:_28UF8,_2EdSE;animation-name:_28UF8,_2EdSE;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.f2zGP{left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}._3AW2F{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:_2JT3F,_19HZt;animation-name:_2JT3F,_19HZt;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.Utckm,._3AW2F{-webkit-animation-duration:1.2s;animation-duration:1.2s}.Utckm{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:_3-D3_,pziwl;animation-name:_3-D3_,pziwl;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}._35QY2{grid-gap:5px}@-webkit-keyframes _28UF8{0%{opacity:1}33.33333%{opacity:.25}66.66667%{opacity:.5}to{opacity:1}}@keyframes _28UF8{0%{opacity:1}33.33333%{opacity:.25}66.66667%{opacity:.5}to{opacity:1}}@-webkit-keyframes _2EdSE{0%{-webkit-transform:scale(1);transform:scale(1)}33.33333%{-webkit-transform:scale(.8);transform:scale(.8)}66.66667%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes _2EdSE{0%{-webkit-transform:scale(1);transform:scale(1)}33.33333%{-webkit-transform:scale(.8);transform:scale(.8)}66.66667%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes _2JT3F{0%{opacity:.5}33.33333%{opacity:1}66.66667%{opacity:.25}to{opacity:.5}}@keyframes _2JT3F{0%{opacity:.5}33.33333%{opacity:1}66.66667%{opacity:.25}to{opacity:.5}}@-webkit-keyframes _19HZt{0%{-webkit-transform:scale(.8);transform:scale(.8)}33.33333%{-webkit-transform:scale(1);transform:scale(1)}66.66667%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes _19HZt{0%{-webkit-transform:scale(.8);transform:scale(.8)}33.33333%{-webkit-transform:scale(1);transform:scale(1)}66.66667%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(.8);transform:scale(.8)}}@-webkit-keyframes _3-D3_{0%{opacity:.25}33.33333%{opacity:.5}66.66667%{opacity:1}to{opacity:.25}}@keyframes _3-D3_{0%{opacity:.25}33.33333%{opacity:.5}66.66667%{opacity:1}to{opacity:.25}}@-webkit-keyframes pziwl{0%{-webkit-transform:scale(.8);transform:scale(.8)}33.33333%{-webkit-transform:scale(.8);transform:scale(.8)}66.66667%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes pziwl{0%{-webkit-transform:scale(.8);transform:scale(.8)}33.33333%{-webkit-transform:scale(.8);transform:scale(.8)}66.66667%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8)}}.session-content,.session-renderer{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.session-content.fade-out,.session-renderer.fade-out{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px);transition:opacity .25s ease-out,-webkit-transform .5s ease-out;transition:opacity .25s ease-out,transform .5s ease-out;transition:opacity .25s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out}.roueahr{max-width:600px;padding-bottom:25px;padding-top:15px}.progressbar-animated{-webkit-animation:sessionProgressAnimation 3s ease infinite;animation:sessionProgressAnimation 3s ease infinite;background:linear-gradient(10deg,#a453cf,#522cd5);background-size:400% 400%}@-webkit-keyframes sessionProgressAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes sessionProgressAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}._1x6Dk{direction:rtl}._1UqAr,._1x6Dk{text-align:right}._1UqAr._YQrdy{direction:rtl}._utonvsl{float:right}.session-content *{font-family:IRANSans!important}.session-content ._11rtD div[dir=ltr] *,.session-content ._1WbXO.MNYeE *,.session-content ._2-OmZ,.session-content ._3IQqi._2RC-4.d84Fd *,.session-content ._3Lqi-[data-rtl="0"] *,.session-content .pair_tm *{font-family:sans-serif!important;font-weight:400!important}.Wre5df{color:#d34141;font-size:19px}span [data-type=token]{padding:5px 1px}.AHiNtOkdn span{pointer-events:none!important;touch-action:none!important;-webkit-user-select:none!important;user-select:none!important}._32AJE,._3C_oC{-webkit-transform:translateZ(0);transform:translateZ(0)}._3C_oC{--__internal__border-color:var(--web-ui_card-border-color,#e5e5e5);border:solid transparent;border-radius:12px;border-radius:var(--web-ui_card-border-radius,12px);border-width:2px 2px 4px;cursor:pointer;display:inline-flex;outline:0;position:relative;touch-action:manipulation;-webkit-user-select:none;user-select:none}._3C_oC:before{background-color:#fff;background-color:var(--web-ui_card-background-color,#fff);border:2px solid var(--__internal__border-color);border-radius:12px;border-radius:var(--web-ui_card-border-radius,12px);bottom:-2px;box-shadow:0 2px 0 var(--__internal__border-color);content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}._3C_oC:active:not(.hfPEz){-webkit-transform:translateY(2px) translateZ(0);transform:translateY(2px) translateZ(0)}._3C_oC:active:not(.hfPEz):before{box-shadow:none}._3C_oC.disCS,._3C_oC:active:not(.hfPEz){--__internal__border-color:var(--web-ui_card-border-color-checked,#84d8ff);color:#1899d6;color:var(--web-ui_card-color-checked,#1899d6)}._3C_oC.disCS:before,._3C_oC:active:not(.hfPEz):before{background-color:#ddf4ff;background-color:var(--web-ui_card-background-color-checked,#ddf4ff)}._3C_oC:hover:not(:active):not(.disCS):not(.hfPEz):before{background-color:#f7f7f7;background-color:var(--web-ui_card-color-hover,#f7f7f7)}._3pn9e{color:#4b4b4b;flex-direction:column;font-size:19px;padding:12px}._3pn9e:active:not(._1d8Vo) ._2f9B3{border-color:#84d8ff;color:inherit}@media (min-width:700px){._3pn9e{padding:24px}}._2f9B3{flex-shrink:0}._1xFkr{display:flex;flex-direction:column;flex-grow:1;width:100%}._1bl79{align-items:center;display:flex;justify-content:center}@media (min-width:700px){._1bl79{justify-content:flex-end}}.HaQTI{text-align:center}@media (min-width:700px){.HaQTI{margin-right:auto}}._2S0Zh{align-items:center;border:2px solid #e5e5e5;border-radius:8px;color:#afafaf;display:none;font-size:15px;font-weight:700;height:30px;justify-content:center;width:30px}@media (min-width:700px){._2S0Zh{display:inline-flex}}._9qT-e{grid-gap:8px;display:grid}._2ktpv{grid-template-columns:repeat(2,1fr)}@media (min-width:700px){._2ktpv{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}}@media (max-width:699.98px){._2ktpv>:nth-child(3):last-child{grid-column:1/span 2;margin:0 auto;width:calc(50% - 4px)}}.d84Fd{display:grid;text-align:left;text-align:initial}._2RC-4{grid-gap:16px}@media (min-width:700px){._2RC-4{grid-gap:24px}}@media (max-height:500px){._2RC-4{grid-gap:8px}}._3VXxf{display:flex;flex-direction:column;width:100%}._3yOsW{grid-column:1;grid-row:2}@media (min-width:700px){._3pyWY{align-items:center}}._3U3ZC{align-items:center;display:flex;flex-direction:column;justify-content:center}._1Ykml,._3U3ZC{flex-grow:1;width:100%}._1Ykml{background-position:50%;background-repeat:no-repeat;background-size:contain;margin:0 0 10px}@media (min-width:700px){._1Ykml{height:160px}}._2LZl6{color:#444;direction:rtl;font-size:22px;line-height:1.25;margin:0;text-align:right;width:100%}.FZpIH{grid-gap:8px;display:grid}.FQpeZ{align-content:center;display:grid;font-size:19px;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr);height:100%;justify-content:center;text-align:center;width:100%}.LI3ZR{grid-gap:16px;display:grid}@media (min-width:700px){.LI3ZR{grid-gap:24px}}@media (max-height:500px){.LI3ZR{grid-gap:8px}}.uH5m4{grid-template-rows:-webkit-min-content minmax(0,1fr);grid-template-rows:min-content minmax(0,1fr);overflow-x:hidden;overflow-y:auto}@media (min-width:700px){.uH5m4{min-height:450px;overflow:visible;width:600px}}.jWza5{position:relative}._863KE,.jWza5{height:100%;width:100%}._863KE{position:absolute}.Z7UoT{border-color:#84d8ff;color:#1899d6}._1UVl-{margin-left:8px}._1UVl->.ite_X{margin:15px 0;margin:var(--web-ui_popover-border-radius,15px) 0;right:-13px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}._3p5e9,.ite_X{box-sizing:border-box;position:absolute}.ite_X{height:10px;overflow:hidden;width:20px}._2O14B{box-sizing:border-box;position:relative}._2HRY_{--web-ui_button-background-color-disabled:#fff;--web-ui_button-border-color-disabled:#e5e5e5;--web-ui_button-color-disabled:#e5e5e5}._2fOC9{border-style:solid;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s}._2fOC9:after{background-clip:padding-box;border-style:solid;position:absolute;z-index:-1}._1nlVc,._1nlVc:after{border-radius:16px}.t5wFJ{cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none}.t5wFJ:disabled{cursor:auto}._2kfEr{background-color:initial;border:0;border-radius:0;line-height:0;padding:0}._3a8EI{display:inline-block}._1O290{--web-ui_button-color:#4b4b4b;--web-ui_button-filter-hover:none;--web-ui_button-height:auto;--web-ui_button-line-height:1.15;flex-shrink:0;font-weight:400!important;letter-spacing:normal!important;text-transform:none!important}._6Nozy{--web-ui_button-padding:13px 16px}._2LmyT{--token-extra-height:0px;display:inline-flex;flex-direction:column;justify-content:center}._1yW4j{background:#e5e5e5;border-radius:12px;height:calc(60px + var(--token-extra-height));margin-left:4px;margin-right:4px}.word-bank-item{height:auto;margin:5px}.PcKtj .word-tap{margin:6px 3px 0;top:-3px}._1uasP[dir=ltr] ._13HXc{font-family:sans-serif!important}._1uasP{position:relative}._1uasP,._349xo{height:100%;width:100%}._349xo{overflow:hidden}._15J0U{--token-extra-height:0px;border-bottom:2px solid #e5e5e5;width:100%}._1gBvQ{height:calc(58px + var(--token-extra-height))}@media (max-width:767.98px){._1gBvQ{height:calc(50px + var(--token-extra-height))}.word-tap._6Nozy:not(.tap-gap-button){--web-ui_button-font-size:17px;--web-ui_button-padding:9px 12px}.PcKtj .word-tap{margin:7px 3px 0;top:-5px}}.PcKtj{position:absolute;top:0}.PcKtj,._1_wIY{display:flex;flex-wrap:wrap}.PcKtj.PcKtjR{direction:rtl;right:0}._1_wIY{justify-content:center;width:100%}.sgs9X{align-items:center;display:inline-flex;flex-direction:row-reverse}._3ZPOL{height:39px;margin-bottom:-2px}._1I13x ._1ZuR6{height:22px;width:29px}._371Cf{float:right;margin:0 0 0 10px}._371Cfle{float:left;margin:0 10px 0 0}._1zSeg{align-self:start}._3oxW8{margin-top:-16px;padding-right:10px}@media (min-width:700px){._3oxW8{margin-top:-24px}}._1lDmW{align-content:start;grid-template-rows:-webkit-min-content -webkit-min-content;grid-template-rows:min-content min-content}@media (min-width:700px){._1lDmW{grid-template-rows:-webkit-min-content 1fr;grid-template-rows:min-content 1fr}}._2Hg6H{line-height:39px}._qg8x{display:flex;flex-direction:column;min-height:87px}@media (min-width:700px){._qg8x{min-height:170px}}._13doy{cursor:default;display:inline;padding:0 0 4px}._1KUxv._11rtD span{font-size:16px}._3Lg1h{background:url(https://www.lomolearn.ir/files/images/06f94a15de0c0937cce25dc5dc083e6e.svg) 0 100% repeat-x}._1RL1c{width:100%}._34k_q{cursor:pointer;position:relative}.F2B9m{align-self:flex-end;aspect-ratio:118/175;display:flex;flex-shrink:0;line-height:0;max-width:114px;width:30%}._2zkz3{margin-bottom:12px;margin-top:24px}._11rtD{overflow:visible;padding:12px}@media (min-width:700px){._11rtD{padding:12px 24px}}._3mO3g{align-items:center;display:flex;flex-direction:row-reverse}._3mO3g.lef8te{flex-direction:row}._3mO3g.lef8te ._1UVl->.ite_X{left:-13px;right:auto;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.tVzIv{display:block}._1C_S3{display:grid;grid-auto-rows:1fr}._1OQnu{grid-row-gap:32px}._2PLYW{position:relative}.Qwwbl{height:100%;position:absolute;width:100%}._3Lqi-{display:flex;flex-wrap:wrap;justify-content:center}._1HxVp{border-top:2px solid #e5e5e5}@media (min-width:700px){.e4VJZ{grid-template-columns:-webkit-min-content;grid-template-columns:min-content;grid-template-rows:-webkit-min-content;grid-template-rows:min-content}}.FA030{display:flex;flex-direction:column;flex-grow:1;justify-content:center}._2EMUT{flex-grow:1;resize:none}._2ti2i{background:#fff;border:2px solid #e5e5e5;color:#3c3c3c;text-align:left;text-align:initial}._1QDX9{background-color:#f7f7f7;border-color:#e5e5e5;border-radius:10px;padding:10px 12px}textarea._1QDX9{font-size:18px}._1QDX9{-webkit-appearance:none;appearance:none;width:100%}.st_Fn{line-height:24px}._1DQuH{height:0}.gcfYU{margin:15px 0 0}@media (min-width:700px){.gcfYU{flex-grow:0;text-align:left}}._1OCDB{display:inline-block;padding:0}._3f9XI{--web-ui_button-border-radius:12px;--web-ui_button-height:32px;--web-ui_button-padding:0;margin:0 4px 4px 0;text-transform:none!important;width:32px}.Fwpe_X{top:calc(50% - 15px);-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}._2-OmZ{align-items:center;color:#4b4b4b;display:flex;font-size:19px;line-height:1.4;padding:12px 16px}._2-OmZ:active:not(._1p2g7) ._28sjs{border-color:#84d8ff;color:inherit}._28sjs{flex-shrink:0}.C6wiC{align-items:center;display:flex;flex:1 1 auto;justify-content:center;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:normal}@media (min-width:700px){._2CuNz{padding-left:12px;padding-right:30px}}._35Xo_{grid-template-columns:1fr}@media (min-width:700px){._35Xo_{grid-template-columns:repeat(2,1fr)}}._2Nv1I{align-self:center}._3IQqi{grid-template-rows:-webkit-min-content -webkit-min-content;grid-template-rows:min-content min-content}@media (min-width:700px){._3IQqi{align-content:start;grid-template-rows:-webkit-min-content 1fr;grid-template-rows:min-content 1fr}}._2Iqyl{border-bottom:2px solid #afafaf;margin:0 0 0 -1px;vertical-align:bottom}._167HH,._2Iqyl{display:inline-flex}._167HH{width:70px}.mfj2W{grid-template-rows:-webkit-min-content 1fr;grid-template-rows:min-content 1fr}._17DXh{background-color:#1899d6;color:#fff}._17DXh:after{background-color:#1cb0f6}._1x6bc{align-items:center;display:flex!important;justify-content:center;line-height:0!important;padding:0!important}._0Wim,._0Wim:after{border-radius:25%!important}._2KQGO:active:before{bottom:-4px;top:-4px}._2KQGO:before{border:4px solid #fff;border-radius:calc(25% + 4px);bottom:-8px;content:"";left:-4px;position:absolute;right:-4px;top:-4px;z-index:-1}._3nOBS{height:100px;width:100px}@media (max-width:699.98px) and (max-height:500px){._3nOBS{height:50px;width:50px}}._3nOBS ._1ZuR6{width:50%}._1Uoqa{height:70px;width:70px}@media (max-width:699.98px) and (max-height:500px){._1Uoqa{height:35px;width:35px}}._1Uoqa ._1ZuR6{width:60%}._3L7Fu{align-items:flex-end;display:flex}._3IcNx{grid-row-gap:24px}._227Cd{margin-left:16px}@media (max-width:699.98px) and (max-height:500px){._227Cd{margin-left:8px}}._1cnOk{margin:0 auto}.V5wTd{padding:14.5px 12px}@media (min-width:700px){.V5wTd{padding:20.5px 24px}}._1Vrvu ._1ZuR6{height:22px;width:40px}._17nEt{-webkit-appearance:none;appearance:none;background-color:initial;border:0;border-bottom:2px solid #e5e5e5;border-radius:0;caret-color:#1caff6;color:#3c3c3c;display:inline;padding:0;text-overflow:ellipsis;width:100%}._17nEt:disabled{-webkit-text-fill-color:#3c3c3c;opacity:1}._17nEt:focus{border-bottom-color:#1caff6}._2FKqf{-webkit-appearance:none;appearance:none;background-color:#f7f7f7;border-color:#e5e5e5;border-radius:10px;padding:10px 12px;resize:none;width:100%}.caPDQ{border-bottom:0;border-top:0;height:0;padding-bottom:0;padding-top:0;visibility:hidden}._3ANq3{overflow:hidden}._3ANq3>*{display:inline-flex}._3ANq3>:not(:last-child){border-right:2px solid #e5e5e5}._3t3oQ{display:block;flex-grow:1}._1bHqX{display:inline-block}._3LMrr{height:0}._2Uf-O{align-items:center;grid-template-rows:1fr -webkit-min-content;grid-template-rows:1fr min-content}@media (min-width:700px){._2Uf-O{grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;grid-template-rows:none}}._1L8bD,._3dsyn{min-width:0}._1L8bD{display:flex;justify-content:space-evenly}._1KSs_{flex:1 1;max-height:180px;max-width:180px;min-width:0;object-fit:contain}@media (max-width:767.98px){._1KSs_.SpMob{border:2px solid #eaeaea;border-radius:15px;margin-bottom:3rem}}@media (min-width:700px){._1KSs_{width:180px}}._3D1I4{display:flex;flex-direction:column;justify-content:center}._6Nozy{--web-ui_button-font-size:19px;--web-ui_button-padding:12px 16px}@media (min-width:767.98px){._6Nozy.edf-m{--web-ui_button-padding:12px 30px 12px 58px}._6Nozy.edf-m ._2TrnF{left:16px}.WOZnx.LhRk3:not(._1rl91) .listen_pair_answer,.WOZnx:disabled:not(._1rl91) .listen_pair_answer{left:auto}}._2TrnF{position:absolute}._3_8qR{align-items:center}._3_8qR,.mLXW5{display:flex;justify-content:center}._1KBJW{border-color:#e5e5e5;color:#e5e5e5}.mLXW5{-webkit-column-gap:20px;column-gap:20px;flex:0 1 500px;flex-wrap:nowrap;margin:-2px}@media (min-width:700px){.mLXW5{margin:-5px}}._1Ij3C{flex:0 1 550px}._2eHne{display:flex;flex-direction:column;width:100%}._35eLX{display:inline-grid;margin:2px}@media (min-width:700px){._35eLX{margin:5px}}.pmjld{--web-ui_button-background-color:#ddf4ff;--web-ui_button-border-color:#84d8ff;--web-ui_button-color:#1899d6}.tapmjld{--web-ui_button-background-color:#e0ffc8;--web-ui_button-border-color:#b3eb88;--web-ui_button-color:#76b533}._2eHZX{-webkit-animation:_2teIQ .3s;animation:_2teIQ .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}._2eHZX:before{-webkit-animation:_2mZnM .3s;animation:_2mZnM .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes _2teIQ{0%{color:#58a700}to{color:#e5e5e5}}@keyframes _2teIQ{0%{color:#58a700}to{color:#e5e5e5}}@-webkit-keyframes _2mZnM{0%{background-color:#d7ffb8;border-color:#a5ed6e}to{background-color:#fff;border-color:#e5e5e5}}@keyframes _2mZnM{0%{background-color:#d7ffb8;border-color:#a5ed6e}to{background-color:#fff;border-color:#e5e5e5}}._2TkfN{-webkit-animation:_3173a .8s;animation:_3173a .8s;pointer-events:none;-webkit-user-select:none;user-select:none}._2TkfN:before{-webkit-animation:_2XHXx .8s;animation:_2XHXx .8s}@-webkit-keyframes _3173a{0%,62%{color:#ea2b2b}to{color:#4b4b4b}}@keyframes _3173a{0%,62%{color:#ea2b2b}to{color:#4b4b4b}}@-webkit-keyframes _2XHXx{0%,62%{background-color:#ffdfe0;border-color:#ffb2b2;box-shadow:0 2px 0 #ffb2b2}to{background-color:#fff;border-color:#e5e5e5;box-shadow:0 2px 0 #e5e5e5}}@keyframes _2XHXx{0%,62%{background-color:#ffdfe0;border-color:#ffb2b2;box-shadow:0 2px 0 #ffb2b2}to{background-color:#fff;border-color:#e5e5e5;box-shadow:0 2px 0 #e5e5e5}}._99PK-{-webkit-animation:nQ1xv .8s;animation:nQ1xv .8s}@-webkit-keyframes nQ1xv{0%,62%{border-color:#ffb2b2;color:#ea2b2b}to{border-color:#e5e5e5;color:#afafaf}}@keyframes nQ1xv{0%,62%{border-color:#ffb2b2;color:#ea2b2b}to{border-color:#e5e5e5;color:#afafaf}}._3I44x{-webkit-animation:_5IhXp .3s;animation:_5IhXp .3s}@-webkit-keyframes _5IhXp{0%{border-color:#a5ed6e;color:#58a700}to{border-color:#e5e5e5;color:#e5e5e5}}@keyframes _5IhXp{0%{border-color:#a5ed6e;color:#58a700}to{border-color:#e5e5e5;color:#e5e5e5}}.WOZnx.LhRk3:not(._1rl91),.WOZnx:disabled:not(._1rl91){--__internal__border-color:var(--web-ui_button-border-color-disabled,var(--web-ui_button-border-color,#e5e5e5));color:#afafaf;color:var(--web-ui_button-color-disabled,#afafaf)}.WOZnx.LhRk3:not(._1rl91),.WOZnx:active:not(:disabled):not(.LhRk3),.WOZnx:disabled:not(._1rl91){-webkit-transform:translateY(2px) translateZ(0);transform:translateY(2px) translateZ(0)}.aQWtI{position:absolute;visibility:hidden}._3xyKe{display:inline-grid;height:58px;margin:2px}@media (min-width:700px){._3xyKe{margin:5px}}._3f1Bj{height:19px;width:24px}._1yRIl{margin-left:12px;pointer-events:none}.pair_audio.incorrect svg path{fill:#ea2b2b!important;stroke:#ea2b2b!important}.pair_audio.correct svg path{fill:#65c958!important;stroke:#65c958!important}.pair_audio.disabled svg{display:none}._1WbXO{grid-template-columns:1fr}._2CYoD{grid-gap:8px;display:grid}._3ZoSe{display:flex;flex-direction:row}._1eXoV{justify-content:flex-start}._2sOtN{justify-content:flex-end}._3qOhs{margin-right:20%}._3EGtV{margin-left:20%}._39MJv{border-radius:16px;padding:6px 12px}@media (min-width:700px){._39MJv{padding:12px 24px}}._2t35G{flex:0 0 22px;position:relative}._2t35G:before{border-right:22px solid #e5e5e5;border-top:22px solid transparent;right:-1px;top:16px}._2t35G:after,._2t35G:before{content:"";left:auto;position:absolute}._2t35G:after{border-right:18px solid #f7f7f7;border-top:18px solid transparent;right:-2px;top:18px}.bjjp9{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.bjjp9:before{border-right-color:#84d8ff}.bjjp9:after{border-right-color:#ddf4ff}._29e-M{background-color:#f7f7f7;border:2px solid #e5e5e5;text-align:left}._21IEC{background-color:#ddf4ff;border:2px solid #84d8ff;text-align:left}._3zmEQ{display:none}@media (min-width:700px){._2MbQa{grid-template-columns:-webkit-min-content;grid-template-columns:min-content;grid-template-rows:100%}}.I9ZuQ{display:flex;flex-direction:column}@media (min-width:700px){.I9ZuQ{width:600px}}._1n8fO{flex:1 1;transition:flex .4s}.hJyup{flex:1 0 33.33333%}._3OsyP{flex:1 0 auto;grid-template-rows:-webkit-min-content -webkit-min-content;grid-template-rows:min-content min-content}._1IoIW{overflow:auto}._1HtZY{background-image:url(https://www.lomolearn.ir/files/images/6224c6e5791580f4f94a4f1f8571af41.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:18px;margin-right:10px;width:18px}._3GCbr{align-items:center;display:inline-flex}._2UpLr{height:39px;width:39px}._2UpLr ._1ZuR6{height:16px;width:20px}._1dBSx{margin-bottom:16px}@media (min-width:700px){._1dBSx{margin-bottom:24px}}@media (max-height:500px){._1dBSx{margin-bottom:8px}}._3slGi{font-weight:700}@media (min-width:700px){._3CmzM{margin:0 0 0 15px}._3CmzM._371Cfle{margin:0 15px 0 0}}.oX0Tr{align-items:center;grid-template-rows:repeat(2,-webkit-min-content) 1fr;grid-template-rows:repeat(2,min-content) 1fr}._2iCI9{flex-shrink:0}._3wZdL{align-items:center;grid-template-rows:-webkit-min-content 1fr;grid-template-rows:min-content 1fr}@media (min-width:700px){._3wZdL{align-content:center;grid-template-rows:none}}._3wZdL._31uBm{grid-template-rows:repeat(2,-webkit-min-content) 1fr;grid-template-rows:repeat(2,min-content) 1fr}@media (min-width:700px){._3wZdL._31uBm{grid-template-rows:none}}._27wYK{margin:0 auto}._38esZ{height:40px}@media (min-width:700px){._38esZ{height:80px}}.V3M4U{outline:1px solid #e5e5e5;padding:6px;width:50%}@media (min-width:700px){.V3M4U{padding:10px 12px}}.fvNJ1{background:#f7f7f7;display:none;font-weight:500}@media (min-width:700px){.fvNJ1{display:table-row}}._3Ixn-{border:2px solid #e5e5e5;border-radius:16px;overflow:hidden;table-layout:fixed;width:100%;word-break:break-word}._1Bh_M{display:grid;margin-bottom:2px}._2Z2xv{grid-column:1;grid-row:1;justify-self:center}._2Hlc9{visibility:hidden}.dAJez{align-items:center}._2bhAD{margin:-3px}._3Z2cE{background:none}._3Z2cE:after{background-color:#fff;border-color:#e5e5e5}.bfI-N{--web-ui_button-background-color:transparent;border-bottom-left-radius:0!important;border-left:none!important;border-top-left-radius:0!important}.bfI-N:after{background-image:url(https://www.lomolearn.ir/files/images/9998e9f2968a397b574d64144ff71062.svg);background-size:100% 100%;content:"";height:100%;left:0;position:absolute;top:0;width:8px}.bfI-N:before{background:linear-gradient(90deg,transparent,transparent 8px,#fff 0);border-bottom-left-radius:0!important;border-left:none!important;border-top-left-radius:0!important;left:0!important}._10zGQ:after{content:none}._1_ZMU{display:grid;line-height:24px;margin-bottom:2px}._1LQx7{display:flex;grid-column:1;grid-row:1}._70ERZ{visibility:hidden}._3dRoN{border-right-width:0!important;color:#4b4b4b;flex-shrink:0;font-weight:500!important;letter-spacing:normal!important;line-height:1.15!important;margin-right:-3px;position:relative;text-transform:none!important;z-index:1}._3dRoN:after{border-bottom-right-radius:0!important;border-right-width:0!important;border-top-right-radius:0!important;right:0!important}._3dRoN:before{background-image:url(https://www.lomolearn.ir/files/images/b0179330a24b700f1f6e0a20d74f27a6.svg);background-size:100% 100%;content:"";height:100%;position:absolute;right:-5px;top:0;width:8px}._2CJgg{font-size:19px!important;padding-right:8px!important}._1gEd4{align-items:center;grid-template-rows:-webkit-min-content 1fr;grid-template-rows:min-content 1fr}._3fly_{line-height:48px}@media (min-width:700px){._3fly_{line-height:64px}}._37Ydt{padding:0 4px}.word-bank-item.cloze{background:none!important}table{border-spacing:0}td,th{line-height:22px;padding:12px 16px;text-align:left}button{-webkit-user-select:none;user-select:none}input{box-shadow:none}._1FEiz{margin:8px 0 8px 12px}._3bKcr{margin:8px 12px 8px 0}.k6E17{align-items:start}._1l3vr{line-height:64px}.bzD4k{padding:0 4px}._1Nr7C{line-height:32px}._1O_I2{background:#f7f7f7;border:2px solid #e5e5e5;border-radius:16px;display:inline-flex;flex-direction:row}._1Rf3h{margin:8px 12px}._2mDNn{--web-ui_button-background-color-disabled:#e5e5e5;--web-ui_button-color-disabled:transparent}._2XgEJ{--web-ui_button-font-size:17px;--web-ui_button-padding:8px}._1DaLk{height:calc(52px + var(--token-extra-height));margin-left:2px;margin-right:2px}._1jLeA{align-items:center;grid-template-rows:-webkit-min-content 1fr;grid-template-rows:min-content 1fr}._2n18_{grid-column:1/-1}._1gad7{display:inline-flex;margin-bottom:5px;margin-top:5px;vertical-align:middle}.v230V{margin:0 auto}._1KcR7{max-height:180px;object-fit:contain;width:180px}._2kgY1{grid-template-rows:repeat(2,-webkit-min-content) 1fr;grid-template-rows:repeat(2,min-content) 1fr}@media (min-width:700px){._2kgY1{grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;grid-template-rows:none}}._1y-0G{align-items:center;grid-template-rows:-webkit-min-content 1fr;grid-template-rows:min-content 1fr}.fzdXR{height:19px;width:24px}._2h7SO{margin-bottom:-4px;margin-top:-16px;padding-left:16px}@media (min-width:700px){._2h7SO{margin-top:-24px}}._1lTdJ{margin-left:16px;pointer-events:none}._3FT5H{background:url(https://www.lomolearn.ir/files/images/026f59a038df78d30097d92b0d63ce44.svg) 0 100% repeat-x;color:transparent;-webkit-user-select:none;user-select:none}._6g-MV{grid-template-rows:-webkit-min-content 1fr;grid-template-rows:min-content 1fr}@media (min-width:700px){._6g-MV{align-content:center;grid-template-rows:none}}._2PZ8z{border-bottom:2px solid #e5e5e5}._1_qWm{margin-top:40px}._1m2zkz3{margin-bottom:32px;margin-top:24px}._p97Gre8{color:#00d106!important}._3f_Q3{display:block;flex-grow:1}._33vo_{display:inline-block}._2H1YH{height:0}._3R7Gt{font-size:9vw;font-weight:700}@media (min-width:700px){._3R7Gt{font-size:inherit;font-weight:inherit}}.Ii_9b{height:100px;width:100px}@media (min-width:700px){.Ii_9b{height:140px;width:140px}}@media (max-width:699.98px) and (max-height:500px){.Ii_9b{height:50px;width:50px}}.Ii_9b ._1ZuR6{width:50%}._1ZuR6{display:inline-block}._3ry9w{grid-template-columns:repeat(2,1fr)}._3JMPJ{grid-template-rows:-webkit-min-content 1fr;grid-template-rows:min-content 1fr}@media (min-width:700px){._3JMPJ{align-items:center;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;grid-template-rows:none}}.CFyoZ{margin:0 auto}@media (min-width:700px){._2jUcI{align-self:center}}.cctA85{font-size:72px!important;position:absolute;-webkit-transform:scale(1);transform:scale(1)}._1k_Qp{font-family:Times New Roman,Times,serif}.sSLeO{align-items:center;display:inline-flex;justify-content:center}._2NFt_{white-space:nowrap}.Y2tGf{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}@media (min-width:700px){.Y2tGf{grid-template-columns:1fr}}.PSWw2{align-items:center}@media (min-width:700px){.PSWw2{grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr}}._11apW{border:2px solid #e5e5e5;border-radius:32px;display:flex;flex-direction:column;height:193px;margin:0 auto;padding:20px;position:relative;width:175px}@media (max-height:500px){._11apW{height:119px;padding:30px;width:108px}}@media (min-width:700px){._11apW{height:240px;width:215px}}._2QCqu{color:#3c3c3c;flex-grow:1}._215P9{right:20px;top:20px}._215P9,.ccs7Ea{position:absolute}.ccs7Ea{font-size:72px!important;-webkit-transform:scale(.89);transform:scale(.89)}._2KRgS{color:#3c3c3c;flex-grow:1;font-weight:700}@media (min-width:700px){._2KRgS{font-weight:500;height:88px;margin:24px 0}._1xzRh{align-items:center}}._16h82{--web-ui_button-color:#1cb0f6}._16h82Cco ._2zcLK{background-color:#d8d8d8!important}._CDfV{grid-template-rows:-webkit-min-content 1fr;grid-template-rows:min-content 1fr}@media (min-width:700px){._CDfV{align-content:center;grid-template-rows:none}}._1lOuO{display:flex}._13TEM{--web-ui_button-height:70px;align-self:flex-start;width:100%}.hQACf{height:25px;margin-right:12px}.G-Ntw{align-items:center;display:flex;height:25px}._3tR6t{border-radius:6px;display:block;transition:height .2s ease-in;width:6px}._2zcLK{background:#2ba3e9;width:6px}._3lUbm{--modal-padding:30px;background:#fff}@media (max-width:500px){._3lUbm{max-width:90%}}._8_UHb{align-items:center;display:flex;justify-content:center;min-height:100vh;position:fixed;width:100%}._13Rl7{padding:0;padding:var(--modal-padding,0);position:relative}._1hEOp{border-radius:16px;margin:24px}.FrL-W{align-items:center;background:#fff;cursor:pointer;display:flex;height:35px;justify-content:center;position:absolute;right:4px;top:4px;width:35px;z-index:1}@media (min-width:700px){.FrL-W{-webkit-backface-visibility:hidden;backface-visibility:hidden;border:2px solid #e5e5e5;border-radius:98px;right:0;top:0;-webkit-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)}.FrL-W:hover{background:#e5e5e5}}._1LyD0{margin:0}._2WDSF{max-width:400px}._1m19J{width:260px}@media (max-width:530px){._1m19J{width:100%}}@media (min-width:700px){._1m19J{width:412px}}@media (min-width:530px) and (max-width:700px){._1m19J{width:340px}}._2TPy4{color:#444;line-height:1.2}._shStreT{color:#ffc800;font-size:63px;margin:25px 20px 15px 5px;text-shadow:0 2px 2px #ff9500}._shStrD{color:#ffc800;margin:15px 0 0;text-shadow:0 1px 1px #ff9500}._2b2qG{border:2px solid #e5e5e5;border-radius:0 0 12px 12px;border-top:0 solid #e5e5e5;color:#777;font-size:16px;line-height:1.4;padding:12px;width:340px}.IBVgx{height:var(--streak-digit-digit-height);overflow:hidden}._1_rkM{-webkit-animation-delay:var(--streak-digit-animation-delay);animation-delay:var(--streak-digit-animation-delay);-webkit-animation-duration:var(--streak-digit-animation-duration);animation-duration:var(--streak-digit-animation-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}._3uDqT{-webkit-animation-name:adC8u;animation-name:adC8u;-webkit-animation-timing-function:cubic-bezier(.75,0,.78,0);animation-timing-function:cubic-bezier(.75,0,.78,0);display:inline-block;margin:0 calc(var(--streak-digit-digit-height)*-.08);position:relative}._3Ycb4,._3uDqT{height:var(--streak-digit-digit-height);width:calc(var(--streak-digit-digit-height)*.75)}._3Ycb4{background-position:50%;background-size:100%;bottom:0;left:0;position:absolute}._3xfW8{-webkit-animation-name:_3LAfs;animation-name:_3LAfs;-webkit-animation-timing-function:linear;animation-timing-function:linear}._2UaDB,._2p5l0{bottom:calc(var(--streak-digit-digit-height))}._2fVed{align-items:flex-end;display:flex;height:460px;justify-content:center;position:relative;width:150px}._3NWTB{height:460px;position:absolute;width:210px;z-index:-1}._2HICO{height:250px;width:126px}._2SKEQ{bottom:65px;color:#fff;font-size:70px;font-weight:700;line-height:20px;opacity:0;position:absolute;text-align:center}._2i2Vg{opacity:1;transition:opacity .2s ease-out}._1sYS2{text-align:center}._3q7Cl{margin:0 auto;width:100%}._3KvC1{display:inline-flex;flex-direction:column;margin:0 2px;-webkit-transform:scale(.9);transform:scale(.9)}@media (min-width:360px){._3KvC1{margin:0 6px;-webkit-transform:none;transform:none}}._3KvC1:first-child{margin-left:0}._3KvC1:last-child{margin-right:0}.Zjyp5{border-radius:18px;color:#fff;display:flex;height:34px;line-height:20px;margin:auto;width:34px}._1U99l{height:110px;margin:-79px -5px 0;-webkit-transform:scale(1.05);transform:scale(1.05);width:45px}.kwu2b{background-color:#ff9600}._2o42t{background-color:#1cb0f6}.brXUB{background-color:#e5e5e5;color:#afafaf}._20LZx{align-items:center;display:flex;font-size:16px;font-weight:700;justify-content:center;margin:7px auto}._2lIYL{color:#afafaf;font-size:15px;font-weight:700;line-height:25px;margin:0 auto 4px}.i87ZT{color:#ff9600}._3Uqlf{color:#1cb0f6}._3PpU6{width:17px}._1HA7Y{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative}@media (max-height:500px){._1HA7Y{-webkit-transform:scale(.7);transform:scale(.7)}}._1FRZT{align-items:flex-end;display:flex;height:124px;justify-content:center;margin-bottom:-12px;-webkit-transform:scale(.7);transform:scale(.7)}@media (min-width:700px){._1FRZT{height:180px;margin-bottom:14px;-webkit-transform:scale(1);transform:scale(1)}}._1p_Bp{border:solid #e5e5e5;border-radius:12px 12px 0 0;border-width:2px 2px 0;padding:12px;position:relative;width:340px}._1p_Bp:after{background-color:#f7f7f7;bottom:-4px;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.PPyFw{color:#ff9600;margin:12px auto 24px;text-align:center}._2U4_2{width:100%}@-webkit-keyframes adC8u{0%{-webkit-transform:translateY(0);transform:translateY(0)}68.75%{-webkit-transform:translateY(calc(var(--streak-digit-digit-height)*1.064));transform:translateY(calc(var(--streak-digit-digit-height)*1.064))}76.6%{-webkit-transform:translateY(calc(var(--streak-digit-digit-height)*.968));transform:translateY(calc(var(--streak-digit-digit-height)*.968))}84.4%{-webkit-transform:translateY(calc(var(--streak-digit-digit-height)*1.016));transform:translateY(calc(var(--streak-digit-digit-height)*1.016))}92.2%{-webkit-transform:translateY(calc(var(--streak-digit-digit-height)*.992));transform:translateY(calc(var(--streak-digit-digit-height)*.992))}to{-webkit-transform:translateY(calc(var(--streak-digit-digit-height)*1));transform:translateY(calc(var(--streak-digit-digit-height)*1))}}@keyframes adC8u{0%{-webkit-transform:translateY(0);transform:translateY(0)}68.75%{-webkit-transform:translateY(calc(var(--streak-digit-digit-height)*1.064));transform:translateY(calc(var(--streak-digit-digit-height)*1.064))}76.6%{-webkit-transform:translateY(calc(var(--streak-digit-digit-height)*.968));transform:translateY(calc(var(--streak-digit-digit-height)*.968))}84.4%{-webkit-transform:translateY(calc(var(--streak-digit-digit-height)*1.016));transform:translateY(calc(var(--streak-digit-digit-height)*1.016))}92.2%{-webkit-transform:translateY(calc(var(--streak-digit-digit-height)*.992));transform:translateY(calc(var(--streak-digit-digit-height)*.992))}to{-webkit-transform:translateY(calc(var(--streak-digit-digit-height)*1));transform:translateY(calc(var(--streak-digit-digit-height)*1))}}@-webkit-keyframes _3LAfs{0%{opacity:0}68%{opacity:0}72%{opacity:1}to{opacity:1}}@keyframes _3LAfs{0%{opacity:0}68%{opacity:0}72%{opacity:1}to{opacity:1}}.rRPLg{flex-direction:row}@media (max-width:530px){._2WPzj{width:100%}}@media (min-width:530px) and (max-width:700px){._2WPzj{width:340px}}@media screen and (max-width:700px){._2WPzj{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}}._3K0I6{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;width:100%}.ccZTP{color:#777;display:inline-block;font-size:17px;line-height:1.4;margin:16px 0;text-align:center}@media (max-width:530px){.ccZTP{margin:1px 0 10px}}.O3c4S{align-items:center;display:flex;height:140px;justify-content:center;margin:auto auto 24px;position:relative;width:250px}@media (min-width:700px){.O3c4S{height:175px}}._3vZCl{height:250px;position:absolute;width:333px}@media (min-width:700px){._3vZCl{height:310px}}._30Cs3{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-end;margin:auto 0 24px;width:100%}._1ECTX ._1bemu{-webkit-transform:translateX(0);transform:translateX(0)}._1uEalb{height:188px;margin-bottom:30px;max-width:330px}.page404{height:100vh}.page404 .wrapper{height:100%;min-height:300px}.page404 .container,.page404 .wrapper{align-items:center;display:flex;justify-content:center;width:100%}.page404 .container{flex-direction:column}