<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.is-style-lower-hero {
/*  background: url('../../assets/images/background-waves-lower-hero.svg') top center no-repeat;
  background-size: 100%;
*/}
.is-style-lower-hero:before {
    content: '';
    background: #567388;
    position: absolute;
    width: 100%;
    height: 38vw;
}
.is-style-border {
	padding: 2vw 2vw 4vw;
	margin-bottom: 0;
  border: 1px solid #fff;
}
</pre></body></html>