/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Link */

.tobi {
    border: 0;
    box-shadow: none;
    display: block;
    text-decoration: none;
}

.tobi--zoom {
    position: relative;
}

.tobi--zoom img {
    display: block;
}

.tobi__zoom-icon {
    -ms-flex-align: center;
    align-items: center;
    background-color: #0437fd;
    bottom: 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    height: 1.6em;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 0;
    width: 1.6em;
}

/* Hide scrollbars if lightbox is displayed */

.tobi--is-open {
    overflow-y: hidden;
}

/* Hide elements */

.hide {
    display: none !important;
}

/* Overlay */

.tobi-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1337;
}

.tobi-overlay[aria-hidden="true"] {
    display: none;
}

.tobi-overlay *,
.tobi-overlay *::before,
.tobi-overlay *::after {
    box-sizing: inherit;
}

/* Slider */

.tobi-slider {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .3s linear;
    white-space: nowrap;
}

.tobi-slide {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}

/* Figure */

.tobi-figure-wrapper {
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tobi-figure-wrapper figure {
    margin: 0;
    position: relative;
}

.tobi-figure-wrapper img {
    display: block;
    height: auto;
    max-height: 85vh;
    max-width: 85vw;
    width: auto;
}

.tobi-figure-wrapper figcaption {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    padding-bottom: .25em;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: .25em;
    position: absolute;
    white-space: pre-wrap;
    width: 100%;
}

/* Buttons */

.tobi-overlay button {
    -ms-flex-align: center;
    align-items: center;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font: inherit;
    height: 1.6em;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 1.6em;
}

.tobi-overlay button:focus {
    border: .056em solid #fff;
    outline: 0;
}

.tobi-overlay button:disabled {
    display: none;
}

.tobi-overlay button[aria-label="Previous"],
.tobi-overlay button[aria-label="Next"] {
    top: 50%;
    top: calc(50% - (1.6em / 2));
}

.tobi-overlay button[aria-label="Previous"] {
    left: 1em;
}

.tobi-overlay button[aria-label="Next"] {
    right: 1em;
}

.tobi-overlay button[aria-label="Close"] {
    right: 1em;
    top: 1em;
}

/* Counter */

.tobi-counter {
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    height: 1.6em;
    -ms-flex-pack: center;
    justify-content: center;
    left: 1em;
    position: absolute;
    top: 1em;
}

/* Loader */

.tobi-loader {
    display: inline-block;
    height: 5em;
    left: 50%;
    margin-left: -2.5em;
    margin-top: -2.5em;
    position: absolute;
    top: 50%;
    width: 5em;
}

.tobi-loader::before {
    animation: spin 1s infinite;
    border-radius: 100%;
    border-top-color: #0437fd;
    border: .5em solid #f2f2f2;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

:root{--font-xl: 42px;--font-lg: 24px;--font-md: 20px;--font-sm: 18px;--font-xs: 16px;--font-xxs: 14px}

@media(max-width: 768px){:root{--font-xl: 18px;--font-lg: 16px;--font-md: 14px;--font-sm: 12px;--font-xs: 12px;--font-xxs: 12px}}

body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;color:#222;display:-ms-flexbox;display:flex;min-height:100vh;-ms-flex-direction:column;flex-direction:column;font-size:var(--font-md);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ4MCIgaGVpZ2h0PSI2NTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICAgIDxwYXRoIGQ9Ik03MzEuMjA3IDY0OS44MDJDOTM1LjQ4NCA2NDIuMTQgMTQ4MCAzMzcuMzI1IDE0ODAgMTgwLjg4OGMwLTE1Ni40MzgtMzA5Ljc0NC0zNi4wNTUtNzIwLTM2LjA1NVMwLTE3NC40ODMgMCAxMzUuMTQ0YzAgMzA5LjYyNyA1MjYuOTMgNTIyLjMyIDczMS4yMDcgNTE0LjY1OHoiIGZpbGw9IiNGNkY4RkEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);background-size:cover;background-position-x:20vw;background-position-y:-10vh;background-repeat:no-repeat;line-height:1.4}

main{-ms-flex:1;flex:1;width:100%}

a{color:#65638f;text-decoration:none}

a:hover{color:#5a51fe}

.button{display:-ms-flexbox;display:flex;background:linear-gradient(65deg, #DA552F, #ea8e39);font-family:"Heebo",sans-serif;color:#fff;display:-ms-inline-flexbox;display:inline-flex;font-size:var(--font-xxs);letter-spacing:0px;font-weight:700;line-height:16px;text-transform:uppercase;text-decoration:none !important;border:none;border-radius:2px;cursor:pointer;-ms-flex-pack:center;justify-content:center;padding:16px 32px;text-align:center;white-space:nowrap;box-shadow:0 8px 24px rgba(32,43,54,.12);mix-blend-mode:multiply;transition:all .15s ease}

.button:hover{color:#fff;box-shadow:0 8px 24px rgba(32,43,54,.25)}

.button--link{background:rgba(0,0,0,0);color:#5a51fe;box-shadow:none}

.button--link:hover{color:#8751fe;box-shadow:none}

.accent{color:#5a51fe}

.container{max-width:960px;padding:0 30px;margin:auto}

h1,h2{font-family:"Heebo",sans-serif}

.container-desktop{max-width:960px;padding:0 30px;margin:auto}

@media(max-width: 768px){.container-desktop{max-width:100%;padding:0}}

.tobi-zoom__icon{display:none}

.app__header{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin-top:128px;margin-bottom:128px;-ms-flex-align:center;align-items:center}

@media(max-width: 768px){.app__header{-ms-flex-align:start;align-items:flex-start;margin-top:32px;margin-bottom:16px}}

.app__logo-wrapper{display:inline-block;background-image:url("/assets/images/ios-mask-border-128.svg");background-size:contain;max-width:250px;max-height:250px;padding:1px;margin-right:64px;width:100%;height:100%;background-repeat:no-repeat}

@media(max-width: 768px){.app__logo-wrapper{max-width:100px;max-height:100px;margin-right:16px}}

.app__logo{border-radius:22.5%;mask-image:url("/assets/images/ios-mask.svg");mask-size:cover;width:100%;height:auto}

.app__name{font-size:var(--font-xl);margin:0}

.app__description{font-size:var(--font-lg)}

@media(max-width: 768px){.app__description{margin-top:8px;margin-bottom:0}}

.app__screenshots-list{display:-ms-grid;display:grid;-ms-grid-columns:200px 200px 200px 200px 200px 200px;grid-template-columns:200px 200px 200px 200px 200px 200px;grid-column-gap:20px;padding:30px 0}

@media(max-width: 768px){.app__screenshots-list{padding:32px;width:800px}}

.app__screenshot{width:100%;border-radius:16px;box-shadow:0 12px 48px rgba(17,16,62,.12);transition:all .3s ease-in-out;transform:scale(1);cursor:pointer}

.app__screenshot:hover{box-shadow:0 24px 48px rgba(17,16,62,.12);transform:scale(1.05)}

.app__buttons{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;margin-left:-9.8px}

.app__buttons--mobile{display:none}

@media(max-width: 768px){.app__buttons{margin-left:0;margin-bottom:64px}.app__buttons--mobile{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.app__buttons--desktop{display:none}}

.app__button-play img{width:176.4px}

.app__button-ios img{width:140px}

.app__button-web{margin-left:12px}

.app__button-web img{width:157px}

@media(max-width: 768px){.app__button-play img{width:126px}.app__button-ios img{width:100px}.app__button-web{margin-left:8px}.app__button-web img{width:112px}}

.app__section-title{font-size:var(--font-lg)}

.app__section{margin-bottom:128px}

@media(max-width: 768px){.app__section{margin-bottom:64px}}

.app__featured-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:32px;-ms-flex-align:center;align-items:center}

@media(max-width: 768px){.app__featured-content{display:block;padding:32px}}

.app__featured-image{width:100%;margin:auto}

.footer{padding:16px 0;font-size:var(--font-xs) !important}

.footer a{font-size:var(--font-xs) !important}

.footer__container{color:#65638f;display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}

@media(max-width: 768px){.footer__container{-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-align:start;align-items:flex-start}}

.footer__links{list-style:none;display:-ms-flexbox;display:flex;padding-left:0}

.footer__link{margin-left:32px}

@media(max-width: 768px){.footer__link{margin-left:0;margin-right:8px}}

.page{max-width:960px;padding:0 30px;margin:auto}

.darkmode-toggle{z-index:500}

.darkmode-background{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ4MCIgaGVpZ2h0PSI2NTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICAgIDxwYXRoIGQ9Ik03MzEuMjA3IDY0OS44MDJDOTM1LjQ4NCA2NDIuMTQgMTQ4MCAzMzcuMzI1IDE0ODAgMTgwLjg4OGMwLTE1Ni40MzgtMzA5Ljc0NC0zNi4wNTUtNzIwLTM2LjA1NVMwLTE3NC40ODMgMCAxMzUuMTQ0YzAgMzA5LjYyNyA1MjYuOTMgNTIyLjMyIDczMS4yMDcgNTE0LjY1OHoiIGZpbGw9IiNGNkY4RkEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) !important;background-size:cover !important;background-position-x:20vw !important;background-position-y:-10vh !important;background-repeat:no-repeat !important}

body.theme-dark{background-color:#0b0f19;color:#e2e8f0;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ4MCIgaGVpZ2h0PSI2NTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICAgIDxwYXRoIGQ9Ik03MzEuMjA3IDY0OS44MDJDOTM1LjQ4NCA2NDIuMTQgMTQ4MCAzMzcuMzI1IDE0ODAgMTgwLjg4OGMwLTE1Ni40MzgtMzA5Ljc0NC0zNi4wNTUtNzIwLTM2LjA1NVMwLTE3NC40ODMgMCAxMzUuMTQ0YzAgMzA5LjYyNyA1MjYuOTMgNTIyLjMyIDczMS4yMDcgNTE0LjY1OHoiIGZpbGw9IiMxYTI0MzciIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==")}

body.theme-dark .app__name,body.theme-dark .app__description,body.theme-dark .app__section-title{color:#e2e8f0}

body.theme-dark a{color:#94a3b8}

body.theme-dark a:hover{color:#5a51fe}

body.theme-dark .button--link{color:#cbd5e1}

body.theme-dark .button--link:hover{color:#8751fe}
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJhcHAuY3NzIiwic291cmNlUm9vdCI6IiJ9*/