.app-badges{--app-badge-height: 48px;display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-lg)}.app-badges--lg{--app-badge-height: 56px}@media screen and (max-width:480px){.app-badges{--app-badge-height: 40px;gap:var(--gap-md)}.app-badges--lg{--app-badge-height: 44px}}.app-badges__item{display:flex;flex-direction:column;align-items:center;gap:var(--gap-md)}.app-badges__item:empty{display:none}@media screen and (max-width:749px){:root[data-app-platform=android] .app-badges__item--apple{order:2}:root[data-app-platform=ios] .app-badges__item--google{order:2}}.app-badges__link{display:block;line-height:0;border-radius:8px;transition:opacity var(--hover-transition-duration, .2s) var(--hover-transition-timing, ease)}.app-badges__link:hover{opacity:.85}.app-badges__link:focus-visible{outline:var(--focus-outline-width, 2px) solid currentcolor;outline-offset:3px}.app-badges__badge{display:block;height:var(--app-badge-height);width:auto}.app-badges__qr{display:none}@media screen and (min-width:990px){.app-badges--with-qr .app-badges__qr{display:flex;flex-direction:column;align-items:center;gap:var(--gap-2xs)}}.app-badges__qr-caption{font-size:var(--font-size--2xs);letter-spacing:var(--letter-spacing-sm);text-transform:uppercase;opacity:.7}.app-badges__qr-image{display:block;width:96px;height:96px;padding:var(--padding-2xs);background-color:var(--color-white, #fff);border-radius:var(--style-border-radius-inputs, 4px)}.app-hero__inner{display:grid;gap:var(--gap-3xl);align-items:center}@media screen and (min-width:750px){.app-hero--with-media .app-hero__inner{grid-template-columns:minmax(0,1fr) minmax(0,.75fr)}.app-hero--media-left.app-hero--with-media .app-hero__inner{grid-template-columns:minmax(0,.75fr) minmax(0,1fr)}.app-hero--media-left .app-hero__content{order:2}}.app-hero__content{--app-hero-content-width: 34rem;--app-hero-content-gap: var(--gap-xl);--app-hero-eyebrow-size: var(--font-size--xs);--app-hero-heading-size: var(--font-size--3xl);--app-hero-subheading-size: var(--font-size--md);--app-hero-subheading-width: 30rem;--app-hero-meta-size: var(--font-size--sm);display:flex;flex-direction:column;align-items:var(--app-hero-align, flex-start);text-align:var(--app-hero-text-align, start);gap:var(--app-hero-content-gap);max-width:var(--app-hero-content-width)}.app-hero--centered .app-hero__content{--app-hero-align: center;--app-hero-text-align: center;margin-inline:auto}.app-hero--centered .app-badges{justify-content:center}.app-hero__eyebrow{margin:0;font-size:var(--app-hero-eyebrow-size);letter-spacing:var(--letter-spacing-md);text-transform:uppercase;opacity:.75}.app-hero__heading{margin:0;text-wrap:balance}.app-hero__heading.app-hero__heading{font-size:var(--app-hero-heading-size)}@media screen and (max-width:749px){.app-hero__heading.app-hero__heading{font-size:var(--app-hero-heading-size-mobile, var(--app-hero-heading-size))}}.app-hero__subheading{margin:0;max-width:var(--app-hero-subheading-width);font-size:var(--app-hero-subheading-size);line-height:var(--line-height--body-loose);opacity:.85}.app-hero__button{flex:0 0 auto}@media screen and (max-width:749px){.app-hero--button-fill-mobile .app-hero__button{align-self:stretch;width:100%;text-align:center}}.app-hero__meta{margin:0;font-size:var(--app-hero-meta-size);opacity:.7}.app-hero__media{position:relative;justify-self:center;width:100%;max-width:22rem}.app-hero__media img,.app-hero__media video{display:block;width:100%;height:auto;max-height:34rem;object-fit:cover;border-radius:var(--style-border-radius-popover, 16px)}.app-hero__sentinel{height:1px;margin-block-start:-1px;pointer-events:none}.app-sticky-cta{position:fixed;inset-inline:0;bottom:0;z-index:20;display:flex;align-items:center;gap:var(--gap-md);padding:var(--padding-md) var(--padding-lg);padding-block-end:calc(var(--padding-md) + env(safe-area-inset-bottom,0px));border-block-start:1px solid var(--color-border);transform:translateY(100%);visibility:hidden;transition:transform .25s var(--ease-out-quad, ease-out),visibility .25s}.app-sticky-cta.is-visible{transform:translateY(0);visibility:visible}@media screen and (min-width:750px){.app-sticky-cta{display:none}}@media(prefers-reduced-motion:reduce){.app-sticky-cta{transition:none}}.app-sticky-cta__text{flex:1 1 auto;min-width:0}.app-sticky-cta__title{display:block;font-size:var(--font-size--sm);font-weight:600}.app-sticky-cta__subtitle{display:block;font-size:var(--font-size--2xs);opacity:.7}.app-sticky-cta__button{flex:0 0 auto;white-space:nowrap}.app-value-props__heading{margin:0 0 var(--margin-4xl);text-wrap:balance}.app-value-props--centered .app-value-props__heading{text-align:center}.app-value-props__grid{display:grid;gap:var(--gap-2xl) var(--gap-xl);grid-template-columns:1fr}@media screen and (min-width:750px){.app-value-props__grid{grid-template-columns:repeat(var(--app-value-props-columns, 4),minmax(0,1fr))}}.app-value-prop{display:flex;flex-direction:column;gap:var(--gap-sm)}.app-value-props--centered .app-value-prop{align-items:center;text-align:center}.app-value-prop__icon{display:block;height:auto}.app-value-prop__title{margin:0}.app-value-prop__text{margin:0;line-height:var(--line-height--body-normal);opacity:.8}.app-feature-rows__list{display:grid;gap:var(--gap-3xl)}.app-feature-row{display:grid;gap:var(--gap-xl);align-items:center}@media screen and (min-width:750px){.app-feature-rows__list{gap:5rem}.app-feature-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--gap-3xl)}.app-feature-row:nth-child(2n) .app-feature-row__media{order:2}}.app-feature-row__media{justify-self:center;width:100%;max-width:18rem}.app-feature-row__media img{display:block;width:100%;height:auto;border-radius:var(--style-border-radius-popover, 16px)}.app-feature-row__content{display:flex;flex-direction:column;gap:var(--gap-md);max-width:30rem}@media screen and (min-width:750px){.app-feature-row:nth-child(2n) .app-feature-row__content{justify-self:end}}.app-feature-row__eyebrow{margin:0;font-size:var(--font-size--xs);letter-spacing:var(--letter-spacing-md);text-transform:uppercase;opacity:.7}.app-feature-row__title{margin:0;text-wrap:balance}.app-feature-row__text{margin:0;line-height:var(--line-height--body-loose);opacity:.85}.app-screenshots__heading{margin:0 0 var(--margin-4xl);text-align:center;text-wrap:balance}.app-screenshots__track{display:grid;grid-auto-flow:column;grid-auto-columns:62%;gap:var(--gap-lg);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:var(--page-margin);margin-inline:calc(var(--page-margin) * -1);padding-inline:var(--page-margin);padding-block-end:var(--padding-lg);scrollbar-width:none}.app-screenshots__track::-webkit-scrollbar{display:none}@media screen and (min-width:750px){.app-screenshots__track{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(var(--app-screenshots-columns, 5),minmax(0,1fr));gap:var(--gap-xl);overflow-x:visible;scroll-snap-type:none;margin-inline:0;padding-inline:0;padding-block-end:0}}.app-screenshot{scroll-snap-align:start}.app-screenshot img{display:block;width:100%;height:auto;aspect-ratio:800 / 1731;object-fit:cover;border-radius:var(--style-border-radius-popover, 16px)}.app-screenshot__caption{display:block;margin-block-start:var(--margin-xs);font-size:var(--font-size--2xs);text-align:center;opacity:.7}.app-social-proof__inner{display:flex;flex-direction:column;gap:var(--gap-3xl)}.app-social-proof__heading{margin:0;text-align:center;text-wrap:balance}.app-social-proof__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--gap-xl) var(--gap-3xl)}.app-stat{display:flex;flex-direction:column;align-items:center;gap:var(--gap-3xs);text-align:center}.app-stat__value{font-size:var(--font-size--3xl);line-height:var(--line-height--display-tight)}.app-stat__label{font-size:var(--font-size--xs);letter-spacing:var(--letter-spacing-sm);text-transform:uppercase;opacity:.7}.app-stars{display:flex;gap:2px}.app-stars__star{width:18px;height:18px;fill:currentcolor}.app-stars__star--empty{opacity:.25}.app-quotes{display:grid;gap:var(--gap-xl);grid-template-columns:1fr}@media screen and (min-width:750px){.app-quotes{grid-template-columns:repeat(var(--app-quotes-columns, 3),minmax(0,1fr))}}.app-quote{display:flex;flex-direction:column;gap:var(--gap-md);padding:var(--padding-2xl);border:1px solid var(--color-border);border-radius:var(--style-border-radius-popover, 16px)}.app-quote__text{margin:0;line-height:var(--line-height--body-loose)}.app-quote__author{margin:0;margin-block-start:auto;font-size:var(--font-size--xs);opacity:.7}
/*# sourceMappingURL=/cdn/shop/t/51/assets/app-download.css.map */
