.video-card{box-shadow:15px 15px 30px rgba(0,0,0,.1);display:block;height:100%;width:100%}.video-card--small-shadow{box-shadow:0 0 10px rgba(0,0,0,.1)}.video-card__content-image{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:flex;justify-content:center;min-height:296px;width:100%}.video-card__image{max-width:81px;width:81px}.video-card__content{background-color:#fff;padding:30px 20px}.video-card__tags{display:block;text-align:left;width:100%}.video-card__tags-item{background:#001a83;border-radius:4px;color:#fff;display:inline-block;font-size:1.5rem;margin-right:10px;padding:6px 8px;text-decoration:none}.video-card__title{color:#1e1e1e;font-size:2rem;font-weight:600;margin:0;padding:0}.video-card__description{margin:0}.video-card__description>*{color:#1e1e1e;font-size:1.6rem;font-weight:400;margin:0 0 10px}.video-card__description>:last-child{margin:0}.video-card__anchor{color:#001a83;font-size:1.8rem;font-weight:600;text-decoration:none}.video-card__anchor-icon{display:inline-block!important;margin-left:10px;vertical-align:middle;width:7px}.video-card__content>*{margin:0 0 20px}.video-card__content>:last-child{margin:0}.video-card-modal{align-items:center;background-color:rgba(0,40,83,.8);display:none;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2000}.video-card-modal--active{display:flex}.video-card-modal--active-body{overflow:hidden}.video-card-modal__content{background-color:#fff;height:80vh;margin:0;padding:0;width:80vw}.video-card-modal__close{background-color:hsla(0,0%,100%,.3);border-radius:100%;cursor:pointer;display:inline-block;height:50px;margin-top:10px;text-align:center;width:50px}.video-card-modal__close-icon{margin-top:10px;width:30px}.video-card-modal__content-video{height:400px}.video-card-modal__content-video>iframe{height:80vh;width:100%}