.banner-module{position:relative;display:grid;grid-template-rows:1fr auto;height:var(--banner-height-desktop, auto);overflow:hidden;color:inherit;padding-top:var(--mod-pt-desktop, 96px);padding-bottom:var(--mod-pb-desktop, 96px);background-color:var(--banner-bg, transparent)}@media (max-width: 991.98px){.banner-module{height:var(--banner-height-tablet, auto);padding-top:var(--mod-pt-tablet, 72px);padding-bottom:var(--mod-pb-tablet, 72px)}}@media (max-width: 575.98px){.banner-module{height:var(--banner-height-mobile, auto);padding-top:var(--mod-pt-mobile, 48px);padding-bottom:var(--mod-pb-mobile, 48px)}}.banner-module>.container,.banner-module>.container-fluid{position:relative;z-index:2;align-self:center}.banner-module .banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.banner-module .banner-bg img,.banner-module .banner-bg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.banner-module .banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.banner-module .banner-body>*:last-child{margin-bottom:0}.banner-module .banner-corner{position:absolute;z-index:3;padding:0;cursor:pointer;transition:transform .2s ease;width:var(--banner-corner-width-desktop, 200px);line-height:0}@media (max-width: 991.98px){.banner-module .banner-corner{width:var(--banner-corner-width-tablet, 160px)}}@media (max-width: 575.98px){.banner-module .banner-corner{width:var(--banner-corner-width-mobile, 120px)}}.banner-module .banner-corner:hover{transform:scale(1.05)}.banner-module .banner-corner a{display:block;width:100%;height:100%}.banner-module .banner-corner img{display:block;width:100%;height:auto;pointer-events:none}.banner-module .banner-scroll-down-wrapper{position:absolute;left:50%;bottom:10px;transform:translate(-50%);z-index:3}.banner-module .banner-scroll-down{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid currentColor;border-radius:50%;background:transparent;cursor:pointer;opacity:1;transition:opacity .2s ease;color:var(--banner-scroll-down-color, inherit)}.banner-module .banner-scroll-down:hover{opacity:.7}
