/* 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-title-extended__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-title-extended__field-single-cta a + .btn {
      margin-top: 10px;
    }
  }
  .paragraph-title-extended__field-single-cta a:focus {
    outline: none;
  }
  .paragraph-title-extended__field-single-cta a:hover {
    color: #fff;
  }
  .paragraph-title-extended__field-single-cta a:disabled, .paragraph-title-extended__field-single-cta a.disabled, .paragraph-title-extended__field-single-cta a[disabled] {
    opacity: 0.5;
    pointer-events: none;
  }
  .paragraph-title-extended__field-single-cta a {
    background-color: #0046b4;
    color: #fff;
  }
  .paragraph-title-extended__field-single-cta a:hover {
    background-color: #336bc3;
  }
  .paragraph-title-extended__field-single-cta a:active, .paragraph-title-extended__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 */
.primary-separator, .paragraph-title .separator {
  display: flex;
  width: 100px;
  height: 3px;
  margin: 0 auto 30px;
  background-color: #0046b4;
}
@media (min-width: 992px) {
  .primary-separator, .paragraph-title .separator {
    margin-bottom: 25px;
  }
}

/* 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-title-extended__field-description p a, .paragraph-title__field-description a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .paragraph-title-extended__field-description p a:hover, .paragraph-title__field-description a:hover {
  text-decoration: underline;
  color: #336bc3;
}

/* 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-title-extended__field-description ul li, .paragraph-title__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-title-extended__field-description ul li:after, .paragraph-title__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;
}

.paragraph-title {
  max-width: 755px;
  padding: 0 25px;
  margin: 45px auto;
  text-align: center;
}
@media (min-width: 992px) {
  .paragraph-title {
    padding: 0;
    margin: 45px auto 60px;
  }
}
.paragraph-title__field-title h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.75px;
  color: #202020;
}
@media (min-width: 992px) {
  .paragraph-title__field-title h2 {
    font-size: 36px;
    letter-spacing: -1.15px;
  }
}
.paragraph-title__field-description p {
  font-size: 14px;
  color: #606060;
}
@media (min-width: 992px) {
  .paragraph-title__field-description p {
    font-size: 16px;
  }
}
.paragraph-title__field-description a {
  font-size: 14px;
}
@media (min-width: 992px) {
  .paragraph-title__field-description a {
    font-size: 16px;
  }
}
.paragraph-title__field-description ul li {
  font-size: 14px;
  color: #404040;
}
.paragraph-title__field-description ul li::after {
  top: 3px;
  border-color: #0046b4;
}
.paragraph-title-extended {
  width: 100%;
  padding: 0 15px;
}
.paragraph-title-extended .paragraph-title__container {
  max-width: 1176px;
  width: 100%;
  margin: 45px auto;
  padding: 45px 15px;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 15px;
}
.paragraph-title-extended .paragraph-title__wrapper {
  max-width: 750px;
  margin: 0 auto;
}
.paragraph-title-extended__field-icon {
  width: 110px;
  margin: 0 auto 20px auto;
}
.paragraph-title-extended__field-large-title h1 {
  margin-bottom: 40px;
  font-size: 36px;
  color: #202020;
  text-align: center;
}
@media (max-width: 768px) {
  .paragraph-title-extended__field-large-title h1 {
    font-size: 28px;
  }
}
.paragraph-title-extended__field-title h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #404040;
  text-align: center;
}
@media (max-width: 768px) {
  .paragraph-title-extended__field-title h2 {
    font-size: 18px;
  }
}
.paragraph-title-extended__field-description p {
  font-size: 18px;
  color: #404040;
  text-align: center;
}
@media (max-width: 768px) {
  .paragraph-title-extended__field-description p {
    font-size: 14px;
  }
}
.paragraph-title-extended__field-description p a {
  font-weight: 600;
  font-size: 18px;
  color: #0046b4;
}
@media (max-width: 768px) {
  .paragraph-title-extended__field-description p a {
    font-size: 14px;
  }
}
.paragraph-title-extended__field-description ul li {
  font-size: 14px;
  color: #404040;
}
.paragraph-title-extended__field-description ul li::after {
  top: 3px;
  border-color: #0046b4;
}
.paragraph-title-extended__field-single-cta {
  margin-top: 30px;
  text-align: center;
}

/*# sourceMappingURL=title-description-paragraph.css.map */
