/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

b,strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,video {
    display: inline-block
}

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

img {
    border-style: none
}

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

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],template {
    display: none
}

.tobi-zoom {
    border: 0;
    box-shadow: none;
    position: relative;
    text-decoration: none
}

.tobi-zoom,.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;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 0
}

.tobi-zoom__icon svg {
    height: 1.111em;
    padding: .222em;
    pointer-events: none;
    width: 1.111em;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: square;
    stroke-linejoin: miter;
    fill: none;
    color: #fff
}

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

.tobi {
    background-color: rgba(0,0,0,.8);
    bottom: 0;
    box-sizing: border-box;
    contain: strict;
    font-size: 18px;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2
}

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

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

.tobi__slider {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .3s cubic-bezier(.19,1,.22,1);
    will-change: transform
}

.tobi__slider__slide {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.tobi__slider__slide__content.draggable {
    cursor: -webkit-grab;
    cursor: grab
}

.tobi__slider__slide__content.draggable:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.tobi__slider__slide__content>figure {
    margin: 0;
    position: relative
}

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

.tobi__slider__slide__content>figure>figcaption {
    background-color: rgba(0,0,0,.8);
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    padding: .222em .5em;
    position: absolute;
    white-space: pre-wrap;
    width: 100%
}

.tobi__slider__slide__content[data-type=iframe] {
    max-height: 85vh;
    max-width: 85vw;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain
}

.tobi__slider__slide__content[data-type=iframe] iframe {
    display: block!important;
    height: 85vh;
    width: 85vw
}

.tobi__slider__slide__content[data-type=html] {
    max-height: 85vh;
    max-width: 85vw;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain
}

.tobi__slider__slide__content[data-type=html] video {
    cursor: auto;
    display: block!important;
    max-height: 85vh;
    max-width: 85vw
}

.tobi button {
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: .056em solid transparent;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font: inherit;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin: 0;
    opacity: .5;
    padding: .222em;
    position: absolute;
    transition: opacity .5s cubic-bezier(.19,1,.22,1);
    will-change: opacity
}

.tobi button svg {
    pointer-events: none;
    stroke: #fff;
    stroke-width: .8;
    stroke-linecap: square;
    stroke-linejoin: miter;
    fill: none;
    color: #fff
}

.tobi button:active,.tobi button:focus,.tobi button:hover {
    opacity: 1;
    transition: opacity .5s cubic-bezier(.19,1,.22,1)
}

.tobi button.tobi__next,.tobi button.tobi__prev {
    top: 50%;
    top: calc(50% - 2em)
}

.tobi button.tobi__next svg,.tobi button.tobi__prev svg {
    height: 4em;
    width: 4em
}

.tobi button.tobi__prev {
    left: 0
}

.tobi button.tobi__next {
    right: 0
}

.tobi button.tobi__close {
    right: .5em;
    top: 1em
}

.tobi button.tobi__close svg {
    height: 3em;
    width: 3em
}

.tobi button:disabled,.tobi button[aria-hidden=true] {
    display: none
}

.tobi__counter {
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.111em;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    left: 1em;
    position: absolute;
    top: 1em
}

.tobi__counter[aria-hidden=true] {
    display: none
}

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

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

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

    to {
        transform: rotate(1turn)
    }
}

: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: 0;
    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: transparent;
    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(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%;
    -webkit-mask-image: url(images/ios-mask.svg);
    mask-image: url(images/ios-mask.svg);
    -webkit-mask-size: cover;
    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__screenshots-wrapper {
    overflow-y: auto
}

.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: 159px;
    margin-right: 15px;
}

.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__fulldescription-content {
    font-size: var(--font-md)
}

.content-desc {
    font-size: var(--font-xs)
}



.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
}

.footer,.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: center;
    -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
}
