.page-slug-lavora-con-noi > .wp-site-blocks > main.wp-block-group {
  margin-block-start: 0 !important;
}

.page-slug-lavora-con-noi .atl-nav-shell {
  border-color: transparent;
}

.atl-lh {
  padding: 5px 4px;
  padding-top: 10px;
}
.atl-lh__frame {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 460px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #353452;
  padding: 0 1.5rem 1.75rem;
}
.atl-lh__bg {
  position: absolute;
  inset: 0;
}
.atl-lh__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.atl-lh__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #353452 40%, transparent);
}
.atl-lh__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
}
.atl-lh__content {
  max-width: 56rem;
}
.atl-lh__title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1;
  margin: 0 0 1rem;
}
.atl-lh__text-primary, .atl-lh__text-secondary {
  max-width: 48rem;
}
.atl-lh__text-primary p, .atl-lh__text-secondary p {
  margin: 0 0 1rem;
}
.atl-lh__text-primary {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625;
}
.atl-lh__text-secondary {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625;
}
.atl-lh__ctas {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.atl-lh__cta {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 50px;
  padding: 1rem 2rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.333;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  width: 100%;
}
.atl-lh__cta--primary {
  background-color: #137777;
  color: #fff;
}
.atl-lh__cta--primary:hover {
  background-color: #0d6161;
}
.atl-lh__cta--secondary {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.atl-lh__cta--secondary:hover {
  background-color: rgba(255, 255, 255, 0.18);
}
@media (min-width: 768px) {
  .atl-lh {
    padding: 14px 10px;
    padding-top: 10px;
  }
  .atl-lh__frame {
    min-height: 520px;
    padding: 0 3rem 2.75rem;
  }
  .atl-lh__title {
    font-size: 3rem;
  }
  .atl-lh__ctas {
    flex-direction: row;
    margin-top: 1.5rem;
  }
  .atl-lh__cta {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .atl-lh__title {
    font-size: 3.75rem;
  }
}

.editor-styles-wrapper .atl-lh {
  min-height: 400px;
}
.editor-styles-wrapper .atl-lh__bg {
  opacity: 1 !important;
}
