.navbar{background-color:#fcfcfc;border-radius:20px;box-shadow:-8px -8px 32px hsla(103,5%,74%,.1),8px 8px 40px hsla(103,5%,74%,.07),inset 8px 8px 16px hsla(0,0%,93%,.1);box-sizing:border-box;margin-left:32px;padding:16px 24px;position:-webkit-sticky;position:sticky;top:8px;width:calc(100% - 64px);z-index:3}.navbar.rtl{margin:0 32px 0 0}@media screen and (max-width:768px){.navbar{margin-left:16px;padding:16px;width:calc(100% - 32px)}.navbar.rtl{margin:0 16px 0 0}}@media screen and (max-width:490px){.navbar{margin-left:4px;padding:8px 4px;width:calc(100% - 8px)}.navbar.rtl{margin:0 4px 0 0}}.navbar-header{align-items:center;display:flex;height:66px;justify-content:space-between}.navbar-header>a,.navbar-header>a>img{height:65px}.navbar-header>div{display:flex;gap:1.1vw}.navbar-header>button{align-items:center;background-color:#fcfcfc;border:1px solid #dbd8d1;border-radius:15px;box-sizing:border-box;display:none;height:48px;justify-content:center;padding:7px;width:48px}.navbar-header>button>img{height:70%;width:70%}@media screen and (max-width:950px){.navbar-header{flex-direction:row-reverse}.navbar-header.ltr>img{aspect-ratio:3.1/1;max-width:123px}.navbar-header>button{display:flex}}@media screen and (max-width:690px){.navbar-header{gap:16px}.navbar-header.ltr>img{aspect-ratio:3.1/1;max-width:97px}.navbar-header>div{flex-grow:1;gap:16px;justify-content:space-between}}@media screen and (max-width:490px){.navbar-header>a,.navbar-header>a>img{height:40px}.navbar-header.ltr>img{aspect-ratio:3.1/1;max-width:78px}.navbar-header>button{height:40px;width:40px}}@media screen and (max-width:425px){.navbar-header{gap:8px}}.search-box{align-items:center;background-color:#f1f6f9;border:1px solid #bcc1ba;border-radius:15px;box-sizing:border-box;display:flex;gap:8px;height:48px;padding:0 16px;width:400px}.search-box>img{cursor:pointer}.search-box>input{flex-grow:1}@media screen and (max-width:690px){.search-box{flex-grow:1;width:auto}}@media screen and (max-width:490px){.search-box{height:40px;max-width:calc(100vw - 112px);padding:0 8px}.search-box>svg{min-height:24px;min-width:24px}.search-box>input{width:calc(100% - 32px)}}.navbar-footer{align-items:center;display:flex;height:40px;justify-content:space-between;padding-top:16px;-webkit-transform-origin:top center;transform-origin:top center;transition:margin-bottom .3s}.navbar-footer.hidden{-webkit-animation:shrinkUp .3s forwards;animation:shrinkUp .3s forwards;margin-bottom:-46px;overflow:hidden}.navbar-footer.visible{-webkit-animation:growDown .3s forwards;animation:growDown .3s forwards;margin-bottom:0;overflow:visible}@media screen and (max-width:950px){.navbar-footer{-webkit-animation:none 0s ease 0s 1 normal none running!important;animation:none 0s ease 0s 1 normal none running!important;-webkit-animation:initial!important;animation:initial!important;background-color:#fff;box-shadow:-8px -8px 32px hsla(103,5%,74%,.1),8px 8px 40px hsla(103,5%,74%,.07),inset 8px 8px 16px hsla(0,0%,93%,.1);box-sizing:border-box;flex-direction:column-reverse;gap:24px;height:100vh;justify-content:flex-end;padding:32px 24px 0;position:fixed;right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:35vw;z-index:1}.navbar-footer.ltr{left:0;right:auto;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.navbar-footer.active{-webkit-transform:translateX(0);transform:translateX(0)}}@media screen and (max-width:768px){.navbar-footer{padding:24px 20px;width:50vw}}@media screen and (max-width:440px){.navbar-footer{padding:16px;width:60vw}}.navbar-menu-desktop{display:flex;gap:2.2vw}.navbar-menu-desktop a,.navbar-menu-desktop>div{align-items:center;cursor:pointer;display:flex;gap:8px;position:relative}.navbar-menu-desktop a>p,.navbar-menu-desktop>div>p{color:#000;transition:color .3s}.navbar-menu-desktop a>div,.navbar-menu-desktop>div>div{background-color:#fcfcfc;border-radius:0 0 20px 20px;box-shadow:0 4px 16px rgba(28,60,83,.1);display:none;flex-wrap:wrap;justify-content:space-between;overflow:hidden;position:absolute;top:100%;width:630px}.navbar-menu-desktop a>div>div,.navbar-menu-desktop>div>div>div{background-color:hsla(42,12%,84%,.5);height:calc(100% - 48px);left:315px;position:absolute;top:24px;width:1px}.navbar-menu-desktop a>div>a,.navbar-menu-desktop a>div>p,.navbar-menu-desktop>div>div>a,.navbar-menu-desktop>div>div>p{box-sizing:border-box;color:#25828f;height:50px;line-height:50px;padding:0 16px;position:relative;transition:background-color .3s;width:50%}.navbar-menu-desktop a>div>a:hover,.navbar-menu-desktop a>div>p:hover,.navbar-menu-desktop>div>div>a:hover,.navbar-menu-desktop>div>div>p:hover{background-color:#f1f6f9}.navbar-menu-desktop a>div>a:before,.navbar-menu-desktop a>div>p:before,.navbar-menu-desktop>div>div>a:before,.navbar-menu-desktop>div>div>p:before{background-color:hsla(42,12%,84%,.5);bottom:0;content:"";height:1px;left:16px;position:absolute;width:calc(100% - 32px)}.navbar-menu-desktop a>div>a:nth-last-child(2):before,.navbar-menu-desktop a>div>p:nth-last-child(2):before,.navbar-menu-desktop>div>div>a:nth-last-child(2):before,.navbar-menu-desktop>div>div>p:nth-last-child(2):before{height:0}.navbar-menu-desktop a:hover>svg path,.navbar-menu-desktop>div:hover>svg path{fill:#25828f}.navbar-menu-desktop a:hover>p,.navbar-menu-desktop>div:hover>p{color:#25828f}.navbar-menu-desktop a:hover>div,.navbar-menu-desktop>div:hover>div{display:flex}.navbar-menu-mobile{display:none;width:100%}@media screen and (max-width:1024px){.navbar-menu-desktop>a>div,.navbar-menu-desktop>div>div{width:500px}.navbar-menu-desktop>a>div>div,.navbar-menu-desktop>div>div>div{left:250px}.navbar-menu-desktop>a>div>p,.navbar-menu-desktop>div>div>p{font-size:14px;height:40px;line-height:40px}}@media screen and (max-width:950px){.navbar-menu-desktop{display:none}.navbar-menu-mobile{display:block}}.slide-menu-dropdown{margin-bottom:24px}.slide-menu-dropdown:last-child{margin-bottom:0}.slide-menu-dropdown>div:first-child{align-items:center;display:flex;justify-content:space-between}.slide-menu-dropdown>div:first-child>div{align-items:center;display:flex;gap:4px}.slide-menu-dropdown>div:first-child>div>p{color:#000;transition:color .3s}.slide-menu-dropdown>div:first-child>svg{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.slide-menu-dropdown.open>div:first-child>div>p{color:#25828f}.slide-menu-dropdown.open>div:first-child>div>svg path{fill:#25828f}.slide-menu-dropdown.open>div:first-child>svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.slide-menu-dropdown.open>div:first-child>svg path{fill:#fff100;stroke:#fff100}.slide-menu-dropdown .slide-menu-dropdown-link{color:#25828f;display:block;height:32px;line-height:32px}@media screen and (max-width:480px){.slide-menu-dropdown>div:first-child>div>svg{height:24px;width:24px}.slide-menu-dropdown>div:first-child>div>p{font-size:14px}.slide-menu-dropdown>div:first-child>svg{height:22px;width:22px}.slide-menu-dropdown-link{font-size:14px}}.user-section{align-items:center;display:flex;gap:24px}.user-section>*{cursor:pointer}.user-section>div{display:flex}.user-section>div:first-child{align-items:flex-end;gap:8px;position:relative}.user-section>div:first-child>p{color:#000;transition:color .3s}.user-section>div:first-child:hover>svg path{fill:#25828f}.user-section>div:first-child:hover>p{color:#25828f}.user-section>div:first-child>div{background:#fcfcfc;border-radius:0 0 15px 15px;box-shadow:inset 8px 8px 16px hsla(0,0%,93%,.1);box-sizing:border-box;-webkit-filter:drop-shadow(-8px -8px 32px hsla(103,5%,74%,.1)) drop-shadow(8px 8px 40px hsla(103,5%,74%,.07));filter:drop-shadow(-8px -8px 32px rgba(188,193,186,.1)) drop-shadow(8px 8px 40px rgba(188,193,186,.07));padding:0 16px;position:absolute;right:0;top:100%;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top center;transform-origin:top center;width:139px}.user-section>div:first-child>div.ltr{left:0}.user-section>div:first-child>div.active{-webkit-animation:growDown .3s forwards;animation:growDown .3s forwards}.user-section>div:first-child>div.inactive{-webkit-animation:shrinkUp .3s forwards;animation:shrinkUp .3s forwards}.user-section>div:first-child>div a,.user-section>div:first-child>div>div{align-items:center;border-bottom:1px solid #bcc1ba;box-sizing:border-box;display:flex;gap:8px;padding:8px 0}.user-section>div:first-child>div a:last-child,.user-section>div:first-child>div>div:last-child{border-bottom:none}.user-section>div:first-child>div a>svg,.user-section>div:first-child>div>div>svg{height:25px;width:20px}.user-section>div:first-child>div a>p,.user-section>div:first-child>div>div>p{color:#25828f;font-size:14px;transition:color .3s}.user-section>div:first-child>div a:hover>svg path,.user-section>div:first-child>div>div:hover>svg path{fill:#25828f}.user-section>div:first-child>div a:hover>p,.user-section>div:first-child>div>div:hover>p{color:#25828f}.user-section>div:last-child{align-items:center;gap:24px}.user-section>div:last-child a,.user-section>div:last-child button{align-items:center!important;background:none!important;border:none!important;display:flex!important;justify-content:center!important;outline:none!important;padding:0!important}.user-section>div:last-child button:hover path,.user-section>div:last-child>a:hover path{fill:#25828f!important;stroke:#25828f!important}@media screen and (max-width:950px){.user-section{flex-direction:column-reverse;width:100%}.user-section>div{width:100%}.user-section>div:first-child{flex-wrap:wrap;justify-content:flex-start}.user-section>div:first-child>div{-webkit-animation:none 0s ease 0s 1 normal none running;animation:none 0s ease 0s 1 normal none running;-webkit-animation:initial;animation:initial;height:0;overflow:hidden;position:static;-webkit-transform:scaleY(1);transform:scaleY(1);transition:height .3s;width:100%}.user-section>div:first-child>div.active{height:123px}.user-section>div:last-child{display:none}}@media screen and (max-width:768px){.user-section>div:first-child>img{height:27px;width:22px}}@media screen and (max-width:440px){.user-section>div:first-child>img{height:25px;width:20px}.user-section>div:first-child>p{font-size:14px}}.tab-navigator{align-items:center;background-color:#fcfcfc;border-radius:20px;bottom:8px;box-shadow:-8px -8px 32px hsla(103,5%,74%,.1),8px 8px 40px hsla(103,5%,74%,.07),inset 8px 8px 16px hsla(0,0%,93%,.1);display:none;height:48px;justify-content:space-evenly;left:2.2vw;position:fixed;width:calc(100% - 4.4vw)}.tab-navigator>div>a,.tab-navigator>div>button{align-items:center;background:transparent;border:none;display:flex;justify-content:center;outline:none}.tab-navigator>div>a.active>svg path,.tab-navigator>div>button.active>svg path{fill:#25828f;stroke:#25828f}.tab-navigator>a,.tab-navigator>button{align-items:center;background:transparent;border:none;display:flex;justify-content:center;outline:none}.tab-navigator>a.active>svg path,.tab-navigator>button.active>svg path{fill:#25828f;stroke:#25828f}@media screen and (max-width:950px){.tab-navigator{display:flex}}@media screen and (max-width:490px){.tab-navigator{left:8px;width:calc(100% - 16px)}}.footer{background-color:#fcfcfc;border-radius:20px;box-shadow:-8px -8px 32px hsla(103,5%,74%,.1),8px 8px 40px hsla(103,5%,74%,.07),inset 8px 8px 16px hsla(0,0%,93%,.1);margin:56px 0 24px 32px;width:calc(100% - 64px)}.footer.ltr{margin:56px 32px 24px 0}.footer>div:first-child{box-sizing:border-box;display:flex;gap:2%;padding:32px 4.4vw}.footer>div:last-child{background-color:#f1f6f9;border-radius:0 0 20px 20px;box-sizing:border-box;padding:16px 6% 32px}.footer>div:last-child>p:first-child{color:#25828f;font-weight:700;margin-bottom:8px}.footer>div:last-child>p:last-child{color:#000;font-size:12px}@media screen and (max-width:1080px){.footer>div:first-child{flex-direction:column;gap:24px;padding:32px 2.2%}}@media screen and (max-width:900px){.footer{margin:48px 0 24px 16px;width:calc(100% - 32px)}.footer.ltr{margin:56px 16px 24px 0}}@media screen and (max-width:490px){.footer{margin:32px 0 24px 4px;width:calc(100% - 8px)}.footer.ltr{margin:56px 4px 24px 0}.footer>div:first-child{gap:40px;padding:24px 4px}.footer>div:last-child{padding:16px}}.footer-right-section{flex-grow:1}.footer-right-section>img{margin-bottom:24px}.footer-right-section>div{display:flex;flex-wrap:wrap;gap:5px;justify-content:space-between}.footer-right-section>div>div>a{display:block}.footer-right-section>div>div:last-child>div>p,.footer-right-section>div>div>a,.footer-right-section>div>div>button,.footer-right-section>div>div>p{color:#25828f}.footer-right-section>div>div:first-child>a,.footer-right-section>div>div:first-child>button,.footer-right-section>div>div:last-child>div>p,.footer-right-section>div>div>p:first-child{font-weight:700}.footer-right-section>div>div:first-child>button{background:none;border:none;font-size:16px}.footer-right-section>div>div:nth-child(2)>a{font-size:14px}.footer-right-section>div>div:last-child>div>img,.footer-right-section>div>div:last-child>img{height:18px;width:18px}.footer-right-section>div>div:last-child>div{display:flex}.footer-right-section>div>div:last-child>div:nth-child(2){align-items:center;gap:12px;margin:8px 0 16px}.footer-right-section>div>div:last-child>div:last-child{align-items:center;gap:20px}@media screen and (max-width:1345px){.footer-right-section>div{gap:24px}}@media screen and (max-width:1080px){.footer-right-section>div{flex-wrap:wrap;justify-content:space-between}}@media screen and (max-width:480px){.footer-right-section>div{gap:32px}.footer-right-section>div>div:first-child>a{font-size:14px;margin-bottom:8px}.footer-right-section>div>div:first-child>a:last-child{margin-bottom:0}.footer-right-section>div>div:nth-child(2)>p{margin-bottom:8px}.footer-right-section>div>div:nth-child(2)>p:last-child{margin-bottom:0}.footer-right-section>div>div:last-child>div:nth-child(2){margin:18px 0}.footer-right-section>div>div:last-child>div:last-child>svg,.footer-right-section>div>div:last-child>div:nth-child(2)>svg{height:32px;width:32px}}.footer-left-section>div{display:flex}.footer-left-section>div:first-child{height:139px;margin-bottom:16px;width:455px}.footer-left-section>div:first-child>div:first-child,.footer-left-section>div:first-child>div:last-child{background-color:#f1f6f9;border-radius:15px;box-sizing:border-box;display:flex;flex-direction:column;padding:12px}.footer-left-section>div:first-child>div:first-child>div>p,.footer-left-section>div:first-child>div:first-child>p,.footer-left-section>div:first-child>div:last-child>div>p,.footer-left-section>div:first-child>div:last-child>p{color:#25828f}.footer-left-section>div:first-child>div:first-child{align-items:center;aspect-ratio:1/1;gap:16px;justify-content:center;min-width:30%}.footer-left-section>div:first-child>div:first-child>p:first-child{font-size:35px;font-weight:700}.footer-left-section>div:first-child>div:first-child>p:first-child.ltr{font-size:45px}.footer-left-section>div:first-child>div:first-child>p:last-child{font-size:12px;text-align:center}.footer-left-section>div:first-child>div:nth-child(2){align-self:center;border-left:1px dashed #869598;box-sizing:border-box;height:calc(100% - 24px);width:1px}.footer-left-section>div:first-child>div:last-child{flex-grow:1;justify-content:space-between}.footer-left-section>div:first-child>div:last-child>div>p{font-size:14px}.footer-left-section>div:first-child>div:last-child>div>p:last-child{cursor:pointer;font-weight:700}.footer-left-section>div:first-child>div:last-child>p{cursor:pointer;font-size:24px;font-weight:700}.footer-left-section>div:last-child{justify-content:flex-end}@media screen and (max-width:1080px){.footer-left-section{align-items:center;display:flex;flex-direction:column}.footer-left-section>div{max-width:455px;width:100%!important}.footer-left-section>div:last-child{display:flex;justify-content:space-evenly}}@media screen and (max-width:480px){.footer-left-section>div:first-child{margin-bottom:32px}}@media screen and (max-width:425px){.footer-left-section>div:first-child>div:first-child>p:first-child{font-size:20px}.footer-left-section>div:first-child>div:first-child>p:first-child.ltr{font-size:30px}.footer-left-section>div:first-child>div:last-child>div>p{font-size:12px}.footer-left-section>div:first-child>div:last-child>p{font-size:18px}}.enamad img{height:100px;width:100px}.home-title{color:#25828f;font-size:24px;font-weight:700}.home-title.m16{margin-bottom:16px}.home-title.m24{margin-bottom:24px}@media screen and (max-width:768px){.home-title{font-size:22px}}@media screen and (max-width:480px){.home-title{font-size:18px}}.product-and-site-suggestions-slider{box-sizing:border-box;margin-bottom:20px;padding-bottom:48px!important}.product-and-site-suggestions-slider .swiper-slide{width:auto}.product-and-site-suggestions-slider .swiper-pagination-bullet{background:none;border-radius:5px;box-sizing:border-box;height:10px;transition:background-color .3s;width:10px}.product-and-site-suggestions-slider .swiper-pagination-bullet-active{background-color:#25828f}.product-and-site-suggestions-slider.book .swiper-pagination-bullet,.product-and-site-suggestions-slider.journal .swiper-pagination-bullet{border:1px solid #25828f}.product-and-site-suggestions-slider.book .swiper-pagination-bullet-active,.product-and-site-suggestions-slider.journal .swiper-pagination-bullet-active{background-color:#25828f}.product-and-site-suggestions-slider.podcast .swiper-pagination-bullet{border:2px solid #fff100}.product-and-site-suggestions-slider.podcast .swiper-pagination-bullet-active{background-color:#fff100}.product-and-site-suggestions-slider.audio_book .swiper-pagination-bullet{border:1px solid #ff7f00}.product-and-site-suggestions-slider.audio_book .swiper-pagination-bullet-active{background-color:#ff7f00}@media screen and (max-width:768px){.product-and-site-suggestions-slider{margin-bottom:70px}}@media screen and (max-width:480px){.product-and-site-suggestions-slider{margin-bottom:48px}}.title-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.title-container>p:last-child{color:#869598;cursor:pointer;transition:color .3s}.title-container>p:last-child:hover{color:#25828f}.home-intro-slider{border-radius:16px;box-shadow:2px 2px 4px hsla(103,5%,74%,.5),inset 0 0 24px 4px rgba(28,60,83,.3);box-sizing:border-box;display:flex;height:250px;justify-content:space-evenly;margin-bottom:32px;overflow:hidden}.home-intro-slider .slider-image{height:100%;object-fit:cover;width:100%}@media screen and (min-width:400px){.home-intro-slider{height:350px}}@media screen and (min-width:568px){.home-intro-slider{height:400px}}@media screen and (min-width:612px){.home-intro-slider{height:450px}}@media screen and (min-width:768px){.home-intro-slider{height:auto}}.slider-button{align-items:center;background-color:#fcfcfc;border:none;display:flex;height:32px;justify-content:center;position:absolute;top:calc(50% - 16px);width:32px;z-index:1}.slider-button>svg{height:15px;width:15px}.slider-button.next{border-radius:15px 0 0 15px;right:0}.slider-button.next>svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.slider-button.previous{border-radius:0 15px 15px 0;left:0}.slider-button.previous>svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.slider-button:hover>svg path{fill:#fff100;stroke:#fff100}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;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")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;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{-webkit-transform-style:preserve-3d;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{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;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{-ms-overflow-style:none;overflow:auto;scrollbar-width: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{-webkit-margin-start:var(--swiper-centered-offset-before);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{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s;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{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-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 4px;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%;-webkit-transform:translateX(-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-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;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{height:4px;left:0;top:0;width:100%}.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{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.product{border:1px solid hsla(0,0%,93%,.3);border-radius:15px;box-shadow:0 0 16px hsla(42,12%,84%,.3),inset 0 0 16px hsla(42,12%,84%,.2);box-sizing:border-box;position:relative;transition:box-shadow .2s linear}.product>a{display:block;position:relative}.product>a>img{width:100%}.product>a>p:nth-child(2),.product>a>p:nth-child(3){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.product>a>p:nth-child(2){color:#25828f;font-weight:700}.product>a>p:nth-child(3){color:#000;font-size:12px;margin-top:4px}.product>.product-arrow-icon{bottom:16px;cursor:pointer;height:15px;left:16px;position:absolute;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:15px}.product>.product-arrow-icon svg{height:15px;width:15px}.product>p.price{color:#000;float:left;font-size:12px}.product>button.delete{font-size:14px;font-weight:400;height:32px;margin-top:4px;width:100%}.product>button.delete.read{background:#1c3c53;color:#fcfcfc}.product>button.delete.read:hover{border-color:#1c3c53}.product.electronic_book,.product.magazine{width:174px}.product.electronic_book>a,.product.magazine>a{height:248px}.product.electronic_book>a>img,.product.magazine>a>img{height:100%}.product.electronic_book .skeleton-img,.product.magazine .skeleton-img{height:248px!important}.product.audio_book,.product.podcast{width:208px}.product.audio_book>a>img,.product.podcast>a>img{height:192px}.product.audio_book .skeleton-img,.product.podcast .skeleton-img{height:192px!important;width:208px!important}.product.electronic_book .skeleton-img,.product.electronic_book>a>img,.product.electronic_book>a>p:nth-child(2),.product.magazine .skeleton-img,.product.magazine>a>img,.product.magazine>a>p:nth-child(2),.product.podcast .skeleton-img,.product.podcast>a>img,.product.podcast>a>p:nth-child(2){border-radius:10px}.product.audio_book>a:before{background-color:#fcfcfc;border-radius:15px;content:"";height:30px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:30px;z-index:1}.product.audio_book>a>img,.product.audio_book>a>p:nth-child(2){border-radius:50%;text-align:center}.product.audio_book>a>p:nth-child(2){font-size:16px;font-weight:700;padding-top:24px}.product.audio_book>a>p:nth-child(2)>span{font-size:12px;font-weight:400}.product.audio_book .skeleton-img:before{background-color:#fcfcfc;border-radius:15px;content:"";height:30px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:30px;z-index:1}.product.podcast>a>p:nth-child(2){font-size:16px}.product.for-shopping-cart>svg{display:none}.product:hover{box-shadow:0 20px 32px #dbd8d1!important}.product:hover>a>p:nth-child(2){opacity:1}.product:hover>svg path{fill:#fff100;stroke:#fff100}@media screen and (max-width:768px){.product{padding:6px}.product>a>p:nth-child(2){display:none}.product>a>p:nth-child(3){font-size:14px}.product>button.delete{height:24px}.product.electronic_book,.product.magazine{width:140px}.product.electronic_book>a,.product.magazine>a{height:190px}.product.electronic_book>a>img,.product.magazine>a>img{height:100%}.product.electronic_book .skeleton-img,.product.magazine .skeleton-img{height:190px!important}.product.audio_book,.product.podcast{width:160px}.product.audio_book>a>img,.product.podcast>a>img{height:148px}.product.audio_book .skeleton-img,.product.podcast .skeleton-img{height:148px!important;width:160px!important}.product.audio_book .skeleton-img:before,.product.audio_book>a:before{height:24px;width:24px}}@media screen and (max-width:480px){.product{border-radius:15px 15px 10px 10px;padding:4px}.product>a>img{border-radius:12px}.product>a>p:nth-child(3){font-size:12px}.product>a>p:nth-child(4),.product>p.price{font-size:10px}.product>button.delete{font-size:12px}.product.electronic_book,.product.magazine{width:112px}.product.electronic_book>a,.product.magazine>a{height:142px}.product.electronic_book>a>img,.product.magazine>a>img{height:100%}.product.electronic_book .skeleton-img,.product.magazine .skeleton-img{height:142px!important}.product.audio_book,.product.podcast{width:112px}.product.audio_book>a>img,.product.podcast>a>img{height:104px}.product.audio_book .skeleton-img,.product.podcast .skeleton-img{height:104px!important;width:112px!important}.product.audio_book .skeleton-img:before,.product.audio_book>a:before{height:18px;width:18px}}.site-suggestion{border-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;height:302px;justify-content:space-between;width:519px}.site-suggestion img{height:100%;width:100%}.site-suggestion p{font-weight:700}.site-suggestion>div:first-child>p{color:#fcfcfc;font-size:24px}.site-suggestion .site-suggestion-skeleton{border-radius:16px;height:302px!important;width:100%!important}@media screen and (max-width:950px){.site-suggestion{border-radius:15px;padding:12px 24px;width:350px}.site-suggestion>div:first-child>p{font-size:20px}}@media screen and (max-width:768px){.site-suggestion{border-radius:12px;height:180px;width:240px}.site-suggestion>div:first-child>p{font-size:16px}.site-suggestion>div:last-child>p{font-size:14px}.site-suggestion .site-suggestion-skeleton{border-radius:12px;height:180px!important;width:100%!important}}.about-us>p{color:#25828f}.about-us>p.header{font-weight:700;margin-bottom:8px;text-align:center}.about-us>p.content{font-size:14px;margin-bottom:24px}.contact-us .dropdown-menu{max-width:436px;width:100%}.contact-us .dropdown-menu .problem{height:32px}.contact-us>p:nth-child(2),.contact-us>p:nth-child(3){color:#000}.contact-us>p:nth-child(3){margin-bottom:24px}.contact-us>div{display:flex}.contact-us>div>div{box-sizing:border-box;width:50%}.contact-us>div>div:first-child>*{margin-bottom:16px}.contact-us>div>div:first-child>:last-child{margin-bottom:0}.contact-us>div>div:first-child>.phone-number-input,.contact-us>div>div:first-child>.text-input,.contact-us>div>div:first-child>textarea{max-width:436px}.contact-us>div>div:first-child>textarea{height:144px}.contact-us>div>div:first-child>img{aspect-ratio:3.2/1;max-width:306px;width:100%}.contact-us>div>div:first-child>div:last-child{display:flex;justify-content:space-between}.contact-us>div>div:first-child>div:last-child>button{font-size:18px;font-weight:700;height:50px;width:calc(50% - 4px)}.contact-us>div>div:last-child{padding-right:24px}@media screen and (max-width:900px){.contact-us{padding:24px}.contact-us>div{align-items:center;flex-direction:column;gap:24px}.contact-us>div>div{width:100%}.contact-us>div>div:last-child{padding-right:0}}@media screen and (max-width:480px){.contact-us{padding:16px}.contact-us>div>div:first-child>div:last-child>button{font-size:16px;height:40px}}.card{background-color:#fcfcfc;border:1px solid hsla(42,12%,84%,.5);border-radius:20px;box-shadow:-8px -8px 32px hsla(103,5%,74%,.1),8px 8px 40px hsla(103,5%,74%,.07),inset 8px 8px 16px hsla(0,0%,93%,.1);box-sizing:border-box;padding:32px}@media screen and (max-width:950px){.card{border-radius:16px;padding:24px}}@media screen and (max-width:768px){.card{border-radius:12px;padding:16px}}@media screen and (max-width:480px){.card{border-radius:8px;padding:8px}}.text-input{align-items:center;background-color:#fcfcfc;border:1px solid hsla(42,12%,84%,.5);border-radius:12px;box-sizing:border-box;display:flex;height:48px;position:relative;transition:border-color .3s}.text-input>input{box-sizing:border-box;color:#bcc1ba;font-size:16px;height:100%;outline:none;padding:0 24px;transition:color .3s;width:100%;z-index:1}.text-input>input:focus+label{font-size:12px;top:-11px}.text-input>input.ltr{direction:ltr}.text-input>label{background-color:#fcfcfc;border-radius:5px;box-sizing:border-box;color:#bcc1ba;padding:0 2px;position:absolute;right:24px;top:11px;transition:top .3s,color .3s,font-size .3s}.text-input .text-input-icons{-webkit-padding-end:12px;align-items:center;display:flex;gap:6px;height:24px;justify-content:center;padding-inline-end:12px;position:relative;z-index:1}.text-input .text-input-icons>div{align-items:center;cursor:pointer;display:flex;justify-content:center}.text-input .text-input-icons>div>svg{height:24px;width:24px}.text-input>p{bottom:-20px;color:red;font-size:12px;right:0}.text-input .text-input-error{position:absolute}.text-input.focused,.text-input:hover{border:1px solid hsla(190,8%,56%,.7)}.text-input.focused>input,.text-input.focused>label,.text-input:hover>input,.text-input:hover>label{color:#869598}.text-input.filled>label{font-size:12px;top:-11px}.text-input.ltr>label{left:24px;right:auto}.text-input.ltr>p{left:0;right:auto}.text-input.has-error{border-color:red}.text-input.disabled{border:1px solid hsla(42,12%,84%,.5);opacity:.7}.text-input.disabled>input{color:#bcc1ba;cursor:not-allowed}.text-input.disabled>label{color:#bcc1ba}.text-input .dropdown-items{background-color:#fcfcfc;border-radius:0 0 15px 15px;box-shadow:-8px -8px 32px hsla(103,5%,74%,.1),8px 8px 40px hsla(103,5%,74%,.07),inset 8px 8px 16px hsla(0,0%,93%,.1);box-sizing:border-box;cursor:pointer;left:0;max-height:171px;overflow:auto;padding:0 16px;position:absolute;top:calc(100% + 1px);-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top center;transform-origin:top center;width:100%;z-index:2}.text-input .dropdown-items.active{-webkit-animation:growDown .3s forwards;animation:growDown .3s forwards}.text-input .dropdown-items.inactive{-webkit-animation:shrinkUp .3s forwards;animation:shrinkUp .3s forwards}.text-input .dropdown-items>p{border-bottom:1px solid hsla(0,0%,93%,.4);box-sizing:border-box;color:#25828f;font-size:14px;height:38px;line-height:38px}@media screen and (max-width:480px){.text-input{height:40px}.text-input>input{font-size:14px}.text-input>input:focus+label{font-size:12px;top:-12px}.text-input>input.password{padding-left:48px}.text-input>label{font-size:14px;right:16px;top:8px}.text-input.filled>label{font-size:12px;top:-14px}}.phone-number-input{border:1px solid hsla(42,12%,84%,.5);border-radius:15px;box-sizing:border-box;display:flex;height:48px;position:relative;transition:border-color .3s,border-radius .3s}.phone-number-input>.dial-codes-dropdown-value-section,.phone-number-input>.text-input{border:none;height:100%}.phone-number-input>.dial-codes-dropdown-value-section.filled,.phone-number-input>.dial-codes-dropdown-value-section.focused,.phone-number-input>.dial-codes-dropdown-value-section:hover,.phone-number-input>.text-input.filled,.phone-number-input>.text-input.focused,.phone-number-input>.text-input:hover{border:none}.phone-number-input>.dial-codes-dropdown-value-section{border-radius:15px 0 0 15px;gap:4px}.phone-number-input>.dial-codes-dropdown-value-section>div>p{direction:ltr}.phone-number-input>.dial-codes-dropdown-value-section>svg{opacity:.5;transition:opacity .3s}.phone-number-input>.dial-codes-dropdown-value-section:hover>svg path{fill:#fff100;stroke:#fff100}.phone-number-input>.text-input{border-radius:0 15px 15px 0;flex-grow:1}.phone-number-input>.text-input:before{background-color:hsla(42,12%,84%,.5);content:"";height:calc(100% - 8px);left:0;position:absolute;top:4px;transition:background-color .3s;width:1px}.phone-number-input.rtl,.phone-number-input.rtl>.dial-codes-dropdown-value-section{flex-direction:row-reverse}.phone-number-input.focused,.phone-number-input:hover{border-color:rgba(81,105,117,.5)}.phone-number-input.focused>.dial-codes-dropdown-value-section>svg,.phone-number-input:hover>.dial-codes-dropdown-value-section>svg{opacity:1}.phone-number-input.focused>.dial-codes-dropdown-value-section>p,.phone-number-input:hover>.dial-codes-dropdown-value-section>p{color:#25828f}.phone-number-input.focused>.text-input:before,.phone-number-input:hover>.text-input:before{background-color:rgba(81,105,117,.5)}.phone-number-input.disabled{opacity:.7;pointer-events:none}.phone-number-input.open{border-radius:15px 15px 0 0}.dial-codes-dropdown-value-section{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;gap:4px;padding:0 8px}.dial-codes-dropdown-value-section>svg{height:23px;width:23px}.dial-codes-dropdown-value-section>p{color:#869598;direction:ltr;transition:color .3s}.dial-codes-dropdown-select-box{background-color:#fcfcfc;border:1px solid hsla(0,0%,93%,.5);border-radius:0 0 15px 15px;border-top:none;box-sizing:border-box;left:0;max-height:190px;overflow:auto;position:absolute;top:calc(100% + 1px);-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top center;transform-origin:top center;width:100%;z-index:2}.dial-codes-dropdown-select-box.active{-webkit-animation:growDown .3s forwards;animation:growDown .3s forwards}.dial-codes-dropdown-select-box.inactive{-webkit-animation:shrinkUp .3s forwards;animation:shrinkUp .3s forwards}.dial-codes-dropdown-select-box>input{background-color:#fcfcfc;box-sizing:border-box;direction:ltr;height:32px;padding-left:16px;position:-webkit-sticky;position:sticky;top:0;width:100%}.dial-codes-dropdown-select-box>p{color:#25828f;cursor:pointer;direction:ltr;font-size:14px;height:38px;line-height:38px;padding-left:8px;transition:background-color .3s}.dial-codes-dropdown-select-box>p:hover{background-color:#f1f6f9}.collapsible-menu{border:1px solid hsla(42,12%,84%,.5);border-radius:12px;box-sizing:border-box;margin-bottom:8px}.collapsible-menu:last-child{margin-bottom:0}.collapsible-menu>p{border-bottom:1px solid #fcfcfc;box-sizing:border-box;color:#25828f;cursor:pointer;padding:12px 16px 12px 0;transition:border-color .3s}.collapsible-menu>p.open{border-bottom:1px solid #dbd8d1}.collapsible-item{border-bottom:1px solid hsla(42,12%,84%,.5);box-sizing:border-box;margin:8px 16px 0;padding-bottom:8px;width:calc(100% - 32px)}.collapsible-item:first-child{margin-top:16px}.collapsible-item:last-child{margin-bottom:16px}.collapsible-item>p{color:#25828f;cursor:pointer;font-size:14px}.collapsible-item .description{color:#000;font-size:12px;margin-top:8px}.radio-button{align-items:center;cursor:pointer;display:flex;gap:8px}.radio-button>input{display:none}.radio-button>input:checked+div>div{-webkit-transform:scale(1);transform:scale(1)}.radio-button>div{align-items:center;border:1px solid #fff100;border-radius:7px;box-sizing:border-box;display:flex;height:14px;justify-content:center;width:14px}.radio-button>div>div{background-color:#fff100;border-radius:4px;height:10px;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:10px}.radio-button>p{color:#25828f;font-weight:700}.dropdown-menu{align-items:center;background-color:#fcfcfc;border:1px solid hsla(42,12%,84%,.5);border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;height:48px;justify-content:space-between;padding:0 16px;position:relative;transition:border-color .3s}.dropdown-menu .dropdown-item{align-items:center;display:flex;flex-wrap:nowrap;gap:4px;justify-content:center;width:100%}.dropdown-menu .dropdown-item p{color:#bcc1ba;flex-grow:1;transition:color .3s}.dropdown-menu .dropdown-item .dropdown-icon{align-items:center;display:flex;justify-content:center}.dropdown-menu .dropdown-item .dropdown-icon svg{height:25px;min-height:25px;min-width:25px;opacity:.5;transition:opacity .3s;width:25px}.dropdown-menu .dropdown-items{background-color:#fcfcfc;border-radius:0 0 15px 15px;box-shadow:-8px -8px 32px hsla(103,5%,74%,.1),8px 8px 40px hsla(103,5%,74%,.07),inset 8px 8px 16px hsla(0,0%,93%,.1);box-sizing:border-box;left:0;max-height:171px;overflow:auto;padding:0 16px;position:absolute;top:calc(100% + 1px);-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top center;transform-origin:top center;width:100%;z-index:2}.dropdown-menu .dropdown-items.active{-webkit-animation:growDown .3s forwards;animation:growDown .3s forwards}.dropdown-menu .dropdown-items.inactive{-webkit-animation:shrinkUp .3s forwards;animation:shrinkUp .3s forwards}.dropdown-menu .dropdown-items>p{border-bottom:1px solid hsla(0,0%,93%,.4);box-sizing:border-box;color:#25828f;font-size:14px;height:38px;line-height:38px}.dropdown-menu:hover{border:1px solid hsla(190,8%,56%,.5)}.dropdown-menu:hover .dropdown-item p{color:#869598}.dropdown-menu:hover .dropdown-item .dropdown-icon svg{opacity:1}.terms-of-use>p:nth-child(2){color:#25828f;font-size:24px;margin-bottom:24px}.terms-of-use>.title{color:#25828f;font-weight:700}.terms-of-use>.content{color:#000;margin-bottom:24px}.guide>p:nth-child(2){color:#000}.guide-step{display:flex;gap:3vw;justify-content:space-between;margin-top:64px}.guide-step:last-child{margin-bottom:64px}.guide-step>div>p:first-child{color:#25828f;font-weight:700;margin-bottom:8px}.guide-step>div>p:last-child{color:#000;font-size:12px}.guide-step>.step-image{aspect-ratio:2.2/1;width:60%}.guide-step-skeleton{display:flex;flex-direction:row;gap:3vw;margin-top:64px}.guide-step-skeleton .step-image-skeleton{width:60%}@media screen and (max-width:690px){.guide-step{flex-direction:column}.guide-step>.step-image{width:100%}.guide-step-skeleton{flex-direction:column}.guide-step-skeleton .step-image-skeleton{width:100%}}.work-with-us{padding:0!important}.work-with-us>.header{box-sizing:border-box;padding:32px 32px 8px}.work-with-us>.header>p:first-child{color:#25828f;font-size:24px;font-weight:700}.work-with-us>.header>p:nth-child(2){color:#000;margin:8px 0 16px}.work-with-us>.header>div{display:flex;gap:64px}.work-with-us>.header>div>div{align-items:center;cursor:pointer;display:flex;gap:8px}.work-with-us>.header>div>div>svg{height:24px;width:24px}.work-with-us>.header>div>div>svg path{fill:#25828f}.work-with-us>.header>div>div>p{color:#25828f}.work-with-us>.form{border:1px solid hsla(0,0%,93%,.5);border-radius:20px;box-sizing:border-box;display:flex;padding:32px}.work-with-us>.form>div{box-sizing:border-box;width:50%}.work-with-us>.form>div:first-child{border-left:1px solid hsla(42,12%,84%,.4);padding-left:24px}.work-with-us>.form>div:last-child{padding-right:24px}.work-with-us>.form>div:first-child>*{margin-bottom:16px}.work-with-us>.form>div:first-child>:last-child{margin-bottom:0}.work-with-us>.form>div:first-child>div:nth-child(4){display:flex;gap:16px}.work-with-us>.form>div:first-child>div:nth-child(9)>p{color:#000}.work-with-us>.form>div:first-child>div:nth-child(9)>p:nth-child(2){font-size:12px;margin:4px 0 16px}.work-with-us>.form>div:first-child>div:nth-child(9)>div:nth-child(3){border:1px dashed hsla(190,8%,56%,.4);border-radius:15px;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:4px;height:177px;justify-content:center;margin-bottom:16px;padding:8px}.work-with-us>.form>div:first-child>div:nth-child(9)>div:nth-child(3)>img{height:50px;width:100px}.work-with-us>.form>div:first-child>div:nth-child(9)>div:last-child{align-items:center;background-color:#fff;border:1px solid #bcc1ba;border-radius:15px;box-sizing:border-box;color:#25828f;display:flex;height:48px;justify-content:center;position:relative;transition:background-color .3s,border-color .3s}.work-with-us>.form>div:first-child>div:nth-child(9)>div:last-child>input{cursor:pointer;inset:0;opacity:0;position:absolute}.work-with-us>.form>div:first-child>div:nth-child(9)>div:last-child>p{color:#25828f;font-weight:700;transition:color .3s}.work-with-us>.form>div:first-child>div:nth-child(9)>div:last-child:hover{border-color:#ff7f00}.work-with-us>.form>div:first-child>div:nth-child(9)>div:last-child:hover>p{color:#ff7f00}.work-with-us>.form>div:last-child>div{margin-bottom:16px}.work-with-us>.form>div:last-child>textarea{height:144px}.work-with-us>.form>div:last-child>button{font-size:18px;font-weight:700;height:48px;width:100%}@media screen and (max-width:900px){.work-with-us>.header>div{flex-wrap:wrap;gap:32px}.work-with-us>.form{align-items:center;flex-direction:column;gap:32px}.work-with-us>.form>div{max-width:540px;width:100%}.work-with-us>.form>div:first-child{border-left:none;padding-left:0}.work-with-us>.form>div:last-child{padding-right:0}}@media screen and (max-width:768px){.work-with-us>.header{padding:16px 16px 8px}.work-with-us>.form{padding:16px}}@media screen and (max-width:480px){.work-with-us>.form,.work-with-us>.header{padding:8px}.work-with-us>.form>div:last-child>button{font-size:16px;height:40px}}.date-picker-input{align-items:center;background-color:#fcfcfc;border:1px solid hsla(42,12%,84%,.5);border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;height:48px;justify-content:space-between;padding:0 24px;position:relative;transition:border-color .3s;width:100%}.date-picker-input .date-picker-label{background-color:#fcfcfc;border-radius:5px;box-sizing:border-box;color:#bcc1ba;padding:0 2px;pointer-events:none;position:absolute;right:24px;top:11px;transition:top .3s,color .3s,font-size .3s}.date-picker-input .date-picker-label.date-picker-label-float{font-size:12px;top:-11px}.date-picker-input.ltr .date-picker-label{left:24px;right:auto}.date-picker-input .date-icon-container{align-items:center;display:flex;gap:8px;justify-content:center}.date-picker-input>p{color:#bcc1ba;transition:color .3s}.date-picker-input:hover{border:1px solid hsla(190,8%,56%,.5)}.date-picker-input:hover>p{color:#869598}.date-picker-input:hover>img{opacity:1}.date-picker-modal-container{padding:32px 0 0!important}.date-picker-modal-container .calendarContainer{background:none;box-shadow:none}.modal-wrapper{align-items:center;background-color:rgba(0,157,174,.2);box-sizing:border-box;display:flex;inset:0;justify-content:center;padding:16px 8px;position:fixed;z-index:4}.modal-wrapper>div{background-color:#fcfcfc;border-radius:20px;box-shadow:-8px -8px 32px hsla(103,5%,74%,.1),8px 8px 40px hsla(103,5%,74%,.07),inset 8px 8px 16px hsla(0,0%,93%,.1);box-sizing:border-box;max-height:calc(100vh - 30px);max-width:500px;overflow:auto;padding:32px;position:relative;width:100%}.modal-wrapper>div.modal-xs{max-width:320px}.modal-wrapper>div.modal-md{max-width:768px}.modal-wrapper>div.modal-lg{max-width:1190px}.modal-wrapper>div>.close{cursor:pointer;height:24px;position:absolute;right:16px;top:16px;width:24px}.modal-wrapper>div>.body{display:flex;flex-direction:column}.modal-wrapper>div>.body .center{align-self:center}.modal-wrapper>div>.body .modal-title{color:#000;font-weight:700}.modal-wrapper>div>.body .modal-tip{color:#25828f}@media screen and (max-width:768px){.modal-wrapper>div{border-radius:15px;padding:16px}}@media screen and (max-width:480px){.modal-wrapper>div{border-radius:12px;padding:8px}.modal-wrapper>div .modal-tip,.modal-wrapper>div .modal-title{font-size:14px}}.shopping-cart .empty-cart{align-items:center;display:flex;flex-direction:column;justify-content:center}.shopping-cart .empty-cart svg{height:150px;margin-bottom:18px;opacity:.5;width:150px}.shopping-cart>div:nth-child(2){display:flex;flex-wrap:wrap;gap:24px}.shopping-cart>button{font-size:18px;font-weight:700;height:51px;margin-top:24px;max-width:375px;width:100%}@media screen and (max-width:480px){.shopping-cart>button{font-size:16px}}.currency-toggle{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.currency-toggle>p{color:#25828f;font-size:24px}.currency-toggle>div{display:flex}.currency-toggle>div>p{border:1px solid hsla(103,5%,74%,.4);box-sizing:border-box;color:#000;cursor:pointer;font-size:18px;font-weight:700;height:50px;line-height:50px;text-align:center;transition:background-color .3s,color .3s;width:127px}.currency-toggle>div>p:first-child{border-radius:0 15px 15px 0}.currency-toggle>div>p:last-child{border-radius:15px 0 0 15px}.currency-toggle>div>p.active{background-color:#000;color:#fcfcfc}@media screen and (max-width:580px){.currency-toggle>p{font-size:16px}.currency-toggle>div>p{font-size:16px;height:40px;line-height:40px;width:100px}.currency-toggle{align-items:flex-start;flex-direction:column;gap:8px}}.discount{align-items:center;background-color:#f1f6f9;border-radius:20px;box-sizing:border-box;display:flex;gap:24px;justify-content:space-between;margin:24px 0;min-height:111px;padding:16px 24px}.discount>div:first-child>p:first-child{color:#25828f;font-size:24px;font-weight:700}.discount>div:first-child>p:last-child{color:#000}.discount>div:last-child{display:flex;flex-grow:1;height:48px;max-width:423px}.discount>div:last-child>input{background-color:#fcfcfc;border-radius:0 15px 15px 0;box-sizing:border-box;color:#bcc1ba;flex-grow:1;font-size:16px;padding:0 24px}.discount>div:last-child>input::-webkit-input-placeholder{color:#bcc1ba}.discount>div:last-child>input::placeholder{color:#bcc1ba}.discount>div:last-child>button{border-radius:15px 0 0 15px;font-size:18px;font-weight:700;width:146px}@media screen and (max-width:768px){.discount{align-items:flex-start;flex-direction:column;padding:16px}.discount>div:last-child{flex-grow:0;width:100%}}@media screen and (max-width:480px){.discount{padding:8px}.discount>div:last-child>input{width:calc(100% - 60px)}.discount>div:last-child>button{font-size:16px;width:60px}}.payment-method{background-color:#f1f6f9;border-radius:20px;box-sizing:border-box;padding:24px}.payment-method>div:first-child{border-bottom:1px solid hsla(190,8%,56%,.5);box-sizing:border-box;margin-bottom:16px;padding-bottom:16px}.payment-method>div:first-child>div{display:flex;justify-content:space-between}.payment-method>div:first-child>div:first-child{margin-bottom:16px}.payment-method>div:first-child>div>p{color:#25828f;font-weight:700}.payment-method>div:last-child>div{display:flex;justify-content:space-between}.payment-method>div:last-child>div:nth-child(2){margin:16px 0 24px}@media screen and (max-width:480px){.payment-method{padding:16px}.payment-method>div:first-child>div>p{font-size:14px}}@media screen and (max-width:768px){.payment-method>div:last-child>div{flex-direction:column;gap:8px}}.shopping-cart-radio-button{align-items:center;background-color:#fcfcfc;border-radius:20px;box-sizing:border-box;cursor:pointer;display:flex;gap:16px;justify-content:space-between;padding:16px;width:calc(50% - 8px)}.shopping-cart-radio-button.disabled{cursor:not-allowed;opacity:.5}.shopping-cart-radio-button>div{align-items:center;display:flex;gap:8px}.shopping-cart-radio-button>div>input{display:none}.shopping-cart-radio-button>div>input:checked+div>div{-webkit-transform:scale(1);transform:scale(1)}.shopping-cart-radio-button>div>div{align-items:center;border:1px solid #000;border-radius:7px;box-sizing:border-box;display:flex;height:14px;justify-content:center;transition:border-color .3s;width:14px}.shopping-cart-radio-button>div>div>div{background-color:#fff100;border-radius:5px;height:10px;-webkit-transform:scale(0);transform:scale(0);transition:scale .3s;width:10px}.shopping-cart-radio-button>div>p{color:#25828f;font-weight:700}.shopping-cart-radio-button>div>p>span{font-size:14px;font-weight:400}@media screen and (max-width:768px){.shopping-cart-radio-button{padding:8px;width:100%}.shopping-cart-radio-button>div>p{font-size:14px}.shopping-cart-radio-button>div>p>span{font-size:12px}}@media screen and (max-width:480px){.shopping-cart-radio-button>div>p{font-size:12px}.shopping-cart-radio-button>div>p>span{font-size:10px}.shopping-cart-radio-button>svg{width:30px}}.gift-card{display:flex;gap:5.5%;justify-content:space-between}.gift-card .currency{align-items:center;border-radius:8px;display:flex;height:40px;padding-right:10px}.gift-card .currency:hover{background:rgba(0,0,0,.05)}.gift-card .accept-gift{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center}.gift-card .accept-gift p{font-size:18px;margin:0}.gift-card .accept-gift p.failed,.gift-card .accept-gift p.gift-price,.gift-card .accept-gift p.success{background:rgba(7,188,12,.2);border-radius:8px;color:#07bc0c;font-size:22px;font-weight:700;padding:3px 8px}.gift-card .accept-gift p.success{background:transparent}.gift-card .accept-gift p.failed{background:transparent;color:red}.gift-card .shopping-cart-radio-button{width:100%}.gift-card>div:first-child{width:36.5%}.gift-card>div:first-child>p:first-child{color:#25828f;font-size:24px;font-weight:700}.gift-card>div:first-child>p:nth-child(2){color:#000;margin:8px 0 24px}.gift-card>div:first-child>div{margin-bottom:16px}.gift-card>div:first-child>textarea{height:144px;margin-bottom:8px}.gift-card>div:first-child>p:last-child{color:#000;font-size:12px;margin-top:-12px}.gift-card>div:last-child{display:flex;flex-direction:column;justify-content:space-between;width:58%}.gift-card>div:last-child .gift-card-slider{width:100%}.gift-card>div:last-child .gift-card-slider .swiper-pagination{bottom:16px}.gift-card>div:last-child .gift-card-slider .swiper-pagination .swiper-pagination-bullet{background:none;border:1px solid #000;border-radius:8px;box-sizing:border-box;height:16px;width:16px}.gift-card>div:last-child .gift-card-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border:1px solid #fff100;position:relative}.gift-card>div:last-child .gift-card-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background-color:#fff100;border-radius:6px;content:"";height:12px;left:1px;position:absolute;top:1px;width:12px}.gift-card>div:last-child .gift-card-slide{background-color:#fcfcfc;border-radius:20px;box-shadow:-8px -8px 32px hsla(103,5%,74%,.1),8px 8px 40px hsla(103,5%,74%,.07),inset 8px 8px 16px hsla(0,0%,93%,.1);box-sizing:border-box;display:flex;margin:20px 5% 20px 0;width:90%}.gift-card>div:last-child>div:last-child{display:flex;flex-direction:row-reverse;justify-content:space-between}.gift-card>div:last-child>div:last-child>button{font-size:18px;font-weight:700;height:48px;width:calc(50% - 8px)}@media screen and (max-width:1200px){.gift-card{align-items:center;flex-direction:column;gap:32px}.gift-card>div:first-child{max-width:436px;width:100%}.gift-card>div:last-child{max-width:594px;width:100%}}@media screen and (max-width:480px){.gift-card>div:last-child>.gift-card-slider>.swiper-pagination{bottom:14px}.gift-card>div:last-child>.gift-card-slider>.swiper-pagination>.swiper-pagination-bullet{border-radius:6px;height:12px;width:12px}.gift-card>div:last-child>.gift-card-slider>.swiper-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active:before{border-radius:5px;height:10px;left:1px;top:1px;width:10px}.gift-card>div:last-child>div:last-child>button{font-size:16px}}.amount-selector>p{background-color:#000;border-radius:15px;color:#fcfcfc;display:none;font-size:18px;font-weight:700;height:50px;line-height:50px;text-align:center;width:100%}.amount-selector>div{display:flex;height:50px;width:100%}.amount-selector>div>p{border:1px solid hsla(103,5%,74%,.4);box-sizing:border-box;color:#000;cursor:pointer;flex-grow:1;font-size:18px;font-weight:700;height:50px;line-height:50px;text-align:center;transition:background-color .3s,color .3s}.amount-selector>div>p:first-child{border-end-start-radius:15px;border-start-start-radius:15px}.amount-selector>div>p:last-child{border-end-end-radius:15px;border-start-end-radius:15px}.amount-selector>div>p.selected{background-color:#000;color:#fcfcfc}.slide-one{aspect-ratio:1.9/1;flex-direction:column;gap:6px;justify-content:center;padding:44px}.slide-one>div{display:flex}.slide-one>div img{width:60px}.slide-one>div:first-child{align-items:center;justify-content:space-between}.slide-one>div:first-child>p{color:#000;font-size:45px;font-weight:700}.slide-one>div:nth-child(2){justify-content:center}.slide-one>div:last-child{flex-direction:column}.slide-one>div:last-child>p{color:#000;font-weight:700}@media screen and (max-width:650px){.slide-one{padding:22px}.slide-one>div:first-child>img{width:100px}.slide-one>div:first-child>p{font-size:24px}.slide-one>div:nth-child(2)>svg{width:80px}}@media screen and (max-width:480px){.slide-one{padding:16px}.slide-one>div:first-child>img{width:70px}.slide-one>div:first-child>p{font-size:20px}.slide-one>div:nth-child(2)>img{width:70px}.slide-one>div:last-child>p{font-size:14px}}.slide-two{padding:32px}.slide-two,.slide-two>div{justify-content:space-between}.slide-two>div{display:flex;flex-direction:column}.slide-two>div img{width:60px}.slide-two>div:first-child>p:nth-child(2){color:#869598;font-size:18px}.slide-two>div:first-child>p:last-child{color:#000;font-weight:700}.slide-two>div:last-child{align-items:flex-end}.slide-two>div:last-child>p{color:#000;font-size:45px;font-weight:700}@media screen and (max-width:680px){.slide-two{padding:16px}.slide-two>div:first-child{gap:8px}.slide-two>div:first-child>img{width:90px}.slide-two>div:last-child>p{font-size:24px}.slide-two>div:last-child>svg{width:120px}}@media screen and (max-width:480px){.slide-two{padding:8px}.slide-two>div:first-child>img{width:70px}.slide-two>div:first-child>p:nth-child(2){font-size:14px}.slide-two>div:first-child>p:last-child{font-size:12px}.slide-two>div:last-child>p{font-size:14px}.slide-two>div:last-child>svg{width:70px}}.alarms-and-newspaper>p{color:#25828f;font-size:24px;font-weight:700;margin-bottom:24px}.alarms-and-newspaper .empty-notification{font-size:18px;margin:0;opacity:.9;padding:0;text-align:center}.news-and-comment{border-bottom:1px solid hsla(103,5%,74%,.4);box-sizing:border-box;margin-bottom:24px;padding-bottom:12px}.news-and-comment .title{color:#25828f;font-size:14px;font-weight:700;margin-bottom:10px}.news-and-comment:last-child{margin-bottom:0}.news-and-comment>div:first-child{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:10px}.news-and-comment>div:first-child>div{align-items:center;display:flex;gap:8px}.news-and-comment>div:first-child>div:first-child>div>p:first-child{color:#000;font-size:14px;font-weight:700}.news-and-comment>div:first-child>div:first-child>div>p:last-child,.news-and-comment>div:first-child>div:last-child>p{color:#25828f;font-size:12px}.news-and-comment>.title{color:#25828f;font-size:14px;font-weight:700;margin-bottom:10px}.news-and-comment>.content{color:#000;font-size:12px}.news-and-comment>.reply-and-rate-section{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.news-and-comment>.reply-and-rate-section>div{align-items:center;display:flex}.news-and-comment>.reply-and-rate-section>div p{color:#25828f;font-size:12px;font-weight:700}.news-and-comment>.reply-and-rate-section>div:first-child{cursor:pointer;gap:4px}.news-and-comment>.reply-and-rate-section>div:last-child{gap:24px}.news-and-comment>.reply-and-rate-section>div:last-child>div{display:flex;gap:4px}.news-and-comment>.reply-and-rate-section>div:last-child>div:first-child>p{color:#25828f}.news-and-comment>.reply-and-rate-section>div:last-child>div:last-child>p{color:#ff7f00}.news-and-comment>.reply-and-rate-section>div:last-child>div>svg{cursor:pointer}.news-and-comment.reply{border-bottom:none;padding-right:3.8vw;position:relative}.news-and-comment.reply:before{background-color:hsla(103,5%,74%,.4);bottom:0;content:"";height:1px;left:0;position:absolute;width:calc(100% - 3.8vw)}.news-and-comment .notification-action-container .notification-action-button{background-color:#1c3c53;border-color:#1c3c53;border-radius:8px;color:#fff;display:inline-block;font-size:15px;font-weight:700;line-height:40px;margin-bottom:0;text-align:center;width:130px}@media screen and (max-width:480px){.news-and-comment{margin-bottom:24px;padding:0 8px 8px}.news-and-comment>div:first-child{margin-bottom:10px}.news-and-comment>div:first-child>div{gap:6px}.news-and-comment>div:first-child>div:first-child>img{height:32px;width:32px}.news-and-comment>div:first-child>div:first-child>div>p:first-child{font-size:14px}.news-and-comment>div:first-child>div:first-child>div>p:last-child,.news-and-comment>div:first-child>div:last-child>p{font-size:12px}.news-and-comment>.title{font-size:14px}.news-and-comment>.content{font-size:12px}.news-and-comment>.reply-and-rate-section{margin-top:8px}.news-and-comment>.reply-and-rate-section>div p{font-size:10px}.news-and-comment>.reply-and-rate-section>div:first-child{gap:4px}.news-and-comment>.reply-and-rate-section>div:last-child{gap:16px}.news-and-comment.reply{padding-right:24px}.news-and-comment.reply:before{width:calc(100% - 16px)}}.categories>div:nth-child(2){align-items:center;display:flex;gap:16px;justify-content:space-between;margin:24px 0}.categories>div:nth-child(2)>p:first-child{color:#25828f;font-size:24px;font-weight:700}.categories>div:nth-child(2)>p:last-child{color:#25828f}.categories>div:last-child{align-items:flex-end;display:flex;flex-wrap:wrap;gap:36px;justify-content:center}@media screen and (max-width:768px){.categories>div:last-child{gap:24px}}@media screen and (max-width:480px){.categories>div:nth-child(2)>p:first-child{font-size:20px}.categories>div:nth-child(2)>p:last-child{font-size:14px}.categories>div:last-child{gap:16px}}.filters{display:flex;flex-wrap:wrap;gap:8px}.filters-dropdown{background-color:#f1f6f9;border:1px solid hsla(42,12%,84%,.5);border-radius:15px;box-sizing:border-box;cursor:pointer;height:48px;max-width:250px;position:relative;transition:background-color .3s,border-radius .3s}.filters-dropdown>div:first-child{align-items:center;box-sizing:border-box;display:flex;gap:16px;height:100%;justify-content:space-between;padding:0 16px 0 12px}.filters-dropdown>div:first-child>p{color:#869598}.filters-dropdown>div:first-child>svg path{fill:#869598;stroke:#869598}.filters-dropdown:hover>div:first-child>svg path{fill:#fff100;stroke:#fff100}.filters-dropdown>div:last-child{background-color:#fcfcfc;border:1px solid hsla(42,12%,84%,.5);border-radius:0 0 15px 15px;border-top:none;box-sizing:border-box;left:-1px;max-height:180px;overflow:auto;padding:0 16px;position:absolute;top:100%;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top center;transform-origin:top center;width:calc(100% + 2px);z-index:1}.filters-dropdown>div:last-child>p{border-bottom:1px solid hsla(42,12%,84%,.5);box-sizing:border-box;color:#000;height:40px;line-height:40px}.filters-dropdown>div:last-child>p:last-child{border-bottom:none}.filters-dropdown.active{background-color:#fcfcfc;border-bottom:none;border-radius:15px 15px 0 0}.filters-dropdown.active>div:last-child{-webkit-animation:growDown .3s forwards;animation:growDown .3s forwards}.filters-dropdown.inactive>div:last-child{-webkit-animation:shrinkUp .3s forwards;animation:shrinkUp .3s forwards}.checkbox{align-items:center;cursor:pointer;display:flex;gap:8px;height:40px}.checkbox>input{display:none}.checkbox>input:checked+div{border-color:#ff7f00}.checkbox>input:checked+div>div{-webkit-transform:scale(1);transform:scale(1)}.checkbox>div{align-items:center;border:1px solid #bcc1ba;border-radius:2px;box-sizing:border-box;display:flex;height:17px;justify-content:center;transition:border-color .3s;width:17px}.checkbox>div>div{background-color:#ff7f00;border-radius:1px;height:13px;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:13px}.checkbox>p{color:#000}.filters-search-box{background-color:#f1f6f9;border:1px solid hsla(42,12%,84%,.5);border-radius:15px;box-sizing:border-box;gap:12px;height:48px;padding:0 12px;transition:width .3s,border-color .3s;width:48px}.filters-search-box,.filters-search-box>div{align-items:center;display:flex}.filters-search-box>div>svg{cursor:pointer;min-height:21px;min-width:21px}.filters-search-box>input{width:calc(100% - 45px)}.filters-search-box.visible{border-color:rgba(0,157,174,.5);width:250px}.filters-search-box.visible>div>svg path{fill:#25828f}.load-more-container{align-items:center;display:flex;justify-content:center;margin-top:50px}.load-more-container button{background-color:#1c3c53;border-color:#1c3c53;border-radius:16px;color:#fff;font-size:14px;font-weight:700;height:50px;margin-bottom:0;max-width:250px;width:100%}.product-loading-container{align-items:center;display:flex;height:80vh;justify-content:center}.product-info{padding:0!important;position:relative}.product-info .bookmarked svg path{fill:red}.product-info>div:first-child{display:flex;gap:16px;left:32px;position:absolute;top:32px}.product-info>div:first-child.product-like-share-right{left:auto;right:32px}.product-info>div:first-child>div{align-items:center;border:1px solid hsla(42,12%,84%,.5);border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;height:32px;justify-content:center;min-width:32px;transition:background-color .3s}.product-info>div:first-child>div:hover{background-color:#c2fff9}.product-info>div:nth-child(2){box-sizing:border-box;display:flex;gap:32px;justify-content:space-between;padding:32px}.product-info>div:nth-child(2)>div:last-child{display:flex;flex-direction:column;justify-content:space-between;width:calc(100% - 405px)}@media screen and (max-width:1225px){.product-info.podcast>div:nth-child(2){flex-direction:column;padding:24px}.product-info.podcast>div:nth-child(2)>div:last-child{width:100%}}@media screen and (max-width:915px){.product-info>div:first-child{left:24px;top:24px}.product-info>div:first-child.product-like-share-right{left:auto;right:24px}.product-info>div:nth-child(2){flex-direction:column;padding:24px}.product-info>div:nth-child(2)>div:last-child{width:100%}}@media screen and (max-width:780px){.product-info.podcast>div:nth-child(2){padding:64px 24px 24px}}@media screen and (max-width:620px){.product-info>div:nth-child(2){padding:64px 24px 24px}}@media screen and (max-width:480px){.product-info>div:first-child{left:8px;top:8px}.product-info>div:first-child.product-like-share-right{left:auto;right:8px}.product-info>div:nth-child(2){padding:48px 8px 16px!important}}.cover{max-width:373px;min-width:373px}.cover>img{aspect-ratio:1/1.3;border:1px solid hsla(42,12%,84%,.5);border-radius:15px;box-sizing:border-box;object-fit:cover;width:100%}.cover.podcast{min-width:483px}.cover.podcast>img{aspect-ratio:1/1}.cover>div{align-items:center;display:flex;gap:16px;justify-content:center}.cover>div>p{color:#25828f;font-weight:700}.cover>div>button{align-items:center;background-color:initial;border:1px solid hsla(190,8%,56%,.5);border-radius:5px;box-sizing:border-box;color:#869598;display:flex;height:32px;justify-content:center;outline:none;transition:color .3s,border-color .3s;width:32px}.cover>div>button.active{border-color:rgba(28,60,83,.5);color:#25828f}@media screen and (max-width:1225px){.cover.podcast{align-self:center;max-width:483px;min-width:0;min-width:auto;width:100%}}@media screen and (max-width:915px){.cover{align-self:center;max-width:373px;min-width:0;min-width:auto;width:100%}}.details>p:first-child{color:#25828f;font-size:24px;font-weight:700}.details>div.collaborators p{color:#000;font-weight:700;margin:0}.details>div:nth-child(3){display:flex;justify-content:space-between;margin-bottom:48px}.details>div:nth-child(3)>p{color:#000}.details>div:nth-child(4){display:flex;justify-content:space-between;margin-bottom:16px}.details>div:nth-child(4)>p{color:#25828f;font-weight:700}.details>.book-type-toggle{display:flex;justify-content:space-between;margin-bottom:16px}.details>.book-type-toggle>button{font-size:18px;font-weight:700;height:48px;width:calc(50% - 8px)}.details>.summary{color:#000;font-size:14px}.details>.summary+p{color:#25828f;cursor:pointer;font-size:18px;font-weight:700}@media screen and (max-width:768px){.details{width:100%}}@media screen and (max-width:480px){.details>p:first-child{font-size:20px}.details>p:nth-child(2),.details>p:nth-child(3),.details>p:nth-child(4),.details>p:nth-child(5){font-size:14px}.details>p:nth-child(3){margin-bottom:32px}.details>div:nth-child(4)>p{font-size:14px}.details>.book-type-toggle>button{font-size:14px;height:40px}}.purchase-and-preview{display:flex;gap:16px;margin-top:16px}.purchase-and-preview>button{font-size:18px;font-weight:700;height:50px}.purchase-and-preview.electronic_book>button,.purchase-and-preview.magazine>button{flex:1 1}.purchase-and-preview.audio_book,.purchase-and-preview.podcast{flex-direction:column}.purchase-and-preview.audio_book>button,.purchase-and-preview.podcast>button{height:50px;width:183px}@media screen and (max-width:480px){.purchase-and-preview>button{font-size:12px;height:40px}.purchase-and-preview.audio_book>button,.purchase-and-preview.podcast>button{width:130px}}.audio-player{align-items:center;-webkit-animation:fadeIn .3s linear forwards;animation:fadeIn .3s linear forwards;background-color:#c2fff9;border-radius:15px;box-sizing:border-box;display:flex;gap:8px;height:48px;max-width:100%;opacity:0;padding:0 8px}.audio-player>input{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer;direction:ltr}.audio-player>input::-webkit-slider-runnable-track{background:#25828f;border-radius:2px;height:3px}.audio-player>input::-moz-range-track{background:#25828f;border-radius:2px;height:3px}.audio-player>input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#71dfe7;border-radius:4px;box-shadow:2px 2px 4px hsla(103,5%,74%,.5),inset 0 0 24px 4px rgba(28,60,83,.3);height:8px;margin-top:-2px;width:8px}.audio-player>input:nth-child(2){width:70px}.audio-player>input:nth-child(5){flex-grow:1}.audio-player>p{color:#25828f;direction:ltr;text-align:center;width:80px}.audio-player>button{align-items:center;background:none;border:none;display:flex;height:24px;justify-content:center;outline:none;width:24px}@media screen and (max-width:500px){.audio-player{border-radius:10px;gap:8px;height:40px;padding:0 8px}.audio-player>input:nth-child(2){width:50px}.audio-player>input:nth-child(5){max-width:calc(100% - 189px)}.audio-player>p{font-size:14px;width:65px}.audio-player>button{height:18px;width:18px}}@-webkit-keyframes fadeIn{to{opacity:1}}@keyframes fadeIn{to{opacity:1}}.podcast-modal{align-items:center;background-color:rgba(0,157,174,.2);inset:0;justify-content:center;padding:24px;position:fixed;z-index:3}.podcast-modal,.podcast-modal>div{box-sizing:border-box;display:flex}.podcast-modal>div{background-color:#fcfcfc;border:1px solid hsla(0,0%,93%,.4);border-radius:20px;box-shadow:-8px -8px 32px hsla(103,5%,74%,.1),8px 8px 40px hsla(103,5%,74%,.07),inset 8px 8px 16px hsla(0,0%,93%,.1);gap:40px;height:100%;max-height:721px;max-width:1104px;overflow-y:auto;padding:32px;position:relative;width:100%}.podcast-modal>div>button{background-color:initial;border:none;height:32px;position:absolute;right:8px;top:8px;width:32px}@media screen and (max-width:1100px){.podcast-modal{padding:24px 16px}.podcast-modal>div{gap:32px;padding:24px}}@media screen and (max-width:768px){.podcast-modal>div{flex-direction:column-reverse;gap:24px;padding:16px}}@media screen and (max-width:480px){.podcast-modal,.podcast-modal>div{padding:16px 8px}}.episodes{flex-grow:1}.episodes>div:first-child{display:flex;gap:16px}.episodes>div:first-child>img{border-radius:15px;box-shadow:inset 0 0 24px 4px rgba(28,60,83,.3);-webkit-filter:drop-shadow(2px 2px 4px hsla(103,5%,74%,.5));filter:drop-shadow(2px 2px 4px rgba(188,193,186,.5));height:100px;object-fit:cover;width:100px}.episodes>div:first-child>div>p:first-child{color:#25828f;font-weight:700}.episodes>div:first-child>div>p:nth-child(2){color:#000;margin:4px 0}.episodes>div:first-child>div>p:last-child{color:#869598}.episodes>div:last-child{height:calc(100% - 116px);margin-top:16px;overflow-y:auto}.episodes .load-more-episodes{align-items:center;display:flex;justify-content:center;margin-top:18px}.episodes .load-more-episodes button{align-items:center;display:flex;height:42px;justify-content:center;width:120px}.episodes .load-more-episodes button div{pointer-events:none}@media screen and (max-width:768px){.episodes{flex-grow:0}}.episode{align-items:center;background-color:initial;border:none;border-bottom:1px solid hsla(42,12%,84%,.5);display:flex;gap:16px;padding:8px 16px 8px 0;position:relative;transition:background-color .3s;width:100%}.episode:hover{background-color:#f6f6f6}.episode>svg{height:40px;width:40px}.episode>svg path{fill:#25828f}.episode>div{align-items:flex-start;display:flex;flex-direction:column;height:60px;justify-content:space-between}.episode>div>p:first-child{color:#25828f;font-size:15px;font-weight:700}.episode>div>p:last-child{color:#000;font-size:14px}.player-and-details{overflow-y:auto;padding:8px;width:40%}.player-and-details .btn-buy-podcast{align-items:center;display:flex;height:48px;justify-content:center;margin:8px 0;width:100%}.player-and-details>img{aspect-ratio:1/1;border-radius:10px;box-shadow:inset 0 0 24px 4px rgba(28,60,83,.3);-webkit-filter:drop-shadow(2px 2px 4px hsla(103,5%,74%,.5));filter:drop-shadow(2px 2px 4px rgba(188,193,186,.5));width:100%}.player-and-details>p:nth-child(3){color:#25828f;font-weight:700}.player-and-details>p:nth-child(4){color:#000}.player-and-details>p:last-child{color:#25828f;font-size:14px;margin-top:8px}@media screen and (max-width:768px){.player-and-details{overflow-y:visible;overflow-y:initial;width:100%}.player-and-details>img{max-width:464px}}.player{margin:24px 0 16px;position:relative}.player>input{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer;direction:ltr}.player>input::-webkit-slider-runnable-track{background:#eee;border-radius:2px;height:3px}.player>input::-moz-range-track{background:#25828f;border-radius:2px;height:8px}.player>input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#25828f;border-radius:6px;box-shadow:2px 2px 4px hsla(103,5%,74%,.5),inset 0 0 24px 4px rgba(28,60,83,.3);height:12px;margin-top:-4px;position:relative;width:12px;z-index:1}.player>input:nth-child(2){width:100%}.player>.time-background{background-color:#25828f;border-radius:4px;height:8px;left:0;pointer-events:none;position:absolute;top:12px}.player>.controls{display:flex;justify-content:space-between;margin-top:12px}.player>.controls>div,.player>.controls>div>button{align-items:center;display:flex}.player>.controls>div>button{background-color:#25828f;border:none;border-radius:5px;height:32px;justify-content:center;width:32px}.player>.controls>div:first-child{gap:16px}.player>.controls>div:last-child{gap:8px}.product-info-footer{background-color:#f1f6f9;border-radius:0 0 20px 20px;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:7vw;justify-content:center;padding:16px 0}.product-info-footer>div{align-items:center;display:flex;flex-direction:column;height:130px;justify-content:space-between}.product-info-footer>div>p{color:#000}.product-info-footer>div>p:last-child{font-size:14px;font-weight:700}@media screen and (max-width:768px){.product-info-footer>div>p{font-size:14px}.product-info-footer>div>img{height:32px;width:32px}}.audio-book-review{margin:64px 0 32px}.audio-book-review>p:first-child{color:#25828f;font-size:24px;font-weight:700;margin-bottom:24px}.audio-book-review>p.review-title{color:#25828f;font-size:20px;font-weight:700;margin:16px 0 8px}.audio-book-review>img{border-radius:8px;height:500px;margin:32px 0 16px;object-fit:cover;object-position:center;width:100%}.audio-book-review .review-image-description,.audio-book-review>.content{color:#000}.comments>div:first-child{align-items:center;display:flex;justify-content:space-between}.comments>div:first-child>p{color:#25828f;font-weight:700}.comments>div:first-child>button{height:48px;width:200px}.reply-modal .text-input{margin-top:24px}.reply-modal>div>div:nth-child(2){display:flex;gap:4px}.reply-modal>div>div:nth-child(2)>p{color:#000;font-size:24px}.reply-modal>div>div:nth-child(2)>p:first-child{font-weight:700}.reply-modal>div>div:nth-child(2)>p:last-child{direction:ltr}.reply-modal>div>textarea{height:178px;margin:16px 0}.reply-modal>div>div:last-child{display:flex;justify-content:space-between}.reply-modal>div>div:last-child>button{font-size:18px;font-weight:700;height:48px;width:calc(50% - 8px)}.add-comment-modal .text-input{margin-top:24px}.add-comment-modal>textarea{height:178px;margin:16px 0}.add-comment-modal>div:last-child{display:flex;justify-content:space-between}.add-comment-modal>div:last-child>button{font-size:18px;font-weight:700;height:48px;width:calc(50% - 8px)}.suggestions>p{color:#25828f;font-size:24px;margin:64px 0 16px}.suggestions>div{display:flex;flex-wrap:wrap;gap:32px}.loading-modal{padding-top:60px;position:relative}.loading-modal>svg{align-self:center;position:absolute;top:0}.loading-modal>svg>rect:first-child{stroke-dasharray:198;-webkit-animation:appearOne 10s linear infinite forwards,changeColor 10s linear infinite forwards;animation:appearOne 10s linear infinite forwards,changeColor 10s linear infinite forwards}.loading-modal>svg>rect:last-child{stroke-dasharray:135;-webkit-animation:appearTwo 10s linear infinite forwards,changeColor 10s linear infinite forwards;animation:appearTwo 10s linear infinite forwards,changeColor 10s linear infinite forwards}.loading-modal>p{align-self:center;color:#25828f!important;font-size:16px!important;font-weight:400!important;margin-top:32px}@-webkit-keyframes appearOne{0%{stroke-dashoffset:0}50%{stroke-dashoffset:198}to{stroke-dashoffset:396}}@keyframes appearOne{0%{stroke-dashoffset:0}50%{stroke-dashoffset:198}to{stroke-dashoffset:396}}@-webkit-keyframes appearTwo{0%{stroke-dashoffset:0}50%{stroke-dashoffset:-135}to{stroke-dashoffset:-270}}@keyframes appearTwo{0%{stroke-dashoffset:0}50%{stroke-dashoffset:-135}to{stroke-dashoffset:-270}}@-webkit-keyframes changeColor{0%{stroke:#25828f}12%{stroke:#71dfe7}36%{stroke:#c2fff9}64%{stroke:#fff100}88%{stroke:#ff7f00}to{stroke:#25828f}}@keyframes changeColor{0%{stroke:#25828f}12%{stroke:#71dfe7}36%{stroke:#c2fff9}64%{stroke:#fff100}88%{stroke:#ff7f00}to{stroke:#25828f}}.dashboard{padding-top:16px!important}.dashboard>div:last-child{border:1px solid hsla(0,0%,93%,.5);border-radius:20px;box-sizing:border-box;padding:36px 28px}@media screen and (max-width:1170px){.dashboard>div:last-child{border-radius:15px}}@media screen and (max-width:950px){.dashboard>div:last-child{padding:24px}}@media screen and (max-width:768px){.dashboard>div:last-child{padding:16px}}@media screen and (max-width:480px){.dashboard>div:last-child{padding:16px 8px}}.dashboard-tab-navigator{box-sizing:border-box;padding-right:16px}.dashboard-tab-navigator.ltr{padding:0 0 0 16px}.dashboard-tab-navigator>div:first-child{align-items:center;box-sizing:border-box;display:none;gap:12px;padding-bottom:16px}.dashboard-tab-navigator>div:first-child>p{color:#25828f;font-weight:700}.dashboard-tab-navigator>div:first-child>svg{height:18px;width:18px}.dashboard-tab-navigator>div:last-child{display:flex;gap:12px}@media screen and (max-width:1170px){.dashboard-tab-navigator{padding-right:10px}.dashboard-tab-navigator>div:last-child{gap:10px}.dashboard-tab-navigator.ltr{padding:0 0 0 10px}}@media screen and (max-width:530px){.dashboard-tab-navigator{position:relative}.dashboard-tab-navigator>div:first-child{display:flex}.dashboard-tab-navigator>div:last-child{background-color:#fcfcfc;flex-direction:column;gap:0;position:absolute;right:0;top:100%;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top center;transform-origin:top center;width:100%;z-index:2}.dashboard-tab-navigator>div:last-child.active{-webkit-animation:growDown .3s forwards;animation:growDown .3s forwards}.dashboard-tab-navigator>div:last-child.inactive{-webkit-animation:shrinkUp .3s forwards;animation:shrinkUp .3s forwards}}.dashboard-tab-navigator-tab{align-items:center;border:1px solid hsla(42,12%,84%,.5);border-bottom:none;border-radius:20px 20px 0 0;box-sizing:border-box;cursor:pointer;display:flex;gap:8px;height:55px;padding:0 16px;transition:background-color .3s}.dashboard-tab-navigator-tab>svg{height:18px;width:18px}.dashboard-tab-navigator-tab>p{color:#25828f;transition:color .3s}.dashboard-tab-navigator-tab:hover>svg path{fill:#ff7f00}.dashboard-tab-navigator-tab:hover>p{color:#ff7f00}.dashboard-tab-navigator-tab.active{background-color:#25828f}.dashboard-tab-navigator-tab.active>svg path{fill:#fcfcfc}.dashboard-tab-navigator-tab.active>p{color:#fcfcfc}@media screen and (max-width:1170px){.dashboard-tab-navigator-tab{border-radius:18px 18px 0 0;height:40px;padding:0 10px}.dashboard-tab-navigator-tab>svg{height:14px;width:14px}.dashboard-tab-navigator-tab>p{font-size:14px}}@media screen and (max-width:950px){.dashboard-tab-navigator-tab{border-radius:15px 15px 0 0;gap:0;height:40px;padding:0 12px}.dashboard-tab-navigator-tab>svg{height:20px;width:20px}.dashboard-tab-navigator-tab>p{font-size:16px;overflow:hidden;width:0}.dashboard-tab-navigator-tab.active{gap:6px}.dashboard-tab-navigator-tab.active>p{width:auto}}@media screen and (max-width:530px){.dashboard-tab-navigator-tab{border:1px solid hsla(42,12%,84%,.5);border-radius:0;gap:8px}.dashboard-tab-navigator-tab>p{width:auto}}.profile{display:flex;justify-content:space-between;position:relative}.profile>div:nth-child(2){background-color:hsla(103,5%,74%,.5);height:100%;left:calc(50% - .5px);position:absolute;top:0;width:1px}.profile>.left-section,.profile>.right-section{display:flex;flex-direction:column}.profile.for-user>.right-section{max-width:535px;width:100%}.profile.for-marketeer>.left-section,.profile.for-marketeer>.right-section,.profile.for-publisher>.left-section,.profile.for-publisher>.right-section{width:calc(50% - 24px)}.profile>.right-section{gap:16px}.profile>.right-section>.gender-container{display:flex;gap:48px}.profile>.right-section>button{font-size:18px;font-weight:700;height:48px}.profile>.left-section{gap:12px}.profile>.left-section>p{color:#000}.profile>.left-section>.logo{display:flex;gap:16px;justify-content:space-between}.profile>.left-section>.logo>div{display:flex;flex-direction:column;flex-grow:1;gap:12px}.profile>.left-section>.logo>div>button{background-color:#f1f6f9;border:1px solid hsla(42,12%,84%,.4);border-radius:15px;box-sizing:border-box;color:#bcc1ba;font-size:18px;font-weight:700;height:50px}.profile>.left-section>.logo>img{height:112px;width:112px}.profile>.left-section>.images-gallery{border:1px dashed hsla(190,8%,56%,.4);border-radius:15px;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:4px;height:177px;justify-content:center;margin-bottom:16px;padding:8px}.profile>.left-section>.images-gallery>img{height:50px;width:100px}.profile>.left-section>.image-input{align-items:center;border:1px solid hsla(103,5%,74%,.5);border-radius:15px;box-sizing:border-box;display:flex;height:48px;justify-content:center;position:relative;transition:background-color .3s}.profile>.left-section>.image-input:hover{background-color:#71dfe7}.profile>.left-section>.image-input>input{cursor:pointer;inset:0;opacity:0;position:absolute}.profile>.left-section>.image-input>p{color:#25828f;font-weight:700}@media screen and (max-width:768px){.profile.for-marketeer,.profile.for-publisher{align-items:center;flex-direction:column;gap:32px}.profile.for-marketeer>div:nth-child(2),.profile.for-publisher>div:nth-child(2){display:none}.profile.for-marketeer>.left-section,.profile.for-marketeer>.right-section,.profile.for-publisher>.left-section,.profile.for-publisher>.right-section{max-width:540px;width:100%}}@media screen and (max-width:480px){.profile>.right-section>button{font-size:16px}}.otp-modal{gap:16px}.otp-modal>svg{align-self:center;height:100px;width:80px}.otp-modal>div:nth-child(4){display:flex;justify-content:space-between}.otp-modal>div:nth-child(4)>button{background:none;border:none;font-size:14px;outline:none}.otp-modal>div:nth-child(4)>button:first-child{color:#25828f;direction:ltr}.otp-modal>div:nth-child(4)>button:last-child{color:#25828f;cursor:pointer}.otp-modal>p:nth-child(5){color:#000}.otp-modal>.otp-input{flex-direction:row-reverse;gap:8px;justify-content:space-between}.otp-modal>.otp-input>input{aspect-ratio:1/1;border:1px solid hsla(0,0%,93%,.5);border-radius:15px;box-shadow:inset 0 0 24px rgba(28,60,83,.08);box-sizing:border-box;font-size:25px;height:auto!important;margin-right:0!important;width:calc(16.66667% - 6.66667px)!important}.otp-modal .timer,.otp-modal>div:nth-child(7){align-items:center;display:flex;height:80px;justify-content:center;position:relative;width:80px}.otp-modal .timer>svg,.otp-modal>div:nth-child(7)>svg{stroke-dasharray:500;stroke-dashoffset:500;-webkit-animation:timerLength 120s linear forwards;animation:timerLength 120s linear forwards;height:100%;position:absolute;width:100%}.otp-modal .timer>svg rect,.otp-modal>div:nth-child(7)>svg rect{stroke:#25828f;-webkit-animation:timerColor 120s linear forwards;animation:timerColor 120s linear forwards}.otp-modal .timer{align-items:center!important;display:flex!important;justify-content:center!important}.otp-modal>p:nth-child(8){color:#869598;font-size:14px}.otp-modal>button{font-size:18px;font-weight:700;height:48px}@media screen and (max-width:480px){.otp-modal>.otp-input{gap:4px}.otp-modal>.otp-input>input{border-radius:10px;width:calc(16.66667% - 3.33333px)!important}}@-webkit-keyframes timerLength{to{stroke-dashoffset:230}}@keyframes timerLength{to{stroke-dashoffset:230}}@-webkit-keyframes timerColor{0%{stroke:#25828f}20%{stroke:#71dfe7}40%{stroke:#c2fff9}60%{stroke:#fff100}80%{stroke:#ff7f00}to{stroke:#000}}@keyframes timerColor{0%{stroke:#25828f}20%{stroke:#71dfe7}40%{stroke:#c2fff9}60%{stroke:#fff100}80%{stroke:#ff7f00}to{stroke:#000}}.text-indicator{align-items:center;border:1px solid hsla(190,8%,56%,.5);border-radius:15px;box-sizing:border-box;display:flex;height:48px;justify-content:space-between;padding:0 16px;position:relative}.text-indicator>p:first-child{background-color:#fcfcfc;box-sizing:border-box;color:#000;font-size:12px;padding:0 2px;position:absolute;right:16px;top:-10px}.text-indicator>p:nth-child(2){color:#25828f}.text-indicator>p:last-child{background-color:#25828f;border-radius:2px;box-sizing:border-box;color:#fcfcfc;font-size:14px;left:16px;opacity:0;padding:0 2px;position:absolute;top:-25px;transition:opacity .3s}.text-indicator>p:last-child.visible{opacity:1}.text-indicator.copiable{cursor:pointer}.settings{display:flex;gap:48px}.settings>div:first-child{display:flex;flex:1 1;flex-direction:column;gap:16px;position:relative}.settings>div:first-child>button{font-size:18px;font-weight:700;height:50px}.settings>div:first-child:after{background-color:hsla(103,5%,74%,.5);content:"";height:100%;left:-24px;position:absolute;top:0;width:1px}.settings>div:last-child{flex:1.4 1}.settings>div:last-child>p{content:#25828f}.settings>div:last-child>p:first-child{font-weight:700}.settings>div:last-child>p:nth-child(2){font-size:14px;margin:4px 0 24px}.settings>div:last-child>div{display:flex;gap:24px;margin-bottom:24px}.settings>div:last-child>div:last-child{margin-bottom:0}.settings>div:last-child>div>p{color:#25828f}@media screen and (max-width:768px){.settings{flex-direction:column}.settings>div{flex-grow:1}.settings>div:first-child>*{max-width:436px}.settings>div:first-child:after{bottom:-24px;height:1px;left:0;top:auto;width:100%}}@media screen and (max-width:480px){.settings>div:first-child>button{font-size:16px}}.wallets{display:flex;flex-wrap:wrap}.wallets,.wallets .wallet{box-sizing:border-box;width:100%}.wallets .wallet{padding:5px}.wallets .wallet .wallet-inner{border-radius:24px;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:185px;justify-content:space-between;overflow:hidden;padding:16px;position:relative}.wallets .wallet .wallet-inner .wallet-info{align-items:center;display:flex;gap:12px;justify-content:space-between;position:relative;z-index:2}.wallets .wallet .wallet-inner .wallet-info h2{align-items:center;display:flex;font-size:18px;gap:12px;justify-content:center;line-height:28px;margin:0}.wallets .wallet .wallet-inner .wallet-info h2 svg{height:20px;width:20px}.wallets .wallet .wallet-inner .wallet-info .btn-charge-wallet{align-items:center;background:#1c3c53;border:1px solid #fff;border-radius:8px;display:flex;height:32px;justify-content:center;margin:0;padding:0;width:32px}.wallets .wallet .wallet-inner .wallet-info .btn-charge-wallet.selected svg{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.wallets .wallet .wallet-inner .wallet-info .btn-charge-wallet:hover{opacity:.8}.wallets .wallet .wallet-inner .wallet-info .btn-charge-wallet svg path{fill:#fff}.wallets .wallet .wallet-inner .wallet-charge{display:flex;gap:12px;position:relative;z-index:2}.wallets .wallet .wallet-inner .wallet-charge .text-input{flex-grow:1}.wallets .wallet .wallet-inner .wallet-charge .btn-wallet-charge{background:#1c3c53;border:1px solid #fff;border-radius:8px;color:#fff;padding-left:12px;padding-right:12px}.wallets .wallet .wallet-inner .wallet-charge .btn-wallet-charge:hover{opacity:.8}.wallets .wallet .wallet-inner .wallet-price{align-self:flex-end;font-size:32px;font-style:normal;font-weight:700;margin:0;position:relative;z-index:2}.wallets .wallet .wallet-inner img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.wallets:after{content:"";flex:auto;width:50%}@media screen and (min-width:992px){.wallets .wallet{width:50%}}.upload-file-title{color:#516975;font-size:16px;font-style:normal;font-weight:700;margin:16px 0 12px}.image-preview-container{border:1px dashed #869598;border-radius:16px;display:flex;height:177px;justify-content:center;width:100%}.image-preview-container img{height:100%}.receipt-file-container{margin:12px 0 16px}.receipt-file-container label{align-items:center;background:#fcfcfc;border:1px solid #bcc1ba;border-radius:15px;color:#1c3c53;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:48px;justify-content:center;width:100%}.receipt-file-container label input{display:none}.btn-submit-receipt{align-items:center;background:#1c3c53;border:1.2px solid #1c3c53;border-radius:15px;color:#fcfcfc;display:flex;font-size:18px;font-style:normal;font-weight:700;height:51px;justify-content:center;width:100%}.credit-card{background:transparent;border:1px solid #dbd8d1;border-radius:10px;padding:16px 24px}.credit-card.credit-card-default{border:1px solid #009dae;box-shadow:inset 0 0 24px rgba(0,157,174,.2)}.credit-card .credit-card-actions{align-items:center;display:flex;gap:8px;justify-content:flex-start;margin-bottom:14px}.credit-card .credit-card-actions button{align-items:center;background:transparent;border:1px solid #dbd8d1;border-radius:5px;display:flex;height:32px;justify-content:center;outline:none;padding:0;width:32px}.credit-card .credit-card-actions button svg{width:16px}.credit-card .credit-card-number{color:#1c3c53;font-size:24px;font-style:normal;font-weight:400;line-height:38px;margin-bottom:7px;text-align:left}.credit-card .credit-card-owner{color:#516975;font-size:16px;font-style:normal;font-weight:400;line-height:25px;margin-bottom:0;text-align:start}.gadgets>p:first-child,.gadgets>p:nth-child(2){font-size:18px}.gadgets>p:first-child{color:#000}.gadgets>p:nth-child(2){color:#ff7f00;margin-bottom:24px}.gadgets>p.active-devices-title,.gadgets>p:nth-child(3),.gadgets>p:nth-child(4){color:#25828f;font-weight:700}.gadgets>p:nth-child(3){margin-bottom:16px}.gadgets>p:nth-child(4){margin-bottom:8px}.gadgets>div{align-items:center;display:flex;gap:5vw;margin-bottom:4px}.gadgets>div:last-child{margin-bottom:0}.gadgets>div>p{color:#25828f;font-size:14px;max-width:200px;min-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gadgets>div>.btn-delete-device{align-items:center;border:1px solid hsla(42,12%,84%,.5);border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.gadgets>div>.btn-delete-device:hover>svg path{fill:#ff7f00}.purchase-records{overflow:auto;width:100%}.purchase-records .table-responsive{overflow:auto;white-space:nowrap;width:100%}.purchase-records .table-responsive td,.purchase-records .table-responsive th{padding:0 8px;text-align:center}.purchase-records .products{align-items:flex-start;display:flex;flex-wrap:wrap;margin-top:15px}.purchase-records table{min-width:680px;width:100%}.purchase-records table>thead>tr{height:40px}.purchase-records table>thead>tr>th{color:#25828f;font-size:18px;font-weight:700;text-align:right}.purchase-records table>thead>tr>th:last-child{text-align:left}.purchase-records table>tbody>tr{height:40px}.purchase-records table>tbody>tr>td{color:#000}.purchase-records table>tbody>tr>td:last-child{text-align:left}@media screen and (max-width:1100px){.purchase-records table>thead>tr>th{font-size:16px}.purchase-records table>tbody>tr>td{font-size:14px}}.study-time-report>div:last-child{display:flex;justify-content:space-between}.study-time-report>div:last-child>div:last-child{border:1px solid hsla(42,12%,84%,.5);border-radius:10px;box-sizing:border-box;width:calc(100% - 324px)}@media screen and (max-width:768px){.study-time-report>div:last-child{align-items:center;flex-direction:column;gap:24px}.study-time-report>div:last-child>div:last-child{width:100%}}.study-time-report-header{align-items:flex-end;border-bottom:1px solid hsla(103,5%,74%,.5);box-sizing:border-box;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.study-time-report-header>div:first-child>p{color:#25828f;font-size:24px;font-weight:700;margin-bottom:12px}.study-time-report-header>div:first-child>div{display:flex;gap:8px}.study-time-report-header>div:first-child>div>p{color:#000}.study-time-report-header>div>p{color:#25828f;font-size:14px;font-weight:700}@media screen and (max-width:480px){.study-time-report-header{gap:16px}.study-time-report-header>div:first-child>p{font-size:20px}.study-time-report-header>div:first-child>div>p{font-size:14px}.study-time-report-header>div:first-child>div>svg{height:16px;width:16px}.study-time-report-header>div>p{font-size:12px}}.period-selector{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.period-selector>p{color:#25828f;font-size:24px;font-weight:700}@media screen and (max-width:480px){.period-selector>p{font-size:16px}}.study-indicator{border:1px solid hsla(103,5%,74%,.5);border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;height:391px;justify-content:space-between;max-width:308px;padding:24px 16px;width:100%}.study-indicator>p{align-self:center}.study-indicator>p:first-child{color:#25828f;font-size:24px;font-weight:700}.study-indicator>p:nth-child(2){color:#25828f}.study-indicator>div{display:flex;justify-content:space-evenly}.study-indicator>div>div{align-items:center;display:flex;flex-direction:column;gap:16px}.study-indicator>div>div>svg{height:80px;width:64px}.study-indicator>div>div>p{color:#25828f;font-weight:700}.study-indicator>a,.study-indicator>button{align-items:center;display:flex;font-size:18px;font-weight:700;height:50px;justify-content:center}@media screen and (max-width:480px){.study-indicator>button{font-size:16px}}.sales-records-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.sales-records-header>p{color:#25828f;font-weight:700;height:40px;line-height:40px}.sales-records-header>p:first-child{font-size:24px}.sales-records-header>p:nth-child(2),.sales-records-header>p:nth-child(3),.sales-records-header>p:nth-child(4){border-radius:5px;box-sizing:border-box;padding:0 8px}.sales-records-header>p:nth-child(2),.sales-records-header>p:nth-child(3){background-color:#fffccc}.sales-records-header>p:nth-child(4){background-color:#c2fff9}.sales-records-header>div>p{font-size:14px}@media screen and (max-width:480px){.sales-records-header>p:first-child{font-size:20px}.sales-records-header>p:nth-child(2),.sales-records-header>p:nth-child(3),.sales-records-header>p:nth-child(4){font-size:14px}}.sales-records-table{overflow:auto}.sales-records-table .yellow-row{background:#fffccc}.sales-records-table>table{border-collapse:collapse;border-spacing:0 8px;min-width:690px;width:100%}.sales-records-table>table>thead>tr{height:40px}.sales-records-table>table>thead>tr>th{color:#25828f;font-weight:700;text-align:right}.sales-records-table>table>thead>tr>th:first-child{box-sizing:border-box;padding-right:4px}.sales-records-table>table>thead>tr>th:last-child{box-sizing:border-box;padding-left:4px;text-align:left}.sales-records-table>table>tbody tr{border-radius:5px;height:40px}.sales-records-table>table>tbody tr:first-child{height:0!important}.sales-records-table>table>tbody tr.spacer{height:8px}.sales-records-table>table>tbody tr>td{color:#000;text-align:right}.sales-records-table>table>tbody tr>td:first-child{border-radius:0 5px 5px 0;box-sizing:border-box;padding-right:4px}.sales-records-table>table>tbody tr>td:last-child{border-radius:5px 0 0 5px;box-sizing:border-box;padding-left:4px;text-align:left}.sales-records-table>table>tbody tr.not-transferred{background-color:rgba(255,241,0,.2)}@media screen and (max-width:1000px){.sales-records-table>table>tbody>tr>td,.sales-records-table>table>thead>tr>th{font-size:14px}}@media screen and (max-width:768px){.sales-records-table>table>tbody>tr,.sales-records-table>table>thead>tr{height:32px}}.my-publishers-and-profit-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.my-publishers-and-profit-header>div{align-items:center;display:flex;gap:16px}.my-publishers-and-profit-header>div:first-child p{font-weight:700}.my-publishers-and-profit-header>div:first-child p.my-publishers-and-profit-title{collapse:#25828f;font-size:24px}.my-publishers-and-profit-header>div:first-child p.my-publishers-and-profit-month-price{background-color:#fffccc;border-radius:5px;height:48px;line-height:48px;padding:0 8px}.my-publishers-and-profit-header>div:last-child>p{background-color:#c2fff9;border-radius:5px;color:#25828f;font-weight:700;height:48px;line-height:48px;padding:0 8px;white-space:nowrap}.my-publishers-and-profit-header>div:last-child>div p{font-size:14px}@media screen and (max-width:1068px){.my-publishers-and-profit-header>div:first-child>p:first-child{font-size:20px}.my-publishers-and-profit-header>div:first-child>p:last-child{font-size:14px;height:32px;line-height:32px}.my-publishers-and-profit-header>div:last-child>p{font-size:14px;height:28px;line-height:28px}.my-publishers-and-profit-header>div:last-child>div p{font-size:12px}}@media screen and (max-width:950px){.my-publishers-and-profit-header{flex-direction:column;gap:16px}.my-publishers-and-profit-header>div{flex-wrap:wrap;justify-content:space-between;width:100%}}.my-publishers>div:last-child{overflow:auto}.my-publishers>div:last-child>table{border-collapse:initial;border-spacing:8px;min-width:540px;width:100%}.my-publishers>div:last-child>table>thead>tr{height:40px}.my-publishers>div:last-child>table>thead>tr>th{text-align:center}.my-publishers>div:last-child>table>tbody>tr{height:40px}.my-publishers>div:last-child>table>tbody>tr>td{color:#000;text-align:center}.my-publishers .my-publisher-logo{height:100px;object-fit:contain;object-position:center;width:100px}@media screen and (max-width:950px){.my-publishers>div:last-child>table>tbody>tr>td,.my-publishers>div:last-child>table>thead>tr>th{font-size:14px}}.profit .yellow-row{background:#fffccc}.profit>div:last-child{overflow:auto}.profit>div:last-child>table{border-collapse:collapse;border-spacing:8px;min-width:540px;width:100%}.profit>div:last-child>table>thead>tr{height:40px}.profit>div:last-child>table>thead>tr>th{text-align:right}.profit>div:last-child>table>thead>tr>th:last-child{text-align:left}.profit>div:last-child>table>tbody tr{height:40px}.profit>div:last-child>table>tbody tr:first-child{height:0!important}.profit>div:last-child>table>tbody tr.spacer{height:8px}.profit>div:last-child>table>tbody tr>td{color:#000;text-align:right}.profit>div:last-child>table>tbody tr>td:last-child{text-align:left}@media screen and (max-width:950px){.profit>div:last-child>table>tbody>tr>td,.profit>div:last-child>table>thead>tr>th{font-size:14px}}.marketer-register,.publisher-register{display:flex;justify-content:space-between;position:relative}.marketer-register .referral-input-container input,.publisher-register .referral-input-container input{font-family:sans-serif!important;text-align:center}.marketer-register>div:nth-child(2),.publisher-register>div:nth-child(2){background-color:hsla(103,5%,74%,.5);height:100%;left:calc(50% - .5px);position:absolute;top:0;width:1px}.marketer-register>.left-section,.marketer-register>.right-section,.publisher-register>.left-section,.publisher-register>.right-section{display:flex;flex-direction:column;width:calc(50% - 24px)}.marketer-register .uploader-zones,.publisher-register .uploader-zones{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.marketer-register>.right-section,.publisher-register>.right-section{gap:16px}.marketer-register>.right-section>.gender-container,.publisher-register>.right-section>.gender-container{display:flex;gap:48px}.marketer-register>.left-section,.publisher-register>.left-section{gap:12px}.marketer-register>.left-section>p,.publisher-register>.left-section>p{color:#000}.marketer-register>.left-section>.logo,.publisher-register>.left-section>.logo{display:flex;gap:16px;justify-content:space-between}.marketer-register>.left-section>.logo>div,.publisher-register>.left-section>.logo>div{display:flex;flex-direction:column;flex-grow:1;gap:12px}.marketer-register>.left-section>.logo>div>button,.publisher-register>.left-section>.logo>div>button{background-color:#f1f6f9;border:1px solid hsla(42,12%,84%,.4);border-radius:15px;box-sizing:border-box;color:#bcc1ba;font-size:18px;font-weight:700;height:50px}.marketer-register>.left-section>.logo>img,.publisher-register>.left-section>.logo>img{height:112px;width:112px}.marketer-register>.left-section>.images-gallery,.publisher-register>.left-section>.images-gallery{border:1px dashed hsla(190,8%,56%,.4);border-radius:15px;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:4px;height:177px;justify-content:center;margin-bottom:16px;padding:8px}.marketer-register>.left-section>.images-gallery>img,.publisher-register>.left-section>.images-gallery>img{height:50px;width:100px}.marketer-register>.left-section>.image-input,.publisher-register>.left-section>.image-input{align-items:center;border:1px solid hsla(103,5%,74%,.5);border-radius:15px;box-sizing:border-box;display:flex;height:48px;justify-content:center;position:relative;transition:background-color .3s}.marketer-register>.left-section>.image-input:hover,.publisher-register>.left-section>.image-input:hover{background-color:#71dfe7}.marketer-register>.left-section>.image-input>input,.publisher-register>.left-section>.image-input>input{cursor:pointer;inset:0;opacity:0;position:absolute}.marketer-register>.left-section>.image-input>p,.publisher-register>.left-section>.image-input>p{color:#25828f;font-weight:700}.marketer-register .submit-register,.publisher-register .submit-register{font-size:18px;font-weight:700;height:48px}@media screen and (max-width:768px){.publisher-register{align-items:center;flex-direction:column;gap:32px}.publisher-register>div:nth-child(2){display:none}.publisher-register>.left-section,.publisher-register>.right-section{max-width:540px;width:100%}}@media screen and (max-width:480px){.publisher-register>.right-section>button{font-size:16px}}.upload-zone{background:#fcfcfc;border:1px dashed hsla(190,8%,56%,.4);border-radius:15px;display:flex;flex-direction:column;flex-grow:1;min-height:173px;min-width:233px;position:relative;width:233px}.upload-zone .upload-zone-inner{align-items:center;cursor:pointer;display:flex;flex-grow:1;height:173px;justify-content:center;padding:8px;text-align:center;width:100%}.upload-zone .upload-zone-inner .upload-zone-info{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around;width:100%}.upload-zone .upload-zone-inner .upload-zone-info .upload-zone-preview{height:100%;object-fit:contain;object-position:center;width:100%}.upload-zone .upload-zone-inner .upload-zone-info p{color:#516975;font-size:14px;font-weight:700;max-width:100%;text-align:center;width:100%}.upload-zone .uploader-zone-files{padding:8px}.upload-zone .uploader-zone-files .uploader-zone-file{align-items:center;display:flex;justify-content:space-between}.upload-zone .uploader-zone-files .uploader-zone-file .btn-remove-file{background:#fcfcfc;border:1px solid #dbd8d1;border-radius:5px;height:24px;width:24px}.upload-zone .uploader-zone-files .uploader-zone-file .btn-remove-file svg{width:12px}.upload-zone .upload-zone-loading{background:hsla(0,0%,100%,.5);border-radius:15px;height:100%;left:0;top:0;width:100%;z-index:2}.upload-zone .btn-remove-outer-file,.upload-zone .upload-zone-loading{align-items:center;display:flex;justify-content:center;position:absolute}.upload-zone .btn-remove-outer-file{background:#fcfcfc;border:1px solid #dbd8d1;border-radius:5px;bottom:10px;height:32px;left:10px;width:32px}.upload-zone .btn-remove-outer-file svg{width:24px}.file-viewers-container{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding-top:10px;scroll-snap-type:x mandatory;width:100%}.file-viewers-container .file-viewer-container{scroll-snap-align:start}.file-viewer-container{height:200px;min-width:200px;position:relative;width:200PX}.file-viewer-container .file-viewer-view{border:1px solid #c6c6c6;border-radius:8px;height:100%;object-fit:contain;object-position:center;width:100%}.file-viewer-container .btn-remove-view{align-items:center;border:1px solid hsla(42,12%,84%,.5);border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;height:32px;justify-content:center;left:1px;padding:0;position:absolute;top:1px;width:32px}.my-product>div:first-child{border-bottom:1px solid hsla(103,5%,74%,.4);box-sizing:border-box;display:flex;margin-bottom:16px;padding-bottom:16px}@media screen and (max-width:768px){.my-product>div:first-child{align-items:center;flex-direction:column;gap:16px}}.form-right-section{box-sizing:border-box;padding-left:40px;width:45%}.form-right-section .product-title{color:#25828f;font-size:24px;font-weight:700;margin-bottom:16px}.form-right-section .categories-container,.form-right-section .sub-categories{margin-bottom:16px;margin-top:16px}.form-right-section .filter-categories-genres-container{display:flex;gap:16px}.form-right-section .filter-categories-genres-container .filter-category-container,.form-right-section .filter-categories-genres-container .genre-container{flex-basis:50%;flex-grow:1}.form-right-section textarea,.form-right-section>div{margin-top:16px}.form-right-section textarea:nth-child(2),.form-right-section>div:nth-child(2){margin-top:24px}.form-right-section>div:nth-child(3){align-items:flex-start;display:flex;gap:24px}.form-right-section>div:nth-child(3)>div:first-child label{height:auto}.form-right-section>div:nth-child(3)>div:first-child p{color:#25828f;font-weight:700}.form-right-section>div:nth-child(3)>div:last-child{display:flex;gap:16px}.form-right-section>textarea{height:144px}.form-right-section .badges-container{display:flex;flex-wrap:wrap;gap:16px;overflow-x:auto;overflow-y:hidden;width:100%}@media screen and (max-width:768px){.form-right-section{max-width:436px;padding-left:0;width:100%}}@media screen and (max-width:480px){.form-right-section>p{font-size:20px}.form-right-section>div:nth-child(3) p{font-size:14px}}.badge-container{align-items:center;background:#fff;border:.4px solid #dfdfdf;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:4px;height:27px;justify-content:center;padding:4px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.badge-container p{color:#606060;flex-grow:1;font-size:12px;font-style:normal;font-weight:400;margin:0;text-align:center;white-space:nowrap}.badge-container button{align-items:center;background:transparent;border:1px solid #606060;border-radius:4px;display:flex;height:14px;justify-content:center;outline:none;padding:0;width:14px}.badge-container button svg{height:8px;width:8px}.form-left-section{border-right:1px solid hsla(103,5%,74%,.4);box-sizing:border-box;padding-right:40px;width:55%}.form-left-section .uploader-zone-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.form-left-section .uploader-zone-container .uploader{max-width:none;width:100%}.form-left-section .uploader-zone-container .file-uploader,.form-left-section .uploader-zone-container .file-uploader>div{display:flex;flex-direction:column;flex-grow:1;gap:16px}.form-left-section .collection-container{margin-bottom:16px}.form-left-section .page-count-info{margin-top:16px}.form-left-section .btn-add-reviews-modal{background:#fcfcfc;border:1px solid #bcc1ba;border-radius:15px;color:#1c3c53;font-size:16px;font-style:normal;font-weight:700;height:48px;line-height:25px;margin:16px 0;width:100%}.form-left-section .product-actions{align-items:center;display:flex;gap:16px;justify-content:space-between}.form-left-section .product-actions button{border:1px solid;border-radius:15px;flex-grow:1;font-size:18px;font-style:normal;font-weight:700;height:48px;line-height:28px;text-align:center}.form-left-section .product-actions .btn-submit-product{background:#1c3c53;border-color:#1c3c53;color:#c2fff9}.form-left-section .product-actions .btn-cancel-product{background:#fcfcfc;border-color:#bcc1ba;color:#1c3c53}.form-left-section>button{display:block;height:48px;margin-top:16px;width:100%}.form-left-section .uploaded-files{display:flex;flex-wrap:wrap;gap:48px;justify-content:space-between;margin:16px 0 0}.form-left-section .price-type{display:flex;gap:12px 48px;margin:16px 0}.form-left-section .price-currency-selector{margin-bottom:16px}.form-left-section p.price-details{color:#bcc1ba;font-size:12px}.form-left-section .discount-text-input{margin-top:16px}@media screen and (min-width:576px){.form-left-section .uploader-zone-container .file-uploader>div{flex-direction:row}}@media screen and (min-width:769px){.form-left-section .uploader-zone-container .file-uploader>div{flex-direction:column}}@media screen and (min-width:992px){.form-left-section .uploader-zone-container .uploader{min-width:0;min-width:auto}.form-left-section .uploader-zone-container .file-uploader>div{flex-direction:row}}@media screen and (max-width:768px){.form-left-section{border-right:none;border-top:1px solid hsla(103,5%,74%,.4);max-width:610px;padding-right:0;width:100%}}.add-review-modal .add-review-title{color:#000;font-size:24px;font-style:normal;font-weight:700;line-height:38px;margin-bottom:33px;text-align:center}.add-review-modal .add-review-form{background:#fcfcfc;border:1px solid #dbd8d1;border-radius:20px 0 20px 20px;display:flex;flex-direction:column;gap:16px;padding:16px}.add-review-modal .add-review-form .reviews-not-founds{color:#1c3c53;font-size:18px;font-style:normal;font-weight:700;line-height:28px;padding:0;text-align:center;width:100%}.add-review-modal .add-review-form .review-text-input{height:221px}.add-review-modal .add-review-form .add-review-images{display:flex;gap:16px}.add-review-modal .add-review-form .add-review-images .review-image-info{display:flex;flex-basis:50%;flex-direction:column;flex-grow:1;gap:16px}.add-review-modal .add-review-form .add-review-images .review-image-info textarea{height:100%}.add-review-modal .add-review-form .add-review-images .review-image-info .btn-confirm-review-image{background:#fcfcfc;border:1px solid #bcc1ba;border-radius:15px;color:#1c3c53;font-size:18px;font-style:normal;font-weight:700;height:51px;line-height:28px;text-align:center}.add-review-modal .add-review-form .add-review-images .review-image-upload{flex-basis:50%;flex-grow:1}.add-review-modal .add-review-form .add-review-images .review-image-upload .uploader{height:100%;width:100%}.add-review-modal .add-review-form .review-actions{align-items:center;display:flex;gap:16px;justify-content:space-between}.add-review-modal .add-review-form .review-actions button{border:1px solid;border-radius:15px;flex-grow:1;font-size:18px;font-style:normal;font-weight:700;height:48px;line-height:28px;text-align:center}.add-review-modal .add-review-form .review-actions .btn-submit-review{background:#1c3c53;border-color:#1c3c53;color:#c2fff9}.add-review-modal .add-review-form .review-actions .btn-cancel-review{background:#fcfcfc;border-color:#bcc1ba;color:#1c3c53}.add-review-modal-tab-navigator{align-items:center;display:flex;justify-content:space-between}.add-review-modal-tab-navigator>div:first-child{box-sizing:border-box;display:flex;flex-grow:1;gap:16px;overflow:auto;padding-left:16px}.add-review-modal-tab-navigator>div:first-child>p{align-items:center;border:1px solid hsla(42,12%,84%,.5);border-bottom:none;border-radius:20px 20px 0 0;box-sizing:border-box;color:#25828f;cursor:pointer;display:flex;font-size:18px;height:60px;justify-content:center;padding:0 24px;transition:background-color .3s,color .3s;white-space:nowrap;width:90px}.add-review-modal-tab-navigator>div:first-child>p.active{background-color:#25828f;color:#fcfcfc}.add-review-modal-tab-navigator>div:last-child{align-items:center;display:flex;gap:16px;margin-bottom:16px;min-width:289px}.add-review-modal-tab-navigator>div:last-child .btn-add-review-section{background:#fcfcfc;border:.4px solid #bcc1ba;border-radius:15px;color:#1c3c53;flex-grow:1;font-size:18px;font-style:normal;font-weight:700;height:48px;line-height:28px;padding:0;text-align:center}.add-review-modal-tab-navigator>div:last-child .btn-remove-review-section{align-items:center;background:#fcfcfc;border:1px solid #dbd8d1;border-radius:5px;display:flex;height:48px;justify-content:center;padding:0;width:48px}.add-review-modal-tab-navigator>div:last-child .btn-remove-review-section svg{height:28px;width:24px}@media screen and (max-width:950px){.add-review-modal-tab-navigator>div:first-child{box-sizing:border-box;gap:10px;padding-left:10px;width:calc(100% - 208px)}.add-review-modal-tab-navigator>div:first-child>p{border-radius:15px 15px 0 0;font-size:16px;height:32px;line-height:32px;padding:0 16px}.add-review-modal-tab-navigator>div:last-child{align-items:center;gap:10px;width:198px}.add-review-modal-tab-navigator>div:last-child>button{font-size:14px;height:28px;min-width:160px}.add-review-modal-tab-navigator>div:last-child>div{height:28px;width:28px}.add-review-modal-tab-navigator>div:last-child>div>img{height:21px;width:18px}}.uploader{background:#fcfcfc;border:1px dashed hsla(190,8%,56%,.4);border-radius:15px;display:flex;flex-direction:column;flex-grow:1;max-width:240px;min-height:173px;min-width:233px;position:relative;width:233px}.uploader .uploader-inner{align-items:center;cursor:pointer;display:flex;flex-grow:1;height:173px;justify-content:center;padding:8px;text-align:center;width:100%}.uploader .uploader-inner .uploader-info{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around;width:100%}.uploader .uploader-inner .uploader-info .uploader-preview{height:100%;object-fit:contain;object-position:center;width:100%}.uploader .uploader-inner .uploader-info p{color:#516975;font-size:14px;font-weight:700;max-width:100%;text-align:center;width:100%}.uploader .uploader-files{padding:8px}.uploader .uploader-files .uploader-file{align-items:center;display:flex;justify-content:space-between}.uploader .uploader-files .uploader-file .btn-remove-file{background:#fcfcfc;border:1px solid #dbd8d1;border-radius:5px;height:24px;width:24px}.uploader .uploader-files .uploader-file .btn-remove-file svg{width:12px}.uploader .uploader-loading{background:hsla(0,0%,100%,.5);border-radius:15px;height:100%;left:0;top:0;width:100%;z-index:2}.uploader .btn-remove-outer-file,.uploader .uploader-loading{align-items:center;display:flex;justify-content:center;position:absolute}.uploader .btn-remove-outer-file{background:#fcfcfc;border:1px solid #dbd8d1;border-radius:5px;bottom:10px;height:32px;left:10px;width:32px}.uploader .btn-remove-outer-file svg{width:24px}.collections-modal{margin-top:24px}.collections-modal .btn-submit-collection{background:#1c3c53;border:1.2px solid #1c3c53;border-radius:15px;color:#fcfcfc;display:block;font-size:18px;font-style:normal;font-weight:700;height:48px;line-height:28px;margin:16px auto 0;max-width:320px;text-align:center;width:100%}.my-products .create-products{align-items:center;display:flex;gap:24px;justify-content:center;margin-bottom:16px}.my-products .create-products a{align-items:center;background:#1c3c53;border:1.5px solid #1c3c53;border-radius:15px;color:#c2fff9;display:flex;font-size:18px;font-style:normal;font-weight:700;height:51px;justify-content:center;line-height:28px;text-align:center}.my-products .create-products .btn-create-icon{display:none;width:51px}.my-products .create-products .btn-create{width:100%}.my-products .title-container-product{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.my-products .title-container-product p{color:#1c3c53;font-size:24px;font-style:normal;font-weight:700;line-height:38px;margin:0;text-align:start}.my-products .title-container-product a{color:#009dae;font-size:16px;font-style:normal;font-weight:700;line-height:25px;text-align:right}@media screen and (min-width:576px){.my-products .create-products{justify-content:flex-end}.my-products .create-products .btn-create-icon{display:flex}.my-products .create-products .btn-create{max-width:280px}}.my-products-list{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.my-products-list .load-more-container{align-items:center;display:flex;justify-content:center;margin-top:50px}.my-products-list .load-more-container button{background-color:#1c3c53;border-color:#1c3c53;border-radius:16px;color:#fff;font-size:14px;font-weight:700;height:50px;margin-bottom:0;max-width:250px;width:100%}.library{border:1px solid hsla(42,12%,84%,.5);border-radius:20px;box-shadow:-8px -8px 32px hsla(103,5%,74%,.1),8px 8px 40px hsla(103,5%,74%,.07),inset 8px 8px 16px hsla(0,0%,93%,.1);box-sizing:border-box}.library .title{color:#1c3c53;font-size:24px;font-style:normal;font-weight:700;line-height:38px}.library>div.tab-selector-container{display:flex;gap:16px;padding:16px 16px 0}.library>div.tab-selector-container>p{border:1px solid hsla(42,12%,84%,.5);border-radius:20px 20px 0 0;box-sizing:border-box;color:#25828f;cursor:pointer;font-size:18px;height:60px;line-height:60px;padding:0 24px;transition:background-color .3s,color .3s}.library>div.tab-selector-container>p.active{background-color:#25828f;color:#fcfcfc}.library>div.library-products-container{border:1px solid hsla(0,0%,93%,.5);border-radius:20px 20px 0 0;box-sizing:border-box;padding:32px}.library .title-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.library .title-container>p:last-child{color:#869598;cursor:pointer;transition:color .3s}.library .title-container>p:last-child:hover{color:#25828f}.library-title{color:#1c3c53;font-size:24px;font-weight:700;margin-bottom:8px}.library-description{color:#516975;font-size:18px;font-weight:400;margin-bottom:57px}.library-products{border:1px solid hsla(42,12%,84%,.5);border-radius:20px;box-shadow:-8px -8px 32px hsla(103,5%,74%,.1),8px 8px 40px hsla(103,5%,74%,.07),inset 8px 8px 16px hsla(0,0%,93%,.1);box-sizing:border-box;display:flex;flex-wrap:wrap;gap:12px 16px;padding:32px}.payment-verify{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;min-height:400px}.payment-verify .payment-failed,.payment-verify .payment-success{font-size:24px;font-weight:700;margin-bottom:15px}.payment-verify .payment-success{color:#07bc0c}.payment-verify .payment-failed{color:red}.payment-verify .return-to-app{align-items:center;background-color:#1c3c53;border-color:#1c3c53;border-radius:80px;color:#fff;display:flex;font-size:14px;font-weight:700;height:50px;justify-content:center;margin-bottom:0;min-width:150px;width:20%}.reader-container{height:100vh;overflow:hidden;position:relative}.reader-container *{-webkit-touch-callout:none!important;-webkit-user-select:none!important;user-select:none!important}.reader-container .reader-footer,.reader-container .reader-navbar{background:#fff;box-shadow:0 -1px 10px 5px rgba(0,0,0,.1);display:flex;gap:16px;height:52px;padding:8px 16px;width:100%;z-index:1}.reader-container .reader-footer .disabled-featured,.reader-container .reader-navbar .disabled-featured{cursor:not-allowed;opacity:.1}.reader-container .reader-footer button,.reader-container .reader-navbar button{align-items:center;background:none;border:2px solid #000;border-radius:8px;display:flex;justify-content:center;outline:none;padding:2px 4px}.reader-container .reader-footer button svg,.reader-container .reader-navbar button svg{width:24px}.reader-container .reader-footer .btn-exit,.reader-container .reader-navbar .btn-exit{-webkit-margin-start:auto;margin-inline-start:auto}.reader-container .reader-footer .book-title,.reader-container .reader-navbar .book-title{align-items:center;display:flex;flex-grow:1;font-size:18px;font-weight:700;justify-content:center;position:relative}.reader-container .reader-footer.classic,.reader-container .reader-navbar.classic{background:#f1e9de;color:#42312a}.reader-container .reader-footer.classic button,.reader-container .reader-navbar.classic button{border:2px solid #42312a}.reader-container .reader-footer.classic button svg,.reader-container .reader-navbar.classic button svg{width:24px}.reader-container .reader-footer.classic button svg path,.reader-container .reader-navbar.classic button svg path{fill:#42312a}.reader-container .reader-footer.dark,.reader-container .reader-navbar.dark{background:#333;box-shadow:0 -1px 10px 5px hsla(0,0%,100%,.1);color:#fff}.reader-container .reader-footer.dark button,.reader-container .reader-navbar.dark button{border:2px solid #fff}.reader-container .reader-footer.dark button svg,.reader-container .reader-navbar.dark button svg{width:24px}.reader-container .reader-footer.dark button svg path,.reader-container .reader-navbar.dark button svg path{fill:#fff}.reader-container .reader-navbar{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:opacity .2s linear,-webkit-transform .2s linear;transition:transform .2s linear,opacity .2s linear;transition:transform .2s linear,opacity .2s linear,-webkit-transform .2s linear}.reader-container .reader-navbar.show{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.reader-container .reader-footer{align-items:center;bottom:0;box-shadow:0 1px 10px 5px rgba(0,0,0,.1);display:flex;gap:0 50px;justify-content:center;left:0;position:fixed}.reader-container .reader-footer .page-number{font-size:20px;font-weight:700}.reader-container .reader-footer .btn-page-navigation{border:none!important;height:32px;width:32px}.reader-container .reader-footer .btn-page-navigation svg path{fill:#009dae}.reader-container .reader-footer .btn-page-navigation:first-child{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.reader-container .reader-footer .btn-page-navigation:last-child{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.reader-container .reader-sidebar{background:#fff;box-shadow:-1px 0 10px 5px rgba(0,0,0,.1);height:100vh;opacity:0;position:absolute;right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:opacity .3s ease-in-out,-webkit-transform .3s linear;transition:transform .3s linear,opacity .3s ease-in-out;transition:transform .3s linear,opacity .3s ease-in-out,-webkit-transform .3s linear;width:280px;z-index:2}.reader-container .reader-sidebar.classic{background:#f1e9de}.reader-container .reader-sidebar.dark{background:#333;box-shadow:-1px 0 10px 5px hsla(0,0%,100%,.1)}.reader-container .reader-sidebar.dark .reader-sidebar-body .toc-list li{padding:0 4px}.reader-container .reader-sidebar.dark .reader-sidebar-body .toc-list li .btn-toc{color:#fff}.reader-container .reader-sidebar.dark .reader-sidebar-body .highlights-list li .highlight-item{border:1px solid #ccc}.reader-container .reader-sidebar.dark .reader-sidebar-body .highlights-list li .highlight-item pre,.reader-container .reader-sidebar.dark .reader-sidebar-body .notes-list li .note-item pre{color:#fff;cursor:pointer;font-size:12px;text-align:start}.reader-container .reader-sidebar.dark .reader-sidebar-body .notes-list li .note-item p{color:#fff;font-size:14px;margin-bottom:0;text-align:start}.reader-container .reader-sidebar.dark .reader-sidebar-body .search-list li .search-item pre{color:#fff;cursor:pointer;font-size:12px;text-align:start}.reader-container .reader-sidebar.dark .reader-sidebar-body .empty-list,.reader-container .reader-sidebar.dark .reader-sidebar-body .reader-font-size .reader-font-size-value{color:#fff}.reader-container .reader-sidebar.reader-sidebar-open{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.reader-container .reader-sidebar .reader-sidebar-header{align-items:center;border-bottom:1px solid #ccc;display:flex;height:52px;justify-content:space-between;padding:8px 4px}.reader-container .reader-sidebar .reader-sidebar-header .reader-sidebar-title{color:#516975;font-weight:700}.reader-container .reader-sidebar .reader-sidebar-header .btn-close-reader-sidebar{align-items:center;background:none;border:none;display:flex;justify-content:center;outline:none}.reader-container .reader-sidebar .reader-sidebar-body{display:flex;flex-direction:column}.reader-container .reader-sidebar .reader-sidebar-body .sidebar-tabs{display:flex;height:32px;width:100%}.reader-container .reader-sidebar .reader-sidebar-body .sidebar-tabs button{align-items:center;background:transparent;border:none;display:flex;flex-grow:1;justify-content:center;outline:none;width:33.3333333333%}.reader-container .reader-sidebar .reader-sidebar-body .sidebar-tabs button svg{height:20px}.reader-container .reader-sidebar .reader-sidebar-body .sidebar-tabs button.selected-tab,.reader-container .reader-sidebar .reader-sidebar-body .sidebar-tabs button:hover{background:rgba(0,0,0,.1)}.reader-container .reader-sidebar .reader-sidebar-body .sidebar-tabs button:nth-child(2){border-left:1px solid #ccc;border-right:1px solid #ccc}.reader-container .reader-sidebar .reader-sidebar-body .toc-list{flex-grow:1;list-style:none;margin-top:0;max-height:calc(100vh - 412px);min-height:calc(100vh - 412px);overflow-y:auto;padding:0;position:relative}.reader-container .reader-sidebar .reader-sidebar-body .toc-list li{padding:0 4px}.reader-container .reader-sidebar .reader-sidebar-body .toc-list li .btn-toc{background:rgba(0,0,0,.04);border:none;border-bottom:1px solid #ccc;font-size:16px;overflow:hidden;padding:10px 8px;text-overflow:ellipsis;transition:background .3s ease-in-out;width:100%}.reader-container .reader-sidebar .reader-sidebar-body .toc-list li .btn-toc.btn-toc-active,.reader-container .reader-sidebar .reader-sidebar-body .toc-list li .btn-toc:hover{background:rgba(0,0,0,.08)}.reader-container .reader-sidebar .reader-sidebar-body .highlights-list{flex-grow:1;list-style:none;margin-top:0;max-height:calc(100vh - 412px);min-height:calc(100vh - 412px);overflow-y:auto;padding:0;position:relative}.reader-container .reader-sidebar .reader-sidebar-body .highlights-list li{margin-bottom:4px;padding:0 4px}.reader-container .reader-sidebar .reader-sidebar-body .highlights-list li .highlight-item{border:1px solid #ccc;border-radius:8px;direction:ltr;padding:0 4px}.reader-container .reader-sidebar .reader-sidebar-body .highlights-list li .highlight-item pre{cursor:pointer;font-size:12px;text-align:start}.reader-container .reader-sidebar .reader-sidebar-body .highlights-list li .highlight-item button{align-items:center;background:transparent;border:none;border-radius:8px;display:flex;height:32px;justify-content:center;margin-bottom:4px;margin-left:auto;outline:none;width:32px}.reader-container .reader-sidebar .reader-sidebar-body .highlights-list li .highlight-item button:hover{background:rgba(0,0,0,.1)}.reader-container .reader-sidebar .reader-sidebar-body .notes-list{flex-grow:1;list-style:none;margin-top:0;max-height:calc(100vh - 412px);min-height:calc(100vh - 412px);overflow-y:auto;padding:0;position:relative}.reader-container .reader-sidebar .reader-sidebar-body .notes-list li{margin-bottom:4px;padding:0 4px}.reader-container .reader-sidebar .reader-sidebar-body .notes-list li .note-item{border:1px solid #ccc;border-radius:8px;direction:ltr;padding:0 4px}.reader-container .reader-sidebar .reader-sidebar-body .notes-list li .note-item pre{cursor:pointer;font-size:12px;text-align:start}.reader-container .reader-sidebar .reader-sidebar-body .notes-list li .note-item p{font-size:14px;margin-bottom:0;text-align:start}.reader-container .reader-sidebar .reader-sidebar-body .notes-list li .note-item div{align-items:center;display:flex;justify-content:space-between}.reader-container .reader-sidebar .reader-sidebar-body .notes-list li .note-item button{align-items:center;background:transparent;border:none;border-radius:8px;display:flex;height:32px;justify-content:center;margin-bottom:4px;outline:none;width:32px}.reader-container .reader-sidebar .reader-sidebar-body .notes-list li .note-item button:hover{background:rgba(0,0,0,.1)}.reader-container .reader-sidebar .reader-sidebar-body .search-list{flex-grow:1;list-style:none;margin-top:0;max-height:calc(100vh - 412px);min-height:calc(100vh - 412px);overflow-y:auto;padding:0;position:relative}.reader-container .reader-sidebar .reader-sidebar-body .search-list li{margin-bottom:4px;padding:0 4px}.reader-container .reader-sidebar .reader-sidebar-body .search-list li .search-item{border:1px solid #ccc;border-radius:8px;direction:ltr;padding:0 4px}.reader-container .reader-sidebar .reader-sidebar-body .search-list li .search-item pre{cursor:pointer;font-size:12px;text-align:start}.reader-container .reader-sidebar .reader-sidebar-body .empty-list{position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.reader-container .reader-sidebar .reader-sidebar-body .reader-themes-title{color:#516975;font-weight:700;padding:8px}.reader-container .reader-sidebar .reader-sidebar-body .reader-themes{align-items:center;display:flex;gap:16px;justify-content:center;width:100%}.reader-container .reader-sidebar .reader-sidebar-body .reader-themes button{border-radius:8px;height:32px;outline:none;width:32px}.reader-container .reader-sidebar .reader-sidebar-body .reader-font{padding:0 8px}.reader-container .reader-sidebar .reader-sidebar-body .reader-font-size{align-items:center;display:flex;gap:16px;justify-content:center;width:100%}.reader-container .reader-sidebar .reader-sidebar-body .reader-font-size .reader-font-size-value{font-weight:700}.reader-container .reader-sidebar .reader-sidebar-body .reader-font-size button{border-radius:8px;height:32px;outline:none;padding:0;width:32px}.reader-container .reader-sidebar .reader-sidebar-body .reader-font-size button svg{width:8px}.reader-container .reader-sidebar .reader-sidebar-body .reader-font-size button svg path{fill:#000}.reader-container .render-tools{background:#fff;border-radius:8px;bottom:64px;box-shadow:0 1px 10px 5px rgba(0,0,0,.1);display:flex;gap:4px;left:50%;max-height:61px;max-width:320px;min-height:50px;opacity:0;padding:4px;pointer-events:none;position:fixed;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:opacity .1s linear;width:100%;z-index:1}.reader-container .render-tools.show{opacity:1;pointer-events:auto}.reader-container .render-tools button{align-items:center;background:transparent;border:none;border-radius:8px;display:flex;flex-direction:column;flex-grow:1;font-size:12px;gap:5px;justify-content:center;outline:none;padding:4px;width:33.3333333333%}.reader-container .render-tools button svg{height:21px}.reader-container .render-tools button:hover{background:rgba(0,0,0,.04)}.reader-container .render-tools.classic{background:#f1e9de;box-shadow:0 1px 10px 5px rgba(0,0,0,.1)}.reader-container .render-tools.classic button{color:#42312a}.reader-container .render-tools.dark{background:#333;box-shadow:0 1px 10px 5px hsla(0,0%,100%,.1)}.reader-container .render-tools.dark button{color:#fff}.reader-container .pdf-container{display:flex;flex-direction:column;height:calc(100vh - 104px);justify-content:start;overflow:auto}.reader-container .pdf-container.start{justify-content:start}.reader-container .pdf-container .react-pdf__Document{margin:auto}.reader-container .pdf-container .react-pdf__Page__canvas{margin:0 auto}.reader-container .pdf-container .react-pdf__Page__annotations{display:none}.note-modal{margin-top:50px}.note-modal button{font-weight:700;height:46px;margin-top:8px;width:100%}@media screen and (min-width:480px){.note-modal{margin-top:40px}}@media screen and (min-width:768px){.reader-container .reader-footer .book-title,.reader-container .reader-navbar .book-title{flex-grow:0;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.note-modal{margin-top:30px}}.zoom{gap:10px;height:50px;position:absolute;right:0;top:0;width:100%}.zoom,.zoom div{align-items:center;display:flex;justify-content:center}.zoom div{background-color:#fff;border-radius:10px;box-shadow:0 0 3px rgba(0,0,0,.35);height:24px;padding-inline:10px}.marketer-register{display:flex;justify-content:space-between;position:relative}.marketer-register>div:nth-child(2){background-color:hsla(103,5%,74%,.5);height:100%;left:calc(50% - .5px);position:absolute;top:0;width:1px}.marketer-register .uploader-zones{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.marketer-register>.left-section,.marketer-register>.right-section{display:flex;flex-direction:column;width:calc(50% - 24px)}.marketer-register>.right-section{gap:16px}.marketer-register>.right-section>.gender-container{display:flex;gap:48px}.marketer-register>.right-section>button{font-size:18px;font-weight:700;height:48px}.marketer-register>.left-section{gap:12px}.marketer-register>.left-section>p{color:#000}.marketer-register>.left-section>.logo{display:flex;gap:16px;justify-content:space-between}.marketer-register>.left-section>.logo>div{display:flex;flex-direction:column;flex-grow:1;gap:12px}.marketer-register>.left-section>.logo>div>button{background-color:#f1f6f9;border:1px solid hsla(42,12%,84%,.4);border-radius:15px;box-sizing:border-box;color:#bcc1ba;font-size:18px;font-weight:700;height:50px}.marketer-register>.left-section>.logo>img{height:112px;width:112px}.marketer-register>.left-section>.images-gallery{border:1px dashed hsla(190,8%,56%,.4);border-radius:15px;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:4px;height:177px;justify-content:center;margin-bottom:16px;padding:8px}.marketer-register>.left-section>.images-gallery>img{height:50px;width:100px}.marketer-register>.left-section>.image-input{align-items:center;border:1px solid hsla(103,5%,74%,.5);border-radius:15px;box-sizing:border-box;display:flex;height:48px;justify-content:center;position:relative;transition:background-color .3s}.marketer-register>.left-section>.image-input:hover{background-color:#71dfe7}.marketer-register>.left-section>.image-input>input{cursor:pointer;inset:0;opacity:0;position:absolute}.marketer-register>.left-section>.image-input>p{color:#25828f;font-weight:700}@media screen and (max-width:768px){.marketer-register{align-items:center;flex-direction:column;gap:32px}.marketer-register>div:nth-child(2){display:none}.marketer-register>.left-section,.marketer-register>.right-section{max-width:540px;width:100%}}@media screen and (max-width:480px){.marketer-register>.right-section>button{font-size:16px}}.auth-modal{gap:16px}.auth-modal>svg{align-self:center;height:100px;width:80px}.auth-modal>label{align-self:flex-start}.auth-modal>button:nth-child(7){align-self:flex-start;background-color:initial;border:none;color:#25828f;font-size:16px}.auth-modal>button:nth-child(8){font-size:18px;font-weight:700;height:48px}.auth-modal>.line{background-color:hsla(42,12%,84%,.5);height:1px}.auth-modal>.line+div{align-items:center;display:flex;gap:8px}.auth-modal>.line+div,.auth-modal>.line+div+button,.auth-modal>.line+div+p{color:#000;cursor:pointer}@media screen and (max-width:480px){.auth-modal{gap:10px}.auth-modal>svg{height:80px;width:54px}.auth-modal>button:nth-child(7){font-size:14px}.auth-modal>.invite-code-input{margin-bottom:8px}.auth-modal>button:nth-child(8){font-size:16px;height:40px}.auth-modal>.line+div+button,.auth-modal>.line+div+p,.auth-modal>.line+div>p{font-size:14px}}.auth-form-tab-navigator{display:flex;gap:8px}.auth-form-tab-navigator>button{background-color:initial;border:1px solid hsla(42,12%,84%,.5);border-radius:20px 20px 0 0;box-sizing:border-box;color:#25828f;font-size:16px;padding:8px 12px;transition:background-color .3s,color .3s}.auth-form-tab-navigator>button:hover{color:#ff7f00}.auth-form-tab-navigator>button.active{background-color:#25828f;color:#fcfcfc}@media screen and (max-width:480px){.auth-form-tab-navigator>button{border-radius:15px 15px 0 0;font-size:14px;padding:6px 10px}}.username-login{display:flex;flex-direction:column}.email-login-modal,.username-login{gap:16px}.email-login-modal>svg,.username-login>svg{align-self:center;height:100px;width:80px}.email-login-modal p.forget-password,.email-login-modal>p:nth-child(5),.username-login p.forget-password,.username-login>p:nth-child(5){color:#869598;cursor:pointer;font-size:14px}.email-login-modal>button,.username-login>button{font-size:18px;font-weight:700;height:48px}@media screen and (max-width:480px){.email-login-modal,.username-login{gap:12px}.email-login-modal>svg,.username-login>svg{height:80px;width:64px}.email-login-modal>button,.username-login>button{font-size:16px;height:40px}}.log-out-modal{gap:16px;padding-top:48px!important}.log-out-modal>svg{align-self:center;height:70px;width:80px}.log-out-modal>p:nth-child(3){margin:-8px 0 16px}.log-out-modal>div:last-child{display:flex;justify-content:space-between}.log-out-modal>div:last-child>button{font-size:18px;font-weight:700;height:48px;width:calc(50% - 8px)}@media screen and (max-width:480px){.log-out-modal{gap:12px;padding-top:32px!important}.log-out-modal>div:last-child>button{height:40px}}.welcome-modal>svg{align-self:center}.welcome-modal>p{color:#25828f;margin-top:16px}.max-connection{gap:16px}.max-connection p{font-size:14px!important}.max-connection .max-connection-devices{gap:1vw;justify-content:space-between}.max-connection .max-connection-devices button{align-items:center;background:none;border:none;display:flex;height:30px;justify-content:center;outline:none;width:30px}.not-found .not-found-container{align-items:center;display:flex;flex-direction:column;height:500px;justify-content:center}.not-found .not-found-container svg{fill:#516975;opacity:.5;width:200px}.not-found .not-found-container p{color:#000;font-size:24px;margin-top:18px}@-webkit-keyframes growDown{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}80%{-webkit-transform:scaleY(1.1);transform:scaleY(1.1)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes growDown{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}80%{-webkit-transform:scaleY(1.1);transform:scaleY(1.1)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes shrinkUp{0%{-webkit-transform:scaleY(1);transform:scaleY(1)}20%{-webkit-transform:scaleY(1.1);transform:scaleY(1.1)}to{-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes shrinkUp{0%{-webkit-transform:scaleY(1);transform:scaleY(1)}20%{-webkit-transform:scaleY(1.1);transform:scaleY(1.1)}to{-webkit-transform:scaleY(0);transform:scaleY(0)}}body,p{margin:0}body{font-family:IRANSans,"sans-serif"}*{box-sizing:border-box!important}pre{font-family:IRANSans,"sans-serif";white-space:pre-wrap}button{cursor:pointer;font-family:inherit;padding:0}a{color:inherit;text-decoration:none}input{background:none;border:none;font-family:inherit;outline:none;padding:0}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}svg path{transition:fill .3s,stroke .3s}textarea{background-color:#fcfcfc;border:1px solid hsla(42,12%,84%,.5);border-radius:12px;box-sizing:border-box;color:#bcc1ba;font-family:inherit;font-size:16px;outline:none;padding:12px 24px;resize:none;transition:color .3s,border-color .3s;width:100%}textarea::-webkit-input-placeholder{color:inherit}textarea::placeholder{color:inherit}textarea:focus,textarea:hover{border:1px solid hsla(190,8%,56%,.5);color:#869598}textarea:disabled{border:1px solid hsla(42,12%,84%,.5);color:#bcc1ba;cursor:not-allowed;opacity:.7}@media screen and (max-width:480px){textarea{border-radius:8px;font-size:12px;padding:8px 16px}}@font-face{font-display:swap;font-family:IRANSans;font-style:normal;font-weight:300;src:url(/static/media/IRANSans-Light.52a6e4a6b8d691a943a5.woff2) format("woff2"),url(/static/media/IRANSans-Light.9a58895abb2c1d09f297.woff) format("woff"),url(/static/media/IRANSans-Light.0a26ee4f32bfce0b41f0.ttf) format("truetype")}@font-face{font-display:swap;font-family:IRANSans;font-style:normal;font-weight:400;src:url(/static/media/IRANSans-Regular.9984828f130c9e9d808b.woff2) format("woff2"),url(/static/media/IRANSans-Regular.b90d471d8bf088ddb9e2.woff) format("woff"),url(/static/media/IRANSans-Regular.e9f6e69dedd7de336a37.ttf) format("truetype")}@font-face{font-display:swap;font-family:IRANSans;font-style:normal;font-weight:700;src:url(/static/media/IRANSans-Bold.229591131bac34a73426.woff2) format("woff2"),url(/static/media/IRANSans-Bold.205ae28c3357297aa707.woff) format("woff"),url(/static/media/IRANSans-Bold.22a8f6145a9726b1b5d5.ttf) format("truetype")}@font-face{font-display:swap;font-family:Vazir;font-style:normal;font-weight:300;src:url(/static/media/Vazir-Light.acb6acb54afc6a9a4423.woff2) format("woff2"),url(/static/media/Vazir-Light.caa9f23dbd02e18916b0.woff) format("woff"),url(/static/media/Vazir-Light.cbb41bbc80aabe4a8be5.ttf) format("truetype")}@font-face{font-display:swap;font-family:Vazir;font-style:normal;font-weight:400;src:url(/static/media/Vazir-Regular.a360dc26407972d3cb7d.woff2) format("woff2"),url(/static/media/Vazir-Regular.806537dbf5ba4d9ab402.woff) format("woff"),url(/static/media/Vazir-Regular.a24d67ce7f999b3cef04.ttf) format("truetype")}@font-face{font-display:swap;font-family:Vazir;font-style:normal;font-weight:700;src:url(/static/media/Vazir-Bold.0135812b3d7792a1ec26.woff2) format("woff2"),url(/static/media/Vazir-Bold.7344d486ecbb56a9b3e5.woff) format("woff"),url(/static/media/Vazir-Bold.6ca8f81989073f9a7f7b.ttf) format("truetype")}@font-face{font-display:swap;font-family:Kurdish;font-style:normal;font-weight:lighter;src:url(/static/media/K24KURDISH-Light.53db9efabf8e046fd871.ttf) format("truetype")}@font-face{font-display:swap;font-family:Kurdish;font-style:normal;font-weight:700;src:url(/static/media/K24KURDISH-Bold.55790189a442e29bea42.ttf) format("truetype")}@font-face{font-display:swap;font-family:Goran;font-style:normal;font-weight:400;src:url(/static/media/KGoran.28684696750bb3909831.ttf) format("truetype")}@font-face{font-display:swap;font-family:Mahan;font-style:normal;font-weight:400;src:url(/static/media/UniMahanRiham.56969cf6fec9a5053cdc.ttf) format("truetype")}:root{--primary:#42bfdf}.app-wrapper{align-items:center;display:flex;flex-direction:column}.app-wrapper>.app-container{box-sizing:border-box;display:flex;flex-direction:column;max-width:1440px;padding:8px 0 24px;width:100%}.app-wrapper>.app-container>.content-container{box-sizing:border-box;padding:24px 8.5% 64px;width:100%}.app-wrapper>.app-container>.content-container:-webkit-full-screen{padding:0}.app-wrapper>.app-container>.content-container:fullscreen{padding:0}.app-wrapper>.app-container>.content-container::-webkit-backdrop{background:#fff}.app-wrapper>.app-container>.content-container::backdrop{background:#fff}.toast-container{top:4rem!important}.shopping-cart-action{position:relative}.shopping-cart-action .shopping-cart-count{align-items:center;background:#516975;border-radius:50%;bottom:-4px;color:#fff;display:flex;height:18px;justify-content:center;pointer-events:none;position:absolute;right:-4px;width:18px}@media screen and (max-width:950px){.app-wrapper>.app-container>.content-container{padding:24px 5% 48px}}@media screen and (max-width:768px){.app-wrapper>.app-container>.content-container{padding:20px 16px 32px}}@media screen and (max-width:480px){.app-wrapper>.app-container>.content-container{padding:16px 8px 24px}}.button{border:1px solid;border-radius:15px;box-sizing:border-box;font-weight:500;transition:background-color .3s,color .3s,border-color .3s}.button.primary{background-color:#25828f;border-color:#25828f;color:#fff}.button.primary:hover{border-color:#71dfe7;color:#c2fff9}.button.secondary{background-color:#71dfe7;border-color:#71dfe7;color:#fff}.button.secondary:hover{border-color:#25828f}.button.ternary{background-color:#fff;border-color:#bcc1ba;color:#25828f}.button.ternary:hover{border-color:#ff7f00;color:#ff7f00}.button.toggle{background-color:#fcfcfc;border-color:#bcc1ba;color:#869598}.button.toggle:hover{background-color:#71dfe7;color:#25828f}.button.toggle.active{background-color:#fcfcfc;border-color:#25828f;color:#25828f}.button:disabled{background-color:#f1f6f9;border:1px solid hsla(42,12%,84%,.4);color:#bcc1ba;cursor:not-allowed}.button:disabled:hover{background-color:#f1f6f9;border-color:hsla(42,12%,84%,.4);color:#bcc1ba}@media screen and (max-width:768px){.button{border-radius:12px}}@media screen and (max-width:480px){.button{border-radius:8px}}@media screen and (max-width:768px){.tab-selector-container{gap:8px!important;padding:8px 8px 0!important}.tab-selector-container p{font-size:16px!important;height:auto!important;line-height:30px!important;padding:4px 8px!important}}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}#hidden-render-div{-webkit-backface-visibility:hidden;backface-visibility:hidden;content-visibility:hidden;visibility:hidden}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%;z-index:1}.react-loading-skeleton:after{-webkit-animation-direction:var(--animation-direction);animation-direction:var(--animation-direction);-webkit-animation-duration:var(--animation-duration);animation-duration:var(--animation-duration);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:react-loading-skeleton;animation-name:react-loading-skeleton;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-out;visibility:hidden;will-change:opacity,visibility}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:.9;opacity:var(--rt-opacity);visibility:visible}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:-webkit-max-content;width:max-content}.styles-module_arrow__K0L3T{height:8px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:8px}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}
/*# sourceMappingURL=main.8c95e81e.css.map*/