/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
html,body{height:100%;overflow:hidden;}body::-webkit-scrollbar{width:0;height:0;}body{-ms-overflow-style:none;scrollbar-width:none;}.splash{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000;overflow:hidden;}.splash__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0.8;z-index:-1;}.splash__container{width:100%;max-width:1200px;padding:20px;box-sizing:border-box;}.splash__inner{display:flex;gap:40px;position:relative;z-index:10;justify-content:center;align-items:flex-start;flex-wrap:wrap;}.splash__ctas{display:flex;gap:32px;justify-content:center;align-items:flex-start;flex-wrap:wrap;width:100%;max-width:1100px;margin:0 auto;}.splash__ctas.has-2{justify-content:space-evenly;}.splash__cta{display:flex;flex-direction:column;align-items:center;text-align:center;width:220px;flex:0 0 220px;text-decoration:none;color:inherit;}.splash__item{text-align:center;text-decoration:none;}.splash__image{width:230px;object-fit:cover;transition:transform 0.3s ease;display:block;}.splash__cta:hover .splash__image,.splash__item:hover .splash__image{transform:scale(1.05);}.splash__caption,.splash__cta-text{color:#fff;margin-top:12px;font-size:1.75rem;line-height:1.2;font-weight:700;}@media (max-width:1024px){.splash__image{width:200px;}.splash__cta{width:180px;flex:0 0 180px;}.splash__ctas{gap:32px;}.splash__caption,.splash__cta-text{font-size:1.5rem;}}@media (max-width:768px){.splash__image{width:160px;}.splash__cta{width:140px;flex:0 0 140px;}.splash__ctas{flex-direction:column;justify-content:center;gap:20px;align-items:center;}.splash__ctas.has-2{justify-content:center;}.splash__cta{width:90%;max-width:320px;flex:0 0 auto;}.splash__caption,.splash__cta-text{font-size:1.125rem;}}
