/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/course-finder/course-finder/src/styles.scss?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900);
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@angular/cdk/overlay-prebuilt.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/course-finder/course-finder/src/styles.scss?ngGlobalStyle (1) ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also use other style files */
.cf-content-horizontal {
  width: 100%;
  max-width: calc(1380px + var(--spacing-12x));
  margin: 0 auto;
  padding: 0 var(--spacing-3x);
}
@media (min-width: 768px) {
  .cf-content-horizontal {
    padding: 0 var(--spacing-6x);
  }
}

body a {
  color: var(--acc-link-color);
}

.accredible-menu-content.accredible-button-filter-menu {
  height: -moz-fit-content;
  height: fit-content;
}

body {
  font-family: Source Sans Pro, sans-serif;
}

.font-xxs-light {
  font-size: var(--font-size-xxs);
  font-weight: var(--font-weight-light);
  line-height: normal;
}

.font-xxs-regular {
  font-size: var(--font-size-xxs);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}

.font-xxs-semibold {
  font-size: var(--font-size-xxs);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}

.font-xxs-bold {
  font-size: var(--font-size-xxs);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}

.font-xxs-extrabold {
  font-size: var(--font-size-xxs);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}

.font-xs-light {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-light);
  line-height: normal;
}

.font-xs-regular {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}

.font-xs-semibold {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}

.font-xs-bold {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}

.font-xs-extrabold {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}

.font-s-light {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-light);
  line-height: normal;
}

.font-multiline-s-light {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-light);
  line-height: var(--font-line-height-s);
}

.font-s-regular {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}

.font-multiline-s-regular {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-regular);
  line-height: var(--font-line-height-s);
}

.font-s-semibold {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}

.font-multiline-s-semibold {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-semibold);
  line-height: var(--font-line-height-s);
}

.font-s-bold {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}

.font-multiline-s-bold {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-s);
}

.font-s-extrabold {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}

.font-multiline-s-extrabold {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-extrabold);
  line-height: var(--font-line-height-s);
}

.font-normal-light {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-light);
  line-height: normal;
}

.font-multiline-normal-light {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-light);
  line-height: var(--font-line-height-normal);
}

.font-normal-regular {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}

.font-multiline-normal-regular {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-regular);
  line-height: var(--font-line-height-normal);
}

.font-normal-semibold {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}

.font-multiline-normal-semibold {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-semibold);
  line-height: var(--font-line-height-normal);
}

.font-normal-bold {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}

.font-multiline-normal-bold {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-normal);
}

.font-normal-extrabold {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}

.font-multiline-normal-extrabold {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-extrabold);
  line-height: var(--font-line-height-normal);
}

.font-l-light {
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-light);
  line-height: normal;
}

.font-l-regular {
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}

.font-l-semibold {
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}

.font-l-bold {
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}

.font-l-extrabold {
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}

.font-xl-light {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-light);
  line-height: normal;
}

.font-xl-regular {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}

.font-xl-semibold {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}

.font-xl-bold {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}

.font-xl-extrabold {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}

.font-xxl-light {
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-light);
  line-height: normal;
}

.font-xxl-regular {
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}

.font-xxl-semibold {
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}

.font-xxl-bold {
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}

.font-xxl-extrabold {
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}

.font-h-light {
  font-size: var(--font-size-h);
  font-weight: var(--font-weight-light);
  line-height: normal;
}

.font-h-regular {
  font-size: var(--font-size-h);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}

.font-h-semibold {
  font-size: var(--font-size-h);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}

.font-h-bold {
  font-size: var(--font-size-h);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}

.font-h-extrabold {
  font-size: var(--font-size-h);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}

.font-xh-light {
  font-size: var(--font-size-xh);
  font-weight: var(--font-weight-light);
  line-height: normal;
}

.font-xh-regular {
  font-size: var(--font-size-xh);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}

.font-xh-semibold {
  font-size: var(--font-size-xh);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}

.font-xh-bold {
  font-size: var(--font-size-xh);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}

.font-xh-extrabold {
  font-size: var(--font-size-xh);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}

.font-xxh-light {
  font-size: var(--font-size-xxh);
  font-weight: var(--font-weight-light);
  line-height: normal;
}

.font-xxh-regular {
  font-size: var(--font-size-xxh);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}

.font-xxh-semibold {
  font-size: var(--font-size-xxh);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}

.font-xxh-bold {
  font-size: var(--font-size-xxh);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}

.font-xxh-extrabold {
  font-size: var(--font-size-xxh);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}

.ghost h1,
.ghost h2,
.ghost h3,
.ghost h4,
.ghost h5,
.ghost h6 {
  display: inline-block;
}

body {
  --color-white: #ffffff;
  --color-natural-180: #141418;
  --color-natural-160: #282831;
  --color-natural-140: #3b3c49;
  --color-natural-120: #4f5062;
  --color-natural-100: #63647a;
  --color-natural-80: #828395;
  --color-natural-60: #a1a2af;
  --color-natural-40: #c1c1ca;
  --color-natural-20: #e0e0e4;
  --color-natural-10: #eff0f2;
  --color-natural-5: #f7f7f8;
  --color-primary-180: #0e0e1e;
  --color-primary-160: #1c1c3d;
  --color-primary-140: #292b5b;
  --color-primary-120: #37397a;
  --color-primary-100: #22257c;
  --color-primary-80: #6a6cad;
  --color-primary-60: #8f91c1;
  --color-primary-40: #b5b5d6;
  --color-primary-20: #dadaea;
  --color-primary-10: #ecedf5;
  --color-primary-5: #f6f6fa;
  --color-secondary-180: #082426;
  --color-secondary-160: #0f484c;
  --color-secondary-140: #176d72;
  --color-secondary-120: #1e9198;
  --color-secondary-100: #26b5be;
  --color-secondary-80: #51c4cb;
  --color-secondary-60: #7dd3d8;
  --color-secondary-40: #a8e1e5;
  --color-secondary-20: #d4f0f2;
  --color-secondary-10: #e9f8f9;
  --color-secondary-5: #f4fbfc;
  --color-success-160: #0c341e;
  --color-success-140: #124e2e;
  --color-success-120: #18683d;
  --color-success-100: #1e824c;
  --color-success-80: #4b9b70;
  --color-success-60: #78b494;
  --color-success-40: #a5cdb7;
  --color-success-20: #d2e6db;
  --color-success-10: #e9f3ed;
  --color-success-5: #f4f9f6;
  --color-warning-160: #5d4a21;
  --color-warning-140: #8b7031;
  --color-warning-120: #ba9542;
  --color-warning-100: #e8ba52;
  --color-warning-80: #edc875;
  --color-warning-60: #f1d697;
  --color-warning-40: #f6e3ba;
  --color-warning-20: #faf1dc;
  --color-warning-10: #fdf8ee;
  --color-warning-5: #fefcf6;
  --color-danger-160: #5b1206;
  --color-danger-140: #881a0a;
  --color-danger-120: #b6230d;
  --color-danger-100: #e22c10;
  --color-danger-80: #e95640;
  --color-danger-60: #ee8070;
  --color-danger-40: #f4ab9f;
  --color-danger-20: #f9d5cf;
  --color-danger-10: #fceae7;
  --color-danger-5: #fef4f3;
  --color-linkedin: #0a66c2;
  --color-x: #000000;
  --font-size-xxs: 12px;
  --font-size-xs: 13px;
  --font-size-s: 14px;
  --font-size-normal: 16px;
  --font-size-l: 18px;
  --font-size-xl: 20px;
  --font-size-xxl: 24px;
  --font-size-h: 30px;
  --font-size-xh: 40px;
  --font-size-xxh: 60px;
  --font-line-height-s: 24px;
  --font-line-height-normal: 26px;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 900;
  --spacing-base: 5px;
  --spacing-2x: 10px;
  --spacing-3x: 15px;
  --spacing-4x: 20px;
  --spacing-5x: 25px;
  --spacing-6x: 30px;
  --spacing-7x: 35px;
  --spacing-8x: 40px;
  --spacing-9x: 45px;
  --spacing-10x: 50px;
  --spacing-12x: 60px;
  --spacing-16x: 80px;
  --spacing-20x: 100px;
  --acc-text-color: var(--color-natural-180);
  --acc-link-color: var(--color-primary-100);
  --acc-outline: 4px solid var(--color-secondary-180);
  --acc-border-radius: 4px;
}

body *:focus {
  outline: var(--acc-outline);
  outline-offset: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

input,
textarea,
label,
select,
option,
optgroup,
fieldset,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ol {
  margin: 0;
  padding: 0 0 0 20px;
}
ol li {
  margin-bottom: 4px;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

iframe {
  border: none;
}

svg {
  width: auto;
  height: auto;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  padding: 0;
}

[hidden] {
  display: none !important;
}

/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
.js-focus-visible :focus:not(.focus-visible):before {
  border: none !important;
}

@font-face {
  font-family: "Accredible-icon-font";
  src: url("/assets/fonts/acc-new-icon-font/Accredible-icon-font.eot?ninyje");
  src: url("/assets/fonts/acc-new-icon-font/Accredible-icon-font.eot?ninyje#iefix") format("embedded-opentype"), url("/assets/fonts/acc-new-icon-font/Accredible-icon-font.woff2?ninyje") format("woff2"), url("/assets/fonts/acc-new-icon-font/Accredible-icon-font.ttf?ninyje") format("truetype"), url("/assets/fonts/acc-new-icon-font/Accredible-icon-font.woff?ninyje") format("woff"), url("/assets/fonts/acc-new-icon-font/Accredible-icon-font.svg?ninyje#Accredible-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Accredible-icon-font" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rte-aligned-center:before {
  content: "\e9aa";
}

.icon-rte-aligned-left:before {
  content: "\e9ab";
}

.icon-rte-aligned-right:before {
  content: "\e9ac";
}

.icon-rte-attributes:before {
  content: "\e9ad";
}

.icon-rte-image:before {
  content: "\e9ae";
}

.icon-rte-line:before {
  content: "\e9af";
}

.icon-rte-quote:before {
  content: "\e9b0";
}

.icon-rte-table:before {
  content: "\e9b1";
}

.icon-rte-video:before {
  content: "\e9b2";
}

.icon-add-square:before {
  content: "\e9a9";
}

.icon-cash:before {
  content: "\e9a6";
}

.icon-attach:before {
  content: "\e9a3";
}

.icon-message_bubble:before {
  content: "\e9a4";
}

.icon-rte-bold:before {
  content: "\e99d";
}

.icon-rte-bullet:before {
  content: "\e99e";
}

.icon-rte-italic:before {
  content: "\e99f";
}

.icon-rte-link:before {
  content: "\e9a0";
}

.icon-rte-number:before {
  content: "\e9a1";
}

.icon-rte-underline:before {
  content: "\e9a2";
}

.icon-rte-text:before {
  content: "\e99c";
}

.icon-send1:before {
  content: "\e996";
}

.icon-turn-off:before {
  content: "\e997";
}

.icon-guide:before {
  content: "\e948";
}

.icon-aligned_bottom:before {
  content: "\e944";
}

.icon-aligned_middle:before {
  content: "\e945";
}

.icon-aligned_top:before {
  content: "\e946";
}

.icon-norelation:before {
  content: "\e943";
}

.icon-arrow-down:before {
  content: "\e903";
}

.icon-arrow-left:before {
  content: "\e904";
}

.icon-arrow-right:before {
  content: "\e905";
}

.icon-arrow-up:before {
  content: "\e906";
}

.icon-button-dropdown:before {
  content: "\e907";
}

.icon-button-dropleft:before {
  content: "\e908";
}

.icon-button-dropright:before {
  content: "\e909";
}

.icon-button-dropup:before {
  content: "\e90a";
}

.icon-chevron-down:before {
  content: "\e90b";
}

.icon-chevron-right:before {
  content: "\e90c";
}

.icon-chevron-left:before {
  content: "\e90d";
}

.icon-chevron-up:before {
  content: "\e90e";
}

.icon-field-dropdown:before {
  content: "\e90f";
}

.icon-field-dropleft:before {
  content: "\e910";
}

.icon-field-dropright:before {
  content: "\e911";
}

.icon-field-dropup:before {
  content: "\e912";
}

.icon-close-small:before {
  content: "\e915";
}

.icon-close:before {
  content: "\e919";
}

.icon-check:before {
  content: "\e91a";
}

.icon-copy:before {
  content: "\e91b";
}

.icon-globe:before {
  content: "\e91e";
}

.icon-user:before {
  content: "\e92b";
}

.icon-private:before {
  content: "\e924";
}

.icon-link:before {
  content: "\e91d";
}

.icon-delete:before {
  content: "\e917";
}

.icon-calendar:before {
  content: "\e913";
}

.icon-download:before {
  content: "\e918";
}

.icon-upload:before {
  content: "\e92a";
}

.icon-info:before {
  content: "\e91c";
}

.icon-menu-kebab:before {
  content: "\e920";
}

.icon-clock:before {
  content: "\e914";
}

.icon-search:before {
  content: "\e926";
}

.icon-mail:before {
  content: "\e91f";
}

.icon-credential:before {
  content: "\e916";
}

.icon-view:before {
  content: "\e92c";
}

.icon-shares:before {
  content: "\e927";
}

.icon-external:before {
  content: "\e921";
}

.icon-suitcase:before {
  content: "\e929";
}

.icon-filters:before {
  content: "\e922";
}

.icon-help1:before {
  content: "\e956";
}

.icon-share1:before {
  content: "\e958";
}

.icon-embed-code:before {
  content: "\e955";
}

.icon-edit1:before {
  content: "\e954";
}

.icon-wallet:before {
  content: "\e959";
}

.icon-image:before {
  content: "\e957";
}

.icon-transcript:before {
  content: "\e95a";
}

.icon-replace:before {
  content: "\e96a";
}

.icon-loading:before {
  content: "\e928";
}

.icon-redo:before {
  content: "\e96c";
}

.icon-undo:before {
  content: "\e96d";
}

.icon-insights-chart:before {
  content: "\e96b";
}

.icon-opened:before {
  content: "\e92d";
}

.icon-pdf:before {
  content: "\e92e";
}

.icon-sub-arrow:before {
  content: "\e92f";
}

.icon-visible-user:before {
  content: "\e930";
}

.icon-remove:before {
  content: "\e925";
}

.icon-plus:before {
  content: "\e923";
}

.icon-play:before {
  content: "\e94e";
}

.icon-click:before {
  content: "\e94c";
}

.icon-heart:before {
  content: "\e94d";
}

.icon-customer-support:before {
  content: "\e95b";
}

.icon-announcement:before {
  content: "\e951";
}

.icon-hide:before {
  content: "\e953";
}

.icon-groups:before {
  content: "\e95d";
}

.icon-featured-group:before {
  content: "\e95c";
}

.icon-menu-horizontal:before {
  content: "\e95e";
}

.icon-settings:before {
  content: "\e95f";
}

.icon-accredible:before {
  content: "\e96e";
}

.icon-drag:before {
  content: "\e976";
}

.icon-telegram:before {
  content: "\e9b3";
}

.icon-threads:before {
  content: "\e9b4";
}

.icon-whatsapp1:before {
  content: "\e9a8";
}

.icon-twitter1:before {
  content: "\e995";
}

.icon-tiktok1:before {
  content: "\e902";
}

.icon-x1:before {
  content: "\e97a";
}

.icon-wechat1:before {
  content: "\e947";
}

.icon-instagram1:before {
  content: "\e97f";
}

.icon-youtube1:before {
  content: "\e980";
}

.icon-facebook1:before {
  content: "\e900";
}

.icon-linkedin1:before {
  content: "\e901";
}

.icon-ec-certificate:before {
  content: "\e984";
}

.icon-ec-course:before {
  content: "\e985";
}

.icon-ec-degree:before {
  content: "\e986";
}

.icon-ec-exam:before {
  content: "\e987";
}

.icon-ec-experience:before {
  content: "\e988";
}

.icon-ec-knowledge:before {
  content: "\e989";
}

.icon-ec-license:before {
  content: "\e98a";
}

.icon-ec-other:before {
  content: "\e98b";
}

.icon-ec-participation:before {
  content: "\e98c";
}

.icon-ec-reading:before {
  content: "\e98d";
}

.icon-ec-skill:before {
  content: "\e98e";
}

.icon-ec-specialization:before {
  content: "\e98f";
}

.icon-ec-visa:before {
  content: "\e990";
}

.icon-mail-open:before {
  content: "\e9b7";
}

.icon-transcripts:before {
  content: "\e9b8";
}

.icon-ai:before {
  content: "\e9a7";
}

.icon-fire:before {
  content: "\e9a5";
}

.icon-lock:before {
  content: "\e998";
}

.icon-schedule:before {
  content: "\e999";
}

.icon-send:before {
  content: "\e99a";
}

.icon-unsend:before {
  content: "\e99b";
}

.icon-phone:before {
  content: "\e991";
}

.icon-fill-filter_empty:before {
  content: "\e97c";
}

.icon-paste:before {
  content: "\e97d";
}

.icon-sticky-note:before {
  content: "\e97e";
}

.icon-grid:before {
  content: "\e933";
}

.icon-timeline:before {
  content: "\e93d";
}

.icon-list:before {
  content: "\e937";
}

.icon-share:before {
  content: "\e93a";
}

.icon-info1:before {
  content: "\e936";
}

.icon-warning:before {
  content: "\e93f";
}

.icon-error:before {
  content: "\e932";
}

.icon-check1:before {
  content: "\e931";
}

.icon-verified:before {
  content: "\e93e";
}

.icon-blockchain:before {
  content: "\e934";
}

.icon-location:before {
  content: "\e938";
}

.icon-group:before {
  content: "\e935";
}

.icon-clock1:before {
  content: "\e939";
}

.icon-sort:before {
  content: "\e93c";
}

.icon-help:before {
  content: "\e93b";
}

.icon-pdf1:before {
  content: "\e940";
}

.icon-signature:before {
  content: "\e941";
}

.icon-change:before {
  content: "\e942";
}

.icon-gift:before {
  content: "\e949";
}

.icon-gear:before {
  content: "\e94a";
}

.icon-star:before {
  content: "\e94b";
}

.icon-heart1:before {
  content: "\e94f";
}

.icon-user1:before {
  content: "\e950";
}

.icon-edit:before {
  content: "\e952";
}

.icon-thumbs-up:before {
  content: "\e968";
}

.icon-thumbs-down:before {
  content: "\e967";
}

.icon-certificate-with-badge:before {
  content: "\e961";
}

.icon-certificate:before {
  content: "\e962";
}

.icon-click1:before {
  content: "\e963";
}

.icon-view1:before {
  content: "\e969";
}

.icon-hide1:before {
  content: "\e964";
}

.icon-badge:before {
  content: "\e960";
}

.icon-sort1:before {
  content: "\e966";
}

.icon-mail1:before {
  content: "\e965";
}

.icon-insights2:before {
  content: "\e96f";
}

.icon-percentage:before {
  content: "\e970";
}

.icon-text:before {
  content: "\e971";
}

.icon-skip:before {
  content: "\e972";
}

.icon-check-list-page:before {
  content: "\e974";
}

.icon-collection-folder:before {
  content: "\e975";
}

.icon-telegram1:before {
  content: "\e9b5";
}

.icon-threads1:before {
  content: "\e9b6";
}

.icon-x:before {
  content: "\e994";
}

.icon-twitter:before {
  content: "\e993";
}

.icon-tiktok:before {
  content: "\e992";
}

.icon-wechat:before {
  content: "\e983";
}

.icon-instagram:before {
  content: "\e981";
}

.icon-youtube:before {
  content: "\e982";
}

.icon-email:before {
  content: "\e973";
}

.icon-facebook:before {
  content: "\e977";
}

.icon-linkedin:before {
  content: "\e978";
}

.icon-slack:before {
  content: "\e979";
}

.icon-whatsapp:before {
  content: "\e97b";
}

.icon-minus:before {
  content: "\e9bc";
}

.icon-bluesky:before {
  content: "\e9be";
}

.icon-bluesky1:before {
  content: "\e9bd";
}

.accredible-rich-text-wrapper {
  line-height: 1.25;
}
.accredible-rich-text-wrapper ul,
.accredible-rich-text-wrapper ol,
.accredible-rich-text-wrapper li,
.accredible-rich-text-wrapper p {
  margin: 0;
  padding: 0;
}
.accredible-rich-text-wrapper ul,
.accredible-rich-text-wrapper ol {
  display: inline-block;
  margin: 5px 0 5px;
  line-height: inherit;
  padding-inline-start: 30px;
}
.accredible-rich-text-wrapper ul {
  list-style-type: disc;
}
.accredible-rich-text-wrapper ol {
  list-style-type: decimal;
}
.accredible-rich-text-wrapper p:empty::after {
  content: " ";
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/swiper/swiper.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  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;
  /* Fix of Webkit flickering */
  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;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.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%;
  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%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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