.tiles__grid {
    margin: 0 -10px;
    position: relative;
    margin-bottom: 20px;
}

.tile--blured .tile__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: inherit;
    opacity: 0.5;
    z-index: 20;
}

.tile--blured.tile--headlinebox .tile__content,
.tile--circle-img.tile--blured .tile__content,
.tile--large.tile--headline.tile--blured .tile__content {
    z-index: 2000;
}

.tile--blured.tile .tile__header,
.tile--blured.tile .tile__header {
    z-index: 2000;
}

.tiles__col .tile--large.tile--fullscr-img.tiles--blured .tile__wrapper,
.tiles__col .tile--wide.tile--fullscr-img.tiles--blured .tile__wrapper,
.tiles__col .tile--fullscr-img.tile--headlinebox.tiles--blured .tile__wrapper,
.tiles__col .tile--sqr-img.tile--blured.tile--headlinebox .tile__wrapper,
.tiles__col .tile--wide-long.tile--fullscr-img.tile--blured .tile__wrapper {
    background: transparent;
}
/* .non-touch .tiles--blured .tile .tile__wrapper::before {
    display: none;
} */
/* IE10+ detection */

html[data-agent*="Trident"].tiles--blured .tile__title {
    text-shadow: 0px 0px 4px 1px #fff !important;
}

/* IE10+ detection */

html[data-agent*="Trident"] .tiles--blured .tile__title {
    text-shadow: 2px 0px 5px 3px #fff !important
}

/* End blur */

.tiles__col {
}

.tile {
    position: relative;
    overflow: hidden;
}

.tile__box-cont {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    height: 100%;
}

    .tile__box-cont .tile--small {
        margin-right: 0;
        margin-bottom: 20px;
    }

.tile a,
.tile .tile__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.07);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    text-decoration: none;
    margin: 0 10px;
    -webkit-transition: background ease 0.4s;
    -o-transition: background ease 0.4s;
    transition: background ease 0.4s;
}



.tile__img img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: -webkit-transform ease 0.6s;
    transition: -webkit-transform ease 0.6s;
    -o-transition: transform ease 0.6s;
    transition: transform ease 0.6s;
    transition: transform ease 0.6s, -webkit-transform ease 0.6s;
}

.tile__length {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .tile__length .icon {
        margin-right: 5px;
    }

.tile__grid .tile__content {
    position: relative;
    z-index: 10;
}

.tile--headlinebox .tile__content {
    position: relative;
    z-index: 10;
    background: inherit;
}

/* tile sizes */

.tile--left-0 {
    left: 0%;
}

.tile--top {
    top: 0%;
}

.tile--bot {
    bottom: 0;
}

.tile--left-25 {
    /* left: 25.5%; */
    left: 25%;
}

.tile--left-50 {
    /* left: 50.9%; */
    left: 50%;
}

.tile--left-75 {
    left: 75%;
}

.tile--left-100 {
    right: 0;
}

.tiles__col {
    position: relative;
    height: 460px;
}

    .tiles__col .tile--large {
    }

.tiles__grid .tile {
    position: absolute;
    /* margin-bottom: 20px; */
    bottom: 0;
}

.tile--large {
    width: 50%;
}

.tile--wide-long {
    /* width: 220px; */
    width: 25%;
    height: 460px;
}

.tile--wide {
    /* width: 460px; */
    width: 50%;
    height: 220px;
}

.tile--small {
    /* width: 220px; */
    width: 25%;
    height: 205px;
}

.tile--large .tile__wrapper {
    /* min-height: 461px; */
    height: 100%;
}

.tile--fullscr-img .tile__wrapper,
.tile-icon .tile__wrapper {
    /* min-height: 461px; */
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.tile--wide-long .tile__wrapper {
    /* min-height: 461px; */
}

.tile--small:last-of-type,
.tile--wide-long:last-of-type {
    margin-right: 0;
}

.tile--small a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 220px;
}

/* end tile sizes */

/* tile-content sizes */

.tile--triangle-img .tile__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tile--large.tile--headline.tile--triangle-img .tile__content {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.tile--large.tile--headline .tile__content {
    padding-left: 106px;
    -ms-flex-item-align: end;
    align-self: end;
    max-width: 400px;
}

.tile--triangle-img img {
    position: relative;
}
/* tile--wide-text */

.tile--wide.tile--text .tile__title,
.tile--wide.tile--text .tile__subtext {
    position: relative;
    z-index: 10;
}

.tile--wide.tile--text .tile__title {
    font-size: 19px;
    
    line-height: 1.37;
    color: #ffffff;
    margin-bottom: 12px;
}

.tile--wide.tile--text .tile__subtext {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #ffffff;
}

/*End tile--wide-text */

/* tile--headline */

.tile--wide.tile--headline .tile__wrapper {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.tile--wide.tile--headline .tile__content {
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 19px;
}

.tile--wide.tile--headline .tile__title {
    color: #ffffff;
    font-size: 19px;
    
    line-height: 26px;
    position: relative;
    padding-left: 35px;
}

.tiles__col .tile--wide.tile--headline .tile__title::before {
    content: '';
    width: 27px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 11px;
    left: 0px;
}

/* end tile--headline*/

.tile--wide.tile--text .tile__content,
.tile--large .tile__content,
.tile-icon .tile__content {
    /* position: relative; */
    z-index: 2;
    padding: 0 15px 25px;
    width: 100%;
}

.tile--small .tile__content {
    /* position: relative; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: auto;
    padding: 0 15px 25px;
}

.tile--small.tile--headlinebox .tile__content {
    padding: 25px 15px;
    /* background: inherit; */
}

/* tile wide long */

.tile--wide-long.tile--fullscr-img {
    padding: 0 25px 25px;
}

.tiles__grid .tile__content {
    position: relative;
    z-index: 10;
}

.tile--wide-long .tile__content {
    padding: 23px 15px 23px;
    width: 100%;
    margin-top: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.tile--wide-long .tile__subtext {
    margin-top: 12px;
}

/* tile header */

.tile__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 20px 15px 0;
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.tile__label {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    max-width: 112px;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 20;
}

.tiles__grid .tile__label {
    position: absolute;
    left: 15px;
    top: 20px;
}

.tile__duration {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}

.tile--small .tile__header {
    padding: 20px 15px 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

/* end tile header */

/* tile image */

.tile--fullscr-img .tile__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.tile--triangle-img .tile__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.tile--circle-img .tile__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 144px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 1000;
}

.tile--sqr-img .tile__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* end tile image */

/* tile icon */

.tile-icon .tile__img {
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tile--wide-long.tile-icon .tile__img {
    height: 144px;
    width: 144px;
    background: #fff;
    position: relative;
    z-index: 1001;
}

    .tile--wide-long.tile-icon .tile__img img {
        width: 53px;
        /* height: 53px; */
    }

.tile--small.tile-icon .tile__img img {
    width: 66px;
}

.tile--small.tile-icon .tile__title {
    text-align: center;
}

/* end  tile icon */

/* tile titles */

.tile__title {
    color: #ffffff;
}

.tile--large.tile--headline .tile__title {
    font-size: 31px;
    
    line-height: 42px;
    position: relative;
}

.tile--large .tile__title,
.tile-icon .tile__title {
    color: #ffffff;
    font-size: 26px;
    
    line-height: 36px;
    margin-bottom: 14px;
}

.tile__subtext {
    color: #ffffff;
    font-size: 16px;
    
    line-height: 24px;
    margin: 0;
}

.tiles__col .tile--large.tile--headline .tile__title::before {
    content: '';
    width: 46px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 18px;
    left: -58px;
}

.tile--small .tile__title,
.tile--wide-long.tile--headlinebox .tile__title,
.tile--wide-long.tile-icon .tile__title {
    color: #ffffff;
    font-size: 16px;
    
    line-height: 24px;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}

.tile--wide-long .tile__title {
    font-size: 19px;
    line-height: 1.37;
    color: #ffffff;
    position: relative;
    z-index: 10;
}

/* slider sizes */

.tile-slider .tile {
    margin: 0 10px;
    padding: 0;
}

.tile-slider .tile--large {
    width: 480px !important;
}

.tile-slider .tile--wide,
.tile-slider .tile--small,
.tile-slider .tile--wide-long {
    width: 240px !important;
}

.tiles .btn {
    position: relative;
    /* left: 50%;
    transform: translateX(-50%); */
}

.tile-icon .tile__img img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.tile__img img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.tile .tile__wrapper.article-locked .article-lock {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 16%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 8999;
}

    .tile .tile__wrapper.article-locked .article-lock span.align-helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .tile .tile__wrapper.article-locked .article-lock .lock-img {
        width: auto;
        vertical-align: middle;
    }

.tile.tile--wide .tile-wrapper.article-locked .article-lock {
    width: 16%;
}

.tile.tile--wide-long .tile__wrapper.article-locked .article-lock {
    width: 24%;
}

.tile.tile--small .tile__wrapper.article-locked .article-lock {
    width: 24%;
}

.tile.tile--large .tile__wrapper.article-locked .article-lock {
    width: 16%;
}

.non-touch .tile:hover .lock-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.tiles .btn {
    margin-top: 14px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


@media screen and (max-width: 939px) {
    .tiles__col .tile--sqr-img.tile--blured.tile--headlinebox .tile__wrapper {
        background: currentColor;
    }

    .tile__title {
        word-wrap: break-word;
    }

    .tiles__col,
    .tile--wide-long {
        height: 338px;
    }

    .tile--wide,
    .tile--small {
        height: 164px !important;
    }

    .tile a,
    .tile .tile__wrapper {
        margin: 0 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .tiles__grid {
        margin: 0 -5px;
        margin-bottom: 10px;
    }

        .tiles__grid .tile__label {
            position: static;
            /* flex: 1 0 100%; */
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            max-width: 100%;
            /* padding: 0; */
            padding: 0 16px;
            display: block;
            /* align-self: flex-end; */
            -ms-flex-item-align: start;
            align-self: flex-start;
            margin-bottom: 6px;
        }

        .tiles__grid .tile__content,
        .tile--small.tile--headlinebox .tile__content,
        .tiles__grid .tile--small.tile--headlinebox .tile__content {
            padding: 0 16px 18px;
            position: relative;
            z-index: 10;
            max-width: 100%;
        }

        .tiles__grid .tile--small.tile--headlinebox.tile--blured .tile__content {
            padding: 10px 16px 18px;
            z-index: 200;
        }

    .tile__subtext,
    .tile--sqr-img .tile__img {
        display: none;
    }

    .tile--wide-long .tile__subtext {
        display: block;
        margin-top: 6px;
    }
    /* tile small */
    .tiles__grid .tile--small .tile__content {
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .tile--small .tile__title,
    .tile--small.tile-icon .tile__title {
        font-size: 12px;
        font-weight: 600;
        line-height: 1.33;
        color: #ffffff;
        text-align: left;
    }

    .tile--small.tile-icon .tile__img img {
        width: 26px;
    }

    .tile--small .tile__label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .tile--small .tile__header {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    /* tile small */
    .tiles__grid .tile--headlinebox .tile__content {
        padding: 25px;
    }

    .tiles__grid .tile--circle-img .tile__content,
    .tile--large.tile--headline .tile__content {
        margin-left: 0;
        padding: 0 16px 16px;
        margin-top: auto;
        max-width: 100%;
        display: block;
    }

    .tile--large.tile--headline .tile__title,
    .tile--large .tile__title,
    .tile-icon .tile__title {
        font-size: 19px;
        
        line-height: 1.37;
        color: #ffffff;
        padding: 0;
        margin: 0;
    }
    /*-------------  tile-icon ------------- */
    .tile--wide-long.tile-icon .tile__img {
        width: 88px;
        height: 88px;
    }

        .tile--wide-long.tile-icon .tile__img img,
        .tile--wide-long.tile-icon .tile__img svg,
        .tile--wide-long.tile-icon .tile__img image {
            width: 26px;
            height: 26px;
            position: relative;
            z-index: 1;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
            font-family: 'object-fit: contain; object-position: center;';
        }

    .tile-icon .tile__img {
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        background: none;
        position: relative;
    }

    .tile--wide-long.tile-icon .tile__img {
        background: none;
    }

        .tile--wide-long.tile-icon .tile__img::before {
            content: '';
            height: 88px;
            width: 88px;
            background: #fff;
            position: absolute;
            top: 50%;
            margin-top: -44px;
            left: 50%;
            margin-left: -44px;
            border-radius: 50%;
        }

    .tile--wide-long.tile-icon .tile__header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .tile--wide-long.tile-icon .tile__label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: auto;
    }

    .tile--wide-long.tile-icon .tile__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
    }
    /*-------------  end tile-icon ------------- */
    /*------------- tile--large -------------*/
    /* triangle img  */
    .tile--triangle-img .tile__img {
        display: none;
    }

    .tile--large .tile__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    /*end triangle img  */
    /* large headline */
    .tiles__col .tile--large.tile--headline .tile__title::before {
        display: none;
    }
    /* end large headline */
    /*------------- end tile--large -------------*/
    /* ------------- tile-wide -------------*/
    /* circled img */
    .tiles__grid .tile--circle-img .tile__img {
        display: none;
    }

    .tile--wide.tile--text .tile__content,
    .tiles__grid .tile--circle-img .tile__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    /* end crcled img */
    /* tile--headline */
    .tile--wide.tile--text .tile__title,
    .tiles__grid .tile--wide.tile--headline .tile__title {
        padding-left: 0;
        margin: 0;
    }

        .tiles__grid .tile--wide.tile--headline .tile__title::before {
            display: none;
        }
    /*end tile--headline */
    .tiles__grid .tile--wide .tile__wrapper {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .tile--wide.tile--text .tile__content {
        padding: 0 16px 16px;
    }
    /*------------- end tile-wide -------------*/
    /* tile wide-long */
    .tile--wide-long .tile__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .tile--wide-long .tile__subtext {
        display: none;
    }

    .tile--wide-long .tile__title {
        margin-bottom: 0;
    }

    .tiles__grid .tile--headlinebox .tile__content {
        padding: 16px;
    }

    .tiles__grid .tile--wide-long .tile__label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: auto;
    }

    .tile--wide-long .tile__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: 0;
    }
    /* tile wide-long */
}

@media screen and (max-width: 768px) {
    .tile--large .tile__title,
    .tile-icon .tile__title,
    .tile__title {
        color: #ffffff;
        font-size: 19px;
        
        line-height: 26px;
    }

    .tiles__grid {
        margin: 0 -5px;
        margin-bottom: 10px;
    }

    .tiles__col {
        padding: 0 5px;
    }

    .tile--wide-long {
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .tile--small .tile__title,
    .tile--wide-long.tile--headlinebox .tile__title,
    .tile--wide-long.tile-icon .tile__title {
        line-height: 1.38;
    }

    .tile--headlinebox.tile .tile__content {
        background: none;
    }
    /* big- grid for when we have more than 5 tiles */
    .tiles__grid--big {
        overflow: auto;
    }

        .tiles__grid--big .tiles__col {
            width: 768px;
            overflow: hidden;
            margin: 0 auto;
        }
    /* big- grid for when we have more than 5 tiles */
    /* tile-icon */
    .tile--wide-long.tile-icon .tile__header {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .tile--wide-long.tile-icon .tile__label {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0 0 2px;
    }

    .tile--wide-long.tile-icon .tile__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    /* tile-icon */
    .tile__subtext,
    .tile-icon .tile__img,
    .tiles__grid .tile--headlinebox .tile__img {
        display: none;
    }

    .tile--large .tile__title,
    .tile-icon .tile__title,
    .tile--large.tile--headline .tile__title,
    .tile--wide.tile--text .tile__title,
    .tile--wide.tile--headline .tile__title,
    .tile--wide-long .tile__title,
    .tile__title {
        font-size: 16px;
        line-height: 1.5;
        color: #ffffff;
        margin-bottom: 0;
        max-height: 72px;
        overflow: hidden;
    }

    .tiles__grid {
        display: block;
    }

        .tiles__grid .tile__header {
            padding: 16px 10px 0;
        }

    .tile__header {
        padding: 5px 10px 0px;
    }

    .tile--wide-long .tile__content,
    .tile--wide .tile__content,
    .tile--wide.tile--text .tile__content,
    .tile--large .tile__content,
    .tile--large.tile--headline .tile__content,
    .tile--small .tile__content,
    .tiles__grid .tile--circle-img .tile__content,
    .tiles__grid .tile__content,
    .tile--small.tile--headlinebox .tile__content,
    .tiles__grid .tile--small.tile--headlinebox .tile__content {
        padding: 0 10px 10px;
    }

    .tiles__grid .tile__label {
        padding: 0 10px;
        margin-bottom: 0;
    }

    .tile-icon .tile__content,
    .tiles__grid .tile--headlinebox .tile__content {
        padding: 0 10px 10px;
    }
    /* .tile__length {
        display: none;
    } */
    .tile--wide-long:last-of-type {
        margin-bottom: 0;
    }

    .tile--large .tile__content,
    {
        padding: 10px;
    }
    /* tile__grid--3 */
    .tile__grid--3 .tiles__col .tile:nth-child(2n) {
        width: 50%;
        top: 0;
        bottom: auto;
        right: 0;
        left: auto;
        height: 164px;
        margin: 0;
    }

    .tile__grid--3 .tile--wide-long .tile__img img {
        height: auto;
    }

    .tile__grid--3 .tile:nth-child(3n) {
        width: 50%;
        top: auto;
        bottom: 0;
        right: 0;
        left: auto;
        height: 164px;
        margin: 0;
    }
    /* tile__grid--3 */
    /* tile__grid--4 */
    .tile__grid--4 .tiles__col .tile {
        width: 50%;
        height: 164px;
        margin: 0;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }

        .tile__grid--4 .tiles__col .tile:first-child {
            top: 0;
            left: 0%;
        }

        .tile__grid--4 .tiles__col .tile:nth-child(2) {
            top: 0;
            left: 50%;
        }

    .tile__grid--4 .tile:nth-child(3n) {
        bottom: 0;
        left: 0;
    }

    .tile__grid--4 .tile:nth-child(4) {
        bottom: 0;
        left: 50%;
    }

    .tile__grid--4 .tile--wide-long .tile__img img {
        height: auto;
    }
    /* tile__grid--4 */
}

@media screen and (max-width: 480px) {
}
