body.page-template-template-promo header.site-header {
  position: absolute;
  top: auto;
  padding: 30px 0;
  background-color: transparent;
}
body.page-template-template-promo header.site-header .contact-cta {
  position: fixed;
  top: 25px;
  right: 0;
}
body.page-template-template-promo header.site-header .contact-cta a {
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 22px 0 0 22px;
  font-family: Geologica;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: black;
  text-decoration: none;
  background-color: #c3da6e;
  padding: 10px 20px 10px 10px;
  transition: all 0.3s ease-in-out;
}
body.page-template-template-promo header.site-header .contact-cta a:hover {
  padding-right: 40px;
}
body.page-template-template-promo header.site-header .contact-cta a:before {
  content: url(../../images/icons/svg-circle-envelope.svg);
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}
body.page-template-template-promo .wp-block-columns.is-style-promo-stats {
  margin-top: -160px;
}
body.page-template-template-promo .wp-block-columns.is-style-promo-stats .wp-block-column.has-dark-gray-background-color:not(a, button) {
  border-radius: 22px;
  background: rgba(31, 31, 31, 0.75);
  box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.05) inset;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
body.page-template-template-promo .wp-block-columns.is-style-the-team {
  gap: 40px;
}
body.page-template-template-promo .wp-block-columns.is-style-the-team .wp-block-column .wp-block-image {
  margin: 0 0 30px;
}
body.page-template-template-promo .wp-block-columns.is-style-the-team .wp-block-column .wp-block-image img {
  aspect-ratio: 56/67;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  border-radius: 22px;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
}
body.page-template-template-promo .wp-block-columns.is-style-the-team .wp-block-column p:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body.page-template-template-promo .wp-block-columns .wp-block-column p.has-text-align-right {
    text-align: left;
  }
}
body.page-template-template-promo .wp-block-group.is-style-your-team {
  margin-top: -375px;
}
body.page-template-template-promo .wp-block-services__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  body.page-template-template-promo .wp-block-services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  body.page-template-template-promo .wp-block-services__list {
    grid-template-columns: 1fr;
  }
}
body.page-template-template-promo .wp-block-services__list .service-block {
  position: relative;
  grid-row: span 1;
  min-height: 210px;
  padding: 20px;
  border-radius: 22px;
}
@media screen and (max-width: 1024px) {
  body.page-template-template-promo .wp-block-services__list .service-block.internet-marketing {
    order: 1;
  }
  body.page-template-template-promo .wp-block-services__list .service-block.web {
    order: 2;
  }
  body.page-template-template-promo .wp-block-services__list .service-block.creative {
    order: 3;
  }
}
body.page-template-template-promo .wp-block-services__list .service-block:nth-child(10n+2), body.page-template-template-promo .wp-block-services__list .service-block:nth-child(10n+9), body.page-template-template-promo .wp-block-services__list .service-block:nth-child(10n+11) {
  grid-row: span 2;
}
body.page-template-template-promo .wp-block-services__list .service-block:nth-child(12n) {
  grid-row: span 1;
}
body.page-template-template-promo .wp-block-services__list .service-block__icon {
  max-width: 30px;
}
body.page-template-template-promo .wp-block-services__list .service-block__heading {
  margin: 0;
}
