﻿.card__item{padding:1rem;border-radius:.5rem;display:flex;flex-direction:column;gap:.62rem}.card__img{aspect-ratio:3/4;width:100%;object-fit:cover;border-radius:.5rem;max-height:18rem}.card__tag{position:absolute;top:0;left:0;background-color:#010741;padding:.5rem 1rem;color:#fff;border-top-left-radius:.5rem;font-family:"Proeduca",Helvetica,sans-serif;font-size:1.125rem;font-style:normal;line-height:1.25rem;font-weight:600}.card__head{display:flex;flex-direction:column;gap:.5rem}.card__icon{color:#0098cd;font-size:2rem}.card__icon-small{color:#0098cd;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 .5rem}.card__bottom{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);padding:1rem;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;color:#fff;font-family:"Proeduca",Helvetica,sans-serif;font-size:1rem;font-style:normal;line-height:1.5rem;font-weight:500}@media screen and (min-width: 768px){.card__item{padding:1.5rem;max-width:296px}.card__icon{font-size:3rem}.card__icon-small{margin:0 1rem}}.button{cursor:pointer;padding:11px 32px;background-color:#0098cd;border:1px solid #0098cd;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:#0098cd}.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:#0098cd;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-card{padding-block:3rem}@media screen and (min-width: 768px){.video-card{padding-block:5rem}}.video-card__container{display:flex;justify-content:center;align-items:normal;flex-direction:column-reverse;gap:1.5rem}@media screen and (min-width: 768px){.video-card__container{gap:3rem;flex-direction:row}}.video-card__box{flex:1}.video-card__text{order:2}@media screen and (min-width: 768px){.video-card__text__invert{order:1}}.video-card__video{order:1;position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:0;width:100%;min-height:100%;border-radius:.5rem;padding:0;aspect-ratio:4/3}@media screen and (min-width: 768px){.video-card__video{min-height:360px;padding:1rem;aspect-ratio:auto}}.video-card__video:hover{cursor:pointer}.video-card__video:hover .video-card__video__overlay{background:linear-gradient(180deg, rgba(0, 28, 71, 0) 0%, rgb(0, 28, 71) 100%);height:100%}.video-card__video:hover .video-card__video__description{height:fit-content;margin-top:.5rem}.video-card__video:hover .video-card__video__iconplay:before{content:""}@media screen and (min-width: 768px){.video-card__video__invert{order:2}}.video-card__video__image{position:relative;left:0;top:0;width:100%;height:100%;object-fit:cover;border-radius:.5rem;margin-bottom:0;aspect-ratio:4/3}@media screen and (min-width: 768px){.video-card__video__image{height:9.8125rem;position:absolute;height:100%;margin-bottom:0;aspect-ratio:auto;margin-bottom:1.5rem}}.video-card__video__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: 768px){.video-card__video__overlay{width:100%;height:50%}}.video-card__video__title{font-size:18px;line-height:28px;font-weight:600;color:#000;z-index:1;display:none}@media screen and (min-width: 768px){.video-card__video__title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#fff}}.video-card__video__description{font-size:16px;line-height:22px;font-weight:300;color:#000;z-index:1;display:none}@media screen and (min-width: 768px){.video-card__video__description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:0;overflow:hidden;color:#fff}}.video-card__video__iconplay{color:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:80px}.video-card__video__iconplay::before{content:""}.video-card__title{font-size:1.75rem;line-height:2rem;font-weight:600;font-style:normal;color:#000;margin-bottom:1.5rem}@media screen and (min-width: 768px){.video-card__title{font-size:2.375rem;line-height:3rem}}.video-card__content>p{font-size:1rem;line-height:1.5rem;font-weight:400;font-style:normal;color:#566077;margin-bottom:1.5rem}.video-card__content>p:last-of-type{margin-bottom:0}/*# sourceMappingURL=style.css.map */
