.button {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 1.6px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Open Sans";
}
.button .icon {
  font-size: 16px;
  color: #FFFFFF;
}
.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.button.small {
  padding: 8px 16px;
}
.button.medium {
  padding: 12px 16px;
}
.button.large {
  padding: 24px;
}
.button.cta {
  background: #ED1C24;
  border: 1px solid #ED1C24;
}
.button.cta:hover {
  background: #FEECED;
  color: #ED1C24;
}
.button.primary {
  background: #0C1A81;
  border: 1px solid #0C1A81;
}
.button.primary:hover {
  background: #EFF0FD;
  color: #0C1A81;
}
.button.primary:hover .icon {
  color: #0C1A81;
}
.button.primary:disabled {
  background: #CCCFDA;
  color: #616582;
  border: 1px solid #CCCFDA;
  cursor: not-allowed;
}
.button.secondary {
  background: #FEECED;
  border: 1px solid #FEECED;
}
.button.secondary:hover {
  background: #ED1C24;
  color: #FFFFFF;
  border: 1px solid #ED1C24;
}
.button.disabled {
  background: #CCCFDA;
  color: #616582;
  border: 1px solid #CCCFDA;
  cursor: not-allowed;
}

.wysiwyg {
  font-family: Open Sans;
}
.wysiwyg h1 {
  font-size: 36px;
  /* Heading 1 */
  margin: 16px 0;
  font-weight: 900;
}
.wysiwyg h2 {
  font-size: 28px;
  /* Heading 2 */
  margin: 14px 0;
  font-weight: 900;
}
.wysiwyg h3 {
  font-size: 24px;
  /* Heading 3 */
  margin: 12px 0;
  font-weight: 900;
}
.wysiwyg h4 {
  font-size: 18px;
  /* Heading 4 */
  margin: 10px 0;
  font-weight: 900;
}
.wysiwyg h5 {
  font-size: 16px;
  /* Heading 5 */
  margin: 8px 0;
  font-weight: 900;
}
.wysiwyg h6 {
  font-size: 14px;
  /* Heading 6 */
  margin: 6px 0;
  font-weight: 900;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg p {
  margin: 10px 0;
}
.wysiwyg strong {
  font-weight: 700 !important;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg a {
  color: #0C1A81;
}

.course-completed {
  padding: 80px 40px;
}
.course-completed .cfa-title {
  color: var(--primary-700, #0c1a81);
  /* Display */
  font-family: Ibarra Real Nova;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
}
.course-completed .content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.course-completed .certificate, .course-completed .cert-pdf .certificate {
  min-width: 450px;
}
.course-completed .certificate .certificate-content {
  padding: 20px;
}
.course-completed .certificate .certificate-content .certificate-content-header hr {
  border: none;
}
.course-completed .certificate .certificate-content .certificate-content-header .certificate-of,
.course-completed .certificate .certificate-content .certificate-content-header .certificate-type {
  color: var(--shades-black, #000);
  font-family: Lora;
  font-size: 27.854px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.817px; /* 125% */
}
.course-completed .certificate .course-details .name {
  color: var(--shades-black, #000);
  font-family: Open Sans;
  font-size: 18.569px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.854px; /* 150% */
}
.course-completed .certificate .course-details .title {
  color: var(--shades-black, #000);
  font-family: Open Sans;
  font-size: 10.445px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.248px;
  text-align: left;
}
.course-completed .certificate .course-details .bold-text {
  font-weight: 700;
}
.course-completed .cert-pdf {
  display: none;
  box-sizing: border-box;
}
.course-completed .cert-pdf * {
  box-sizing: border-box;
}
.course-completed .cert-pdf .certificate hr {
  border: none !important;
  height: 0.5mm;
  margin: 0;
}
.course-completed .cert-pdf .certificate .certificate-content {
  padding: 0;
}
.course-completed .share-section {
  width: 263px;
  text-align: center;
}
.course-completed .share-section .title {
  color: var(--primary-700, #0c1a81);
  text-align: center;
  /* Paragraph/P3/Semi Bold */
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.course-completed .share-section .share {
  margin-bottom: 50px;
}
.course-completed .share-section .share .social-icons {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.course-completed .share-section .share .social-icons .icon-image {
  width: 24px;
  height: 24px;
}
.course-completed .certificate .certificate-footer .company-details .brand-details .logo {
  height: 30px;
  width: 30px;
}
.course-completed .certificate .certificate-footer .company-details {
  align-items: center;
}
.course-completed .certificate .certificate-footer .company-details .brand-details .company-name {
  line-height: 30px;
}
.course-completed .certificate-preview {
  flex: 1;
  box-shadow: 0px 5.74648px 9.57746px 0px rgba(0, 0, 0, 0.1);
  width: 45vw;
  max-width: 600px;
}

@media (max-width: 768px) {
  .course-completed {
    /* Mobile Headings */
    font-family: Lora;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .course-completed .content {
    flex-wrap: wrap-reverse;
  }
  .course-completed .cfa-title {
    color: var(--primary-700, #0c1a81);
    /* Mobile Headings */
    font-family: Lora;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    text-align: left;
  }
  .course-completed .cfa-title::after {
    left: 0;
    transform: none;
  }
  .course-completed .share-section {
    text-align: left;
  }
  .course-completed .share-section .title {
    text-align: left;
  }
  .course-completed .share-section .share .social-icons {
    justify-content: flex-start;
  }
}
@media (min-width: 1440px) {
  .course-completed {
    padding: 80px 148px;
  }
}
@media (min-width: 1920px) {
  .course-completed {
    padding: 80px 388px;
  }
}

/*# sourceMappingURL=course-completed.css.map */
