@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/material-icons-outlined.woff) format("woff2");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  src: local(""), url(fonts/noto-serif-v21-latin-regular.woff) format("woff2"), url(fonts/noto-serif-v21-latin-regular.woff) format("woff"), url(fonts/noto-serif-v21-latin-regular.ttf) format("truetype"), url(6003bb3a0b769bd572bc87f55f84bc38.svg) format("svg");
  /* Legacy iOS */
}
:root {
  --mcpdg-primary: #4769BC;
  --mcpdg-secondary: #A1339F;
  --mcpdg-danger: #F80000;
  --mcpdg-success: #47D78A;
}

/**
* Course About Instructor Box
**/
.bb-about-instructor .bb-author-info {
  display: none;
}
.bb-about-instructor .bb-author-meta {
  margin-top: 0.2rem;
}

.mcpdg-course-location__address {
  margin-bottom: 1.5rem;
}
.mcpdg-course-location__button {
  margin-top: 1.5rem;
}
.mcpdg-course-location__button a {
  color: white !important;
}

/**
* Course Search Bar
*/
.sfwd-courses-filters {
  display: flex;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  flex-wrap: nowrap;
}
.sfwd-courses-filters .select-wrap {
  width: 100%;
  margin-right: 0.5rem;
}
.sfwd-courses-filters .select-wrap:last-child {
  margin: 0;
}
.sfwd-courses-filters .select-wrap select {
  width: 100%;
}
.sfwd-courses-filters select {
  max-width: 200px;
}
@media (max-width: 1082px) {
  .sfwd-courses-filters {
    flex-direction: column !important;
    margin-right: 15px;
    width: 100%;
  }
  .sfwd-courses-filters .select-wrap {
    margin-bottom: 5px;
  }
  .sfwd-courses-filters .select-wrap select {
    max-width: none;
    width: 100%;
  }
}

.ld-secondary-header .grid-filters {
  display: none;
}

/**
* Course Tile
*/
.bb-cover-list-item {
  height: auto !important;
}
.bb-cover-list-item.bb-course-paid {
  padding-bottom: 0 !important;
}
.bb-cover-list-item .mcpdg-card-course-availability {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #EAECEF;
  padding: 0.8rem;
}
.bb-cover-list-item .mcpdg-card-course-availability .col:first-child {
  margin-right: 0.5rem;
}
.bb-cover-list-item .mcpdg-card-course-availability .col:last-child {
  line-height: 1.2rem;
}
.bb-cover-list-item .mcpdg-card-course-availability .col:last-child .mcpdg-card-course-availability-date {
  display: block;
  font-size: 0.9rem;
  color: #4769BC;
}
.bb-cover-list-item .mcpdg-card-course-availability .col:last-child .mcpdg-card-course-availability-date .mcpdg-card-course-availability-date-label {
  display: flex;
  align-items: center;
}
.bb-cover-list-item .mcpdg-card-course-availability .col:last-child .mcpdg-card-course-availability-date .mcpdg-card-course-availability-date-label span:first-child {
  color: #f2085a;
  font-size: 1.8rem;
  margin-right: 0.2rem;
}
.bb-cover-list-item .mcpdg-card-course-availability .col:last-child .mcpdg-card-course-availability-spaces {
  font-size: 0.8rem;
}
.bb-cover-list-item .bb-card-course-details {
  padding: 20px;
}
.bb-cover-list-item .bb-card-course-details .mcpdg-course-type-wrapper {
  margin-bottom: 0.5rem;
}
.bb-cover-list-item .bb-card-course-details .mcpdg-course-type-wrapper .mcpdg-course-type {
  display: inline;
  align-items: center;
  padding: 0.5rem;
  border-radius: 40px;
  color: #ffff;
  line-height: normal;
}
.bb-cover-list-item .bb-card-course-details .mcpdg-course-type-wrapper .mcpdg-course-type span {
  margin-left: 0.1rem;
}
.bb-cover-list-item .bb-card-course-details .course-lesson-count {
  margin-bottom: 1rem;
}

.mcpdg-card-course-type {
  font-size: 0.7rem;
  margin-bottom: 1rem;
}

.mcpdg-card-course-price-wrapper {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.mcpdg-card-course-price-wrapper .mcpdg-card-course-price {
  display: inline-block;
  border-radius: 15px;
  background: var(--mcpdg-secondary);
  color: white;
  padding: 0 0.5rem;
  font-size: 0.8rem;
  width: auto;
}
.mcpdg-card-course-price-wrapper .mcpdg-card-course-price-vat {
  color: #8f8f8f;
  margin-left: 0.3rem;
  font-size: 0.7rem;
}

/**
* Course Grid
**/
.bb-course-items {
  transition: transform 350ms ease-in-out, opacity 350ms ease-in-out;
}
.bb-course-items.bb-course-items-loading {
  opacity: 0.2;
  transform: scale(0.99);
}

/**
* Course Sidebar
*/
.lms-topic-sidebar-wrapper .mcpdg-topic-sidebar-discussions {
  padding: 0 0 0.8rem 0;
  text-align: center;
}

.bb-single-course-sidebar .ld-status,
.sfwd-course-nav .ld-status {
  height: auto;
}

/**
* Course Content Page
*/
.learndash-content-body .mcpdg-discussion-callout {
  padding: 3rem;
  text-align: center;
  border-radius: 25px;
  margin-top: 4rem;
  box-shadow: 0 0 20px rgba(90, 90, 90, 0.2);
}
.learndash-content-body .mcpdg-discussion-callout p {
  margin-top: 0 !important;
}
.learndash-content-body .mcpdg-discussion-callout a {
  margin-top: 2rem;
  color: #fff;
}
@media (max-width: 576px) {
  .learndash-content-body .mcpdg-discussion-callout {
    padding: 2rem;
  }
}

/**
* Course Materials List
*/
.mcpdg-ld-list-item-icon {
  margin-right: 0.5rem;
}

/**
* Evaluation Form Banner
*/
.mcpdg-eval-form-banner {
  padding: 2rem;
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(90, 90, 90, 0.2);
}
.mcpdg-eval-form-banner .mcpdg-eval-form-banner-title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.mcpdg-eval-form-banner .mcpdg-eval-form-banner-intro {
  margin-bottom: 1.5rem;
}
.mcpdg-eval-form-banner a {
  color: white !important;
  margin-bottom: 0.5rem;
}

.members-list .item-entry .list-wrap-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.members-list .item-entry .list-wrap-inner .item {
  display: flex;
  flex-direction: column;
}
.members-list .item-entry .list-wrap-inner .item .item-block {
  flex-grow: 1;
}
.members-list .item-entry .list-wrap-inner .item .item-block .member-headline {
  display: block;
  margin: 15px 0;
}

.signup-form .field_headline,
.signup-form .field_my-cpd-goals,
.signup-form .field_experience,
.signup-form .field_qualifications,
.signup-form .field_achievements,
.signup-form .field_about {
  display: none;
}
.signup-form .description {
  margin-top: 0 !important;
}

#profile-edit-form .field_about .wp-editor-tools,
#profile-edit-form .field_about .mce-statusbar {
  display: none;
}
#profile-edit-form .field_about .wp-editor-container {
  border: 0 !important;
}
#profile-edit-form .field_about iframe {
  font-family: inherit;
  border-radius: 3px;
  border: 1px solid #DEDFE2;
  box-shadow: none;
}

.mcpdg-form {
  margin-bottom: 0;
}
.mcpdg-form .mcpdg-form-group {
  margin-bottom: 0.5rem;
}
.mcpdg-form input {
  width: 100%;
}
.mcpdg-form .mcpdg-form-footer {
  margin-top: 1.5rem;
}
.mcpdg-form .mcpdg-form-footer button {
  width: 100%;
}
.mcpdg-form .mcpdg-form-alert {
  padding: 1rem;
  color: white;
  margin-bottom: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.mcpdg-form .mcpdg-form-alert.mcpdg-form-alert-error {
  background: #f2085a;
}
.mcpdg-form .mcpdg-form-alert.mcpdg-form-alert-success {
  background: #47D78A;
}
.mcpdg-form .mcpdg-form-input-error {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  color: #f2085a;
}

.mcpdg-form-style-1 {
  margin-bottom: 0;
}
.mcpdg-form-style-1 a:focus {
  outline: 3px solid rgba(255, 214, 49, 0.5);
}
.mcpdg-form-style-1 input,
.mcpdg-form-style-1 textarea {
  border: 0;
  width: 100%;
  font-size: 1.1rem;
}
.mcpdg-form-style-1 input[type=checkbox] {
  display: flex;
  -webkit-appearance: none;
  justify-content: center;
  align-items: center;
  appearance: none;
  background-color: #fff;
  margin: 0;
  color: currentColor;
  width: 1.5em;
  height: 1.5em;
  border: 0.15em solid #00A6A3;
  border-radius: 5px;
  cursor: pointer;
}
.mcpdg-form-style-1 input[type=checkbox]:focus {
  outline: 3px solid rgba(255, 214, 49, 0.5);
}
.mcpdg-form-style-1 input[type=checkbox]::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  transform: scale(0);
  border-radius: 2px;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #00A6A3;
  z-index: 0;
}
.mcpdg-form-style-1 input[type=checkbox]:checked::before {
  transform: scale(1);
}
.mcpdg-form-style-1__message {
  margin-bottom: 2rem;
  text-align: center;
  color: #F80000;
}
.mcpdg-form-style-1 label {
  font-size: inherit;
  color: inherit;
}
.mcpdg-form-style-1__input-group {
  margin-bottom: 1rem;
}
.mcpdg-form-style-1__footer {
  margin-top: 2rem;
}
.mcpdg-form-style-1__text-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 5px solid #DBEFEF;
  padding: 0.5rem 0.8rem;
  background-color: white;
}
.mcpdg-form-style-1__text-input-wrapper:focus-within {
  outline: 3px solid rgba(255, 214, 49, 0.5);
}
.mcpdg-form-style-1__text-input-wrapper__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mcpdg-form-style-1__text-input-wrapper__icon span {
  font-size: 30px;
  color: #00A6A3;
}
.mcpdg-form-style-1__text-input-wrapper__input {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}
.mcpdg-form-style-1__text-input-wrapper__input__error {
  padding: 0 0 0 0.7rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #f2085a;
  margin-top: -5px;
}
.mcpdg-form-style-1__checkbox-input-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0.5rem 1rem;
}
.mcpdg-form-style-1__checkbox-input-wrapper__input {
  width: 30px;
  margin-right: 0.5rem;
}
.mcpdg-form-style-1__checkbox-input-wrapper__text {
  width: 100%;
}
.mcpdg-form-style-1__checkbox-input-wrapper__text label {
  cursor: pointer;
}
.mcpdg-form-style-1__checkbox-input-wrapper__error {
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #f2085a;
  margin-top: 0.5rem;
}

.type-post .entry-header {
  display: inline-block;
}

.wpProQuiz_questionListItem form {
  width: 100%;
}

#page {
  background-color: #F7F8F9;
}

.entry-header {
  display: none;
}

.home-page .content-area {
  padding-top: 0;
}

.mcpdg-frontend-admin-bar {
  position: fixed;
  display: flex;
  padding: 0.3rem;
  width: 100%;
  background: #488ADA;
  justify-content: center;
  z-index: 620;
}
.mcpdg-frontend-admin-bar a {
  display: flex;
  align-content: center;
  padding: 0.3rem;
  color: white;
  align-items: center;
}
.mcpdg-frontend-admin-bar a span {
  margin-right: 0.3rem;
}
.mcpdg-frontend-admin-bar a:hover {
  color: white !important;
}

.mcpdg-loading {
  transform: scale(0.98) !important;
  opacity: 0.5;
  pointer-events: none;
}

.mcpdg-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .mcpdg-container {
    padding: 0 2.5rem;
  }
}
@media (max-width: 576px) {
  .mcpdg-container {
    padding: 0rem;
  }
}

:root {
  --mcpdg-primary: #4769BC;
  --mcpdg-secondary: #A1339F;
  --mcpdg-danger: #F80000;
  --mcpdg-success: #47D78A;
}

.mcpdg-section {
  position: relative;
}
.mcpdg-section.mcpdg-section--top-margin {
  margin-top: 7rem;
}
.mcpdg-section.mcpdg-section--bottom-margin {
  margin-bottom: 7rem;
}
.mcpdg-section .mcpdg-section-heading {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
  padding: 0 2rem;
}
.mcpdg-section .mcpdg-section-heading .mcpdg-text-underline {
  color: #E6399C;
}
.mcpdg-section .mcpdg-section-heading p {
  max-width: 500px;
  color: #797979;
}
.mcpdg-section__footer {
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .mcpdg-section.mcpdg-section--top-margin {
    margin-top: 5rem;
  }
  .mcpdg-section.mcpdg-section--bottom-margin {
    margin-bottom: 5rem;
  }
}
@media (max-width: 576px) {
  .mcpdg-section.mcpdg-section--top-margin {
    margin-top: 4rem;
  }
  .mcpdg-section.mcpdg-section--bottom-margin {
    margin-bottom: 4rem;
  }
  .mcpdg-section__footer {
    margin-top: 3rem;
  }
}

.mcpdg-section-banner {
  margin: 3rem 0;
}
.mcpdg-section-banner__main {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.mcpdg-section-banner__main__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background: rgba(71, 105, 188, 0.3);
  padding: 0 5rem;
  width: 60%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: right;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.mcpdg-section-banner__main__content h1 {
  color: white;
}
.mcpdg-section-banner__main__content p {
  color: white;
  margin-bottom: 0;
}
.mcpdg-section-banner__main__content a {
  width: inherit;
}
.mcpdg-section-banner__main__image {
  width: 100%;
}
.mcpdg-section-banner__main__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 992px) {
  .mcpdg-section-banner__main {
    flex-direction: column;
  }
  .mcpdg-section-banner__main__content {
    position: relative;
    width: 100%;
    align-items: flex-start;
    text-align: left;
    order: 2;
    border-radius: 30px;
    background: #c7cfe8;
    padding: 3rem;
    border-radius: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .mcpdg-section-banner__main__image img {
    max-height: 400px;
    border-radius: 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}
@media (max-width: 768px) {
  .mcpdg-section-banner__main__image img {
    max-height: 300px;
  }
}
@media (max-width: 576px) {
  .mcpdg-section-banner.mcpdg-section {
    padding: 0px;
  }
  .mcpdg-section-banner__main__content {
    padding: 2rem;
    border-radius: 0;
  }
  .mcpdg-section-banner__main__image img {
    border-radius: 0;
    max-height: 200px;
  }
}

.mcpdg-section-icon-text .mcpdg-section-icon-text__main {
  display: flex;
  align-items: center;
}
.mcpdg-section-icon-text .mcpdg-section-icon-text__main .mcpdg-section-icon-text__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mcpdg-section-icon-text .mcpdg-section-icon-text__main .mcpdg-section-icon-text__item:first-child {
  margin-left: 0;
}
.mcpdg-section-icon-text .mcpdg-section-icon-text__main .mcpdg-section-icon-text__item:last-child {
  margin-right: 0;
}
.mcpdg-section-icon-text .mcpdg-section-icon-text__main .mcpdg-section-icon-text__item img {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}
.mcpdg-section-icon-text .mcpdg-section-icon-text__main .mcpdg-section-icon-text__item p {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 576px) {
  .mcpdg-section-icon-text.mcpdg-section--top-margin {
    margin-bottom: -1rem;
  }
  .mcpdg-section-icon-text .mcpdg-section-heading {
    margin-bottom: 1rem;
  }
}

.mcpdg-section-course-grid {
  position: relative;
}
.mcpdg-section-course-grid__body {
  border-radius: 30px;
  background-color: rgba(0, 166, 163, 0.2);
  background-image: url(463be999d8c40d523ff20179a2942437.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 3rem;
}
.mcpdg-section-course-grid__body__toolbar {
  overflow: auto;
  margin: 0 1.5rem 0 1.5rem;
  text-align: center;
  white-space: nowrap;
  padding: 0.5rem 0;
}
.mcpdg-section-course-grid__body__toolbar button {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0.5rem 1rem;
  background: transparent;
  border: 2px solid #00A6A3;
  color: #00A6A3;
  margin: 0 0.2rem;
}
.mcpdg-section-course-grid__body__toolbar button.active, .mcpdg-section-course-grid__body__toolbar button:focus {
  background: #00A6A3;
  color: white;
}
.mcpdg-section-course-grid__body__tip {
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
  max-width: 90%;
}
.mcpdg-section-course-grid__body__tip span {
  color: #E6399C;
}
.mcpdg-section-course-grid__slider {
  width: 100%;
}
.mcpdg-section-course-grid__slider__button__prev {
  background-image: url(bd233fb3cc067c0c626215ad83026c7c.svg);
  left: 5px;
  z-index: 99;
}
.mcpdg-section-course-grid__slider__button__next {
  background-image: url(dadc123c3e3ce45862863b7f90a19b08.svg);
  right: 5px;
  z-index: 99;
}
@media (max-width: 576px) {
  .mcpdg-section-course-grid.mcpdg-section {
    padding: 0;
  }
  .mcpdg-section-course-grid__body {
    padding: 3rem 0rem 4rem 0rem;
    border-radius: 0;
  }
  .mcpdg-section-course-grid__body .mcpdg-section-heading {
    margin-bottom: 1rem;
  }
  .mcpdg-section-course-grid__body__tip {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }
}

.mcpdg-section-collaborative {
  background: url(463be999d8c40d523ff20179a2942437.svg);
  background-position: center bottom;
  padding-bottom: 8rem;
}
.mcpdg-section-collaborative .mcpdg-container {
  background: url(dc57317018b0d3f574c29e99b3c2da34.svg);
  background-repeat: no-repeat;
  background-size: 600px;
}
.mcpdg-section-collaborative__header {
  display: flex;
  padding-bottom: 5rem;
  padding-top: 10rem;
}
.mcpdg-section-collaborative__header__col {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mcpdg-section-collaborative__header__col img {
  margin-right: 2rem;
}
.mcpdg-section-collaborative__header__text {
  margin-left: 2rem;
  max-width: 400px;
}
.mcpdg-section-collaborative__header__text .mcpdg-section-heading {
  text-align: left;
  align-items: left;
  margin-bottom: 0.8rem;
}
@media (min-width: 577px) {
  .mcpdg-section-collaborative__header__text .mcpdg-section-heading {
    padding-left: 0;
    padding-right: 0;
  }
}
.mcpdg-section-collaborative__header__text p {
  text-align: left;
}
.mcpdg-section-collaborative__header__image {
  min-width: 100px;
  max-width: 100px;
}
.mcpdg-section-collaborative__slider {
  margin-top: 3rem;
}
.mcpdg-section-collaborative__slider__button__prev {
  background-image: url(bd233fb3cc067c0c626215ad83026c7c.svg);
  left: 5px;
}
.mcpdg-section-collaborative__slider__button__next {
  background-image: url(dadc123c3e3ce45862863b7f90a19b08.svg);
  right: 5px;
}
@media (max-width: 768px) {
  .mcpdg-section-collaborative {
    margin-bottom: -3rem;
  }
  .mcpdg-section-collaborative .mcpdg-container {
    background-size: 400px;
  }
  .mcpdg-section-collaborative__header {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .mcpdg-section-collaborative {
    padding-top: 2rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    background-position-y: -300px;
  }
  .mcpdg-section-collaborative__header {
    padding-top: 0rem;
    padding-bottom: 1rem;
    text-align: center;
  }
  .mcpdg-section-collaborative__header__col {
    justify-content: start;
    width: 100%;
  }
  .mcpdg-section-collaborative__header__text {
    margin-left: 0;
    max-width: 100%;
  }
  .mcpdg-section-collaborative__header__text .mcpdg-section-heading {
    text-align: center;
  }
  .mcpdg-section-collaborative__header__image {
    display: none;
  }
}

.mcpdg-section-testimonial__slider__button__prev {
  background-image: url(bd233fb3cc067c0c626215ad83026c7c.svg);
  left: 5px;
}
.mcpdg-section-testimonial__slider__button__next {
  background-image: url(dadc123c3e3ce45862863b7f90a19b08.svg);
  right: 5px;
}
.mcpdg-section-testimonial__slider__pagination {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.mcpdg-section-testimonial__slider__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0.2rem;
  background-color: transparent;
  border: 2px solid #E6399C;
  opacity: 1;
  transform: scale(0.8);
}
.mcpdg-section-testimonial__slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E6399C;
  transform: scale(1);
}

:root {
  --mcpdg-primary: #4769BC;
  --mcpdg-secondary: #A1339F;
  --mcpdg-danger: #F80000;
  --mcpdg-success: #47D78A;
}

.mcpdg-text-underline {
  color: #4769BC;
  padding-bottom: 0.8rem;
  line-height: 3.5rem;
  background-size: contain;
  background-position: center 42px;
  background-repeat: no-repeat;
  white-space: nowrap;
}
.mcpdg-text-underline.mcpdg-text-underline--blue {
  background-image: url(1952c3370e743c4d91771a60b4463231.svg);
}
.mcpdg-text-underline.mcpdg-text-underline--pink {
  background-image: url(aaee086f101fb6c7a15ae25944d88099.svg);
}
@media (max-width: 576px) {
  .mcpdg-text-underline {
    padding-bottom: 1rem;
    line-height: 2.8rem;
    background-position-y: 80%;
  }
}

:root {
  --mcpdg-primary: #4769BC;
  --mcpdg-secondary: #A1339F;
  --mcpdg-danger: #F80000;
  --mcpdg-success: #47D78A;
}

.mcpdg-button-reset {
  padding: 0;
  background: transparent;
}

.mcpdg-btn {
  padding: 0.8rem 2rem;
  border-radius: 30px;
  font-size: 0.9rem;
  text-align: center;
  transition: background-color 250ms ease-in-out;
}
@media (max-width: 576px) {
  .mcpdg-btn {
    padding: 0.8rem 1rem;
  }
}
.mcpdg-btn--block {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.mcpdg-btn--icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mcpdg-btn--icon i {
  margin-right: 0.3rem;
}
.mcpdg-btn--outline-primary {
  border: 2px solid #AF28A5;
  border-bottom: 2px solid #AF28A5 !important;
  color: #AF28A5 !important;
  margin-bottom: 1rem;
}
.mcpdg-btn--outline-primary:hover {
  border-color: #cf34c5;
  color: #cf34c5 !important;
}
.mcpdg-btn--outline-primary:focus, .mcpdg-btn--outline-primary:active {
  border-color: #cf34c5;
  color: #cf34c5 !important;
}
.mcpdg-btn--primary {
  background-color: #AF28A5;
  color: white !important;
}
.mcpdg-btn--primary:hover {
  background-color: #cf34c5;
  color: white;
}
.mcpdg-btn--primary:focus, .mcpdg-btn--primary:active {
  background-color: #cf34c5;
  color: white;
}
.mcpdg-btn--secondary {
  background-color: #E6399C;
  color: white;
}
.mcpdg-btn--secondary:hover {
  background-color: #ff0090;
  color: white;
}
.mcpdg-btn--secondary:focus, .mcpdg-btn--secondary:active {
  background-color: #ff0090;
}
.mcpdg-btn--green {
  background-color: #00A6A3;
  color: white;
}
.mcpdg-btn--green:hover {
  background-color: #29cbc8;
  color: white;
}
.mcpdg-btn--green:focus, .mcpdg-btn--green:active {
  background-color: #29cbc8;
}
.mcpdg-btn:focus, .mcpdg-btn:active {
  outline-color: #ffd631;
  outline-width: 3px;
  outline-style: solid;
}
.mcpdg-btn:disabled {
  opacity: 0.7;
}

.mcpdg-heading-1 {
  font-size: 2.5rem;
  line-height: 45px;
  font-weight: 500;
  color: #002937;
}
@media (max-width: 576px) {
  .mcpdg-heading-1 {
    font-size: 2rem;
    line-height: 38px;
  }
}

.mcpdg-heading-4 {
  font-size: 1.4rem;
  line-height: 35px;
  font-weight: 500;
  color: #002937;
}

.mcpdg-heading-5 {
  font-size: 1.2rem;
  line-height: 35px;
  font-weight: 500;
  color: #002937;
}

:root {
  --mcpdg-primary: #4769BC;
  --mcpdg-secondary: #A1339F;
  --mcpdg-danger: #F80000;
  --mcpdg-success: #47D78A;
}

.mcpdg-tile-course-grid .swiper-wrapper {
  position: relative;
  transition: transform 350ms ease-in-out, opacity 350ms ease-in-out !important;
  flex-wrap: wrap;
}
.mcpdg-tile-course-grid .swiper-wrapper .swiper-slide {
  height: auto;
  flex-grow: 1;
  max-width: 400px;
  margin-bottom: 1rem;
}
.mcpdg-tile-course-grid .loader-main {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .mcpdg-tile-course-grid .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .mcpdg-tile-course-grid .swiper-wrapper .swiper-slide {
    max-width: auto;
    flex-grow: 0;
  }
}

.mcpdg-tile-course {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 3px 6px #00000029;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.mcpdg-tile-course:focus-within {
  outline: 3px solid #ffd631;
  outline-offset: 3px;
}
.mcpdg-tile-course--height-100pc {
  height: 100%;
}
.mcpdg-tile-course--live {
  border: 3px solid #012937;
}
.mcpdg-tile-course--live .mcpdg-tile-course__header__notches__top ul li {
  background-color: #012937;
}
.mcpdg-tile-course--live .mcpdg-tile-course__footer__price {
  background-color: #012937;
}
.mcpdg-tile-course--featured {
  border: 5px solid #00A6A3;
}
.mcpdg-tile-course--featured .mcpdg-tile-course__header__notches__top ul li {
  background-color: #00A6A3;
}
.mcpdg-tile-course--featured .mcpdg-tile-course__footer__price {
  background-color: #00A6A3;
}
.mcpdg-tile-course--new {
  border: 3px solid #F09B1C;
}
.mcpdg-tile-course--new .mcpdg-tile-course__header__notches__top ul li {
  background-color: #F09B1C;
}
.mcpdg-tile-course--new .mcpdg-tile-course__footer__price {
  background-color: #F09B1C;
}
.mcpdg-tile-course--free {
  border: 3px solid #E6399C;
}
.mcpdg-tile-course--free .mcpdg-tile-course__header__notches__top ul li {
  background-color: #E6399C;
}
.mcpdg-tile-course--free .mcpdg-tile-course__footer__price {
  background-color: #E6399C;
}
.mcpdg-tile-course__header {
  position: relative;
  height: 145px;
}
.mcpdg-tile-course__header__notches__top, .mcpdg-tile-course__header__notches__bottom {
  position: absolute;
  width: 100%;
}
.mcpdg-tile-course__header__notches__top ul, .mcpdg-tile-course__header__notches__bottom ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
.mcpdg-tile-course__header__notches__top ul li, .mcpdg-tile-course__header__notches__bottom ul li {
  display: flex;
  list-style: none;
  text-align: center;
  align-items: center;
  color: white;
  text-shadow: 0px 2px 4px #0000004D;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.8rem;
  max-width: 80%;
  overflow: hidden;
  line-height: 25px;
}
.mcpdg-tile-course__header__notches__top ul li i, .mcpdg-tile-course__header__notches__bottom ul li i {
  margin-right: 0.2rem;
}
.mcpdg-tile-course__header__notches__top ul li.live, .mcpdg-tile-course__header__notches__bottom ul li.live {
  padding-right: 1.1rem;
  align-items: center;
  justify-content: center;
}
.mcpdg-tile-course__header__notches__top ul li.live span, .mcpdg-tile-course__header__notches__bottom ul li.live span {
  color: red;
  font-size: 1.6rem;
  margin-right: 0.2rem;
}
.mcpdg-tile-course__header__notches__top {
  top: 0;
  left: 0;
}
.mcpdg-tile-course__header__notches__top ul li {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #012937;
  text-transform: uppercase;
  padding: 0.1rem 0.8rem 0.2rem 0.8rem;
  margin: 0 0.1rem;
  text-transform: uppercase;
}
.mcpdg-tile-course__header__notches__bottom {
  bottom: 0;
  left: 0;
}
.mcpdg-tile-course__header__notches__bottom ul li {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #012937;
  padding: 0.3rem 0.5rem 0.2rem 0.5rem;
}
.mcpdg-tile-course__header img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.mcpdg-tile-course__live {
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 0px 2px 10px rgba(71, 105, 188, 0.15);
}
.mcpdg-tile-course__live__details {
  display: flex;
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
}
.mcpdg-tile-course__live__details > span {
  display: block;
  padding: 0.7rem 0.5rem 0.3rem 0.5rem;
  border-right: 1px solid rgba(1, 41, 55, 0.2);
  width: 100%;
  color: #012937;
}
.mcpdg-tile-course__live__details > span:last-child {
  border: 0;
}
.mcpdg-tile-course__live__details > span i {
  font-size: 1.1rem;
  display: block;
}
.mcpdg-tile-course__body {
  display: flex;
  flex-direction: column;
  padding: 1.8rem;
  height: 100%;
}
.mcpdg-tile-course__body__points {
  border-bottom: 1px solid #dfdfdf;
}
.mcpdg-tile-course__body__points__item {
  display: flex;
  flex-direction: row;
  padding-bottom: 0.5rem;
}
.mcpdg-tile-course__body__points__item span {
  margin-left: 0.4rem;
  color: #E6399C;
  font-size: 0.8rem;
  font-weight: 500;
}
.mcpdg-tile-course__body__categories {
  border-bottom: 1px solid #dfdfdf;
  padding: 0.8rem 0;
}
.mcpdg-tile-course__body__categories__item {
  display: inline-block;
  padding: 0.2rem 1.2rem;
  background-color: #012937;
  border-radius: 30px;
  color: white;
  font-size: 0.8rem;
}
.mcpdg-tile-course__body__status {
  font-weight: bold;
  text-transform: uppercase;
  color: #A1339F;
  font-size: 0.8rem;
}
.mcpdg-tile-course__body__type {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #747474;
  margin-bottom: 0.5rem;
}
.mcpdg-tile-course__body__type i {
  margin-right: 0.1rem;
}
.mcpdg-tile-course__body__location {
  font-size: 0.8rem;
  color: #747474;
}
.mcpdg-tile-course__body__location i {
  margin-right: 0.1rem;
}
.mcpdg-tile-course__body__title {
  line-height: 23px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 0;
  flex-grow: 1;
}
.mcpdg-tile-course__body__title a {
  display: -webkit-box;
  color: #353535;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mcpdg-tile-course__body__author {
  display: flex;
}
.mcpdg-tile-course__body__author img {
  border-radius: 50%;
  object-fit: cover;
  width: 30px;
  height: 30px;
}
.mcpdg-tile-course__body__author a {
  display: block;
  font-weight: 500;
  font-size: 0.8rem;
  color: #353535;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mcpdg-tile-course__body__author a:last-child {
  margin-left: 0.3rem;
}
.mcpdg-tile-course__body__progress {
  margin-top: 1.3rem;
}
.mcpdg-tile-course__body__progress .ld-progress-stats {
  font-size: 0.8rem;
  line-height: 18px;
  margin-top: 1rem;
}
.mcpdg-tile-course__footer {
  text-align: center;
}
.mcpdg-tile-course__footer__price {
  display: inline-block;
  padding: 0.2rem 1rem;
  background-color: #4769BC;
  border-radius: 30px;
  color: white;
  font-size: 0.8rem;
  background-color: #012937;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .mcpdg-tile-course__header {
    height: 160px;
  }
  .mcpdg-tile-course__body__title {
    font-size: 1.3rem;
    line-height: 25px;
  }
}

.mcpdg-tile-profile {
  display: flex;
  flex-direction: column;
  background: white;
  border: 3px solid #EFF1F3;
  border-radius: 30px;
  padding: 2rem;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.mcpdg-tile-profile__image {
  position: relative;
  border-radius: 50%;
  border: 1px solid rgba(230, 57, 156, 0.4);
  padding: 0.3rem;
  width: 110px;
  height: 110px;
  margin: 0 auto;
}
.mcpdg-tile-profile__image img {
  border-radius: 50%;
}
.mcpdg-tile-profile__image::after {
  position: absolute;
  bottom: 5px;
  right: 0;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(38d6bcd619cea986c424abdb9aa2034c.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.mcpdg-tile-profile__title h4 {
  margin-bottom: 0;
  margin-top: 0.8rem;
  line-height: 30px;
}
.mcpdg-tile-profile__title a {
  color: #353535;
}
.mcpdg-tile-profile__approved {
  margin-top: 0.5rem;
  color: #E6399C;
}
.mcpdg-tile-profile__bio {
  margin-top: 1.5rem;
  color: #747474;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mcpdg-tile-testimonial {
  position: relative;
  display: inline-block;
  background: white;
  border: 3px solid rgba(71, 105, 188, 0.1);
  border-radius: 30px;
  padding: 2rem;
  text-align: center;
  box-sizing: border-box;
}
.mcpdg-tile-testimonial::before {
  position: absolute;
  content: "";
  background-image: url(d2ef7dfac257ddeec0675ce1736b83b9.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 30px;
  left: 30px;
  width: 110px;
  height: 70px;
}
.mcpdg-tile-testimonial__image {
  position: relative;
  border-radius: 50%;
  padding: 0.1rem;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background: white;
  box-shadow: 0px 7px 15px #4769BC4D;
}
.mcpdg-tile-testimonial__image img {
  border-radius: 50%;
  width: 110px;
  height: 110px;
  object-fit: cover;
}
.mcpdg-tile-testimonial__text {
  margin-top: 1.8rem;
}
.mcpdg-tile-testimonial__name {
  margin-top: 1rem;
}
.mcpdg-tile-testimonial__name h5 {
  margin-bottom: 0;
  margin-top: 0.8rem;
  color: #00A6A3;
}
.mcpdg-tile-testimonial__position {
  color: #353535;
  font-weight: 500;
}

.modal-body__main {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.modal-body__main::after {
  content: "";
  position: absolute;
  height: 30%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #020024;
  background: linear-gradient(20deg, #020024 0%, #e8f6f8 0%, white 60%);
  z-index: -1;
}
.modal-body__main__header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4rem 3rem 2rem 3rem;
  background: #020024;
  background: linear-gradient(167deg, #020024 0%, #e8f6f8 0%, white 60%);
}
@media (max-width: 576px) {
  .modal-body__main__header {
    padding: 3rem 3rem 1.5rem 3rem;
  }
}
.modal-body__main__header__heading {
  font-family: "Noto Serif" !important;
  margin: 1rem 0 1.5rem 0;
  text-align: center;
}
.modal-body__main__header__toggle {
  color: #AF28A5;
}
.modal-body__main__header__close {
  position: absolute;
  top: 35px;
  right: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  padding: 0 !important;
  width: 40px;
  height: 40px;
}
.modal-body__main__body {
  box-sizing: content-box;
  padding: 3rem;
}
@media (max-width: 576px) {
  .modal-body__main__body {
    padding: 1.8rem;
  }
}

.mcpdg-search-header-banner {
  margin-top: 2rem;
}
.mcpdg-search-header-banner img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .mcpdg-search-header-banner {
    border-radius: 10px;
    margin-top: 1rem;
  }
  .mcpdg-search-header-banner img {
    border-radius: 10px;
  }
}

.mcpdg-search-bar {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 0.7rem 1rem;
  border-radius: 35px;
  margin-top: 2rem;
  background: #FFFFFF;
  border: 3px solid rgba(25, 166, 164, 0.75);
  box-shadow: 0 0 36px 0 rgba(206, 206, 206, 0.46);
}
@media (max-width: 576px) {
  .mcpdg-search-bar {
    margin-top: 1rem;
    padding: 0.2rem 0.8rem;
  }
}
.mcpdg-search-bar__icon i {
  font-size: 2rem;
  color: rgba(25, 166, 164, 0.75);
}
@media (max-width: 576px) {
  .mcpdg-search-bar__icon i {
    font-size: 1.5rem;
  }
}
.mcpdg-search-bar__input {
  width: 100%;
}
.mcpdg-search-bar__input input {
  display: block;
  border: none;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 576px) {
  .mcpdg-search-bar__input input {
    font-size: 1.1rem;
  }
}
.mcpdg-search-bar__clear button {
  padding: 0;
  background-color: transparent;
  color: red;
  cursor: pointer;
}
.mcpdg-search-bar__clear button i {
  font-size: 2rem;
}
.mcpdg-search-bar__clear button:disabled {
  color: #dfdfdf;
}

.mcpdg-filter-bar__filters {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(25, 166, 164, 0.2);
  border-radius: 35px;
  padding: 1rem 1.5rem;
  margin-top: 1rem;
}
@media (max-width: 576px) {
  .mcpdg-filter-bar__filters {
    padding: 0.7rem 1rem;
    margin-top: 0.5rem;
  }
}
.mcpdg-filter-bar__filters select {
  position: relative;
  background-color: #00A6A3;
  background-image: url(551ac0fe0831f5aded87a924b5e241ed.svg);
  background-size: 10px;
  border-radius: 15px;
  margin: 0.2rem;
  color: white;
  padding: 1rem 2rem 1rem 1rem;
  flex-grow: 1;
  height: 55px;
  width: calc(20% - 0.4rem);
  min-width: 150px;
  appearance: none;
}
@media (max-width: 576px) {
  .mcpdg-filter-bar__filters select {
    padding: 0.5rem 0.8rem;
    height: 45px;
    margin-left: 0;
    margin-right: 0;
    font-size: 0.9rem;
  }
}
.mcpdg-filter-bar__collapsed {
  display: none;
  justify-content: center;
  margin-top: 1rem;
}
.mcpdg-filter-bar__collapsed button {
  background-color: rgba(25, 166, 164, 0.75);
}
@media (max-width: 576px) {
  .mcpdg-filter-bar__collapsed {
    display: flex;
  }
}

.mcpdg-course-grid {
  margin-top: 5rem;
  margin-bottom: 5rem;
  transition: transform 350ms ease-in-out, opacity 350ms ease-in-out;
}
.mcpdg-course-grid--searching {
  transform: scale(0.995);
  opacity: 0.5;
}
@media (max-width: 576px) {
  .mcpdg-course-grid {
    margin-top: 2rem;
  }
}
.mcpdg-course-grid__heading {
  font-size: 1.9rem;
  margin-bottom: 2rem;
}
.mcpdg-course-grid__main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -1rem;
  justify-content: center;
}
.mcpdg-course-grid__main .mcpdg-tile-course {
  display: flex;
  margin: 1rem;
  flex-shrink: 1;
  width: calc(25% - 2rem);
  min-width: 250px;
  max-width: 300px;
}
@media (max-width: 576px) {
  .mcpdg-course-grid__main .mcpdg-tile-course {
    width: 100%;
  }
}
.mcpdg-course-grid__main__empty {
  font-size: 1.5rem;
}

.mcpdg-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.mcpdg-pagination button i {
  font-size: 1.5rem;
}
.mcpdg-pagination__details {
  margin: 0 1rem;
  min-width: 50px;
  text-align: center;
}

.mcpdg-card-list {
  position: relative;
  margin-bottom: 5rem;
}
.mcpdg-card-list h2 {
  font-size: 1.8rem;
}
.mcpdg-card-list__grid__item {
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  margin: 0.5rem 0;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}
.mcpdg-card-list__grid__item__header {
  height: 200px;
}
.mcpdg-card-list__grid__item__header img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.mcpdg-card-list__grid__item__body {
  padding: 1.2rem 2rem 1.2rem 2rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}
.mcpdg-card-list__grid__item__body h3 {
  margin: 0;
}
.mcpdg-card-list__grid__item__body p {
  font-size: 0.9rem;
  margin: 0;
  color: #b8b8b8;
}
.mcpdg-card-list__grid__prev, .mcpdg-card-list__grid__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  border-radius: 0;
  height: 100px;
  padding: 0;
  z-index: 99;
}
@media (max-width: 950px) {
  .mcpdg-card-list__grid__prev, .mcpdg-card-list__grid__next {
    display: none;
  }
}
.mcpdg-card-list__grid__prev i, .mcpdg-card-list__grid__next i {
  font-size: 2rem;
}
.mcpdg-card-list__grid__prev {
  left: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.mcpdg-card-list__grid__next {
  right: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

/**
* Styles the html elements generated in the MEYCPD Plugin
**/
.cpd-add-to-cart-wrap {
  width: 100%;
}
.cpd-add-to-cart-wrap .price-wrap {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2rem;
}
.cpd-add-to-cart-wrap .cart {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cpd-add-to-cart-wrap .cart .bs-quantity {
  display: flex;
  margin-bottom: 0.5rem;
  margin-right: 0;
  width: 100%;
}
.cpd-add-to-cart-wrap .cart .bs-quantity .qty-nav {
  width: 100%;
}
.cpd-add-to-cart-wrap .cart .bs-quantity .qty-nav .quantity-button {
  width: 100%;
}
.cpd-add-to-cart-wrap .cpd-multi-licence-wrapper {
  margin-top: 1.2rem;
  border: 1px solid #DEDFE2;
  border-radius: 15px;
}
.cpd-add-to-cart-wrap .cpd-multi-licence-wrapper .cpd-multi-licence-wrapper-header {
  padding: 1rem;
  border-bottom: 1px solid #DEDFE2;
  text-align: center;
}
.cpd-add-to-cart-wrap .cpd-multi-licence-wrapper .cpd-multi-licence-wrapper-header h3 {
  margin-bottom: 0;
}
.cpd-add-to-cart-wrap .cpd-multi-licence-wrapper .cpd-multi-licence-wrapper-body .cpd-multi-licence-wrapper-item {
  border-bottom: 1px solid #DEDFE2;
  padding: 1rem;
}
.cpd-add-to-cart-wrap .cpd-multi-licence-wrapper .cpd-multi-licence-wrapper-body .cpd-multi-licence-wrapper-item:last-child {
  border: 0;
}

/**
* Styles the html elements generated in the MEYCPD Plugin
**/
.wpforms-container .wpforms-head-container {
  margin-bottom: 2rem;
}

.site-header-container #site-logo .site-title .bb-logo {
  max-height: 50px !important;
}

.bb-mobile-header-wrapper .bb-mobile-header {
  height: 65px;
}
.bb-mobile-header-wrapper .bb-mobile-header .mobile-logo-wrapper .bb-mobile-logo {
  max-height: inherit;
  max-width: 130px;
}

.site-content .content-area {
  padding-top: 15px;
}

.blog .site-content .content-area {
  padding-top: 35px;
}
@media (max-width: 576px) {
  .blog .site-content .content-area {
    padding-top: 15px;
  }
}

.post-template-default .site-content .content-area {
  padding-top: 0px;
}
@media (max-width: 576px) {
  .post-template-default .site-content .content-area {
    padding-top: 0px;
  }
}

.post-type-archive-sfwd-courses .site-content .content-area {
  padding-top: 50px;
}
@media (max-width: 576px) {
  .post-type-archive-sfwd-courses .site-content .content-area {
    padding-top: 15px;
  }
}

.page-id-25008 .site-content .content-area {
  padding-top: 45px;
}
@media (max-width: 576px) {
  .page-id-25008 .site-content .content-area {
    padding-top: 10px;
  }
}

.my-profile .site-content .content-area,
.bbp-user-page .site-content .content-area {
  padding-top: 90px;
}
@media (max-width: 576px) {
  .my-profile .site-content .content-area,
.bbp-user-page .site-content .content-area {
    padding-top: 40px;
  }
}

.page-id-25097 .site-content .content-area {
  padding-top: 90px;
}
@media (max-width: 576px) {
  .page-id-25097 .site-content .content-area {
    padding-top: 70px;
  }
}

.group-type-community-group .site-content .content-area {
  padding-top: 90px;
}
@media (max-width: 576px) {
  .group-type-community-group .site-content .content-area {
    padding-top: 30px;
  }
}

.groups .bp_group .groups-header .bp-generic-meta .generic-button {
  padding: 0.3rem;
}
@media (max-width: 576px) {
  .groups .bp_group .groups-header .bp-generic-meta {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .sfwd-courses-template-default .site-content {
    padding-top: 55px !important;
  }
}

.bp-widget.profile .screen-heading.profile-group-title {
  margin-bottom: 2rem;
}

.course-dir-list .bb-course-items li .mcpdg-tile-course {
  height: 100%;
}

.members-directory-wrapper .grid-filters {
  display: none;
}
.members-directory-wrapper .bp-secondary-header .select-wrap {
  margin-right: 0;
}

.learndash_post_sfwd-courses .learndash-wrapper .bb-ld-sticky-sidebar a {
  border-bottom: 2px solid !important;
}

.content-area .site-main .post-related-posts .bb-grid {
  display: flex;
}
.content-area .site-main .post-related-posts .bb-grid article {
  width: 50%;
  padding: 0.5rem;
}
.content-area .site-main .post-related-posts .bb-grid article .post-inner-wrap {
  flex-flow: column;
}

.bb-media-container .media #media-folder-document-data-table .media-folder_action__list .rename_file {
  display: none;
}

@media (max-width: 768px) {
  .swiper-button-next,
.swiper-button-prev {
    display: none;
  }
}
.swiper-button-next:disabled,
.swiper-button-prev:disabled {
  pointer-events: initial;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  background-image: none !important;
  background-color: rgba(255, 255, 255, 0.8);
}

.bb-learndash-banner .bb-course-banner-inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.bb-learndash-banner .bb-course-banner-inner .bb-course-single-meta {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .bb-learndash-banner .bb-course-banner-inner {
    padding: 0;
  }
  .bb-learndash-banner .bb-course-banner-inner .entry-title {
    font-size: 2rem;
  }
}

.bb-course-volume .bb-course-volume-list .cpd-add-to-cart-wrap form table tbody tr {
  display: flex;
  flex-direction: column;
}
.bb-course-volume .bb-course-volume-list .cpd-add-to-cart-wrap form table tbody tr .label {
  font-weight: bold;
}
.bb-course-volume .bb-course-volume-list .cpd-add-to-cart-wrap form table tbody tr .value {
  padding: 0;
}
.bb-course-volume .bb-course-volume-list .cpd-add-to-cart-wrap form .single_variation_wrap .woocommerce-variation-add-to-cart button {
  display: block;
  width: 100%;
  transition: background-color 250ms ease-in-out;
  background-color: #AF28A5;
}
.bb-course-volume .bb-course-volume-list .cpd-add-to-cart-wrap form .single_variation_wrap .woocommerce-variation-add-to-cart button:hover:not(.disabled) {
  background-color: #cf34c5;
  color: white;
}
.bb-course-volume .bb-course-volume-list .cpd-add-to-cart-wrap form .single_variation_wrap .woocommerce-variation-add-to-cart button.disabled {
  background-color: #e2e7ed;
}

/**
* Shared styling between the admin rich text editor and the 
* frontend. If any new components are added to the rich 
* text editor then they need to be added in this file.
**/
.learndash_content_wrap p img,
.learndash_content_wrap .ProseMirror img,
.content-builder-body p img,
.content-builder-body .ProseMirror img,
.ld-tabs-content p img,
.ld-tabs-content .ProseMirror img,
.entry-content p img,
.entry-content .ProseMirror img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(90, 90, 90, 0.2);
  margin: 1.5rem 0;
}
.learndash_content_wrap .video-node,
.content-builder-body .video-node,
.ld-tabs-content .video-node,
.entry-content .video-node {
  box-shadow: 0 0 20px rgba(90, 90, 90, 0.2);
  margin: 1.5rem 0;
}
.learndash_content_wrap .zoom-link-node,
.content-builder-body .zoom-link-node,
.ld-tabs-content .zoom-link-node,
.entry-content .zoom-link-node {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(90, 90, 90, 0.2);
  margin: 1.5rem 0;
}
.learndash_content_wrap .zoom-link-node div,
.content-builder-body .zoom-link-node div,
.ld-tabs-content .zoom-link-node div,
.entry-content .zoom-link-node div {
  width: 100%;
  margin-left: 1rem;
}
.learndash_content_wrap .zoom-link-node div input,
.content-builder-body .zoom-link-node div input,
.ld-tabs-content .zoom-link-node div input,
.entry-content .zoom-link-node div input {
  width: 100%;
}
.learndash_content_wrap .zoom-link-node div a,
.content-builder-body .zoom-link-node div a,
.ld-tabs-content .zoom-link-node div a,
.entry-content .zoom-link-node div a {
  width: 100%;
  color: white;
}
.learndash_content_wrap iframe,
.content-builder-body iframe,
.ld-tabs-content iframe,
.entry-content iframe {
  position: relative;
  border: 0;
  background: #ededed;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(90, 90, 90, 0.2);
  width: 100%;
}
.learndash_content_wrap .iframe__input,
.content-builder-body .iframe__input,
.ld-tabs-content .iframe__input,
.entry-content .iframe__input {
  margin-top: 1rem;
  display: block;
  width: 100%;
  padding: 0.6rem 0.95rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  border: 2px solid #d3dae1;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.learndash_content_wrap .iframe__input:focus,
.content-builder-body .iframe__input:focus,
.ld-tabs-content .iframe__input:focus,
.entry-content .iframe__input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #7b439758;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(123, 67, 151, 0.25);
}
.learndash_content_wrap .node-intro,
.content-builder-body .node-intro,
.ld-tabs-content .node-intro,
.entry-content .node-intro {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.learndash_content_wrap p,
.content-builder-body p,
.ld-tabs-content p,
.entry-content p {
  margin: 1em 0 !important;
}

.elite_vp_mainContainer {
  width: auto !important;
}

.modal-footer {
  display: flex;
  padding: 1.5rem;
  border-top: 1px solid #dfdfdf;
  justify-content: flex-end;
}
.modal-footer button {
  margin: 0.1rem;
}

.modal-settings-main {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #FAFAFA;
  height: 100%;
}
.modal-settings-main .modal-settings-main-body {
  flex-grow: 1;
  padding: 2rem;
  overflow: auto;
}
.modal-settings-main .modal-settings-main-body .modal-settings-box {
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(136, 136, 136, 0.3);
  background: white;
  margin-bottom: 2rem;
}
.modal-settings-main .modal-settings-main-body .modal-settings-box .modal-settings-box-header {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid #EBEBEB;
}
.modal-settings-main .modal-settings-main-body .modal-settings-box .modal-settings-box-intro {
  padding: 2rem;
  border-bottom: 1px solid #EBEBEB;
  line-height: 22px;
}
.modal-settings-main .modal-settings-main-body .modal-settings-box .modal-settings-box-body {
  padding: 1.5rem;
}
.modal-settings-main .modal-settings-main-footer {
  padding: 1.5rem 2rem;
  text-align: center;
  background-color: white;
  border-top: 1px solid #dfdfdf;
}

.modal-inner-overlay {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
  transition: opacity 500ms ease-in-out, visibility 600ms ease-in-out;
  z-index: 99;
}
.modal-inner-overlay.show {
  opacity: 1;
  visibility: visible;
}

.ui_text-strikethrough {
  text-decoration: line-through;
}

.ui_text-right {
  text-align: right;
}

/**
 * Swiper 7.0.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 18, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.mcpdg-gradient-color-left-primary[data-v-2fe6fef2] {
  color: #488ADA;
}
.mcpdg-gradient-color-right-primary[data-v-2fe6fef2] {
  color: #6767DE;
}
.mcpdg-color-danger[data-v-2fe6fef2] {
  color: #f2085a;
}
.mcpdg-color-success[data-v-2fe6fef2] {
  color: #47D78A;
}
.mcpdg-color-alert[data-v-2fe6fef2] {
  color: #FF8008;
}
.mcpdg-color-muted[data-v-2fe6fef2] {
  color: #b8b8b8;
}
.modal-overlay[data-v-2fe6fef2] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: auto;
  background: rgba(255, 255, 255, 0.9);
}
.modal-overlay .modal-main[data-v-2fe6fef2] {
  position: absolute;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  background: white;
  box-sizing: content-box;
  width: 100%;
  box-shadow: 0 0 35px #cfcfcf;
}
.modal-overlay .modal-main.modal-main-centered[data-v-2fe6fef2] {
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-overlay .modal-main.modal-main-no-chrome[data-v-2fe6fef2] {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.modal-overlay .modal-main .modal-header[data-v-2fe6fef2] {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 1rem;
  height: 65px;
}
.modal-overlay .modal-main .modal-header .modal-header-title[data-v-2fe6fef2] {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: capitalize;
}
.modal-overlay .modal-main .modal-header .modal-header-close[data-v-2fe6fef2] {
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.modal-overlay .modal-main .modal-header .modal-header-close span[data-v-2fe6fef2] {
  font-size: 1.5rem;
  color: #6767DE;
}
.modal-overlay .modal-main .modal-body[data-v-2fe6fef2] {
  height: calc(100% - 65px);
  margin: 0;
}
.modal-overlay .modal-main .modal-footer[data-v-2fe6fef2] {
  display: none;
}
@media (max-width: 576px) {
.modal-overlay .modal-main[data-v-2fe6fef2] {
    width: 90% !important;
}
}
.fade-enter-active[data-v-2fe6fef2], .fade-leave-active[data-v-2fe6fef2] {
  transition: opacity 0.5s ease-in-out;
}
.fade-enter[data-v-2fe6fef2], .fade-leave-to[data-v-2fe6fef2] {
  opacity: 0;
}
.scale-enter-active[data-v-2fe6fef2], .scale-leave-active[data-v-2fe6fef2] {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.scale-enter[data-v-2fe6fef2], .scale-leave-to[data-v-2fe6fef2] {
  transform: scale(0.95);
  opacity: 0;
}
/*.v-spinner
{
    margin: 100px auto;
    text-align: center;
}
*/
@-webkit-keyframes v-pulseStretchDelay {
0%, 80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    opacity: 1;
}
45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-opacity: 0.7;
    opacity: 0.7;
}
}
@keyframes v-pulseStretchDelay {
0%, 80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    opacity: 1;
}
45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-opacity: 0.7;
    opacity: 0.7;
}
}
.mcpdg-loader[data-v-f81630ae] {
  text-align: center;
  padding: 2rem 4rem;
}
.mcpdg-loader__title[data-v-f81630ae] {
  font-family: "Noto Serif";
  margin-top: 0.7rem;
}
[data-v-677b128e]:root {
  --mcpdg-primary: #4769BC;
  --mcpdg-secondary: #A1339F;
  --mcpdg-danger: #F80000;
  --mcpdg-success: #47D78A;
}
.mcpdg-button-reset[data-v-677b128e] {
  padding: 0;
  background: transparent;
}
.mcpdg-btn[data-v-677b128e] {
  padding: 0.8rem 2rem;
  border-radius: 30px;
  font-size: 0.9rem;
  text-align: center;
  transition: background-color 250ms ease-in-out;
}
@media (max-width: 576px) {
.mcpdg-btn[data-v-677b128e] {
    padding: 0.8rem 1rem;
}
}
.mcpdg-btn--block[data-v-677b128e] {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.mcpdg-btn--icon[data-v-677b128e] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mcpdg-btn--icon i[data-v-677b128e] {
  margin-right: 0.3rem;
}
.mcpdg-btn--outline-primary[data-v-677b128e] {
  border: 2px solid #AF28A5;
  border-bottom: 2px solid #AF28A5 !important;
  color: #AF28A5 !important;
  margin-bottom: 1rem;
}
.mcpdg-btn--outline-primary[data-v-677b128e]:hover {
  border-color: #cf34c5;
  color: #cf34c5 !important;
}
.mcpdg-btn--outline-primary[data-v-677b128e]:focus, .mcpdg-btn--outline-primary[data-v-677b128e]:active {
  border-color: #cf34c5;
  color: #cf34c5 !important;
}
.mcpdg-btn--primary[data-v-677b128e] {
  background-color: #AF28A5;
  color: white !important;
}
.mcpdg-btn--primary[data-v-677b128e]:hover {
  background-color: #cf34c5;
  color: white;
}
.mcpdg-btn--primary[data-v-677b128e]:focus, .mcpdg-btn--primary[data-v-677b128e]:active {
  background-color: #cf34c5;
  color: white;
}
.mcpdg-btn--secondary[data-v-677b128e] {
  background-color: #E6399C;
  color: white;
}
.mcpdg-btn--secondary[data-v-677b128e]:hover {
  background-color: #ff0090;
  color: white;
}
.mcpdg-btn--secondary[data-v-677b128e]:focus, .mcpdg-btn--secondary[data-v-677b128e]:active {
  background-color: #ff0090;
}
.mcpdg-btn--green[data-v-677b128e] {
  background-color: #00A6A3;
  color: white;
}
.mcpdg-btn--green[data-v-677b128e]:hover {
  background-color: #29cbc8;
  color: white;
}
.mcpdg-btn--green[data-v-677b128e]:focus, .mcpdg-btn--green[data-v-677b128e]:active {
  background-color: #29cbc8;
}
.mcpdg-btn[data-v-677b128e]:focus, .mcpdg-btn[data-v-677b128e]:active {
  outline-color: #ffd631;
  outline-width: 3px;
  outline-style: solid;
}
.mcpdg-btn[data-v-677b128e]:disabled {
  opacity: 0.7;
}
.mcpdg-register__intro[data-v-677b128e] {
  text-align: center;
}
.mcpdg-register__intro span[data-v-677b128e] {
  font-size: 0.9rem;
  color: #747474;
}
.mcpdg-register__user-select-item[data-v-677b128e] {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-radius: 15px;
  margin: 0 1rem 2rem 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 3px solid rgba(238, 223, 240, 0.3);
  cursor: pointer;
}
.mcpdg-register__user-select-item__icon[data-v-677b128e] {
  display: flex;
  margin-right: 0.8rem;
}
.mcpdg-register__user-select-item__icon img[data-v-677b128e] {
  width: 120px;
}
.mcpdg-register__user-select-item__body__title[data-v-677b128e] {
  color: #1d1d1d;
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
}
.mcpdg-register__user-select-item__body__desc p[data-v-677b128e] {
  margin: 0;
  line-height: 1.2rem;
  font-size: 0.9rem;
}
.mcpdg-register form[data-v-677b128e] {
  padding: 0.3rem;
}
.mcpdg-register form .mcpdg-form-style-1__input-group[data-v-677b128e]:nth-child(2) {
  margin-top: 1.5rem;
}
.mcpdg-register form a[data-v-677b128e] {
  color: #A1339F;
}
.mcpdg-register__welcome[data-v-677b128e] {
  text-align: center;
}
.mcpdg-register__welcome h2[data-v-677b128e] {
  display: block;
  font-size: 1.8rem;
}
.mcpdg-register__welcome h2 span[data-v-677b128e] {
  display: block;
}
.mcpdg-register__welcome h2 span[data-v-677b128e]:first-child {
  font-family: "Noto Serif";
  color: #A1339F;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 1rem;
}
.mcpdg-register__welcome__greet[data-v-677b128e] {
  font-size: 1.3rem;
}
.mcpdg-register__welcome__instructions[data-v-677b128e] {
  color: #747474;
}
[data-v-3d433c8f]:root {
  --mcpdg-primary: #4769BC;
  --mcpdg-secondary: #A1339F;
  --mcpdg-danger: #F80000;
  --mcpdg-success: #47D78A;
}
.mcpdg-button-reset[data-v-3d433c8f] {
  padding: 0;
  background: transparent;
}
.mcpdg-btn[data-v-3d433c8f] {
  padding: 0.8rem 2rem;
  border-radius: 30px;
  font-size: 0.9rem;
  text-align: center;
  transition: background-color 250ms ease-in-out;
}
@media (max-width: 576px) {
.mcpdg-btn[data-v-3d433c8f] {
    padding: 0.8rem 1rem;
}
}
.mcpdg-btn--block[data-v-3d433c8f] {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.mcpdg-btn--icon[data-v-3d433c8f] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mcpdg-btn--icon i[data-v-3d433c8f] {
  margin-right: 0.3rem;
}
.mcpdg-btn--outline-primary[data-v-3d433c8f] {
  border: 2px solid #AF28A5;
  border-bottom: 2px solid #AF28A5 !important;
  color: #AF28A5 !important;
  margin-bottom: 1rem;
}
.mcpdg-btn--outline-primary[data-v-3d433c8f]:hover {
  border-color: #cf34c5;
  color: #cf34c5 !important;
}
.mcpdg-btn--outline-primary[data-v-3d433c8f]:focus, .mcpdg-btn--outline-primary[data-v-3d433c8f]:active {
  border-color: #cf34c5;
  color: #cf34c5 !important;
}
.mcpdg-btn--primary[data-v-3d433c8f] {
  background-color: #AF28A5;
  color: white !important;
}
.mcpdg-btn--primary[data-v-3d433c8f]:hover {
  background-color: #cf34c5;
  color: white;
}
.mcpdg-btn--primary[data-v-3d433c8f]:focus, .mcpdg-btn--primary[data-v-3d433c8f]:active {
  background-color: #cf34c5;
  color: white;
}
.mcpdg-btn--secondary[data-v-3d433c8f] {
  background-color: #E6399C;
  color: white;
}
.mcpdg-btn--secondary[data-v-3d433c8f]:hover {
  background-color: #ff0090;
  color: white;
}
.mcpdg-btn--secondary[data-v-3d433c8f]:focus, .mcpdg-btn--secondary[data-v-3d433c8f]:active {
  background-color: #ff0090;
}
.mcpdg-btn--green[data-v-3d433c8f] {
  background-color: #00A6A3;
  color: white;
}
.mcpdg-btn--green[data-v-3d433c8f]:hover {
  background-color: #29cbc8;
  color: white;
}
.mcpdg-btn--green[data-v-3d433c8f]:focus, .mcpdg-btn--green[data-v-3d433c8f]:active {
  background-color: #29cbc8;
}
.mcpdg-btn[data-v-3d433c8f]:focus, .mcpdg-btn[data-v-3d433c8f]:active {
  outline-color: #ffd631;
  outline-width: 3px;
  outline-style: solid;
}
.mcpdg-btn[data-v-3d433c8f]:disabled {
  opacity: 0.7;
}
form[data-v-3d433c8f] {
  padding: 0.5rem;
}
.mcpdg-sign-in__intro[data-v-3d433c8f] {
  text-align: center;
}
.mcpdg-sign-in__password-reset-success[data-v-3d433c8f] {
  margin-bottom: 1.5rem;
  color: #47D78A;
  line-height: 1.3rem;
  text-align: center;
}
.mcpdg-sign-in__forgot_password_button[data-v-3d433c8f] {
  color: #A1339F;
}
[data-v-5be6b851]:root {
  --mcpdg-primary: #4769BC;
  --mcpdg-secondary: #A1339F;
  --mcpdg-danger: #F80000;
  --mcpdg-success: #47D78A;
}
.mcpdg-button-reset[data-v-5be6b851] {
  padding: 0;
  background: transparent;
}
.mcpdg-btn[data-v-5be6b851] {
  padding: 0.8rem 2rem;
  border-radius: 30px;
  font-size: 0.9rem;
  text-align: center;
  transition: background-color 250ms ease-in-out;
}
@media (max-width: 576px) {
.mcpdg-btn[data-v-5be6b851] {
    padding: 0.8rem 1rem;
}
}
.mcpdg-btn--block[data-v-5be6b851] {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.mcpdg-btn--icon[data-v-5be6b851] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mcpdg-btn--icon i[data-v-5be6b851] {
  margin-right: 0.3rem;
}
.mcpdg-btn--outline-primary[data-v-5be6b851] {
  border: 2px solid #AF28A5;
  border-bottom: 2px solid #AF28A5 !important;
  color: #AF28A5 !important;
  margin-bottom: 1rem;
}
.mcpdg-btn--outline-primary[data-v-5be6b851]:hover {
  border-color: #cf34c5;
  color: #cf34c5 !important;
}
.mcpdg-btn--outline-primary[data-v-5be6b851]:focus, .mcpdg-btn--outline-primary[data-v-5be6b851]:active {
  border-color: #cf34c5;
  color: #cf34c5 !important;
}
.mcpdg-btn--primary[data-v-5be6b851] {
  background-color: #AF28A5;
  color: white !important;
}
.mcpdg-btn--primary[data-v-5be6b851]:hover {
  background-color: #cf34c5;
  color: white;
}
.mcpdg-btn--primary[data-v-5be6b851]:focus, .mcpdg-btn--primary[data-v-5be6b851]:active {
  background-color: #cf34c5;
  color: white;
}
.mcpdg-btn--secondary[data-v-5be6b851] {
  background-color: #E6399C;
  color: white;
}
.mcpdg-btn--secondary[data-v-5be6b851]:hover {
  background-color: #ff0090;
  color: white;
}
.mcpdg-btn--secondary[data-v-5be6b851]:focus, .mcpdg-btn--secondary[data-v-5be6b851]:active {
  background-color: #ff0090;
}
.mcpdg-btn--green[data-v-5be6b851] {
  background-color: #00A6A3;
  color: white;
}
.mcpdg-btn--green[data-v-5be6b851]:hover {
  background-color: #29cbc8;
  color: white;
}
.mcpdg-btn--green[data-v-5be6b851]:focus, .mcpdg-btn--green[data-v-5be6b851]:active {
  background-color: #29cbc8;
}
.mcpdg-btn[data-v-5be6b851]:focus, .mcpdg-btn[data-v-5be6b851]:active {
  outline-color: #ffd631;
  outline-width: 3px;
  outline-style: solid;
}
.mcpdg-btn[data-v-5be6b851]:disabled {
  opacity: 0.7;
}
.mcpdg-sign-in-register__toggle[data-v-5be6b851] {
  background: none !important;
  color: #A1339F;
  padding: 0;
}
.mcpdg-sign-in-register__welcome[data-v-5be6b851] {
  text-align: center;
}
.mcpdg-sign-in-register__welcome h2[data-v-5be6b851] {
  display: block;
  font-size: 1.8rem;
}
.mcpdg-sign-in-register__welcome h2 span[data-v-5be6b851] {
  display: block;
}
.mcpdg-sign-in-register__welcome h2 span[data-v-5be6b851]:first-child {
  font-family: "Noto Serif";
  color: #A1339F;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 1rem;
}
.mcpdg-sign-in-register__welcome__instructions[data-v-5be6b851] {
  color: #747474;
}
.mcpdg-profile-complete__intro[data-v-70e2941a] {
  text-align: center;
}
[data-v-cbd3e93c]:root {
  --mcpdg-primary: #4769BC;
  --mcpdg-secondary: #A1339F;
  --mcpdg-danger: #F80000;
  --mcpdg-success: #47D78A;
}
form[data-v-cbd3e93c] {
  display: flex;
  flex-direction: column;
}
.mcpdg-subscribe-main[data-v-cbd3e93c] {
  position: relative;
  border: 3px solid #EFF1F3;
  border-radius: 10px;
}
.mcpdg-subscribe-main .mcpdg-subscribe-header[data-v-cbd3e93c] {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.mcpdg-subscribe-main .mcpdg-subscribe-header .mcpdg-subscribe-logo-wrapper[data-v-cbd3e93c] {
  position: relative;
  border-radius: 50%;
  border: 1px solid rgba(230, 57, 156, 0.4);
  padding: 0.3rem;
  width: 120px;
  height: 120px;
}
.mcpdg-subscribe-main .mcpdg-subscribe-header .mcpdg-subscribe-logo-wrapper img[data-v-cbd3e93c] {
  border-radius: 50%;
}
.mcpdg-subscribe-main .mcpdg-subscribe-header .mcpdg-subscribe-logo-wrapper[data-v-cbd3e93c]::after {
  position: absolute;
  bottom: 5px;
  right: 0;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(38d6bcd619cea986c424abdb9aa2034c.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.mcpdg-subscribe-main .mcpdg-subscribe-body[data-v-cbd3e93c] {
  text-align: center;
  padding: 0 5rem;
}
.mcpdg-subscribe-main .mcpdg-subscribe-body h1[data-v-cbd3e93c] {
  font-size: 1.8rem;
}
.mcpdg-subscribe-main .mcpdg-subscribe-body .mcpdg-subscribe-body-approved[data-v-cbd3e93c] {
  color: #E6399C;
}
.mcpdg-subscribe-main .mcpdg-subscribe-body p[data-v-cbd3e93c] {
  line-height: 1.4rem;
}
.mcpdg-subscribe-main .mcpdg-subscribe-body .mcpdg-subscribe-body-optout[data-v-cbd3e93c] {
  font-size: 0.8rem;
  color: #747474;
  margin-bottom: 0;
  line-height: 1.2rem;
}
.mcpdg-subscribe-main .mcpdg-subscribe-footer[data-v-cbd3e93c] {
  display: flex;
  flex-direction: column;
  padding: 3rem;
}
.mcpdg-subscribe-main .mcpdg-subscribe-footer button[data-v-cbd3e93c] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mcpdg-subscribe-main .mcpdg-subscribe-footer button[data-v-cbd3e93c]:first-child {
  margin-bottom: 0.5rem;
}
.mcpdg-subscribe-main .mcpdg-subscribe-footer button[data-v-cbd3e93c]:last-child {
  background: transparent;
  color: #4769BC;
}
@media (max-width: 550px) {
.mcpdg-subscribe-main .mcpdg-subscribe-header[data-v-cbd3e93c] {
    padding-bottom: 2rem;
}
.mcpdg-subscribe-main .mcpdg-subscribe-header .mcpdg-subscribe-logo-wrapper[data-v-cbd3e93c] {
    width: 100px;
    height: 100px;
}
.mcpdg-subscribe-main .mcpdg-subscribe-body[data-v-cbd3e93c] {
    padding: 0 2rem;
}
.mcpdg-subscribe-main .mcpdg-subscribe-footer[data-v-cbd3e93c] {
    padding: 2rem;
}
}
.mcpdg-subscribe-icon-text[data-v-cbd3e93c] {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
}
.mcpdg-subscribe-icon-text img[data-v-cbd3e93c] {
  margin-right: 1rem;
}
.mcpdg-subscribe-icon-text p[data-v-cbd3e93c] {
  margin: 0 !important;
}
@media (max-width: 550px) {
.mcpdg-subscribe-icon-text[data-v-cbd3e93c] {
    flex-direction: column;
}
.mcpdg-subscribe-icon-text img[data-v-cbd3e93c] {
    margin: 0;
    margin-bottom: 1rem;
}
}
[data-v-5d751231]:root {
  --mcpdg-primary: #4769BC;
  --mcpdg-secondary: #A1339F;
  --mcpdg-danger: #F80000;
  --mcpdg-success: #47D78A;
}
.mcpdg-payment-block-main[data-v-5d751231] {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
.mcpdg-payment-block-main[data-v-5d751231] {
    margin-top: 0;
}
}
.mcpdg-payment-block-main h2[data-v-5d751231],
.mcpdg-payment-block-main h3[data-v-5d751231] {
  text-align: center;
  font-weight: 500;
  color: #4769BC;
}
.mcpdg-payment-block-main h2[data-v-5d751231] {
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 2.3rem;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body[data-v-5d751231] {
  overflow: hidden;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-intro[data-v-5d751231] {
  padding: 3rem;
}
@media (max-width: 576px) {
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-intro[data-v-5d751231] {
    padding: 2rem;
}
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-loader[data-v-5d751231] {
  padding: 3rem;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-form[data-v-5d751231] {
  position: relative;
  padding: 0.5rem 2rem 0 2rem;
  box-shadow: 0 -10px 15px rgba(223, 223, 223, 0.5);
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-form .mcpdg-payment-block-main-body-form-loader[data-v-5d751231] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-processing[data-v-5d751231] {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-processing .mcpdg-payment-block-main-processing-loader[data-v-5d751231] {
  max-width: 400px;
  margin: 0 auto;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-processing .mcpdg-payment-block-main-processing-loader p span[data-v-5d751231] {
  color: #747474;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-video[data-v-5d751231] {
  margin-bottom: 2.5rem;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-iframe[data-v-5d751231] {
  width: 100%;
  height: 400px;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-iframe[data-v-5d751231] {
    height: 300px;
}
}
@media (max-width: 576px) {
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-iframe[data-v-5d751231] {
    height: 250px;
}
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-iframe iframe[data-v-5d751231] {
  width: 100%;
  height: 100%;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-image[data-v-5d751231] {
  margin-bottom: 2.5rem;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-description[data-v-5d751231] {
  margin-bottom: 3rem;
  color: #747474;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-benefits[data-v-5d751231] {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-benefits .mcpdg-payment-block-main-body-benefits-item[data-v-5d751231] {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 0.8rem;
  background: #f9f9f9;
  border-radius: 10px;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-benefits .mcpdg-payment-block-main-body-benefits-item .mcpdg-payment-block-main-body-benefits-item-icon[data-v-5d751231] {
  margin-right: 0.6rem;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-benefits .mcpdg-payment-block-main-body-benefits-item .mcpdg-payment-block-main-body-benefits-item-icon span[data-v-5d751231] {
  color: #A1339F;
  font-size: 1.5rem;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-modules[data-v-5d751231] {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-modules .mcpdg-payment-block-main-body-modules-item[data-v-5d751231] {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 0.8rem;
  background: #f9f9f9;
  border-radius: 10px;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-modules .mcpdg-payment-block-main-body-modules-item .mcpdg-payment-block-main-body-modules-item-icon[data-v-5d751231] {
  margin-right: 0.6rem;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-modules .mcpdg-payment-block-main-body-modules-item .mcpdg-payment-block-main-body-modules-item-icon span[data-v-5d751231] {
  color: #A1339F;
  font-size: 1.5rem;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-payment-form[data-v-5d751231] {
  max-width: 450px;
  margin: 0 auto;
  margin-top: 4rem;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-payment-form .mcpdg-payment-block-main-body-payment-form-header h3[data-v-5d751231] {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-payment-form .mcpdg-payment-block-main-body-payment-form-header span[data-v-5d751231] {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
  color: #747474;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-payment-form .mcpdg-payment-block-main-body-payment-form-header span i[data-v-5d751231] {
  color: #F09B1C;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-payment-form #error-message[data-v-5d751231] {
  text-align: center;
  margin-bottom: 2rem;
  color: #f2085a;
  font-weight: 500;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-payment-form #payment-form #payment-element[data-v-5d751231] {
  transition: transform 350ms ease-in-out, opacity 350ms ease-in-out;
  transform: scale(1);
  opacity: 1;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-payment-form #payment-form #payment-element.processing[data-v-5d751231] {
  transform: scale(0.95);
  opacity: 0.1;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-payment-form .mcpdg-payment-block-main-body-payment-form-footer[data-v-5d751231] {
  padding: 2.5rem 2rem 1rem 2rem;
  text-align: center;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-payment-form .mcpdg-payment-block-main-body-payment-form-footer .mcpdg-payment-block-main-footer-secure-payment[data-v-5d751231] {
  margin-top: 1.3rem;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-payment-form .mcpdg-payment-block-main-body-payment-form-footer .mcpdg-payment-block-main-footer-secure-payment span[data-v-5d751231]:first-child {
  color: #47D78A;
}
.mcpdg-payment-block-main .mcpdg-payment-block-main-body .mcpdg-payment-block-main-body-payment-form .mcpdg-payment-block-main-body-payment-form-footer .mcpdg-payment-block-main-footer-secure-payment a[data-v-5d751231] {
  color: #4769BC;
  font-weight: 500;
}
.mcpdg-payment-block-main iframe {
  background: transparent;
  box-shadow: none;
}
.mcpdg-group-filter-bar[data-v-eca656dc] {
  display: inline-block;
  padding: 1rem;
  background: white;
  border: 1px solid #E7E9EC;
  border-radius: 4px;
}
@media (max-width: 576px) {
.mcpdg-group-filter-bar[data-v-eca656dc] {
    display: block;
}
.mcpdg-group-filter-bar__filters select[data-v-eca656dc] {
    width: 100%;
}
}
.mcpdg-course-grid[data-v-eca656dc] {
  margin-top: 3rem;
}