#header {
  box-shadow: none !important;
}

#usps {
  background: #F2F4F9;
  margin-top: 72px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  #usps {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 992px) {
  #usps {
    padding: 3rem 0;
  }
}
#usps > .container {
  font-family: var(--default-font-family);
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 16px;
  line-height: 32px;
}
#usps > .container > #usps-inner {
  background: #fff;
  position: relative;
  padding: 48px;
  border-radius: 16px;
  transition: 200ms ease all;
  box-shadow: inset 0 0 0 1px #E7E9EE;
}
@media (prefers-reduced-motion: reduce) {
  #usps > .container > #usps-inner {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #usps > .container > #usps-inner {
    padding: 32px;
  }
}
#usps > .container > #usps-inner .title {
  text-align: center;
  position: relative;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  margin-bottom: 4px;
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 28px;
  line-height: 40px;
}
#usps > .container > #usps-inner .subtitle {
  text-align: center;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  margin-bottom: 32px;
  color: #717786;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 28px;
  line-height: 40px;
}
#usps > .container > #usps-inner p {
  text-align: center;
  margin: 0 auto 0.75rem;
  padding-bottom: 48px;
  position: relative;
}
#usps > .container > #usps-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 16px 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#usps > .container > #usps-inner ul > li {
  position: relative;
  padding-left: 36px;
  flex-grow: 1;
  font-family: var(--default-font-family);
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 992px) {
  #usps > .container > #usps-inner ul > li {
    width: calc(50% - 32px);
    max-width: calc(50% - 32px);
    min-width: calc(50% - 32px);
    flex-basis: calc(50% - 32px);
  }
}
#usps > .container > #usps-inner ul > li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/images/icons/check-green.png");
  background-image: url("/assets/images/icons/check-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

#steps {
  background: #F2F4F9;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  #steps {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
#steps > .container > .title {
  text-align: center;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  margin-bottom: 4px;
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 28px;
  line-height: 40px;
}
#steps > .container > .subtitle {
  text-align: center;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  margin-bottom: 48px;
  color: #6E747C;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 28px;
  line-height: 40px;
}
#steps > .container > .cta {
  text-align: center;
  margin-top: 48px;
}
#steps > .container > #steps-inner {
  padding: 0;
  position: relative;
  gap: 32px;
  display: flex;
  flex-direction: column;
}
#steps > .container > #steps-inner > .step {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  flex-basis: 100%;
  background: white;
  position: relative;
  padding: 48px;
  border-radius: 16px;
  transition: 200ms ease all;
}
@media (prefers-reduced-motion: reduce) {
  #steps > .container > #steps-inner > .step {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #steps > .container > #steps-inner > .step {
    padding: 32px;
  }
}
#steps > .container > #steps-inner > .step > .titles {
  display: flex;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 28px;
  line-height: 40px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
#steps > .container > #steps-inner > .step > .titles .step-number {
  margin-right: 8px;
}
#steps > .container > #steps-inner > .step > .titles .step-number:after {
  content: ".";
}
#steps > .container > #steps-inner > .step > .value {
  font-family: var(--default-font-family);
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
}

#about-us-wrapper {
  padding-bottom: 0 !important;
}

#footer-references {
  background: #F2F4F9;
}
