#page-home #oss .frameworks li.frameworks__e8 {
    background-image: url(../img/qrcode1.jpg);
}

#page-home #oss .frameworks li.frameworks__eff {
    background-image: url(../img/qrcode2.jpg);
}

#page-home #oss .frameworks li.frameworks__wms {
    background-image: url(../img/qrcode3.jpg);
}

#page-home #oss .frameworks li.frameworks__wb {
    /* background-image: url(../img/qrcode4.jpg); */
}

.body {
    min-height: 500px;
    /* margin: 0 0 -130px; */
    font-family: Inter, "Inter UI", Helvetica, Arial, sans-serif;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
    overflow: hidden;
}

#page-home section hgroup p,
#page-home section .lg {
    color: #596a89;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 23px;
    letter-spacing: -.02em;
    font-family: Eina, "Helvetica Neue", Helvetica, sans-serif;
}

#page-home #oss .graphics::after,
#page-home #oss .graphics::before {
    position: absolute;
    content: '';
    opacity: 0;
    background: url(../img/1phone.png) 0 0 no-repeat;
    background-size: 100%;
    top: 0;
    right: 100px;
    width: 470px;
    height: 624px;
}

#page-home #oss .graphics::after {
    background: url(../img/2phone.png) no-repeat;
    background-size: 100%;
    width: 490px;
    height: 790px;
    top: 0;
    left: 100px;
}

#page-home section.left,
#page-home section.right {
    display: -ms-flexbox;
    display: flex;
}

#page-home section {
    line-height: 1.75em;
    position: relative;
}

.oss_container {
    margin-right: auto;
    margin-left: auto;
}

#page-home section.left .content,
#page-home section.right .content {
    width: 470px;
}

#page-home #oss .graphics {
    position: absolute;
    top: 0;
    right: 100px;
    height: 500px;
    width: 400px;
}

.container:after {
    clear: both;
}

#page-home section h4 {
    font-size: 12px;
    color: #808fa7;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
}

#page-home section h4+h2 {
    margin-top: 36px;
}

#page-home section p {
    font-size: 14px;
    color: #8c9bb9;
    margin-bottom: 8px;
    line-height: 1.78em;
    letter-spacing: -.028em;
}

#page-home #oss .frameworks {
    margin-bottom: 33px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

#page-home section .cta {
    font-size: 20px;
    margin-top: 11px;
    padding-top: 0;
    color: #5a98ff;
    display: inline-block;
    position: relative;
    background: 0 0;
    letter-spacing: -.02em;
    font-weight: 600;
    font-family: Eina, "Helvetica Neue", Helvetica, sans-serif;
    position: relative;
    transition: .3s opacity;
}

#page-home section hgroup p strong,
#page-home section p.lg strong {
    font-weight: 600;
}

#page-home #oss .frameworks li {
    height: 84px;
    width: 84px;
    background-size: 100%;
    display: inline-block;
    margin-right: 12px;
}

#page-home section .cta::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #dbe6ff;
    border-radius: 2px;
}

#page-home section h2 {
    font-size: 40px;
    margin-bottom: 15px;
    letter-spacing: -.02em;
    color: #0d121c;
}

.oss_container:after,
.oss_container:before {
    content: " ";
    display: table;
}

@media (min-width: 1220px) {
    .oss_container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    #page-home section h2 {
        font-size: 47px;
        margin-bottom: 15px;
        letter-spacing: -.02em;
        color: #0d121c;
    }
    #page-home #oss .graphics.active::after,
    #page-home #oss .graphics.active::before {
        -webkit-animation: fadeInUp 1s .8s ease forwards;
        animation: fadeInUp 1s .8s ease forwards;
    }
    #page-home #oss .graphics.active::after {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}