<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   1. LAYOUT
   ========================================================================== */

body {
    font-family: 'Roboto', sans-serif;
    font-smoothing: antialiased;
}

.lo-sidebar {
    border-right: 1px solid #eaeef1;
    background-color: #f9fafc;
}

.lo-toc {
    border-left: 1px solid #eaeef1;
    background-color: #f9fafc;
}

#sec_nav {
    padding: 15px;
}

.lo-ask, .lo-sdk {
    background-color: #fff;
}

.lo-ask&gt;main, .lo-sdk&gt;main {
    border-right: 1px solid #eaeef1;
    border-left: 1px solid #eaeef1;
    background-color: #fff;
}

.doc .lo-content {
    padding: 15px;
}

ul, ol {
    list-style: none;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.btn-appr-default {
    background-color: #15a4fa;
    color: #fff;
}

.btn-appr-default:hover {
    background-color: #1486f0;
    color: #fff;
}

.modal .modal-header button.close, .modal .modal-header button.close:focus, .modal .modal-header button.close:active {
    outline-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    .doc .lo-content {
        padding: 20px 30px;
    }
    .lo-ask, .lo-sdk {
        background-color: #f9fafc;
    }
}

/* ==========================================================================
   2. HEADER BAR
   ========================================================================== */

header {
    background-color: #15a4fa;
}

.head-wrap {
    padding: 0 15px;
    height: 60px;
}

.head-wrap .logo {
    float: left;
    height: 60px;
    width: 137px;
    background: url(images/img_logo.png) left center/auto 24px no-repeat;
    margin-right: 40px;
}

.head-wrap .tab-bar {
    float: left;
    line-height: 60px;
}

.head-wrap .tab-bar li {
    float: left;
    font-size: 16px;
    padding: 0 15px;
    color: #fff;
}

.head-wrap .tab-bar li a {
    width: 100%;
    padding: 12px 0;
    opacity: .6;
}

.head-wrap .tab-bar li a:hover {
    opacity: 1;
}

.head-wrap .tab-bar li.active a {
    opacity: 1;
    font-weight: 700;
}

.head-wrap .btn-toggle {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 20px;
    display: none;
}

.head-wrap .btn-toggle span {
    color: #fff;
    opacity: .7;
}

@media (max-width: 1119px) {
    .head-wrap .tab-bar li {
        font-size: 15px;
        padding: 0 10px;
    }
}

@media (max-width: 919px) {
    .head-wrap .tab-bar {
        float: none;
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        background-color: #fff;
        z-index: 1032;
        border-bottom: 1px solid #eaeef1;
        padding: 10px 0;
        box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .25);
        display: none;
    }
    .head-wrap .tab-bar.show {
        display: block;
    }
    .head-wrap .tab-bar li {
        float: none;
        color: #000;
        line-height: 1;
    }
    .head-wrap .tab-bar li a {
        display: inline-block;
        width: 100%;
        padding: 15px 0;
    }
    .head-wrap .btn-toggle {
        display: block;
    }
}

/* ==========================================================================
   3. DOCMENTATION
   ========================================================================== */

/* ==========================================================================
   3-1. SEARCH BAR
   ========================================================================== */

.lo-search {
    border-bottom: 1px solid #eaeef1;
}

.lo-search&gt;a.btn-nav {
    font-size: 24px;
    padding: 0;
    border: none;
    width: 38px;
    height: 38px;
    color: #4d5667;
}

.lo-search&gt;a.btn-nav&gt;span:before {
    position: relative;
    top: 2px;
}

/* ==========================================================================
   3-2. NAVGATION
   ========================================================================== */

nav {
    padding: 15px;
    border-bottom: 1px solid #eaeef1;
}

.nav-item {
    padding: 8px 0;
}

.nav-level-1 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
}

.nav-item.active .nav-level-1 {
    color: rgba(0, 0, 0, 1);
}

.nav-level-2 {
    margin-top: 6px;
    font-size: 15px;
}

.nav-item.active .nav-level-2 {
    display: block;
}

.nav-level-2&gt;li&gt;a {
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
}

.nav-level-2&gt;li&gt;a:hover {
    color: rgba(0, 0, 0, 1);
}

.nav-level-2&gt;li.active&gt;a {
    color: rgba(0, 0, 0, 1);
}

.nav-level-2&gt;li.expand {
    position: relative;
}

.nav-level-2&gt;li.expand&gt;a:before {
    position: absolute;
    top: 8px;
    left: 6px;
    content: "\f3d3";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-level-2&gt;li.expand.show&gt;a:before {
    top: 9px;
    left: 3px;
    content: "\f3d0";
}

.nav-level-2&gt;li.expand .nav-level-3 {
    display: none;
}

.nav-level-2&gt;li.expand.show .nav-level-3 {
    display: block;
}

.nav-level-3 {
    padding-left: 26px;
}

.nav-level-3&gt;li&gt;a {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
}

.nav-level-3&gt;li&gt;a:hover {
    color: rgba(0, 0, 0, 1);
}

.nav-level-3&gt;li.active&gt;a {
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
    nav {
        border: none;
    }
}

/* ==========================================================================
   3-3. SECTION NAVGATION
   ========================================================================== */

.anchor li {
    color: #a1a8ac;
    font-size: 14px;
}

.anchor li a {
    display: inline-block;
    padding: 4px 0;
}

.anchor li a:hover {
    color: #15a4fa;
}

.h3-anc {
    padding-left: 16px;
}

/* ==========================================================================
   3-4. CONTENTS DOC STYLE
   ========================================================================== */

main.doc * {
    line-height: 140%;
}

.doc h1 {
    font-size: 32px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}

.doc h2 {
    font-size: 24px;
}

.doc h3 {
    font-size: 20px;
}

.doc p.sec-lead {
    font-size: 18px;
    font-weight: 300;
}

.doc p {
    font-size: 15px;
    margin-bottom: 15px;
}

.doc p a.link {
    color: #15a4fa;
}

.doc p.link a:hover {
    color: #15a4fa;
    text-decoration: underline;
}

.doc p b {
    font-weight: 700;
}

.doc p span.highlight-1, .doc p span.highlight-2, .doc p span.highlight-3, .doc p span.highlight-4, .doc p span.highlight-5 {
    border-radius: 3px;
    padding: 1px 2px;
}

.doc p span.highlight-1 {
    background-color: rgba(0, 255, 255, .3);
}

.doc p span.highlight-2 {
    background-color: rgba(255, 241, 0, .4);
}

.doc p span.highlight-3 {
    background-color: rgba(224, 64, 251, .3);
}

.doc p span.highlight-4 {
    background-color: rgba(100, 221, 23, .3);
}

.doc p span.highlight-5 {
    background-color: rgba(48, 79, 254, .3);
}

.section {
    padding: 15px 0;
}

.section figure {
    background-color: #F0F0F0;
    padding: 10px;
    margin: 0;
    margin-bottom: 15px;
}

.section figure&gt;pre {
    margin: 0;
    font-size: 13px;
}

.section pre, .section code {
    font-family: 'Roboto Mono', monospace;
}

.section .table-wrap {
    display: block;
    overflow-x: auto;
    margin-bottom: 15px;
}

.table-wrap table {
    font-size: 15px;
    margin-bottom: 0;
}

.section .btn {
    background-color: #15a4fa;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.section .btn-sm {
    font-size: 13px;
    font-weight: 400;
}

.section .btn:hover {
    background-color: #1486f0;
    color: #fff;
}

.adm {
    padding: 15px;
    border-radius: 6px;
    border: 1px solid;
    margin-bottom: 15px;
}

.adm.important {
    background-color: rgba(255, 82, 82, .15);
    border-color: rgba(255, 82, 82, .5);
}

.adm.note {
    background-color: rgba(0, 184, 212, .15);
    border-color: rgba(0, 184, 212, .5);
}

.adm.style-1 {
    background-color: rgba(0, 176, 255, .15);
    border-color: rgba(0, 176, 255, .5);
}

.adm.style-2 {
    background-color: rgba(0, 200, 83, .15);
    border-color: rgba(0, 200, 83, .5);
}

.adm p:last-of-type {
    margin-bottom: 0;
}

.adm .adm-title {
    font-weight: 700;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .doc h1 {
        font-size: 52px;
    }
    .doc h2 {
        font-size: 30px;
    }
    .doc h3 {
        font-size: 24px;
    }
    .doc p.sec-lead {
        font-size: 20px;
    }
}

/* ==========================================================================
   4. ASK AWAY
   ========================================================================== */

/* ==========================================================================
   4-1. SEARCH BOX
   ========================================================================== */

.ask-search {
    padding: 20px 15px;
    border-bottom: 1px solid #eaeef1;
    background-color: #f9fafc;
}

.ask-search span.ion-search {
    padding: 0 3px;
}

/* ==========================================================================
   4-2. TOOL BAR
   ========================================================================== */

.ask-toolbar {
    padding: 15px;
}

.ask-toolbar&gt;form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ask-toolbar button.write span {
    margin-right: 4px;
}

.ask-toolbar .right {
    margin: auto 0 auto auto;
    text-align: right;
}

@media (max-width: 767px) {
    .ask-toolbar&gt;form {
        display: block;
    }
    .ask-toolbar button.write {
        font-size: 14px;
    }
    .ask-toolbar .btn-sm {
        font-size: 12px;
    }
    .ask-toolbar .left {
        padding-bottom: 10px;
        text-align: right;
    }
}

/* ==========================================================================
   4-3. LIST STYLE
   ========================================================================== */

ul.ask-list {
    border-top: 1px solid #eaeef1;
    margin-bottom: 15px;
}

.ask-list-item {
    border-bottom: 1px solid #eaeef1;
    padding: 15px;
    overflow: hidden;
}

.ask-list-item .count {
    float: left;
    font-size: 0;
    /*inline bugfix*/
    width: 160px;
}

.ask-list-item .content {
    padding-left: 160px;
}

.count-item {
    text-align: center;
    padding: 10px;
    display: inline-block;
    width: 50%;
}

.count-item p {
    margin: 0;
    color: #4d5667;
}

.count-item p.num {
    font-size: 22px;
    font-weight: 300;
}

.count-item p.label {
    font-size: 13px;
    font-weight: 500;
    padding-top: 4px;
}

.count-item.answer .label span {
    padding: 2px 4px;
}

.count-item.answer.has .label span {
    color: #fff;
    background-color: #e33244;
    border-radius: 4px;
}

.content-text {
    font-size: 15px;
}

.content-text h6 {
    font-weight: 500;
    overflow: hidden;
    margin: 0;
}

.content-text&gt;span {
    display: block;
    margin: 0;
    padding-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4d5667;
}

.ask-user {
    font-size: 14px;
    color: #9ca5b6;
    padding-top: 5px;
    text-align: right;
}

.ask-user span.name {
    margin-left: 5px;
    color: #15a4fa;
}

.ask-tag ul {
    font-size: 0;
}

.ask-tag ul li {
    font-size: 12px;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 2px;
    margin-top: 5px;
    margin-right: 3px;
}

.ask-tag ul li:last-of-type {
    margin-right: 0;
}

.ask-tag ul.category li {
    background-color: #d2f4f5;
    color: #1ccacc;
}

.ask-tag ul.hash li {
    background-color: #d0edfe;
    color: #15a4fa;
}

@media (max-width: 767px) {
    .ask-list-item .count {
        float: none;
        margin-bottom: 10px;
        width: 100%;
        background-color: #f9fafc;
    }
    .ask-list-item .content {
        padding: 0;
    }
}

/* ==========================================================================
   4-4. READ PAGE STYLE
   ========================================================================== */

.read-head {
    padding: 15px;
    border-bottom: 1px solid #eaeef1;
}

.read-head h6 {
    font-weight: 500;
    font-size: 18px;
}

.read-head .ask-user {
    text-align: left;
}

.read-head-info {
    font-size: 0;
    /*bugfix*/
    margin-top: 10px;
}

.read-head-info li {
    display: inline-block;
    font-size: 13px;
    margin-right: 20px;
}

.read-head-info li:last-child {
    margin-right: 0;
}

.read-head-info li .label {
    color: #9ca5b6;
}

.read-head-info li .label&gt;[class*="ion"] {
    margin-right: 5px;
}

.read-head-info li .label&gt;.ion-eye:before {
    position: relative;
    top: 2px;
}

.read-content {
    padding: 15px;
    font-size: 15px;
    border-bottom: 1px solid #eaeef1;
}

.read-content p {
    margin-bottom: 10px;
}

.read-content p:last-of-type {
    margin-bottom: 0;
}

.read-answer .toolbar {
    border-bottom: 1px solid #eaeef1;
    background-color: #f9fafc;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.read-answer-count {
    font-size: 16px;
    font-weight: 500;
    color: #9ca5b6;
    padding-right: 10px;
}

.read-answer-count .count-badge {
    background-color: #e33244;
    font-size: 13px;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    position: relative;
    top: -1px;
}

.write-btn-box {
    margin-left: auto;
}

.comment-box {
    padding-top: 15px;
}

.comment-list-item {
    padding: 15px;
    padding-top: 0;
    overflow: hidden;
    position: relative;
}

.comment-list-item.recomm {
    padding-left: 48px;
}

.comment-list-item.recomm:before {
    content: url(images/img_recomm.png);
    position: absolute;
    top: 0;
    left: 24px;
}

.comment-list-item .content {
    padding: 10px 15px;
    border: 1px solid #eaeef1;
    background-color: #f9fafc;
    border-radius: 8px;
}

.comment-list-item .content .user {
    font-size: 14px;
    color: #15a4fa;
    margin-bottom: 10px;
}

.comment-list-item .content .user&gt;span {
    margin-right: 4px;
    color: #9ca5b6;
}

.comment-list-item .content&gt;p {
    margin: 0;
    font-size: 15px;
}

.comment-list-item .func-box {
    font-size: 13px;
    padding: 0 5px;
}

.comment-btn {
    float: left;
}

.comment-btn li {
    float: left;
    margin-right: 5px;
}

.comment-btn li:last-child {
    margin-right: 0;
}

.comment-btn li a {
    color: #15a4fa;
    text-decoration: underline;
    padding: 3px 4px;
}

.comment-date {
    float: right;
    color: #9ca5b6;
    padding: 3px 4px;
}

.write-answer {
    padding: 15px;
    border-top: 1px solid #eaeef1;
    background-color: #f9fafc;
}

.write-answer .form-group {
    margin-bottom: 5px;
}

.write-answer .form-group label {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 500;
}

.write-answer .form-group textarea {
    font-size: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-group p.word-count {
    font-size: 13px;
    text-align: right;
    color: #9ca5b6;
    margin-bottom: 0;
}

.write-answer .form-group .flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.write-answer .form-group .flex-item button.btn {
    padding-left: 12px;
    padding-right: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.write-answer .fileup {
    font-size: 0;
}

.fileup .label {
    font-size: 14px;
    color: #212529;
    margin-bottom: 0;
}

.filebox {
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px;
}

.filebox label {
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    background-color: #e0e6f0;
    cursor: pointer;
    border: 1px solid #d4dae3;
    border-radius: 6px;
    margin-bottom: 0;
}

.filebox label&gt;span {
    font-size: 15px;
    color: #788288;
}

.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.write-answer.recomm-box {
    border-bottom: 1px solid #eaeef1;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .read-head h6 {
        font-size: 15px;
    }
    .write-btn-box .btn {
        font-size: 14px;
    }
}

/* ==========================================================================
   4-5. EDIT PAGE STYLE
   ========================================================================== */

.edit-box {}

.edit-box label {
    font-weight: 500;
    margin-bottom: 2px;
}

.edit-top {
    padding: 15px;
    background-color: #f9fafc;
    border-bottom: 1px solid #eaeef1;
}

.edit-bottom {
    padding: 15px;
}

/* ==========================================================================
   5. SDK DOWNLOAD PAGE STYLE
   ========================================================================== */

.sdk .lo-content {}

.sdk-intro {
    padding: 30px;
    border-bottom: 1px solid #eaeef1;
}

.sdk-intro h1 {
    font-size: 52px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}

.sdk-intro p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.sdk-box {
    padding: 30px;
    border-bottom: 1px solid #eaeef1;
}

.sdk-box h2 {
    font-size: 30px;
}

.sdk-box p {
    font-size: 16px;
}

@media (max-width: 767px) {
    .sdk h1 {
        font-size: 32px;
    }
    .sdk-box h2 {
        font-size: 24px;
    }
    .sdk-box p {
        font-size: 15px;
    }
}

/* ==========================================================================
   6. RELEASE NOTEPAGE STYLE
   ========================================================================== */

.lo-release nav {
    top: 0;
}

.release-intro {
    padding: 30px;
}

.release-intro h1 {
    font-size: 52px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}

.release-intro p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.release-box {
    padding: 30px;
    border-bottom: 1px solid #eaeef1;
}

.release-box h2 {
    font-size: 30px;
}

.release-box p {
    font-size: 16px;
}

.release-box ul {
    color: #4d5667;
    list-style-type: circle;
    padding-left: 32px;
}

.release-box ul li {
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    .lo-release nav {
        display: block;
    }
    .release h1 {
        font-size: 32px;
    }
    .release-box h2 {
        font-size: 24px;
    }
    .release-box p {
        font-size: 15px;
    }
}

/* ==========================================================================
   7. INTEGRATION GUIDE SELECTBOX
   ========================================================================== */

.lo-content {
    position: relative;
}

.devlang-select {
    position: absolute;
    top: 15px;
    right: 30px;
    left: 30px;
}

@media (max-width: 767px) {
    .devlang-select {
        top: 10px;
        right: 15px;
        left: 15px;
    }
}

/* ==========================================================================
   8. Other Resource
   ========================================================================== */

.resource-intro {
    padding: 30px;
}

.resource-intro h1 {
    font-size: 52px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}

.resource-intro h6 {
    margin-bottom: 15px;
    font-size: 20px;
}

.resource-intro ol {
    margin-top: 15px;
    list-style-type: decimal;
    padding-left: 32px;
}

.resource-intro p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0;
}

.resource-box {
    padding: 30px;
    border-bottom: 1px solid #eaeef1;
}

.resource-box h2 {
    font-size: 30px;
}

.resource-box h3 {
    font-size: 24px;
}

.resource-box p {
    font-size: 16px;
}

.resource-box h3&gt;span.ongoing {
    background-color: #2962ff;
    color: #fff;
    font-size: 75%;
    padding: 6px 18px;
    border-radius: 17px;
    position: relative;
    top: -2px;
}

.resource-box h3&gt;span.resolved {
    background-color: #dde5ec;
    color: #687586;
    font-size: 75%;
    padding: 6px 18px;
    border-radius: 17px;
    position: relative;
    top: -2px;
}

.resource-box h3&gt;span.upcoming {
    background-color: #43a047;
    color: #fff;
    font-size: 75%;
    padding: 6px 18px;
    border-radius: 17px;
    position: relative;
    top: -2px;
}

.resource .stat {
    padding: 4px 12px;
    border-radius: 13px;
    font-weight: 700;
}

.resource .stat.white {
    background-color: #dde5ec;
    color: #687586;
}

.resource .stat.blue {
    background-color: #2962ff;
    color: #fff;
}

.resource .stat.green {
    background-color: #43a047;
    color: #fff;
}

.resource-box .status {
    margin-bottom: 2px;
}

.resource-box .status span {
    font-size: 14px;
    color: #788288;
    margin-right: 15px;
}

.resource-box ul {
    color: #4d5667;
    list-style-type: circle;
    padding-left: 32px;
}

.resource-box ul li {
    margin-bottom: 4px;
}

.anchor.res-history {
    margin: -15px;
    margin-top: 0;
}

.anchor.res-history li {
    font-size: 14px;
    border-bottom: 1px solid #eaeef1;
    position: relative;
}

.anchor.res-history li a {
    padding: 10px;
}

.res-history-title {
    display: block;
    margin: -15px;
    margin-bottom: 0;
    padding: 15px;
    border-bottom: 1px solid #eaeef1;
}

.resource .note {
    padding: 15px;
    border-radius: 6px;
    border: 1px solid;
    background-color: rgba(0, 184, 212, .15);
    border-color: rgba(0, 184, 212, .5);
    margin-top: 15px;
}

.resource .note p {
    font-size: 15px;
    font-weight: 400;
}

.resource .note p:last-of-type {
    margin-bottom: 0;
}
.resource .note .ad-title {
    font-weight: 700;
    margin-bottom: 6px;
}

.resource .stat {
    padding: 4px 12px;
    border-radius: 13px;
    font-weight: 700;
}

.resource .stat.white {
    background-color: #dde5ec;
    color: #687586;
}

.resource .stat.blue {
    background-color: #2962ff;
    color: #fff;
}

.resource .stat.green {
    background-color: #43a047;
    color: #fff;
}

.note-small:before {
    content: "Note" attr(n);
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #00b8d4;
    padding: 1px 6px;
    margin-right: 4px;
    border-radius: 3px;
}

pre[lang] {
    background: #F0F0F0;
    padding: 1em 1em;
}

.video-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.video-item&gt;a {
    display: block;
    position: relative;
    opacity: 0.85;
    transition: all 0.2s linear;
}


.video-item&gt;a:hover {
    opacity: 1;
}

.video-item img {
    display: block;
    width: 100%;
}

.video-item&gt;a:after {
    content: '';
    width: 80px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -40px;
    background: url('images/ico_play.png') center center no-repeat;
    opacity: .3;
    transition: all 0.2s linear;
}

.video-item&gt;a:hover:after {
    opacity: .6;
}

.video-item p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.video-item p.title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 6px;
}

.resource .stat-history {
    margin-top: 24px;
}

.resource .stat-history li {
    font-size: 14px;
    margin-bottom: 10px;
}

.resource .stat-history li:last-child {
    margin-bottom: 0;
}


@media (max-width: 767px) {

    .resource h1 {
        font-size: 32px;
    }
    .resource-box h2 {
        font-size: 24px;
    }

    .resource-box h3 {
        font-size: 20px;
    }

    .resource-box p {
        font-size: 15px;
    }

    main.resource .lo-content {
        padding: 0;
    }
}

@media (min-width: 768px) {

    .resource .lo-content {
        padding: 0;
    }

    main.resource {
        margin-left: 25%;
        margin-right: 0;
    }

}


@media (min-width: 1200px) {
    main.resource {
        margin-left: 16.666667%;
        margin-right: 0;
    }
}</pre></body></html>