<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footerheader {
	color: #4B4B4B;
	font-size: 14px;
  font-weight: 500;
  margin-bottom: 19px !important;
}
.privacy-line {
  font-size: 11px;
  align-content: right; }

  .footeritem {
    color: #4B4B4B;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 10px !important;
  }

  .footer-div {
  background-color: #FAFAFA;
  padding-top: 65px;
  padding-bottom: 40px;
  justify-content: center;
  box-sizing: border-box;
  border-top: none }
  .footeritem a{
    transition: color .1s ease;
  }
  .footeritem a:hover {
    color: #999999;
    text-decoration: none;
  }
 

  @media(min-width:768px){
    .footer-div .row &gt; div::after {
      content: "";
      position: absolute;
      right: 30px;
      top: 0;
      bottom: 0;
      background: #999999;
      width: 1px;
    }
    .footer-div .row &gt; div {
      position: relative;
    }
    .footer-div .row &gt; div:last-child::after{
      display: none;
    }
  }</pre></body></html>