<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mosaicSection {
    overflow: hidden;
}

.mosaicSection .mosaicWrapper {
    position: relative;
    margin: 0 -15px;
    height: 0;
    transition: height 0.5s ease-in-out;
}

.mosaicSection .articleItem {
    float: left;
    margin: 15px;
    position: absolute;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    width: 33.333333%;
    display: block;
}

.mosaicSection .articleItem.on {
    opacity: 1;
}

.mosaicSection .articleItem div {
    padding: 15px 20px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    min-height: 78px;
}

@media only screen and (max-width: 568px) {
    .mosaicSection .articleItem div {
        padding: 15px 15px;
    }
}

.mosaicSection .articleItem div.btnWrapper {
    background: transparent;
    padding: 0 15px;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 6%;
}

.mosaicSection .articleItem div.btnWrapper .btn {
    margin: 1% 2%;
    position: relative;
    padding: 0.6em 1.8em 0.6em 1.8em;
}

.mosaicSection .articleItem div.btnWrapper .btn.btn-icon {
    padding: 0.6em 1.3em 0.6em 2.4em;
}

.mosaicSection .articleItem div.btnWrapper .btn.btn-icon i {
    position: absolute;
    left: 14px;
    top: 14px;
    right: auto;
}

.mosaicSection .articleItem .overlaylink {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 60;
}

.mosaicSection .articleItem figure {
    overflow: hidden;
    height: 297px;
    background-color: #999;
    position: relative;
}

.mosaicSection .articleItem figure img {
    width: auto;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    transform-origin: 0 50%;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

@media only screen and (max-width: 768px) {
    .mosaicSection .articleItem figure img {
        width: auto;
        height: 100%;
    }
}

.mosaicSection .articleItem:hover figure img {
    left: 50%;
    transform: scale(1.2, 1.2) translate3d(-50%, 0, 0);
}

.mosaicSection .articleItem .img-responsive {
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .mosaicSection .articleItem .img-responsive {
        width: 100%;
    }
}

.mosaicSection .articleItem h3 {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1.5px;
    margin: 0 0 0;
    line-height: 1em;
    height: 59px;
    overflow: hidden;
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .mosaicSection .articleItem h3 {
        font-size: 24px;
        height: 50px;
    }
}

.mosaicSection .articleItem h3 a {
    color: #222;
    text-decoration: none;
}

@media all and (max-width: 480px) {
    .mosaicSection .articleItem h3 {
        height: auto;
        font-size: 20px;
        letter-spacing: 1px;
        width: calc(100% - 60px);
    }
}

.mosaicSection .articleItem h2 {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1.5px;
    margin: 0 0 0;
    line-height: 1em;
    height: 59px;
    overflow: hidden;
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .mosaicSection .articleItem h2 {
        font-size: 24px;
        height: 50px;
    }
}

.mosaicSection .articleItem h2 a {
    color: #222;
    text-decoration: none;
}

@media all and (max-width: 480px) {
    .mosaicSection .articleItem h2 {
        height: auto;
        font-size: 20px;
        letter-spacing: 1px;
        width: calc(100% - 60px);
    }
}

.mosaicSection .articleItem small {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.mosaicSection .articleItem .mainTag {
    font-size: 15px;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    bottom: 15px;
    opacity: 1;
    margin-right: 12px;
    color: #fff;
    z-index: 100;
}

.mosaicSection .articleItem .mainTag .brk-left,
.mosaicSection .articleItem .mainTag .brk-right {
    height: 25px;
    width: 14px;
    display: block;
    position: absolute;
    top: -2px;
}

.mosaicSection .articleItem .mainTag .brk-left {
    left: -15px;
}

.mosaicSection .articleItem .mainTag .brk-right {
    right: -15px;
}

.mosaicSection .articleItem .mainTag[data-cat$=oad] .brk-left,
.mosaicSection .articleItem .mainTag[data-cat$=oad] .brk-right {
    fill: #C6C6C6;
}

.mosaicSection .articleItem .mainTag[data-cat$=ife] .brk-left,
.mosaicSection .articleItem .mainTag[data-cat$=ife] .brk-right {
    fill: #FFDD00;
}

.mosaicSection .articleItem .mainTag[data-cat$=ace] .brk-left,
.mosaicSection .articleItem .mainTag[data-cat$=ace] .brk-right {
    fill: #D2373A;
}

.mosaicSection .articleItem .mainTag a {
    color: #fff;
    letter-spacing: 1px;
    font-weight: normal;
}

.mosaicSection .articleItem .mainTag a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .mosaicSection .articleItem {
        position: relative;
        top: auto !important;
        left: auto !important;
        width: calc(100% - 30px) !important;
        max-width: 450px;
        margin: 0 auto 25px;
        float: none;
    }
}

.headline {
    text-align: center;
    color: #fff;
    background-color: #fff;
    position: relative;
    min-height: 330px;
}

@media only screen and (max-width: 768px) {
    .headline {
        min-height: 260px;
    }
}

.headline h1 {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 100px;
    position: absolute;
    left: 50%;
    top: 60%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    margin: 0;
    line-height: 0.9em;
    color: #000;
}

@media only screen and (max-width: 992px) {
    .headline h1 {
        font-size: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .headline h1 {
        font-size: 40px;
    }
}

.headline h1 span {
    font-size: 11px;
    position: absolute;
    display: none;
    top: -22px;
    left: 50%;
    line-height: 14px;
    transform: translateX(-50%);
    letter-spacing: 3px;
    font-family: "Gotham 2r", "Gotham A", "Gotham B", "Gotham-XLight", Arial, Helvetica, sans-serif;
    font-weight: 200;
}

.headline .secTag {
    background-color: #f2f2f2;
    padding: 10px 20px;
    border-radius: 10px;
}

.headline .secTag[data-cat$=ife] {
    background-color: rgba(251, 221, 74, 0.7);
}

.headline .secTag[data-cat$=oad] {
    background-color: rgba(198, 198, 198, 0.7);
}

.headline .secTag[data-cat$=ace] {
    background-color: rgba(210, 55, 58, 0.7);
    color: #fff;
}

.headline .brk-left,
.headline .brk-right {
    height: 125px;
    width: 54px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    fill: #999;
}

@media only screen and (max-width: 768px) {
    .headline .brk-left,
    .headline .brk-right {
        height: 75px;
    }
}

.headline .brk-left {
    left: -65px;
}

.headline .brk-right {
    right: -65px;
}

.headline[data-cat$=oad] .brk-left,
.headline[data-cat$=oad] .brk-right {
    fill: #C6C6C6;
}

.headline[data-cat$=ife] .brk-left,
.headline[data-cat$=ife] .brk-right {
    fill: #FFDD00;
}

.headline[data-cat$=ace] .brk-left,
.headline[data-cat$=ace] .brk-right {
    fill: #D2373A;
}

.headline .mainTag {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    margin: 0;
    line-height: 0.9em;
    color: #000;
    letter-spacing: 0.5px;
}

.headline .mainTag a {
    color: #fff;
    position: relative;
    z-index: 10;
}

.headline .mainTag .brk-left {
    left: -39px;
    height: 27px;
}

.headline .mainTag .brk-right {
    right: -39px;
    height: 27px;
}

.headline[data-cat$=oad] {
    background: transparent url("https://binaries.pirelli.com/common/visore-tag-road-1920x455.jpg") no-repeat center center/cover;
}

.headline[data-cat$=oad] h1 {
    color: #fff;
}

.headline[data-cat$=oad] .pageTag a,
.headline[data-cat$=oad] .pageTag i,
.headline[data-cat$=oad] .pageTag strong {
    color: #fff;
}

.headline[data-cat$=oad][data-sec=Winter] {
    background: transparent url("https://binaries.pirelli.com/common/19259_visore-tag-winter.jpg") no-repeat center center/cover;
}

.headline[data-cat$=oad][data-sec=Moto] {
    background: transparent url("https://binaries.pirelli.com/common/visore-tag-moto.jpg") no-repeat center center/cover;
}

.headline[data-cat$=oad][data-sec$="Safety First"],
.headline[data-cat$=oad][data-sec$="Seguridad Ante Todo"] {
    background: transparent url("https://binaries.pirelli.com/common/27979_visore-new-tag-safety-first-1920x455-min.png") no-repeat center center/cover;
}

.headline[data-cat$=oad][data-sec$="Safety First"] .mainTag,
.headline[data-cat$=oad][data-sec$="Safety First"] .secTag,
.headline[data-cat$=oad][data-sec$="Seguridad Ante Todo"] .mainTag,
.headline[data-cat$=oad][data-sec$="Seguridad Ante Todo"] .secTag {
    display: none;
}

.headline[data-cat$=ace] {
    background: transparent url("https://binaries.pirelli.com/common/visore_race_001.jpg") no-repeat center center/cover;
}

.headline[data-cat$=ace] h1 {
    color: #fff;
}

.headline[data-cat$=ace] .pageTag a {
    color: #fff;
}

.headline[data-cat$=ace] .pageTag i {
    color: #fff;
}

.headline[data-cat$=ace] .pageTag strong {
    color: #fff;
}

.headline[data-cat$=ace][data-sec=Superbike] {
    background: transparent url("https://binaries.pirelli.com/common/22164_visore_tag_superbike.jpg") no-repeat center center/cover;
}

.headline[data-cat$=ace][data-sec$=Rossa] {
    background: transparent url("https://binaries.pirelli.com/common/27943_visore-new-tag-luna-rossa-1920x455.jpg") no-repeat center center/cover;
}

.headline[data-cat$=ace][data-sec$=Rally] {
    background: transparent url("https://binaries.pirelli.com/common/28389_visore-tag-rally-1920x455.jpg") no-repeat center center/cover;
}

.headline[data-cat$=ife] {
    background: transparent url("https://binaries.pirelli.com/common/19499_visore-tag-life.jpg") no-repeat center center/cover;
}

.headline[data-cat$=ife] h1 {
    color: #fff;
}

.headline[data-cat$=ife] .pageTag a {
    color: #fff;
}

.headline[data-cat$=ife] .pageTag i {
    color: #fff;
}

.headline[data-cat$=ife] .pageTag strong {
    color: #fff;
}

.headline[data-cat$=ife][data-sec=Inter] {
    background: transparent url("https://binaries.pirelli.com/common/27944_visore-new-tag-inter-1920x455.jpg") no-repeat center center/cover;
}

.headline[data-cat$=ife][data-sec$=Ahead] {
    background: transparent url("https://binaries.pirelli.com/common/27980_visore-new-tag-thinking-ahead-1920x455.jpg") no-repeat center center/cover;
}

.breadcrumb .pageTag {
    color: #000;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-align: left;
    display: block;
    font-size: 12px;
    margin: 15px 0 0 0;
}

@media only screen and (max-width: 992px) {
    .breadcrumb .pageTag {
        margin-top: 18px;
    }
}

.breadcrumb .pageTag i {
    margin: 0 6px;
}

.breadcrumb .pageTag a {
    color: #999;
    font-weight: 300;
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
}

.breadcrumb .backHome {
    color: #000;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-align: left;
    display: block;
    font-size: 12px;
    margin: 15px 0 0 0;
}

.breadcrumb .backHome i {
    margin-right: 6px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.breadcrumb .backHome:hover,
.breadcrumb .backHome:active,
.breadcrumb .backHome:focus {
    text-decoration: none;
}

.breadcrumb .backHome:hover i,
.breadcrumb .backHome:active i,
.breadcrumb .backHome:focus i {
    left: -10px;
}

@media only screen and (max-width: 768px) {
    .breadcrumb .backHome {
        margin-top: 20px;
    }
}

.pagination-wrapper .pagination {
    margin: 3em auto 2em;
    padding: 0 30px;
    list-style: none;
    text-align: center;
}

.pagination-wrapper .pagination li {
    display: inline-block;
}

.pagination-wrapper .pagination li a {
    font-size: 26px;
    border-radius: 8px;
    display: block;
    color: #C6C6C6;
    padding: 2px 10px;
}

.pagination-wrapper .pagination li.page-item.is-active a {
    background-color: #FFDD00;
    color: #0b0b0b;
}

.pagination-wrapper .pagination li.page-item.is-active a:hover {
    text-decoration: none;
}

.pagination-wrapper .pagination li.page-item-prev,
.pagination-wrapper .pagination li.page-item-next {
    position: relative;
}

.pagination-wrapper .pagination li.page-item-prev:after,
.pagination-wrapper .pagination li.page-item-next:after {
    content: "\f104";
    font-family: FontAwesome, sans-serif;
    font-size: 29px;
    position: absolute;
    left: -12px;
    top: 1px;
    color: #C6C6C6;
}

.pagination-wrapper .pagination li.page-item-next:after {
    content: "\f105";
    left: auto;
    right: -12px;
}

#filter-section {
    background-color: #fff;
    padding: 2em 0 3em;
}

#filter-section .sectionDescription {
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    position: relative;
    color: #555;
    max-width: 1000px;
    display: none;
    margin: 0 auto 2.2em;
    line-height: 1.8em;
}

#filter-section .sectionDescription:after {
    content: "";
    width: 150px;
    height: 1px;
    margin: 40px auto 0;
    background-color: #b1b1b1;
    display: block;
}

#filter-section #filtersTag-group .filtersTagGroup {
    padding-bottom: 10px;
    margin: 0 0 15px !important;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}

#filter-section #filtersTag-group .filtersTagGroup h3 {
    display: inline-block;
    margin: 0;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.5px;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#filter-section #filtersTag-group .filtersTagGroup ul {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    float: right;
    list-style: none;
    text-align: left;
    max-width: 1000px;
}

#filter-section #filtersTag-group .filtersTagGroup ul li {
    display: inline-block;
    margin: 0 0 4px 0;
}

#filter-section #filtersTag-group .filtersTagGroup ul li a {
    background-color: transparent;
    border: 1px solid #DDDDDD;
    padding: 2px 13px;
    border-radius: 3px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    display: block;
    text-transform: capitalize;
}

#filter-section #filtersTag-group .filtersTagGroup ul li a:hover,
#filter-section #filtersTag-group .filtersTagGroup ul li a:active,
#filter-section #filtersTag-group .filtersTagGroup ul li a:focus {
    background: #000;
    color: #fff;
}

#filter-section #filtersTag-group .filtersTagGroup ul li.active a {
    background: #DDDDDD;
    font-weight: bold;
    border-color: rgba(51, 51, 51, 0.3);
}

@media only screen and (max-width: 1200px) {
    #filter-section #filtersTag-group .filtersTagGroup h3 {
        position: static;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 992px) {
    #filter-section #filtersTag-group .filtersTagGroup {
        text-align: center;
    }
    #filter-section #filtersTag-group .filtersTagGroup h3 {
        display: block;
        float: none;
        margin-bottom: 10px;
    }
    #filter-section #filtersTag-group .filtersTagGroup ul {
        display: block;
        float: none;
        text-align: center;
    }
    #filter-section #filtersTag-group .filtersTagGroup ul li {
        display: inline-block;
        float: none;
        margin: 8px 4px 0 0;
    }
}

#filter-section .btn-white {
    border-color: #999;
    font-size: 26px;
    padding: 8px 52px;
}

#filter-section .btn-white:hover,
#filter-section .btn-white:focus,
#filter-section .btn-white:active {
    background-color: #999;
    color: #fff;
}

#filter-section .visibilityHidden {
    visibility: hidden;
}

#filter-section[data-cat$=ace] #filtersTag-group .filtersTagGroup ul li a {
    background: #D2373A;
    color: #fff;
    border-color: #D2373A;
    text-transform: uppercase;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
}

#filter-section[data-cat$=ace] #filtersTag-group .filtersTagGroup ul li a:hover,
#filter-section[data-cat$=ace] #filtersTag-group .filtersTagGroup ul li a:active,
#filter-section[data-cat$=ace] #filtersTag-group .filtersTagGroup ul li a:focus {
    background-color: #d74c4f;
}

#filter-section[data-cat$=ife] #filtersTag-group .filtersTagGroup ul li a {
    background: #FFDD00;
    color: #333;
    border-color: #FFDD00;
    text-transform: uppercase;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
}

#filter-section[data-cat$=ife] #filtersTag-group .filtersTagGroup ul li a:hover,
#filter-section[data-cat$=ife] #filtersTag-group .filtersTagGroup ul li a:active,
#filter-section[data-cat$=ife] #filtersTag-group .filtersTagGroup ul li a:focus {
    background-color: #ffe433;
}

#filter-section[data-cat$=oad] #filtersTag-group .filtersTagGroup ul li a {
    background: #C6C6C6;
    color: #333;
    border-color: #C6C6C6;
    text-transform: uppercase;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
}

#filter-section[data-cat$=oad] #filtersTag-group .filtersTagGroup ul li a:hover,
#filter-section[data-cat$=oad] #filtersTag-group .filtersTagGroup ul li a:active,
#filter-section[data-cat$=oad] #filtersTag-group .filtersTagGroup ul li a:focus {
    background-color: #e0e0e0;
}

#filter-section.mosaicSection .mosaicWrapper {
    height: 2200px;
}

@media only screen and (max-width: 1400px) {
    #filter-section.mosaicSection .mosaicWrapper {
        height: 1910px;
    }
}

@media only screen and (max-width: 1200px) {
    #filter-section.mosaicSection .mosaicWrapper {
        height: 1575px;
    }
}

@media only screen and (max-width: 992px) {
    #filter-section.mosaicSection .mosaicWrapper {
        height: 2655px;
    }
}

@media only screen and (max-width: 768px) {
    #filter-section.mosaicSection .mosaicWrapper {
        height: auto;
    }
}

#filter-section.mosaicSection .mosaicWrapper.mosaic-size-0 {
    height: 680px;
}

@media only screen and (max-width: 1400px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-0 {
        height: 555px;
    }
}

@media only screen and (max-width: 1200px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-0 {
        height: 455px;
    }
}

@media only screen and (max-width: 992px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-0 {
        height: 500px;
    }
}

@media only screen and (max-width: 768px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-0 {
        height: auto;
    }
}

#filter-section.mosaicSection .mosaicWrapper.mosaic-size-1 {
    height: 680px;
}

@media only screen and (max-width: 1400px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-1 {
        height: 555px;
    }
}

@media only screen and (max-width: 1200px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-1 {
        height: 455px;
    }
}

@media only screen and (max-width: 992px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-1 {
        height: 870px;
    }
}

@media only screen and (max-width: 768px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-1 {
        height: auto;
    }
}

#filter-section.mosaicSection .mosaicWrapper.mosaic-size-2 {
    height: 1100px;
}

@media only screen and (max-width: 1400px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-2 {
        height: 945px;
    }
}

@media only screen and (max-width: 1200px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-2 {
        height: 780px;
    }
}

@media only screen and (max-width: 992px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-2 {
        height: 1385px;
    }
}

@media only screen and (max-width: 768px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-2 {
        height: auto;
    }
}

#filter-section.mosaicSection .mosaicWrapper.mosaic-size-3 {
    height: 1740px;
}

@media only screen and (max-width: 1400px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-3 {
        height: 1520px;
    }
}

@media only screen and (max-width: 1200px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-3 {
        height: 1250px;
    }
}

@media only screen and (max-width: 992px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-3 {
        height: 2255px;
    }
}

@media only screen and (max-width: 768px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-3 {
        height: auto;
    }
}

#filter-section.mosaicSection .mosaicWrapper.mosaic-size-4 {
    height: 2200px;
}

@media only screen and (max-width: 1400px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-4 {
        height: 1900px;
    }
}

@media only screen and (max-width: 1200px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-4 {
        height: 1560px;
    }
}

@media only screen and (max-width: 992px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-4 {
        height: 2650px;
    }
}

@media only screen and (max-width: 768px) {
    #filter-section.mosaicSection .mosaicWrapper.mosaic-size-4 {
        height: auto;
    }
}

#filter-section .mosaicWrapper .articleItem:nth-child(odd) figure {
    height: 620px;
}

@media only screen and (max-width: 1400px) {
    #filter-section .mosaicWrapper .articleItem:nth-child(odd) figure {
        height: 535px;
    }
}

@media only screen and (max-width: 1200px) {
    #filter-section .mosaicWrapper .articleItem:nth-child(odd) figure {
        height: 435px;
    }
}

#filter-section .mosaicWrapper .articleItem:nth-child(even) figure {
    height: 420px;
}

@media only screen and (max-width: 1400px) {
    #filter-section .mosaicWrapper .articleItem:nth-child(even) figure {
        height: 360px;
    }
}

@media only screen and (max-width: 1200px) {
    #filter-section .mosaicWrapper .articleItem:nth-child(even) figure {
        height: 293px;
    }
}

@media only screen and (max-width: 992px) {
    #filter-section .mosaicWrapper .articleItem:nth-child(1) figure,
    #filter-section .mosaicWrapper .articleItem:nth-child(4) figure,
    #filter-section .mosaicWrapper .articleItem:nth-child(5) figure,
    #filter-section .mosaicWrapper .articleItem:nth-child(8) figure,
    #filter-section .mosaicWrapper .articleItem:nth-child(9) figure,
    #filter-section .mosaicWrapper .articleItem:nth-child(12) figure {
        height: 480px;
    }
}

@media only screen and (max-width: 992px) {
    #filter-section .mosaicWrapper .articleItem:nth-child(2) figure,
    #filter-section .mosaicWrapper .articleItem:nth-child(3) figure,
    #filter-section .mosaicWrapper .articleItem:nth-child(6) figure,
    #filter-section .mosaicWrapper .articleItem:nth-child(7) figure,
    #filter-section .mosaicWrapper .articleItem:nth-child(10) figure,
    #filter-section .mosaicWrapper .articleItem:nth-child(11) figure {
        height: 345px;
    }
}

@media only screen and (max-width: 768px) {
    #filter-section .mosaicWrapper .articleItem:nth-child(1n) figure {
        height: 300px;
    }
}

@media only screen and (min-width: 769px) {
    .mosaicSection .articleItem:nth-child(2) {
        overflow: hidden;
    }
    .mosaicSection .articleItem:nth-child(2) figure {
        height: 420px !important;
        border-radius: 100%;
        overflow: hidden;
    }
    .mosaicSection .articleItem:nth-child(2) figure:after {
        content: "";
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .mosaicSection .articleItem:nth-child(2) figure img {
        height: 100%;
        width: auto;
    }
    .mosaicSection .articleItem:nth-child(2) div {
        background: transparent;
        position: absolute;
        width: 100%;
        top: 45%;
        left: 0;
        padding: 0 30px;
        color: #fff;
        text-align: center;
    }
    .mosaicSection .articleItem:nth-child(2) h3 {
        height: auto;
    }
    .mosaicSection .articleItem:nth-child(2) small {
        display: none;
    }
    .mosaicSection .articleItem:nth-child(2) .mainTag {
        float: none;
        position: relative;
        bottom: -13px;
        right: 0;
        display: inline-block;
        color: #fff;
    }
    .mosaicSection .articleItem:nth-child(2) .mainTag a {
        color: #fff;
        letter-spacing: 1px;
        font-weight: normal;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
    .mosaicSection .articleItem:nth-child(2) figure {
        height: 360px !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .mosaicSection .articleItem:nth-child(2) figure {
        height: 293px !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .mosaicSection .articleItem:nth-child(2) figure {
        height: 345px !important;
    }
}</pre></body></html>