html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display:none;
}

body * {
    user-select: none;
}

body {
    user-select: none;
    position: relative;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #505050;
    background: #FFFFFF;
    font-weight: 400;
}

.blurb {
    font-size: 16px;
}

.bottom-bar {
    height: 150px;
    width: 100%;
    background: #5A7AFC;
    display: grid;
    place-items: center;
}

.download-button {
    width: 195px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    cursor: pointer;
    border-radius: 200px;
    display: grid;
    place-items: center;
    transition: .2s ease-in-out all;
}

.download-button:hover {
    background-color: #505050;
    box-shadow: 0px 7px 12px -5px black;
    color: #FFFFFF;
}


.download-button-top {
    margin: 30px 0 20px;
    background: #5A7AFC;
    color: #FFFFFF;
}

.download-button-bottom {
    color: #5A7AFC;
    background: #FFFFFF;
    filter: drop-shadow(7px 7px 0px rgba(44, 78, 215, 0.4));
}

.feature-item {
    height: 200px;
    width: 380px;
    box-sizing: border-box;
    padding: 24px 0;
}

.feature-item-center {
    width: 376px;
    border-left: 1px solid #5A7AFC;
    border-right: 1px solid #5A7AFC;
}


.feature-text {
    font-size: 20px;
}

.feature-title {
    font-size: 45px;
    color: #5A7AFC;
    margin-bottom: 16px;
}

.footer {
    height: 60px;
    line-height: 60px;
}

.footer-links {
    font-size: 16px;
}

.frame-1 {
    position: relative;
    height: calc(100% + 288px);
    overflow: hidden;
}

.frame-2 {
    display: grid;
    place-items: center;
    padding-top: 50px;
    box-sizing: border-box;
    height: 681px;
    position: relative;
    width: 100%;
}

.frame-3 {
    height: 315px;
    box-sizing: border-box;
    padding: 52px 0 62px;
    display: grid;
    place-items: center;
}

.frame-3-content {

}

.grid-card {
    width: 380px;
    height: 197px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px #E9E9FC;
    border-radius: 20px;
    display: grid;
    place-items: center;
    padding: 52px;
    box-sizing: border-box;
    grid-row-gap: 16px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 380px);
    grid-column-gap: 62px;
}

.grid-image {
    height: 57px;
}

.grid-text {
    font-size: 16px;
}

.logo {
    height: 72px;
    margin-bottom: 48px;
}

.main-graphic {
    position: absolute;
    top: 0;
    left: 560px;
    z-index: 0;
    height: 999px;
}

.polygon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: calc(100% - 288px);
    background: #F4F4FF;
    clip-path: polygon(0 0, 100% 0, 100% 49%, 0% 100%);
}

.screens-graphic {

    margin-left: 98px;
}

.small-text {
    font-size: 12px;
}

.sub-frame-1 {
    max-width: 1366px;
    margin: auto;
    padding: 103px 50px 0;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    z-index: 1;
    height: calc(100% - 288px);
}

.sub-frame-2 {
    max-width: 1366px;
    margin: auto;
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
    height: 198px;
    z-index: 1;
    display: grid;
    place-items: center;
}

.sub-title {
    font-size: 20px;
    line-height: 43px;
}

.title {
    font-size: 45px;
}

@media screen and (max-width: 1366px) {
    .feature-item {
        width: 246px;
        padding: 36px 0;
    }

    .feature-title {
        font-size: 1.7em;
    }

    .feature-text {
        font-size: 0.8em;
    }

    .frame-2 {
        padding-top: 0;
    }

    .grid-container {
        grid-template-columns: repeat(3, 246px);
    }
    .grid-card {
        width: 246px;
    }

    .main-graphic {
        left: 524px;
        height: 800px;
    }

    .screens-graphic {
        width: 80%;
    }
}

@media screen and (max-width: 1000px) {
    .feature-item {
        width: 180px;
        padding: 36px 0;
    }

    .feature-title {
        font-size: 1.7em;
    }

    .feature-text {
        font-size: 0.8em;
    }

    .frame-2 {
        padding-top: 0;
        height: 524px;
    }

    .grid-container {
        grid-template-columns: repeat(3, 180px);
        grid-column-gap: 16px;
    }
    .grid-card {
        width: 180px;
        padding: 52px 20px;
    }

    .grid-text {
        font-size: 0.8em;
    }

    .main-graphic {
        display: none;
    }

    .screens-graphic {
        width: 80%;
    }
}
