.hero {
  position: relative;
  height: 858px;

  background-image: url('../img/home/hero-home.png');
  background-size: cover;
  background-position: 50% 90%;
  background-repeat: no-repeat;
}

.hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero__content {
  position: absolute;
  left: 40px;
  top: 360px;
}

.hero h1 {
  color: #ffffff;
  font-family: var(--font-serif);
  font-size: 50px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: 0;
}

.hero h1 em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 350;
}

.hero__offer-card {
  position: absolute;
  right: 40px;
  bottom: 42px;

  width: 402px;
  height: 202px;
  padding: 26px 28px;

  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
  border-radius: 5px;
}

.hero__offer-card span {
  display: block;

  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 400;

  margin-bottom: 28px;
}

.hero__offer-card::after {
  content: "→";
  position: absolute;
  top: 22px;
  right: 24px;

  font-size: 18px;
}

.hero__offer-card h2 {
  margin: 0 0 14px;

  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;

  max-width: 320px;
}

.hero__offer-card a {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;

  text-decoration: underline;
}

/* =========================
   INTRO
========================= */

.home-intro {
  background: #ffffff;
  padding: 48px 40px 0;
}

.home-intro__grid {
  display: grid;
  grid-template-columns: 761px 680px;
  column-gap: 22px;
  align-items: start;
}

.home-intro__left h2 {
  margin: 0;

  font-family: var(--font-serif);
  font-size: 50px;
  font-weight: 350;
  line-height: 62px;
  letter-spacing: 0;
  color: #212121;
}

.home-intro__right {
  padding-top: 360px;

  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
}

.home-intro__right p {
  margin: 0 0 32px;
}

.home-intro__right p:last-child {
  margin-bottom: 0;
}

.home-intro__metrics {
  margin-top: 86px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 48px;
  align-items: start;
}

.metric strong {
  display: block;

  font-family: var(--font-serif);
  font-size: 76px;
  font-weight: 350;
  line-height: 1;
  color: #000000;
}

.metric span {
  display: block;
  margin-top: 8px;

  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
}

/* =========================
   ABOUT US
========================= */

.home-about-wrapper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 92px;
}

.home-about {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-about__image {
  width: 100%;
  height: 845px;
  object-fit: cover;
  display: block;
}

.home-about__image img {
  width: 100%;
  height: 845px;
  object-fit: cover;
  display: block;
}

.home-about::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(0, 0, 0, 0.82) 16%,
    rgba(0, 0, 0, 0.58) 32%,
    rgba(0, 0, 0, 0.24) 48%,
    rgba(0, 0, 0, 0) 68%
  );

  pointer-events: none;
}

.home-about__overlay {
  position: absolute;
  left: 40px;
  bottom: 64px;
  z-index: 2;
  color: #ffffff;
}

.home-about__overlay span {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.47)
}

.home-about__overlay h2 {
  margin: 0 0 32px;

  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 350;
  line-height: 56px;
  letter-spacing: 0;
  color: #ffffff;
}

.home-about__actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.home-about__actions a {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.home-about__actions a:first-child {
  padding: 13px 34px;
  background: #ffffff;
  color: #000000;
}

.home-about__actions a:last-child {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

/* =========================
   SERVICES
========================= */

.home-services {
  background: #ffffff;
  padding: 74px 40px 86px;
}

.home-services__inner {
  width: 100%;
}

.home-services__label {
  display: block;
  margin-bottom: 34px;

  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;

  color: #212121;
}

.home-services h2 {
  margin: 0;

  font-family: var(--font-serif);
  font-size: 50px;
  font-weight: 350;
  line-height: 62px;
  letter-spacing: 0;

  color: #212121;
}

.home-services__cards {
  margin-top: 112px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

.service-card {
  position: relative;
  width: 442px;
  height: 210px;

  padding: 28px 28px 26px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  overflow: hidden;
  text-decoration: none;
  color: #212121;
}

.service-card--one {
  background-color: #E4E4E4;
}

.service-card--two {
  background-color: #CEC8BC;
}

.service-card--three {
  background-color: #E4E4E4;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  pointer-events: none;
}

.service-card--one::before {
  background-image: url('../img/home/img-services.png');
}

.service-card--two::before {
  background-image: url('../img/services/img-services-1.png');
}

.service-card--three::before {
  background-image: url('../img/services/img-services-2.png');
}

.service-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;

  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 350;
  line-height: 34px;
  letter-spacing: 0;

  color: #212121;
}

.service-card span {
  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  gap: 28px;

  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;

  color: #212121;
}

.service-card span em {
  font-style: normal;
}

/* CANDIDATES */

.home-candidates {
  background: #2B221E;
}

.home-candidates__inner {
  height: 712px;
  max-width: 1512px;
  margin: 0 auto;

  padding: 39px 38px 39px 72px;

  display: grid;
  grid-template-columns: 515px 723px;
  column-gap: 145px;

  align-items: center;
}

.home-candidates__content {
  padding: 0;
  transform: translateY(5px);
}

.home-candidates__content span {
  margin-bottom: 20px;
  display: block;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;

  color: rgba(255,255,255,.47);
}

.home-candidates__content h2 {
  max-width: 515px;
  margin: 0;

  font-family: var(--font-serif);
  font-size: 35px;
  line-height: 40px;
  font-weight: 350;
  letter-spacing: 0;

  color: #fff;
}

.home-candidates__content p {
  max-width: 515px;
  margin: 32px 0 0;

  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  color: #fff;
}

.home-candidates__actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.home-candidates__actions a {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.home-candidates__actions a:first-child {
  width: 146px;
  height: 38px;
  padding: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #fff;
  color: #000;
}

.home-candidates__actions a:last-child {
  height: 18px;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  color: #fff;
}

.home-candidates__image {
  width: 723px;
  height: 622px;
  padding: 0;
}

.home-candidates__image img {
  width: 723px;
  height: 622px;
  object-fit: cover;
  display: block;
}

/* =========================
   TESTIMONIALS
========================= */

.home-testimonials {
  width: 100%;
  background: #ffffff;
}

.home-testimonials__inner {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;

  padding: 72px 54px 78px;
}

.home-testimonials__header span {
  display: block;
  margin-bottom: 4px;

  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-transform: uppercase;

  color: #8C8C8C;
}

.home-testimonials__header h2 {
  margin: 0;

  font-family: var(--font-serif);
  font-size: 35px;
  font-weight: 350;
  line-height: 40px;

  color: #3B1200;
}

.home-testimonials__arrows {
  margin-top: 18px;

  display: flex;
  align-items: center;
  gap: 20px;
}

.home-testimonials__arrows button {
  padding: 0;
  border: 0;
  background: transparent;

  font-family: var(--font-sans);
  font-size: 22px;
  line-height: 1;
  font-weight: 300;

  color: #3B1200;
  cursor: pointer;
}

.home-testimonials__grid {
  margin-top: 44px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 92px;

  position: relative;
}

.home-testimonials__grid::before {
  content: "";
  position: absolute;

  top: 0;
  bottom: 0;
  left: 50%;

  width: 1px;
  background: #8C8C8C;
  opacity: .65;
}

.home-testimonial {
  max-width: 645px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  min-height: 365px;
}

.home-testimonial p {
  margin: 0;

  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 350;
  line-height: 30px;

  color: #3B1200;
}

.home-testimonial div {
  margin-top: 30px;
}

.home-testimonial strong {
  display: block;

  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;

  color: #000000;
}

.home-testimonial em {
  display: block;

  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  font-style: italic;

  color: #737373;
}

/* =========================
   SUCCESS STORIES
========================= */

.home-success {
  width: 100%;
  background: #F1F0EE;
}

.home-success__inner {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;

  padding: 72px 54px 78px;
}

.home-success__header span {
  display: block;
  margin-bottom: 4px;

  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-transform: uppercase;

  color: #8C8C8C;
}

.home-success__header h2 {
  margin: 0;

  font-family: var(--font-serif);
  font-size: 35px;
  font-weight: 350;
  line-height: 40px;

  color: #3B1200;
}

.home-success__arrows {
  margin-top: 18px;

  display: flex;
  align-items: center;
  gap: 20px;
}

.home-success__arrows button {
  padding: 0;
  border: 0;
  background: transparent;

  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;

  color: #3B1200;
  cursor: pointer;
}

.home-success__grid {
  margin-top: 58px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}

.home-success-card {
  width: 100%;
  height: 486px;

  padding: 24px 24px 28px;

  display: flex;
  flex-direction: column;
}

.home-success-card--dark {
  background: #2B221E;
  color: #ffffff;
}

.home-success-card--light {
  background: #C8C8BC;
  color: #000000;
}

.home-success-card__meta {
  margin-bottom: 18px;
}

.home-success-card__meta span,
.home-success-card__meta strong {
  display: block;

  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.home-success-card--dark .home-success-card__meta span {
  color: rgba(255,255,255,.5);
}

.home-success-card--dark .home-success-card__meta strong {
  color: #fff;
}

.home-success-card--light .home-success-card__meta span {
  color: #737373;
}

.home-success-card--light .home-success-card__meta strong {
  color: #000;
}

.home-success-card img {
  width: 100%;
  height: 239px;

  display: block;
  object-fit: cover;
}

.home-success-card h3 {
  margin: 24px 0 0;

  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 350;
  line-height: 33px;

  color: inherit;
}

.home-success-card a {
  width: 128px;
  height: 44px;

  margin-top: auto;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;

  background: #ffffff;
  color: #000000;
  text-decoration: none;
}