:root{--wave-color:rgb(255,255,255)}html.dark{--wave-color:rgb(14,14,14)}.hero_area{min-height:30vh;flex-direction:column;align-items:flex-start;padding:1.25rem;background-color:rgb(26,84,117);overflow:visible;background-repeat:repeat;background-size:cover}.content_area,.hero_area{position:relative;height:auto;display:flex;justify-content:flex-start}.content_area{z-index:10}.content_area,.html_content{width:100%;align-items:center}.html_content{height:auto;justify-content:center;padding:1rem;text-align:center}.centered_text,.html_content{display:flex;flex-direction:column}.centered_text{position:relative;font-weight:700;font-size:3rem;z-index:10;padding:.5rem .5rem .5rem 2rem;align-items:flex-start}.text-left{align-items:flex-start;text-align:left}.text-right{align-items:flex-end;text-align:right;padding-right:2rem;padding-left:.5rem}.text-center{align-items:center;text-align:center;padding-left:.5rem;padding-right:.5rem}.text_shadow{position:absolute;left:-40px;top:0;width:100%;font-size:3rem;z-index:-1;-webkit-text-stroke:1px rgba(255,255,255,.5);color:transparent;transform:translateX(2500px);transition:transform .3s ease-out}.waves_bottom,.waves_top{position:absolute;width:100%;height:7vh;left:0}.waves_top{top:0;transform:rotate(180deg)}.waves_bottom{bottom:0}.parallax>use{animation:move-forever 15s cubic-bezier(.55,.5,.45,.5) infinite}.parallax>use:first-child{animation-delay:-2s;animation-duration:7s}.parallax>use:nth-child(2){animation-delay:-3s;animation-duration:10s}.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:13s}.parallax>use:nth-child(4){animation-delay:-5s;animation-duration:20s}.hero_area[style*="--custom-wave-color"] svg use{fill:var(--custom-wave-color)!important}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}@media (min-width:1536px){.hero_area{height:40vh}.waves_bottom,.waves_top{height:14vh}.centered_text,.text_shadow{font-size:4rem}}@media (max-width:1024px){.hero_area{height:25vh;padding:1rem}.waves_bottom,.waves_top{height:10vh}.centered_text,.text_shadow{font-size:2.75rem}}@media (max-width:768px){.hero_area{height:20vh;padding:.75rem}.waves_bottom,.waves_top{height:8vh}.centered_text{font-size:2.25rem;padding-left:1rem}.text_shadow{left:-20px;font-size:2.25rem;-webkit-text-stroke:.75px rgba(255,255,255,.5);transform:translateX(2000px)}.html_content{padding:.5rem;font-size:1.25rem}}@media (max-width:640px){.hero_area{height:15vh;padding:.5rem}.content_area,.hero_area{justify-content:center}.waves_bottom,.waves_top{height:6vh}.centered_text{font-size:1.875rem;padding-left:.5rem;align-items:center}.text_shadow{left:-15px;font-size:1.875rem;-webkit-text-stroke:.5px rgba(255,255,255,.5);transform:translateX(1500px)}.html_content{padding:.25rem;font-size:1rem}.parallax>use{animation-duration:10s}}@media (max-width:480px){.hero_area{height:12vh}.waves_bottom,.waves_top{height:4vh}.centered_text,.text_shadow{font-size:1.5rem}.text_shadow{left:-10px;transform:translateX(1000px)}.html_content{font-size:.875rem}}