html {
    color: #707070;
    scroll-behavior: smooth;
    scroll-padding-top: 125px;
}

a {
    color: #0EC8BF;
    text-decoration: none;
}

p {
    margin-top: 0;
    margin-bottom: 0.8rem;
    line-height: 1.5;
}

.fill-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

main {
    padding-top: 125px;
    min-height: calc(100vh - 158px);
}

.main-ad-block,
.content-block {
    padding: 30px 15%;
}

.main-ad-block {
    margin-top: 24px;
}

.content-block:last-child {
    padding-bottom: 60px;
}

footer.footer {
    padding: 44px 10%;
    background-color: #0EC8BF;
    color: #FFFFFF;
    height: 158px;
}

footer.footer a {
    color: #FFFFFF;
}

.footer .social-icon {
    display: block;
}

footer.footer .social-block a {
    width: fit-content;
}

footer.footer .logo {
    margin-left: auto;
}

.content-block-group .content-block:nth-child(even) {
    background-color: #FAFBFC;
}

.content-block-group .content-block:nth-child(odd) {
    background-color: #FFFFFF;
}

.aad {
    height: 140px;
    object-fit: cover;
}

.title {
    display: flex;
    border-left: 10px solid #0EC8BF;
    padding-left: 12px;
    font-size: 24px;
    font-weight: bold;
}

.title .title-action {
    margin-left: auto;
    font-size: 16px;
    font-weight: initial;
    align-self: end;
}

.sub-title,
.sub-title p {
    line-height: 1.5;
    color: #A0A0A0;
    font-size: 16px;
}

.article-cover {
    border-radius: 10px;
    overflow: hidden;
}

.article-cover img {
    object-fit: cover;
    width: 100%;
    display: block;
}


.ratio-16-10 {
    width: 100%;
    padding-top: 62.5%; /* 16:10 Aspect Ratio */
}

.ratio-16-10 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ratio-16-10 img {
    width: 100%;
    height: 100%;
}

.ratio-1 {
    width: 100%;
    padding-top: 100%;
}

.ratio-1 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ratio-1 img {
    width: 100%;
    height: 100%;
}

hr {
    border: 1px solid #DDDDDD;
}

.justify-space-between {
    justify-content: space-between;
}

.breadcrumb .item:hover {
    text-decoration: none;
}

.sec-aad-block {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

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

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.no-scroll {
    overflow: hidden;
}

@media screen and (max-width: 1520px) {
    .main-ad-block,
    .content-block {
        padding: 30px 10%;
    }
}

@media screen and (max-width: 1264px) {
    .title {
        font-size: 22px;
    }

    .title .title-action {
        font-size: 14px;
    }

    .sub-title,
    .sub-title p {
        font-size: 14px;
    }
}

@media screen and (max-width: 993px) {
    .main-ad-block {
        padding: 10px 5% 0 5%;
    }

    .content-block {
        padding: 30px 5%;
    }

    footer {
        padding: 36px 5%;
    }

    .title {
        font-size: 20px;
    }

    .sub-title,
    .sub-title p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    html {
        scroll-padding-top: 56px;
    }

    main {
        padding-top: 56px;
        min-height: calc(100vh - 224px);
    }

    .main-ad-block {
        margin-top: 0;
    }

    .content-block:last-child {
        padding-bottom: 50px;
    }

    .aad {
        height: 70px;
    }

    .title {
        font-size: 18px;
    }

    .title .title-action {
        font-size: 12px;
    }

    .sub-title,
    .sub-title p {
        font-size: 14px;
    }

    footer.footer {
        padding: 30px 10px 60px 10px;
        height: 224px;
    }

    .footer .social-icon {
        height: 20px;
        width: 20px;
    }

    footer.footer .logo {
        order: -1;
        margin: auto;
    }

    footer.footer .logo img {
        height: 50px;
    }

    .sec-aad-block {
        order: 1;
        margin: 20px 0;
    }
}