button.primary,button.secondary{display:inline-flex;min-width:212px;padding:1rem;justify-content:center;align-items:center;gap:.625rem;border-radius:1rem;font-family:Montserrat,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;letter-spacing:.18px;border:none;outline-offset:0;width:-moz-fit-content;width:fit-content}button.primary:hover,button.secondary:hover{cursor:pointer}button.primary{background:var(--color-blue);color:var(--color-white);animation:animateOutline 2s ease infinite;outline:.5rem solid var(--color-blue)}@keyframes animateOutline{0%{outline-width:0;outline-offset:0;outline-color:#1e4cf080}10%{outline-color:#1e4cf080}50%{outline-color:#1e4cf080;outline-width:.5rem}90%{outline-color:#1e4cf080}to{outline-color:#1e4cf000;outline-width:0}}button.primary:hover{border-radius:16px;background:var(--gradient-2)}button.secondary{border-radius:1rem;outline:2px solid var(--color-blue);background:#0000;color:var(--color-blue)}button.secondary:hover{outline:5px solid var(--color-blue)}.nav-link{display:inline-flex;justify-content:center;align-items:center;align-self:center;gap:10px;color:var(--color-black);font-size:18px;font-style:normal;font-weight:500;line-height:normal;text-decoration:none}.nav-link:hover{background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}input[type=text],input[type=email],textarea{display:flex;padding:1rem;border-radius:1rem;border:1.5px solid var(--color-web-light-gray, #F4F4F4);background:var(--color-white, #FFF);box-sizing:border-box}input[type=text]:focus,input[type=email]:focus,textarea:focus{border-color:var(--color-blue);outline:none}input[type=text]::-moz-placeholder,input[type=email]::-moz-placeholder,textarea::-moz-placeholder{color:var(--Secondary-text, #B1B1B1);font-family:Montserrat;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}input[type=text]::placeholder,input[type=email]::placeholder,textarea::placeholder{color:var(--Secondary-text, #B1B1B1);font-family:Montserrat;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}.benefits{padding:2rem 1rem;display:flex;flex-direction:column;gap:1.5rem;justify-content:stretch}@media (min-width: 768px){.benefits{padding:2.5rem 1.5rem;gap:2.5rem}}@media (min-width: 1080px){.benefits{justify-content:center;padding:5rem 4.25rem;align-items:center;gap:3.75rem}}@media (min-width: 1920px){.benefits{padding:5rem 10rem}}.benefits h2{text-align:left;margin:0;font-size:2rem;font-weight:600;background:var(--gradient-2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (min-width: 768px){.benefits h2{text-align:center}}.benefits__list{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.benefits__list{width:720px;align-self:center}}@media (min-width: 1080px){.benefits__list{width:auto;flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:100rem}}.benefits__list__item{display:flex;flex-direction:column;gap:1rem;padding:1rem;align-items:center;justify-content:center;align-self:stretch;border-radius:1.5rem;background:var(--color-white);box-shadow:0 0 36px #1e4cf033}@media (min-width: 768px){.benefits__list__item{flex-direction:row}}@media (min-width: 1080px){.benefits__list__item{box-sizing:border-box;max-width:-moz-fit-content;max-width:fit-content;min-height:80px}.benefits__list__item:nth-of-type(1){width:40%}.benefits__list__item:nth-of-type(2){width:30%}.benefits__list__item:nth-of-type(3){width:38.5%}.benefits__list__item:nth-of-type(4){width:55.8%}.benefits__list__item:nth-of-type(5){width:46.8%}.benefits__list__item:nth-of-type(6){width:46.1%}.benefits__list__item:nth-of-type(7){width:50%}.benefits__list__item:nth-of-type(8){width:41.8%}.benefits__list__item:nth-of-type(9){width:46.1%}}@media (min-width: 1920px){.benefits__list__item{max-width:706px;min-height:auto;padding:1.5rem;width:auto!important}.benefits__list__item:nth-of-type(6){max-width:590px}.benefits__list__item:nth-of-type(7){max-width:630px}.benefits__list__item:nth-of-type(8){max-width:706px}.benefits__list__item:nth-of-type(9){max-width:590px}}.benefits__list__item__header{display:flex;flex-direction:column;gap:.5rem;width:100%;align-items:center;justify-content:center}@media (min-width: 768px){.benefits__list__item__header{align-items:start}}.benefits__list__item__header h3{font-size:1.125rem;text-align:center}@media (min-width: 768px){.benefits__list__item__header h3{font-size:1.5rem;text-align:left}}.benefits__list__item__header span.description{text-align:center}@media (min-width: 768px){.benefits__list__item__header span.description{text-align:left;font-size:1.125rem}}.benefits__list__item__icon{display:flex}.benefits__list__item__icon svg{width:80px;height:80px}@media (min-width: 1920px){.benefits__list__item__icon svg{width:100px;height:100px}.benefits__list__item__icon svg:nth-of-type(1){width:80px;height:80px}}.download{padding:2rem 0;display:none;flex-direction:column;position:relative;gap:2rem;align-items:center}@media (min-width: 768px){.download{padding:5rem 0}}@media (min-width: 1080px){.download{padding:1rem 4.25rem 5rem;display:flex;flex-direction:row;justify-content:center;margin-top:5rem}}@media (min-width: 1920px){.download{align-items:stretch;padding:1rem 10rem 5rem}}.download__wrapper{margin-top:0}@media (min-width: 1920px){.download__wrapper{width:920px}}.download__mobile{display:flex}@media (min-width: 1080px){.download__mobile{display:none}}.download__header{position:relative;display:flex;flex-direction:column;align-items:center;align-self:stretch;padding:0 1rem}@media (min-width: 768px){.download__header{padding:0 4.25rem}}@media (min-width: 1080px){.download__header{flex-direction:row;padding:0}}@media (min-width: 768px){.download__header__inner-wrapper{display:flex;align-items:center;height:234px;margin-top:-10px}}@media (min-width: 1080px){.download__header__inner-wrapper{margin-top:0}}.download__header h1,.download__header h2{text-align:start;color:var(--color-white)}@media (min-width: 768px){.download__header h1,.download__header h2{max-width:632px;font-size:3rem}}@media (min-width: 1080px){.download__header h1,.download__header h2{font-size:3rem;max-width:none;margin-top:3.5rem}}@media (min-width: 1336px){.download__header h1,.download__header h2{font-size:3.5rem;margin-top:0}}.download__header__description{font-size:1.25rem;margin-top:2.5%;font-weight:500;font-style:normal;line-height:normal}@media (min-width: 768px){.download__header__description{font-size:1.5rem;max-width:632px}}@media (min-width: 1080px){.download__header__description{max-width:none;width:auto;margin-top:80px;align-self:start}}@media (min-width: 1920px){.download__header__description{margin-top:50px}}.download__header__image__sm{position:absolute;bottom:-5rem;width:100%;height:350px;z-index:-1;-o-object-fit:fill;object-fit:fill;display:block}@media (min-width: 768px){.download__header__image__sm{display:none}}.download__header__image__md{display:none}@media (min-width: 768px){.download__header__image__md{position:absolute;top:-10rem;width:100%;height:555px;z-index:-1;-o-object-fit:fill;object-fit:fill;display:block}}@media (min-width: 1080px){.download__header__image__md{display:none}}.download__header__image__part-2{display:none}@media (min-width: 1080px){.download__header__image__part-2{display:block;position:absolute;z-index:-1;-o-object-fit:fill;object-fit:fill;width:70vw;max-width:70%;left:30vw;height:520px;top:calc(-19.5rem + 130px)}}@media (min-width: 1336px){.download__header__image__part-2{top:-19.5rem;height:650px}}@media (min-width: 1920px){.download__header__image__part-2{left:30vw;top:-12.5rem;height:500px}}.download__body{display:flex;flex-direction:column;gap:2rem;align-items:flex-start;padding:0 1rem;font-size:1.25rem}@media (min-width: 768px){.download__body{padding:0;width:632px;box-sizing:border-box}}@media (min-width: 1080px){.download__body{width:auto;padding:0}}@media (min-width: 1920px){.download__body{align-items:flex-start}}.download__body__description{font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal}.download__body button{align-self:center}@media (min-width: 768px){.download__body button{align-self:auto}}.download__footer{display:flex;align-self:start;flex-direction:column;gap:.5rem}@media (min-width: 1080px){.download__footer{margin-top:2rem}}@media (min-width: 1920px){.download__footer .description{font-size:1.125rem}}.download__footer a{font-size:1.125rem;font-style:normal;font-weight:600;line-height:normal;text-decoration:none;background:var(--Gradient-2, linear-gradient(90deg, #1E4CF0 0%, #1FDAFF 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (min-width: 768px){.download__footer a{font-size:1.5rem}}.download__mockup-wrapper img{display:none}@media (min-width: 1080px){.download__mockup-wrapper img{position:absolute;display:block;width:calc(30vw + .5px);left:0;z-index:-1;height:520px;top:42px}}@media (min-width: 1336px){.download__mockup-wrapper img{height:650px;top:-2rem}}@media (min-width: 1920px){.download__mockup-wrapper img{height:500px;top:calc(1rem - 1px)}}.download__mockup-wrapper__image{justify-self:center;background-image:url(https://static.epub-reader.io/dist/assets/download-pc-mockup-D2ETyk0J.webp);background-size:contain;background-repeat:no-repeat;background-position:center;width:328px;height:268px;margin-left:10%}@media (min-width: 768px){.download__mockup-wrapper__image{width:510px;height:415px;margin:0}}@media (min-width: 1080px){.download__mockup-wrapper__image{width:38vw;max-width:510px;height:414px}}@media (min-width: 1920px){.download__mockup-wrapper__image{height:553px;width:680px}}.faq{padding:2rem 1rem;display:flex;flex-direction:column;gap:2.5rem;justify-content:stretch}@media (min-width: 768px){.faq{padding:5rem 1.5rem}}@media (min-width: 1080px){.faq{justify-content:center;padding:5rem 4.25rem;align-items:center}}@media (min-width: 1920px){.faq{padding:5rem 10rem}}.faq h2{text-align:left;margin:0;font-size:2rem;color:var(--color-blue)}@media (min-width: 768px){.faq h2{text-align:center}}.faq__list{display:flex;justify-content:stretch;flex-direction:column;gap:1rem;width:1052px;max-width:100%;margin:0 auto}.faq__list__item{display:flex;flex-direction:column;gap:16px;cursor:pointer;padding:24px;border-radius:1rem;border:1px solid rgba(0,0,0,.1);background:var(--color-white);transition:all .3s ease-in-out}.faq__list__item:hover{box-shadow:0 0 36px #1e4cf033}.faq__list__item__header{display:flex;gap:.5rem;align-items:center;justify-content:space-between}.faq__list__item__header__icon{width:24px;height:24px;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%209.46782C18%209.46782%2013.5811%2015.4678%2012%2015.4678C10.4188%2015.4678%206%209.46777%206%209.46777'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;transition:transform .3s ease-in-out;flex-shrink:0}.faq__list__item__header h3{font-size:1.125rem}@media (min-width: 768px){.faq__list__item__header h3{font-size:1.5rem}}.faq__list__item__body{display:none}.faq__list__item--active .faq__list__item__body{display:flex}.faq__list__item--active .faq__list__item__body .description{font-size:1.125rem}.faq__list__item--active .faq__list__item__header__icon{transform:rotate(-180deg)}.features{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem;background:radial-gradient(circle at 50% 60%,var(--color-soft-blue) 0%,transparent 50%)}@media (min-width: 768px){.features{padding:2.5rem 1.5rem}}@media (min-width: 1080px){.features{background:none;padding:5rem 4.25rem}}@media (min-width: 1920px){.features{padding:5rem 10rem}}.features h2{color:var(--color-blue);font-weight:600}.features-header{color:var(--color-blue)}.features-header--hidden{display:none}.features__content{display:flex;flex-direction:column;gap:2.5rem;align-self:stretch;position:relative}@media (min-width: 768px){.features__content{align-items:center;max-width:720px;align-self:center}}@media (min-width: 1080px){.features__content{max-width:none}}@media (min-width: 1920px){.features__content{max-width:1600px;align-self:center}}.features__content h2{font-size:2rem;background:var(--gradient-2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (min-width: 1920px){.features__content h2{align-self:flex-start}}.features__content__body{display:flex;width:100%;height:-moz-fit-content;height:fit-content;justify-content:space-between;align-items:center}@media (min-width: 768px){.features__content__body{gap:1.5rem;flex-direction:column}}@media (min-width: 1920px){.features__content__body{flex-direction:row;align-items:stretch;gap:6.25rem}}.features__content__body__list{display:flex;flex-direction:column;gap:1.5rem;width:100%;position:relative}@media (min-width: 1080px){.features__content__body__list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);width:auto}}@media (min-width: 1920px){.features__content__body__list{display:flex;flex-direction:column;max-width:-moz-fit-content;max-width:fit-content;width:620px}}.features__content__body__list__hidden{display:none}.features__content__body__list__item{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;border-radius:1rem;box-shadow:0 0 17.6px #1e4cf01a;align-items:flex-start;align-self:stretch;cursor:pointer;background:#fff}@media (min-width: 768px){.features__content__body__list__item{box-sizing:border-box}}@media (min-width: 1080px){.features__content__body__list__item{max-width:588px}}@media (min-width: 1920px){.features__content__body__list__item{flex:1;width:auto}}@media (min-width: 768px){.features__content__body__list__item--active{background:linear-gradient(90deg,#FFF 47.36%,var(--color-soft-blue) 100%);box-shadow:0 0 17.6px #1e4cf01a}}@media (min-width: 1920px){.features__content__body__list__item span.description{font-size:1.125rem}}.features__content__body__list__item__header{display:flex;gap:.5rem;align-items:center}@media (min-width: 768px){.features__content__body__list__item__header h3{font-size:1.5rem}}.toggle-container{display:flex;align-items:center;gap:2rem;border-radius:4rem;padding:0;background:#e1e8ff;width:316px;height:75px;box-shadow:inset 0 1px 1px #18225c80}@media (min-width: 768px){.toggle-container{width:384px;height:88px}}.toggle-container label{cursor:pointer}.toggle-container.animate{animation:backgroundPulse 4s ease infinite}@keyframes backgroundPulse{25%{background:#e1e7ff}50%{background:#b3c5ff}75%{background:#e1e7ff}}.toggle-option input{display:none}.toggle-option{flex:1;justify-content:center;text-align:center;cursor:pointer;font-size:1.625rem;height:80%;font-weight:500}@media (min-width: 1080px){.toggle-option{font-size:2rem}}.toggle-option span{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.toggle-option input:checked+span{background-color:var(--color-blue);color:var(--color-white);outline:.75rem solid #7C95EE;outline-offset:-1px;border-radius:999rem;font-style:normal;font-weight:600;line-height:normal}.toggle-option__left input:checked+span{animation:radioSlide 4s ease infinite}.toggle-option__right input:checked+span{animation:radioSlideRight 4s ease infinite}@keyframes radioSlide{25%{margin-left:0}50%{margin-left:2rem}75%{margin-left:0}}@keyframes radioSlideRight{25%{margin-left:0}50%{margin-left:-2rem}75%{margin-left:0}}#check-features-desktop{width:261px;height:102px;top:120px;right:calc(50% - 443px);background-image:url(https://static.epub-reader.io/dist/assets/check-features-desktop-DEEDE0oU.svg)}#check-features-web{width:214px;height:94px;top:94px;left:calc(50% - 413px);background-image:url(https://static.epub-reader.io/dist/assets/check-features-web-VRaZbAy8.svg)}.check-features{display:none}@media (min-width: 1080px){.check-features{display:block;position:absolute;background-repeat:no-repeat;background-position:center;background-size:contain}}.check-features--hidden,#pc-mockup{display:none}@media (min-width: 768px){#pc-mockup{display:block;position:absolute;background-image:url(https://static.epub-reader.io/dist/assets/desktop-1-DkW8aUm4.webp);background-repeat:no-repeat;background-position:center;background-size:contain;z-index:10;width:673px;height:381px;top:24px;left:24px;right:24px}}@media (min-width: 1080px){#pc-mockup{width:748px;height:424px;top:26px;left:26px;right:26px}}@media (min-width: 1920px){#pc-mockup{width:820px;height:464px;top:28px;left:28px;right:28px}}#bg-circle{display:none}@media (min-width: 768px){#bg-circle{position:absolute;display:block;min-width:300px;min-height:300px;background-image:url("data:image/svg+xml,%3csvg%20width='1336'%20height='1344'%20viewBox='0%200%201336%201344'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.5'%20filter='url(%23filter0_f_547_6784)'%3e%3ccircle%20cx='668'%20cy='672'%20r='400'%20fill='%231E4CF0'/%3e%3c/g%3e%3ccircle%20cx='668.448'%20cy='713.449'%20r='327.327'%20stroke='white'/%3e%3ccircle%20cx='668'%20cy='713'%20r='462.5'%20stroke='white'/%3e%3cdefs%3e%3cfilter%20id='filter0_f_547_6784'%20x='-3.96198'%20y='0.0380249'%20width='1343.92'%20height='1343.92'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='135.981'%20result='effect1_foregroundBlur_547_6784'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;background-position:top;background-size:contain;margin-left:auto;margin-right:auto;z-index:-100;pointer-events:none;top:50%;left:50%;transform:translate(-50%,-50%);width:720px;height:720px}}@media (min-width: 1080px){#bg-circle{width:926px;height:926px}}.mockup-container{position:relative}.mockup-container:before{content:"";position:absolute;z-index:1;inset:0;display:none;background-image:url(https://static.epub-reader.io/dist/assets/monitor-BlyPUqDw.webp);background-repeat:no-repeat;background-position:center;background-size:contain}@media (min-width: 768px){.mockup-container:before{z-index:1;position:relative;display:flex;justify-content:center;align-items:center;width:720px;height:520px}}@media (min-width: 1080px){.mockup-container:before{width:800px;height:577px}}@media (min-width: 1920px){.mockup-container:before{width:877px;height:632px}}#web-version-tag{display:none}@media (min-width: 768px){#web-version-tag{position:absolute;left:50%;transform:translate(-50%);top:0;z-index:11;display:flex;gap:.5rem;padding:.5rem 1rem;align-items:center;border-radius:1.5rem;font-family:Montserrat;font-size:24px;font-style:normal;font-weight:600;line-height:normal;font-variant:none;animation:none;outline:none}#web-version-tag.web-version-tag--hidden{display:none}#web-version-tag svg{width:32px;height:32px}}.footer{padding:2.5rem 1rem;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.footer{padding:2.5rem 1.5rem}}@media (min-width: 1080px){.footer{padding:3.75rem 4.25rem}}@media (min-width: 1920px){.footer{padding:2.5rem 10rem}}.footer__wrapper{display:flex;width:100%;justify-content:space-between;align-items:center;flex-direction:column;gap:2rem}@media (min-width: 1080px){.footer__wrapper{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;grid-template-areas:"div1 div2" "div1 div3"}}@media (min-width: 1336px){.footer__wrapper{display:flex;max-width:1200px;align-self:center;flex-direction:row;justify-content:space-between}}@media (min-width: 1920px){.footer__wrapper{max-width:none;width:1536px}}.footer__logo-wrapper{display:flex;justify-content:center}@media (min-width: 1080px){.footer__logo-wrapper{padding-bottom:0;align-self:flex-end;grid-area:div1}}.footer__logo-wrapper__text{display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:.25rem}.footer__logo-wrapper__text__desc{display:flex;justify-content:center;align-items:center;color:var(--color-black);font-style:normal;font-weight:400;line-height:normal;font-size:.625rem;gap:.25rem}.footer__logo-wrapper__text__desc .company-name{width:5.625rem;height:1.125rem}.footer__app-name{color:var(--color-blue);font-size:1.25rem;font-style:normal;font-weight:600;line-height:normal}.footer__nav-links{display:flex;justify-content:space-around;gap:1rem;-moz-column-gap:2.5rem;column-gap:2.5rem;width:20rem;flex-wrap:wrap}@media (min-width: 768px){.footer__nav-links{width:auto;gap:2.5rem;flex-wrap:nowrap}}@media (min-width: 1080px){.footer__nav-links{grid-area:div2}}@media (min-width: 1336px){.footer__nav-links{min-width:410px;max-width:438px}}.footer__nav-links .nav-link{font-size:1rem}.footer__copyright{color:var(--color-black);opacity:.5;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}@media (min-width: 1080px){.footer__copyright{grid-area:div3;display:flex;align-items:center;margin-left:auto}}@media (min-width: 1336px){.footer__copyright{margin-left:0;font-size:1rem}}.header{padding:.5rem 1rem;display:flex;align-items:center;flex-direction:column}@media (min-width: 768px){.header{padding:.5rem 1.5rem}}@media (min-width: 1080px){.header{flex-direction:row;padding:12px 60px;justify-content:center}}.header__wrapper{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%}@media (min-width: 768px){.header__wrapper{padding-bottom:1.5rem}}@media (min-width: 1080px){.header__wrapper{flex-direction:row;padding-bottom:0}}@media (min-width: 1920px){.header__wrapper{width:1600px;max-width:100%}}.header__wrapper__mobile{display:flex;width:100%;align-items:center;justify-content:space-between;margin-top:.75rem}@media (min-width: 1080px){.header__wrapper__mobile{width:auto}}.header__buttons{display:none;flex-direction:column;gap:2rem;padding:1rem}@media (min-width: 1080px){.header__buttons{display:flex;flex-direction:row;gap:60px;padding:0}}.header.expanded .header__buttons,.header.expanded .header__button .close{display:flex}.header.expanded .header__button .open{display:none}.header .header__button .open{display:flex}.header .header__button .close{display:none}.header__button{cursor:pointer}@media (min-width: 1080px){.header__button{display:none}}.header__logo-wrapper{display:flex;padding:0;justify-content:center;cursor:pointer}.header__logo-wrapper__text{display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:.5rem}.header__logo-wrapper__text__desc{display:flex;justify-content:start;align-items:center;color:var(--color-black);font-style:normal;font-weight:400;line-height:normal;font-size:.375rem}@media (min-width: 1080px){.header__logo-wrapper__text__desc{font-size:.625rem}}.app-name{color:var(--color-blue);font-family:Clash Display Bold,sans-serif;font-size:.7rem;font-style:normal;font-weight:600;line-height:normal}@media (min-width: 1080px){.app-name{font-size:1.25rem}}.company-name{width:3.125rem;height:.625rem;background-image:url(https://static.epub-reader.io/dist/assets/company-name-CBKH_ceW.svg);background-size:contain;background-repeat:no-repeat;background-position:center}@media (min-width: 1080px){.company-name{width:5.625rem;height:1.125rem}}@media (min-width: 1080px){.hero__header__description{text-align:center;font-family:Montserrat;font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal}}.hero{display:flex;flex-direction:column;gap:40px;padding:1rem;overflow-x:clip;position:relative}@media (min-width: 768px){.hero{padding:0 1.5rem}.hero:before{content:"";position:absolute;top:-115px;left:50%;transform:translate(-50%);width:1920px;height:1929px;background:url("data:image/svg+xml,%3csvg%20width='1920'%20height='1929'%20viewBox='0%200%201920%201929'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.7'%20filter='url(%23filter0_d_642_12462)'%3e%3cellipse%20cx='959.5'%20cy='978'%20rx='1324.5'%20ry='875'%20fill='url(%23paint0_linear_642_12462)'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_642_12462'%20x='-465'%20y='-21'%20width='2849'%20height='1950'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='-24'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.05%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_642_12462'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_642_12462'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_642_12462'%20x1='1074.22'%20y1='103'%20x2='1040.55'%20y2='709.159'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat top center;z-index:-1}}@media (min-width: 1080px){.hero{align-items:center;padding:40px 60px}}.hero__background{display:none}@media (min-width: 768px){.hero__background{display:block;bottom:-1rem;left:0;position:absolute;z-index:-1;width:100vw;max-width:100%;-o-object-fit:fill;object-fit:fill}}.hero__header{display:flex;flex-direction:column;width:1600px;max-width:100%;align-items:center;gap:24px}.hero__header__title{background:var(--gradient-2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero__header__description{text-align:center;font-weight:500;max-width:945px;margin:0 auto;color:#6b7280}@media (min-width: 768px){.hero__header__description{font-size:1.125rem}}@media (min-width: 1080px){.hero__header__description{font-size:24px}}.hero__content{display:flex;gap:2rem;flex-direction:column;align-items:center;width:1600px;max-width:100%}@media (min-width: 768px){.hero__content{justify-content:center;align-items:stretch;flex-direction:row;padding:0;gap:1.5rem}}@media (min-width: 1080px){.hero__content{gap:32px}}@media (min-width: 1920px){.hero__content{justify-content:center}}.hero__content__item{width:100%;border-radius:1.5rem;background-clip:padding-box;background:#ffffff80;box-shadow:0 0 64px #00000026;-webkit-backdrop-filter:blur(1.25rem);backdrop-filter:blur(1.25rem);display:flex;flex-direction:column;align-items:center;gap:2rem;padding:1rem;outline:2px solid var(--gradient-2);box-sizing:border-box;border:1.5px solid var(--Gradient-2, #1E4CF0)}@media (min-width: 1080px){.hero__content__item{padding:48px;flex-grow:1;flex-basis:0}}.hero__content__item:nth-of-type(2){order:-1}@media (min-width: 768px){.hero__content__item:nth-of-type(2){order:1;border-color:transparent}}.hero button svg{display:none}@media (min-width: 1080px){.hero button svg{display:flex}}.hero__content__item__title{display:flex;flex-direction:column;width:100%;gap:1rem;align-items:center}.hero__content__item__title h2{display:flex;align-items:center;text-align:center;font-size:1.5rem}@media (min-width: 768px){.hero__content__item__title h2{font-size:1.25rem}}@media (min-width: 1080px){.hero__content__item__title h2{font-size:2rem}}.hero__content__item__title button{width:100%}@media (min-width: 768px){.hero__content__item__title button{width:auto}}.hero__content__item__features{display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:stretch}.hero__content__item__features__item{display:flex;gap:1rem}.hero__content__item__features__item div svg{width:28px;height:28px}@media (min-width: 1080px){.hero__content__item__features__item div svg{width:32px;height:32px}}.hero__content__item__features__item__description{display:flex;flex-direction:column;gap:.5rem}.hero__content__item__features__item__description span{color:var(--color-gray);font-style:normal;font-weight:500;font-size:.875rem!important;line-height:normal}@media (min-width: 1080px){.hero__content__item__features__item__description span{font-size:1.125rem!important}}.modal{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;position:fixed;z-index:1000;right:1rem;left:1rem;bottom:1rem;background:var(--color-white);height:auto;border-radius:1rem}@media (min-width: 1080px){.modal{width:591px;bottom:1rem;left:1rem;box-shadow:0 0 36px #1e4cf033}}.modal--closed{display:none}.modal__body{display:flex;flex-direction:column;gap:1.5rem;align-items:center;padding:2.5rem;position:relative}.modal__body #close-btn{position:absolute;top:0;right:0;padding:.75rem;cursor:pointer}.modal__footer{display:flex;gap:1rem;padding:0 1.5rem 1.5rem;width:calc(100% - 3rem);justify-content:stretch}@media (min-width: 1080px){.modal__footer{flex-direction:row}}#cookie-modal{width:100%;left:0;right:0;bottom:0;border-radius:0}#cookie-modal .modal__body{flex-direction:column;gap:8px;padding:1rem;justify-content:center;text-align:center}@media (min-width: 1080px){#cookie-modal .modal__body{gap:16px;flex-direction:row}}#cookie-modal .modal__body .cookie-icon{height:60px}#cookie-modal .modal__footer{flex-direction:column;padding:0 1rem 1rem;width:calc(100% - 2rem);justify-content:center}@media (min-width: 480px){#cookie-modal .modal__footer{flex-direction:row}}#cookie-modal .modal__footer button,#cookie-modal .modal__footer a{width:100%}@media (min-width: 480px){#cookie-modal .modal__footer button,#cookie-modal .modal__footer a{width:auto}}@media (min-width: 1080px){#cookie-modal>div.modal__body>span{font-size:1.125rem}}*{-webkit-tap-highlight-color:transparent}.reviews{padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem;justify-content:stretch}@media (min-width: 768px){.reviews{padding:2.5rem 1.5rem;gap:calc(28px + 1.5rem)}}@media (min-width: 1080px){.reviews{justify-content:center;padding:5rem 4.25rem;gap:3.75rem}}@media (min-width: 1920px){.reviews{padding:5rem 10rem}}.reviews h2{text-align:center;margin:0;font-size:2rem;font-weight:600;background:var(--gradient-2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.reviews__list{display:flex;flex-direction:column;gap:calc(28px + 1.5rem)}@media (min-width: 768px){.reviews__list{width:720px;align-self:center}}@media (min-width: 1080px){.reviews__list{width:auto;flex-wrap:wrap;align-self:center;flex-direction:row;gap:1.5rem;justify-content:center;-moz-column-gap:2rem;column-gap:2rem}}@media (min-width: 1920px){.reviews__list{-moz-column-gap:3rem;column-gap:3rem;flex-wrap:nowrap;max-width:1600px}}.reviews__list__card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;background:var(--color-blue);border-radius:1.5rem;padding:1.5rem;transform:rotate(-3deg);transform-origin:center;box-sizing:border-box}@media (min-width: 1080px){.reviews__list__card{width:384px}}@media (min-width: 1920px){.reviews__list__card{width:566px}}.reviews__list__card__even{transform:rotate(2deg);transform-origin:center}.reviews__list__card__stars{height:24px;width:120px;background-image:url(https://static.epub-reader.io/dist/assets/stars-DwKPGJR3.svg);background-repeat:no-repeat;background-position:left bottom;background-size:cover;margin-bottom:.5rem}.reviews__list__card__body{color:var(--color-white);font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal}.reviews__list__card__footer{color:var(--color-white)}.reviews__list__card__footer__author{font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal}.reviews__list__card__footer span{font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}@keyframes captcha-reloading{0%{transform:scale(2.5) rotate(0)}to{transform:scale(2.5) rotate(360deg)}}.contact-us .message{display:none}.contact-us form.success .message{display:flex;color:green}.contact-us form.error .message{display:flex;color:red}.contact-us .captcha-group{display:flex;gap:16px}.contact-us .captcha-group .captcha-image{display:flex;align-items:center}.contact-us .captcha-group .captcha-reload{min-width:auto;background:var(--color-web-light-gray);padding:.75rem}.contact-us .captcha-group .captcha-reload img{transform:scale(2.5);transform-origin:center 52%;animation:captcha-reloading 1s infinite linear;animation-play-state:paused}.contact-us .captcha-group .captcha-reload.loading img{animation-play-state:running}.contact-us,.contact-us form{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;padding:2.5rem 1rem;gap:2rem;align-self:stretch;box-sizing:border-box}.contact-us h2,.contact-us form h2{background:var(--gradient-2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-us button,.contact-us form button{width:100%!important}@media (min-width: 768px){.contact-us button,.contact-us form button{width:auto!important}}.contact-us input,.contact-us form input{width:100%}.contact-us textarea,.contact-us form textarea{width:100%;height:140px}.contact-us--hidden,.contact-us form--hidden{display:none}.contact-us__background,.contact-us form__background{display:none}@media (min-width: 768px){.contact-us__background,.contact-us form__background{display:block;bottom:22%;left:0;position:absolute;z-index:-1;width:100vw;max-width:100%;-o-object-fit:fill;object-fit:fill}}.contact-us form input,.contact-us form textarea,.contact-us .captcha-group,.contact-us .message{width:100%}@media (min-width: 768px){.contact-us form input,.contact-us form textarea,.contact-us .captcha-group,.contact-us .message{width:720px}}@media (min-width: 1080px){.contact-us form input,.contact-us form textarea,.contact-us .captcha-group,.contact-us .message{width:800px}}:root{--color-white: #FFF;--color-black: #000;--color-gray: #6B7280;--color-blue: #1E4CF0;--color-light-blue: #1F9AFF;--color-web-light-gray: #F4F4F4;--color-soft-blue: #A0B4FA;--color-light-white: #DDE4FD;--gradient-1: linear-gradient(90deg, var(--color-light-white) 0%, var(--color-blue) 100%);--gradient-2: linear-gradient(90deg, var(--color-blue) 0%, var(--color-light-blue) 100%);--gradient-3: linear-gradient(90deg, var(--color-white) 47.36%, var(--color-soft-blue) 100%)}html{scroll-behavior:smooth}body{box-sizing:border-box!important;margin:0!important;padding:0!important;font-family:Montserrat,sans-serif;font-size:18px;overflow-x:hidden;line-height:1.5}body:has(#app-container.active){overflow:hidden}#app-container{display:none}#app-container.active{display:block;position:fixed;overflow:hidden;width:100vw;height:100vh;z-index:52}h1{text-align:center;font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;line-height:normal;font-size:2rem;margin:0}@media (min-width: 1080px){h1{font-weight:700;font-size:56px}}h2{font-style:normal;font-weight:600;line-height:normal;margin:0;font-size:2rem}@media (min-width: 1080px){h2{font-size:2rem}}h3{font-style:normal;font-weight:600;line-height:normal;margin:0;font-size:1.125rem}@media (min-width: 1080px){h3{font-size:1.5rem}}span.description{color:var(--color-gray);font-style:normal;font-weight:500;font-size:.875rem}@media (min-width: 768px){span.description{font-size:1.125rem}}@media (min-width: 1920px){span.description{font-size:1.25rem}}a{cursor:pointer}main.hidden{display:none}
