.toast-wrapper{z-index:35;background:var(--secondary-color);width:100%;padding:2rem;display:none;position:fixed;bottom:0;left:0}.toast-wrapper.is-active{justify-content:space-between;align-items:center;display:flex}.toast-message{font-size:var(--font-object-medium);font-family:var(--font-family-pos_2-regular);color:var(--primary-color);margin:0}
.hero-wrapper{min-height:calc(100dvh - var(--header-height));height:fit-content;margin-bottom:50px;margin-top:calc(var(--header-height) * -1);padding:var(--header-height) var(--large-spacing);background-position:50%;background-size:cover;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video.desktop-only{display:block}.hero-video.mobile-only{display:none}.hero-overlay{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-description{max-width:600px}.hero-cta{color:#000;background:#fff;border-radius:.5rem;justify-content:center;align-items:center;margin-top:1rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.hero-content{z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:3rem 1rem;position:relative}@media (max-width:768px){.hero-wrapper{min-height:400px}.hero-video.desktop-only{display:none}.hero-video.mobile-only{display:block}}
