/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .paragraph-numbered-steps__field-single-cta a {
    display: inline-block;
    padding: 12px 24px;
    border: 0;
    border-radius: 30px;
    background-color: #0046b4;
    color: #fff;
    font-size: 14px;
    font-family: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .paragraph-numbered-steps__field-single-cta a + .btn {
      margin-top: 10px;
    }
  }
  .paragraph-numbered-steps__field-single-cta a:focus {
    outline: none;
  }
  .paragraph-numbered-steps__field-single-cta a:hover {
    color: #fff;
  }
  .paragraph-numbered-steps__field-single-cta a:disabled, .paragraph-numbered-steps__field-single-cta a.disabled, .paragraph-numbered-steps__field-single-cta a[disabled] {
    opacity: 0.5;
    pointer-events: none;
  }
  .paragraph-numbered-steps__field-single-cta a {
    background-color: #0046b4;
    color: #fff;
  }
  .paragraph-numbered-steps__field-single-cta a:hover {
    background-color: #336bc3;
  }
  .paragraph-numbered-steps__field-single-cta a:active, .paragraph-numbered-steps__field-single-cta a.active {
    background-color: #002a6c;
  }
  .btn-close {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
  }
  .btn-close:after, .btn-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 33px;
    background: #808080;
  }
  .btn-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .btn-close:before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.check-list li, .paragraph-numbered-steps__field-steps-item .paragraph-numbered-step__field-description ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
}
.check-list li:after, .paragraph-numbered-steps__field-steps-item .paragraph-numbered-step__field-description ul li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 6px;
  display: block;
  width: 6px;
  height: 13px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #FFC800;
  transform: rotate(45deg);
}
.check-list--green li:after {
  border-color: #47a247;
}
.check-list--blue li:after {
  border-color: #0046b4;
}

/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.primary-link, .paragraph-numbered-steps__field-steps-item .paragraph-numbered-step__field-description a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .paragraph-numbered-steps__field-steps-item .paragraph-numbered-step__field-description a:hover {
  text-decoration: underline;
  color: #336bc3;
}

.paragraph-numbered-steps {
  padding: 45px 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .paragraph-numbered-steps {
    background-color: #F8F8F8;
  }
}
.paragraph-numbered-steps__field-title {
  max-width: 85%;
  margin: 0 auto 25px;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.75px;
  color: #202020;
}
@media (min-width: 768px) {
  .paragraph-numbered-steps__field-title {
    max-width: 90%;
    font-size: 46px;
    letter-spacing: -1.15px;
  }
}
@media (min-width: 992px) {
  .paragraph-numbered-steps__field-title {
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .paragraph-numbered-steps__field-title {
    max-width: 1146px;
  }
}
.paragraph-numbered-steps__field-steps {
  display: grid;
  grid-row-gap: 30px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .paragraph-numbered-steps__field-steps {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .paragraph-numbered-steps__field-steps {
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .paragraph-numbered-steps__field-steps {
    grid-auto-rows: 1fr;
    max-width: 1146px;
  }
}
.paragraph-numbered-steps__field-steps-item {
  max-width: 85%;
  margin: 0 auto;
  border: 1px solid #DBDBDB;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .paragraph-numbered-steps__field-steps-item {
    max-width: 100%;
    background-color: #fff;
  }
}
.paragraph-numbered-steps__field-steps-item .paragraph-numbered-step {
  padding: 20px;
}
.paragraph-numbered-steps__field-steps-item .paragraph-numbered-step__field-short-title {
  width: 26px;
  min-width: 26px;
  height: 100%;
  padding: 2px 0;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  background-color: #0046b4;
  color: #fff;
}
.paragraph-numbered-steps__field-steps-item .paragraph-numbered-step__field-title {
  margin-left: 10px;
}
.paragraph-numbered-steps__field-steps-item .paragraph-numbered-step__field-title h3 {
  margin-top: 5px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.45px;
  text-align: left;
  color: #202020;
}
.paragraph-numbered-steps__field-steps-item .paragraph-numbered-step__field-description {
  margin-left: 36px;
}
.paragraph-numbered-steps__field-steps-item .paragraph-numbered-step__field-description p {
  font-size: 14px;
  line-height: 1.7;
  color: #404040;
}
.paragraph-numbered-steps__field-steps-item .paragraph-numbered-step__field-description a {
  font-size: 14px;
}
.paragraph-numbered-steps__field-steps-item .paragraph-numbered-step__field-description ul li {
  font-size: 14px;
  color: #404040;
}
.paragraph-numbered-steps__field-steps-item .paragraph-numbered-step__field-description ul li::after {
  border-color: #0046b4;
}
.paragraph-numbered-steps__field-steps-item .paragraph-numbered-step .title-wrapper {
  display: flex;
}
.paragraph-numbered-steps__field-single-cta {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .paragraph-numbered-steps__field-single-cta {
    margin-top: 30px;
  }
}
.paragraph-numbered-steps__field-single-cta a {
  width: 85%;
}
@media (min-width: 768px) {
  .paragraph-numbered-steps__field-single-cta a {
    width: auto;
  }
}

/*# sourceMappingURL=numbered-steps.css.map */
