:root {
  --theme-font-primary: Inter;
  --theme-font-primary-url: https://fonts.googleapis.com/css2?family=Inter:wght@400%3b700&display=swap;
  --theme-core-body: #2f2f4c;
  --theme-core-body-rgb: 47, 47, 76;
  --theme-core-body-contrast: #fff;
  --theme-core-body-bg-color: #ffffff;
  --theme-core-body-bg-color-rgb: 255, 255, 255;
  --theme-core-body-bg-color-contrast: #212529;
  --theme-core-background: #f5f5f5;
  --theme-core-background-rgb: 245, 245, 245;
  --theme-core-background-contrast: #212529;
  --theme-core-primary: #30a53f;
  --theme-core-primary-rgb: 48, 165, 63;
  --theme-core-primary-contrast: #fff;
  --theme-core-primary-contrast-rgb: 255, 255, 255;
  --theme-core-primary-contrast-contrast: #212529;
  --theme-core-secondary: #8f40ff;
  --theme-core-secondary-rgb: 143, 64, 255;
  --theme-core-secondary-alt: #710dff;
  --theme-core-secondary-alt-rgb: 113, 13, 255;
  --theme-core-secondary-alt-contrast: #fff;
  --theme-core-secondary-contrast: #fff;
  --theme-core-secondary-contrast-rgb: 255, 255, 255;
  --theme-core-secondary-contrast-contrast: #212529;
  --theme-core-tertiary: #e7e8f2;
  --theme-core-tertiary-rgb: 231, 232, 242;
  --theme-core-tertiary-alt: #f4ecff;
  --theme-core-tertiary-alt-rgb: 244, 236, 255;
  --theme-core-tertiary-alt-contrast: #212529;
  --theme-core-tertiary-contrast: #2f2f4c;
  --theme-core-tertiary-contrast-rgb: 47, 47, 76;
  --theme-core-tertiary-contrast-contrast: #fff;
  --theme-core-disabled: #EAEAEA;
  --theme-core-disabled-rgb: 234, 234, 234;
  --theme-core-disabled-contrast: #212529;
  --theme-core-disabled-alt: #cbcbcb;
  --theme-core-disabled-alt-rgb: 203, 203, 203;
  --theme-core-disabled-alt-contrast: #212529;
  --theme-core-primary-variant: #ad73ff;
  --theme-core-primary-variant-rgb: 173, 115, 255;
  --theme-core-primary-variant-contrast: #fff;
  --theme-core-primary-variant-contrast-rgb: 255, 255, 255;
  --theme-core-primary-variant-contrast-contrast: #212529;
  --theme-core-link: #8f40ff;
  --theme-core-link-rgb: 143, 64, 255;
  --theme-core-link-contrast: #fff;
  --theme-core-link-hover: #710dff;
  --theme-core-link-hover-rgb: 113, 13, 255;
  --theme-core-link-hover-contrast: #fff;
  --theme-core-link-alt: #8f40ff;
  --theme-core-link-alt-rgb: 143, 64, 255;
  --theme-core-link-alt-contrast: #fff;
  --theme-core-link-alt-hover: #ad73ff;
  --theme-core-link-alt-hover-rgb: 173, 115, 255;
  --theme-core-link-alt-hover-contrast: #fff;
  --theme-core-footer-link-hover: #ad73ff;
  --theme-core-footer-link-hover-rgb: 173, 115, 255;
  --theme-core-footer-link-hover-contrast: #fff;
  --theme-core-danger: #8B0000;
  --theme-core-danger-rgb: 139, 0, 0;
  --theme-core-danger-contrast: #fff;
  --theme-core-danger-alt: #ff2525;
  --theme-core-danger-alt-rgb: 255, 37, 37;
  --theme-core-danger-alt-contrast: #fff;
  --theme-core-info: #6b9dbb;
  --theme-core-info-rgb: 107, 157, 187;
  --theme-core-info-contrast: #fff;
  --theme-core-subtle: #716c7f;
  --theme-core-subtle-rgb: 113, 108, 127;
  --theme-core-subtle-contrast: #fff;
  --theme-core-controls-menu-bg: #4500a6;
  --theme-core-controls-menu-bg-rgb: 69, 0, 166;
  --theme-core-controls-menu-bg-contrast: #fff;
  --theme-core-controls-bg: #f5f5f9;
  --theme-core-controls-bg-rgb: 245, 245, 249;
  --theme-core-controls-bg-contrast: #212529;
  --theme-core-controls-highlight: #4500a6;
  --theme-core-controls-highlight-rgb: 69, 0, 166;
  --theme-core-controls-highlight-contrast: #fff;
  --theme-core-info-btn: #8f40ff;
  --theme-core-info-btn-rgb: 143, 64, 255;
  --theme-core-info-btn-contrast: #fff;
  --theme-core-info-btn-hover: #ad73ff;
  --theme-core-info-btn-hover-rgb: 173, 115, 255;
  --theme-core-info-btn-hover-contrast: #fff;
  --theme-cms-widget-heading-color: #fff;
  --theme-cms-widget-heading-color-rgb: 255, 255, 255;
  --theme-cms-widget-heading-color-contrast: #212529;
  --theme-cms-widget-heading-bg-color: #2f2f4c;
  --theme-cms-widget-heading-bg-color-rgb: 47, 47, 76;
  --theme-cms-widget-heading-bg-color-contrast: #fff;
  --theme-cms-widget-heading-button-color: #000012;
  --theme-cms-widget-heading-button-color-rgb: 0, 0, 18;
  --theme-cms-widget-heading-button-color-contrast: #fff;
  --theme-cms-widget-heading-button-bg-color: #8f40ff;
  --theme-cms-widget-heading-button-bg-color-rgb: 143, 64, 255;
  --theme-cms-widget-heading-button-bg-color-contrast: #fff;
  --theme-cms-widget-heading-button-hover-color: #000012;
  --theme-cms-widget-heading-button-hover-color-rgb: 0, 0, 18;
  --theme-cms-widget-heading-button-hover-color-contrast: #fff;
  --theme-cms-widget-heading-button-hover-bg-color: #5a00d9;
  --theme-cms-widget-heading-button-hover-bg-color-rgb: 90, 0, 217;
  --theme-cms-widget-heading-button-hover-bg-color-contrast: #fff;
  --theme-button-primary-bg-color: #2f2f4c;
  --theme-button-primary-bg-color-rgb: 47, 47, 76;
  --theme-button-primary-bg-color-contrast: #fff;
  --theme-button-primary-bg-color-darken1: #202034;
  --theme-button-primary-bg-color-darken1-rgb: 32, 32, 52;
  --theme-button-primary-bg-color-darken2: #1c1c2c;
  --theme-button-primary-bg-color-darken2-rgb: 28, 28, 44;
  --theme-button-primary-bg-color-darken3: #171725;
  --theme-button-primary-bg-color-darken3-rgb: 23, 23, 37;
  --theme-button-primary-bg-color-whiten1: #d5d5db;
  --theme-button-primary-bg-color-whiten1-rgb: 213, 213, 219;
  --theme-button-primary-bg-color-whiten2: #c5c5cd;
  --theme-button-primary-bg-color-whiten2-rgb: 197, 197, 205;
  --theme-button-primary-bg-color-blacken1: #181828;
  --theme-button-primary-bg-color-blacken1-rgb: 24, 24, 40;
  --theme-button-primary-color: #fff;
  --theme-button-primary-color-rgb: 255, 255, 255;
  --theme-button-primary-color-contrast: #212529;
  --theme-button-primary-color-darken1: #ececec;
  --theme-button-primary-color-darken1-rgb: 236, 236, 236;
  --theme-button-primary-color-darken2: #e6e6e6;
  --theme-button-primary-color-darken2-rgb: 230, 230, 230;
  --theme-button-primary-color-darken3: #dfdfdf;
  --theme-button-primary-color-darken3-rgb: 223, 223, 223;
  --theme-button-primary-color-whiten1: #ffffff;
  --theme-button-primary-color-whiten1-rgb: 255, 255, 255;
  --theme-button-primary-color-whiten2: #ffffff;
  --theme-button-primary-color-whiten2-rgb: 255, 255, 255;
  --theme-button-primary-color-blacken1: #858585;
  --theme-button-primary-color-blacken1-rgb: 133, 133, 133;
  --theme-border-radius-default: 10%;
  --theme-border-radius-profile: 50%;
  --theme-border-radius-group: 50%;
  --theme-types-default: #d1d3e6;
  --theme-types-default-rgb: 209, 211, 230;
  --theme-types-default-contrast: #212529;
  --theme-types-default-darken1: #b8bbd9;
  --theme-types-default-darken1-rgb: 184, 187, 217;
  --theme-types-default-darken2: #b0b3d4;
  --theme-types-default-darken2-rgb: 176, 179, 212;
  --theme-types-default-darken3: #a8abd0;
  --theme-types-default-darken3-rgb: 168, 171, 208;
  --theme-types-default-whiten1: #f6f6fa;
  --theme-types-default-whiten1-rgb: 246, 246, 250;
  --theme-types-default-whiten2: #f2f3f8;
  --theme-types-default-whiten2-rgb: 242, 243, 248;
  --theme-types-default-blacken1: #6d6e78;
  --theme-types-default-blacken1-rgb: 109, 110, 120;
  --theme-types-resource: #30a53f;
  --theme-types-resource-rgb: 48, 165, 63;
  --theme-types-resource-contrast: #fff;
  --theme-types-resource-darken1: #278734;
  --theme-types-resource-darken1-rgb: 39, 135, 52;
  --theme-types-resource-darken2: #257d30;
  --theme-types-resource-darken2-rgb: 37, 125, 48;
  --theme-types-resource-darken3: #22742c;
  --theme-types-resource-darken3-rgb: 34, 116, 44;
  --theme-types-resource-whiten1: #d6edd9;
  --theme-types-resource-whiten1-rgb: 214, 237, 217;
  --theme-types-resource-whiten2: #c5e6c9;
  --theme-types-resource-whiten2-rgb: 197, 230, 201;
  --theme-types-resource-blacken1: #195621;
  --theme-types-resource-blacken1-rgb: 25, 86, 33;
  --theme-types-profile: #6e74b0;
  --theme-types-profile-rgb: 110, 116, 176;
  --theme-types-profile-contrast: #fff;
  --theme-types-profile-darken1: #575ea0;
  --theme-types-profile-darken1-rgb: 87, 94, 160;
  --theme-types-profile-darken2: #535998;
  --theme-types-profile-darken2-rgb: 83, 89, 152;
  --theme-types-profile-darken3: #4e5490;
  --theme-types-profile-darken3-rgb: 78, 84, 144;
  --theme-types-profile-whiten1: #e2e3ef;
  --theme-types-profile-whiten1-rgb: 226, 227, 239;
  --theme-types-profile-whiten2: #d6d8e9;
  --theme-types-profile-whiten2-rgb: 214, 216, 233;
  --theme-types-profile-blacken1: #393c5c;
  --theme-types-profile-blacken1-rgb: 57, 60, 92;
  --theme-types-cms_page: #6e74b0;
  --theme-types-cms_page-rgb: 110, 116, 176;
  --theme-types-cms_page-contrast: #fff;
  --theme-types-cms_page-darken1: #575ea0;
  --theme-types-cms_page-darken1-rgb: 87, 94, 160;
  --theme-types-cms_page-darken2: #535998;
  --theme-types-cms_page-darken2-rgb: 83, 89, 152;
  --theme-types-cms_page-darken3: #4e5490;
  --theme-types-cms_page-darken3-rgb: 78, 84, 144;
  --theme-types-cms_page-whiten1: #e2e3ef;
  --theme-types-cms_page-whiten1-rgb: 226, 227, 239;
  --theme-types-cms_page-whiten2: #d6d8e9;
  --theme-types-cms_page-whiten2-rgb: 214, 216, 233;
  --theme-types-cms_page-blacken1: #393c5c;
  --theme-types-cms_page-blacken1-rgb: 57, 60, 92;
  --theme-types-collection: #30a53f;
  --theme-types-collection-rgb: 48, 165, 63;
  --theme-types-collection-contrast: #fff;
  --theme-types-collection-darken1: #278734;
  --theme-types-collection-darken1-rgb: 39, 135, 52;
  --theme-types-collection-darken2: #257d30;
  --theme-types-collection-darken2-rgb: 37, 125, 48;
  --theme-types-collection-darken3: #22742c;
  --theme-types-collection-darken3-rgb: 34, 116, 44;
  --theme-types-collection-whiten1: #d6edd9;
  --theme-types-collection-whiten1-rgb: 214, 237, 217;
  --theme-types-collection-whiten2: #c5e6c9;
  --theme-types-collection-whiten2-rgb: 197, 230, 201;
  --theme-types-collection-blacken1: #195621;
  --theme-types-collection-blacken1-rgb: 25, 86, 33;
  --theme-types-group: #6e74b0;
  --theme-types-group-rgb: 110, 116, 176;
  --theme-types-group-contrast: #fff;
  --theme-types-group-darken1: #575ea0;
  --theme-types-group-darken1-rgb: 87, 94, 160;
  --theme-types-group-darken2: #535998;
  --theme-types-group-darken2-rgb: 83, 89, 152;
  --theme-types-group-darken3: #4e5490;
  --theme-types-group-darken3-rgb: 78, 84, 144;
  --theme-types-group-whiten1: #e2e3ef;
  --theme-types-group-whiten1-rgb: 226, 227, 239;
  --theme-types-group-whiten2: #d6d8e9;
  --theme-types-group-whiten2-rgb: 214, 216, 233;
  --theme-types-group-blacken1: #393c5c;
  --theme-types-group-blacken1-rgb: 57, 60, 92;
  --theme-types-lesson_plan: #30a53f;
  --theme-types-lesson_plan-rgb: 48, 165, 63;
  --theme-types-lesson_plan-contrast: #fff;
  --theme-types-lesson_plan-darken1: #278734;
  --theme-types-lesson_plan-darken1-rgb: 39, 135, 52;
  --theme-types-lesson_plan-darken2: #257d30;
  --theme-types-lesson_plan-darken2-rgb: 37, 125, 48;
  --theme-types-lesson_plan-darken3: #22742c;
  --theme-types-lesson_plan-darken3-rgb: 34, 116, 44;
  --theme-types-lesson_plan-whiten1: #d6edd9;
  --theme-types-lesson_plan-whiten1-rgb: 214, 237, 217;
  --theme-types-lesson_plan-whiten2: #c5e6c9;
  --theme-types-lesson_plan-whiten2-rgb: 197, 230, 201;
  --theme-types-lesson_plan-blacken1: #195621;
  --theme-types-lesson_plan-blacken1-rgb: 25, 86, 33;
  --theme-types-project: #30a53f;
  --theme-types-project-rgb: 48, 165, 63;
  --theme-types-project-contrast: #fff;
  --theme-types-project-darken1: #278734;
  --theme-types-project-darken1-rgb: 39, 135, 52;
  --theme-types-project-darken2: #257d30;
  --theme-types-project-darken2-rgb: 37, 125, 48;
  --theme-types-project-darken3: #22742c;
  --theme-types-project-darken3-rgb: 34, 116, 44;
  --theme-types-project-whiten1: #d6edd9;
  --theme-types-project-whiten1-rgb: 214, 237, 217;
  --theme-types-project-whiten2: #c5e6c9;
  --theme-types-project-whiten2-rgb: 197, 230, 201;
  --theme-types-project-blacken1: #195621;
  --theme-types-project-blacken1-rgb: 25, 86, 33;
  --theme-types-outline: #30a53f;
  --theme-types-outline-rgb: 48, 165, 63;
  --theme-types-outline-contrast: #fff;
  --theme-types-outline-darken1: #278734;
  --theme-types-outline-darken1-rgb: 39, 135, 52;
  --theme-types-outline-darken2: #257d30;
  --theme-types-outline-darken2-rgb: 37, 125, 48;
  --theme-types-outline-darken3: #22742c;
  --theme-types-outline-darken3-rgb: 34, 116, 44;
  --theme-types-outline-whiten1: #d6edd9;
  --theme-types-outline-whiten1-rgb: 214, 237, 217;
  --theme-types-outline-whiten2: #c5e6c9;
  --theme-types-outline-whiten2-rgb: 197, 230, 201;
  --theme-types-outline-blacken1: #195621;
  --theme-types-outline-blacken1-rgb: 25, 86, 33;
  --theme-types-pathway: #30a53f;
  --theme-types-pathway-rgb: 48, 165, 63;
  --theme-types-pathway-contrast: #fff;
  --theme-types-pathway-darken1: #278734;
  --theme-types-pathway-darken1-rgb: 39, 135, 52;
  --theme-types-pathway-darken2: #257d30;
  --theme-types-pathway-darken2-rgb: 37, 125, 48;
  --theme-types-pathway-darken3: #22742c;
  --theme-types-pathway-darken3-rgb: 34, 116, 44;
  --theme-types-pathway-whiten1: #d6edd9;
  --theme-types-pathway-whiten1-rgb: 214, 237, 217;
  --theme-types-pathway-whiten2: #c5e6c9;
  --theme-types-pathway-whiten2-rgb: 197, 230, 201;
  --theme-types-pathway-blacken1: #195621;
  --theme-types-pathway-blacken1-rgb: 25, 86, 33;
  --theme-types-standard: #6e74b0;
  --theme-types-standard-rgb: 110, 116, 176;
  --theme-types-standard-contrast: #fff;
  --theme-types-standard-darken1: #575ea0;
  --theme-types-standard-darken1-rgb: 87, 94, 160;
  --theme-types-standard-darken2: #535998;
  --theme-types-standard-darken2-rgb: 83, 89, 152;
  --theme-types-standard-darken3: #4e5490;
  --theme-types-standard-darken3-rgb: 78, 84, 144;
  --theme-types-standard-whiten1: #e2e3ef;
  --theme-types-standard-whiten1-rgb: 226, 227, 239;
  --theme-types-standard-whiten2: #d6d8e9;
  --theme-types-standard-whiten2-rgb: 214, 216, 233;
  --theme-types-standard-blacken1: #393c5c;
  --theme-types-standard-blacken1-rgb: 57, 60, 92;
  --theme-types-link: #8f40ff;
  --theme-types-link-rgb: 143, 64, 255;
  --theme-types-link-contrast: #fff;
  --theme-types-link-darken1: #791aff;
  --theme-types-link-darken1-rgb: 121, 26, 255;
  --theme-types-link-darken2: #710dff;
  --theme-types-link-darken2-rgb: 113, 13, 255;
  --theme-types-link-darken3: #6a00ff;
  --theme-types-link-darken3-rgb: 106, 0, 255;
  --theme-types-link-whiten1: #e9d9ff;
  --theme-types-link-whiten1-rgb: 233, 217, 255;
  --theme-types-link-whiten2: #e0caff;
  --theme-types-link-whiten2-rgb: 224, 202, 255;
  --theme-types-link-blacken1: #4a2185;
  --theme-types-link-blacken1-rgb: 74, 33, 133;
  --theme-sections-home-primary: #2f2f4c;
  --theme-sections-home-primary-rgb: 47, 47, 76;
  --theme-sections-home-primary-contrast: #fff;
  --theme-sections-home-primary-darken1: #202034;
  --theme-sections-home-primary-darken1-rgb: 32, 32, 52;
  --theme-sections-home-primary-darken2: #1c1c2c;
  --theme-sections-home-primary-darken2-rgb: 28, 28, 44;
  --theme-sections-home-primary-darken3: #171725;
  --theme-sections-home-primary-darken3-rgb: 23, 23, 37;
  --theme-sections-home-primary-whiten1: #d5d5db;
  --theme-sections-home-primary-whiten1-rgb: 213, 213, 219;
  --theme-sections-home-primary-whiten2: #c5c5cd;
  --theme-sections-home-primary-whiten2-rgb: 197, 197, 205;
  --theme-sections-home-primary-blacken1: #181828;
  --theme-sections-home-primary-blacken1-rgb: 24, 24, 40;
  --theme-sections-home-secondary: #e7e8f2;
  --theme-sections-home-secondary-rgb: 231, 232, 242;
  --theme-sections-home-secondary-contrast: #212529;
  --theme-sections-home-secondary-darken1: #ced0e5;
  --theme-sections-home-secondary-darken1-rgb: 206, 208, 229;
  --theme-sections-home-secondary-darken2: #c6c8e0;
  --theme-sections-home-secondary-darken2-rgb: 198, 200, 224;
  --theme-sections-home-secondary-darken3: #bec0dc;
  --theme-sections-home-secondary-darken3-rgb: 190, 192, 220;
  --theme-sections-home-secondary-whiten1: #fafafc;
  --theme-sections-home-secondary-whiten1-rgb: 250, 250, 252;
  --theme-sections-home-secondary-whiten2: #f8f9fb;
  --theme-sections-home-secondary-whiten2-rgb: 248, 249, 251;
  --theme-sections-home-secondary-blacken1: #78797e;
  --theme-sections-home-secondary-blacken1-rgb: 120, 121, 126;
  --theme-sections-home-tertiary: #fff;
  --theme-sections-home-tertiary-rgb: 255, 255, 255;
  --theme-sections-home-tertiary-contrast: #212529;
  --theme-sections-home-tertiary-darken1: #ececec;
  --theme-sections-home-tertiary-darken1-rgb: 236, 236, 236;
  --theme-sections-home-tertiary-darken2: #e6e6e6;
  --theme-sections-home-tertiary-darken2-rgb: 230, 230, 230;
  --theme-sections-home-tertiary-darken3: #dfdfdf;
  --theme-sections-home-tertiary-darken3-rgb: 223, 223, 223;
  --theme-sections-home-tertiary-whiten1: #ffffff;
  --theme-sections-home-tertiary-whiten1-rgb: 255, 255, 255;
  --theme-sections-home-tertiary-whiten2: #ffffff;
  --theme-sections-home-tertiary-whiten2-rgb: 255, 255, 255;
  --theme-sections-home-tertiary-blacken1: #858585;
  --theme-sections-home-tertiary-blacken1-rgb: 133, 133, 133;
  --theme-page-themes: theme-1;
  --theme-page-themes-theme-1: #2f2f4c;
  --theme-page-themes-theme-1-rgb: 47, 47, 76;
  --theme-page-themes-theme-1-contrast: #fff;
  --theme-page-themes-theme-1-secondary: #e7e8f2;
  --theme-page-themes-theme-1-secondary-rgb: 231, 232, 242;
  --theme-page-themes-theme-1-secondary-contrast: #212529;
  --theme-page-themes-theme-1-tertiary: #fff;
  --theme-page-themes-theme-1-tertiary-rgb: 255, 255, 255;
  --theme-page-themes-theme-1-tertiary-contrast: #212529;
  --theme-page-themes-theme-1-darken1: #202034;
  --theme-page-themes-theme-1-darken1-rgb: 32, 32, 52;
  --theme-page-themes-theme-1-darken2: #1c1c2c;
  --theme-page-themes-theme-1-darken2-rgb: 28, 28, 44;
  --theme-page-themes-theme-1-darken3: #171725;
  --theme-page-themes-theme-1-darken3-rgb: 23, 23, 37;
  --theme-page-theme-aliases-theme-1: home;
}
