.frontpage__content{display:flex;flex-direction:column;width:100%;height:auto;padding:5vh 7vw;gap:100px}.frontpage__section{width:100%;display:flex;flex-direction:column;justify-content:start;align-items:start}.section__heading{text-transform:uppercase;width:100%;height:120px;display:flex;flex-direction:column;justify-content:start;align-items:start;gap:15px}.section__title{color:#216487}.section__subtitle{position:relative}.section__subtitle:after{content:"";position:absolute;background-color:#111;width:100px;height:1px;position:absolute;bottom:-20px;left:0}.section__heading--center{text-transform:uppercase;width:100%;height:120px;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:15px;position:relative}.section__subtitle--center{position:relative;width:100%;text-align:center}.section__subtitle--center:after{content:"";background-color:#111;position:absolute;width:100px;height:1px;bottom:-20px;left:50%;transform:translateX(-50%)}.section__cta{display:flex;width:100%;padding:10px 0;justify-content:end}.cta__link{text-decoration:underline;color:#216487}.events__link,.blogs__link,.news__link{color:#216487;text-transform:uppercase;display:flex;gap:10px;align-items:center;justify-content:start}.events__link svg path,.blogs__link svg path,.news__link svg path{stroke:#216487}.aboutus__section__content{display:flex;align-items:center;width:100%}.aboutus__overview__desc{display:flex;flex-direction:column;width:100%;gap:10px}.table{border-collapse:collapse}.table td{border:1px solid #000;padding:10px}.table tr:first-child td{border-top:0}.table tr:last-child td{border-bottom:0}.table tr td:first-child{border-left:0}.table tr td:last-child{border-right:0}.aboutus__image__wrapper{display:flex}.aboutus__cta{display:flex;justify-content:start;width:100%;height:100%}.aboutus__cta__link{padding:10px 17px;background-color:#216487;border:.5px solid #216487;color:#fff;transition:.6s}.aboutus__cta__link:hover{padding:10px 17px;border:.5px solid #216487;background-color:#fff;color:#216487;transition:.6s}.news__section__content{display:flex;flex-flow:row wrap;justify-content:space-between;align-content:space-between;width:100%;height:80vh}.news__card{width:49%;height:48%;display:flex;flex-direction:row;border:.5px solid gray}.news__card__image{width:40%;height:100%}.news__card__image img{width:100%;height:100%;object-fit:cover}.news__card__content{width:60%;height:100%;padding:10px 15px;display:flex;flex-direction:column;justify-content:start;gap:50px}.news__headline{display:flex;flex-direction:column;height:30%;justify-content:space-between}.news__headline h6{display:flex;justify-content:start;align-items:center;gap:7px;color:gray}.news__desc{display:flex;flex-direction:column;height:70%;justify-content:space-between}.events__section__content{display:flex;flex-direction:column;gap:15px;width:100%;height:60vh;flex-flow:column wrap;justify-content:space-between}.events__list{width:100%;height:48%;border:.5px solid gray;display:flex;flex-direction:row}.events__list__image{width:25%;height:100%}.events__list__image img{width:100%;height:100%;object-fit:cover}.events__list__content{display:flex;flex-direction:column;justify-content:space-evenly}.events__details{list-style-type:none;display:flex;flex-direction:column}.events__details li{display:flex;flex-direction:row;justify-content:start;align-items:center;color:gray}.blogs__section__content{width:100%;height:80vh;display:flex;flex-direction:row;justify-content:space-between}.blogs__main__card{width:100%;height:100%;border:.5px solid gray}.main__card__image{width:100%;height:60%}.main__card__image img{width:100%;height:100%;object-fit:cover}.main__card__content{padding:2.5% 3%;width:100%;height:40%;display:flex;flex-direction:column;justify-content:space-between}.main__card__content__button a{color:#216487;text-transform:uppercase}.main__card__content__detail{width:100%;display:flex;justify-content:space-between}.main__card__content__detail span{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;color:gray}.blogs__list__wrapper{width:49%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.blog__list{width:100%;height:calc(100%/3 - 2%);border:.5px solid gray;display:flex;flex-direction:row;justify-content:space-between}.blog__list__image{width:40%;height:100%}.blog__list__image img{width:100%;height:100%;object-fit:cover}.blog__list__content{width:60%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:10px}.blog__list__content__detail{display:flex;flex-direction:column;gap:15px}.blog__list__content__detail span{display:flex;flex-direction:row;justify-content:start;align-items:center;color:gray;gap:10px}.newsletter__section__content{width:100%;height:auto;display:flex;flex-direction:column;gap:30px}.newsletter__benefits{list-style-type:none;display:flex;flex-direction:column;gap:10px}.newsletter__benefits li{display:flex;flex-direction:row;gap:15px;justify-content:start;align-items:center}.newsletter__benefits li span{display:flex;justify-content:center;align-items:center}.newsletter__subscription__form{display:flex;width:300px;align-items:center;height:40px;position:relative}.email__field{height:100%;width:300px;padding:0 0 0 .5rem;color:#111;font-size:15px;border:.5px solid #216487;border-radius:7px;background-color:transparent}.button__subscribe{height:70%;padding:0 .25rem;border:none;border-radius:7px;background-color:#216487;font-size:15px;cursor:pointer;transition:background-color .3s ease-in-out;position:absolute;right:.25rem;display:flex;justify-content:center;align-items:center}.button__subscribe svg path{stroke:#fff}@media (min-width:992px){.w-lg-auto{width:auto !important}.rounded-lg-0{border-radius:0 !important}}