<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ILO Components */


/* Buttons */

.btn-ilo {
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius:3px;
  padding: 8px 16px; 
}

.btn-primary-ilo,
.btn-primary-ilo:hover,
.btn-primary-ilo:active,
.btn-primary-ilo:visited {
  background: #FFCD2D;
  border: 2px solid #FFCD2D;
  color: #230050;
}

.btn-secondary-ilo,
.btn-secondary-ilo:hover,
.btn-secondary-ilo:active,
.btn-secondary-ilo:visited {
  background: #ffffff;
  border: 2px solid #B8C4CC;
  color: #230050;
}


/* Cards */

.card {
  border:0;
  border-bottom: 3px solid #B8C4CC;
  border-radius: 0;
  transition: box-shadow 0.3s ease-in-out;
  position: relative;
  min-width: 373px;
}

a.card:hover {
  box-shadow: 0 0 10px 5px rgba(30, 45, 190, 0.1); 
}

/* .card:hover .card-img-top {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
} */

.card-img, .card-img-top {
  border-radius: 0;
  border:0;
}

.card-text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 16px !important;
  line-height: 22px !important;
}

.card-body h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--violet);
}

p.card-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6D6D6D;
}

a.card:hover {
  color: var(--ilo-blu);
  border-bottom-color: var(--ilo-blu);
}

a.card:hover .card-body h4,
a.card:hover p.card-subtitle {
  color: var(--ilo-blu);
}

.h-card img {
  margin: 30px 0;
}

.h-card .card-body {
  margin: 10px 0;
}</pre></body></html>