@keyframes slideFromLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes slideFromRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.main-heading{display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,#eff5f8,#d5e4eb);padding-top:calc(67px + var(--header-height))}.main-heading h1{font-size:clamp(16px,5vw,56px);line-height:1.2;max-width:90%;text-align:center;word-break:break-word;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}@media screen and (max-width:1200px){.main-heading{padding-top:calc(17px + var(--header-height))}}@media screen and (max-width:680px){.main-heading{padding-top:calc(24px + var(--header-height))}}.title-animation{text-align:center;margin-bottom:40px;overflow:hidden}.title-animation.left-to-right{animation:slideFromLeft .4s ease-out}.title-animation.right-to-left{animation:slideFromRight .4s ease-out}@media screen and (max-width:1200px){.title-animation{margin-bottom:26px}}@media screen and (max-width:680px){.title-animation{margin-bottom:30px}}.banners-swiper{width:100%;margin-bottom:var(--video-margin-bottom);height:var(--video-height)}@media screen and (max-width:1310px){.banners-swiper{height:calc(var(--video-height) + 45px)}}.banners-swiper .swiper-slide{height:var(--video-height)}.banners-swiper .swiper-slide .banner-card-container{display:flex;flex-direction:column;position:relative;justify-content:center;align-items:center;width:100%;height:100%}.banners-swiper .swiper-slide .banner-card-container .banner-container img,.banners-swiper .swiper-slide .banner-card-container .banner-container video{display:flex;object-fit:cover;width:-moz-fit-content;width:fit-content;justify-self:center;border-radius:30px;box-shadow:0 0 6px rgba(0,0,0,.149);max-width:70vw;aspect-ratio:var(--video-aspect-ratio);height:var(--video-height)}@media screen and (max-width:680px){.banners-swiper .swiper-slide .banner-card-container .banner-container img,.banners-swiper .swiper-slide .banner-card-container .banner-container video{border-radius:5px;box-shadow:0 4px 4px 0 rgba(0,0,0,.251);max-width:90vw}}.banners-swiper .swiper-button-next{background-repeat:no-repeat;background-size:contain;background-position:50%;color:#0b3c6e;background-image:url(/_next/static/media/rightArrow.af3edd73.svg)!important;right:10vw}.banners-swiper .swiper-button-next:after{display:none}@media screen and (max-width:1310px){.banners-swiper .swiper-button-next{margin-top:calc(0px - var(--swiper-navigation-size)/2 - 25px)}}@media screen and (max-width:680px){.banners-swiper .swiper-button-next{display:none}}@media screen and (max-width:1200px){.banners-swiper .swiper-button-next{right:8vw}}.banners-swiper .swiper-button-prev{background-repeat:no-repeat;background-size:contain;background-position:50%;color:#0b3c6e;background-image:url(/_next/static/media/leftArrow.77e0cbf2.svg)!important;left:10vw}.banners-swiper .swiper-button-prev:after{display:none}@media screen and (max-width:1310px){.banners-swiper .swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2 - 25px)}}@media screen and (max-width:680px){.banners-swiper .swiper-button-prev{display:none}}@media screen and (max-width:1200px){.banners-swiper .swiper-button-prev{left:8vw}}.banners-swiper .swiper-pagination-bullet{background:#d3e0eb;opacity:1}.banners-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#0b3c6e}