:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.heightFull .carouselWrapper,.heightFull .carouselWrapper>.swiper,.heightFull .carouselWrapper>.swiper>.swiper-wrapper,.heightFull .carouselWrapper>.swiper>.swiper-wrapper .swiper-slide>a,.heightFull .carouselWrapper>.swiper>.swiper-wrapper .swiper-slide>a>.group,.heightFull .carouselWrapper>.swiper>.swiper-wrapper .swiper-slide>div,React Multi Carousel Custom css .heightFull{height:100%}:root{--swiper-navigation-color:#5467ff}.swiper-button-next{background-image:url(/_next/static/media/vector-left.f499218c.png)}.swiper-button-next,.swiper-button-prev{background-repeat:no-repeat;background-size:.5rem;background-position:50%}.swiper-button-prev{background-image:url(/_next/static/media/vector-right.b47ea8bc.png)}.swiper-button-next:after,.swiper-button-prev:after{display:none}.swiper .swiper-button-next,.swiper .swiper-button-prev{display:block}.swiper-button-next,.swiper-button-prev{width:2rem!important;height:2rem!important}.carouselWrapper .swiper-button-disabled{opacity:.5;cursor:no-drop}.carouselWrapper .swiper-button-disabled:hover{background-color:#fff!important;color:#000}.carouselWrapper .swiper .swiper-pagination-bullets .swiper-pagination-bullet{width:8px;height:8px;border:0;box-shadow:0 3px 6px rgba(0,0,0,.16);background-color:#bcbcbc;border-radius:8px;transition:all .3s ease-in-out;opacity:1}.carouselWrapper .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{width:8px;background-color:#f28665}.styles_package-panel-item__X7ge_ .carouselWrapper .swiper .swiper-pagination-bullets{bottom:7em}.styles_lesson-container__7vir6 .swiper-button-next{top:58%;left:-.5rem!important}.styles_lesson-container__7vir6 .swiper-button-prev{top:58%;right:-.5rem!important;color:#5467ff}.swiper-button-next{left:-.5rem!important}.swiper-button-prev{right:-.5rem!important}.styles_package-list-slider__S7WFk .swiper-rtl .swiper-button-next,.styles_package-list-slider__S7WFk .swiper-rtl .swiper-button-prev,.styles_video-list-slider__CBxY9 .swiper-rtl .swiper-button-next,.styles_video-list-slider__CBxY9 .swiper-rtl .swiper-button-prev{display:none}.swiper-wrapper .swiper-slide{height:auto}.carouselWrapper.dotsCircle .swiper .swiper-pagination-bullets .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;margin-left:4px;margin-right:4px;opacity:.5;transform:scale(.7)}.carouselWrapper.dotsCircle .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff;opacity:1;transform:scale(1)}.carouselWrapper.pagination-left .swiper-pagination-bullets{display:inline-flex;text-align:left;width:auto}.carouselWrapper.hero-grid-carousel .swiper-horizontal>.swiper-scrollbar{left:0;width:100%}.carouselWrapper.hero-grid-carousel .swiper-horizontal>.swiper-wrapper{padding-bottom:60px}.testimonial-carousel .swiper{padding-bottom:35px}.testimonial-carousel .swiper-horizontal .swiper-scrollbar{background-color:#f1f1f1}.testimonial-carousel .swiper-scrollbar-drag{background-color:#212121}.styles_slider-container__mX2FA .swiper-wrapper .swiper-slide .react-transform-wrapper{margin:auto}.carouselWrapper{width:100%;max-width:70em;overflow:hidden}@media (min-width:360px){.carouselWrapper .package-list{max-width:360px;margin:auto}.styles_slider-container__mX2FA .swiper-button-next{bottom:2%!important;position:absolute;z-index:999;left:102px!important}.styles_slider-container__mX2FA .swiper-button-prev{bottom:2%!important;position:absolute;z-index:999;right:102px!important}}@media (min-width:480px){.carouselWrapper .package-list{max-width:480px;margin:auto}.styles_slider-container__mX2FA .carouselWrapper{max-width:340px;margin:auto}.styles_slider-container__mX2FA .swiper-button-next,.styles_slider-container__mX2FA .swiper-button-prev{top:auto;bottom:2%!important;position:absolute;z-index:999}}@media (min-width:576px){.carouselWrapper .package-list{max-width:576px;margin:auto}.styles_slider-container__mX2FA .carouselWrapper{max-width:420px;margin:auto}.styles_slider-container__mX2FA .swiper-button-next,.styles_slider-container__mX2FA .swiper-button-prev{bottom:2%!important;position:absolute;z-index:999}}@media (min-width:744px){.styles_slider-container__mX2FA .swiper-button-next{bottom:50%!important;position:absolute;z-index:999;left:10px!important}.styles_slider-container__mX2FA .swiper-button-prev{bottom:50%!important;position:absolute;z-index:999;right:10px!important}.carouselWrapper .package-list,.styles_slider-container__mX2FA .carouselWrapper{max-width:744px;margin:auto}}@media (min-width:992px){.carouselWrapper .package-list{max-width:992px;margin:auto}.carouselWrapper .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{width:6px}.carouselWrapper .swiper .swiper-pagination-bullets .swiper-pagination-bullet{width:5.2px;height:5.2px;margin-left:5px;margin-right:5px;background:#bcbcbc}.carouselWrapper .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{width:5.2px;background:#fbbd08}}@media (min-width:744px){.carouselWrapper .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{width:11px}.testimonial-carousel .swiper-slide-active>div{background-color:#fff;box-shadow:0 15px 40px rgba(0,0,0,.08)}.testimonial-carousel .swiper .swiper-wrapper>div{padding:15px 14px 0}.testimonial-carousel .swiper{padding-bottom:45px;margin-left:-30px;margin-right:-14px;margin-top:-15px}.testimonial-carousel .swiper .swiper-wrapper>div.swiper-slide-active{padding-left:30px}.testimonial-carousel .swiper-horizontal .swiper-scrollbar{width:calc(100% - 44px)}}@media (min-width:992px){.carouselWrapper{max-width:992px}}@media (min-width:1200px){.carouselWrapper .package-list{max-width:1200px;margin:auto}.testimonial-carousel .swiper{padding-bottom:60px}.carouselWrapper{max-width:1200px}}@media (min-width:1440px){.carouselWrapper{max-width:112em!important;margin:auto!important}}.App{width:55rem;text-align:center}.swiper-container1 .swiper-slide-thumb-active img{border:4px solid #14a079;border-radius:.4375rem}.slider{color:#fff}.slider .swiper-container1{width:94%;height:100%}.slider .swiper-container2{width:100%;height:100%}.slider__flex{display:flex;align-items:flex-start;flex-direction:row-reverse;margin-left:11rem}.slider__col{display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content;margin-right:32px;margin-top:3.5rem;position:relative}.slider__next,.slider__prev{cursor:pointer;text-align:center;font-size:14px;height:48px;display:flex;align-items:center;justify-content:center}.slider__next:focus,.slider__prev:focus{outline:none}.slider__thumbs{height:calc(400px - -330px);width:7rem;background:rgba(0,0,0,.5);padding:2rem .5rem;border-radius:.54238rem 0 0 .54238rem}.slider__images{height:auto;position:relative;right:3rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:1s;transition-timing-function:cubic-bezier(0,0,.2,1)}.slider__image{width:100%;height:100%;overflow:hidden}.slider__image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:758px){.slider .swiper-container1{margin-top:.5rem;overflow:auto!important}.swiper-slide{text-align:center;width:auto!important}.slider__flex{flex-direction:column-reverse;margin-left:0}.slider__col{flex-direction:row;align-items:center;margin-right:0;margin-top:24px;top:-1rem;width:100%;position:unset}.slider__images{width:100%;right:0}.slider__thumbs{height:100px;width:100%;border-radius:0;margin:-2rem 0 0 16px;padding:0!important}.slider__next,.slider__prev{height:auto;width:32px}.App{width:22rem}}.Toastify__toast{margin-bottom:.5rem!important;min-height:-moz-fit-content!important;min-height:fit-content!important;border-radius:.75rem!important;padding:0!important}.Toastify__toast--success{left:0!important;top:0!important;--tw-bg-opacity:1!important;background-color:rgb(183 247 196/var(--tw-bg-opacity,1))!important;--tw-shadow:0px 0px 2px rgba(0,0,0,.12),3px 16px 40px rgba(0,0,0,.05)!important;--tw-shadow-colored:0px 0px 2px var(--tw-shadow-color),3px 16px 40px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.Toastify__toast--success .Toastify__toast-body>div{margin-right:.75rem!important;font-family:var(--font-yekan)!important;font-size:1rem!important;line-height:1.5rem!important;font-weight:500!important;--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity,1))!important}.Toastify__toast--success .Toastify__close-button{margin:.5rem auto auto .5rem!important;--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity,1))!important;opacity:.7!important}.Toastify__toast--success .Toastify__close-button:hover{opacity:1!important}.Toastify__toast--error{left:0!important;top:0!important;background-color:#ffa2a2f0!important;--tw-shadow:0px 0px 2px rgba(0,0,0,.12),3px 16px 40px rgba(0,0,0,.05)!important;--tw-shadow-colored:0px 0px 2px var(--tw-shadow-color),3px 16px 40px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.Toastify__toast--error .Toastify__toast-body>div{margin-right:.75rem!important;font-family:var(--font-yekan)!important;font-size:1rem!important;line-height:1.5rem!important;font-weight:500!important;--tw-text-opacity:1!important;color:rgb(23 43 61/var(--tw-text-opacity,1))!important}.Toastify__toast--error .Toastify__close-button{margin:.375rem auto auto .375rem!important;--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity,1))!important;opacity:.7!important}.Toastify__toast--error .Toastify__close-button:hover{opacity:1!important}.Toastify__toast--info{background-color:rgb(166 175 252/var(--tw-bg-opacity,1))!important}.Toastify__toast--info,.Toastify__toast--warning{left:0!important;top:0!important;--tw-bg-opacity:1!important;--tw-shadow:0px 0px 2px rgba(0,0,0,.12),3px 16px 40px rgba(0,0,0,.05)!important;--tw-shadow-colored:0px 0px 2px var(--tw-shadow-color),3px 16px 40px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.Toastify__toast--warning{background-color:rgb(251 231 198/var(--tw-bg-opacity,1))!important}.Toastify__toast--warning .Toastify__toast-body>div{margin-right:.75rem!important;font-family:var(--font-yekan)!important;font-size:1rem!important;line-height:1.5rem!important;font-weight:500!important;--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity,1))!important}.Toastify__toast--warning .Toastify__close-button{margin:.375rem auto auto .375rem!important;--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity,1))!important;opacity:.7!important}.Toastify__toast--warning .Toastify__close-button:hover{opacity:1!important}.Toastify__toast--sucwarningcess .Toastify__close-button{margin:.5rem auto auto .5rem!important;--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity,1))!important;opacity:.7!important}.Toastify__toast--sucwarningcess .Toastify__close-button:hover{opacity:1!important}.Toastify__toast--info .Toastify__toast-body>div{margin-right:.75rem!important;font-family:var(--font-yekan)!important;font-size:1rem!important;line-height:1.5rem!important;font-weight:500!important;--tw-text-opacity:1!important;color:rgb(23 43 61/var(--tw-text-opacity,1))!important}.Toastify__toast--info .Toastify__close-button{margin:.375rem auto auto .375rem!important;--tw-text-opacity:1!important;color:rgb(23 43 61/var(--tw-text-opacity,1))!important;opacity:.7!important}.Toastify__toast--info .Toastify__close-button:hover{opacity:1!important}.Toastify__toast--error .Toastify__toast-icon,.Toastify__toast--info .Toastify__toast-icon,.Toastify__toast--success .Toastify__toast-icon,.Toastify__toast--warning .Toastify__toast-icon{display:none!important}.Toastify__toast--success:before{content:url(/_next/static/media/notify-success.611392ff.svg)}.Toastify__toast--success:before,.Toastify__toast--warning:before{width:4rem;height:4rem;display:flex;justify-content:center;align-items:center}.Toastify__toast--warning:before{content:url(/_next/static/media/notify-warning.bec665a5.svg)}.Toastify__toast--error:before{content:url(/_next/static/media/notify-error.0bcc1447.svg)}.Toastify__toast--error:before,.Toastify__toast--info:before{width:4rem;height:4rem;display:flex;justify-content:center;align-items:center}.Toastify__toast--info:before{content:url(/_next/static/media/notify-info.e6f8bdf2.svg)}.Toastify__toast-body{margin:0!important;background-color:transparent!important;padding:0!important}.Toastify__toast-icon{display:none!important}.Toastify__progress-bar{visibility:hidden!important}.Toastify__toast-body>div{margin:auto!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;font-family:var(--font-yekan)!important;font-weight:500!important}.Toastify__close-button--normal,.Toastify__toast-body>div{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.Toastify__toast-body>div:last-child{flex:1 1 0%}.Toastify__toast-container--top-center{top:1em!important;left:50%!important;height:auto!important;width:75%!important;--tw-translate-x:-15.5%!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@media (min-width:480px){.Toastify__toast-container--top-center{width:66.666667%!important;--tw-translate-x:-50%!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}}@media (min-width:768px){.Toastify__toast-container--top-center{--tw-translate-x:-57%!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}}@media (min-width:992px){.Toastify__toast-container--top-center{--tw-translate-x:-56%!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*{scrollbar-color:auto;scrollbar-width:auto}.container{width:100%}@media (min-width:480px){.container{max-width:480px}}@media (min-width:576px){.container{max-width:576px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:992px){.container{max-width:992px}}@media (min-width:1200px){.container{max-width:1200px}}@media (min-width:1440px){.container{max-width:1440px}}@media (min-width:1536px){.container{max-width:1536px}}#__next,.next-container{margin-left:auto;margin-right:auto;height:100%;width:100%}html{-webkit-tap-highlight-color:transparent}.pointer-events-none{pointer-events:none!important}.visible{visibility:visible!important}.static{position:static!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.end-0{inset-inline-end:0!important}.start-0{inset-inline-start:0!important}.mx-12{margin-left:3rem!important;margin-right:3rem!important}.-mb-2{margin-bottom:-.5rem!important}.-mt-9{margin-top:-2.25rem!important}.mb-5{margin-bottom:1.25rem!important}.mt-2{margin-top:.5rem!important}.mt-20{margin-top:5rem!important}.mt-5{margin-top:1.25rem!important}.mt-8{margin-top:2rem!important}.block{display:block!important}.inline{display:inline!important}.flex{display:flex!important}.table{display:table!important}.grid{display:grid!important}.contents{display:contents!important}.hidden{display:none!important}.h-6{height:1.5rem!important}.h-\[130px\]{height:130px!important}.w-16{width:4rem!important}.w-24{width:6rem!important}.w-6{width:1.5rem!important}.w-full{width:100%!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.cursor-wait{cursor:wait!important}.resize{resize:both!important}.flex-col{flex-direction:column!important}.items-center{align-items:center!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.overflow-visible{overflow:visible!important}.rounded-b-full{border-bottom-right-radius:9999px!important;border-bottom-left-radius:9999px!important}.border{border-width:1px!important}.border-t-0{border-top-width:0!important}.bg-primary-300{background-color:rgb(168 162 255/var(--tw-bg-opacity,1))!important}.bg-primary-300,.bg-white{--tw-bg-opacity:1!important}.bg-white{background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.pb-0{padding-bottom:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.text-start{text-align:start!important}.font-yekanBakh{font-family:var(--font-yekan)!important}.font-bold{font-weight:700!important}.font-light{font-weight:300!important}.font-semibold{font-weight:600!important}.text-black{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity,1))!important}.text-primary-main{--tw-text-opacity:1!important;color:rgb(84 103 255/var(--tw-text-opacity,1))!important}.text-secondary-main{--tw-text-opacity:1!important;color:rgb(0 152 110/var(--tw-text-opacity,1))!important}.text-tertiary-700{--tw-text-opacity:1!important;color:rgb(182 36 0/var(--tw-text-opacity,1))!important}.text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.opacity-50{opacity:.5!important}.shadow-tabPanel{--tw-shadow:0px 8px 0px #d4e2ed,0px 3px 3px #d4e2ed inset!important;--tw-shadow-colored:0px 8px 0px var(--tw-shadow-color),inset 0px 3px 3px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.blur{--tw-blur:blur(8px)!important}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}[dir=rtl] .start-0{right:0!important}[dir=rtl] .end-0{left:0!important}:not([dir=rtl]) .end-0{right:0!important}:not([dir=rtl]) .start-0{left:0!important}[dir=rtl] .text-start{text-align:right!important}:not([dir=rtl]) .text-start{text-align:left!important}.scrollbar{--scrollbar-track:initial!important;--scrollbar-thumb:initial!important;--scrollbar-corner:initial!important;--scrollbar-track-hover:var(--scrollbar-track)!important;--scrollbar-thumb-hover:var(--scrollbar-thumb)!important;--scrollbar-corner-hover:var(--scrollbar-corner)!important;--scrollbar-track-active:var(--scrollbar-track-hover)!important;--scrollbar-thumb-active:var(--scrollbar-thumb-hover)!important;--scrollbar-corner-active:var(--scrollbar-corner-hover)!important;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)!important;overflow:overlay!important}.scrollbar.overflow-x-hidden{overflow-x:hidden!important}.scrollbar.overflow-y-hidden{overflow-y:hidden!important}.scrollbar::-webkit-scrollbar-track{background-color:var(--scrollbar-track)!important}.scrollbar::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb)!important}.scrollbar::-webkit-scrollbar-corner{background-color:var(--scrollbar-corner)!important}.scrollbar::-webkit-scrollbar-track:hover{background-color:var(--scrollbar-track-hover)!important}.scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)!important}.scrollbar::-webkit-scrollbar-corner:hover{background-color:var(--scrollbar-corner-hover)!important}.scrollbar::-webkit-scrollbar-track:active{background-color:var(--scrollbar-track-active)!important}.scrollbar::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-active)!important}.scrollbar::-webkit-scrollbar-corner:active{background-color:var(--scrollbar-corner-active)!important}.scrollbar{scrollbar-width:auto!important}.scrollbar::-webkit-scrollbar{width:16px!important;height:16px!important}*{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;direction:rtl}@media print{body,html{direction:rtl;margin:0;padding:0}}body,html{margin:0;display:flex;height:100%;width:100%}.react-pdf__Page__textContent{height:100%!important;width:100%!important}[type=radio]:checked:before{background-color:#007bda!important;border:2px solid #007bda!important}::-webkit-scrollbar{display:none;height:7px;width:7px}@media (min-width:480px){::-webkit-scrollbar{display:block}}::-webkit-scrollbar-track{--tw-shadow:inset 0 0 6px rgba(0,0,0,.3);--tw-shadow-colored:inset 0 0 6px var(--tw-shadow-color)}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{border-radius:10px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1));--tw-shadow:inset 0 0 6px rgba(0,0,0,.3);--tw-shadow-colored:inset 0 0 6px var(--tw-shadow-color)}body{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));font-family:var(--font-yekan);font-weight:400}body,body.scrollbar,body.scrollbar-thin{overflow-x:hidden}.captcha_container>div{display:flex;justify-content:center}input[type=checkbox]{margin:0!important;display:flex!important;height:1rem!important;max-height:1rem!important;min-height:1rem!important;width:1rem!important;min-width:1rem!important;max-width:1rem!important;--tw-translate-y:-0.075em!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important;cursor:pointer!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;place-content:center!important;align-items:center!important;justify-content:center!important;border-radius:.25rem!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important;padding:0!important;color:inherit!important;accent-color:#fff!important}input:checked,input[type=checkbox]{border-width:2px!important;border-style:solid!important;--tw-border-opacity:1!important;border-color:rgb(222 224 227/var(--tw-border-opacity,1))!important;--tw-bg-opacity:1!important;--tw-shadow:8px 6px 16px 0px #38567a1a!important;--tw-shadow-colored:8px 6px 16px 0px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}input:checked{background-color:rgb(84 103 255/var(--tw-bg-opacity,1))!important;accent-color:#5467ff!important}input[type=radio]{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}input::-moz-placeholder{text-align:right;font-family:var(--font-yekan);font-size:1.125rem;font-weight:400;font-style:normal;line-height:2rem;--tw-text-opacity:1;color:rgb(134 146 166/var(--tw-text-opacity,1))}input::placeholder{text-align:right;font-family:var(--font-yekan);font-size:1.125rem;font-weight:400;font-style:normal;line-height:2rem;--tw-text-opacity:1;color:rgb(134 146 166/var(--tw-text-opacity,1))}input{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}main{margin-left:.3em;margin-right:.3em}@media (min-width:576px){main{margin-left:.1em;margin-right:.1em}}.rmdp-container{display:block!important}.rmdp-container input{height:2.75rem!important;width:100%!important;border-radius:.625rem!important;border-width:2px!important;border-style:solid!important;--tw-border-opacity:1!important;border-color:rgb(222 224 227/var(--tw-border-opacity,1))!important;--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important;padding-left:.5rem!important;padding-right:3rem!important;text-align:right!important;font-family:var(--font-yekan)!important;font-size:1.125rem!important;font-weight:400!important;font-style:normal!important;line-height:2rem!important;--tw-text-opacity:1!important;color:rgb(23 43 61/var(--tw-text-opacity,1))!important;--tw-shadow:8px 6px 16px 0px rgba(32,62,181,.1)!important;--tw-shadow-colored:8px 6px 16px 0px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.rmdp-container input:after{--tw-content:none!important;content:var(--tw-content)!important}.rmdp-container input:focus{border-width:2px!important;border-style:solid!important;--tw-border-opacity:1!important;border-color:rgb(84 103 255/var(--tw-border-opacity,1))!important}.rmdp-container input:focus-visible{outline:2px solid transparent!important;outline-offset:2px!important}.rmdp-container input{background-image:url(/_next/static/media/arrow-down.8c97070f.svg);background-position:2%;background-repeat:no-repeat;-webkit-appearance:none;-moz-appearance:none;appearance:none}#default-date,.tether-target{margin-bottom:.5rem!important;margin-top:-1.25rem!important;width:100%!important}#default>:first-child{position:relative}#default>:first-child:before{position:absolute;right:1rem;top:.625rem;width:0;padding-left:2rem;--tw-content:url(/_next/static/media/Cake.69b58142.svg);content:var(--tw-content)}#default-date:before{background:url(/_next/static/media/Calender.5cea0663.svg) no-repeat scroll 0 0!important;content:"";padding-left:30px;position:relative;top:2.2rem}.progress-bar>div{width:4em}.card{box-shadow:0 5px 10px rgba(90,116,148,.3);background-color:#d5e8f7;border-radius:8px;font-size:13px;font-weight:500;letter-spacing:.3px;color:#475f7b;overflow:hidden}textarea{resize:none}.day_title{position:sticky;top:3.5rem;z-index:10;width:100%;text-align:center;font-weight:500}@media (min-width:768px){.day_title{top:4rem}}@media print{.daily_title,.day_title{position:unset!important;margin-bottom:.5rem}}.landscape-message,input[type=file]{display:none}@media only screen and (min-device-width:576px) and (max-height:442px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1){.layout-container{display:none!important}.landscape-message svg{margin-bottom:1rem;height:auto;width:15rem}.landscape-message{margin-top:.75rem;display:flex;flex-direction:column;align-items:center}}.vjs-control-bar,.vjs-progress-holder{direction:ltr!important}.icon-gear{font-size:18px;height:100%}.vjs-quality-selector{display:inline-block}@media (min-width:768px){.md\:mr-40{margin-right:10rem!important}.md\:mr-80{margin-right:20rem!important}.md\:w-32{width:8rem!important}.md\:px-12{padding-left:3rem!important;padding-right:3rem!important}}@media (min-width:1440px){.xxl\:w-28{width:7rem!important}.xxl\:min-w-\[1120px\]{min-width:1120px!important}}@font-face{font-family:medad-1402-08-20;src:url(/_next/static/media/medad-1402-08-20.75b412cc.eot);src:url(/_next/static/media/medad-1402-08-20.75b412cc.eot#iefix) format("embedded-opentype"),url(/_next/static/media/medad-1402-08-20.44179df1.woff2) format("woff2"),url(/_next/static/media/medad-1402-08-20.596fe6f4.woff) format("woff"),url(/_next/static/media/medad-1402-08-20.53e11b11.ttf) format("truetype"),url(/_next/static/media/medad-1402-08-20.79967a29.svg#medad-1402-08-20) format("svg");font-weight:400;font-style:normal}[class*=" icon-"]:before,[class^=icon-]:before{font-family:medad-1402-08-20;font-style:normal;font-weight:400;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-angle-right:before{content:"\e800"}.icon-check-1:before{content:"\e801"}.icon-cancel:before{content:"\e802"}.icon-down-open:before{content:"\e803"}.icon-left-open:before{content:"\e804"}.icon-address-book:before{content:"\e805"}.icon-address-card:before{content:"\e806"}.icon-right-open:before{content:"\e807"}.icon-airplay:before{content:"\e808"}.icon-alarm-clock:before{content:"\e809"}.icon-up-open:before{content:"\e80a"}.icon-heart-1:before{content:"\e80b"}.icon-star-1:before{content:"\e80c"}.icon-thumbs-up-1:before{content:"\e80d"}.icon-thumbs-down-1:before{content:"\e80e"}.icon-thumbs-up-2:before{content:"\e80f"}.icon-thumbs-down-2:before{content:"\e810"}.icon-plus:before{content:"\e811"}.icon-clock-1:before{content:"\e812"}.icon-layout:before{content:"\e813"}.icon-plus-1:before{content:"\e814"}.icon-zoom-out:before{content:"\e815"}.icon-align-center:before{content:"\e816"}.icon-align-justify:before{content:"\e817"}.icon-align-left:before{content:"\e818"}.icon-align-right:before{content:"\e819"}.icon-align-slash:before{content:"\e81a"}.icon-zoom-in:before{content:"\e81b"}.icon-clock-2:before{content:"\e81c"}.icon-volume-up:before{content:"\e81d"}.icon-volume-down:before{content:"\e81e"}.icon-volume-off:before{content:"\e81f"}.icon-calendar-2:before{content:"\e820"}.icon-bookmark-2:before{content:"\e821"}.icon-eye-off:before{content:"\e822"}.icon-eye:before{content:"\e823"}.icon-doc:before{content:"\e824"}.icon-download-1:before{content:"\e825"}.icon-angle-down:before{content:"\e826"}.icon-angle-left:before{content:"\e827"}.icon-download-2:before{content:"\e828"}.icon-angles-down:before{content:"\e829"}.icon-angles-left:before{content:"\e82a"}.icon-download-cloud:before{content:"\e82b"}.icon-download-3:before{content:"\e82c"}.icon-arrow-down:before{content:"\e82d"}.icon-th-list:before{content:"\e82e"}.icon-th:before{content:"\e82f"}.icon-arrow-down-arrow-up:before{content:"\e830"}.icon-arrow-down-a-z:before{content:"\e831"}.icon-arrow-down-big-small:before{content:"\e832"}.icon-arrow-down-from-dotted-line:before{content:"\e833"}.icon-arrow-down-from-line:before{content:"\e834"}.icon-angles-right:before{content:"\e835"}.icon-angles-up:before{content:"\e836"}.icon-angle-up:before{content:"\e837"}.icon-spin5:before{content:"\e838"}.icon-spin6:before{content:"\e839"}.icon-th-large:before{content:"\e83a"}.icon-mail:before{content:"\e83b"}.icon-pin:before{content:"\e83c"}.icon-arrow-down-short-wide:before{content:"\e83d"}.icon-arrow-down-small-big:before{content:"\e83e"}.icon-attach:before{content:"\e83f"}.icon-arrow-down-to-arc:before{content:"\e840"}.icon-arrow-down-to-bracket:before{content:"\e841"}.icon-thumbs-up-3:before{content:"\e842"}.icon-arrow-down-to-line:before{content:"\e843"}.icon-arrow-down-to-square:before{content:"\e844"}.icon-thumbs-down-3:before{content:"\e845"}.icon-edit:before{content:"\e846"}.icon-bell-2:before{content:"\e847"}.icon-arrow-down-wide-short:before{content:"\e848"}.icon-arrow-down-z-a:before{content:"\e849"}.icon-arrow-left:before{content:"\e84a"}.icon-arrow-down-from-dotted-line-1:before{content:"\e84b"}.icon-arrow-down-left-and-arrow-up-right-to-center:before{content:"\e84c"}.icon-arrow-down-left:before{content:"\e84d"}.icon-arrow-down-long:before{content:"\e84e"}.icon-arrow-down-right:before{content:"\e84f"}.icon-arrow-left-long:before{content:"\e850"}.icon-arrow-left-long-to-line:before{content:"\e851"}.icon-arrow-left-to-line:before{content:"\e852"}.icon-arrow-pointer:before{content:"\e853"}.icon-arrow-right:before{content:"\e854"}.icon-arrow-right-arrow-left:before{content:"\e855"}.icon-trash-empty:before{content:"\e856"}.icon-arrow-right-from-bracket:before{content:"\e857"}.icon-arrow-right-from-line:before{content:"\e858"}.icon-arrow-right-long:before{content:"\e859"}.icon-arrow-right-long-to-line:before{content:"\e85a"}.icon-login-1:before{content:"\e85b"}.icon-arrow-right-to-bracket:before{content:"\e85c"}.icon-logout:before{content:"\e85d"}.icon-arrow-right-to-line:before{content:"\e85e"}.icon-arrow-rotate-left:before{content:"\e85f"}.icon-arrow-rotate-right:before{content:"\e860"}.icon-arrow-left-from-line:before{content:"\e861"}.icon-list:before{content:"\e862"}.icon-check-2:before{content:"\e863"}.icon-floppy:before{content:"\e864"}.icon-arrows-left-right:before{content:"\e865"}.icon-logout-1:before{content:"\e866"}.icon-arrows-maximize:before{content:"\e867"}.icon-arrows-minimize:before{content:"\e868"}.icon-arrows-repeat:before{content:"\e869"}.icon-arrows-repeat-1:before{content:"\e86a"}.icon-arrows-retweet:before{content:"\e86b"}.icon-arrows-rotate:before{content:"\e86c"}.icon-login-2:before{content:"\e86d"}.icon-calendar-3:before{content:"\e86e"}.icon-tools:before{content:"\e86f"}.icon-down-1:before{content:"\e870"}.icon-popup:before{content:"\e871"}.icon-arrows-cross:before{content:"\e872"}.icon-hourglass-5:before{content:"\e873"}.icon-spin3:before{content:"\e874"}.icon-ccw:before{content:"\e875"}.icon-cw:before{content:"\e876"}.icon-arrows-up-down:before{content:"\e877"}.icon-arrows-up-down-left-right:before{content:"\e878"}.icon-arrows-ccw:before{content:"\e879"}.icon-th-list-1:before{content:"\e87a"}.icon-th-list-outline:before{content:"\e87b"}.icon-th-large-1:before{content:"\e87c"}.icon-th-large-outline:before{content:"\e87d"}.icon-th-1:before{content:"\e87e"}.icon-th-outline:before{content:"\e87f"}.icon-user-outline:before{content:"\e880"}.icon-user-1:before{content:"\e881"}.icon-cancel-circled-outline:before{content:"\e882"}.icon-pin-outline:before{content:"\e883"}.icon-pin-1:before{content:"\e884"}.icon-lock-1:before{content:"\e885"}.icon-eye-outline:before{content:"\e886"}.icon-warning-empty:before{content:"\e887"}.icon-attention:before{content:"\e888"}.icon-vcard:before{content:"\e889"}.icon-direction-outline:before{content:"\e88a"}.icon-direction-1:before{content:"\e88b"}.icon-arrow-up-long:before{content:"\e88c"}.icon-arrow-up-right:before{content:"\e88d"}.icon-arrow-up-right-and-arrow-down-left-from-center:before{content:"\e88e"}.icon-doc-1:before{content:"\e88f"}.icon-arrow-up-right-from-square:before{content:"\e890"}.icon-calendar-outlilne:before{content:"\e891"}.icon-lock-open-empty:before{content:"\e892"}.icon-lock-empty:before{content:"\e893"}.icon-user-2:before{content:"\e894"}.icon-upload-cloud:before{content:"\e895"}.icon-arrow-up-from-bracket:before{content:"\e896"}.icon-clock-3:before{content:"\e897"}.icon-list-1:before{content:"\e898"}.icon-arrow-up-from-line:before{content:"\e899"}.icon-arrow-up-from-square:before{content:"\e89a"}.icon-th-2:before{content:"\e89b"}.icon-pencil-alt:before{content:"\e89c"}.icon-zoom-out-1:before{content:"\e89d"}.icon-zoom-in-1:before{content:"\e89e"}.icon-clock-alt:before{content:"\e89f"}.icon-calendar-alt:before{content:"\e8a0"}.icon-grid-1:before{content:"\e8a1"}.icon-chart:before{content:"\e8a2"}.icon-chart-bar:before{content:"\e8a3"}.icon-chart-pie:before{content:"\e8a4"}.icon-help-circled-alt:before{content:"\e8a5"}.icon-attention-alt:before{content:"\e8a6"}.icon-hourglass-6:before{content:"\e8a7"}.icon-clock-4:before{content:"\e8a8"}.icon-ok-circled2:before{content:"\e8a9"}.icon-th-list-2:before{content:"\e8aa"}.icon-th-3:before{content:"\e8ab"}.icon-th-large-2:before{content:"\e8ac"}.icon-bookmark-empty-1:before{content:"\e8ad"}.icon-bookmark-3:before{content:"\e8ae"}.icon-backward:before{content:"\e8af"}.icon-backward-fast:before{content:"\e8b0"}.icon-backward-step:before{content:"\e8b1"}.icon-download-alt:before{content:"\e8b2"}.icon-clock-5:before{content:"\e8b3"}.icon-list-2:before{content:"\e8b4"}.icon-th-large-3:before{content:"\e8b5"}.icon-arrow-up-to-line:before{content:"\e8b6"}.icon-th-4:before{content:"\e8b7"}.icon-th-list-3:before{content:"\e8b8"}.icon-lock-3:before{content:"\e8b9"}.icon-lock-open-2:before{content:"\e8ba"}.icon-list-numbered:before{content:"\e8bb"}.icon-list-3:before{content:"\e8bc"}.icon-stop:before{content:"\e8bd"}.icon-ballot:before{content:"\e8be"}.icon-ballot-check:before{content:"\e8bf"}.icon-bell-3:before{content:"\e8c0"}.icon-cd:before{content:"\e8c1"}.icon-ok-1:before{content:"\e8c2"}.icon-pencil-1:before{content:"\e8c3"}.icon-check-3:before{content:"\e8c4"}.icon-ok-circle:before{content:"\e8c5"}.icon-th-list-4:before{content:"\e8c6"}.icon-stop-1:before{content:"\e8c7"}.icon-check-4:before{content:"\e8c8"}.icon-edit-1:before{content:"\e8c9"}.icon-pencil-circled:before{content:"\e8ca"}.icon-bell:before{content:"\e8ea"}.icon-bell-exclamation:before{content:"\e8ec"}.icon-bell-on:before{content:"\e8ed"}.icon-bars:before{content:"\e8f0"}.icon-bars-filter:before{content:"\e8f1"}.icon-bars-sort:before{content:"\e8f3"}.icon-bars-staggered:before{content:"\e8f4"}.icon-bookmark:before{content:"\e8f6"}.icon-bell-exclamation-1:before{content:"\e8f8"}.icon-bell-plus:before{content:"\e8f9"}.icon-bells:before{content:"\e8fa"}.icon-bell-school:before{content:"\e8fb"}.icon-bell-school-slash:before{content:"\e8fc"}.icon-bell-slash:before{content:"\e8fd"}.icon-book:before{content:"\e921"}.icon-book-arrow-right:before{content:"\e922"}.icon-book-arrow-up:before{content:"\e923"}.icon-book-blank:before{content:"\e925"}.icon-book-bible:before{content:"\e926"}.icon-book-bookmark:before{content:"\e927"}.icon-book-copy:before{content:"\e92a"}.icon-book-font:before{content:"\e92b"}.icon-bookmark-slash:before{content:"\e92e"}.icon-box-heart:before{content:"\e92f"}.icon-book-medical:before{content:"\e930"}.icon-book-open:before{content:"\e931"}.icon-book-open-cover:before{content:"\e932"}.icon-book-open-reader:before{content:"\e933"}.icon-books:before{content:"\e935"}.icon-book-sparkles:before{content:"\e939"}.icon-book-user:before{content:"\e93b"}.icon-box:before{content:"\e95c"}.icon-box-archive:before{content:"\e95d"}.icon-box-ballot:before{content:"\e95e"}.icon-box-check:before{content:"\e95f"}.icon-calendar-heart:before{content:"\e99a"}.icon-calendar-image:before{content:"\e99b"}.icon-calendar-lines:before{content:"\e99c"}.icon-calendar-lines-pen:before{content:"\e99d"}.icon-calendar-minus:before{content:"\e99e"}.icon-calendar-pen:before{content:"\e99f"}.icon-calendar:before{content:"\e9c4"}.icon-calendar-circle-minus:before{content:"\e9c7"}.icon-calendar-check:before{content:"\e9c8"}.icon-calendar-circle-exclamation:before{content:"\e9c9"}.icon-calendar-circle-plus:before{content:"\e9ca"}.icon-calendar-clock:before{content:"\e9cc"}.icon-calendar-day:before{content:"\e9cd"}.icon-calendar-days:before{content:"\e9ce"}.icon-caret-down:before{content:"\e9e9"}.icon-caret-left:before{content:"\e9ea"}.icon-caret-right:before{content:"\e9eb"}.icon-caret-up:before{content:"\e9ec"}.icon-calendar-plus:before{content:"\e9f3"}.icon-calendar-star:before{content:"\e9f6"}.icon-calendar-week:before{content:"\e9f7"}.icon-camcorder:before{content:"\e9f9"}.icon-angle-2:before{content:"\ea1b"}.icon-angle-down-1:before{content:"\ea1c"}.icon-angle-left-1:before{content:"\ea1d"}.icon-angle-right-1:before{content:"\ea1e"}.icon-angles-down-1:before{content:"\ea1f"}.icon-angles-left-1:before{content:"\ea20"}.icon-angles-right-1:before{content:"\ea21"}.icon-angles-up-1:before{content:"\ea22"}.icon-angle-up-1:before{content:"\ea23"}.icon-address-book-1:before{content:"\ea2b"}.icon-address-card-1:before{content:"\ea2c"}.icon-air-conditioner-1:before{content:"\ea2d"}.icon-airplay-1:before{content:"\ea2e"}.icon-alarm-clock-1:before{content:"\ea2f"}.icon-alarm-exclamation-1:before{content:"\ea30"}.icon-alarm-plus-1:before{content:"\ea31"}.icon-alarm-snooze-1:before{content:"\ea32"}.icon-album-1:before{content:"\ea33"}.icon-album-circle-plus-1:before{content:"\ea34"}.icon-album-circle-user-1:before{content:"\ea35"}.icon-arrow-left-from-line-1:before{content:"\ea36"}.icon-arrow-left-long-1:before{content:"\ea37"}.icon-arrow-left-long-to-line-1:before{content:"\ea38"}.icon-apple-core-1:before{content:"\ea3d"}.icon-arrow-down-1:before{content:"\ea40"}.icon-arrow-down-1-1:before{content:"\ea41"}.icon-arrow-down-9-2:before{content:"\ea42"}.icon-arrow-down-arrow-up-1:before{content:"\ea43"}.icon-arrow-down-a-z-1:before{content:"\ea44"}.icon-arrow-down-big-small-1:before{content:"\ea45"}.icon-arrow-down-from-dotted-line-2:before{content:"\ea46"}.icon-arrow-down-from-line-1:before{content:"\ea47"}.icon-arrow-down-left-1:before{content:"\ea48"}.icon-arrow-down-left-and-arrow-up-right-to-center-1:before{content:"\ea49"}.icon-arrow-down-long-1:before{content:"\ea4a"}.icon-arrow-down-right-1:before{content:"\ea4b"}.icon-arrow-down-short-wide-1:before{content:"\ea4c"}.icon-arrow-down-small-big-1:before{content:"\ea4d"}.icon-arrow-down-square-triangle-1:before{content:"\ea4f"}.icon-arrow-down-to-bracket-1:before{content:"\ea50"}.icon-arrow-down-to-dotted-line-1:before{content:"\ea51"}.icon-arrow-down-to-line-1:before{content:"\ea52"}.icon-arrow-down-to-square-1:before{content:"\ea53"}.icon-arrow-down-triangle-square-1:before{content:"\ea54"}.icon-arrow-down-up-across-line-1:before{content:"\ea55"}.icon-arrow-down-wide-short-1:before{content:"\ea57"}.icon-arrow-down-z-a-1:before{content:"\ea58"}.icon-arrow-left-1:before{content:"\ea59"}.icon-arrow-turn-down-1:before{content:"\ea5a"}.icon-arrow-turn-down-left-1:before{content:"\ea5b"}.icon-arrow-turn-down-right-1:before{content:"\ea5c"}.icon-arrow-left-to-line-1:before{content:"\ea5d"}.icon-arrow-pointer-1:before{content:"\ea5e"}.icon-arrow-right-1:before{content:"\ea5f"}.icon-arrow-right-arrow-left-1:before{content:"\ea60"}.icon-arrow-right-from-bracket-1:before{content:"\ea62"}.icon-arrow-right-from-line-1:before{content:"\ea63"}.icon-arrow-right-long-1:before{content:"\ea64"}.icon-arrow-right-long-to-line-1:before{content:"\ea65"}.icon-arrow-right-to-arc-1:before{content:"\ea66"}.icon-arrow-right-to-bracket-1:before{content:"\ea67"}.icon-arrow-right-to-city-1:before{content:"\ea68"}.icon-arrow-right-to-line-1:before{content:"\ea69"}.icon-arrow-rotate-left-1:before{content:"\ea6a"}.icon-arrow-rotate-right-1:before{content:"\ea6b"}.icon-arrows-cross-1:before{content:"\ea6c"}.icon-arrows-down-to-line-1:before{content:"\ea6d"}.icon-arrows-from-dotted-line-1:before{content:"\ea6f"}.icon-arrows-from-line-1:before{content:"\ea70"}.icon-arrows-left-right-1:before{content:"\ea71"}.icon-arrows-left-right-to-line-1:before{content:"\ea72"}.icon-arrows-maximize-1:before{content:"\ea73"}.icon-arrows-minimize-1:before{content:"\ea74"}.icon-arrows-repeat-3:before{content:"\ea75"}.icon-arrows-repeat-4:before{content:"\ea76"}.icon-arrows-retweet-1:before{content:"\ea77"}.icon-arrows-rotate-1:before{content:"\ea78"}.icon-arrows-split-up-and-left-2:before{content:"\ea7a"}.icon-arrows-to-circle-2:before{content:"\ea7b"}.icon-arrows-to-dotted-line-2:before{content:"\ea7c"}.icon-arrows-to-dot-1:before{content:"\ea7d"}.icon-arrows-to-eye-1:before{content:"\ea7e"}.icon-arrows-to-line-1:before{content:"\ea7f"}.icon-arrows-turn-right-1:before{content:"\ea80"}.icon-arrows-up-down-1:before{content:"\ea82"}.icon-arrows-up-down-left-right-1:before{content:"\ea83"}.icon-arrow-trend-down-1:before{content:"\ea85"}.icon-arrow-trend-up-1:before{content:"\ea86"}.icon-badge-1:before{content:"\ea8a"}.icon-badge-check-1:before{content:"\ea8b"}.icon-arrow-turn-up-1:before{content:"\ea8d"}.icon-arrow-up-1:before{content:"\ea8e"}.icon-arrow-up-arrow-down-1:before{content:"\ea91"}.icon-arrow-up-a-z-1:before{content:"\ea92"}.icon-arrow-up-big-small-1:before{content:"\ea93"}.icon-arrow-up-from-bracket-1:before{content:"\ea95"}.icon-arrow-up-from-dotted-line-1:before{content:"\ea96"}.icon-arrow-up-from-line-1:before{content:"\ea98"}.icon-arrow-up-from-square-1:before{content:"\ea99"}.icon-arrow-up-left-1:before{content:"\ea9c"}.icon-arrow-up-long-1:before{content:"\ea9d"}.icon-arrow-up-right-1:before{content:"\ea9e"}.icon-arrow-up-right-and-arrow-down-left-from-center-1:before{content:"\ea9f"}.icon-arrow-up-right-dots-1:before{content:"\eaa0"}.icon-arrow-up-right-from-square-1:before{content:"\eaa1"}.icon-arrow-up-short-wide-1:before{content:"\eaa2"}.icon-arrow-up-small-big-1:before{content:"\eaa3"}.icon-arrow-up-to-dotted-line-1:before{content:"\eaa5"}.icon-arrow-up-to-line-1:before{content:"\eaa6"}.icon-arrow-up-wide-short-1:before{content:"\eaa8"}.icon-arrow-up-z-a-1:before{content:"\eaa9"}.icon-audio-description-1:before{content:"\eaae"}.icon-award-1:before{content:"\eab2"}.icon-award-simple-1:before{content:"\eab3"}.icon-backward-1:before{content:"\eaba"}.icon-backward-fast-1:before{content:"\eabb"}.icon-backward-step-1:before{content:"\eabc"}.icon-bell-1:before{content:"\eaf8"}.icon-bell-concierge-1:before{content:"\eaf9"}.icon-bell-exclamation-2:before{content:"\eafa"}.icon-bell-on-1:before{content:"\eafb"}.icon-bell-plus-1:before{content:"\eafc"}.icon-bells-1:before{content:"\eafd"}.icon-bell-school-1:before{content:"\eafe"}.icon-bell-school-slash-1:before{content:"\eaff"}.icon-bell-slash-1:before{content:"\eb00"}.icon-book-1:before{content:"\eb23"}.icon-bookmark-1:before{content:"\eb30"}.icon-bookmark-slash-1:before{content:"\eb31"}.icon-bracket-curly-right-1:before{content:"\eb70"}.icon-bracket-round-1:before{content:"\eb71"}.icon-bracket-round-right-1:before{content:"\eb72"}.icon-bracket-square-1:before{content:"\eb74"}.icon-bracket-square-right-1:before{content:"\eb75"}.icon-brackets-round-1:before{content:"\eb76"}.icon-brackets-square-1:before{content:"\eb77"}.icon-calendar-1:before{content:"\eba1"}.icon-calendar-check-1:before{content:"\ebd5"}.icon-calendar-circle-exclamation-1:before{content:"\ebd6"}.icon-calendar-circle-minus-1:before{content:"\ebd7"}.icon-calendar-circle-plus-1:before{content:"\ebd8"}.icon-calendar-circle-user:before{content:"\ebd9"}.icon-calendar-clock-1:before{content:"\ebda"}.icon-calendar-day-1:before{content:"\ebdb"}.icon-calendar-days-1:before{content:"\ebdc"}.icon-calendar-exclamation:before{content:"\ebdd"}.icon-calendar-heart-1:before{content:"\ebde"}.icon-calendar-image-1:before{content:"\ebdf"}.icon-calendar-lines-1:before{content:"\ebe0"}.icon-calendar-lines-pen-1:before{content:"\ebe1"}.icon-calendar-minus-1:before{content:"\ebe2"}.icon-calendar-pen-1:before{content:"\ebe3"}.icon-calendar-plus-1:before{content:"\ebe4"}.icon-calendar-range:before{content:"\ebe5"}.icon-calendar-star-1:before{content:"\ebe7"}.icon-calendar-week-1:before{content:"\ebe8"}.icon-caret-down-1:before{content:"\ec01"}.icon-caret-left-1:before{content:"\ec02"}.icon-caret-right-1:before{content:"\ec03"}.icon-caret-up-1:before{content:"\ec04"}.icon-check:before{content:"\ec49"}.icon-circle-chevron-right:before{content:"\ec5a"}.icon-circle-chevron-up:before{content:"\ec5b"}.icon-circle-d:before{content:"\ec5c"}.icon-chevron-down:before{content:"\ec60"}.icon-chevron-left:before{content:"\ec61"}.icon-chevron-right:before{content:"\ec62"}.icon-chevrons-down:before{content:"\ec63"}.icon-chevrons-left:before{content:"\ec64"}.icon-chevrons-right:before{content:"\ec65"}.icon-chevrons-up:before{content:"\ec66"}.icon-chevron-up:before{content:"\ec67"}.icon-circle:before{content:"\ec71"}.icon-circle-arrow-down:before{content:"\ec7d"}.icon-circle-arrow-down-left:before{content:"\ec7e"}.icon-circle-arrow-down-right:before{content:"\ec7f"}.icon-circle-arrow-left:before{content:"\ec80"}.icon-circle-arrow-right:before{content:"\ec81"}.icon-circle-arrow-up:before{content:"\ec82"}.icon-circle-arrow-up-left:before{content:"\ec83"}.icon-circle-arrow-up-right:before{content:"\ec84"}.icon-circle-bookmark:before{content:"\ec87"}.icon-circle-calendar:before{content:"\ec8a"}.icon-circle-caret-down:before{content:"\ec8c"}.icon-circle-caret-left:before{content:"\ec8d"}.icon-circle-caret-right:before{content:"\ec8e"}.icon-circle-caret-up:before{content:"\ec8f"}.icon-circle-check:before{content:"\ec90"}.icon-circle-chevron-down:before{content:"\ec91"}.icon-circle-chevron-left:before{content:"\ec92"}.icon-circle-sort-up:before{content:"\ec93"}.icon-circle-star:before{content:"\ec94"}.icon-circle-down:before{content:"\ec9b"}.icon-circle-down-left:before{content:"\ec9c"}.icon-circle-down-right:before{content:"\ec9d"}.icon-circle-ellipsis:before{content:"\ec9f"}.icon-circle-ellipsis-vertical:before{content:"\eca0"}.icon-circle-exclamation:before{content:"\eca2"}.icon-circle-exclamation-check:before{content:"\eca3"}.icon-circle-heart:before{content:"\eca9"}.icon-circle-info:before{content:"\ecab"}.icon-circle-left:before{content:"\ecaf"}.icon-circle-microphone:before{content:"\ecb2"}.icon-circle-microphone-lines:before{content:"\ecb3"}.icon-circle-minus:before{content:"\ecb4"}.icon-circle-pause:before{content:"\ecbb"}.icon-circle-play:before{content:"\ecbf"}.icon-circle-plus:before{content:"\ecc0"}.icon-circle-quarters:before{content:"\ecc3"}.icon-circle-question:before{content:"\ecc4"}.icon-circle-right:before{content:"\ecc7"}.icon-circle-sort:before{content:"\ecca"}.icon-circle-sort-down:before{content:"\eccb"}.icon-clock-three:before{content:"\eccc"}.icon-clock-three-thirty:before{content:"\eccd"}.icon-clock-twelve:before{content:"\ecce"}.icon-circle-trash:before{content:"\ecd1"}.icon-circle-up:before{content:"\ecd3"}.icon-circle-up-right:before{content:"\ecd4"}.icon-circle-up-left:before{content:"\ecd5"}.icon-circle-user:before{content:"\ecd6"}.icon-circle-video:before{content:"\ecd8"}.icon-circle-waveform-lines:before{content:"\ecda"}.icon-circle-x:before{content:"\ecdb"}.icon-circle-xmark:before{content:"\ecdc"}.icon-clapperboard-play:before{content:"\ece3"}.icon-clock:before{content:"\ecee"}.icon-clock-eight:before{content:"\ecf0"}.icon-clock-eight-thirty:before{content:"\ecf1"}.icon-clock-eleven:before{content:"\ecf2"}.icon-clock-eleven-thirty:before{content:"\ecf3"}.icon-clock-five:before{content:"\ecf4"}.icon-clock-five-thirty:before{content:"\ecf5"}.icon-clock-four-thirty:before{content:"\ecf6"}.icon-clock-nine-thirty:before{content:"\ecf7"}.icon-clock-nine:before{content:"\ecf8"}.icon-clock-one-thirty:before{content:"\ecf9"}.icon-clock-one:before{content:"\ecfa"}.icon-clock-rotate-left:before{content:"\ecfb"}.icon-clock-seven:before{content:"\ecfc"}.icon-clock-seven-thirty:before{content:"\ecfd"}.icon-clock-six:before{content:"\ecfe"}.icon-clock-six-thirty:before{content:"\ecff"}.icon-clock-ten:before{content:"\ed00"}.icon-clock-ten-thirty:before{content:"\ed01"}.icon-clock-twelve-thirty:before{content:"\ed05"}.icon-clock-two:before{content:"\ed06"}.icon-clock-two-thirty:before{content:"\ed07"}.icon-comment:before{content:"\ed4b"}.icon-comments:before{content:"\ed61"}.icon-democrat:before{content:"\ed72"}.icon-desktop:before{content:"\ed73"}.icon-computer-mouse:before{content:"\ed75"}.icon-computer-mouse-scrollwheel:before{content:"\ed76"}.icon-door-closed:before{content:"\ede7"}.icon-door-open:before{content:"\ede8"}.icon-down:before{content:"\ede9"}.icon-down-from-dotted-line:before{content:"\edeb"}.icon-down-from-line:before{content:"\edec"}.icon-down-left:before{content:"\eded"}.icon-down-left-and-up-right-to-center:before{content:"\edee"}.icon-download:before{content:"\edef"}.icon-down-long:before{content:"\edf0"}.icon-down-right:before{content:"\edf1"}.icon-down-to-bracket:before{content:"\edf2"}.icon-down-to-dotted-line:before{content:"\edf3"}.icon-down-to-line:before{content:"\edf4"}.icon-ear-muffs:before{content:"\ee0f"}.icon-exclamation:before{content:"\ee19"}.icon-expand:before{content:"\ee1a"}.icon-expand-wide:before{content:"\ee1b"}.icon-explosion:before{content:"\ee1c"}.icon-eye-slash:before{content:"\ee23"}.icon-ellipsis:before{content:"\ee3b"}.icon-ellipsis-stroke:before{content:"\ee3c"}.icon-ellipsis-stroke-vertical:before{content:"\ee3d"}.icon-ellipsis-vertical:before{content:"\ee3e"}.icon-envelope:before{content:"\ee41"}.icon-envelope-circle-check:before{content:"\ee43"}.icon-envelope-open:before{content:"\ee45"}.icon-eraser:before{content:"\ee4b"}.icon-file-arrow-down:before{content:"\ee87"}.icon-file-arrow-up:before{content:"\ee88"}.icon-file-check:before{content:"\ee8f"}.icon-file-export:before{content:"\eed1"}.icon-file-import:before{content:"\eed4"}.icon-file-invoice:before{content:"\eed5"}.icon-file-invoice-dollar:before{content:"\eed6"}.icon-file-lines:before{content:"\eed7"}.icon-file-lock:before{content:"\eed8"}.icon-file-magnifying-glass:before{content:"\eed9"}.icon-file-medical:before{content:"\eeda"}.icon-file-minus:before{content:"\eedb"}.icon-file-music:before{content:"\eedc"}.icon-file-pdf:before{content:"\eedd"}.icon-file-pen:before{content:"\eede"}.icon-file-plus-minus:before{content:"\eedf"}.icon-file-plus:before{content:"\eee0"}.icon-file-powerpoint:before{content:"\eee1"}.icon-file-prescription:before{content:"\eee2"}.icon-files:before{content:"\eee3"}.icon-filter:before{content:"\eef6"}.icon-filter-circle-dollar:before{content:"\eef7"}.icon-filter-circle-xmark:before{content:"\eef8"}.icon-filter-list:before{content:"\eef9"}.icon-filters:before{content:"\eefa"}.icon-flag:before{content:"\ef0b"}.icon-flag-checkered:before{content:"\ef0c"}.icon-flag-pennant:before{content:"\ef0d"}.icon-flag-swallowtail:before{content:"\ef0e"}.icon-floppy-disk:before{content:"\ef17"}.icon-folder:before{content:"\ef25"}.icon-folder-medical:before{content:"\ef2f"}.icon-folder-open:before{content:"\ef32"}.icon-folder-plus:before{content:"\ef33"}.icon-folders:before{content:"\ef34"}.icon-font-awesome:before{content:"\ef3a"}.icon-forward:before{content:"\ef42"}.icon-forward-fast:before{content:"\ef43"}.icon-forward-step:before{content:"\ef45"}.icon-graduation-cap:before{content:"\ef5a"}.icon-gauge:before{content:"\ef62"}.icon-gauge-high:before{content:"\ef66"}.icon-gauge-low:before{content:"\ef67"}.icon-gauge-max:before{content:"\ef68"}.icon-gauge-min:before{content:"\ef69"}.icon-gauge-simple:before{content:"\ef6a"}.icon-gauge-simple-high:before{content:"\ef6b"}.icon-gauge-simple-low:before{content:"\ef6c"}.icon-gauge-simple-max:before{content:"\ef6d"}.icon-gauge-simple-min:before{content:"\ef6e"}.icon-gavel:before{content:"\ef6f"}.icon-gear:before{content:"\ef70"}.icon-gears:before{content:"\ef71"}.icon-grid:before{content:"\ef89"}.icon-grid-2:before{content:"\ef8a"}.icon-grid-2-plus:before{content:"\ef8b"}.icon-headphones:before{content:"\efee"}.icon-headphones-simple:before{content:"\efef"}.icon-headset:before{content:"\eff0"}.icon-heart:before{content:"\effb"}.icon-heart-circle-bolt:before{content:"\effc"}.icon-heart-circle-minus:before{content:"\efff"}.icon-heart-circle-plus:before{content:"\f000"}.icon-heart-circle-xmark:before{content:"\f001"}.icon-heart-crack:before{content:"\f002"}.icon-heart-half:before{content:"\f003"}.icon-heart-half-stroke:before{content:"\f004"}.icon-th-thumb:before{content:"\f00a"}.icon-th-thumb-empty:before{content:"\f00b"}.icon-high-definition:before{content:"\f016"}.icon-login:before{content:"\f02c"}.icon-download-4:before{content:"\f02e"}.icon-hourglass:before{content:"\f02f"}.icon-hourglass-clock:before{content:"\f030"}.icon-hourglass-end:before{content:"\f031"}.icon-hourglass-half:before{content:"\f032"}.icon-hourglass-start:before{content:"\f033"}.icon-house-blank:before{content:"\f034"}.icon-house:before{content:"\f035"}.icon-house-building:before{content:"\f036"}.icon-house-chimney:before{content:"\f037"}.icon-house-chimney-blank:before{content:"\f038"}.icon-doc-2:before{content:"\f04a"}.icon-i:before{content:"\f05d"}.icon-id-badge:before{content:"\f063"}.icon-id-card:before{content:"\f064"}.icon-id-card-clip:before{content:"\f065"}.icon-image:before{content:"\f067"}.icon-image-landscape:before{content:"\f068"}.icon-image-polaroid:before{content:"\f069"}.icon-image-polaroid-user:before{content:"\f06a"}.icon-image-portrait:before{content:"\f06b"}.icon-ok-circled:before{content:"\f06d"}.icon-images-user:before{content:"\f06e"}.icon-image-user:before{content:"\f06f"}.icon-inbox-in:before{content:"\f073"}.icon-inbox-out:before{content:"\f074"}.icon-indent:before{content:"\f075"}.icon-pen-field:before{content:"\f080"}.icon-pen-line:before{content:"\f081"}.icon-info-circled-alt:before{content:"\f086"}.icon-check-empty:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-docs:before{content:"\f0c5"}.icon-blank:before{content:"\f0c8"}.icon-menu:before{content:"\f0c9"}.icon-link:before{content:"\f0e1"}.icon-link-horizontal:before{content:"\f0e2"}.icon-link-horizontal-slash:before{content:"\f0e3"}.icon-link-simple:before{content:"\f0e4"}.icon-link-simple-slash:before{content:"\f0e5"}.icon-link-slash:before{content:"\f0e6"}.icon-doc-text:before{content:"\f0f6"}.icon-lock:before{content:"\f105"}.icon-lock-keyhole:before{content:"\f108"}.icon-lock-open:before{content:"\f10a"}.icon-circle-1:before{content:"\f111"}.icon-magnifying-glass:before{content:"\f114"}.icon-magnifying-glass-minus:before{content:"\f119"}.icon-magnifying-glass-plus:before{content:"\f11a"}.icon-map:before{content:"\f121"}.icon-map-location:before{content:"\f122"}.icon-map-location-dot:before{content:"\f123"}.icon-direction:before{content:"\f124"}.icon-calendar-empty:before{content:"\f133"}.icon-ok-squared:before{content:"\f14a"}.icon-message-lines:before{content:"\f151"}.icon-message-medical:before{content:"\f152"}.icon-message-middle:before{content:"\f153"}.icon-message-middle-top:before{content:"\f154"}.icon-message-minus:before{content:"\f155"}.icon-message-music:before{content:"\f156"}.icon-message-pen:before{content:"\f157"}.icon-message-plus:before{content:"\f158"}.icon-messages:before{content:"\f15b"}.icon-messages-dollar:before{content:"\f15c"}.icon-thumbs-up-alt:before{content:"\f164"}.icon-thumbs-down-alt:before{content:"\f165"}.icon-microphone:before{content:"\f16a"}.icon-microphone-lines:before{content:"\f16b"}.icon-microphone-lines-slash:before{content:"\f16c"}.icon-microphone-slash:before{content:"\f16d"}.icon-mobile:before{content:"\f176"}.icon-mobile-button:before{content:"\f177"}.icon-mobile-notch:before{content:"\f178"}.icon-dot-circled:before{content:"\f192"}.icon-paperclip-vertical:before{content:"\f200"}.icon-chart-line:before{content:"\f201"}.icon-pen:before{content:"\f216"}.icon-pencil:before{content:"\f217"}.icon-pen-clip:before{content:"\f21a"}.icon-pen-to-square:before{content:"\f226"}.icon-sticky-note:before{content:"\f249"}.icon-sticky-note-o:before{content:"\f24a"}.icon-clone:before{content:"\f24d"}.icon-hourglass-o:before{content:"\f250"}.icon-hourglass-4:before{content:"\f251"}.icon-hourglass-2:before{content:"\f252"}.icon-hourglass-3:before{content:"\f253"}.icon-hourglass-1:before{content:"\f254"}.icon-map-pin:before{content:"\f276"}.icon-phone:before{content:"\f279"}.icon-phone-slash:before{content:"\f284"}.icon-phone-volume:before{content:"\f285"}.icon-play:before{content:"\f2b0"}.icon-play-pause:before{content:"\f2b1"}.icon-envelope-open-o:before{content:"\f2b7"}.icon-address-card-o:before{content:"\f2bc"}.icon-user-circle:before{content:"\f2bd"}.icon-user-circle-o:before{content:"\f2be"}.icon-user-o:before{content:"\f2c0"}.icon-id-card-o:before{content:"\f2c3"}.icon-presentation-screen:before{content:"\f2cf"}.icon-rectangle-history:before{content:"\f2f6"}.icon-repeat:before{content:"\f305"}.icon-repeat-1:before{content:"\f306"}.icon-right:before{content:"\f310"}.icon-right-from-bracket:before{content:"\f311"}.icon-right-from-line:before{content:"\f312"}.icon-right-left:before{content:"\f313"}.icon-right-long:before{content:"\f314"}.icon-right-long-to-line:before{content:"\f315"}.icon-right-to-bracket:before{content:"\f316"}.icon-right-to-line:before{content:"\f317"}.icon-rotate:before{content:"\f328"}.icon-rotate-exclamation:before{content:"\f329"}.icon-rotate-left:before{content:"\f32a"}.icon-rotate-right:before{content:"\f32b"}.icon-screen-users:before{content:"\f35c"}.icon-semicolon:before{content:"\f36d"}.icon-share-nodes:before{content:"\f37a"}.icon-sliders:before{content:"\f3ca"}.icon-sliders-simple:before{content:"\f3cb"}.icon-sliders-up:before{content:"\f3cc"}.icon-square-arrow-down:before{content:"\f406"}.icon-square-arrow-down-left:before{content:"\f407"}.icon-square-arrow-down-right:before{content:"\f408"}.icon-square-arrow-left:before{content:"\f409"}.icon-square-arrow-right:before{content:"\f40a"}.icon-square-arrow-up:before{content:"\f40b"}.icon-square-arrow-up-left:before{content:"\f40c"}.icon-square-arrow-up-right:before{content:"\f40d"}.icon-square-b:before{content:"\f40e"}.icon-square-bolt:before{content:"\f40f"}.icon-square-c:before{content:"\f410"}.icon-square-caret-down:before{content:"\f411"}.icon-square-caret-left:before{content:"\f412"}.icon-square-caret-right:before{content:"\f413"}.icon-square-caret-up:before{content:"\f414"}.icon-square-check:before{content:"\f415"}.icon-square-chevron-down:before{content:"\f416"}.icon-square-chevron-left:before{content:"\f417"}.icon-square-chevron-right:before{content:"\f418"}.icon-square-chevron-up:before{content:"\f419"}.icon-standard-definition:before{content:"\f46b"}.icon-star:before{content:"\f46d"}.icon-star-half:before{content:"\f474"}.icon-star-half-stroke:before{content:"\f475"}.icon-star-sharp:before{content:"\f479"}.icon-star-sharp-half:before{content:"\f47a"}.icon-star-sharp-half-stroke:before{content:"\f47b"}.icon-stopwatch:before{content:"\f486"}.icon-tag:before{content:"\f4bd"}.icon-tags:before{content:"\f4be"}.icon-thumbs-down:before{content:"\f4ec"}.icon-thumbs-up:before{content:"\f4ed"}.icon-thumbtack:before{content:"\f4ee"}.icon-timer:before{content:"\f4f7"}.icon-lock-2:before{content:"\f512"}.icon-lock-open-1:before{content:"\f513"}.icon-trash:before{content:"\f530"}.icon-trash-can:before{content:"\f532"}.icon-triangle-exclamation:before{content:"\f54c"}.icon-trophy:before{content:"\f552"}.icon-tv:before{content:"\f578"}.icon-tv-music:before{content:"\f579"}.icon-unlock:before{content:"\f587"}.icon-unlock-keyhole:before{content:"\f588"}.icon-up:before{content:"\f589"}.icon-up-down:before{content:"\f58a"}.icon-up-down-left-right:before{content:"\f58b"}.icon-up-from-bracket:before{content:"\f58c"}.icon-up-from-dotted-line:before{content:"\f58d"}.icon-up-from-line:before{content:"\f58e"}.icon-up-left:before{content:"\f58f"}.icon-upload:before{content:"\f590"}.icon-up-long:before{content:"\f591"}.icon-up-right:before{content:"\f592"}.icon-up-right-and-down-left-from-center:before{content:"\f593"}.icon-up-right-from-square:before{content:"\f594"}.icon-up-to-dotted-line:before{content:"\f595"}.icon-up-to-line:before{content:"\f596"}.icon-user:before{content:"\f598"}.icon-user-check:before{content:"\f59c"}.icon-user-clock:before{content:"\f59e"}.icon-user-gear:before{content:"\f5a5"}.icon-user-group:before{content:"\f5a7"}.icon-user-hair:before{content:"\f5a9"}.icon-user-hair-buns:before{content:"\f5aa"}.icon-user-hair-long:before{content:"\f5ab"}.icon-user-hair-mullet:before{content:"\f5ac"}.icon-user-headset:before{content:"\f5ad"}.icon-user-helmet-safety:before{content:"\f5ae"}.icon-user-injured:before{content:"\f5af"}.icon-user-large:before{content:"\f5b0"}.icon-user-large-slash:before{content:"\f5b1"}.icon-user-lock:before{content:"\f5b2"}.icon-user-magnifying-glass:before{content:"\f5b3"}.icon-user-minus:before{content:"\f5b4"}.icon-user-music:before{content:"\f5b5"}.icon-user-pen:before{content:"\f5ba"}.icon-user-pilot:before{content:"\f5bb"}.icon-user-plus:before{content:"\f5bd"}.icon-users:before{content:"\f5c2"}.icon-users-between-lines:before{content:"\f5c3"}.icon-users-gear:before{content:"\f5c5"}.icon-user-slash:before{content:"\f5c8"}.icon-users-line:before{content:"\f5c9"}.icon-users-medical:before{content:"\f5ca"}.icon-users-rays:before{content:"\f5cb"}.icon-users-rectangle:before{content:"\f5cc"}.icon-users-slash:before{content:"\f5cd"}.icon-users-viewfinder:before{content:"\f5ce"}.icon-user-tag:before{content:"\f5cf"}.icon-user-tie:before{content:"\f5d0"}.icon-user-tie-hair:before{content:"\f5d1"}.icon-user-tie-hair-long:before{content:"\f5d2"}.icon-user-unlock:before{content:"\f5d3"}.icon-user-visor:before{content:"\f5d4"}.icon-user-vneck:before{content:"\f5d5"}.icon-user-vneck-hair:before{content:"\f5d6"}.icon-user-vneck-hair-long:before{content:"\f5d7"}.icon-user-xmark:before{content:"\f5d8"}.icon-db-shape:before{content:"\f600"}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}@font-face{font-family:__nazaninFont_c9424f;src:url(/_next/static/media/dccf153ec83fb9db-s.ttf) format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:__nazaninFont_Fallback_c9424f;src:local("Arial");ascent-override:65.58%;descent-override:34.42%;line-gap-override:0.00%;size-adjust:100.00%}.__className_c9424f{font-family:__nazaninFont_c9424f,__nazaninFont_Fallback_c9424f;font-weight:400;font-style:normal}.__variable_c9424f{--font-nazanin:"__nazaninFont_c9424f","__nazaninFont_Fallback_c9424f"}@font-face{font-family:__medadFont_34f202;src:url(/_next/static/media/2c9ae529a7c0d053-s.p.ttf) format("truetype");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:__medadFont_34f202;src:url(/_next/static/media/855d6ddf38f07f72-s.p.ttf) format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:__medadFont_34f202;src:url(/_next/static/media/12d92447317bdf12-s.p.ttf) format("truetype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:__medadFont_34f202;src:url(/_next/static/media/a1013fe70621ead2-s.p.ttf) format("truetype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:__medadFont_34f202;src:url(/_next/static/media/427d64039aae3822-s.p.ttf) format("truetype");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:__medadFont_Fallback_34f202;src:local("Arial");ascent-override:102.00%;descent-override:68.00%;line-gap-override:5.67%;size-adjust:88.23%}.__className_34f202{font-family:__medadFont_34f202,__medadFont_Fallback_34f202}.__variable_34f202{--font-yekan:"__medadFont_34f202","__medadFont_Fallback_34f202"}