.slider{position:relative;display:flex;flex-direction:column;gap:1.5rem}.slider__scroll{display:flex;flex-direction:row;gap:1rem;overflow-x:scroll;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;width:100%;justify-content:stretch;padding:0 1rem}.slider__item{flex-shrink:0;scroll-snap-align:center}.slider__item:last-child{margin-right:1px}@media screen and (min-width: 768px){.slider__scroll{gap:1rem;padding:0 2rem}}@media screen and (min-width: 1024px){.slider--hidden-md .slider__scroll{display:grid;gap:1rem;grid-template-columns:repeat(4, 1fr)}}@media screen and (max-width: 1023px){.slider--hidden-from-md .slider__scroll{display:grid;gap:1rem;grid-template-columns:repeat(4, 1fr)}}.button{background:rgba(0,0,0,0);border:none;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-style:normal;line-height:1.1875rem;font-weight:700;color:#0a5cf5}.button i{font-size:1.5rem;font-size:700}.modal{display:none;position:fixed;justify-content:center;align-items:center;z-index:99999;background-color:rgba(0,0,0,.5843137255);top:0;left:0;width:100vw;height:100vh}.modal-video{width:100%}.modal-video .modal__body{padding:2.5rem 0 0 !important;background:#001c47;border-radius:1rem;overflow:hidden}.modal-video .modal__close{display:flex;align-items:center;gap:.75rem;top:10px !important;right:20px !important;color:#fff;font-size:14px;line-height:24px;font-weight:100;background-color:rgba(0,0,0,0);border:none}.modal-video .modal__close:hover{cursor:pointer}.modal__inner{position:relative;margin:auto;width:95%;height:auto;max-width:1000px;background-color:rgba(0,0,0,0)}.modal__header{width:100%;padding:16px;background-color:#001c47;font-size:24px;line-height:32px;font-weight:600;color:#fff}.modal__body{display:flex;flex-direction:column;row-gap:1.5rem;padding:16px;width:100%;height:auto;max-height:80vh}.modal__body__content{aspect-ratio:16/8}.modal__footer{width:100%;padding:16px;display:flex;justify-content:flex-end}.modal.is-open{z-index:99;display:flex}.modal.is-show{display:flex;animation:opac 1s}@keyframes opac{from{opacity:0}to{opacity:1}}@media screen and (min-width: 768px){.modal__inner{width:80%}.modal__header{padding:24px 32px;font-size:32px;line-height:40px}.modal__body{padding:32px}}.modal.template-white .modal__close{position:absolute;top:48px;right:48px}.modal.template-white .modal__body{padding:48px}.modal.template-white .form{overflow-y:auto;overflow-x:hidden}.modal.template-white .form::-webkit-scrollbar{width:3px}.modal.template-white .form::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:5px}.modal.template-white .form::-webkit-scrollbar-thumb{background:#fff;border-radius:5px}.video-cards{padding:3rem 0 0}.video-cards__container.container{display:flex;flex-direction:column;gap:1.5rem;padding-left:0;padding-right:0;justify-content:flex-start}@media screen and (min-width: 768px){.video-cards__container.container{padding-left:2rem;padding-right:2rem}}.video-cards__head{display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;padding-inline:1rem}@media screen and (min-width: 768px){.video-cards__head{padding-inline:0}}.video-cards__title{font-size:38px;line-height:48px;font-weight:600}.video-cards__description{font-size:16px;line-height:24px;font-weight:400}.video-cards__scroll.slider__scroll{grid-template-columns:repeat(1, 1fr);padding-inline:1rem}@media screen and (min-width: 768px){.video-cards__scroll.slider__scroll{padding-inline:0}}.video-cards__item{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0;border-radius:.5rem}@media screen and (min-width: 1024px){.video-cards__item{min-height:480px;padding:1rem;justify-content:flex-end}}.video-cards__item:hover{cursor:pointer}.video-cards__item:hover .video-cards__item--overlay{background:linear-gradient(180deg, rgba(0, 28, 71, 0) 0%, rgb(0, 28, 71) 100%);height:100%}.video-cards__item:hover .video-cards__item--description{height:fit-content}.video-cards__item:hover .video-cards__item--iconplay.-icon-play-circle-2{opacity:0}.video-cards__item:hover .video-cards__item--iconplay.-icon-play-circle-fill-3{opacity:1}.video-cards__item:hover .video-cards__item--icon.--play{opacity:0}.video-cards__item:hover .video-cards__item--icon.--play-fill{opacity:1}.video-cards__item--image{position:relative;left:0;top:0;width:100%;height:192px;object-fit:cover;border-radius:.5rem;margin-bottom:1.5rem}@media screen and (min-width: 1024px){.video-cards__item--image{position:absolute;height:100%;margin-bottom:0}}.video-cards__item--overlay{position:absolute;width:0;height:0;left:0;bottom:0;background:linear-gradient(180deg, rgba(0, 28, 71, 0) 0%, rgba(0, 28, 71, 0.8) 100%);border-radius:.5rem}@media screen and (min-width: 1024px){.video-cards__item--overlay{width:100%;height:50%}}.video-cards__item--title{font-size:18px;line-height:28px;font-weight:600;color:#000;z-index:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width: 1024px){.video-cards__item--title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#fff}}.video-cards__item--description{font-size:16px;line-height:22px;font-weight:300;margin-top:.75rem;color:#000;z-index:1;height:fit-content;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width: 1024px){.video-cards__item--description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:0;overflow:hidden;color:#fff}}.video-cards__item--icon{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:9}.video-cards__item--icon.--play{opacity:1}.video-cards__item--icon.--play-fill{opacity:0}.video-cards__item--iconplay{color:#fff;position:absolute;left:50%;top:25%;transform:translate(-50%, -50%);font-size:80px}@media screen and (min-width: 1024px){.video-cards__item--iconplay{top:50%}}.video-cards__item--iconplay.-icon-play-circle-2{opacity:1}.video-cards__item--iconplay.-icon-play-circle-fill-3{opacity:0}/*# sourceMappingURL=style.css.map */
