section.hero-space{position:relative;background-color:var(--web-white)}section.hero-space .hero-space__image{background-size:cover;background-position:center center;background-repeat:no-repeat;height:500px}section.hero-space .hero-space-mobile-image{display:none}section.hero-space .hero-space-overlay{background:linear-gradient(to right,rgba(var(--web-black-rgb),.6) 0,transparent 80%,transparent 100%);height:100%;width:100%}section.hero-space .hero-space__card{display:flex;flex-direction:column;align-items:start;justify-content:center;height:500px;padding-bottom:3rem;color:var(--web-white)}section.hero-space .hero-space__card .banner-heading{color:var(--web-white)}section.hero-space .hero-space__card p.lead{font-size:var(--banner-text-font-size)}section.hero-space .hero-space__card .btn{margin-right:1rem}section.hero-space .scroll-to-explore{position:absolute;bottom:0;z-index:1;display:inline-block;text-align:center;left:0;right:0}section.hero-space .scroll-to-explore a{color:var(--web-white);text-decoration:none;display:inline-block}section.hero-space .scroll-to-explore .scroll-icon{display:block;margin-left:auto;margin-right:auto;margin-top:.5rem;margin-bottom:.5rem;-webkit-mask-image:url(../../../images/icons/chevron-down.svg);mask-image:url(../../../images/icons/chevron-down.svg);border:.5rem solid var(--web-white)}@media (max-width:1399.98px){section.hero-space .hero-space__image{height:auto;background:0 0!important}section.hero-space .hero-space-mobile-image{display:inline-block!important}section.hero-space .hero-space-mobile-image img{height:auto;border-bottom-left-radius:0;border-bottom-right-radius:0}section.hero-space .hero-space-overlay{background:0 0;background-color:var(--primary)}section.hero-space .hero-space-overlay .container{border-bottom-left-radius:var(--border-radius-size);border-bottom-right-radius:var(--border-radius-size)}section.hero-space .hero-space__card .banner-heading{color:var(--web-white)}section.hero-space .hero-space__card{height:auto;padding-top:1rem;padding-bottom:1rem;color:var(--web-white)}section.hero-space .hero-space__card p.lead{font-size:var(--lead-font-size)}section.hero-space .hero-space-buttons .btn-primary,section.hero-space .hero-space-buttons .btn-primary:hover{border-color:var(--web-white)!important}section.hero-space .hero-space-buttons .btn-primary:hover{color:var(--primary)!important;background-color:var(--web-white)!important}section.hero-space .hero-space-buttons .btn-primary:hover:after{border-color:var(--primary)}}@media (max-width:991.98px){section.hero-space .scroll-to-explore{display:none}}