<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --primary-color: #fc971c;
  --secondary-color: #febd3a;
  --bg-primary: #f9f6f2;
}

.flex-wrap {
  flex-wrap: wrap;
}
.bg--primary {
  background: var(--bg-primary);
}
.font-urbanist {
  font-family: "Urbanist", sans-serif;
}
.cursive {
  font-weight: 300 !important;
  font-style: italic !important;
  text-transform: lowercase !important;
}

header .logo {
  width: 200px;
}
/* GET IN TOUCH */
.business-card a {
  color: black;
  transition: 0.2s;
}
.business-card .company-description {
  column-count: 2;
  margin-top: 4em;
  margin-bottom: 2em;
}
.business-card img.logo {
  width: 20%;
}
.business-card a:hover {
  color: var(--primary-color);
}
.business-card {
  position: relative;
  min-height: 450px;
  padding: 4em 3em;
}
.business-card .social-buttons {
  font-size: 1.8em;
  gap: 0.5em;
  padding-top: 0.2em;
}
.business-card:before {
  content: "";
  width: 50%;
  aspect-ratio: 1.75;
  background: url("/img/vi-elements/top-right-corner.svg") no-repeat;
  top: 0px;
  right: 0px;
  position: absolute;
  display: inline-block;
}
.business-card:after {
  content: "";
  width: 50%;
  aspect-ratio: 2.75;
  background: url("/img/vi-elements/bottom-left-corner.svg") no-repeat;
  bottom: 0px;
  left: 0px;
  position: absolute;
  display: inline-block;
}
.business-card h1 {
  font-size: 2em;
  font-weight: 700;
}
.business-card h3 {
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}
.business-card h4 {
  font-weight: 500;
  font-size: 1.1em;
  margin-top: 0;
}
.business-card .personal-card {
  background: white;
  padding: 2em;
  width: calc(50% - 0.5em);
}
.business-card .personal-card img {
  border-radius: 100%;
  width: 30%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.business-card .data-copy {
  text-transform: initial !important;
  margin-bottom: -2em;
  margin-top: 1em;
}
.edichnos-links a {
  width: 100%;
  margin-top: 3em;
}
.edichnos-links h2 {
  font-weight: bold;
}
.edichnos-links h3 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  color: gray;
}
.edichnos-links button {
  font-size: 1.05em;
  font-weight: 500;
}
.edichnos-links button i {
  font-size: 1.2em;
  margin-right: 10px;
}
.edichnos-links .whatsapp {
  color: white;
  background: #25d366;
}
.edichnos-links .whatsapp:hover {
  background: #47e481;
}
.edichnos-links .phone {
  color: white;
  background: #1565c0;
}
.edichnos-links .phone:hover {
  background: #4084d2;
}
</pre></body></html>