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

.profile {
  max-width: 1920px;
  padding: 60px;
}
.profile * {
  font-family: Open Sans;
}
.profile .cfa-title {
  text-align: left;
  font-family: Lora;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.profile form {
  margin-top: 40px;
}
.profile .avatar {
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.profile .avatar img {
  border-radius: 50%;
}
.profile .avatar-label {
  color: var(--shades-black, #000);
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}
.profile .my-courses {
  margin: 40px 0;
}
.profile .my-courses a {
  color: var(--primary-700, #0c1a81);
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.profile .form-description {
  margin: 0 0 40px;
  color: var(--shades-black, #000);
  max-width: 600px;
  /* Paragraph/P3/Regular */
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}
.profile .user-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.profile .user-form .bio {
  margin: 40px 0;
  flex: 1;
}
.profile .user-form .bio label {
  color: var(--shades-black, #000);
  /* Paragraph/P3/Regular */
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}
.profile .user-form .bio textarea {
  border: 1px solid var(--neutral-300, #b7bac8);
  background: var(--shades-white, #fff);
  width: 100%;
}
.profile .user-form .bio button,
.profile .user-form .bio input[type=button] {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.profile .user-form .input {
  display: flex;
  align-items: center;
  gap: 8px;
  width: calc(50% - 24px);
}
.profile .user-form .input label {
  min-width: 120px;
  color: var(--shades-black, #000);
  /* Paragraph/P3/Regular */
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}
.profile .user-form .input input[type=text],
.profile .user-form .input input[type=tel],
.profile .user-form .input input[type=url],
.profile .user-form .input input[type=email] {
  border: 1px solid var(--neutral-300, #b7bac8);
  background: var(--shades-white, #fff);
  height: 44px;
}
.profile .user-form .input input[type=text]:disabled,
.profile .user-form .input input[type=tel]:disabled,
.profile .user-form .input input[type=url]:disabled,
.profile .user-form .input input[type=email]:disabled {
  background: var(--neutral-50, #f7f9fd);
}
.profile .user-form .prefix {
  border: none;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  color: #000;
  height: 44px;
  padding: 8px 4px;
  /* Paragraph/P2/Regular */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}
.profile .mandatory {
  color: var(--neutral-800, #4b5071);
  /* Paragraph/P3/Regular */
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}
.profile .updates {
  margin: 80px 0;
}
.profile .updates .receive-updates {
  margin: 0;
  color: var(--shades-black, #000);
  /* Paragraph/P3/Regular */
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}
.profile .updates .checkbox-group {
  margin-top: 32px;
}
.profile .submit-area {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.profile .setting-title {
  color: var(--primary-700, #0c1a81);
  font-family: Open Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 150% */
}
.profile .setting-description {
  color: var(--shades-black, #000);
  margin: 40px 0;
  /* Paragraph/P3/Regular */
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}
.profile .network {
  display: flex;
  padding: 24px 0;
  gap: 15px;
  margin-bottom: 40px;
}
.profile .network .img {
  height: 100px;
}
.profile .network .button {
  width: max-content;
}
.profile .network .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.profile .network .content .title {
  color: var(--shades-black, #000);
  font-family: Open Sans;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 121.739% */
  letter-spacing: -0.46px;
}
.profile .network .content .description {
  color: var(--shades-black, #000);
  /* Paragraph/P3/Regular */
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

@media (min-width: 1440px) {
  .profile {
    padding: 60px 148px;
  }
}
@media (min-width: 1920px) {
  .profile {
    padding: 60px 388px;
  }
}
@media (max-width: 768px) {
  .profile .user-form .input {
    max-width: 450px;
    width: 100%;
  }
  .profile .network {
    display: block;
  }
  .profile .network .content {
    margin-top: 40px;
  }
  .profile .submit-area {
    display: flex;
    justify-content: center;
  }
}

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