@charset "UTF-8";.col-type-video{overflow:hidden;border-radius:5px}.col-type-video .video-poster{position:absolute;top:0;left:0;width:100%;height:100%}.col-type-video .video-poster::after{content:"";width:100%;height:100%;position:absolute;top:0;left:0}.col-type-video .video-poster.shrink{transform:scale(.995)}.col-type-video video{position:relative;z-index:1}.col-type-video img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.col-type-video .video-container{position:absolute;top:0;left:0;z-index:1;height:100%;width:100%}.col-type-video .hide-button{display:none}.col-type-video .video-play{width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;cursor:pointer;transition:color var(--transition-time) ease-in-out}.col-type-video .video-play::before{content:" \f04b";font-family:"Font Awesome 6 Sharp Regular";font-weight:400;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:background-color var(--transition-time) ease-in-out,color var(--transition-time) ease-in-out;font-size:16px;width:146px;height:70px;border-radius:5px;line-height:70px;text-align:center;box-sizing:border-box;display:block;cursor:pointer;padding-left:3px;background-color:var(--sprout-green);color:var(--forest-green)!important}@media (max-width:768px){.col-type-video .video-play::before{width:100px;height:100px;line-height:100px;border-radius:100px;top:50%;left:50%;transform:translate(-50%,-50%)}}.col-type-video .video-play:hover::before{background-color:var(--forest-green);color:var(--dove-white)!important}.video-poster::after{background-color:rgba(0,0,0,.4)}