.landing-block.av-home-services.av-home-services--v1 {
  --av-hs-blue: #094781;
  --av-hs-red: #db1e39;
  --av-hs-card: #e7eef2;
  --av-hs-text: #596570;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 100px;
  font-family: "Inter ALAB", "Inter", Arial, sans-serif !important;
}

.landing-block.av-home-services.av-home-services--v1,
.landing-block.av-home-services.av-home-services--v1 * {
  box-sizing: border-box;
}

.landing-block.av-home-services.av-home-services--v1 .av-home-services__container {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 15px;
}

.landing-block.av-home-services.av-home-services--v1 .av-home-services__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row dense;
  grid-auto-rows: minmax(245px, auto);
  gap: 20px;
  align-items: stretch;
}

.landing-block.av-home-services.av-home-services--v1 .av-home-services__card {
  min-width: 0;
  min-height: 245px;
  overflow: hidden;
  border-radius: 20px;
}

.landing-block.av-home-services.av-home-services--v1 .av-home-services__card--service {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 42px 30px 72px;
  background: var(--av-hs-card);
}

.landing-block.av-home-services.av-home-services--v1 .av-home-services__link {
  display: inline;
  margin: 0 0 20px;
  color: var(--av-hs-blue);
  text-decoration: none !important;
}

.landing-block.av-home-services.av-home-services--v1 .av-home-services__title,
.landing-block.av-home-services.av-home-services--v1 .av-home-services__title * {
  color: inherit;
  font-family: "Bebas Neue ALAB", "Bebas Neue", "PT Sans Narrow", "Arial Narrow", sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.landing-block.av-home-services.av-home-services--v1 .av-home-services__icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--av-hs-red);
  transition: transform .18s ease, background-color .18s ease;
}

.landing-block.av-home-services.av-home-services--v1 .av-home-services__icon-glyph,
.landing-block.av-home-services.av-home-services--v1 .av-home-services__icon-glyph::before {
  color: inherit;
  font-size: 18px !important;
  line-height: 1 !important;
}

.landing-block.av-home-services.av-home-services--v1:not([data-show-link-icons*="Y"]) .av-home-services__icon {
  display: none;
}

.landing-block.av-home-services.av-home-services--v1 .av-home-services__link:hover,
.landing-block.av-home-services.av-home-services--v1 .av-home-services__link:focus-visible {
  color: var(--av-hs-red);
  text-decoration: none !important;
}

.landing-block.av-home-services.av-home-services--v1 .av-home-services__link:hover .av-home-services__icon,
.landing-block.av-home-services.av-home-services--v1 .av-home-services__link:focus-visible .av-home-services__icon {
  background: var(--av-hs-blue);
  transform: translateX(3px);
}

.landing-block.av-home-services.av-home-services--v1 .av-home-services__description,
.landing-block.av-home-services.av-home-services--v1 .av-home-services__description * {
  margin: 0;
  color: var(--av-hs-text);
  font-family: "Inter ALAB", "Inter", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
}

.landing-block.av-home-services.av-home-services--v1 .av-home-services__card--photo,
.landing-block.av-home-services.av-home-services--v1 .av-home-services__card--photo-wide {
  position: relative;
  background: var(--av-hs-card);
}

.landing-block.av-home-services.av-home-services--v1 .av-home-services__card--photo-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.landing-block.av-home-services.av-home-services--v1 .av-home-services__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1279px) {
  .landing-block.av-home-services.av-home-services--v1 .av-home-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .landing-block.av-home-services.av-home-services--v1 {
    margin-bottom: 70px;
  }

  .landing-block.av-home-services.av-home-services--v1 .av-home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .landing-block.av-home-services.av-home-services--v1 .av-home-services__card--photo-wide {
    grid-row: span 1 !important;
  }
}

@media (max-width: 650px) {
  .landing-block.av-home-services.av-home-services--v1 {
    margin-bottom: 50px;
  }

  .landing-block.av-home-services.av-home-services--v1 .av-home-services__container {
    padding: 0 10px;
  }

  .landing-block.av-home-services.av-home-services--v1 .av-home-services__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-rows: minmax(220px, auto);
    gap: 14px;
  }

  .landing-block.av-home-services.av-home-services--v1 .av-home-services__card,
  .landing-block.av-home-services.av-home-services--v1 .av-home-services__card--photo-wide {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    min-height: 220px;
  }

  .landing-block.av-home-services.av-home-services--v1 .av-home-services__card--service {
    padding: 32px 24px 68px;
  }

  .landing-block.av-home-services.av-home-services--v1 .av-home-services__title,
  .landing-block.av-home-services.av-home-services--v1 .av-home-services__title * {
    font-size: 28px !important;
  }
}
