<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#newsletter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }
  #newsletter .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  #newsletter:not(.open) {
    display: none; }
  #newsletter .content {
    padding: 30px 15px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 400px;
    color: #000; }
    #newsletter .content form .title,
    #newsletter .content form label {
      font-family: "din-2014-narrow",sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 32px;
      text-transform: uppercase; }
    #newsletter .content form .confirm.message {
      line-height: 20px;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-size: 14px; }
    #newsletter .content form input[type="text"] {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-size: 13px;
      color: #000;
      outline: none !important;
      width: 100%;
      padding: 10px;
      margin: 16px 0;
      border: 1px solid #969696; }
      #newsletter .content form input[type="text"].error {
        border: 1px solid red;
        color: red; }
    #newsletter .content form input[type="submit"] {
      display: none;
      margin-top: 10px;
      outline: none !important;
      text-transform: uppercase;
      font-size: 14px;
      padding: 8px 11px;
      background-color: #000;
      color: #fff;
      font-family: "din-2014-narrow",sans-serif;
      font-style: normal;
      font-weight: 400; }

#footer {
  padding: 45px 0;
  color: #666666;
  background-color: #fff;
  height: 250px; }
  #footer.border-top {
    border-top: 1px solid #cccccc; }
  #footer .title, #footer .subtitle {
    font-family: "din-2014-narrow",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 20px; }
    @media screen and (max-width: 991px) {
      #footer .title, #footer .subtitle {
        padding-top: 20px; } }
  #footer .footer-agriculture .subtitle {
    text-transform: inherit;
    padding-bottom: 5px; }
  @media screen and (max-width: 991px) {
    #footer .footer-agriculture .title {
      padding-top: inherit; } }
  #footer .text {
    line-height: 20px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
    @media screen and (max-width: 991px) {
      #footer .text {
        padding-left: 0;
        padding-right: 0; } }
    #footer .text a {
      color: #666666; }
    #footer .text a.app {
      display: inline-block; }
      #footer .text a.app.app2 {
        width: 112px;
        height: 40px;
        background-image: url(../../../../../../themes/custom/opage/img/app2.png); }
      #footer .text a.app.app1 {
        width: 135px;
        height: 40px;
        background-image: url(../../../../../../themes/custom/opage/img/app1.png); }
    #footer .text a.contact {
      margin-top: 20px;
      font-family: "din-2014-narrow",sans-serif;
      font-style: normal;
      font-weight: 400;
      padding: 10px 8px;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 16px;
      -webkit-transition: all 500ms;
      -moz-transition: all 500ms;
      -ms-transition: all 500ms;
      -o-transition: all 500ms;
      transition: all 500ms;
      display: inline-block;
      color: #666666;
      border: 1px solid #666666; }
      #footer .text a.contact:hover {
        color: #fff;
        border-color: #fff;
        background-color: #fff;
        color: #aa8551; }
      @media screen and (max-width: 991px) {
        #footer .text a.contact {
          font-size: 12px; } }
      #footer .text a.contact:hover {
        border-color: #aa8551;
        color: #aa8551; }
  #footer .social {
    padding-top: 5px; }
    #footer .social a {
      width: 28px;
      height: 28px;
      display: inline-block;
      margin-right: 5px;
      position: relative;
      border: 1px solid #666666; }
      #footer .social a i {
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #666666; }
      #footer .social a:hover {
        background-color: #666666; }
        #footer .social a:hover i {
          color: #fff; }
  #footer .newsletter .title {
    padding-bottom: 15px; }
  #footer .newsletter a.mail {
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 11px;
    background-color: #000;
    color: #fff;
    font-family: "din-2014-narrow",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 5px; }
    @media screen and (max-width: 991px) {
      #footer .newsletter a.mail {
        font-size: 10px; } }
</pre></body></html>