﻿.slider{position:relative;display:flex;align-items:center}.slider__button-left{display:none;position:absolute;width:auto;font-size:2rem;color:#fff;left:-1rem}.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}.slider__item{width:280px;flex-shrink:0;scroll-snap-align:center}.slider__shadow{background:linear-gradient(to right, rgba(1, 7, 65, 0), #010741);width:17.75%;height:calc(100% + 2px);position:absolute;right:-1px;top:-1px}.slider__button-right{display:none;position:absolute;color:#fff;font-size:2rem;right:-1rem}.slider__item-single>:first-child{width:100%}@media(min-width: 609px){.slider .slider__scroll.slider__item-two{display:grid;grid-template-columns:repeat(2, 1fr)}.slider .slider__scroll.slider__item-two>:nth-child(-n+2){width:auto}}@media screen and (min-width: 768px){.slider{display:flex;gap:1.5rem}.slider__scroll{gap:1.5rem}.slider__button-right{right:-2rem}.slider__button-left{left:-2rem}}@media screen and (min-width: 1024px){.slider__item{width:inherit}.slider--hidden-md .slider__scroll{display:grid;grid-template-columns:repeat(4, 1fr)}.slider .slider__scroll.slider__item-single,.slider .slider__scroll.slider__item-two{display:grid;grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 1600px){.slider__button-right{font-size:3rem;right:-72px;width:auto;height:3rem}.slider__button-left{font-size:3rem;left:-72px;width:auto;height:3rem}}.button{cursor:pointer;padding:11px 32px;background-color:#0a5cf5;border:1px solid #0a5cf5;border-radius:.25rem;color:#fff;display:flex;height:fit-content;width:max-content;justify-content:center;font-size:1rem;font-style:normal;font-weight:600;line-height:1.5rem;text-align:center;text-decoration-line:none;transition:background-color .3s,color .3s}.button:hover,.button:focus{background-color:#fff;color:#0a5cf5}.modal{display:none;position:fixed;justify-content:center;align-items:center;z-index:99999;background-color:rgba(0,0,0,.3019607843);top:0;left:0;width:100vw;height:100vh}.modal-video{width:100%}.modal-video .modal__body{padding:2.25rem 0 0 !important;background:#001c47}.modal-video .modal__close{display:flex;align-items:center;gap:.75rem;top:7px !important;right:12px !important;color:#fff}.modal-video .modal__close{font-size:14px;line-height:24px;font-weight:100}.modal__inner{position:relative;margin:auto;width:95%;height:auto;max-width:1000px;background-color:#fff}.modal__header{width:100%;padding:16px;background-color:#0a5cf5;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__footer{width:100%;padding:16px;background-color:#f4f6fd;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 button.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}@media screen and (min-width: 1024px){.video-cards{padding:5rem 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(2, 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;min-height:360px;border-radius:.5rem}@media screen and (min-width: 1024px){.video-cards__item{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:before{content:""}.video-cards__item--image{position:relative;left:0;top:0;width:100%;height:9.8125rem;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--iconplay{color:#fff;position:absolute;left:50%;top:20%;transform:translate(-50%, -50%);font-size:80px}@media screen and (min-width: 1024px){.video-cards__item--iconplay{top:50%}}.video-cards__item--iconplay::before{content:""}/*# sourceMappingURL=style.css.map */
