.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;
}

.header-section {
  margin: 100px 16px 0;
  display: flex;
  flex-direction: column;
}
.header-section .header-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.header-section .header-image img {
  width: 156px;
  height: 156px;
  object-fit: cover;
}
.header-section .header-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.header-section .header-content .title {
  display: flex;
  align-items: start;
}
.header-section .header-content .title .cfa-title {
  font-size: 40px;
  line-height: 60px;
  text-align: left;
  margin: 0;
}
.header-section .header-content .title .cfa-title::after {
  left: unset;
  transform: unset;
}
.header-section .header-content .headline .cfa-headline {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  font-family: Open Sans;
}
.header-section .header-content .share-menu .social-icons {
  display: flex;
  gap: 16px;
}
.header-section .header-content .share-menu .social-icons .icon-image {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .header-section {
    flex-direction: row-reverse;
    margin: 100px 40px 0;
  }
  .header-section .header-image {
    flex: 1;
    align-items: start;
  }
  .header-section .header-content {
    flex: 3;
  }
  .header-section .header-content .title .cfa-title {
    font-size: 48px;
    line-height: 60px;
  }
  .header-section .header-content .headline .cfa-headline {
    font-family: Open Sans;
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
  }
  .header-section .header-content .share-menu .social-icons {
    display: flex;
    gap: 16px;
  }
}
@media (min-width: 1152px) {
  .header-section {
    flex-direction: row;
    margin: 120px 60px 0;
    gap: 50px;
  }
  .header-section .header-image {
    flex: unset;
    align-items: start;
    width: 100%;
    align-items: center;
    margin-bottom: 0;
    justify-content: flex-end;
  }
  .header-section .header-image img {
    width: 315px;
    height: 315px;
    object-fit: cover;
  }
  .header-section .header-content {
    flex: unset;
  }
}
@media (min-width: 1440px) {
  .header-section {
    margin: 120px 148px 0;
  }
}
@media (min-width: 1920px) {
  .header-section {
    margin: 120px 388px 0;
  }
}

/*# sourceMappingURL=header_section.css.map */
