<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* social section
========================================================*/
#contacts {
  background: #e9e9e9;
}
.social-logo {
  position: relative;
  padding: 61px 0 10px 0;
  text-align: center;
  z-index: 2;
}
.social-logo a {
  text-decoration: none;
  color: #fff;
  background: #404c4c;
  display: inline-block;
  border-radius: 500%;
  width: 175px;
  height: 175px;
  font-weight: bold;
  font-size: 54px;
  line-height: 54px;
  text-transform: uppercase;
  letter-spacing: -3px;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.social-slogan {
  position: relative;
  z-index: 2;
}
.social-slogan h1 {
  font-size: 30px;
  padding-bottom: 30px;
  padding: 0;
  font-weight: normal;
  line-height: 40px;
}
#social {
  padding-bottom: 70px;
  text-align: center;
}
#social &gt; div {
  background-position: 50% 0 !important;
}
#social video {
  -webkit-transform: translate(-50%, 0%) !important;
  transform: translate(-50%, 0%) !important;
  top: 0 !important;
}
#social-web {
  text-align: center;
  background: #e9e9e9;
  color: #777777;
  font-weight: 300;
}
#social-web h2 {
  padding-bottom: 30px;
  padding-top: 50px;
}
#social-web p {
  padding-bottom: 28px;
}
.social-indent {
  padding: 0 50px 60px 50px;
}
.social-link {
  color: #404c4c;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-link:hover {
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .social-indent {
    padding: 0 10px 60px 10px;
  }
}</pre></body></html>