.nevola-faq{width:100%}.nevola-faq__inner{display:block;width:100%}.nevola-faq__heading{margin:0 0 24px;line-height:1.2;text-transform:none}.nevola-faq__list{list-style:none;margin:0 auto;padding:0;display:flex;flex-direction:column}.nevola-faq__list>li{list-style:none;margin:0;padding:0}.nevola-faq__item{overflow:hidden}.nevola-faq__summary{list-style:none;cursor:pointer;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:44px;line-height:1.4;color:rgb(var(--color-foreground));-webkit-user-select:none;user-select:none}.nevola-faq__summary::-webkit-details-marker{display:none}.nevola-faq__summary::marker{content:""}.nevola-faq__summary:focus-visible{outline:2px solid currentColor;outline-offset:-2px;border-radius:inherit}.nevola-faq__icon{flex:0 0 22px;width:22px;height:22px;transition:transform .25s ease}.nevola-faq__item[open] .nevola-faq__icon{transform:rotate(45deg)}.nevola-faq__answer{padding:16px 20px 18px;line-height:1.6;color:rgba(var(--color-foreground),.8)}.nevola-faq__answer>:first-child{margin-top:0}.nevola-faq__answer>:last-child{margin-bottom:0}.nevola-faq__answer a{text-decoration:underline}@media(min-width:750px){.nevola-faq__heading{margin-bottom:32px}.nevola-faq__summary{padding:22px 28px}.nevola-faq__answer{padding:18px 28px 22px}}.hero{position:relative;width:100%;overflow:hidden;display:block}.hero__media{position:relative;width:100%}.hero__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;pointer-events:none}.hero__content-inner{pointer-events:auto;text-align:left;width:100%}.hero__content[style*="--content-align-h: left"],.hero[data-align-h=left] .hero__content,.hero__content{justify-content:flex-start}.hero{--justify-h-left: flex-start;--justify-h-center: center;--justify-h-right: flex-end;--justify-v-top: flex-start;--justify-v-center: center;--justify-v-bottom: flex-end}.hero__content{justify-content:var(--align-h);align-items:var(--align-v)}.hero[data-align-h=left] .hero__content{justify-content:flex-start;text-align:left}.hero[data-align-h=center] .hero__content{justify-content:center;text-align:center}.hero[data-align-h=right] .hero__content{justify-content:flex-end;text-align:right}.hero[data-align-v=top] .hero__content{align-items:flex-start}.hero[data-align-v=center] .hero__content{align-items:center}.hero[data-align-v=bottom] .hero__content{align-items:flex-end}.hero[data-align-h=center] .hero__content-inner{text-align:center;margin-left:auto;margin-right:auto}.hero[data-align-h=right] .hero__content-inner{text-align:right;margin-left:auto}.hero__content-inner{display:flex;flex-direction:column;align-items:flex-start}.hero[data-align-h=center] .hero__content-inner{align-items:center}.hero[data-align-h=right] .hero__content-inner{align-items:flex-end}.hero__content-inner>*{margin:0;padding:0}.hero__content-inner>.hero__heading,.hero__content-inner>.hero__description,.hero__content-inner>.hero__stars,.hero__content-inner>.hero__btn{margin:0}.hero__stars{display:flex;align-items:center;gap:8px}.hero__stars-icons{display:flex;gap:4px}.hero__stars-icons svg{width:14px;height:14px;display:block}.hero__stars-text{font-weight:400;line-height:1.2}.hero__heading{line-height:1;text-transform:none;letter-spacing:0}.hero__heading p,.hero__heading>*{margin:0!important;padding:0!important;display:inline;color:inherit;font:inherit}.hero__heading em{font-style:italic}.hero__description{line-height:1.3}.hero__description>:first-child{margin-top:0!important}.hero__description>:last-child{margin-bottom:0!important}.hero__description p,.hero__description>*{margin:0!important;padding:0!important}.hero__btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;text-decoration:none;cursor:pointer;box-sizing:border-box;transition:opacity .2s ease,background .2s ease,color .2s ease}.hero__btn:hover{opacity:.85}.hero__btn:focus-visible{outline:2px solid currentColor;outline-offset:2px}.diff{width:100%}.diff__inner{display:grid;grid-template-columns:1fr;overflow:hidden;width:100%}.diff__image{position:relative;background:#eee;overflow:hidden}.diff__image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.diff__image--placeholder{display:flex;align-items:center;justify-content:center;color:#0000004d}.diff__content{display:flex;flex-direction:column;justify-content:center}.diff__heading{margin:0 0 20px;line-height:1.15;text-align:left;text-transform:none}.diff__subtitle{margin:0 0 24px;line-height:1.6}.diff__subtitle>:first-child{margin-top:0}.diff__subtitle>:last-child{margin-bottom:0}.diff__features{display:flex;flex-direction:column;gap:0;margin:0 0 28px;padding:0;list-style:none}.diff__feature{display:flex;align-items:center;gap:16px;padding:14px 0;list-style:none}.diff__feature-icon{display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000f;overflow:hidden}.diff__feature-icon img{width:60%;height:60%;object-fit:contain;display:block}.diff__feature-text{flex:1;min-width:0}.diff__feature-title{margin:0 0 2px;line-height:1.3}.diff__feature-desc{line-height:1.4}.diff__feature-desc>:first-child{margin-top:0}.diff__feature-desc>:last-child{margin-bottom:0}.diff__feature-desc p{margin:0}.diff__cta{margin-top:4px}.diff__btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 28px;text-decoration:none;border-radius:4px;border:1px solid transparent;cursor:pointer;box-sizing:border-box;transition:opacity .2s ease,background .2s ease,color .2s ease}.diff__btn:focus-visible{outline:2px solid currentColor;outline-offset:2px}.diff__btn--dark{background:#111;color:#fff;border-color:#111}.diff__btn--dark:hover{opacity:.85}.diff__btn--light{background:#fff;color:#111;border-color:#fff}.diff__btn--light:hover{opacity:.9}.diff__btn--outline{background:transparent;color:#111;border-color:#111}.diff__btn--outline:hover{background:#111;color:#fff}.usp-cards{width:100%}.usp-cards__grid{display:grid;margin:0;padding:0;list-style:none}.usp-cards__item{display:flex;align-items:center;list-style:none;margin:0}.usp-cards__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.usp-cards__icon img,.usp-cards__icon svg{width:100%;height:100%;object-fit:contain;display:block}.usp-cards__text{line-height:1.3;color:rgb(var(--color-foreground))}.why-us{width:100%}.why-us__heading{text-align:center;text-transform:none;margin:0 0 32px;line-height:1.2}.why-us__table{width:100%;margin:0 auto;border-collapse:separate;border-spacing:0;overflow:hidden}.why-us__table thead th{padding:18px 16px;text-transform:uppercase;letter-spacing:.5px;background:transparent}.why-us__table thead th:first-child{text-align:left}.why-us__table thead th:not(:first-child){text-align:center}.why-us__table thead th.col-highlight{position:relative;z-index:1}.why-us__table thead th.col-highlight:before{content:"";position:absolute;top:-2px;left:0;right:0;bottom:0;z-index:-1}.why-us__brand-logo{max-height:16px;width:auto;display:inline-block;vertical-align:middle}.why-us__table tbody td{padding:16px;vertical-align:middle}.why-us__table tbody td:first-child{text-align:left}.why-us__table tbody td:not(:first-child){text-align:center}.why-us__table tbody tr:last-child td{border-bottom:none}.why-us__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px}.why-us__check svg{width:22px;height:22px;display:block}.why-us__cross{width:20px;height:20px;border-radius:50%;position:relative}.why-us__cross:before,.why-us__cross:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:2px;border-radius:1px}.why-us__cross:before{transform:translate(-50%,-50%) rotate(45deg)}.why-us__cross:after{transform:translate(-50%,-50%) rotate(-45deg)}@media(max-width:600px){.why-us__table thead th,.why-us__table tbody td{padding:12px 8px}.why-us__icon-wrap{width:24px;height:24px}.why-us__check svg{width:18px;height:18px}.why-us__cross{width:18px;height:18px}.why-us__cross:before,.why-us__cross:after{width:9px}.why-us__brand-logo{max-height:12px}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
