﻿.dv-container {
    max-width: 980px;
    margin: 0 auto
}
.dv-container--large {
    max-width: 1180px;
    margin: 0 auto
}
.dv-container--padded {
    padding: 0 20px
}
@media only screen and (max-width: 480px) {
    .dv-container--padded {
        padding: 0 10px
    }
}
.ie8 .dv-container {
    width: 980px
}
.ie8 .dv-container--large {
    width: 1180px
}
.is-vertical-middle .dv-grid__item {
    vertical-align: middle
}
.is-centered-content {
    text-align: center
}
.height-half {
    height: 50%;
    box-sizing: border-box
}
.max {
    max-width: 100%
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.mpu {
    max-width: 300px;
    max-height: 250px
}
.leaderboard {
    max-width: 728px;
    max-height: 90px
}
main img {
    max-width: 100%
}
.dv-grid {
    list-style: none;
    margin: 0 0 0 -20px;
    padding: 0
}
.dv-grid__item {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px
}
.dv-grid__item--flex-728-l {
    padding-left: 768px;
    min-height: 90px;
    width: 100%
}
.dv-grid__item--flex-728 {
    padding-right: 748px
}
.dv-grid__item--flex-300 {
    padding-right: 320px
}
.dv-grid__item--flex-250 {
    padding-right: 270px
}
.dv-grid__item--flex-160 {
    padding-right: 180px
}
.dv-grid__item--flex-120 {
    padding-right: 140px
}
.dv-grid__item--fix-728-l {
    width: 748px;
    position: absolute
}
.dv-grid__item--fix-728 {
    width: 748px;
    margin-left: -748px
}
.dv-grid__item--fix-300 {
    width: 320px;
    margin-left: -320px
}
.dv-grid__item--fix-250 {
    width: 270px;
    margin-left: -270px
}
.dv-grid__item--fix-160 {
    width: 180px;
    margin-left: -180px
}
.dv-grid__item--fix-120 {
    width: 140px;
    margin-left: -140px
}
@media only screen and (max-width: 979px) {
    .dv-grid__item--flex-728 {
        width: 100%;
        padding-right: 0
    }
    .dv-grid__item--fix-728 {
        width: 100%;
        margin-left: 0
    }
    .dv-grid__item--flex-728-l {
        width: 100%;
        padding-left: 20px;
        min-height: 0
    }
    .dv-grid__item--fix-728-l {
        width: 100%;
        position: static
    }
}
@media only screen and (max-width: 799px) {
    .dv-grid__item--flex-300 {
        padding-right: 0
    }
    .dv-grid__item--fix-300 {
        width: 100%;
        margin-left: 0
    }
    .dv-grid__item--flex-250 {
        padding-right: 0
    }
    .dv-grid__item--fix-250 {
        width: 100%;
        margin-left: 0
    }
}
@media only screen and (max-width: 699px) {
    .dv-grid__item--flex-160 {
        padding-right: 0
    }
    .dv-grid__item--fix-160 {
        width: 100%;
        margin-left: 0
    }
    .dv-grid__item--flex-120 {
        padding-right: 0
    }
    .dv-grid__item--fix-120 {
        width: 100%;
        margin-left: 0
    }
}
.hide {
    display: none
}
.one-whole {
    width: 100%
}
.five-tenths,
.four-eighths,
.one-half,
.six-twelfths,
.three-sixths,
.two-quarters {
    width: 50%
}
.four-twelfths,
.one-third,
.two-sixths {
    width: 33.333%
}
.eight-twelfths,
.four-sixths,
.two-thirds {
    width: 66.666%
}
.one-quarter,
.three-twelfths,
.two-eighths {
    width: 25%
}
.nine-twelfths,
.six-eighths,
.three-quarters {
    width: 75%
}
.one-fifth,
.two-tenths {
    width: 20%
}
.four-tenths,
.two-fifths {
    width: 40%
}
.six-tenths,
.three-fifths {
    width: 60%
}
.eight-tenths,
.four-fifths {
    width: 80%
}
.one-sixth,
.two-twelfths {
    width: 16.666%
}
.five-sixths,
.ten-twelfths {
    width: 83.333%
}
.one-eighth {
    width: 12.5%
}
.three-eighths {
    width: 37.5%
}
.five-eighths {
    width: 62.5%
}
.seven-eighths {
    width: 87.5%
}
.one-tenth {
    width: 10%
}
.three-tenths {
    width: 30%
}
.seven-tenths {
    width: 70%
}
.nine-tenths {
    width: 90%
}
.one-twelfth {
    width: 8.333%
}
.five-twelfths {
    width: 41.666%
}
.seven-twelfths {
    width: 58.333%
}
.eleven-twelfths {
    width: 91.666%
}
@media only screen and (max-width: 480px) {
    .s-one-whole {
        width: 100%
    }
    .s-five-tenths,
    .s-four-eighths,
    .s-one-half,
    .s-six-twelfths,
    .s-three-sixths,
    .s-two-quarters {
        width: 50%
    }
    .s-four-twelfths,
    .s-one-third,
    .s-two-sixths {
        width: 33.333%
    }
    .s-eight-twelfths,
    .s-four-sixths,
    .s-two-thirds {
        width: 66.666%
    }
    .s-one-quarter,
    .s-three-twelfths,
    .s-two-eighths {
        width: 25%
    }
    .s-nine-twelfths,
    .s-six-eighths,
    .s-three-quarters {
        width: 75%
    }
    .s-one-fifth,
    .s-two-tenths {
        width: 20%
    }
    .s-four-tenths,
    .s-two-fifths {
        width: 40%
    }
    .s-six-tenths,
    .s-three-fifths {
        width: 60%
    }
    .s-eight-tenths,
    .s-four-fifths {
        width: 80%
    }
    .s-one-sixth,
    .s-two-twelfths {
        width: 16.666%
    }
    .s-five-sixths,
    .s-ten-twelfths {
        width: 83.333%
    }
    .s-one-eighth {
        width: 12.5%
    }
    .s-three-eighths {
        width: 37.5%
    }
    .s-five-eighths {
        width: 62.5%
    }
    .s-seven-eighths {
        width: 87.5%
    }
    .s-one-tenth {
        width: 10%
    }
    .s-three-tenths {
        width: 30%
    }
    .s-seven-tenths {
        width: 70%
    }
    .s-nine-tenths {
        width: 90%
    }
    .s-one-twelfth {
        width: 8.333%
    }
    .s-five-twelfths {
        width: 41.666%
    }
    .s-seven-twelfths {
        width: 58.333%
    }
    .s-eleven-twelfths {
        width: 91.666%
    }
    .s-hide {
        display: none
    }
    .s-show {
        display: block
    }
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
    .m-one-whole {
        width: 100%
    }
    .m-five-tenths,
    .m-four-eighths,
    .m-one-half,
    .m-six-twelfths,
    .m-three-sixths,
    .m-two-quarters {
        width: 50%
    }
    .m-four-twelfths,
    .m-one-third,
    .m-two-sixths {
        width: 33.333%
    }
    .m-eight-twelfths,
    .m-four-sixths,
    .m-two-thirds {
        width: 66.666%
    }
    .m-one-quarter,
    .m-three-twelfths,
    .m-two-eighths {
        width: 25%
    }
    .m-nine-twelfths,
    .m-six-eighths,
    .m-three-quarters {
        width: 75%
    }
    .m-one-fifth,
    .m-two-tenths {
        width: 20%
    }
    .m-four-tenths,
    .m-two-fifths {
        width: 40%
    }
    .m-six-tenths,
    .m-three-fifths {
        width: 60%
    }
    .m-eight-tenths,
    .m-four-fifths {
        width: 80%
    }
    .m-one-sixth,
    .m-two-twelfths {
        width: 16.666%
    }
    .m-five-sixths,
    .m-ten-twelfths {
        width: 83.333%
    }
    .m-one-eighth {
        width: 12.5%
    }
    .m-three-eighths {
        width: 37.5%
    }
    .m-five-eighths {
        width: 62.5%
    }
    .m-seven-eighths {
        width: 87.5%
    }
    .m-one-tenth {
        width: 10%
    }
    .m-three-tenths {
        width: 30%
    }
    .m-seven-tenths {
        width: 70%
    }
    .m-nine-tenths {
        width: 90%
    }
    .m-one-twelfth {
        width: 8.333%
    }
    .m-five-twelfths {
        width: 41.666%
    }
    .m-seven-twelfths {
        width: 58.333%
    }
    .m-eleven-twelfths {
        width: 91.666%
    }
    .m-show {
        display: block
    }
    .m-hide {
        display: none
    }
}
@media only screen and (min-width: 481px) and (max-width: 659px) {
    .sm-one-whole {
        width: 100%
    }
    .sm-five-tenths,
    .sm-four-eighths,
    .sm-one-half,
    .sm-six-twelfths,
    .sm-three-sixths,
    .sm-two-quarters {
        width: 50%
    }
    .sm-four-twelfths,
    .sm-one-third,
    .sm-two-sixths {
        width: 33.333%
    }
    .sm-eight-twelfths,
    .sm-four-sixths,
    .sm-two-thirds {
        width: 66.666%
    }
    .sm-one-quarter,
    .sm-three-twelfths,
    .sm-two-eighths {
        width: 25%
    }
    .sm-nine-twelfths,
    .sm-six-eighths,
    .sm-three-quarters {
        width: 75%
    }
    .sm-one-fifth,
    .sm-two-tenths {
        width: 20%
    }
    .sm-four-tenths,
    .sm-two-fifths {
        width: 40%
    }
    .sm-six-tenths,
    .sm-three-fifths {
        width: 60%
    }
    .sm-eight-tenths,
    .sm-four-fifths {
        width: 80%
    }
    .sm-one-sixth,
    .sm-two-twelfths {
        width: 16.666%
    }
    .sm-five-sixths,
    .sm-ten-twelfths {
        width: 83.333%
    }
    .sm-one-eighth {
        width: 12.5%
    }
    .sm-three-eighths {
        width: 37.5%
    }
    .sm-five-eighths {
        width: 62.5%
    }
    .sm-seven-eighths {
        width: 87.5%
    }
    .sm-one-tenth {
        width: 10%
    }
    .sm-three-tenths {
        width: 30%
    }
    .sm-seven-tenths {
        width: 70%
    }
    .sm-nine-tenths {
        width: 90%
    }
    .sm-one-twelfth {
        width: 8.333%
    }
    .sm-five-twelfths {
        width: 41.666%
    }
    .sm-seven-twelfths {
        width: 58.333%
    }
    .sm-eleven-twelfths {
        width: 91.666%
    }
    .sm-show {
        display: block
    }
    .sm-hide {
        display: none
    }
}
@media only screen and (max-width: 799px) {
    .s-m-one-whole {
        width: 100%
    }
    .s-m-five-tenths,
    .s-m-four-eighths,
    .s-m-one-half,
    .s-m-six-twelfths,
    .s-m-three-sixths,
    .s-m-two-quarters {
        width: 50%
    }
    .s-m-four-twelfths,
    .s-m-one-third,
    .s-m-two-sixths {
        width: 33.333%
    }
    .s-m-eight-twelfths,
    .s-m-four-sixths,
    .s-m-two-thirds {
        width: 66.666%
    }
    .s-m-one-quarter,
    .s-m-three-twelfths,
    .s-m-two-eighths {
        width: 25%
    }
    .s-m-nine-twelfths,
    .s-m-six-eighths,
    .s-m-three-quarters {
        width: 75%
    }
    .s-m-one-fifth,
    .s-m-two-tenths {
        width: 20%
    }
    .s-m-four-tenths,
    .s-m-two-fifths {
        width: 40%
    }
    .s-m-six-tenths,
    .s-m-three-fifths {
        width: 60%
    }
    .s-m-eight-tenths,
    .s-m-four-fifths {
        width: 80%
    }
    .s-m-one-sixth,
    .s-m-two-twelfths {
        width: 16.666%
    }
    .s-m-five-sixths,
    .s-m-ten-twelfths {
        width: 83.333%
    }
    .s-m-one-eighth {
        width: 12.5%
    }
    .s-m-three-eighths {
        width: 37.5%
    }
    .s-m-five-eighths {
        width: 62.5%
    }
    .s-m-seven-eighths {
        width: 87.5%
    }
    .s-m-one-tenth {
        width: 10%
    }
    .s-m-three-tenths {
        width: 30%
    }
    .s-m-seven-tenths {
        width: 70%
    }
    .s-m-nine-tenths {
        width: 90%
    }
    .s-m-one-twelfth {
        width: 8.333%
    }
    .s-m-five-twelfths {
        width: 41.666%
    }
    .s-m-seven-twelfths {
        width: 58.333%
    }
    .s-m-eleven-twelfths {
        width: 91.666%
    }
    .s-m-show {
        display: block
    }
    .s-m-hide {
        display: none
    }
}
@media only screen and (min-width: 800px) {
    .l-one-whole {
        width: 100%
    }
    .l-five-tenths,
    .l-four-eighths,
    .l-one-half,
    .l-six-twelfths,
    .l-three-sixths,
    .l-two-quarters {
        width: 50%
    }
    .l-four-twelfths,
    .l-one-third,
    .l-two-sixths {
        width: 33.333%
    }
    .l-eight-twelfths,
    .l-four-sixths,
    .l-two-thirds {
        width: 66.666%
    }
    .l-one-quarter,
    .l-three-twelfths,
    .l-two-eighths {
        width: 25%
    }
    .l-nine-twelfths,
    .l-six-eighths,
    .l-three-quarters {
        width: 75%
    }
    .l-one-fifth,
    .l-two-tenths {
        width: 20%
    }
    .l-four-tenths,
    .l-two-fifths {
        width: 40%
    }
    .l-six-tenths,
    .l-three-fifths {
        width: 60%
    }
    .l-eight-tenths,
    .l-four-fifths {
        width: 80%
    }
    .l-one-sixth,
    .l-two-twelfths {
        width: 16.666%
    }
    .l-five-sixths,
    .l-ten-twelfths {
        width: 83.333%
    }
    .l-one-eighth {
        width: 12.5%
    }
    .l-three-eighths {
        width: 37.5%
    }
    .l-five-eighths {
        width: 62.5%
    }
    .l-seven-eighths {
        width: 87.5%
    }
    .l-one-tenth {
        width: 10%
    }
    .l-three-tenths {
        width: 30%
    }
    .l-seven-tenths {
        width: 70%
    }
    .l-nine-tenths {
        width: 90%
    }
    .l-one-twelfth {
        width: 8.333%
    }
    .l-five-twelfths {
        width: 41.666%
    }
    .l-seven-twelfths {
        width: 58.333%
    }
    .l-eleven-twelfths {
        width: 91.666%
    }
    .l-show {
        display: block
    }
    .l-hide {
        display: none
    }
}
@media only screen and (min-width: 980px) {
    .xl-one-whole {
        width: 100%
    }
    .xl-five-tenths,
    .xl-four-eighths,
    .xl-one-half,
    .xl-six-twelfths,
    .xl-three-sixths,
    .xl-two-quarters {
        width: 50%
    }
    .xl-four-twelfths,
    .xl-one-third,
    .xl-two-sixths {
        width: 33.333%
    }
    .xl-eight-twelfths,
    .xl-four-sixths,
    .xl-two-thirds {
        width: 66.666%
    }
    .xl-one-quarter,
    .xl-three-twelfths,
    .xl-two-eighths {
        width: 25%
    }
    .xl-nine-twelfths,
    .xl-six-eighths,
    .xl-three-quarters {
        width: 75%
    }
    .xl-one-fifth,
    .xl-two-tenths {
        width: 20%
    }
    .xl-four-tenths,
    .xl-two-fifths {
        width: 40%
    }
    .xl-six-tenths,
    .xl-three-fifths {
        width: 60%
    }
    .xl-eight-tenths,
    .xl-four-fifths {
        width: 80%
    }
    .xl-one-sixth,
    .xl-two-twelfths {
        width: 16.666%
    }
    .xl-five-sixths,
    .xl-ten-twelfths {
        width: 83.333%
    }
    .xl-one-eighth {
        width: 12.5%
    }
    .xl-three-eighths {
        width: 37.5%
    }
    .xl-five-eighths {
        width: 62.5%
    }
    .xl-seven-eighths {
        width: 87.5%
    }
    .xl-one-tenth {
        width: 10%
    }
    .xl-three-tenths {
        width: 30%
    }
    .xl-seven-tenths {
        width: 70%
    }
    .xl-nine-tenths {
        width: 90%
    }
    .xl-one-twelfth {
        width: 8.333%
    }
    .xl-five-twelfths {
        width: 41.666%
    }
    .xl-seven-twelfths {
        width: 58.333%
    }
    .xl-eleven-twelfths {
        width: 91.666%
    }
    .xl-show {
        display: block
    }
    .xl-hide {
        display: none
    }
}










































.c-card {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}
.no-touch .c-card:hover {
    text-decoration: none
}
.c-card__title {
    padding: 20px 15px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0
}
.c-card__content {
    margin: 20px 15px
}
.c-card__image {
    border-bottom: 1px solid #e0e0e0;
    display: block;
    width: 100%;
    min-height: 0
}
.c-card__footer {
    margin-top: auto;
    margin-bottom: 20px
}