:root{font-family:Montserrat,sans-serif;line-height:1.6;font-weight:400;box-sizing:border-box;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--accent-color: rgb(0, 225, 255)}*{box-sizing:border-box}body{margin:0;padding:0}h1{margin:0}.embed{width:80%;height:600px;background-color:#fff;border-radius:20px}header{width:100%;min-height:80px;background-color:#fff}#headerTopBar{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:20px;min-height:80px;padding:5px 20px;box-shadow:1px 1px 5px #0000004d}#headerBottomBar{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:20px;min-height:30px;padding:5px 20px;box-shadow:1px 1px 5px #0000004d;background-color:#000;width:100%;overflow:hidden;white-space:nowrap;box-sizing:border-box}#logo{display:flex;flex-direction:row;justify-content:center;align-items:center;font-weight:700;text-transform:uppercase;font-size:16px;line-height:1.6;font-family:Montserrat;gap:16px}#logo>div{border-radius:50px;height:50px;width:50px;max-height:50px;max-width:50px;background:linear-gradient(var(--accent-color),#fff)}.topBarItem{display:flex}#cta{justify-content:center;align-items:center}#cta>div{border-radius:50px;width:150px;height:36px;background-color:var(--accent-color);display:flex;justify-content:center;align-items:center;cursor:pointer;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.tickerContent{color:#fff;display:flex;align-items:center;justify-content:flex-start;margin-left:102vw;animation:scrollingText 23s linear infinite;font-weight:700;width:100vw}@keyframes scrollingText{0%{transform:translate(0)}to{transform:translate(-150%)}}@media screen and (max-width:1120px){@keyframes scrollingText{0%{transform:translate(0)}to{transform:translate(-170%)}}.tickerContent{animation:scrollingText 15s linear infinite}}@media screen and (max-width:720px){#cta{display:none}#headerTopBar{grid-template-columns:auto auto;justify-content:flex-start}#logo>div{width:40px;height:40px}#logo>h1{font-size:24px}}#weatherSliderContainer{width:100vw;display:flex;flex-direction:row;flex-wrap:nowrap;position:relative;overflow:hidden;background-image:linear-gradient(#000000a6,#000000a6),url(/news.stl.hero.jpg);background-size:cover;background-position:center center;background-attachment:fixed}.slide{width:100%;padding-top:100px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:80px}.sliderMenu{position:absolute;top:0;left:0;right:0;height:80px;display:flex;flex-direction:row;align-items:center;justify-content:center;color:#fff;background-color:#0006;text-transform:uppercase;text-decoration:underline;font-weight:600}.sliderMenu>div{margin:20px}.sliderContent{width:100%;min-height:150vh}.radar{width:100%;height:70vh;border-radius:20px;overflow:hidden;background-color:#fff}.conditions{width:100%;min-height:100vh;border-radius:20px;margin-top:-75px;overflow:hidden;background-color:#fff}#hero{background-image:linear-gradient(#0009,#0009),url(/news.stl.hero.jpg);background-size:cover;background-position:center center;min-height:600px;width:100vw;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;font-weight:600;line-height:1.6;text-align:center}#content{font-family:montserrat;font-size:1rem;line-height:1.6;padding:20px 20px 32px;background-color:#fff;color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center}#content>p{max-width:90%;width:1000px}
