.banner{position:relative;height:calc(100lvh - 15rem)}.banner.parent-size{height:100%;width:100%}@media (min-width:768px){.banner{height:calc(100lvh - 5rem)}}.banner .banner-text-container{pointer-events:none;color:#fff;position:absolute;bottom:3rem;left:1rem;transition-duration:.2s;opacity:1;width:80vw}@media (min-width:768px){.banner .banner-text-container{left:3rem;width:30vw}}.banner .banner-text-container.inactive{opacity:0}.banner .banner-text-container .title{font-size:1.5rem;font-weight:100;padding:1rem 0}.banner .banner-text-container .sub-title{font-size:1rem;font-weight:300}.banner .banner-text-container .desc{margin-top:3rem;font-size:1rem}.banner .bottom-line-bullets{position:absolute;bottom:0;left:0;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:1px;width:100%}.banner .bottom-line-bullets .bullet{flex-grow:1;width:1rem;height:2px;background-color:#000;opacity:0;transition:.2s}.banner .bottom-line-bullets .bullet.active{opacity:1}