.services-hero {
  position: relative;
  display: block;
}
.services-hero__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  height: 100vh;
}
@media (min-width: 769px) {
  .services-hero__wrapper {
    padding: 90px 20px;
  }
}
@media (min-width: 1201px) {
  .services-hero__wrapper {
    padding: 120px 20px;
  }
}
@media (min-width: 769px) {
  .services-hero__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  .services-hero__caption {
    flex: 6;
  }
}
@media (min-width: 769px) {
  .services-hero__caption--top {
    position: relative;
    height: 40%;
  }
}
@media (min-width: 769px) {
  .services-hero__caption--top-wrapper {
    position: absolute;
    bottom: 20px;
  }
}
@media (min-width: 993px) {
  .services-hero__caption--top-wrapper {
    bottom: 40px;
  }
}
@media (min-width: 769px) {
  .services-hero__caption--bottom {
    height: 60%;
    padding-top: 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 769px) and (min-width: 993px) {
  .services-hero__caption--bottom {
    padding-top: 40px;
  }
}
.services-hero__caption-title {
  margin: 0;
  padding: 30px 0 0 0;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 40px;
}
@media (min-width: 769px) {
  .services-hero__caption-title {
    padding: 0;
    font-size: 38px;
  }
}
@media (min-width: 993px) {
  .services-hero__caption-title {
    font-size: 48px;
    letter-spacing: -1.2px;
    line-height: 50px;
  }
}
@media (min-width: 1201px) {
  .services-hero__caption-title {
    font-size: 60px;
    letter-spacing: -1.5px;
    line-height: 60px;
  }
}
.services-hero__caption-subtitle {
  margin: 10px auto 20px auto;
  color: #9999A7;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
@media (min-width: 769px) {
  .services-hero__caption-subtitle {
    margin: 10px auto 0 auto;
  }
}
@media (min-width: 993px) {
  .services-hero__caption-subtitle {
    margin: 20px auto 0 auto;
    font-size: 22px;
    letter-spacing: -0.3;
    line-height: 40px;
  }
}
@media (min-width: 1201px) {
  .services-hero__caption-subtitle {
    margin: 20px 0 0 0;
    font-size: 28px;
    letter-spacing: -0.3;
    line-height: 40px;
  }
}
.services-hero__caption-description {
  color: #32334F;
  font-size: 16px;
  line-height: 25px;
}
@media (min-width: 993px) {
  .services-hero__caption-description {
    font-size: 18px;
    line-height: 30px;
  }
}
.services-hero__caption-description p {
  margin: 0 0 20px 0;
}
.services-hero__caption-button {
  margin-top: 20px !important;
  min-width: 160px;
}
@media (min-width: 769px) {
  .services-hero__image {
    position: relative;
    flex: 6;
    top: 40%;
    margin-top: -27%;
    height: 50%;
  }
}
.services-hero__image-layers {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.services-hero__image-layers-item {
  position: absolute;
  top: 2.5%;
  max-width: 100%;
}
.services-hero__image-layers--01 {
  animation: 1s ease 0s 1 showLogo backwards;
}
.services-hero__image-layers--02 {
  animation: 1s ease 1s 1 showLogo backwards;
}
.services-hero__image-layers--03 {
  animation: 1s ease 2s 1 showLogo backwards;
}
.services-hero__image-layers--04 {
  animation: 1s ease 3s 1 showLogo backwards;
}
.services-hero__image-layers--05 {
  animation: 1s ease 3.5s 1 showLogo backwards;
}
.services-hero__image-layers--06 {
  animation: 1s ease 4s 1 showLogo backwards;
}
.services-hero__image-layers--07 {
  animation: 1s ease 4.5s 1 showLogo backwards;
}
.services-hero__image-layers--08 {
  animation: 1s ease 5s 1 showLogo backwards;
}
.services-hero__image-layers--09 {
  animation: 1s ease 4.5s 1 showLogo backwards;
}
.services-hero__image-layers--10 {
  animation: 1s ease 5s 1 showLogo backwards;
}
.services-hero__image-layers--11 {
  animation: 1s ease 5.5s 1 showLogo backwards;
}
.services-hero__background {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #F2F2F3;
}

@keyframes showLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
