<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***** MENU *****/
.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.navbar li {
  float: left;
}

.navbar .navlink, .dropbtn {
  display: inline-block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: fixed;
  left: 0;
  padding-top: 20px;
  background-color: #ffb800;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.social a:link {
    text-decoration: none;
}

.social li {
    background: none repeat scroll 0 0 #796d64;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 8px 0 !important;
    padding: 0;
    text-align: center;
    width: 50px;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social li a i {
    font-size: 20px;
    color: #edeff1 !important;
    display: flex;
    justify-content: center;
}

.social li.facebook {
    background-color: #4867aa;
}

.social li.twitter {
    background-color: #1da1f2;
}

.social li.instagram {
    background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
}

.social li.pinterest {
    background-color: #bd081b;
}

.social li.youtube {
    background-color: #b31217;
}

.social li.linkedin {
    background-color: #0077b5;
}

.content-2.contact.mpu {
    overflow: hidden;
}</pre></body></html>