.category-banner {
    height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #E4E4E4;
    padding-bottom: 52%;
}
@media (max-width: 991px) {
    .category-banner {
        height: 0;
        padding-bottom: 67%;
    }
}
.m-media-banner {
    margin: 35px 0 29px;
}
@media (min-width: 992px) {
    .m-media-banner {
        margin: 19px 0 56px;
    }
}
.m-media-banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 992px) {
    .m-media-banner img {
        min-height: 520px;
    }
}
.m-media-banner .item-top {
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .m-media-banner .item-top {
        margin-bottom: 0;
    }
}
.m-media-carousel-item {
    display: flex;
    flex-direction: column;
    background-color: #3996ae;
    padding: 19px 73px 29px 26px;
}

.m-media-carousel-item__link {
    display: inline-block;
    color: #ffffff;
    margin-top: 20px;
}
@media (min-width: 992px) {
    .m-media-carousel-item {
        padding: 20px 25px 40px;
    }
}
.m-media-carousel-item h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 13px;
}
.m-media-carousel-item h2,
.m-media-carousel-item .h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    text-transform: capitalize;
    color: #ffffff;
}
@media (min-width: 992px) {
    .m-media-carousel-item h2,
    .m-media-carousel-item .h2 {
        font-size: 36px;
        line-height: 54px;
        letter-spacing: 0.04em;
    }
}
.m-media-carousel-item p {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-top: auto;
}
.m-media-detail .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 992px) {
    .m-media-detail .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.m-media-detail .m-media-detail__item {
    padding-top: 16px;
    position: relative;
}
.m-media-detail .m-media-detail__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
}
.m-media-detail .m-media-detail__item h2 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-transform: capitalize;
}
.m-media-detail .m-media-detail__text {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin: 20px 0 63px;
}
.m-help-posts--media .m-post-item__title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 37px;
}
.m-media-post {
    padding-top: 10px;
    position: relative;
    margin-bottom: 27px;
}
@media (min-width: 992px) {
    .m-media-post {
        padding-top: 35px;
    }
}
.m-media-post:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
}
.m-media-post a {
    display: inline-block;
    text-decoration: none;
}
.m-media-post__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-media-post__heading {
    font-size: 32px;
    line-height: 48px;
    color: #3996ae;
    margin-bottom: 35px;
}
@media (min-width: 992px) {
    .m-media-post__heading {
        font-size: 36px;
        line-height: 54px;
    }
}
.m-media-post__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 0.04em;
    margin-top: 20px;
    margin-bottom: 16px;
}
.m-media-post__desc {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}
.m-media-post__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.m-media-post__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
}
.m-media-post__item--pagination {
    margin-top: 21px;
    margin-bottom: 27px;
}
@media (min-width: 992px) {
    .m-media-post__item--pagination {
        margin-top: 60px;
        margin-bottom: 87px;
    }
}
.m-help-posts__nav-item {
    text-align: center;
    padding: 16px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 992px) {
    .m-help-posts__nav-item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.m-help-posts__nav-item a {
    color: #000;
}
.m-help-posts__nav-item span {
    text-transform: uppercase;
    color: #3996ae;
    font-weight: 400;
}
@media (min-width: 992px) {
    .m-help-posts__nav-item span {
        text-transform: none;
        font-size: 24px;
        line-height: 37px;
    }
}
.m-help-posts__nav-item.is-active {
    position: relative;
}
@media (min-width: 992px) {
    .m-help-posts__nav-item.is-active {
        border-top: 1px solid #c4c4c4;
    }
    .m-help-posts__nav-item.is-active::before {
        content: none;
    }
}
.m-help-posts--media .m-post-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (min-width: 992px) {
    .m-help-posts--media .m-post-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (min-width: 992px) {
    .m-help-posts__content .tabcontent {
        display: block;
    }
}
.m-help-posts--media
.m-help-posts__content-left
.m-help-posts__content-left-link {
    width: 100%;
    text-align: right;
    margin-top: 92px;
    color: #000;
    display: none;
}
@media (min-width: 992px) {
    .m-help-posts--media
    .m-help-posts__content-left
    .m-help-posts__content-left-link {
        display: block;
    }
}
.m-help-posts--media .m-help-posts__content-right {
    display: none;
}
@media (min-width: 992px) {
    .m-help-posts--media .m-help-posts__content-right {
        display: block;
    }
}
.m-help-posts--media .m-help-posts__content-right .m-post-item--border {
    position: relative;
}
.m-help-posts--media .m-help-posts__content-right .m-post-item--border::before {
    content: "";
    position: absolute;
    bottom: -16px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
}
@media (min-width: 768px) {
    .m-help-posts--media
    .m-help-posts__content-right
    .m-post-item--border::before {
        bottom: -32px;
    }
}
@media (min-width: 992px) {
    .m-help-posts--media .m-help-posts__nav-item {
        border-top: none;
    }
}
@media (min-width: 992px) {
    .m-help-posts__nav-item.is-active {
        border-top: none;
        cursor: default;
    }
    .m-help-posts__nav-item {
        border-top: none;
        cursor: default;
    }
}
.m-help-posts--media .m-help-posts__nav-item.m-help-posts__nav-item--left {
    position: relative;
}
@media (min-width: 992px) {
    .m-help-posts--media .m-help-posts__nav-item.m-help-posts__nav-item--left::after {
        content: "";
        position: absolute;
        right: -30px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #c4c4c4;
    }
}
.m-help-posts--media .m-post-item--small {
    margin-bottom: 20px;
}
.m-help-posts--media .m-post-item--small .m-post-item__media {
    height: 214px;
}
.m-help-posts--story {
    margin: 30px 0 43px;
}
@media (min-width: 992px) {
    .m-help-posts--story {
        margin: 0;
    }
}
.m-help-posts--story .tablink {
    display: block;
}
.m-help-posts--story .m-help-posts__nav-item.is-active::before {
    display: none;
}
.m-help-posts--story .m-help-posts__content {
    margin-top: 29px;
}
@media (min-width: 992px) {
    .m-help-posts--story .m-help-posts__content {
        margin-top: 50px;
    }
}
.m-help-posts--story .m-help-posts__group-top {
    text-align: center;
}
@media (min-width: 992px) {
    .m-help-posts--story .m-help-posts__group-top {
        width: 954px;
        margin: 0 auto;
    }
}
.m-help-posts--story .m-help-posts__title {
    font-size: 32px;
    line-height: 48px;
    text-transform: capitalize;
    color: #3996ae;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .m-help-posts--story .m-help-posts__title {
        margin-bottom: 8px;
    }
}
.m-help-posts--story .m-help-posts__subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .m-help-posts--story .m-help-posts__subtitle {
        margin-bottom: 32px;
    }
}
.m-help-posts--story .m-help-posts__video {
    margin-bottom: 43px;
}
@media (min-width: 992px) {
    .m-help-posts--story .m-help-posts__video {
        margin-bottom: 106px;
    }
}
.m-help-posts--story .m-help-posts__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-help-posts__nav-left,
.m-help-posts__content-left .m-help-posts__pane {
    position: relative;
}
@media (min-width: 992px) {
    .m-help-posts__content-left .m-help-posts__pane.has-border-right::after {
        content: "";
        position: absolute;
        right: -30px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #c4c4c4;
    }
}
.m-help-posts {
    margin-bottom: 50px;
}
.m-help-posts__pane {
    padding-top: 20px;
}
@media (min-width: 992px) {
    .m-help-posts__pane {
        padding-top: 40px;
    }
}
.m-help-posts__nav-left,
.m-help-posts__content-left .m-help-posts__pane {
    position: relative;
}
.m-post-item {
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .m-post-item {
        margin-bottom: 64px;
    }
}
.m-post-item__media {
    border-radius: 4px;
    overflow: hidden;
}
.m-post-item__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-post-item__media.csr-image img {
    height: auto;
}

.m-post-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    position: relative;
}
.m-post-item__title a {
    font-weight: 700;
    color: #3996ae;
}
.m-post-item__seemore {
    color: #000;
}
.m-post-item__time {
    font-weight: 700;
}

.m-media-post__content {
    display: flex;
    width: auto;
}
.single-post-content {
    margin-bottom: 100px;
}
