.ppc-hero-screen-option-2 { padding: 200px 0 0; } .ppc-hero-screen-option-2 .text-block { width: 100%; margin: 0 0 40px; } .ppc-hero-screen-option-2 .text-block .title { color: #111; font-size: 5em; font-weight: 700; line-height: 1.2; margin: 0 0 12px; } .ppc-hero-screen-option-2 .text-block .title .dashed-border { width: fit-content; } .ppc-hero-screen-option-2 .text-block .title .typing-mask { display: inline-block; overflow: hidden; white-space: nowrap; width: 100%; opacity: 0; } .ppc-hero-screen-option-2 .text-block .title .typing-text { display: inline-flex; gap: 8px; white-space: nowrap; width: 100%; max-width: 100%; } .ppc-hero-screen-option-2 .text-block .title .typing-mask.animate-in { -moz-animation: titleTyping 1s steps(20, end) 0.5s forwards; -webkit-animation: titleTyping 0.5s steps(20, end) 0.5s forwards; -o-animation: titleTyping 1s steps(20, end) 0.5s forwards; -ms-animation: titleTyping 0.5s steps(20, end) 0.5s forwards; animation: titleTyping 0.5s steps(20, end) 0.5s forwards; } .ppc-hero-screen-option-2 .text-block .title .yellow-bg { display: inline-block; padding: 0 8px; background-image: linear-gradient(#FED133, #FED133); background-repeat: no-repeat; background-size: 0 100%; } .ppc-hero-screen-option-2 .text-block .title .yellow-bg.animate-in { -moz-animation: yellowFill 1.5s linear forwards; -webkit-animation: yellowFill 1.5s linear forwards; -o-animation: yellowFill 1.5s linear forwards; -ms-animation: yellowFill 1.5s linear forwards; animation: yellowFill 1.5s linear forwards; } .ppc-hero-screen-option-2 .text-block .description { position: relative; display: inline-flex; align-items: center; gap: 12px; color: #333; font-size: 1.5em; font-weight: 600; line-height: 1.5; } .ppc-hero-screen-option-2 .text-block .description:before { content: ''; display: inline-block; width: 32px; height: 32px; background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/apple-black.svg?1775137298"); background-position: center; background-size: contain; background-repeat: no-repeat; } .ppc-hero-screen-option-2 .bottom-block { display: flex; align-items: center; justify-content: space-between; margin: 0 0 64px; } .ppc-hero-screen-option-2 .bottom-block .links-group { display: flex; align-items: center; gap: 16px; } .ppc-hero-screen-option-2 .ratings-group { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 24px; } .ppc-hero-screen-option-2 .ratings-reddot { height: 43px; width: 144px; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/award-icons/reddot.png?1770636111") no-repeat center; background-size: contain; } .ppc-hero-screen-option-2 .illustration-wrapper { overflow: hidden; position: relative; display: block; width: calc(100% - 40px); margin: 0 auto 40px; height: 750px; border-radius: 24px; background-color: #F7F7FA; background-image: radial-gradient(45.46% 61.87% at 50% 67.57%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.70) 50%, #FFF 100%), linear-gradient(90deg, #205EFF 0%, #59A5FF 33.67%, #D567B4 70.4%, #FF4343 106.11%); } .ppc-hero-screen-option-2 .illustration img { display: block; position: absolute; left: 50%; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); bottom: -50px; margin: 0 auto; width: 1400px; } .ppc-hero-screen-option-2 .illustration img.animate-in { -moz-animation: slideUpBottom 1.5s ease forwards; -webkit-animation: slideUpBottom 1.5s ease forwards; -o-animation: slideUpBottom 1.5s ease forwards; -ms-animation: slideUpBottom 1.5s ease forwards; animation: slideUpBottom 1.5s ease forwards; } @-moz-keyframes yellowFill { from { background-size: 0 100%; } to { background-size: 100% 100%; } } @-webkit-keyframes yellowFill { from { background-size: 0 100%; } to { background-size: 100% 100%; } } @-o-keyframes yellowFill { from { background-size: 0 100%; } to { background-size: 100% 100%; } } @-ms-keyframes yellowFill { from { background-size: 0 100%; } to { background-size: 100% 100%; } } @keyframes yellowFill { from { background-size: 0 100%; } to { background-size: 100% 100%; } } @-moz-keyframes slideUpBottom { from { bottom: -50px; } to { bottom: 0; } } @-webkit-keyframes slideUpBottom { from { bottom: -50px; } to { bottom: 0; } } @-o-keyframes slideUpBottom { from { bottom: -50px; } to { bottom: 0; } } @-ms-keyframes slideUpBottom { from { bottom: -50px; } to { bottom: 0; } } @keyframes slideUpBottom { from { bottom: -50px; } to { bottom: 0; } } @-moz-keyframes titleTyping { from { width: 0; opacity: 1; } to { width: 100%; opacity: 1; } } @-webkit-keyframes titleTyping { from { width: 0; opacity: 1; } to { width: 100%; opacity: 1; } } @-o-keyframes titleTyping { from { width: 0; opacity: 1; } to { width: 100%; opacity: 1; } } @-ms-keyframes titleTyping { from { width: 0; opacity: 1; } to { width: 100%; opacity: 1; } } @keyframes titleTyping { from { width: 0; opacity: 1; } to { width: 100%; opacity: 1; } } @media (max-width: 1199px) { .ppc-hero-screen-option-2 { padding: 160px 0 0; } .ppc-hero-screen-option-2 .text-block .title { font-size: 4em; } .ppc-hero-screen-option-2 .illustration-wrapper { height: 610px; } .ppc-hero-screen-option-2 .illustration img { width: 1020px; } } @media (max-width: 991px) { .ppc-hero-screen-option-2 .text-block { text-align: center; } .ppc-hero-screen-option-2 .text-block .title { font-size: 3em; } .ppc-hero-screen-option-2 .text-block .description { font-size: 1.25em; } .ppc-hero-screen-option-2 .bottom-block { flex-direction: column; gap: 24px; } .ppc-hero-screen-option-2 .illustration-wrapper { height: 450px; } .ppc-hero-screen-option-2 .illustration img { width: 800px; } } @media (max-width: 767px) { .ppc-hero-screen-option-2 { padding: 144px 0 0; } .ppc-hero-screen-option-2 .text-block .title { font-size: 2em; } .ppc-hero-screen-option-2 .text-block .description { font-size: 1em; } .ppc-hero-screen-option-2 .text-block .description:before { width: 20px; height: 20px; } .ppc-hero-screen-option-2 .bottom-block { margin: 0 0 40px; } .ppc-hero-screen-option-2 .illustration-wrapper { height: 330px; } .ppc-hero-screen-option-2 .illustration img { width: 600px; } } @media (max-width: 575px) { .ppc-hero-screen-option-2 { padding: 136px 0 0; } .ppc-hero-screen-option-2 .bottom-block .links-group { width: 100%; flex-direction: column; } .ppc-hero-screen-option-2 .bottom-block .links-group .btn { min-width: unset; width: 100%; } .ppc-hero-screen-option-2 .illustration-wrapper { height: 250px; } .ppc-hero-screen-option-2 .illustration img { width: 330px; } } @media (max-width: 375px) { .ppc-hero-screen-option-2 .ratings-group { flex-direction: column; align-items: center; gap: 16px; } .ppc-hero-screen-option-2 .ratings-group .ratings:before { right: 0; margin: 0 auto; } .ppc-hero-screen-option-2 .illustration-wrapper { height: 200px; } .ppc-hero-screen-option-2 .illustration img { width: 250px; } }.hero-screen .ratings, .hero-screen-vertical-no-illustration .ratings, .hero-screen-one-column .ratings, .ppc-hero-screen-option-1 .ratings, .ppc-hero-screen-option-2 .ratings { position: relative; font-weight: 600; font-size: 0.875em; line-height: 150%; letter-spacing: -0.03em; display: flex; align-items: center; color: #111111; padding-left: 84px; } .ppc-hero-screen-option-2 .ratings { padding-left: 0; padding-top: 20px; white-space: nowrap; } .hero-screen.dark .ratings, .hero-screen-vertical-no-illustration.dark .ratings, .hero-screen-one-column.dark .ratings, .ppc-hero-screen-option-2.dark .ratings { color: var(--white); } .hero-screen.hidden-ratings .ratings, .hero-screen-vertical-no-illustration.hidden-ratings .ratings, .hero-screen-one-column.hidden-ratings .ratings, .ppc-hero-screen-option-1.hidden-ratings .ratings, .ppc-hero-screen-option-2.hidden-ratings .ratings { display: none; } .hero-screen .ratings span, .hero-screen-vertical-no-illustration .ratings span, .hero-screen-one-column .ratings span, .ppc-hero-screen-option-1 .ratings span, .ppc-hero-screen-option-2 .ratings span { display: flex; font-size: 0.875em; line-height: 21px; color: var(--grey); margin-left: 5px; } .ppc-hero-screen-option-2 .ratings-group .ratings, .ppc-hero-screen-option-2 .ratings-group .ratings span { font-size: 1em; } .hero-screen .ratings:before, .hero-screen-vertical-no-illustration .ratings:before, .hero-screen-one-column .ratings:before, .ppc-hero-screen-option-1 .ratings:before, .ppc-hero-screen-option-2 .ratings:before { content: ''; position: absolute; left: 0; width: 76px; height: 12px; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/icon-stars.svg?1770636111") no-repeat 0 0; background-size: contain; } .ppc-hero-screen-option-2 .ratings-group .ratings:before { top: 0; left: 0; width: 102px; height: 16px; }.top-choice { background: #FBFBFD; padding: 16px 0; } .top-choice.bg-transparent { background: transparent; } .top-choice.bg-white { background: #fff; } .top-choice.bg-grey-transparent, .top-choice.bg-blue-blur { -moz-backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); -o-backdrop-filter: blur(10px); -ms-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } .top-choice.bg-grey-transparent { background-color: rgba(51, 51, 53, 0.70); } .top-choice.bg-blue-blur { background-color: rgba(255, 255, 255, 0.20); } .top-choice.bg-blue { background-color: #2A2564; } .dark .top-choice { border-top: 1px solid rgba(255, 255, 255, 0.15); background-color: rgba(17, 17, 55, 0.70); } .garland-window { display: flex; justify-content: center; margin: 0 auto; } .top-choice .garland-card { position: relative; display: inline-block; height: 70px; padding: 0 37px; margin-right: 92px; } .top-choice .garland-card:last-child { margin-right: 0; } .top-choice .garland-card:before { content: ''; position: absolute; top: 0; left: 0; width: 20px; height: 70px; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/garland-left.svg?1770636111") no-repeat 0 0; background-size: contain; } .top-choice.bg-grey-transparent .garland-card:before { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/garland-left-white.svg?1770636111") no-repeat 0 0; } .top-choice.bg-blue-blur .garland-card:before, .top-choice.bg-blue .garland-card:before { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/garland-left-blue-bg.svg?1770636111") no-repeat 0 0; } .top-choice .garland-card:after { content: ''; position: absolute; top: 0; right: 0; width: 20px; height: 70px; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/garland-right.svg?1770636111") no-repeat 0 0; background-size: contain; } .top-choice.bg-grey-transparent .garland-card:after { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/garland-right-white.svg?1770636111") no-repeat 0 0; } .top-choice.bg-blue-blur .garland-card:after, .top-choice.bg-blue .garland-card:after { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/garland-right-blue-bg.svg?1770636111") no-repeat 0 0; } .dark .top-choice .garland-card:before, .dark .top-choice .garland-card:after { filter: invert(1); } .top-choice .garland-card .title { font-weight: 600; font-size: 1.25em; line-height: 133%; text-align: center; color: #111111; margin-top: 10px; margin-bottom: 4px; } .top-choice.bg-grey-transparent .garland-card .title, .top-choice.bg-blue-blur .garland-card .title, .top-choice.bg-blue .garland-card .title { color: #fff; } .dark .top-choice .garland-card .title { color: var(--white); } .top-choice .garland-card .desc { font-weight: 400; font-size: 0.875em; line-height: 150%; text-align: center; display: flex; justify-content: center; letter-spacing: -0.03em; color: var(--grey); } .top-choice.bg-grey-transparent .garland-card .desc, .top-choice.bg-blue-blur .garland-card .desc, .top-choice.bg-blue .garland-card .desc { color: rgba(255, 255, 255, 0.60); } .dark .top-choice .garland-card .desc { color: rgba(255,255,255,.6); } .top-choice .garland-card .desc span { position: relative; display: flex; align-items: center; padding-left: 12px; margin-left: 7px; } .top-choice .garland-card .desc span:before { content: ''; position: absolute; left: 0; width: 10px; height: 12px; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/icon-apple-logo.svg?1770636111") no-repeat 0 0; background-size: contain; } @media (min-width: 992px) { .garland-window .garland-card { opacity: 1 !important; } } @media (max-width: 991px) { .top-choice { position: relative; height: 102px; padding: 0; } .garland-window { position: absolute; top: 16px; left: 0; right: 0; display: flex; justify-content: space-around; align-items: center; height: 70px; } .top-choice .garland-card { position: absolute; left: unset; margin: 0; opacity: 0; -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; -ms-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; } .garland-window .garland-card.current { opacity: 1; } }.text-asset-blocks-scroll-magic { margin-bottom: 120px; } .text-asset-blocks-scroll-magic > .text-block { max-width: 1035px; margin: 0 auto 64px; padding: 0 20px; text-align: center; } .text-asset-blocks-scroll-magic .title { color: #111; } .text-asset-blocks-scroll-magic .container { position: relative; padding-top: 0; padding-bottom: 0; box-sizing: border-box; } .text-asset-blocks-scroll-magic h3 { font-size: 2em; margin-bottom: 20px; } .text-asset-blocks-scroll-magic .highlight-case-show-container { position: absolute; top: 0; left: calc(50% - 80px); width: 800px; height: 573px; z-index: 10; } .text-asset-blocks-scroll-magic .highlight-case-show { position: relative; width: 800px; height: 573px; } .text-asset-blocks-scroll-magic.with-scrollbar .highlight-case-scrollbar-container { position: absolute; top: 86px; right: 24px; width: 6px; height: 400px; z-index: 12; pointer-events: none; } .text-asset-blocks-scroll-magic.with-scrollbar .highlight-case-scrollbar { display: flex; flex-direction: column; gap: 16px; width: 100%; height: 100%; } .text-asset-blocks-scroll-magic.with-scrollbar .highlight-case-scrollbar-segment { flex: 1 1 0; border-radius: 4px; background-color: #E6E7EB; -webkit-transition: flex-grow 0.3s ease-in-out, background 0.3s ease-in-out, box-shadow 0.3s ease-in-out; -moz-transition: flex-grow 0.3s ease-in-out, background 0.3s ease-in-out, box-shadow 0.3s ease-in-out; -o-transition: flex-grow 0.3s ease-in-out, background 0.3s ease-in-out, box-shadow 0.3s ease-in-out; -ms-transition: flex-grow 0.3s ease-in-out, background 0.3s ease-in-out, box-shadow 0.3s ease-in-out; transition: flex-grow 0.3s ease-in-out, background 0.3s ease-in-out, box-shadow 0.3s ease-in-out; } .text-asset-blocks-scroll-magic.with-scrollbar .highlight-case-scrollbar-segment.active { flex-grow: 1.35; background: -webkit-linear-gradient(180deg, #205EFF -0.35%, #59A5FF 30.65%, #D567B4 64.1%, #FF4343 100%); background: -moz-linear-gradient(180deg, #205EFF -0.35%, #59A5FF 30.65%, #D567B4 64.1%, #FF4343 100%); background: -o-linear-gradient(180deg, #205EFF -0.35%, #59A5FF 30.65%, #D567B4 64.1%, #FF4343 100%); background: -ms-linear-gradient(180deg, #205EFF -0.35%, #59A5FF 30.65%, #D567B4 64.1%, #FF4343 100%); background: linear-gradient(180deg, #205EFF -0.35%, #59A5FF 30.65%, #D567B4 64.1%, #FF4343 100%); } .text-asset-blocks-scroll-magic.image-left .highlight-case-show-container { left: auto; right: calc(50% - 104px); } .text-asset-blocks-scroll-magic.with-scrollbar.image-left .highlight-case-show-container { right: calc(50% - 32px); } .text-asset-blocks-scroll-magic > .trigger { position: relative; top: 280px; left: 0; z-index: 0; } .text-asset-blocks-scroll-magic .container > .trigger:nth-of-type(1) { position: absolute; top: calc(578px); } .text-asset-blocks-scroll-magic .container > .trigger:nth-of-type(2) { position: absolute; top: calc(2 * 578px); } .text-asset-blocks-scroll-magic .container > .trigger:nth-of-type(3) { position: absolute; top: calc(3 * 578px); } .text-asset-blocks-scroll-magic .container > .trigger:nth-of-type(4) { position: absolute; top: calc(4 * 578px); } .text-asset-blocks-scroll-magic #trigger-screen-in-2, .text-asset-blocks-scroll-magic #trigger-screen-in-3, .text-asset-blocks-scroll-magic #trigger-screen-in-4, .text-asset-blocks-scroll-magic #trigger-screen-in-5 { position: absolute; top: -27px; } .text-asset-blocks-scroll-magic .highlight-case-show .background-ipad { display: block; width: 100%; height: 100%; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen-container { position: absolute; top: 27px; left: 26px; display: block; width: 749px; height: 519px; } .text-asset-blocks-scroll-magic .highlight-case-screen-container #sign-animation { position: absolute; width: 100%; height: 100%; z-index: 2; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen img { position: absolute; display: block; width: 100%; height: 100%; opacity: 0; transition: opacity 0.5s ease-in-out; } .text-asset-blocks-scroll-magic.no-device-border .highlight-case-show .highlight-case-screen img { border-radius: 16px; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen.active img { opacity: 1; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen:nth-of-type(1) img { opacity: 1; z-index: 1; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen:nth-of-type(2) img { z-index: 2; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen:nth-of-type(3) img { z-index: 3; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen:nth-of-type(4) img { z-index: 4; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen:nth-of-type(5) img { z-index: 5; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen .lottie-animation { position: absolute; display: block; width: 100%; height: 100%; opacity: 0; transition: opacity 0.5s ease-in-out; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen.active .lottie-animation { opacity: 1; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen:nth-of-type(1) .lottie-animation { opacity: 1; z-index: 1; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen:nth-of-type(2) .lottie-animation { z-index: 2; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen:nth-of-type(3) .lottie-animation { z-index: 3; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen:nth-of-type(4) .lottie-animation { z-index: 4; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen:nth-of-type(5) .lottie-animation { z-index: 5; } .text-asset-blocks-scroll-magic .highlight-case-card { position: relative; display: flex; justify-content: center; align-items: center; width: 486px; height: 573px; margin: 0 24px 0 0; } .text-asset-blocks-scroll-magic.image-left .highlight-case-card { margin: 0 0 0 auto; } .text-asset-blocks-scroll-magic.with-scrollbar.image-left .highlight-case-card { margin: 0 72px 0 auto; } .text-asset-blocks-scroll-magic .highlight-case-card.has-features-list { padding: 55px 35px; background-color: #FBFBFD; border-radius: 16px; margin: 0 16px 60px 0; align-items: flex-start; opacity: 0; transform: translate(0, 100px); transition: transform 1s ease-in-out, opacity 1s ease-in-out; } .text-asset-blocks-scroll-magic.image-left .highlight-case-card.has-features-list { margin: 0 0 60px auto; } .text-asset-blocks-scroll-magic.with-scrollbar.image-left .highlight-case-card.has-features-list { margin: 0 72px 60px auto; } .text-asset-blocks-scroll-magic .highlight-case-card.has-features-list.active { transform: translate(0, 0); opacity: 1; } .text-asset-blocks-scroll-magic .highlight-case-card .text-block { width: 100%; height: 400px; display: flex; flex-direction: column; justify-content: center; padding: 64px; border-radius: 16px; background-color: #FBFBFD; opacity: 0; transform: translate(0, 100px); transition: transform 1s ease-in-out, opacity 1s ease-in-out; } .text-asset-blocks-scroll-magic.white .highlight-case-card .text-block { background-color: #fff; -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03); -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03); -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03); -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03); } .text-asset-blocks-scroll-magic .highlight-case-card.has-features-list .text-block { display: block; padding: 0; opacity: unset; transform: unset; transition: unset; } .text-asset-blocks-scroll-magic .highlight-case-card.active .text-block { transform: translate(0, 0); opacity: 1; } .text-asset-blocks-scroll-magic .highlight-case-card.has-features-list.active .text-block { transform: translate(0, 0); opacity: 1; } .text-asset-blocks-scroll-magic .highlight-case-card:last-of-type { margin-bottom: 0; } .text-asset-blocks-scroll-magic .highlight-case-card .title { line-height: 1.25; } .text-asset-blocks-scroll-magic .highlight-case-card .features-list { display: flex; justify-content: space-around; margin-top: 60px; position: absolute; width: 100%; bottom: 55px; left: 0; } .text-asset-blocks-scroll-magic .highlight-case-card.two-items .features-list { justify-content: initial; } .text-asset-blocks-scroll-magic .highlight-case-card .feature-item { width: 156px; } .text-asset-blocks-scroll-magic .highlight-case-card .feature-item .feature-icon { display: block; width: 64px; height: 64px; margin: 0 auto; } .text-asset-blocks-scroll-magic .highlight-case-card .feature-item p { padding: 16px 0 0; color: var(--black); font-size: 0.875em; line-height: 1.5; text-align: center; } .text-asset-blocks-scroll-magic .mobile-case-screen { display: none; } @media (max-width: 1199px) { .text-asset-blocks-scroll-magic { margin-bottom: 80px; } .text-asset-blocks-scroll-magic > .text-block { max-width: 100%; padding: 0 64px; } .text-asset-blocks-scroll-magic .highlight-case-card { width: 440px; height: 420px; margin-bottom: 60px; } .text-asset-blocks-scroll-magic.with-scrollbar.image-left .highlight-case-card { margin: 0 0 60px auto; } .text-asset-blocks-scroll-magic .highlight-case-card.has-features-list { padding: 20px 40px; } .text-asset-blocks-scroll-magic > .trigger { top: 220px; } .text-asset-blocks-scroll-magic .container > .trigger:nth-of-type(1) { position: absolute; top: calc(500px); } .text-asset-blocks-scroll-magic .container > .trigger:nth-of-type(2) { position: absolute; top: calc(2 * 500px); } .text-asset-blocks-scroll-magic .container > .trigger:nth-of-type(3) { position: absolute; top: calc(3 * 500px); } .text-asset-blocks-scroll-magic .container > .trigger:nth-of-type(4) { position: absolute; top: calc(4 * 500px); } .text-asset-blocks-scroll-magic #trigger-screen-in-2, .text-asset-blocks-scroll-magic #trigger-screen-in-3, .text-asset-blocks-scroll-magic #trigger-screen-in-4, .text-asset-blocks-scroll-magic #trigger-screen-in-5 { top: -45px; } .text-asset-blocks-scroll-magic .highlight-case-card .text-block { width: 100%; height: 100%; padding: 20px 40px; } .text-asset-blocks-scroll-magic h3 { font-size: 1.75em; } .text-asset-blocks-scroll-magic .highlight-case-card .features-list { bottom: 40px; } .text-asset-blocks-scroll-magic .highlight-case-card .feature-item .feature-icon { width: 55px; height: 55px; } .text-asset-blocks-scroll-magic.with-scrollbar .highlight-case-scrollbar-container { display: none; } .text-asset-blocks-scroll-magic.with-scrollbar .highlight-case-scrollbar { gap: 14px; } .text-asset-blocks-scroll-magic .highlight-case-show-container { left: calc(440px + 64px + 16px); width: 580px; height: 420px; } .text-asset-blocks-scroll-magic.image-left .highlight-case-show-container { left: auto; right: 496px; } .text-asset-blocks-scroll-magic.with-scrollbar.image-left .highlight-case-show-container { right: 568px; } .text-asset-blocks-scroll-magic .highlight-case-show { width: 580px; height: 420px; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen-container { top: 20px; left: 20px; width: 544px; height: 380px; } } @media (max-width: 991px) { .text-asset-blocks-scroll-magic > .text-block { padding: 0 32px; } .text-asset-blocks-scroll-magic .highlight-case-card { width: 400px; height: 372px; margin-bottom: 0px; } .text-asset-blocks-scroll-magic.with-scrollbar.image-left .highlight-case-card { margin: 0 0 0 auto; } .text-asset-blocks-scroll-magic > .trigger { top: 186px; } .text-asset-blocks-scroll-magic .container > .trigger:nth-of-type(1) { position: absolute; top: calc(22px); } .text-asset-blocks-scroll-magic .container > .trigger:nth-of-type(2) { position: absolute; top: calc(372px); } .text-asset-blocks-scroll-magic .container > .trigger:nth-of-type(3) { position: absolute; top: calc(2 * 372px); } .text-asset-blocks-scroll-magic .container > .trigger:nth-of-type(4) { position: absolute; top: calc(3 * 372px); } .text-asset-blocks-scroll-magic #trigger-screen-in-2, .text-asset-blocks-scroll-magic #trigger-screen-in-3, .text-asset-blocks-scroll-magic #trigger-screen-in-4, .text-asset-blocks-scroll-magic #trigger-screen-in-5 { top: -10px; } .text-asset-blocks-scroll-magic .highlight-case-card .text-block { width: 100%; height: 330px; padding: 20px 40px; } .text-asset-blocks-scroll-magic h3 { font-size: 1.5em; } .text-asset-blocks-scroll-magic p { font-size: 1em; } .text-asset-blocks-scroll-magic.with-scrollbar .highlight-case-scrollbar { gap: 12px; } .text-asset-blocks-scroll-magic .highlight-case-show-container { left: calc(400px + 32px + 16px); width: 504px; height: 372px; } .text-asset-blocks-scroll-magic.image-left .highlight-case-show-container { left: auto; right: 424px; } .text-asset-blocks-scroll-magic.with-scrollbar.image-left .highlight-case-show-container { right: 480px; } .text-asset-blocks-scroll-magic .highlight-case-show { width: 504px; height: 372px; } .text-asset-blocks-scroll-magic .highlight-case-show .highlight-case-screen-container { top: 15px; left: 16px; width: 472px; height: 338px; } } @media (max-width: 767px) { .text-asset-blocks-scroll-magic { margin-bottom: 96px; } .text-asset-blocks-scroll-magic > .text-block { margin: 0 auto 40px; padding: 0 20px; } .text-asset-blocks-scroll-magic .title { font-size: 1.5em; } .text-asset-blocks-scroll-magic .container { padding-top: 0; padding-bottom: 0; } .text-asset-blocks-scroll-magic .highlight-case-show-container.section-device { display: none; } .text-asset-blocks-scroll-magic .mobile-case-screen { display: block; width: 100%; max-width: 259px; margin: 0 auto; box-sizing: content-box; } .text-asset-blocks-scroll-magic .highlight-case-card { width: auto; height: auto; margin: 0 0 40px 0; opacity: 1; transform: translate(0, 0); } .text-asset-blocks-scroll-magic.with-scrollbar.image-left .highlight-case-card { margin: 0 0 40px 0; } .text-asset-blocks-scroll-magic .highlight-case-card.has-features-list { padding: 40px 20px; margin: 0 0 40px; display: flex; flex-direction: column; align-items: center; text-align: center; transform: translate(0, 0); opacity: 1; } .text-asset-blocks-scroll-magic.with-scrollbar.image-left .highlight-case-card.has-features-list { margin: 0 0 40px; } .text-asset-blocks-scroll-magic .highlight-case-card.two-items .features-list { justify-content: center; } .text-asset-blocks-scroll-magic .highlight-case-card .text-block { max-width: 535px; width: 100%; height: 100%; margin: 0 auto; transform: translate(0, 0); opacity: 1; padding: 40px; } .text-asset-blocks-scroll-magic h3 { font-size: 1.5em; margin-bottom: 16px; } .text-asset-blocks-scroll-magic p { font-size: 1em; } .text-asset-blocks-scroll-magic .highlight-case-card .features-list { position: initial; top: unset; margin-top: 50px; } } @media (max-width: 575px) { .text-asset-blocks-scroll-magic { margin-bottom: 80px; } .text-asset-blocks-scroll-magic .highlight-case-card .text-block { max-width: 335px; } .text-asset-blocks-scroll-magic p { font-size: 0.875em; } } @media (max-width: 375px) { .text-asset-blocks-scroll-magic .highlight-case-card .text-block { padding: 20px; } }.ppc-title-text-icon-list-in-line-moving { display: flex; flex-direction: column; gap: 8px; } .ppc-title-text-icon-list-in-line-moving .row, .ppc-title-text-icon-list-in-line-moving .row .list { display: flex; justify-content: center; flex-wrap: nowrap; gap: 8px; } .ppc-title-text-icon-list-in-line-moving .row.left-to-right .list, .ppc-title-text-icon-list-in-line-moving .row.right-to-left .list { white-space: nowrap; will-change: transform; justify-content: center; align-items: center; animation-duration: 120s; animation-timing-function: linear; animation-iteration-count: infinite; animation-play-state: running; } .ppc-title-text-icon-list-in-line-moving .row.left-to-right .list { animation-name: leftToRight; } .ppc-title-text-icon-list-in-line-moving .row.right-to-left .list { animation-name: rightToLeft; } .ppc-title-text-icon-list-in-line-moving .row .list .item { display: flex; align-items: center; justify-content: center; gap: 12px; flex-shrink: 0; border-radius: 16px; background-color: #fff; padding: 16px; color: #111; box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03); font-size: 1em; font-weight: 400; line-height: 1.5; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; -ms-transition: .3s; transition: .3s; } .ppc-title-text-icon-list-in-line-moving .row .list .item:hover { -webkit-transition: scale(1.1); -moz-transition: scale(1.1); -o-transition: scale(1.1); -ms-transition: scale(1.1); transform: scale(1.1); } .ppc-title-text-icon-list-in-line-moving .row .list .item::before { content: ''; display: block; width: 32px; height: 32px; flex-shrink: 0; background-size: cover; background-position: center; } @media (max-width: 991px) { .ppc-title-text-icon-list-in-line-moving .row .list .item { padding: 12px; font-size: 0.875em; } .ppc-title-text-icon-list-in-line-moving .row .list .item::before { width: 24px; height: 24px; } } @-moz-keyframes scroll { from { -moz-transform: translate(0%); } to { -moz-transform: translate(100%); } } @-webkit-keyframes scroll { from { -webkit-transform: translate(0%); } to { -webkit-transform: translate(100%); } } @-o-keyframes scroll { from { -o-transform: translate(0%); } to { -o-transform: translate(100%); } } @-ms-keyframes scroll { from { -ms-transform: translate(0%); } to { -ms-transform: translate(100%); } } @keyframes leftToRight { 0% { transform: translate(0%); } 100% { transform: translate(100%); } } @-moz-keyframes rightToLeft { from { -moz-transform: translate(0%); } to { -moz-transform: translate(-100%); } } @-webkit-keyframes rightToLeft { from { -webkit-transform: translate(0%); } to { -webkit-transform: translate(-100%); } } @-o-keyframes rightToLeft { from { -o-transform: translate(0%); } to { -o-transform: translate(-100%); } } @-ms-keyframes rightToLeft { from { -ms-transform: translate(0%); } to { -ms-transform: translate(-100%); } } @keyframes rightToLeft { 0% { transform: translate(0%); } 100% { transform: translate(-100%); } }.enjoy-features-list { padding: 120px 0; } .enjoy-features-list .container { max-width: 1024px; } .enjoy-features-list img { display: block; max-width: 780px; width: 100%; margin: 0 auto 64px; } .enjoy-features-list .list { display: flex; justify-content: space-between; flex-wrap: wrap; } .enjoy-features-list .text-block { margin-bottom: 64px; padding: 0; text-align: center; } .enjoy-features-list .description { color: #333; margin-top: 24px; font-size: 1.5em; line-height: 1.5; } .enjoy-features-list .item { position: relative; display: inline-block; width: calc(50% - 20px); height: auto; padding: 0 0 0 84px; box-sizing: border-box; vertical-align: top; margin: 0 0 40px 0; } .enjoy-features-list .item:nth-last-child(-n+2) { margin-bottom: 0; } .enjoy-features-list .item .icon { position: absolute; top: -5px; left: 0; width: 64px; height: 64px; } .enjoy-features-list .item.big-icon { padding: 0 0 0 133px; } .enjoy-features-list .item.big-icon .icon { width: 113px; } .enjoy-features-list .item .title { color: #111111; font-size: 1.5em; font-weight: 700; line-height: 133%; margin-bottom: 16px; } .enjoy-features-list .item .descr { font-size: 1.25em; font-weight: 400; line-height: 150%; padding: 0; } .enjoy-features-list .item .read-more { position: relative; display: inline-block; padding: 0 15px 0 0; color: #0074e6; font-size: 1.063em; font-weight: 600; line-height: 100%; } .enjoy-features-list .item:hover .read-more { text-decoration: underline; } .enjoy-features-list .item .read-more:after { content: ""; border-bottom: 2px solid #0074e6; border-right: 2px solid #0074e6; width: 6px; height: 6px; position: absolute; right: 0; top: 6px; z-index: 100; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .enjoy-features-list .get-it { padding: 60px 0 0; } @media (max-width: 1199px) { .enjoy-features-list { padding: 80px; } .enjoy-features-list .item { display: flex; flex-direction: column; padding: 0; } .enjoy-features-list .item.big-icon { padding: 0; } .enjoy-features-list .item .icon { position: relative; top: unset; width: 48px; height: 48px; margin-bottom: 20px; } .enjoy-features-list .item.big-icon .icon { width: 84px; } } @media (max-width: 991px) { .enjoy-features-list { padding: 96px 0; } .enjoy-features-list .list { max-width: 704px; width: 100%; margin: 0 auto; } .enjoy-features-list .description { font-size: 1.25em; } .enjoy-features-list .item .icon { margin-bottom: 16px; } .enjoy-features-list .item .title { font-size: 1.25em; } .enjoy-features-list .item .descr { font-size: 1em; } .enjoy-features-list .get-it { padding: 45px 0 0; } } @media (max-width: 767px) { .enjoy-features-list img { max-width: 505px; margin: 0 auto 40px; } .enjoy-features-list .list { max-width: 480px; flex-direction: column; } .enjoy-features-list .item { width: 100%; padding: 0 0 0 56px; } .enjoy-features-list .item.big-icon { padding: 0 0 0 86px; } .enjoy-features-list .item .icon { position: absolute; left: 0; display: block; width: 40px; height: 40px; margin: 0; } .enjoy-features-list .item.big-icon .icon { width: 70px; } .enjoy-features-list .item .title { margin-bottom: 8px; } .enjoy-features-list .item:nth-last-child(-n+2) { margin-bottom: 40px; } .enjoy-features-list .item:last-child { margin-bottom: 0; } } @media (max-width: 575px) { .enjoy-features-list { padding: 80px 0; } .enjoy-features-list .text-block { margin-bottom: 40px; } .enjoy-features-list .description { font-size: 1em; } } .icon.icon-ocr { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-ocr.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-enhance { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-enhance.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-crop { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-crop.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-view-pdf { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-view-pdf.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-edu { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-edu.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-search { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-search.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-edit-text { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-edit-text.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-link { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-link.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-redact { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-redact.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-add-image { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-add-image.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-notes { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-notes.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-highlights { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-annotate.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-stamps { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-stamps.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-stickers { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-stickers.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-audio { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-audio.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-drawing { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-drawing.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-themes { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-themes.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-merge { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-merge.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-manage-pages { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-manage-pages.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-extract-pages { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-extract-pages.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-fields { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-fields.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-sign { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-sign.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-customer-sign { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-customer-sign.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-convert-files { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-convert-files.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-pdf-to-word { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-pdf-to-word.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-pdf-to-jpg { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-pdf-to-jpg.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-pdf-to-excel { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-pdf-to-excel.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-pdf-to-ppt { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-pdf-to-ppt.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-pdf-to-text { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-pdf-to-text.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-edit-pdfs { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-edit-pdfs.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-compess { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-compress.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-outlines { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-outlines.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-page-numbers { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-page-numbers.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-shapes { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-shapes.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-add-text { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-add-text.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-checkboxes { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-checkboxes.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-xfa { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-xfa.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-lc { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-lc.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-bookmarks { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-bookmarks.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-scrolling { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-scrolling.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-export { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-export.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-password { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-password.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-type { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-type.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-split-view { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-split-view.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-rotate-pages { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-rotate-pages.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-delete-pages { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-delete-pages.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-fill-forms { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-fill-forms.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-touch-bar { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-touch-bar.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-fast { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-fast.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-modify-pdf { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-modify-pdf.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-open-pdf { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-open-pdf.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-print-pdf { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-print-pdf.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-create-pdf { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-create-pdf.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-convert-images { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-convert-images.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-transfer { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-transfer.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-color-code { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-color-code.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-folders { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-folders.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-w-9 { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-w-9.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-w-4 { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-w-4.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-w-2 { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-w-2.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-1099 { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-1099.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-1040 { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-1040.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-941 { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-941.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-ds-82 { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-ds-82.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-ds-11 { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-ds-11.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-1065 { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-1065.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-2848 { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-2848.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-2441 { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-2441.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-8995 { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-8995.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-1116 { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-1116.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-money { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-money.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-architect { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-architect.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-yes { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-yes.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-presentation-mode { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-presentation-mode.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-ai { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-ai.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-quick-actions { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-quick-actions.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-pdf-to-google-doc { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-pdf-to-google-doc.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-notes-to-pdf { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-notes-to-pdf.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-email-to-pdf { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-email-to-pdf.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-paper-filling { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-paper-filling.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-convert { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-convert.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-sync { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-sync.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-translate { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-translate.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-synchronize { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-synchronize.png?1770636111") no-repeat 0 0; background-size: contain; } .icon.icon-remove-white-space { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-remove-white-space.png?1773157072") no-repeat 0 0; background-size: contain; } .icon.icon-crop-pdf { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-crop-pdf.png?1773157072") no-repeat 0 0; background-size: contain; } .icon.icon-extract-image { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-extract-image.png?1773157072") no-repeat 0 0; background-size: contain; } .icon.icon-add-headers { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-add-headers.png?1773157072") no-repeat 0 0; background-size: contain; } .icon.icon-explain-pdf-copilot { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-explain-pdf-copilot.png?1773157072") no-repeat 0 0; background-size: contain; } .icon.icon-pdf-to-png { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-pdf-to-png.png?1773157072") no-repeat 0 0; background-size: contain; } .icon.icon-insert-pages { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-insert-pages.png?1773157072") no-repeat 0 0; background-size: contain; } .icon.icon-offline { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-offline.png?1775137298") no-repeat 0 0; background-size: contain; } .icon.icon-secure { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-secure.png?1775137298") no-repeat 0 0; background-size: contain; } .icon.icon-apple { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-apple.png?1775137298") no-repeat 0 0; background-size: contain; } .icon.icon-icloud { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-icloud.png?1775137298") no-repeat 0 0; background-size: contain; } .icon.icon-generate-quiz { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-generate-quiz.png?1776684798") no-repeat 0 0; background-size: contain; } .icon.icon-generate-summary { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-generate-summary.png?1776684798") no-repeat 0 0; background-size: contain; } .icon.icon-main-points { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-main-points.png?1776684798") no-repeat 0 0; background-size: contain; } .icon.icon-question-answer-ai { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-question-answer-ai.png?1776684798") no-repeat 0 0; background-size: contain; } .icon.icon-summary-ai { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/features-icons/icon-summary-ai.png?1776684798") no-repeat 0 0; background-size: contain; }.text-center-row-slide-assets { padding: 120px 0; background: #1C1C1C; } .text-center-row-slide-assets .container { position: relative; max-width: 1480px; overflow: hidden; } .text-center-row-slide-assets .description { display: flex; flex-direction: column; align-items: center; } .text-center-row-slide-assets .description .title { display: flex; flex-direction: column; align-items: center; text-align: center; color: #FFFFFF; margin-bottom: 24px; } .text-center-row-slide-assets .description h2 span { font-weight: 600; color: rgba(255, 255, 255, 0.6); } .text-center-row-slide-assets .description .title-desc { max-width: 792px; width: 100%; color: rgba(255, 255, 255, 0.8); text-align: center; margin-bottom: 90px; } .text-center-row-slide-assets .slide-list { position: relative; overflow: hidden; } .text-center-row-slide-assets .slide-list:before { content: ''; position: absolute; left: 0; width: 80px; height: 100%; background: linear-gradient(90deg, #1C1C1C 0%, rgba(28, 28, 28, 0.8) 27.45%, rgba(28, 28, 28, 0.4) 49.95%, rgba(28, 28, 28, 0.15) 67.04%, rgba(28, 28, 28, 0) 86.39%); z-index: 2; } .text-center-row-slide-assets .slide-list:after { content: ''; position: absolute; top: 0; right: 0; width: 80px; height: 100%; background: linear-gradient(90deg, #1C1C1C 0%, rgba(28, 28, 28, 0.8) 27.45%, rgba(28, 28, 28, 0.4) 49.95%, rgba(28, 28, 28, 0.15) 67.04%, rgba(28, 28, 28, 0) 86.39%); -moz-transform: matrix(-1, 0, 0, 1, 0, 0); -webkit-transform: matrix(-1, 0, 0, 1, 0, 0); -o-transform: matrix(-1, 0, 0, 1, 0, 0); -ms-transform: matrix(-1, 0, 0, 1, 0, 0); transform: matrix(-1, 0, 0, 1, 0, 0); z-index: 2; } .text-center-row-slide-assets .slide-list .row-top { width: 3232px; height: 205px; background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/index/design-for-apple-row-1.png?1770636111"); background-repeat: repeat-x; background-size: 1616px 205px; animation: slideLeft 40s linear infinite; background-repeat: round; max-width: unset; margin-bottom: 14px; } @-moz-keyframes slideLeft { 0% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -moz-transform: translate3d(-1616px, 0, 0); -webkit-transform: translate3d(-1616px, 0, 0); -o-transform: translate3d(-1616px, 0, 0); -ms-transform: translate3d(-1616px, 0, 0); transform: translate3d(-1616px, 0, 0); } } @-webkit-keyframes slideLeft { 0% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -moz-transform: translate3d(-1616px, 0, 0); -webkit-transform: translate3d(-1616px, 0, 0); -o-transform: translate3d(-1616px, 0, 0); -ms-transform: translate3d(-1616px, 0, 0); transform: translate3d(-1616px, 0, 0); } } @keyframes slideLeft { 0% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -moz-transform: translate3d(-1616px, 0, 0); -webkit-transform: translate3d(-1616px, 0, 0); -o-transform: translate3d(-1616px, 0, 0); -ms-transform: translate3d(-1616px, 0, 0); transform: translate3d(-1616px, 0, 0); } } .text-center-row-slide-assets .slide-list .row-bottom { width: 2924px; height: 180px; background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/index/design-for-apple-row-2.png?1770636111"); background-repeat: repeat-x; background-size: 1462px 180px; animation: slideRight 42s linear infinite; background-repeat: round; max-width: unset; } @-moz-keyframes slideRight { 0% { -moz-transform: translate3d(-1462px, 0, 0); -webkit-transform: translate3d(-1462px, 0, 0); -o-transform: translate3d(-1462px, 0, 0); -ms-transform: translate3d(-1462px, 0, 0); transform: translate3d(-1462px, 0, 0); } 100% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes slideRight { 0% { -moz-transform: translate3d(-1462px, 0, 0); -webkit-transform: translate3d(-1462px, 0, 0); -o-transform: translate3d(-1462px, 0, 0); -ms-transform: translate3d(-1462px, 0, 0); transform: translate3d(-1462px, 0, 0); } 100% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideRight { 0% { -moz-transform: translate3d(-1462px, 0, 0); -webkit-transform: translate3d(-1462px, 0, 0); -o-transform: translate3d(-1462px, 0, 0); -ms-transform: translate3d(-1462px, 0, 0); transform: translate3d(-1462px, 0, 0); } 100% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @media (-webkit-min-device-pixel-ratio: 1.5) { .text-center-row-slide-assets .slide-list .row-top { background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/index/design-for-apple-row-1-2x.png?1770636111"); } .text-center-row-slide-assets .slide-list .row-bottom { background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/index/design-for-apple-row-2-2x.png?1770636111"); } } @media (max-width: 1439px) { .text-center-row-slide-assets .container { max-width: 100%; padding: 0; } .text-center-row-slide-assets .slide-list:before, .text-center-row-slide-assets .slide-list:after { content: none; } } @media (max-width: 1199px) { .text-center-row-slide-assets .description .title-desc { max-width: 592px; } } @media (max-width: 991px) { .text-center-row-slide-assets { padding: 96px 0; } .text-center-row-slide-assets .description .title-desc { max-width: 704px; margin-bottom: 40px; } .text-center-row-slide-assets .slide-list .row-top { width: 2690px; height: 173px; background-size: 1345px 173px; } @-moz-keyframes slideLeft { 0% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -moz-transform: translate3d(-1345px, 0, 0); -webkit-transform: translate3d(-1345px, 0, 0); -o-transform: translate3d(-1345px, 0, 0); -ms-transform: translate3d(-1345px, 0, 0); transform: translate3d(-1345px, 0, 0); } } @-webkit-keyframes slideLeft { 0% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -moz-transform: translate3d(-1345px, 0, 0); -webkit-transform: translate3d(-1345px, 0, 0); -o-transform: translate3d(-1345px, 0, 0); -ms-transform: translate3d(-1345px, 0, 0); transform: translate3d(-1345px, 0, 0); } } @keyframes slideLeft { 0% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -moz-transform: translate3d(-1345px, 0, 0); -webkit-transform: translate3d(-1345px, 0, 0); -o-transform: translate3d(-1345px, 0, 0); -ms-transform: translate3d(-1345px, 0, 0); transform: translate3d(-1345px, 0, 0); } } .text-center-row-slide-assets .slide-list .row-bottom { width: 2492px; height: 148px; background-size: 1246px 148px; } @-moz-keyframes slideRight { 0% { -moz-transform: translate3d(-1246px, 0, 0); -webkit-transform: translate3d(-1246px, 0, 0); -o-transform: translate3d(-1246px, 0, 0); -ms-transform: translate3d(-1246px, 0, 0); transform: translate3d(-1246px, 0, 0); } 100% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes slideRight { 0% { -moz-transform: translate3d(-1246px, 0, 0); -webkit-transform: translate3d(-1246px, 0, 0); -o-transform: translate3d(-1246px, 0, 0); -ms-transform: translate3d(-1246px, 0, 0); transform: translate3d(-1246px, 0, 0); } 100% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideRight { 0% { -moz-transform: translate3d(-1246px, 0, 0); -webkit-transform: translate3d(-1246px, 0, 0); -o-transform: translate3d(-1246px, 0, 0); -ms-transform: translate3d(-1246px, 0, 0); transform: translate3d(-1246px, 0, 0); } 100% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } } @media (max-width: 767px) { .text-center-row-slide-assets .description { max-width: 575px; padding: 0 20px; margin: 0 auto; } } @media (max-width: 575px) { .text-center-row-slide-assets { padding: 64px 0; } .text-center-row-slide-assets .slide-list .row-top { width: 2390px; height: 151px; background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/index/design-for-apple-row-1-mobile-2x.png?1770636111"); background-size: 1195px 151px; margin-bottom: 8px; } @-moz-keyframes slideLeft { 0% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -moz-transform: translate3d(-1195px, 0, 0); -webkit-transform: translate3d(-1195px, 0, 0); -o-transform: translate3d(-1195px, 0, 0); -ms-transform: translate3d(-1195px, 0, 0); transform: translate3d(-1195px, 0, 0); } } @-webkit-keyframes slideLeft { 0% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -moz-transform: translate3d(-1195px, 0, 0); -webkit-transform: translate3d(-1195px, 0, 0); -o-transform: translate3d(-1195px, 0, 0); -ms-transform: translate3d(-1195px, 0, 0); transform: translate3d(-1195px, 0, 0); } } @keyframes slideLeft { 0% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -moz-transform: translate3d(-1195px, 0, 0); -webkit-transform: translate3d(-1195px, 0, 0); -o-transform: translate3d(-1195px, 0, 0); -ms-transform: translate3d(-1195px, 0, 0); transform: translate3d(-1195px, 0, 0); } } .text-center-row-slide-assets .slide-list .row-bottom { width: 1882px; height: 125px; background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/index/design-for-apple-row-2-mobile-2x.png?1770636111"); background-size: 941px 125px; } @-moz-keyframes slideRight { 0% { -moz-transform: translate3d(-941px, 0, 0); -webkit-transform: translate3d(-941px, 0, 0); -o-transform: translate3d(-941px, 0, 0); -ms-transform: translate3d(-941px, 0, 0); transform: translate3d(-941px, 0, 0); } 100% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes slideRight { 0% { -moz-transform: translate3d(-941px, 0, 0); -webkit-transform: translate3d(-941px, 0, 0); -o-transform: translate3d(-941px, 0, 0); -ms-transform: translate3d(-941px, 0, 0); transform: translate3d(-941px, 0, 0); } 100% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideRight { 0% { -moz-transform: translate3d(-941px, 0, 0); -webkit-transform: translate3d(-941px, 0, 0); -o-transform: translate3d(-941px, 0, 0); -ms-transform: translate3d(-941px, 0, 0); transform: translate3d(-941px, 0, 0); } 100% { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } } @media (-webkit-min-device-pixel-ratio: 2.5) and (max-width: 575px) { .text-center-row-slide-assets .slide-list .row-top { background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/index/design-for-apple-row-1-mobile-3x.png?1770636111"); } .text-center-row-slide-assets .slide-list .row-bottom { background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/index/design-for-apple-row-2-mobile-3x.png?1770636111"); } }.get-started-row { padding: 48px 0 56px 0; } .get-started-row.pink-gradient { background: radial-gradient(112.23% 137.92% at 56.94% -93.68%, rgba(205, 129, 189, 0.30) 0%, rgba(205, 129, 189, 0.00) 100%), radial-gradient(114.25% 189.49% at 102.08% -65.26%, rgba(31, 162, 255, 0.80) 0%, rgba(31, 162, 255, 0.35) 44.23%, rgba(56, 97, 201, 0.00) 100%), radial-gradient(283.34% 193.73% at -0.83% -76.84%, rgba(229, 53, 56, 0.90) 0%, rgba(195, 54, 103, 0.35) 53.85%, rgba(184, 55, 117, 0.17) 72.12%, rgba(173, 55, 132, 0.00) 100%), #F5F6FF; } .get-started-row.pink-light-gradient { background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.80) 37.12%, rgba(255, 255, 255, 0.90) 74.25%), -webkit-linear-gradient(90deg, #FF4343 -5.83%, #9E5EDC 30.76%, #6C74EB 67.36%, #59A5FF 106.11%); background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.80) 37.12%, rgba(255, 255, 255, 0.90) 74.25%), -moz-linear-gradient(90deg, #FF4343 -5.83%, #9E5EDC 30.76%, #6C74EB 67.36%, #59A5FF 106.11%); background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.80) 37.12%, rgba(255, 255, 255, 0.90) 74.25%), -o-linear-gradient(90deg, #FF4343 -5.83%, #9E5EDC 30.76%, #6C74EB 67.36%, #59A5FF 106.11%); background: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.80) 37.12%, rgba(255, 255, 255, 0.90) 74.25%), -ms-linear-gradient(90deg, #FF4343 -5.83%, #9E5EDC 30.76%, #6C74EB 67.36%, #59A5FF 106.11%); background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.80) 37.12%, rgba(255, 255, 255, 0.90) 74.25%), linear-gradient(90deg, #FF4343 -5.83%, #9E5EDC 30.76%, #6C74EB 67.36%, #59A5FF 106.11%); } .get-started-row.grey-gradient { background: -webkit-linear-gradient(90deg, #F2EBF5 0%, #E5EDFB 100%); background: -moz-linear-gradient(90deg, #F2EBF5 0%, #E5EDFB 100%); background: -o-linear-gradient(90deg, #F2EBF5 0%, #E5EDFB 100%); background: -ms-linear-gradient(90deg, #F2EBF5 0%, #E5EDFB 100%); background: linear-gradient(90deg, #F2EBF5 0%, #E5EDFB 100%); } .get-started-row.blue-red-gradient { background: radial-gradient(45.46% 61.87% at 50% 67.57%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.70) 50%, #FFF 100%), linear-gradient(90deg, #205EFF 0%, #59A5FF 33.67%, #D567B4 70.4%, #FF4343 106.11%); } .get-started-row .container { max-width: 1038px; display: flex; justify-content: space-between; align-items: center; gap: 16px; } .get-started-row .text-block h3 { position: relative; font-weight: 700; font-size: 2em; line-height: 133%; display: flex; align-items: center; padding-left: 84px; } .get-started-row .text-block h3:before { content: ''; position: absolute; left: 0; width: 52px; height: 52px; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/pdfexpert-logo.svg?1770636111") no-repeat 0 0; background-size: contain; } .get-started-row.black .text-block h3 { color: #FFFFFF; } .get-started-row.white .text-block h3 { color: #111111; } .get-started-row .link-group { position: relative; display: flex; align-items: center; flex-shrink: 0; } .get-started-row .free-download ~ .buy-now { margin-left: 16px; } .get-started-row.btn-revers .buy-now ~ .free-download { margin-left: 16px; } .get-started-row .buy-now { min-width: 120px; } .get-started-row.btn-icons .free-download, .get-started-row.btn-icons .buy-now { min-height: 56px; position: relative; gap: 8px; font-size: 1.25em; } .get-started-row .special-offer { position: absolute; width: max-content; bottom: -30px; font-size: 0.875em; color: #555555; } .get-started-row.black .special-offer { color: var(--grey); } @media (max-width: 1199px) { .get-started-row.btn-icons .free-download, .get-started-row.btn-icons .buy-now { font-size: 1.125em; } } @media (max-width: 991px) { .get-started-row { padding: 32px 0; } .get-started-row .text-block h3 { font-size: 1.5em; padding-left: 48px; } .get-started-row .text-block h3:before { width: 32px; height: 32px; } .get-started-row .special-offer { display: none; } } @media (max-width: 767px) { .get-started-row { padding: 40px 0; } .get-started-row .container { justify-content: center; } .get-started-row .text-block { display: none; } .get-started-row .text-block h3:before { content: unset; } } @media (max-width: 480px) { .get-started-row .link-group { width: 100%; flex-direction: column; } .get-started-row .free-download ~ .buy-now { margin: 16px 0 0 0; } .get-started-row.btn-revers .buy-now ~ .free-download { margin: 16px 0 0 0; } .get-started-row .free-download, .get-started-row .buy-now { max-width: 100%; width: 100%; } .get-started-row.btn-icons .free-download, .get-started-row.btn-icons .buy-now { font-size: 1em; } }.faq-section .box { max-width: 998px; width: 100%; margin: 0 auto; } .faq-section.dark-blue-gradient { background: -webkit-linear-gradient(288deg, #020204 0%, #151445 100%); background: -moz-linear-gradient(288deg, #020204 0%, #151445 100%); background: -o-linear-gradient(288deg, #020204 0%, #151445 100%); background: -ms-linear-gradient(288deg, #020204 0%, #151445 100%); background: linear-gradient(288deg, #020204 0%, #151445 100%); padding: 120px 0; } .faq-section h2.title-center-block { text-align: center; margin-bottom: 64px; } .faq-section .list { background: #FBFBFD; padding: 20px 40px; border-radius: 8px; } .faq-section.white .list { background: #FFFFFF; border-radius: 16px; box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03); } .faq-section.dark .list { background: rgba(251, 251, 253, 0.05); } .faq-section.white .list { background: #fff; } .faq-section .item { padding: 27px 16px; border-bottom: 1px solid rgba(68, 68, 68, 0.1); } .faq-section.dark .item { border-bottom: 1px solid rgba(213, 213, 213, 0.10); } .faq-section .item:has(:focus-visible) { border-radius: 6px; -moz-box-shadow: var(--common-focus-box-shadow) !important; -webkit-box-shadow: var(--common-focus-box-shadow) !important; -o-box-shadow: var(--common-focus-box-shadow) !important; -ms-box-shadow: var(--common-focus-box-shadow) !important; box-shadow: var(--common-focus-box-shadow) !important; } .faq-section .item:last-child { border-bottom: none; } .faq-section .item-title { position: relative; width: calc(100% - 60px); display: flex; align-items: center; font-size: 1.25em; font-style: normal; font-weight: 700; line-height: 133%; color: #333333; cursor: pointer; outline: none; border-radius: 0; -moz-box-shadow: unset !important; -webkit-box-shadow: unset !important; -o-box-shadow: unset !important; -ms-box-shadow: unset !important; box-shadow: unset !important; } .faq-section.dark h2.title-center-block, .faq-section.dark .item-title { color: #FFF; } .faq-section .item .item-title:after { content: ''; position: absolute; right: -60px; width: 24px; height: 24px; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/faq/icon-grey-plus.svg?1770636111") no-repeat 0 0; background-size: contain; transition: .4s ease; } .faq-section.dark .item .item-title:after { background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/faq/icon-white-plus.svg?1770636111") no-repeat 0 0; background-size: contain; } .faq-section .item.open .item-title:after { transform: rotate(-45deg); opacity: .25; transition: .4s ease; } .faq-section.dark .item.open .item-title:after { transform: rotate(-45deg); opacity: .4; transition: .4s ease; } .faq-section .item .text-block { display: none; padding-top: 24px; } .faq-section .item .text-block p { font-size: 1.125em; font-style: normal; font-weight: 400; line-height: 150%; color: var(--grey); } .faq-section.dark .item .text-block p { color: rgba(255, 255, 255, 0.60); } .faq-section .note { margin: 64px auto 0; max-width: 792px; width: 100%; color: #6E6E6E; font-size: 0.875em; font-weight: 400; line-height: 1.5; } @media (max-width: 1199px) { .faq-section.dark { padding: 80px 0; } .faq-section .list { padding: 20px 30px; } } @media (max-width: 767px) { .faq-section .note { margin: 40px auto 0; } } @media (max-width: 575px) { .faq-section h2.title-center-block { margin-bottom: 40px; } .faq-section .list { padding: 20px 12px; } .faq-section .item-title { width: calc(100% - 75px); font-size: 1em; } .faq-section .item .item-title:after { right: -58px; } .faq-section .item { padding: 15px 16px; } .faq-section .item .text-block p { font-size: 0.875em; } }:root { --testimonials-description-text-color: #333333; --testimonials-bg-color: #F7F7FA; --testimonials-text-color: #6E6E6E; --testimonials-white-logo-display: flex; --testimonials-dark-logo-display: none; --testimonials-dots-bg: rgba(17, 17, 17, .1); --testimonials-active-dots-bg: #6E6E6E; --testimonials-arrow-right-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/slider-arrow-right.svg?1770636111"); --testimonials-arrow-left-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/slider-arrow-left.svg?1770636111"); } @media (prefers-color-scheme: dark) { :root .pricingIndex-page { --testimonials-description-text-color: rgba(255, 255, 255, 0.80); --testimonials-bg-color: rgba(255, 255, 255, 0.05); --testimonials-text-color: rgba(255, 255, 255, 0.60); --testimonials-white-logo-display: none; --testimonials-dark-logo-display: flex; --testimonials-dots-bg: rgba(255, 255, 255, 0.10); --testimonials-active-dots-bg: rgba(255, 255, 255, 0.60); --testimonials-arrow-right-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/slider-arrow-right-white.svg?1770636111"); --testimonials-arrow-left-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/slider-arrow-left-white.svg?1770636111"); } } .testimonial-slider .text-block { max-width: 792px; width: 100%; display: flex; flex-direction: column; align-items: center; margin: 0 auto 64px; } .testimonial-slider .text-block h2 { text-align: center; } .testimonial-slider .text-block p { margin-top: 24px; text-align: center; color: var(--description-text-color); } .testimonial-slider .text-block .ratings { position: relative; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; color: #111; text-align: center; font-size: 1.25em; line-height: 1.5; margin: 24px 0 0; } .testimonial-slider .text-block .ratings::before { content: ''; display: block; width: 125px; height: 20px; background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/icon-stars.svg?1770636111"); background-position: center; background-size: contain; background-repeat: no-repeat; } .testimonial-slider .slider-block { position: relative; max-width: 1035px; width: 100%; margin: 0 auto; } .testimonial-slider .feature-testimonials-slider { display: flex; justify-content: center; visibility: hidden; min-height: 454px; overflow: hidden; } .testimonial-slider .feature-testimonials-slider.slick-initialized { visibility: visible; min-height: unset; } .testimonial-slider .item-slide { width: 307px; height: auto; background: var(--testimonials-bg-color); border-radius: 16px; padding: 32px; margin: 0 19px; outline: none; } .testimonial-slider.white-blocks .item-slide { background: #fff; } .testimonial-slider .item-slide:focus-visible { -moz-box-shadow: var(--common-focus-box-shadow) inset !important; -webkit-box-shadow: var(--common-focus-box-shadow) inset !important; -o-box-shadow: var(--common-focus-box-shadow) inset !important; -ms-box-shadow: var(--common-focus-box-shadow) inset !important; box-shadow: var(--common-focus-box-shadow) inset !important; } .testimonial-slider .item-content { height: 100%; display: flex; flex-direction: column; justify-content: space-between; } .testimonial-slider .item-content .text { margin-bottom: 32px; } .testimonial-slider .item-slide .testimonial-title { font-size: 1.25em; font-style: normal; font-weight: 600; line-height: 133%; margin-bottom: 12px; } .testimonial-slider .item-slide .testimonial-text { font-weight: 400; font-size: 1.125em; line-height: 150%; letter-spacing: -0.03em; color: var(--testimonials-text-color); } .testimonial-slider .item-slide .info { display: flex; flex-direction: column; align-items: flex-start; } .testimonial-slider .item-slide img { height: 50px; } .testimonial-slider .item-slide img.logo-white-theme { display: var(--testimonials-white-logo-display); } .testimonial-slider .item-slide img.logo-dark-theme { display: var(--testimonials-dark-logo-display); } .testimonial-slider .item-slide .icon-star { display: flex; width: 85px; height: 12px; background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/icon-full-stars.svg?1770636111"); background-repeat: no-repeat; background-size: contain; margin-bottom: 12px; } .testimonial-slider .item-slide .name { font-weight: 400; font-size: 1em; line-height: 133%; color: var(--testimonials-text-color); } .testimonial-slider.white-blocks .item-slide .name { color: #333; font-weight: 600; line-height: 1.5; } .testimonial-slider .item-slide .position { color: var(--testimonials-text-color);; font-size: 0.875em; line-height: 1.5; margin: 6px 0 0; } .testimonial-slider .slick-track { display: flex !important; } .testimonial-slider .slick-pagination { position: relative; height: 24px; display: flex; align-items: center; justify-content: center; margin: 0 auto; } .testimonial-slider .slick-pagination .center-block { position: relative; height: 100%; display: flex; align-items: center; justify-content: center; } .testimonial-slider .slider-arrows { position: absolute; display: flex; justify-content: space-between; width: calc(100% + 80px); } .testimonial-slider .slick-arrow { width: 24px; height: 24px; cursor: pointer; } .testimonial-slider .slick-arrow.arrow-left { background-image: var(--testimonials-arrow-left-image); background-repeat: no-repeat; background-size: contain; } .testimonial-slider .slick-arrow.arrow-right { background-image: var(--testimonials-arrow-right-image); background-repeat: no-repeat; background-size: contain; } .testimonial-slider .slick-dots { position: relative; display: flex; justify-content: center; bottom: unset; } .testimonial-slider .slick-dots li { width: 10px; height: 10px; } .testimonial-slider .slick-dots li button { font-size: 0; width: 10px; height: 10px; } .testimonial-slider .slick-dots li button:before { content: ''; color: unset; font-size: 0; width: 100%; height: 100%; background: var(--testimonials-dots-bg); border-radius: 50%; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; -ms-transition: .3s; transition: .3s; opacity: 1; } .testimonial-slider .slick-dots li.slick-active button:before { background: var(--testimonials-active-dots-bg); opacity: 1; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; -ms-transition: .3s; transition: .3s; } @media (max-width: 1199px) { .testimonial-slider .feature-testimonials-slider { min-height: 350px; } .testimonial-slider .item-slide { margin: 0 9px; } .testimonial-slider .text-block .ratings { font-size: 1.125em; } } @media (max-width: 767px) { .testimonial-slider .slider-block { max-width: 530px; } .testimonial-slider .item-slide { margin: 0; } .testimonial-slider .text-block .ratings { font-size: 1em; } } @media (max-width: 575px) { .testimonial-slider .slider-block { max-width: 335px; } }.ppc-avatar-text-center { padding: 120px 0; } .ppc-avatar-text-center .container { display: flex; flex-direction: column; justify-content: center; align-items: center; } .ppc-avatar-text-center .avatar { display: flex; width: 122px; height: 56px; background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/components/ppc-avatar-text-center/icon-avatar-3x.png?1775137298"); background-repeat: no-repeat; background-size: contain; margin-bottom: 8px; } .ppc-avatar-text-center h3 { font-size: 2rem; font-weight: 600; line-height: 133%; color: #111; margin-bottom: 4px; } .ppc-avatar-text-center h3 span { position: relative; } .ppc-avatar-text-center h3 span:after { content: ''; display: inline-flex; width: 100%; height: 7px; position: absolute; bottom: -5px; left: 0; right: 0; background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/components/ppc-avatar-text-center/icon-yellow-line.svg?1775137298"); background-size: contain; background-repeat: no-repeat; background-position: center; } .ppc-avatar-text-center p { font-size: 1.25rem; } @media (max-width: 1199px) { .ppc-avatar-text-center { padding: 80px 0; } .ppc-avatar-text-center h3 { font-size: 1.75rem; } .ppc-avatar-text-center p { font-size: 1.125rem; } } @media (max-width: 767px) { .ppc-avatar-text-center { padding: 64px 0; } .ppc-avatar-text-center h3 { font-size: 1.5rem; } .ppc-avatar-text-center p { font-size: 1rem; } }.ppc-big-link-text { padding: 120px 0; background-image: radial-gradient(45.46% 61.87% at 50% 67.57%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.70) 50%, #FFF 100%), linear-gradient(90deg, #205EFF 0%, #59A5FF 33.67%, #D567B4 70.4%, #FF4343 106.11%); } .ppc-big-link-text .text-wrapper { overflow: hidden; height: 242px; position: relative; cursor: pointer; } .ppc-big-link-text .text-wrapper:hover .text-slider { -webkit-transform: translateY(-242px); -moz-transform: translateY(-242px); -o-transform: translateY(-242px); -ms-transform: translateY(-242px); transform: translateY(-242px); } .ppc-big-link-text .text-slider { display: flex; flex-direction: column; -webkit-transition: transform 0.2s ease; -moz-transition: transform 0.2s ease; -o-transition: transform 0.2s ease; -ms-transition: transform 0.2s ease; transition: transform 0.2s ease; will-change: transform; } .ppc-big-link-text .title, .ppc-big-link-text .btn { height: 242px; display: flex; align-items: flex-start; } .ppc-big-link-text .title { color: #111; font-size: 14.375rem; font-weight: 700; line-height: 1; } .ppc-big-link-text .btn { position: relative; background-color: unset; color: #111; font-size: 12.75rem; font-weight: 700; border: none; display: flex; align-items: baseline; justify-content: flex-start; gap: 30px; min-width: unset; width: unset; min-height: unset; margin: unset; padding: unset; line-height: 1; } .ppc-big-link-text .btn:after { content: ''; display: block; width: 120px; height: 113px; background-position: center; background-size: contain; background-repeat: no-repeat; background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/arrow-right-black.svg?1775137298"); } .ppc-big-link-text .description { color: #333; font-size: 1.5rem; font-weight: 600; line-height: 1.5; margin-top: 24px; } @media (max-width: 1240px) { .ppc-big-link-text { padding: 80px 0; } .ppc-big-link-text .text-wrapper { height: 220px; } .ppc-big-link-text .text-wrapper:hover .text-slider { -webkit-transform: translateY(-220px); -moz-transform: translateY(-220px); -o-transform: translateY(-220px); -ms-transform: translateY(-220px); transform: translateY(-220px); } .ppc-big-link-text .title, .ppc-big-link-text .btn { height: 220px; } .ppc-big-link-text .title, .ppc-big-link-text .btn { font-size: 11.875rem; } .ppc-big-link-text .btn:after { width: 110px; height: 104px; } } @media (max-width: 1199px) { .ppc-big-link-text .text-wrapper { height: 150px; } .ppc-big-link-text .text-wrapper:hover .text-slider { -webkit-transform: translateY(-150px); -moz-transform: translateY(-150px); -o-transform: translateY(-150px); -ms-transform: translateY(-150px); transform: translateY(-150px); } .ppc-big-link-text .title, .ppc-big-link-text .btn { height: 150px; } .ppc-big-link-text .title, .ppc-big-link-text .btn { font-size: 8.25rem; } .ppc-big-link-text .btn:after { width: 83px; height: 78px; } .ppc-big-link-text .description { font-size: 1.25rem; } } @media (max-width: 991px) { .ppc-big-link-text { padding: 64px 0; } .ppc-big-link-text .text-wrapper { height: 110px; } .ppc-big-link-text .text-wrapper:hover .text-slider { -webkit-transform: translateY(-110px); -moz-transform: translateY(-110px); -o-transform: translateY(-110px); -ms-transform: translateY(-110px); transform: translateY(-110px); } .ppc-big-link-text .title, .ppc-big-link-text .btn { height: 110px; } .ppc-big-link-text .title, .ppc-big-link-text .btn { font-size: 6.275rem; } .ppc-big-link-text .btn { gap: 25px; } .ppc-big-link-text .btn:after { width: 63px; height: 60px; } } @media (max-width: 767px) { .ppc-big-link-text .text-wrapper { height: 100px; } .ppc-big-link-text .text-wrapper:hover .text-slider { -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -o-transform: translateY(-100px); -ms-transform: translateY(-100px); transform: translateY(-100px); } .ppc-big-link-text .title, .ppc-big-link-text .btn { height: 100px; } .ppc-big-link-text .title, .ppc-big-link-text .btn { font-size: 4.375rem; } .ppc-big-link-text .btn { gap: 20px; } .ppc-big-link-text .btn:after { width: 42.5px; height: 40px; } } @media (max-width: 480px) { .ppc-big-link-text .text-wrapper { height: 46px; } .ppc-big-link-text .text-wrapper:hover .text-slider { -webkit-transform: translateY(-46px); -moz-transform: translateY(-46px); -o-transform: translateY(-46px); -ms-transform: translateY(-46px); transform: translateY(-46px); } .ppc-big-link-text .title, .ppc-big-link-text .btn { font-size: 2.75rem; height: 46px; } .ppc-big-link-text .btn:after { width: 35px; height: 33px; } } @media (max-width: 375px) { .ppc-big-link-text .text-wrapper { height: 44px; } .ppc-big-link-text .text-wrapper:hover .text-slider { -webkit-transform: translateY(-44px); -moz-transform: translateY(-44px); -o-transform: translateY(-44px); -ms-transform: translateY(-44px); transform: translateY(-44px); } .ppc-big-link-text .title, .ppc-big-link-text .btn { font-size: 2.5rem; height: 44px; } .ppc-big-link-text .btn { gap: 15px; } .ppc-big-link-text .btn:after { width: 26px; height: 25px; } .ppc-big-link-text .description { margin-top: 16px; } } .wrap { background-color: #FBFBFD; } .get-started-row.blue-red-gradient { background-size: 100% 392px; background-position: center -40px; } .get-started-row.btn-icons .free-download, .get-started-row.btn-icons .buy-now { gap: 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item::before { background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/landings/ppc-2/icons/features-32x32-2x.png?1775137298"); background-size: 1112px 32px; } .ppc-title-text-icon-list-in-line-moving .row .list .item.annotate::before { background-position: 0 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.convert::before { background-position: -40px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.manage::before { background-position: -80px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.df-text::before { background-position: -120px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.password::before { background-position: -160px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.measure::before { background-position: -200px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.excel-pdf::before { background-position: -240px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.redline::before { background-position: -280px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.df-powerpoint::before { background-position: -320px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.edit::before { background-position: -360px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.redact::before { background-position: -400px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.pdf-word::before { background-position: -440px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.scan::before { background-position: -480px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.pdf-image::before { background-position: -520px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.merge-pdf::before { background-position: -560px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.text-pdf::before { background-position: -600px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.new::before { background-position: -640px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.pdf-excel::before { background-position: -680px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.powerpoint-pdf::before { background-position: -720px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.copilot::before { background-position: -760px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.translate::before { background-position: -800px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.fill-sign::before { background-position: -840px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.image-pdf::before { background-position: -880px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.reduce::before { background-position: -920px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.draw::before { background-position: -960px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.word-pdf::before { background-position: -1000px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.comment::before { background-position: -1040px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.web-pdf::before { background-position: -1080px 0; } @media (max-width: 1024px) { .get-started-row .container { justify-content: center; } .get-started-row .text-block { display: none; } } @media (max-width: 991px) { .ppc-title-text-icon-list-in-line-moving .row .list .item::before { background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/landings/ppc-2/icons/features-32x32-2x.png?1775137298"); background-size: 888px 24px; } .ppc-title-text-icon-list-in-line-moving .row .list .item.annotate::before { background-position: 0 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.convert::before { background-position: -32px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.manage::before { background-position: -64px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.df-text::before { background-position: -96px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.password::before { background-position: -128px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.measure::before { background-position: -160px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.excel-pdf::before { background-position: -192px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.redline::before { background-position: -224px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.df-powerpoint::before { background-position: -256px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.edit::before { background-position: -288px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.redact::before { background-position: -320px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.pdf-word::before { background-position: -352px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.scan::before { background-position: -384px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.pdf-image::before { background-position: -416px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.merge-pdf::before { background-position: -448px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.text-pdf::before { background-position: -480px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.new::before { background-position: -512px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.pdf-excel::before { background-position: -544px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.powerpoint-pdf::before { background-position: -576px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.copilot::before { background-position: -608px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.translate::before { background-position: -640px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.fill-sign::before { background-position: -672px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.image-pdf::before { background-position: -704px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.reduce::before { background-position: -736px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.draw::before { background-position: -768px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.word-pdf::before { background-position: -800px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.comment::before { background-position: -832px 0; } .ppc-title-text-icon-list-in-line-moving .row .list .item.web-pdf::before { background-position: -864px 0; } }