body{margin:0}select{box-shadow:none;outline:none;-webkit-appearance:none;-moz-appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);background-repeat:no-repeat;background-position-x:100%;background-position-y:50%;border:1px solid #dfdfdf;padding:8px 10px}.skeleton.svelte-pm6g6g{background-color:#e0e0e04d;background-image:linear-gradient(90deg,transparent,rgba(120,120,120,.2),transparent);background-size:200% 100%;background-repeat:no-repeat;display:inline-block;border-radius:var(--borderRadius);animation:svelte-pm6g6g-loading 2s infinite,svelte-pm6g6g-animateIn .5s}@keyframes svelte-pm6g6g-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes svelte-pm6g6g-animateIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.products.svelte-xf74vd{display:flex;flex-direction:row;gap:25px 40px;justify-content:center;flex-wrap:wrap;width:100%}.pill.svelte-5ekvtd{font-size:12px;padding:4px 8px;border-radius:11px;background:rgb(var(--color-primary));color:#fff}.pill.hidden.svelte-5ekvtd{opacity:0;pointer-events:none}.pill--sparkle.svelte-5ekvtd{overflow:hidden;position:relative}.pill--sparkle.svelte-5ekvtd:after{position:absolute;content:"";z-index:1;top:0;left:0;width:100%;height:100%;background-color:transparent;background-image:linear-gradient(120deg,#0000,#ffffff80,#0000);background-size:200% 100%;background-repeat:no-repeat;display:inline-block;animation:svelte-5ekvtd-loading 4s infinite}.primary--dark .pill.primary.svelte-5ekvtd{background:#ffffff4d;color:#fff}.bg--dark.primary--light .pill.background.svelte-5ekvtd{color:rgb(var(--color-text-dark))}.primary--light .pill.primary.svelte-5ekvtd{background:#0000001a;color:rgb(var(--color-text-dark))}.bg--light.primary--light .pill.background.svelte-5ekvtd{background:rgb(var(--color-primary));color:rgb(var(--color-text-dark))}@keyframes svelte-5ekvtd-loading{0%{background-position:200% 0}40%{background-position:-200% 0}to{background-position:-200% 0}}.price.svelte-878t9x{font-size:36px;font-weight:700}.recurrence.svelte-878t9x,.copy.svelte-878t9x{font-size:13px;color:rgba(var(--color-text-dark),.8)}.bg--dark .recurrence.svelte-878t9x,.bg--dark .copy.svelte-878t9x{color:rgba(var(--color-text-light),.8)}select.svelte-1kaoiwr{font-size:15px;border:1px solid #e9e9e9;box-shadow:0 1px 4px #0000001a;border-radius:4px;padding:8px 10px;outline:none;width:100%}.loading-label.svelte-mbvunt{cursor:pointer;position:relative;transition:transform .3s;display:inline-block}.loading-label.svelte-mbvunt:before{content:"";opacity:0;transition:opacity 2s}.loading-label.loading.svelte-mbvunt{transform:translate(10px)}.loading-label.loading.svelte-mbvunt:before{opacity:1;animation:svelte-mbvunt-spin 1s infinite;z-index:1;content:"";height:10px;width:10px;background:transparent;position:absolute;left:-14px;top:50%;border-radius:50%;border:solid 2px;transition:opacity .5s;transform-origin:0 0;border-color:rgb(var(--color-text-dark)) transparent transparent transparent}.primary--dark .loading-label.primary.svelte-mbvunt:before{border-color:rgb(var(--color-text-light)) transparent transparent transparent}.bg--dark .loading-label.background.svelte-mbvunt:before{border-color:rgb(var(--color-text-light)) transparent transparent transparent}.primary--light .loading-label.primary.svelte-mbvunt:before{border-color:rgb(var(--color-text-dark)) transparent transparent transparent}.bg--light .loading-label.background.svelte-mbvunt:before{border-color:rgb(var(--color-text-dark)) transparent transparent transparent}@keyframes svelte-mbvunt-spin{0%{transform:rotate(0) translate(-50%,-50%)}to{transform:rotate(360deg) translate(-50%,-50%)}}.product.svelte-1b5jbjd{display:flex;flex-direction:column;box-sizing:border-box;gap:16px;align-items:baseline;flex-basis:280px;flex-grow:0;flex-shrink:0;margin-bottom:2px;padding:20px;transition:background-color .2s}.product__top.svelte-1b5jbjd,.product__bottom.svelte-1b5jbjd{display:flex;flex-direction:column;gap:16px;width:100%;align-items:baseline}.product__img.svelte-1b5jbjd{max-height:50px;max-width:100%}.product__name.svelte-1b5jbjd{font-size:21px;font-weight:500;display:flex;min-height:var(--min-height)}.product__description.svelte-1b5jbjd{font-size:15px;opacity:.5;min-height:var(--min-height)}.product__button.svelte-1b5jbjd{box-sizing:border-box;padding:0 20px;line-height:40px;border-radius:10px;font-size:16px;width:100%;cursor:pointer;transition:box-shadow .12s;text-decoration:none;text-align:center;background:rgb(var(--color-primary));border:none;color:rgb(var(--color-text-light));position:relative}.corners--pill .product__button.svelte-1b5jbjd{border-radius:20px}.corners--rectangular .product__button.svelte-1b5jbjd{border-radius:0}.product__button.svelte-1b5jbjd:hover{box-shadow:0 0 0 1px rgb(var(--color-primary))}.primary--light .product__button.svelte-1b5jbjd{color:rgb(var(--color-text-dark))}.selected.svelte-1b5jbjd{border-radius:10px;background:rgba(var(--color-primary),.07)}.corners--rectangular .selected.svelte-1b5jbjd{border-radius:0}.features.svelte-1b5jbjd{display:flex;flex-direction:column;gap:10px;margin-top:10px}.features__item.svelte-1b5jbjd{display:flex;flex-direction:row;align-items:center;gap:8px}.features__description.svelte-1b5jbjd{font-size:15px}.features__tick.svelte-1b5jbjd{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 88 64' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-6,-18)'%3E%3Cpath d='M91.2,32.3L44.1,79.4C40.9,82.6 35.6,82.6 32.3,79.4L8.8,55.9C5.6,52.7 5.6,47.4 8.8,44.1C12,40.9 17.3,40.9 20.6,44.1L38.3,61.8L79.5,20.6C82.7,17.4 88,17.4 91.3,20.6C94.4,23.8 94.4,29.1 91.2,32.3Z'/%3E%3C/g%3E%3C/svg%3E%0A");background-repeat:no-repeat no-repeat;background-position:center center;background-size:contain;height:10px;width:10px;flex-shrink:0}.bg--dark .features__tick.svelte-1b5jbjd{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 88 64' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-6,-18)'%3E%3Cpath fill='white' d='M91.2,32.3L44.1,79.4C40.9,82.6 35.6,82.6 32.3,79.4L8.8,55.9C5.6,52.7 5.6,47.4 8.8,44.1C12,40.9 17.3,40.9 20.6,44.1L38.3,61.8L79.5,20.6C82.7,17.4 88,17.4 91.3,20.6C94.4,23.8 94.4,29.1 91.2,32.3Z'/%3E%3C/g%3E%3C/svg%3E%0A")}@keyframes svelte-1b5jbjd-spin{0%{transform:rotate(0) translate(-50%,-50%)}to{transform:rotate(360deg) translate(-50%,-50%)}}.callout.svelte-mg3pxh{padding:13px 20px;border-radius:6px;margin:15px 0;max-width:700px;box-sizing:border-box;border:1px solid rgba(0,0,0,.5);background-color:#ffffff80;display:flex;flex-direction:column;max-width:570px;gap:10px}.title.svelte-mg3pxh{font-size:16px;font-weight:700;display:flex;align-items:center;gap:6px}.icon.svelte-mg3pxh{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20height%3D%2224px%22%20viewBox%3D%220%20-960%20960%20960%22%20width%3D%2224px%22%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M480-280q17%200%2028.5-11.5T520-320q0-17-11.5-28.5T480-360q-17%200-28.5%2011.5T440-320q0%2017%2011.5%2028.5T480-280Zm-40-160h80v-240h-80v240Zm40%20360q-83%200-156-31.5T197-197q-54-54-85.5-127T80-480q0-83%2031.5-156T197-763q54-54%20127-85.5T480-880q83%200%20156%2031.5T763-763q54%2054%2085.5%20127T880-480q0%2083-31.5%20156T763-197q-54%2054-127%2085.5T480-80Zm0-80q134%200%20227-93t93-227q0-134-93-227t-227-93q-134%200-227%2093t-93%20227q0%20134%2093%20227t227%2093Zm0-320Z%22/%3E%3C/svg%3E);width:24px;height:24px;flex-shrink:0}.content.svelte-mg3pxh{line-height:130%;font-size:15px}.customer-portal.svelte-3qze6m{text-decoration:underline;color:rgb(var(--color-text-dark));margin-top:20px;cursor:pointer;background:none;border:none;font-size:15px}.bg--dark .customer-portal.svelte-3qze6m{color:rgb(var(--color-text-light))}:root{--color-primary:100, 5, 100;--color-background:255, 255, 255, 0;--color-text-dark:5, 5, 5;--color-text-light:255, 255, 255}.svelte-1ph2mik.svelte-1ph2mik{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif}.pricing.svelte-1ph2mik.svelte-1ph2mik{display:flex;flex-direction:column;align-items:center;gap:20px;background-color:rgba(var(--color-background));color:rgb(var(--color-text-dark))}.pricing.bg--dark.svelte-1ph2mik.svelte-1ph2mik{color:rgb(var(--color-text-light))}.pricing.bg--transparent.svelte-1ph2mik.svelte-1ph2mik{background-color:transparent!important}.products.svelte-1ph2mik.svelte-1ph2mik{display:flex;flex-direction:row;gap:10px;justify-content:center;flex-wrap:wrap;width:100%}.intervals.svelte-1ph2mik.svelte-1ph2mik{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:3px;border-radius:8px;gap:5px;background:rgba(var(--color-text-dark),.03)}.corners--pill.svelte-1ph2mik .intervals.svelte-1ph2mik{border-radius:23px}.corners--rectangular.svelte-1ph2mik .intervals.svelte-1ph2mik{border-radius:0}.bg--dark.svelte-1ph2mik .intervals.svelte-1ph2mik{background:rgba(var(--color-text-light),.03)}.interval.svelte-1ph2mik.svelte-1ph2mik{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0 20px;height:40px;white-space:nowrap;border:none;background:transparent;cursor:pointer;font-size:15px;transition:color .12s,box-shadow .12s;border-radius:8px;color:rgba(var(--color-text-dark),.6)}.corners--pill.svelte-1ph2mik .interval.svelte-1ph2mik{border-radius:20px}.corners--rectangular.svelte-1ph2mik .interval.svelte-1ph2mik{border-radius:0}.bg--dark.svelte-1ph2mik .interval.svelte-1ph2mik:not(.interval--selected){color:rgba(var(--color-text-light),.6)}.interval--selected.svelte-1ph2mik.svelte-1ph2mik{box-shadow:0 1px 4px #0000001a;background:rgb(var(--color-primary));color:#fff}.primary--light.svelte-1ph2mik .interval--selected.svelte-1ph2mik{color:rgb(var(--color-text-dark))}.interval.svelte-1ph2mik.svelte-1ph2mik:not(.interval--selected):hover{color:rgb(var(--color-text-dark))}.bg--dark.svelte-1ph2mik .interval.svelte-1ph2mik:not(.interval--selected):hover{color:rgb(var(--color-text-light))}.currencies.svelte-1ph2mik.svelte-1ph2mik{display:flex;flex-direction:row;align-items:center;gap:5px}.currencies__text.svelte-1ph2mik.svelte-1ph2mik{font-size:15px}.currencies__select.svelte-1ph2mik.svelte-1ph2mik{font-size:15px;border:1px solid #e9e9e9;box-shadow:0 1px 4px #0000001a;border-radius:4px;padding:6px 7px;outline:none}
