@import"https://fonts.googleapis.com/css?family=Roboto:400,700";*{padding:0;margin:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;font-size:16px;background-image:linear-gradient(to right,#faf8f5 55%,#dedad5 55%)}header{display:flex;flex-direction:column;align-items:center;padding:1.86rem 0;gap:2rem;margin-bottom:3.34rem}@media (min-width: 1200px){header{flex-direction:row;justify-content:space-between;gap:17.5rem}}header .navbar{width:100%}header .navbar ul{margin:0;padding:0;list-style:none;display:flex;gap:3.15rem;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 1200px){header .navbar ul{flex-direction:row;gap:3.15rem}}header .navbar ul li a{display:inline-block;text-decoration:none;color:#9e9d9b}header .navbar ul li a:hover{text-decoration:underline}header .navbar ul li a.active{color:#424241}.container{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}main{padding-top:2rem;display:flex;flex-direction:column;gap:3rem;background:none}@media (min-width: 1200px){main{display:grid;grid-template-columns:50% 50%;grid-template-areas:"hero hero" "numbers services";background-image:image-set(url(./image01-DMPhDnuL.jpg) 1x,url(./image01@2x-COTWMMF_.jpg) 2x),image-set(url(./image02-DCgX9CXd.jpg) 1x,url(./image02@2x-sqj8lxqN.jpg) 2x);background-repeat:no-repeat;background-position:50% 0%,100% 0%;background-size:30%,30%;gap:0}}.hero{grid-area:hero;margin-bottom:2rem}@media (min-width: 1200px){.hero{margin-bottom:4.4rem}}.hero__title{font-family:Playfair Display,serif;font-size:2.5rem;width:100%;line-height:1.2;margin-bottom:1.5rem;position:relative;text-align:center}@media (min-width: 1200px){.hero__title{font-size:4.5rem;width:60%;line-height:5.4rem;margin-bottom:2rem;text-align:left}}.hero__title:before{content:"";width:100%;max-width:19.8rem;height:4.89rem;background-color:#f3f0ed;position:absolute;top:-8%;left:50%;transform:translate(-50%);z-index:-1}@media (min-width: 1200px){.hero__title:before{left:-4%;transform:none}}.hero__subtitle{font-size:1rem;color:#9e9d9b;width:100%;margin-bottom:2rem;text-align:center}@media (min-width: 1200px){.hero__subtitle{font-size:1.35rem;width:50%;margin-bottom:3.15rem;text-align:left}}.hero__btn{display:flex;flex-direction:column;gap:1rem;width:100%;align-items:center}@media (min-width: 1200px){.hero__btn{flex-direction:row;gap:1.8rem;max-width:fit-content}}.hero__btn .get-started{display:inline-flex;align-items:center;gap:.45rem;padding:.79rem 1.27rem;text-decoration:none;color:#faf8f5;background-color:#424241;width:100%;justify-content:center}.hero__btn .get-started:hover{text-decoration:underline}@media (min-width: 1200px){.hero__btn .get-started{width:auto}}.hero__btn .lean-more{display:inline-flex;align-items:center;gap:.45rem;padding:.79rem 1.27rem;text-decoration:none;color:#faf8f5;background-color:#424241;background-color:#faf8f5;color:#424241;width:100%;justify-content:center}.hero__btn .lean-more:hover{text-decoration:underline}@media (min-width: 1200px){.hero__btn .lean-more{width:auto}}.numbers{grid-area:numbers;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem;position:relative;text-align:center}@media (min-width: 1200px){.numbers{display:flex;margin-top:7.9rem;gap:5.4rem;margin-bottom:3.77rem;text-align:left}}.numbers:before{display:none}@media (min-width: 1200px){.numbers:before{display:block;content:"";width:20rem;height:9rem;background-color:#f3f0ed;position:absolute;bottom:-50%;right:-11%;z-index:-1}}.numbers div{width:100%}@media (min-width: 1200px){.numbers div{width:6rem}}.numbers div h3{font-size:2.5rem;font-weight:500;margin-bottom:.25rem}@media (min-width: 1200px){.numbers div h3{font-size:3.6rem;margin-bottom:.45rem}}.numbers div p{color:#9e9d9b;font-size:.9rem}@media (min-width: 1200px){.numbers div p{font-size:1rem}}.services{grid-area:services;width:100%;margin-bottom:2rem}@media (min-width: 1200px){.services{align-self:flex-end;justify-self:end;margin-bottom:2.4rem;margin-right:.8rem;width:23.96rem}}.services__container{background-color:#faf8f5;padding:1.5rem}@media (min-width: 1200px){.services__container{padding:1.8rem}}.services__container-title{font-size:1rem;font-weight:400;margin-bottom:1.35rem;text-align:center}@media (min-width: 1200px){.services__container-title{text-align:left}}.services__container-service{display:flex;flex-direction:column;list-style-position:inside;gap:2rem;counter-reset:list-item}@media (min-width: 1200px){.services__container-service{gap:2.7rem}}.services__container-service li{display:flex;align-items:center;position:relative;counter-increment:list-item;font-size:1.1rem}@media (min-width: 1200px){.services__container-service li{font-size:1.35rem}}.services__container-service li:before{content:"0" counter(list-item);color:#9e9d9b;padding-right:1rem;font-size:1rem}.services__container-service li:not(:last-child):after{content:"";width:100%;height:1px;bottom:-50%;background-color:#dedad5;position:absolute}@media (min-width: 1200px){.services__container-service li:not(:last-child):after{bottom:-68%}}.services__container-service li a{display:inline-flex;align-items:center;margin-left:auto}.services__container-service li a img{width:1.8rem}@media (min-width: 1200px){.services__container-service li a img{width:2.18rem}}
