@import "https://fonts.googleapis.com/css2?family=EB+Garamond:wght@600&display=swap";
.hero{background-color:#223553;justify-content:center;padding:10px;display:flex}.hero-inner{background-image:linear-gradient(#00000080,#00000080),url(/hero-bg.webp);background-position:50%;background-size:cover;border-radius:20px;justify-content:center;align-items:center;gap:10px;width:100vw;height:calc(100vh - 90px);margin:0;padding:0;display:flex;position:relative;overflow:hidden}.hero-inner.hero-small{height:400px;min-height:unset}.hero-inner.hero-small .hero-title{font-size:60px;line-height:64px}.hero-title-container{z-index:1;justify-content:center;align-items:center;width:100%;max-width:755px;height:200px;display:flex;position:relative}.hero-title{letter-spacing:0;text-align:center;color:#fff;margin:0;font-family:EB Garamond,Georgia,serif;font-size:96px;font-weight:600;line-height:100px}.hero-subtitle-container{z-index:1;align-items:center;width:395px;height:60px;display:flex;position:absolute;bottom:48px;right:48px}.hero-subtitle{color:#fff;text-align:right;margin:0;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:20px;font-weight:500;line-height:30px}@media (min-width:769px) and (max-width:1200px){.hero{height:auto;min-height:unset;padding:0}.hero-inner{height:auto;min-height:500px;padding:0}.hero-inner.hero-small{height:400px;margin-bottom:0}.hero-title{font-size:64px;line-height:72px}.hero-title-container{width:100%;padding:0 40px}.hero-subtitle{font-size:16px}}@media (max-width:768px){.hero-inner{width:100%;height:300px;min-height:unset;opacity:.7;border-radius:15px;padding:0}.hero-inner.hero-small{height:300px;margin-bottom:0}.hero-title-container{width:100%;height:auto;padding:0 20px}.hero-title{text-align:center;font-size:48px;line-height:52px}.hero-inner.hero-small .hero-title{font-size:32px;line-height:38px}.hero-subtitle-container{width:auto;height:auto;position:absolute;bottom:20px;left:auto;right:20px}.hero-subtitle{text-align:right;font-size:14px;line-height:22px}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{animation:1.4s forwards fadeSlideUp}.hero-subtitle{opacity:0;animation:1.4s .8s forwards fadeSlideUp}
