.section__video .no-scroll{overflow:hidden;height:100%}.section__video__content{display:flex;flex-direction:column;gap:30px}.section__video__content__category__items{display:grid;grid-template-columns:repeat(1,1fr);gap:15px}.section__video__content__category__title{font-size:24px;font-weight:500;color:#707070;margin-bottom:5px}.section__video__content__category__item__card{cursor:pointer;overflow:hidden;position:relative;border-radius:20px;border:solid 1px #E7E3DB;transition:all .2s linear;height:100%}.section__video__content__category__item__card__thumbnail{display:block;width:100%;max-height:300px;object-fit:cover}.section__video__content__category__item__card:hover{box-shadow:0 8px 20px #00000026}.section__video__content__category__item__card__date-pdf{position:relative;display:flex;padding-block:15px;border-bottom:1px solid #b4b4b4;margin-inline:15px}.section__video__content__category__item__card__date{width:100%;font-size:16px;font-weight:700;color:#6d6f72;text-align:center}.section__video__content__category__item__card__pdf{position:absolute;right:0;top:50%;transform:translateY(-50%);border:1px solid transparent;width:40px;transition:background-color .3s ease,box-shadow .3s ease;border-radius:10px;padding:2px}.section__video__content__category__item__card__pdf img{transition:filter .3s ease}.section__video__content__category__item__card__pdf:hover{background-color:#00a7e7;box-shadow:0 0 5px #00000026}.section__video__content__category__item__card__pdf:hover img{filter:brightness(3)}.section__video__content__category__item__card__name{font-size:14px;font-weight:700;color:#08698b;text-transform:uppercase;text-align:center;margin:15px}.section__video__content__category__item__video{display:none;position:fixed;inset:0;background-color:#000000d9;justify-content:center;align-items:center;z-index:1000}.section__video__content__category__item__video .close-button{position:absolute;top:20px;right:20px;cursor:pointer;z-index:1001;width:20px;height:20px}.section__video__content__category__item__video .banner__video{width:80%}.section__video__content__category__item__video.is-active{display:flex}@media (min-width: 768px){.section__video__content__category__items{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.section__video__content__category__items{grid-template-columns:repeat(4,1fr)}.section__video__content__category__title{font-size:28px}.section__video__content__category__item__card__thumbnail{max-height:350px}.section__video__content__category__item__card__date{font-size:18px}.section__video__content__category__item__card__name{font-size:16px}.section__video__content__category__item__video .close-button{top:40px;right:40px;width:40px;height:40px}.section__video__content__category__item__video .banner__video{width:50%}}
