@font-face {
  font-family: 'CalibreRegular';
  src: url("../fonts/Calibre-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Calibre-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibre-Regular.woff") format("woff"), url("../fonts/Calibre-Regular.ttf") format("truetype"), url("../fonts/Calibre-Regular.svg#Calibre-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: "CircularWeb";
  src: url("../fonts/lineto-circular-bold-s.f0792d98.eot");
  src: url("../fonts/lineto-circular-bold-s.f0792d98.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-bold-s.c02ad86d.woff") format("woff"), url("../fonts/lineto-circular-bold-s.49eaae3a.ttf") format("truetype"), url("../fonts/lineto-circular-bold-s.8eb924f6.svg#LLCircularWeb-Bold") format("svg");
  font-weight: bolder;
  font-style: normal; }
@font-face {
  font-family: "CircularWeb";
  src: url("../fonts/lineto-circular-book-s.88857cee.eot");
  src: url("../fonts/lineto-circular-book-s.88857cee.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-book-s.554f0904.woff") format("woff"), url("../fonts/lineto-circular-book-s.350a5a78.ttf") format("truetype"), url("../fonts/lineto-circular-book-s.60806fad.svg#LLCircularWeb-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "CircularWeb";
  src: url("../fonts/lineto-circular-medium.4227d186.eot");
  src: url("../fonts/lineto-circular-medium.4227d186.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-medium.05384215.woff") format("woff"), url("../fonts/lineto-circular-medium.de3db024.ttf") format("truetype"), url("../fonts/lineto-circular-medium.8ed0c815.svg#LLCircularWeb-Book") format("svg");
  font-weight: bold;
  font-style: normal; }
.delay-3s {
  -webkit-animation-delay: 0.3s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.3s; }

.delay-6s {
  -webkit-animation-delay: 0.6s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.6s; }

.delay-9s {
  -webkit-animation-delay: 0.9s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.9s; }

.delay-12s {
  -webkit-animation-delay: 1.2s;
  /* Chrome, Safari, Opera */
  animation-delay: 1.2s; }

.delay-15s {
  -webkit-animation-delay: 1.5s;
  /* Chrome, Safari, Opera */
  animation-delay: 1.5s; }

.delay-18s {
  -webkit-animation-delay: 1.8s;
  /* Chrome, Safari, Opera */
  animation-delay: 1.8s; }

@keyframes type {
  0% {
    opacity: 1;
    width: 0; }
  100% {
    opacity: 1;
    width: 105%; } }
@-webkit-keyframes type {
  0% {
    opacity: 1;
    width: 0; }
  50% {
    opacity: 1;
    width: 0; }
  100% {
    width: 105%; } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

a {
  color: #61a0fe;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  outline:none;!important;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  a:hover, a:focus {
    color: unset;
    border:0;
    outline: 0;
    text-decoration: none; }



body {
  background-color: #0B0B0F;
  font-family: CircularWeb, Arial, sans-serif;
  color: white;
  font-size: 18px;
  position: relative; }

#page {
  text-align: left;
  padding: 45px 0; }

#illustration {
  height: 100px;
  width: 100px;
  display: inline-block; }
  #illustration object, #illustration img {
    max-height: 100%;
  border-radius:50%;
    max-width: 100%; }

.heading {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

h1 {
  font-size: 2.2em;
  margin-bottom: 15px; }

.sub {
  color: #61a0fe;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.4px; }

.copy {
  color: #BDB7B7;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.5s; }

@media screen and (max-width: 529px) {
  h1 {
    font-size: 1.5em;
    margin-bottom: 10px; }

  .sub {
    font-size: 0.7em; }

  #illustration {
    margin: 0 auto 30px; } }

  .section{
      margin-top: 50px;
    }

.section h2{
  margin-bottom: 20px;
}

.container .hero{
display: flex;
margin: auto;
align-items: flex-start;
flex-direction: column;
}

.card-container{
  display: flex;
  flex-direction: row;
  gasp: 2%;
  row-gap:20px;
  flex-wrap: wrap;
}

.card{
display: flex;
flex-direction: column;
gap:15px;
color:#ffffff;
border: 1px solid rgba(255,255,255,.05);
padding: 20px;
cursor: pointer;
width:100%;
border-radius: 10px;
font-size: 16px;
align-items: flex-start;
outline: 0!important;
}

.card:hover{
  color:unset;
}

.card .info{
  display: flex;
  flex-direction: column;
  gap:10px;
}

.card img{
  max-height: 200px;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.card .title{
font-size: 20px;
}

.card .description{
font-size: 15px;
color: #BDB7B7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.card .button{
  background-color: #ffffff;
  padding: 10px 30px;
  justify-self: flex-start;
  text-align: center;
  border-radius: 10px;
  color:#000000;
  margin-top: auto;
  border:0;
  text-decoration: none;
  outline: 0;
  transition: all 0.25s ease;
}

.card .button:hover {
  transform: translateY(-2px);
}

@media only screen and (min-width: 768px){
.card-container{
gap:2%;
}
.card{
width:49%;
}


}

@media only screen and (min-width: 992px){
.card-container{
gap:2%;
}
.card{
width:32%;
}
}


.cta-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.25s ease;
}

.cta-btn svg {
  width: 20px;
  height: 20px;
}

.whatsapp {
  background: #25d366;
  color: #fff;
}

.whatsapp:hover {
  transform: translateY(-2px);
}

.email {
  background: #111;
  color: #fff;
}

.email:hover {
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .cta-buttons {
    flex-direction: column;
  }

  .cta-btn {
    justify-content: center;
    width: 100%;
  }
}