<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ngparaproslider { width: 100%; position: relative; } .ngparaproslider ul { margin: 0; padding: 0; display: block; list-style: none; overflow: hidden; width: 100%; position: relative; } .ngparaproslider ul &gt; li { margin: 0; padding: 0; display: block; list-style: none; position: absolute; } .ngparaproslider ul &gt; li &gt; img { width: 100%; height: auto; user-select: none; } .ngparaproslider .ngparaproslidernext, .ngparaproslider .ngparaprosliderprev { z-index: 1; cursor: pointer; position: absolute; top: 0; } .ngparaproslider .ngparaproslidernext { right: 0; } .ngparaproslider .ngparaprosliderprev { left: 0; } .ngparaproslider .ngparaproslidernext &gt; img, .ngparaproslider .ngparaprosliderprev &gt; img { width: 40px; height: 40px; position: absolute; display: block; opacity: 0.8; transition: opacity 0.2s; user-select: none; } .ngparaproslider .ngparaproslidernext &gt; img { left: 0; } .ngparaproslider .ngparaprosliderprev &gt; img { right: 0; } .ngparaprosliderbullets { display: flex; justify-content: center; margin-top: 10px; } .ngparaprosliderbullets div { width: 20px; height: 20px; background-repeat: no-repeat; opacity: 0.3; transition: opacity 0.2s; } .ngparaprosliderbullets div.ngparaprosliderbulletcurrent { opacity: 0.8; } .ngparaproslidermore a { border-color: #9a4e3c; border-width: 0px; border-style: solid; padding: 10px 20px 10px 20px; background: #9a4e3c; font: 13px Montserrat,Verdana,Helvetica,sans-serif; color: #ffffff; text-transform: uppercase; box-shadow: 3px 3px 3px rgba(0,0,0,0.0); border-radius: 0px; display: inline-block; cursor: pointer; outline: none; float: right; -webkit-appearance: none; margin-top: 20px; text-decoration: none; } .ngparaproslidermore:after { content: ""; display: table; clear: both; } .ngparaproslidermore a:hover { border-color: #3c599a; background: #3c599a; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; text-decoration: none; } </pre></body></html>