.tiles .tile{margin-bottom:30px}.tiles .tile.link:hover .content:after{opacity:1;width:100%}.tiles .tile .bg-line:after{background-color:#ed1c2e}.tiles .tile .content{position:relative}.tiles .tile .content:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;opacity:0;transition:all .3s ease 0s}.tiles .tile .content .image-wrapper{padding-left:0;padding-right:0;height:300px;position:relative;overflow:hidden;width:100%;background-color:#f6f6f6}.tiles .tile .content .image-wrapper .image{object-fit:cover;height:300px;width:100%}.tiles .tile .content .heading-wrapper{display:flex;justify-content:space-between;align-items:center;min-height:44px}.tiles .tile .content .heading-wrapper .icon-wrapper{background:#ed1c2e;display:flex;align-items:center;justify-content:center;height:44px;width:44px;position:relative}.tiles .tile .content .heading-wrapper .icon-wrapper:after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url("/app/themes/sol/resources/assets/images/icon-chevron.svg");background-repeat:no-repeat;background-position:50%;background-size:contain;width:16px;height:16px;filter:brightness(0) invert(1)}.tiles .tile .content .heading-wrapper .icon-wrapper.plus:after{background-image:url("/app/themes/sol/resources/assets/images/icon-plus.svg")}.tiles .tile .content .collapse-wrapper{background:#ed1c2e;color:#fff;padding:1rem}