a {
  font-weight: 900;
}
h1, .h1 {
  /* font-size: clamp(3rem, 3.3333333333vw, 4rem); */
  font-size: clamp(2.8rem, 2.96875vw, 2.5625rem);
  line-height: .97;
  letter-spacing: -0.02em;
  color: #1f015d;
  font-weight: normal;
}
h2, .h2 {
  font-size: clamp(1.3rem, 1.697917vw, 2.4375rem);
  margin-top: 0.5rem;
  padding-top: 1rem;
  font-weight: normal;
}
.h2-main {
  font-size: clamp(2.8rem, 2.96875vw, 3.5625rem);
  line-height: 1.11;
  letter-spacing: -0.05em;
  font-weight: 600;
  margin-bottom: 1rem;
}
h3, .h3 {
  font-size: clamp(1.3rem, 1.1979166667vw, 1.4375rem);
  margin-top: 0.5rem;
  padding-top: 1rem;
  font-weight: normal;
}
.h3-cards {
  font-size: clamp(1.3rem, 1.197917vw, 2.4375rem);
}
.h3-cards-service {
  font-size: clamp(1.3rem, 0.197917vw, 1.4375rem);
}
.h3-cards-service {
  margin: 0 !important;
}

p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  /* font-size: 1rem; */
  line-height: 1.5;
  font-weight: 400;
}

ol {
  font-size: 18px;
}

ul, li {
  font-size: 18px;
}

ul li a {
  font-size: 18px !important;
}

footer a {
    font-weight: normal !important;
    font-size: 15px !important;
}

.s-contacts .form {
  margin-left: 0px !important;
}

.newsletter-input {
  border: 2px solid #fff !important;
}

.s-hero-custom {
    background: url(../images/bg-hero.png) 0 / cover no-repeat;
    position: relative;
    padding: 178px 0 80px;
    overflow: hidden;
}
.trusted {
  width: fit-content !important;
  padding: 5px 10px !important;
}

.card.card--icon {
  transition: background-color 1.5s ease, box-shadow 1.5s ease;
}
.card.card--icon:hover {
  background-color: rgba(0, 113, 255, 0.125); /* lightblue */
  box-shadow: 2px 2px 5px 0px rgba(0, 113, 255, 0.1);
}

.form-check-input {
  margin-top: 0px !important;
}
.form-check-label p {
  margin-bottom: 0px !important;
}

.s-steps .card {
  background-image: url(../images/bg-card.svg);
}
.card.card--number {
  border: transparent;
  transition: background-color 0.6s ease, box-shadow 0.6s ease;
}
.card.card--number:hover {
  background-color: rgba(126, 24, 220, 0.06);
  box-shadow: 2px 2px 5px 0px rgba(126, 24, 220, 0.1);
  border: #000;
}
.card--number:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-image: url(../images/bg-card-03-large.svg);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out, background-color 0.6s ease-out;
    z-index:-1
}
.card--number::after {
  color: #000 !important;
}

.nav-pills {
  gap: 10px !important;
}

.s-contacts dl dd address {
    margin: 0 0 2.05rem !important;
}
.s-contacts dl dd {
    margin: 0 0 2.05rem;
}

.s-services .card {
  background-image: url(../images/bg-card.svg);
}
.card.card--icon {
  border: transparent;
  transition: background-color 0.6s ease, box-shadow 0.6s ease;
}
.card.card--icon:hover {
  background-color: rgba(0, 113, 255, 0.125); /* lightblue */
  box-shadow: 2px 2px 5px 0px rgba(0, 113, 255, 0.1);
  border: #000;
}
.card--icon:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-image: url(../images/bg-card-03-large.svg);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out, background-color 0.6s ease-out;
}
.card--icon::after {
  color: #000 !important;
}

.card--price .card-label {
  font-size: 12px !important;
}

.blog-card-mb {
  margin-bottom: 2%;
}

.card--price {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.pricing-enquiry {
  margin-bottom: 3rem;
}

.pricing-p-fs {
  font-size: 18px;
}

.pricing-p-height {
  height: 72px !important;
}

.card--price ul.check-list li:before {
  top: 2px !important;
  height: 18px !important
}

.s-steps .card--number {
  position: relative;
  overflow: hidden;
  z-index: 1;
}