<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* enlarge nav font */
@media (min-width: 1200px) {
  main &gt; .top-image &gt; div &gt; div &gt; .fusionNavigation &gt; h6 {font-size: 20px;line-height: 44px;}
  main &gt; .top-image &gt; div &gt; div &gt; .fusionNavigation &gt; ul.fusionMainNav &gt; li &gt; a {font-size: 18px;}
}

/* overrides */
.main-section &gt; div &gt; div:nth-of-type(odd) &gt; div:nth-of-type(1) {background: no-repeat 50% 100% / cover;}
.main-section &gt; div &gt; div:nth-of-type(odd) &gt; div:nth-of-type(2) {padding: 20px;}
@media (min-width: 992px) {
  .main-section &gt; div &gt; div:nth-of-type(odd) &gt; div:nth-of-type(2) {padding: 40px 20px;}
}
@media (min-width: 1440px) {
  .main-section &gt; div &gt; div:nth-of-type(odd) &gt; div:nth-of-type(2) {padding: 80px 40px;}
}

/* overrides */
.main-section &gt; div &gt; div:nth-of-type(odd) &gt; div:nth-of-type(1) {background: no-repeat 50% 100% / cover;}
.main-section &gt; div &gt; div:nth-of-type(odd) &gt; div:nth-of-type(2) {padding: 20px;}
@media (min-width: 992px) {
  .main-section &gt; div &gt; div:nth-of-type(odd) &gt; div:nth-of-type(2) {padding: 80px 40px;}
}
@media (min-width: 1440px) {
  .main-section &gt; div &gt; div:nth-of-type(odd) &gt; div:nth-of-type(2) {padding: 160px 80px;}
}</pre></body></html>