.hero{align-items:center;display:flex;height:100vh;min-height:60rem;overflow:hidden;position:relative;width:100%}.hero__slider{z-index:1}.hero__slider,.hero__slider:after{height:100%;left:0;position:absolute;top:0;width:100%}.hero__slider:after{background:linear-gradient(0deg,rgba(0,0,0,.2),#000);content:"";z-index:2}.hero__slide{animation:heroFade 30s linear infinite;background-position:50%;background-size:cover;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.hero__slide:first-child{animation-delay:0s}.hero__slide:nth-child(2){animation-delay:10s}.hero__slide:nth-child(3){animation-delay:20s}.hero__wrapper{color:#fff;position:relative;width:100%;z-index:10}.hero__content{display:flex;flex-direction:column;gap:2.4rem;max-width:110rem}@media(min-width:1024px){.hero__content h1{font-size:7.2rem}}.hero__content p{max-width:74rem}@keyframes heroFade{0%{opacity:0;transform:scale(1.5)}5%{opacity:1}33%{opacity:1}38%{opacity:0;transform:scale(1)}to{opacity:0}}html.high-contrast .hero__slide{filter:grayscale(1)}html.high-contrast .hero__content{color:#ffed00}.cta{background-color:#000;color:#fff}.cta__wrapper{display:flex;flex-direction:column;gap:4rem;padding:6.4rem 0}@media(min-width:1024px){.cta__wrapper{flex-direction:row;gap:8rem;padding:12.8rem 0}}.cta__content{display:flex;flex-direction:column;gap:4.8rem}.cta__content-buttons{display:flex;gap:1.6rem}.cta__content-buttons a{text-decoration:none}html.high-contrast .cta{background-color:#000;color:#ffed00}.active-courses{background:linear-gradient(180deg,#eee,hsla(0,0%,100%,0));padding:6.4rem 0}@media(min-width:1024px){.active-courses{padding:12.8rem 0}}.active-courses__wrapper{display:flex;flex-direction:column;gap:4rem}@media(min-width:1024px){.active-courses__wrapper{gap:8rem}}.active-courses__header{display:grid;gap:4rem;grid-template-columns:1fr}@media(min-width:1024px){.active-courses__header{gap:8rem;grid-template-columns:1fr 1fr}}.active-courses__header-title p{color:#666;font-weight:600;margin-bottom:1.6rem}.active-courses__header-text{color:#444}.active-courses__list{display:grid;gap:3.2rem;grid-template-columns:1fr}.active-courses__item:nth-child(2n) .active-courses__item-image{order:2}.active-courses__item:nth-child(2n) .active-courses__item-content{order:1}.active-courses .course-card{background:linear-gradient(180deg,#f2f2f2,hsla(0,0%,95%,0));border:1px solid rgba(0,0,0,.1);border-radius:1.6rem;box-shadow:0 12px 16px -4px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.03);display:grid;gap:6.4rem;grid-template-columns:1fr;overflow:hidden;padding:1.6rem;position:relative;transition:all .3s ease-out;z-index:1}@media(min-width:1024px){.active-courses .course-card{grid-template-columns:1fr 1fr}}.active-courses .course-card:before{background-color:#fff;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease-out;width:100%;z-index:-1}.active-courses .course-card__image{display:none}@media(min-width:1024px){.active-courses .course-card__image{display:block}}.active-courses .course-card__image img{border-radius:1.6rem;height:100%;object-fit:cover;width:100%}.active-courses .course-card__content{display:flex;flex-direction:column;gap:2.4rem}@media(min-width:1024px){.active-courses .course-card__content{padding:1.6rem}}.active-courses .course-card__header{align-items:center;display:flex;gap:2.4rem}.active-courses .course-card__header-icon{color:#666}.active-courses .course-card__header-icon svg{height:7.2rem;width:7.2rem}.active-courses .course-card__info{background-color:rgba(0,0,0,.05);display:flex;flex-direction:column;gap:.8rem;justify-content:space-between;padding:.8rem 1.6rem}@media(min-width:768px){.active-courses .course-card__info{align-items:center;flex-direction:row}}.active-courses .course-card__body{display:flex;flex-direction:column;gap:1.6rem}.active-courses .course-card__body p{display:flex;flex-direction:column}.active-courses .course-card__footer{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-top:auto}@media(min-width:768px){.active-courses .course-card__footer{justify-content:flex-end}}.active-courses .course-card__footer .btn{color:#fff}.active-courses .course-card__footer a{text-decoration:none}.active-courses .course-card__footer .link{color:#084374;font-weight:500}.active-courses .course-card__footer .link:after{background-color:#084374}.active-courses .course-card__footer-link{padding:2rem}.active-courses .course-card:hover{box-shadow:none}.active-courses .course-card:hover:before{opacity:1}.active-courses__no-results{color:#444;font-size:1.8rem;margin-top:6.4rem;text-align:center}.active-courses__footer-action{display:flex;justify-content:flex-end}.active-courses__footer-action .link{align-items:center;color:#084374;display:flex;font-weight:500;gap:1rem}.active-courses__footer-action .link:after{background-color:#084374}html.high-contrast .active-courses{background:#000}html.high-contrast .active-courses__header,html.high-contrast .active-courses__header-text,html.high-contrast .active-courses__header-title p{color:#ffed00!important}html.high-contrast .active-courses .course-card{background:#000;border:2px solid #ffed00}html.high-contrast .active-courses .course-card:before{display:none}html.high-contrast .active-courses .course-card__image img{filter:grayscale(100%)}html.high-contrast .active-courses .course-card__header,html.high-contrast .active-courses .course-card__header-icon{color:#ffed00}html.high-contrast .active-courses .course-card__info{background-color:#000;border:1px solid #ffed00;color:#ffed00}html.high-contrast .active-courses .course-card__body p{color:#ffed00}html.high-contrast .active-courses .course-card:hover{box-shadow:none}html.high-contrast .active-courses .course-card:hover:before{opacity:0}html.high-contrast .active-courses__no-results{color:#ffed00}.about-section--container{background:linear-gradient(180deg,#eee,hsla(0,0%,100%,0))}.about-section__wrapper{padding:6.4rem 0}@media(min-width:1024px){.about-section__wrapper{padding:12.8rem 0}}.about-section__header{display:grid;gap:4rem;grid-template-columns:1fr}@media(min-width:1024px){.about-section__header{align-items:center;gap:8rem;grid-template-columns:1fr 1fr}}.about-section__header-content{display:flex;flex-direction:column}.about-section__header-content span{color:#666}.about-section__header-content h2{margin-bottom:2.4rem;margin-top:1.6rem}.about-section__header-link{align-items:center;display:flex;justify-content:flex-end}.about-section__header-link .link{align-items:center;color:#084374;display:flex;font-weight:500;gap:1rem}.about-section__header-link .link:after{background-color:#084374}.about-section__cards{display:grid;grid-template-columns:1fr;margin-bottom:4rem;margin-top:4rem}@media(min-width:768px){.about-section__cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.about-section__cards{grid-template-columns:repeat(4,1fr);margin-bottom:8rem;margin-top:8rem}}.about-section__card{background:linear-gradient(180deg,#eee,hsla(0,0%,100%,0));background-clip:padding-box;border:1px solid transparent;border-radius:1.6rem;display:flex;flex-direction:column;padding:3.2rem;position:relative}.about-section__card:before{background:linear-gradient(180deg,#aaa,hsla(0,0%,100%,0));border-radius:inherit;bottom:0;content:"";left:0;margin:-1px;position:absolute;right:0;top:0;z-index:-1}.about-section__card{border-bottom-left-radius:0;border-bottom-right-radius:0}@media(min-width:768px){.about-section__card:first-child{border-top-right-radius:0}.about-section__card:nth-child(2){border-top-left-radius:0}}@media(min-width:1024px){.about-section__card:nth-child(2){border-top-right-radius:0}}@media(min-width:768px){.about-section__card:nth-child(3){border-top-right-radius:0}}@media(min-width:1024px){.about-section__card:nth-child(3){border-top-left-radius:0}}@media(min-width:768px){.about-section__card:nth-child(4){border-top-left-radius:0}}.about-section__card-icon{color:#666}.about-section__card-content .h5{margin-bottom:1.6rem;margin-top:2.4rem}.about-section__card-link{align-items:center;display:flex;justify-content:flex-end;margin-top:auto}.about-section__card-link .link{color:#084374;font-weight:500;margin-top:2.4rem}.about-section__card-link .link:after{background-color:#084374}.about-section__buttons{align-items:center;display:flex;gap:1.6rem;justify-content:center}.about-section__buttons .btn{color:#fff;text-decoration:none}.about-section__video{aspect-ratio:16/9;margin:0 auto;max-height:108rem;overflow:hidden;position:relative;width:100%}.about-section__video-trigger{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:2.4rem;padding:0;transition:transform .3s ease}.about-section__video-trigger:hover{transform:scale(1.05)}.about-section__video-cover{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.about-section__video-overlay{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:2}.about-section__video-play{align-items:center;border-radius:50%;display:flex;height:8rem;justify-content:center;left:.2rem;position:relative;width:8rem}.about-section__video:after{background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4));content:"";height:100%;left:0;position:absolute;top:0;width:100%}.video-lightbox{align-items:center;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:2000}.video-lightbox.is-active{opacity:1;visibility:visible}.video-lightbox__overlay{background-color:rgba(0,0,0,.9);height:100%;left:0;position:absolute;top:0;width:100%}.video-lightbox__content{max-width:120rem;position:relative;width:90%;z-index:1}.video-lightbox__close{background:none;border:none;color:#fff;cursor:pointer;padding:.8rem;position:absolute;right:0;top:-4.8rem}.video-lightbox__close svg{height:3.2rem;width:3.2rem}.video-lightbox__video-wrapper{background-color:#000;height:0;padding-bottom:56.25%;position:relative}.video-lightbox__video-wrapper video{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}html.high-contrast .about-section--container{background:#000}html.high-contrast .about-section__header,html.high-contrast .about-section__header-content span{color:#ffed00}html.high-contrast .about-section__card{background:#000;border:1px solid #ffed00}html.high-contrast .about-section__card:before{display:none}html.high-contrast .about-section__card-content,html.high-contrast .about-section__card-icon{color:#ffed00}html.high-contrast .about-section__video{aspect-ratio:16/9;margin:0 auto;max-height:108rem;overflow:hidden;position:relative;width:100%}html.high-contrast .about-section__video-cover{filter:grayscale(1)}html.high-contrast .about-section__video-trigger{background-color:#000;color:#ffed00;padding:1rem}html.high-contrast .about-section__video:after{display:none}html.high-contrast .video-lightbox__close{border:1px solid #ffed00;color:#ffed00}.news-section{background:linear-gradient(180deg,#eee,hsla(0,0%,100%,0));padding:6.4rem 0}@media(min-width:1024px){.news-section{padding:12.8rem 0}}.news-section__wrapper{display:flex;flex-direction:column;gap:4rem}@media(min-width:1024px){.news-section__wrapper{gap:6rem}}.news-section__header{align-items:flex-start;display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.news-section__header{align-items:center;flex-direction:row;justify-content:space-between}}.news-section__header-left{display:flex;flex-direction:column;gap:1.6rem}.news-section__label{color:#666}.news-section__link{align-items:center;color:#084374;display:flex;font-weight:600;gap:1rem;text-decoration:none}.news-section__link:after{background-color:#084374}.news-section__grid{display:grid;gap:3rem;grid-template-columns:1fr}@media(min-width:768px){.news-section__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.news-section__grid{grid-template-columns:repeat(3,1fr)}}.news-card{height:100%}.news-card__link{background:linear-gradient(180deg,#f2f2f2,hsla(0,0%,95%,0));border:1px solid rgba(0,0,0,.1);border-radius:1.6rem;box-shadow:0 12px 16px -4px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.03);display:flex;flex-direction:column;gap:3.2rem;height:100%;overflow:hidden;padding:1.6rem;position:relative;text-decoration:none;transition:all .3s ease-out;z-index:1}@media(max-width:640px){.news-card__link{padding:.8rem}}.news-card__link:before{background-color:#fff;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease-out;width:100%;z-index:-1}.news-card__link:hover{box-shadow:none}.news-card__link:hover:before{opacity:1}.news-card__image{aspect-ratio:16/10;overflow:hidden;position:relative}.news-card__image img{border-radius:1.6rem;height:100%;object-fit:cover;width:100%}.news-card__content{display:flex;flex-direction:column;flex-grow:1;gap:2.4rem;padding:0 1.6rem 3.2rem}@media(max-width:640px){.news-card__content{gap:1.6rem;padding:0 .8rem 1.6rem}}.news-card__date{color:#666}.news-card__excerpt{color:#444}html.high-contrast .news-section{background:#000!important;color:#ffed00}html.high-contrast .news-section__label,html.high-contrast .news-section__link,html.high-contrast .news-section__title{color:#ffed00!important}html.high-contrast .news-section__link:after{background-color:#ffed00!important}html.high-contrast .news-section__link:hover{background-color:#ffed00;color:#000!important}html.high-contrast .news-section__link:hover:after{background-color:#000!important}html.high-contrast .news-card__link{background:#000;border:1px solid #ffed00;box-shadow:none}html.high-contrast .news-card__link:before{display:none}html.high-contrast .news-card__link:hover{background-color:#ffed00}html.high-contrast .news-card__link:hover .news-card__date,html.high-contrast .news-card__link:hover .news-card__excerpt p,html.high-contrast .news-card__link:hover .news-card__title{color:#000!important}html.high-contrast .news-card__image img{filter:grayscale(100%)}html.high-contrast .news-card__date,html.high-contrast .news-card__excerpt p,html.high-contrast .news-card__title{color:#ffed00!important}
/*# sourceMappingURL=home.min.6b9938e47294b4d0e3d9.css.map*/