/* grid-breakpoints are for that value and up */
/* FROM VERTISAN BELOW */
/* Viewport Sizes Reported */
/* -----------------------------------------------------------------------------*/
/* 320 x 547    Ed's Note 10*/
/* 339 x 585    : DPR 3.19  : Samsung with zoomed text */
/* -- ^ xxs - 340px  ^ ---------------------------------------------------------*/
/* 360 x 612    : DPR 3.0   : Samsung Galaxy S9 using Google Chrome */
/* 360 x 620    : DPR 3.0   : Samsung Galaxy S9 through Instagram */
/* 375 x 589    : DPR 3.0   : iPhone 12 mini*/
/* 375 x 635    : DPR 3.0   : iPhone */
/* 375 x 647    : DPR 2.0   : iPhone */
/* -- ^ xs - 375px ^ -----------------------------------------------------------*/
/* 390 x 663    : DPR 3.0   : iPhone 12 Pro - Troy */
/* 412 x 717    : DPR 2.0   : Samsung Galaxy Note 10+ 5G */
/* 414 x 719    : DPR 2.0   : iPhone 11 Pro Max */
/* 428 x 746    : DPR 3.0   : Samsung device */
/* -- ^ sm - 430px ^ -----------------------------------------------------------*/
/* -- ^ md - 576px ^ -----------------------------------------------------------*/
/* 768 x 913   : DPR 2.0   : iPad Mini - landscape */
/* -- ^ lg - 768px ^ -----------------------------------------------------------*/
/* 980 x 1691  : DPR 3.19  : Samsung Galaxy Note 10+ in 'desktop view' */
/* 1024 x 657  : DPR 2.0   : iPad Mini - landscape */
/* -- ^ xl - 1024px ^ -----------------------------------------------------------*/
/* -- ^ xxl - 1200px ^ ----------------------------------------------------------*/
/* -- ^ xxxl - 1400px ^ ---------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
/* Bootstrap shit to support functions I am using */
/* links */
/* links:hover */
/* nav bar */
/* theme switching */
/* standard background colors */
/* standard foreground colors */
/* standard card background colors */
/* standard card foreground colors */
/* standard card links colors */
/* background */
/* foreground */
/* text */
/* images */
/* section backgrounds */
/* standard background colors */
/* standard foreground colors */
/* links */
/* links:hover */
/* nav bar */
/* theme switching */
/* standard card background colors */
/* standard card foreground colors */
/* standard card links colors */
/* text */
/* images */
/* section backgrounds */
/* body text */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* headings */
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&display=swap");
/* Bebas Neue is for the '2024' in the Featured Technology section exclusively */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* for the masthead headings exclusively */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400&display=swap");
:root {
  /* default light theme */
  /* colors */
  --color-bg-html: #f3f8fa;
  --color-bg-body: #e7e7e7;
  --color-headings: #14151c;
  --color-text: #14151c;
  --color-text-muted: #2f2f2f;
  --color-nav-bar: hsla(0, 0%, 100%, 0.2);
  --color-nav-link: white;
  --color-nav-link-active: #afff00;
  --color-sun-moon: rgb(226, 183, 5);
  --color-box-shadow: hsla(217, 19%, 35%, 0.25);
  --box-shadow: 2.5rem 3.75rem 3rem -3rem hsla(217, 19%, 35%, 0.25);
  /* neutral backgrounds */
  --color-bg-gray-muted: hsl(0, 0%, 93%);
  --color-bg-gray-subtle: hsl(0, 0%, 86%);
  --color-bg-gray-normal: hsl(218, 14%, 70%);
  --color-bg-gray-bold: hsl(214, 8%, 37%);
  --color-bg-gray-intense: hsl(216, 9%, 23%);
  /* neutral foregrounds */
  --color-fg-on-gray-muted: #2c2c2c;
  --color-fg-on-gray-subtle: #2c2c2c;
  --color-fg-on-gray-normal: #2c2c2c;
  --color-fg-on-gray-bold: #f3f3f3;
  --color-fg-on-gray-intense: #f3f3f3;
  /* cards background */
  --card-bg-gray-muted: hsl(0, 0%, 93%);
  --card-bg-gray-subtle: hsl(0, 0%, 86%);
  --card-bg-gray-normal: hsl(218, 14%, 70%);
  --card-bg-gray-bold: hsl(214, 8%, 37%);
  --card-bg-gray-intense: hsl(216, 9%, 23%);
  --card-bg-color-vibrant: hsl(284, 86%, 25%);
  --card-bg-color-vibrant: hsl(284, 86%, 25%);
  /* cards foreground */
  --card-fg-gray-muted: hsl(218, 27%, 18%);
  --card-fg-gray-subtle: hsl(218, 22%, 17%);
  --card-fg-gray-normal: hsl(0, 0%, 15%);
  --card-fg-gray-bold: hsl(0, 0%, 95%);
  --card-fg-gray-intense: hsl(0, 0%, 92%);
  --card-fg-color-vivid: hsl(0, 0%, 95%);
  --card-fg-color-vibrant: hsl(0, 0%, 95%);
  /* card links */
  --card-lnk-gray-muted: #5a117c;
  --card-lnk-gray-subtle: #5a117c;
  --card-lnk-gray-normal: #5a117c;
  --card-lnk-gray-bold: #c4e549;
  --card-lnk-gray-intense: #c4e549;
  --card-lnk-color-vivid: #c4e549;
  --card-lnk-color-vibrant: #c4e549;
  /* text */
  --txt-h2-shadow: 1px 1px 4px #f5f7f6;
  --txt-section-featured-tech-heading: #323242;
  /* images */
  --img-card-bg-fancy-1: url("images/cards/bg-fancy-card-1-light.jpg");
  --img-mask-bordered-hexagon: url("images/homepage/bordered-hexagon-mask-light.svg");
  --img-bg-card: hsl(218, 14%, 70%);
  /* section backgrounds */
  --bg-section-featured-tech: #bebecb;
  --bg-section-secret-laboratory: url("../img/homepage/bg-section-secret-laboratory-light.jpg");
  --bg-section-defi: linear-gradient(135deg, rgb(236, 227, 221) 4%, rgb(247, 243, 241) 25%, rgb(255, 255, 255) 71%, rgb(220, 183, 154) 100%);
  --bg-section-creativity-central: url("../img/homepage/bg-section-creativity-central-light.jpg");
  --bg-section-neural-network: url("../img/homepage/bg-section-neural-network-light.jpg");
  --bg-section-particle: linear-gradient(180deg, rgb(255, 255, 255) 28%, rgb(212, 214, 215) 100%);
  --bg-section-nebula: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(249, 247, 250) 48%, rgb(208, 156, 231) 100%);
  --bg-section-james-vertisan: url("../img/homepage/bg-section-james-vertisan-light.svg");
  --bg-section-the-best: url("../img/homepage/bg-section-only-the-best-light.jpg");
  --bg-section-resources: linear-gradient(180deg, rgb(253, 253, 253) 28%, rgb(245, 247, 246) 100%);
  --bg-section-footer: url("../img/homepage/bg-section-footer-light.svg");
  --txt-font-stack-headings: Chakra Petch, sans-serif;
  --txt-font-stack-content: Work Sans, sans-serif;
  --border-radius: 6px;
  --flex-gap: flex-gap;
  --grid-gap: grid-gap;
  --theme-name: nebula;
  --theme-primary-color: #440c5c;
  --theme-primary-color-rgb: 68, 12, 92;
  --flow-spacer: 1em;
  --font-size-100: 0.65rem;
  --font-size-200: 0.7rem;
  --font-size-300: 0.8rem;
  --font-size-400: 0.9rem;
  --font-size-500: 1rem;
  --font-size-600: 1.25rem;
  --font-size-700: 1.5rem;
  --font-size-800: 1.75rem;
  --font-size-900: 2rem;
  --color-border-debug: rgb(221, 7, 7);
}

@media (prefers-color-scheme: dark) {
  :root {
    /* colors */
    --color-bg-html: #14151c;
    --color-bg-body: #161616;
    --color-headings: #f3f8fa;
    --color-text: #e7e7e7;
    --color-text-muted: #b4b4b4;
    --color-nav-bar: hsla(0, 0%, 100%, 0.2);
    --color-nav-link: white;
    --color-nav-link-active: #afff00;
    --color-sun-moon: white;
    --color-box-shadow: hsla(217, 19%, 35%, 0.25);
    --box-shadow: 2.5rem 3.75rem 3rem -3rem hsla(217, 19%, 35%, 0.25);
    /* neutral backgrounds */
    --color-bg-gray-muted: hsl(216, 9%, 23%);
    --color-bg-gray-subtle: hsl(214, 8%, 37%);
    --color-bg-gray-normal: hsl(218, 14%, 70%);
    --color-bg-gray-bold: hsl(0, 0%, 86%);
    --color-bg-gray-intense: hsl(0, 0%, 93%);
    /* neutral foregrounds */
    --color-fg-on-gray-muted: #f3f3f3;
    --color-fg-on-gray-subtle: #f3f3f3;
    --color-fg-on-gray-normal: #2c2c2c;
    --color-fg-on-gray-bold: #2c2c2c;
    --color-fg-on-gray-intense: #2c2c2c;
    /* cards background */
    --card-bg-gray-muted: hsl(0, 0%, 13%);
    --card-bg-gray-subtle: hsl(240, 1%, 18%);
    --card-bg-gray-normal: hsl(240, 1%, 26%);
    --card-bg-gray-bold: hsl(214, 4%, 61%);
    --card-bg-gray-intense: hsl(216, 5%, 80%);
    --card-bg-color-vivid: hsl(284, 84%, 35%);
    --card-bg-color-vibrant: hsl(284, 91%, 21%);
    /* cards foreground */
    --card-fg-gray-muted: hsl(0, 0%, 88%);
    --card-fg-gray-subtle: hsl(0, 0%, 93%);
    --card-fg-gray-normal: hsl(0, 0%, 93%);
    --card-fg-gray-bold: hsl(0, 0%, 7%);
    --card-fg-gray-intense: hsl(217, 26%, 17%);
    --card-fg-color-vivid: hsl(0, 0%, 93%);
    --card-fg-color-vibrant: hsl(0, 0%, 89%);
    /* card links */
    --card-lnk-gray-muted: #c4e549;
    --card-lnk-gray-subtle: #c4e549;
    --card-lnk-gray-normal: #c4e549;
    --card-lnk-gray-bold: #5a117c;
    --card-lnk-gray-intense: #5a117c;
    --card-lnk-color-vivid: #c4e549;
    --card-lnk-color-vibrant: #c4e549;
    /* text */
    --txt-h2-shadow: 1px 2px 2px #14151c;
    --txt-section-featured-tech-heading: #afff00;
    /* images */
    --img-card-bg-fancy-1: url("images/cards/bg-fancy-card-1-dark.jpg");
    --img-mask-bordered-hexagon: url("images/homepage/bordered-hexagon-mask-dark.svg");
    --img-bg-card: hsl(240, 1%, 26%);
    /* section backgrounds */
    --bg-section-featured-tech: #323242;
    --bg-section-secret-laboratory: url("../img/homepage/bg-section-secret-laboratory-dark.jpg");
    --bg-section-defi: linear-gradient(135deg, rgb(132, 92, 84) 0%, rgb(236, 227, 221) 28%, rgb(220, 183, 154) 61%, rgb(43, 22, 23) 96%);
    --bg-section-creativity-central: url("../img/homepage/bg-section-creativity-central-dark.jpg");
    --bg-section-neural-network: url("../img/homepage/bg-section-neural-network-dark.jpg");
    --bg-section-particle: linear-gradient(0deg, rgb(55, 99, 151) 28%, rgb(0, 58, 128) 100%);
    --bg-section-nebula: linear-gradient(0deg, rgb(239, 209, 255) 0%, rgb(193, 82, 249) 48%, rgb(70, 0, 101) 100%);
    --bg-section-james-vertisan: url("../img/homepage/bg-section-james-vertisan-dark.svg");
    --bg-section-the-best: url("../img/homepage/bg-section-only-the-best-dark.jpg");
    --bg-section-resources: linear-gradient(0deg, rgb(40, 41, 42) 28%, rgb(14, 15, 16) 100%);
    --bg-section-footer: url("../img/homepage/bg-section-footer-dark.svg");
  }
}
[data-theme-mode=light] {
  color-scheme: light;
  /* colors */
  --color-bg-html: #f3f8fa;
  --color-bg-body: #e7e7e7;
  --color-headings: #14151c;
  --color-text: #14151c;
  --color-text-muted: #2f2f2f;
  --color-nav-bar: hsla(0, 0%, 100%, 0.2);
  --color-nav-link: white;
  --color-nav-link-active: #afff00;
  --color-sun-moon: rgb(226, 183, 5);
  --color-box-shadow: hsla(217, 19%, 35%, 0.25);
  --box-shadow: 2.5rem 3.75rem 3rem -3rem hsla(217, 19%, 35%, 0.25);
  /* neutral backgrounds */
  --color-bg-gray-muted: hsl(0, 0%, 93%);
  --color-bg-gray-subtle: hsl(0, 0%, 86%);
  --color-bg-gray-normal: hsl(218, 14%, 70%);
  --color-bg-gray-bold: hsl(214, 8%, 37%);
  --color-bg-gray-intense: hsl(216, 9%, 23%);
  /* neutral foregrounds */
  --color-fg-on-gray-muted: #2c2c2c;
  --color-fg-on-gray-subtle: #2c2c2c;
  --color-fg-on-gray-normal: #2c2c2c;
  --color-fg-on-gray-bold: #f3f3f3;
  --color-fg-on-gray-intense: #f3f3f3;
  /* cards background */
  --card-bg-gray-muted: hsl(0, 0%, 93%);
  --card-bg-gray-subtle: hsl(0, 0%, 86%);
  --card-bg-gray-normal: hsl(218, 14%, 70%);
  --card-bg-gray-bold: hsl(214, 8%, 37%);
  --card-bg-gray-intense: hsl(216, 9%, 23%);
  --card-bg-color-vivid: hsl(284, 80%, 33%);
  --card-bg-color-vibrant: hsl(284, 86%, 25%);
  /* cards foreground */
  --card-fg-gray-muted: hsl(218, 27%, 18%);
  --card-fg-gray-subtle: hsl(218, 22%, 17%);
  --card-fg-gray-normal: hsl(0, 0%, 15%);
  --card-fg-gray-bold: hsl(0, 0%, 95%);
  --card-fg-gray-intense: hsl(0, 0%, 92%);
  --card-fg-color-vivid: hsl(0, 0%, 95%);
  --card-fg-color-vibrant: hsl(0, 0%, 95%);
  /* card links */
  --card-lnk-gray-muted: #5a117c;
  --card-lnk-gray-subtle: #5a117c;
  --card-lnk-gray-normal: #5a117c;
  --card-lnk-gray-bold: #c4e549;
  --card-lnk-gray-intense: #c4e549;
  --card-lnk-color-vivid: #c4e549;
  --card-lnk-color-vibrant: #c4e549;
  /* text */
  --txt-h2-shadow: 1px 1px 4px #f5f7f6;
  --txt-section-featured-tech-heading: #323242;
  /* images */
  --img-card-bg-fancy-1: url("images/cards/bg-fancy-card-1-light.jpg");
  --img-mask-bordered-hexagon: url("images/homepage/bordered-hexagon-mask-light.svg");
  --img-bg-card: hsl(218, 14%, 70%);
  /* section backgrounds */
  --bg-section-featured-tech: #bebecb;
  --bg-section-secret-laboratory: url("../img/homepage/bg-section-secret-laboratory-light.jpg");
  --bg-section-defi: linear-gradient(135deg, rgb(236, 227, 221) 4%, rgb(247, 243, 241) 25%, rgb(255, 255, 255) 71%, rgb(220, 183, 154) 100%);
  --bg-section-creativity-central: url("../img/homepage/bg-section-creativity-central-light.jpg");
  --bg-section-neural-network: url("../img/homepage/bg-section-neural-network-light.jpg");
  --bg-section-particle: linear-gradient(180deg, rgb(255, 255, 255) 28%, rgb(212, 214, 215) 100%);
  --bg-section-nebula: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(249, 247, 250) 48%, rgb(208, 156, 231) 100%);
  --bg-section-james-vertisan: url("../img/homepage/bg-section-james-vertisan-light.svg");
  --bg-section-the-best: url("../img/homepage/bg-section-only-the-best-light.jpg");
  --bg-section-resources: linear-gradient(180deg, rgb(253, 253, 253) 28%, rgb(245, 247, 246) 100%);
  --bg-section-footer: url("../img/homepage/bg-section-footer-light.svg");
}

[data-theme-mode=dark] {
  color-scheme: dark;
  --theme: 0, 58, 128;
  --theme-rgb: 0, 58, 128;
  --theme-color: 0, 58, 128;
  --theme-color-rgb: 0, 58, 128;
  /* colors */
  --color-bg-html: #14151c;
  --color-bg-body: #161616;
  --color-headings: #f3f8fa;
  --color-text: #e7e7e7;
  --color-text-muted: #b4b4b4;
  --color-nav-bar: hsla(0, 0%, 100%, 0.2);
  --color-nav-link: white;
  --color-nav-link-active: #afff00;
  --color-sun-moon: white;
  --color-box-shadow: hsla(217, 19%, 35%, 0.25);
  --box-shadow: 2.5rem 3.75rem 3rem -3rem hsla(217, 19%, 35%, 0.25);
  /* neutral backgrounds */
  --color-bg-gray-muted: hsl(216, 9%, 23%);
  --color-bg-gray-subtle: hsl(214, 8%, 37%);
  --color-bg-gray-normal: hsl(218, 14%, 70%);
  --color-bg-gray-bold: hsl(0, 0%, 86%);
  --color-bg-gray-intense: hsl(0, 0%, 93%);
  /* neutral foregrounds */
  --color-fg-on-gray-muted: #f3f3f3;
  --color-fg-on-gray-subtle: #f3f3f3;
  --color-fg-on-gray-normal: #2c2c2c;
  --color-fg-on-gray-bold: #2c2c2c;
  --color-fg-on-gray-intense: #2c2c2c;
  /* cards background */
  --card-bg-gray-muted: hsl(0, 0%, 13%);
  --card-bg-gray-subtle: hsl(240, 1%, 18%);
  --card-bg-gray-normal: hsl(240, 1%, 26%);
  --card-bg-gray-bold: hsl(214, 4%, 61%);
  --card-bg-gray-intense: hsl(216, 5%, 80%);
  --card-bg-color-vivid: hsl(284, 84%, 35%);
  --card-bg-color-vibrant: hsl(284, 91%, 21%);
  /* cards foreground */
  --card-fg-gray-muted: hsl(0, 0%, 88%);
  --card-fg-gray-subtle: hsl(0, 0%, 93%);
  --card-fg-gray-normal: hsl(0, 0%, 93%);
  --card-fg-gray-bold: hsl(0, 0%, 7%);
  --card-fg-gray-intense: hsl(217, 26%, 17%);
  --card-fg-color-vivid: hsl(0, 0%, 93%);
  --card-fg-color-vibrant: hsl(0, 0%, 89%);
  /* card links */
  --card-lnk-gray-muted: #c4e549;
  --card-lnk-gray-subtle: #c4e549;
  --card-lnk-gray-normal: #c4e549;
  --card-lnk-gray-bold: #5a117c;
  --card-lnk-gray-intense: #5a117c;
  --card-lnk-color-vivid: #c4e549;
  --card-lnk-color-vibrant: #c4e549;
  /* text */
  --txt-h2-shadow: 1px 2px 2px #14151c;
  --txt-section-featured-tech-heading: #afff00;
  /* images */
  --img-card-bg-fancy-1: url("images/cards/bg-fancy-card-1-dark.jpg");
  --img-mask-bordered-hexagon: url("images/homepage/bordered-hexagon-mask-dark.svg");
  --img-bg-card: hsl(240, 1%, 26%);
  /* section backgrounds */
  --bg-section-featured-tech: #323242;
  --bg-section-secret-laboratory: url("../img/homepage/bg-section-secret-laboratory-dark.jpg");
  --bg-section-defi: linear-gradient(135deg, rgb(132, 92, 84) 0%, rgb(236, 227, 221) 28%, rgb(220, 183, 154) 61%, rgb(43, 22, 23) 96%);
  --bg-section-creativity-central: url("../img/homepage/bg-section-creativity-central-dark.jpg");
  --bg-section-neural-network: url("../img/homepage/bg-section-neural-network-dark.jpg");
  --bg-section-particle: linear-gradient(0deg, rgb(55, 99, 151) 28%, rgb(0, 58, 128) 100%);
  --bg-section-nebula: linear-gradient(0deg, rgb(239, 209, 255) 0%, rgb(193, 82, 249) 48%, rgb(70, 0, 101) 100%);
  --bg-section-james-vertisan: url("../img/homepage/bg-section-james-vertisan-dark.svg");
  --bg-section-the-best: url("../img/homepage/bg-section-only-the-best-dark.jpg");
  --bg-section-resources: linear-gradient(0deg, rgb(40, 41, 42) 28%, rgb(14, 15, 16) 100%);
  --bg-section-footer: url("../img/homepage/bg-section-footer-dark.svg");
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-default {
  --theme-color: #003a80 !important;
  --theme-color-rgb: rgb( 0, 58, 128 ) !important;
  --theme-color-rgba-90: rgba( 0, 58, 128, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 0, 58, 128, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 0, 58, 128, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 0, 58, 128, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 0, 58, 128, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #804600 !important;
  --theme-color-complementary-rgb: rgb( 128, 70, 0 ) !important;
  --theme-color-inverse: #ffc57f !important;
  --theme-color-inverse-rgb: rgb( 255, 197, 127 ) !important;
  --theme-color-monochromatic: #804600 !important;
  --theme-color-monochromatic-rgb: rgb( 128, 70, 0 ) !important;
}

.text-color-default {
  color: #003a80 !important;
}

.text-color-default-500 {
  color: #003a80 !important;
}

.bg-color-default {
  color: #003a80 !important;
}

.bg-color-default-500 {
  color: #003a80 !important;
}

.text-color-default-100 {
  color: #0056bd !important;
}

.bg-color-default-100 {
  background-color: #0056bd !important;
}

.text-color-default-600 {
  color: #003371 !important;
}

.bg-color-default-600 {
  background-color: #003371 !important;
}

.text-color-default-200 {
  color: #004fae !important;
}

.bg-color-default-200 {
  background-color: #004fae !important;
}

.text-color-default-700 {
  color: #002c61 !important;
}

.bg-color-default-700 {
  background-color: #002c61 !important;
}

.text-color-default-300 {
  color: #00489f !important;
}

.bg-color-default-300 {
  background-color: #00489f !important;
}

.text-color-default-800 {
  color: #002552 !important;
}

.bg-color-default-800 {
  background-color: #002552 !important;
}

.text-color-default-400 {
  color: #00418f !important;
}

.bg-color-default-400 {
  background-color: #00418f !important;
}

.text-color-default-900 {
  color: #001e43 !important;
}

.bg-color-default-900 {
  background-color: #001e43 !important;
}

.bg-gradient-default {
  background-color: #003a80 !important;
  background-image: linear-gradient(to bottom, #0051b3, #00234d) !important;
}

.border-color-default {
  border-color: #003a80 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-light {
  --theme-color: #dee2e6 !important;
  --theme-color-rgb: rgb( 222, 226, 230 ) !important;
  --theme-color-rgba-90: rgba( 222, 226, 230, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 222, 226, 230, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 222, 226, 230, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 222, 226, 230, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 222, 226, 230, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: #e6e2de !important;
  --theme-color-complementary-rgb: rgb( 230, 226, 222 ) !important;
  --theme-color-inverse: #211d19 !important;
  --theme-color-inverse-rgb: rgb( 33, 29, 25 ) !important;
  --theme-color-monochromatic: #e6e2de !important;
  --theme-color-monochromatic-rgb: rgb( 230, 226, 222 ) !important;
}

.text-color-light {
  color: #dee2e6 !important;
}

.text-color-light-500 {
  color: #dee2e6 !important;
}

.bg-color-light {
  color: #dee2e6 !important;
}

.bg-color-light-500 {
  color: #dee2e6 !important;
}

.text-color-light-100 {
  color: white !important;
}

.bg-color-light-100 {
  background-color: white !important;
}

.text-color-light-600 {
  color: #d5dadf !important;
}

.bg-color-light-600 {
  background-color: #d5dadf !important;
}

.text-color-light-200 {
  color: #f8f9fa !important;
}

.bg-color-light-200 {
  background-color: #f8f9fa !important;
}

.text-color-light-700 {
  color: #cdd3d9 !important;
}

.bg-color-light-700 {
  background-color: #cdd3d9 !important;
}

.text-color-light-300 {
  color: #eff1f3 !important;
}

.bg-color-light-300 {
  background-color: #eff1f3 !important;
}

.text-color-light-800 {
  color: #c4cbd2 !important;
}

.bg-color-light-800 {
  background-color: #c4cbd2 !important;
}

.text-color-light-400 {
  color: #e7eaed !important;
}

.bg-color-light-400 {
  background-color: #e7eaed !important;
}

.text-color-light-900 {
  color: #bbc3cc !important;
}

.bg-color-light-900 {
  background-color: #bbc3cc !important;
}

.bg-gradient-light {
  background-color: #dee2e6 !important;
  background-image: linear-gradient(to bottom, #fbfcfc, #c1c9d0) !important;
}

.border-color-light {
  border-color: #dee2e6 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-dark {
  --theme-color: #495057 !important;
  --theme-color-rgb: rgb( 73, 80, 87 ) !important;
  --theme-color-rgba-90: rgba( 73, 80, 87, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 73, 80, 87, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 73, 80, 87, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 73, 80, 87, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 73, 80, 87, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #575049 !important;
  --theme-color-complementary-rgb: rgb( 87, 80, 73 ) !important;
  --theme-color-inverse: #b6afa8 !important;
  --theme-color-inverse-rgb: rgb( 182, 175, 168 ) !important;
  --theme-color-monochromatic: #575049 !important;
  --theme-color-monochromatic-rgb: rgb( 87, 80, 73 ) !important;
}

.text-color-dark {
  color: #495057 !important;
}

.text-color-dark-500 {
  color: #495057 !important;
}

.bg-color-dark {
  color: #495057 !important;
}

.bg-color-dark-500 {
  color: #495057 !important;
}

.text-color-dark-100 {
  color: #656f78 !important;
}

.bg-color-dark-100 {
  background-color: #656f78 !important;
}

.text-color-dark-600 {
  color: #42484f !important;
}

.bg-color-dark-600 {
  background-color: #42484f !important;
}

.text-color-dark-200 {
  color: #5e6770 !important;
}

.bg-color-dark-200 {
  background-color: #5e6770 !important;
}

.text-color-dark-700 {
  color: #3b4146 !important;
}

.bg-color-dark-700 {
  background-color: #3b4146 !important;
}

.text-color-dark-300 {
  color: #575f68 !important;
}

.bg-color-dark-300 {
  background-color: #575f68 !important;
}

.text-color-dark-800 {
  color: #34393e !important;
}

.bg-color-dark-800 {
  background-color: #34393e !important;
}

.text-color-dark-400 {
  color: #50585f !important;
}

.bg-color-dark-400 {
  background-color: #50585f !important;
}

.text-color-dark-900 {
  color: #2d3136 !important;
}

.bg-color-dark-900 {
  background-color: #2d3136 !important;
}

.bg-gradient-dark {
  background-color: #495057 !important;
  background-image: linear-gradient(to bottom, #606a73, #32373b) !important;
}

.border-color-dark {
  border-color: #495057 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-cyan {
  --theme-color: #49b6d6 !important;
  --theme-color-rgb: rgb( 73, 182, 214 ) !important;
  --theme-color-rgba-90: rgba( 73, 182, 214, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 73, 182, 214, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 73, 182, 214, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 73, 182, 214, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 73, 182, 214, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: #d66949 !important;
  --theme-color-complementary-rgb: rgb( 214, 105, 73 ) !important;
  --theme-color-inverse: #b64929 !important;
  --theme-color-inverse-rgb: rgb( 182, 73, 41 ) !important;
  --theme-color-monochromatic: #d66949 !important;
  --theme-color-monochromatic-rgb: rgb( 214, 105, 73 ) !important;
}

.text-color-cyan {
  color: #49b6d6 !important;
}

.text-color-cyan-500 {
  color: #49b6d6 !important;
}

.bg-color-cyan {
  color: #49b6d6 !important;
}

.bg-color-cyan-500 {
  color: #49b6d6 !important;
}

.text-color-cyan-100 {
  color: #7bcae1 !important;
}

.bg-color-cyan-100 {
  background-color: #7bcae1 !important;
}

.text-color-cyan-600 {
  color: #3db1d3 !important;
}

.bg-color-cyan-600 {
  background-color: #3db1d3 !important;
}

.text-color-cyan-200 {
  color: #6ec5de !important;
}

.bg-color-cyan-200 {
  background-color: #6ec5de !important;
}

.text-color-cyan-700 {
  color: #30acd0 !important;
}

.bg-color-cyan-700 {
  background-color: #30acd0 !important;
}

.text-color-cyan-300 {
  color: #62c0dc !important;
}

.bg-color-cyan-300 {
  background-color: #62c0dc !important;
}

.text-color-cyan-800 {
  color: #2ca2c5 !important;
}

.bg-color-cyan-800 {
  background-color: #2ca2c5 !important;
}

.text-color-cyan-400 {
  color: #55bbd9 !important;
}

.bg-color-cyan-400 {
  background-color: #55bbd9 !important;
}

.text-color-cyan-900 {
  color: #2a98b8 !important;
}

.bg-color-cyan-900 {
  background-color: #2a98b8 !important;
}

.bg-gradient-cyan {
  background-color: #49b6d6 !important;
  background-image: linear-gradient(to bottom, #73c7df, #2b9fc1) !important;
}

.border-color-cyan {
  border-color: #49b6d6 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-white {
  --theme-color: #ffffff !important;
  --theme-color-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-rgba-90: rgba( 255, 255, 255, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 255, 255, 255, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 255, 255, 255, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 255, 255, 255, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 255, 255, 255, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: white !important;
  --theme-color-complementary-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-inverse: black !important;
  --theme-color-inverse-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-monochromatic: white !important;
  --theme-color-monochromatic-rgb: rgb( 255, 255, 255 ) !important;
}

.text-color-white {
  color: white !important;
}

.text-color-white-500 {
  color: white !important;
}

.bg-color-white {
  color: white !important;
}

.bg-color-white-500 {
  color: white !important;
}

.text-color-white-100 {
  color: white !important;
}

.bg-color-white-100 {
  background-color: white !important;
}

.text-color-white-600 {
  color: #f7f7f7 !important;
}

.bg-color-white-600 {
  background-color: #f7f7f7 !important;
}

.text-color-white-200 {
  color: white !important;
}

.bg-color-white-200 {
  background-color: white !important;
}

.text-color-white-700 {
  color: #f0f0f0 !important;
}

.bg-color-white-700 {
  background-color: #f0f0f0 !important;
}

.text-color-white-300 {
  color: white !important;
}

.bg-color-white-300 {
  background-color: white !important;
}

.text-color-white-800 {
  color: #e8e8e8 !important;
}

.bg-color-white-800 {
  background-color: #e8e8e8 !important;
}

.text-color-white-400 {
  color: white !important;
}

.bg-color-white-400 {
  background-color: white !important;
}

.text-color-white-900 {
  color: #e0e0e0 !important;
}

.bg-color-white-900 {
  background-color: #e0e0e0 !important;
}

.bg-gradient-white {
  background-color: #ffffff !important;
  background-image: linear-gradient(to bottom, white, #e6e6e6) !important;
}

.border-color-white {
  border-color: #ffffff !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-black {
  --theme-color: #000000 !important;
  --theme-color-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-rgba-90: rgba( 0, 0, 0, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 0, 0, 0, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 0, 0, 0, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 0, 0, 0, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 0, 0, 0, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: black !important;
  --theme-color-complementary-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-inverse: white !important;
  --theme-color-inverse-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-monochromatic: black !important;
  --theme-color-monochromatic-rgb: rgb( 0, 0, 0 ) !important;
}

.text-color-black {
  color: black !important;
}

.text-color-black-500 {
  color: black !important;
}

.bg-color-black {
  color: black !important;
}

.bg-color-black-500 {
  color: black !important;
}

.text-color-black-100 {
  color: #1f1f1f !important;
}

.bg-color-black-100 {
  background-color: #1f1f1f !important;
}

.text-color-black-600 {
  color: black !important;
}

.bg-color-black-600 {
  background-color: black !important;
}

.text-color-black-200 {
  color: #171717 !important;
}

.bg-color-black-200 {
  background-color: #171717 !important;
}

.text-color-black-700 {
  color: black !important;
}

.bg-color-black-700 {
  background-color: black !important;
}

.text-color-black-300 {
  color: #0f0f0f !important;
}

.bg-color-black-300 {
  background-color: #0f0f0f !important;
}

.text-color-black-800 {
  color: black !important;
}

.bg-color-black-800 {
  background-color: black !important;
}

.text-color-black-400 {
  color: #080808 !important;
}

.bg-color-black-400 {
  background-color: #080808 !important;
}

.text-color-black-900 {
  color: black !important;
}

.bg-color-black-900 {
  background-color: black !important;
}

.bg-gradient-black {
  background-color: #000000 !important;
  background-image: linear-gradient(to bottom, #1a1a1a, black) !important;
}

.border-color-black {
  border-color: #000000 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-muted {
  --theme-color: #adb5bd !important;
  --theme-color-rgb: rgb( 173, 181, 189 ) !important;
  --theme-color-rgba-90: rgba( 173, 181, 189, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 173, 181, 189, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 173, 181, 189, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 173, 181, 189, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 173, 181, 189, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: #bdb5ad !important;
  --theme-color-complementary-rgb: rgb( 189, 181, 173 ) !important;
  --theme-color-inverse: #524a42 !important;
  --theme-color-inverse-rgb: rgb( 82, 74, 66 ) !important;
  --theme-color-monochromatic: #bdb5ad !important;
  --theme-color-monochromatic-rgb: rgb( 189, 181, 173 ) !important;
}

.text-color-muted {
  color: #adb5bd !important;
}

.text-color-muted-500 {
  color: #adb5bd !important;
}

.bg-color-muted {
  color: #adb5bd !important;
}

.bg-color-muted-500 {
  color: #adb5bd !important;
}

.text-color-muted-100 {
  color: #cfd4d8 !important;
}

.bg-color-muted-100 {
  background-color: #cfd4d8 !important;
}

.text-color-muted-600 {
  color: #a5adb6 !important;
}

.bg-color-muted-600 {
  background-color: #a5adb6 !important;
}

.text-color-muted-200 {
  color: #c6ccd1 !important;
}

.bg-color-muted-200 {
  background-color: #c6ccd1 !important;
}

.text-color-muted-700 {
  color: #9ca6af !important;
}

.bg-color-muted-700 {
  background-color: #9ca6af !important;
}

.text-color-muted-300 {
  color: #bec4cb !important;
}

.bg-color-muted-300 {
  background-color: #bec4cb !important;
}

.text-color-muted-800 {
  color: #949ea9 !important;
}

.bg-color-muted-800 {
  background-color: #949ea9 !important;
}

.text-color-muted-400 {
  color: #b5bdc4 !important;
}

.bg-color-muted-400 {
  background-color: #b5bdc4 !important;
}

.text-color-muted-900 {
  color: #8b96a2 !important;
}

.bg-color-muted-900 {
  background-color: #8b96a2 !important;
}

.bg-gradient-muted {
  background-color: #adb5bd !important;
  background-image: linear-gradient(to bottom, #c9cfd4, #919ca6) !important;
}

.border-color-muted {
  border-color: #adb5bd !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-cryptocase {
  --theme-color: #647432 !important;
  --theme-color-rgb: rgb( 100, 116, 50 ) !important;
  --theme-color-rgba-90: rgba( 100, 116, 50, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 100, 116, 50, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 100, 116, 50, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 100, 116, 50, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 100, 116, 50, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #423274 !important;
  --theme-color-complementary-rgb: rgb( 66, 50, 116 ) !important;
  --theme-color-inverse: #9b8bcd !important;
  --theme-color-inverse-rgb: rgb( 155, 139, 205 ) !important;
  --theme-color-monochromatic: #423274 !important;
  --theme-color-monochromatic-rgb: rgb( 66, 50, 116 ) !important;
}

.text-color-cryptocase {
  color: #647432 !important;
}

.text-color-cryptocase-500 {
  color: #647432 !important;
}

.bg-color-cryptocase {
  color: #647432 !important;
}

.bg-color-cryptocase-500 {
  color: #647432 !important;
}

.text-color-cryptocase-100 {
  color: #899f44 !important;
}

.bg-color-cryptocase-100 {
  background-color: #899f44 !important;
}

.text-color-cryptocase-600 {
  color: #5b692d !important;
}

.bg-color-cryptocase-600 {
  background-color: #5b692d !important;
}

.text-color-cryptocase-200 {
  color: #809440 !important;
}

.bg-color-cryptocase-200 {
  background-color: #809440 !important;
}

.text-color-cryptocase-700 {
  color: #525f29 !important;
}

.bg-color-cryptocase-700 {
  background-color: #525f29 !important;
}

.text-color-cryptocase-300 {
  color: #76893b !important;
}

.bg-color-cryptocase-300 {
  background-color: #76893b !important;
}

.text-color-cryptocase-800 {
  color: #485424 !important;
}

.bg-color-cryptocase-800 {
  background-color: #485424 !important;
}

.text-color-cryptocase-400 {
  color: #6d7f37 !important;
}

.bg-color-cryptocase-400 {
  background-color: #6d7f37 !important;
}

.text-color-cryptocase-900 {
  color: #3f4920 !important;
}

.bg-color-cryptocase-900 {
  background-color: #3f4920 !important;
}

.bg-gradient-cryptocase {
  background-color: #647432 !important;
  background-image: linear-gradient(to bottom, #839841, #455023) !important;
}

.border-color-cryptocase {
  border-color: #647432 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-defi {
  --theme-color: #674848 !important;
  --theme-color-rgb: rgb( 103, 72, 72 ) !important;
  --theme-color-rgba-90: rgba( 103, 72, 72, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 103, 72, 72, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 103, 72, 72, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 103, 72, 72, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 103, 72, 72, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #486767 !important;
  --theme-color-complementary-rgb: rgb( 72, 103, 103 ) !important;
  --theme-color-inverse: #98b7b7 !important;
  --theme-color-inverse-rgb: rgb( 152, 183, 183 ) !important;
  --theme-color-monochromatic: #486767 !important;
  --theme-color-monochromatic-rgb: rgb( 72, 103, 103 ) !important;
}

.text-color-defi {
  color: #674848 !important;
}

.text-color-defi-500 {
  color: #674848 !important;
}

.bg-color-defi {
  color: #674848 !important;
}

.bg-color-defi-500 {
  color: #674848 !important;
}

.text-color-defi-100 {
  color: #8b6161 !important;
}

.bg-color-defi-100 {
  background-color: #8b6161 !important;
}

.text-color-defi-600 {
  color: #5e4242 !important;
}

.bg-color-defi-600 {
  background-color: #5e4242 !important;
}

.text-color-defi-200 {
  color: #825b5b !important;
}

.bg-color-defi-200 {
  background-color: #825b5b !important;
}

.text-color-defi-700 {
  color: #553b3b !important;
}

.bg-color-defi-700 {
  background-color: #553b3b !important;
}

.text-color-defi-300 {
  color: #795555 !important;
}

.bg-color-defi-300 {
  background-color: #795555 !important;
}

.text-color-defi-800 {
  color: #4c3535 !important;
}

.bg-color-defi-800 {
  background-color: #4c3535 !important;
}

.text-color-defi-400 {
  color: #704e4e !important;
}

.bg-color-defi-400 {
  background-color: #704e4e !important;
}

.text-color-defi-900 {
  color: #432f2f !important;
}

.bg-color-defi-900 {
  background-color: #432f2f !important;
}

.bg-gradient-defi {
  background-color: #674848 !important;
  background-image: linear-gradient(to bottom, #855d5d, #493333) !important;
}

.border-color-defi {
  border-color: #674848 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-fractal {
  --theme-color: #3f0f3f !important;
  --theme-color-rgb: rgb( 63, 15, 63 ) !important;
  --theme-color-rgba-90: rgba( 63, 15, 63, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 63, 15, 63, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 63, 15, 63, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 63, 15, 63, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 63, 15, 63, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #0f3f0f !important;
  --theme-color-complementary-rgb: rgb( 15, 63, 15 ) !important;
  --theme-color-inverse: #c0f0c0 !important;
  --theme-color-inverse-rgb: rgb( 192, 240, 192 ) !important;
  --theme-color-monochromatic: #0f3f0f !important;
  --theme-color-monochromatic-rgb: rgb( 15, 63, 15 ) !important;
}

.text-color-fractal {
  color: #3f0f3f !important;
}

.text-color-fractal-500 {
  color: #3f0f3f !important;
}

.bg-color-fractal {
  color: #3f0f3f !important;
}

.bg-color-fractal-500 {
  color: #3f0f3f !important;
}

.text-color-fractal-100 {
  color: #701b70 !important;
}

.bg-color-fractal-100 {
  background-color: #701b70 !important;
}

.text-color-fractal-600 {
  color: #330c33 !important;
}

.bg-color-fractal-600 {
  background-color: #330c33 !important;
}

.text-color-fractal-200 {
  color: #641864 !important;
}

.bg-color-fractal-200 {
  background-color: #641864 !important;
}

.text-color-fractal-700 {
  color: #260926 !important;
}

.bg-color-fractal-700 {
  background-color: #260926 !important;
}

.text-color-fractal-300 {
  color: #581558 !important;
}

.bg-color-fractal-300 {
  background-color: #581558 !important;
}

.text-color-fractal-800 {
  color: #1a061a !important;
}

.bg-color-fractal-800 {
  background-color: #1a061a !important;
}

.text-color-fractal-400 {
  color: #4b124b !important;
}

.bg-color-fractal-400 {
  background-color: #4b124b !important;
}

.text-color-fractal-900 {
  color: #0e030e !important;
}

.bg-color-fractal-900 {
  background-color: #0e030e !important;
}

.bg-gradient-fractal {
  background-color: #3f0f3f !important;
  background-image: linear-gradient(to bottom, #681968, #160516) !important;
}

.border-color-fractal {
  border-color: #3f0f3f !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-inadon {
  --theme-color: #1d2f5f !important;
  --theme-color-rgb: rgb( 29, 47, 95 ) !important;
  --theme-color-rgba-90: rgba( 29, 47, 95, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 29, 47, 95, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 29, 47, 95, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 29, 47, 95, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 29, 47, 95, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #5f4d1d !important;
  --theme-color-complementary-rgb: rgb( 95, 77, 29 ) !important;
  --theme-color-inverse: #e2d0a0 !important;
  --theme-color-inverse-rgb: rgb( 226, 208, 160 ) !important;
  --theme-color-monochromatic: #5f4d1d !important;
  --theme-color-monochromatic-rgb: rgb( 95, 77, 29 ) !important;
}

.text-color-inadon {
  color: #1d2f5f !important;
}

.text-color-inadon-500 {
  color: #1d2f5f !important;
}

.bg-color-inadon {
  color: #1d2f5f !important;
}

.bg-color-inadon-500 {
  color: #1d2f5f !important;
}

.text-color-inadon-100 {
  color: #2b468e !important;
}

.bg-color-inadon-100 {
  background-color: #2b468e !important;
}

.text-color-inadon-600 {
  color: #192953 !important;
}

.bg-color-inadon-600 {
  background-color: #192953 !important;
}

.text-color-inadon-200 {
  color: #284082 !important;
}

.bg-color-inadon-200 {
  background-color: #284082 !important;
}

.text-color-inadon-700 {
  color: #162348 !important;
}

.bg-color-inadon-700 {
  background-color: #162348 !important;
}

.text-color-inadon-300 {
  color: #243b76 !important;
}

.bg-color-inadon-300 {
  background-color: #243b76 !important;
}

.text-color-inadon-800 {
  color: #121e3c !important;
}

.bg-color-inadon-800 {
  background-color: #121e3c !important;
}

.text-color-inadon-400 {
  color: #21356b !important;
}

.bg-color-inadon-400 {
  background-color: #21356b !important;
}

.text-color-inadon-900 {
  color: #0f1830 !important;
}

.bg-color-inadon-900 {
  background-color: #0f1830 !important;
}

.bg-gradient-inadon {
  background-color: #1d2f5f !important;
  background-image: linear-gradient(to bottom, #294286, #111c38) !important;
}

.border-color-inadon {
  border-color: #1d2f5f !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-knowledgebase {
  --theme-color: #49b6d6 !important;
  --theme-color-rgb: rgb( 73, 182, 214 ) !important;
  --theme-color-rgba-90: rgba( 73, 182, 214, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 73, 182, 214, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 73, 182, 214, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 73, 182, 214, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 73, 182, 214, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: #d66949 !important;
  --theme-color-complementary-rgb: rgb( 214, 105, 73 ) !important;
  --theme-color-inverse: #b64929 !important;
  --theme-color-inverse-rgb: rgb( 182, 73, 41 ) !important;
  --theme-color-monochromatic: #d66949 !important;
  --theme-color-monochromatic-rgb: rgb( 214, 105, 73 ) !important;
}

.text-color-knowledgebase {
  color: #49b6d6 !important;
}

.text-color-knowledgebase-500 {
  color: #49b6d6 !important;
}

.bg-color-knowledgebase {
  color: #49b6d6 !important;
}

.bg-color-knowledgebase-500 {
  color: #49b6d6 !important;
}

.text-color-knowledgebase-100 {
  color: #7bcae1 !important;
}

.bg-color-knowledgebase-100 {
  background-color: #7bcae1 !important;
}

.text-color-knowledgebase-600 {
  color: #3db1d3 !important;
}

.bg-color-knowledgebase-600 {
  background-color: #3db1d3 !important;
}

.text-color-knowledgebase-200 {
  color: #6ec5de !important;
}

.bg-color-knowledgebase-200 {
  background-color: #6ec5de !important;
}

.text-color-knowledgebase-700 {
  color: #30acd0 !important;
}

.bg-color-knowledgebase-700 {
  background-color: #30acd0 !important;
}

.text-color-knowledgebase-300 {
  color: #62c0dc !important;
}

.bg-color-knowledgebase-300 {
  background-color: #62c0dc !important;
}

.text-color-knowledgebase-800 {
  color: #2ca2c5 !important;
}

.bg-color-knowledgebase-800 {
  background-color: #2ca2c5 !important;
}

.text-color-knowledgebase-400 {
  color: #55bbd9 !important;
}

.bg-color-knowledgebase-400 {
  background-color: #55bbd9 !important;
}

.text-color-knowledgebase-900 {
  color: #2a98b8 !important;
}

.bg-color-knowledgebase-900 {
  background-color: #2a98b8 !important;
}

.bg-gradient-knowledgebase {
  background-color: #49b6d6 !important;
  background-image: linear-gradient(to bottom, #73c7df, #2b9fc1) !important;
}

.border-color-knowledgebase {
  border-color: #49b6d6 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-liberty {
  --theme-color: #5e1b19 !important;
  --theme-color-rgb: rgb( 94, 27, 25 ) !important;
  --theme-color-rgba-90: rgba( 94, 27, 25, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 94, 27, 25, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 94, 27, 25, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 94, 27, 25, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 94, 27, 25, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #195c5e !important;
  --theme-color-complementary-rgb: rgb( 25, 92, 94 ) !important;
  --theme-color-inverse: #a1e4e6 !important;
  --theme-color-inverse-rgb: rgb( 161, 228, 230 ) !important;
  --theme-color-monochromatic: #195c5e !important;
  --theme-color-monochromatic-rgb: rgb( 25, 92, 94 ) !important;
}

.text-color-liberty {
  color: #5e1b19 !important;
}

.text-color-liberty-500 {
  color: #5e1b19 !important;
}

.bg-color-liberty {
  color: #5e1b19 !important;
}

.bg-color-liberty-500 {
  color: #5e1b19 !important;
}

.text-color-liberty-100 {
  color: #8e2926 !important;
}

.bg-color-liberty-100 {
  background-color: #8e2926 !important;
}

.text-color-liberty-600 {
  color: #521816 !important;
}

.bg-color-liberty-600 {
  background-color: #521816 !important;
}

.text-color-liberty-200 {
  color: #822523 !important;
}

.bg-color-liberty-200 {
  background-color: #822523 !important;
}

.text-color-liberty-700 {
  color: #461413 !important;
}

.bg-color-liberty-700 {
  background-color: #461413 !important;
}

.text-color-liberty-300 {
  color: #76221f !important;
}

.bg-color-liberty-300 {
  background-color: #76221f !important;
}

.text-color-liberty-800 {
  color: #3a110f !important;
}

.bg-color-liberty-800 {
  background-color: #3a110f !important;
}

.text-color-liberty-400 {
  color: #6a1e1c !important;
}

.bg-color-liberty-400 {
  background-color: #6a1e1c !important;
}

.text-color-liberty-900 {
  color: #2e0d0c !important;
}

.bg-color-liberty-900 {
  background-color: #2e0d0c !important;
}

.bg-gradient-liberty {
  background-color: #5e1b19 !important;
  background-image: linear-gradient(to bottom, #862724, #360f0e) !important;
}

.border-color-liberty {
  border-color: #5e1b19 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-nebula {
  --theme-color: #440c5c !important;
  --theme-color-rgb: rgb( 68, 12, 92 ) !important;
  --theme-color-rgba-90: rgba( 68, 12, 92, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 68, 12, 92, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 68, 12, 92, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 68, 12, 92, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 68, 12, 92, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #245c0c !important;
  --theme-color-complementary-rgb: rgb( 36, 92, 12 ) !important;
  --theme-color-inverse: #bbf3a3 !important;
  --theme-color-inverse-rgb: rgb( 187, 243, 163 ) !important;
  --theme-color-monochromatic: #245c0c !important;
  --theme-color-monochromatic-rgb: rgb( 36, 92, 12 ) !important;
}

.text-color-nebula {
  color: #440c5c !important;
}

.text-color-nebula-500 {
  color: #440c5c !important;
}

.bg-color-nebula {
  color: #440c5c !important;
}

.bg-color-nebula-500 {
  color: #440c5c !important;
}

.text-color-nebula-100 {
  color: #6c1392 !important;
}

.bg-color-nebula-100 {
  background-color: #6c1392 !important;
}

.text-color-nebula-600 {
  color: #3a0a4e !important;
}

.bg-color-nebula-600 {
  background-color: #3a0a4e !important;
}

.text-color-nebula-200 {
  color: #621185 !important;
}

.bg-color-nebula-200 {
  background-color: #621185 !important;
}

.text-color-nebula-700 {
  color: #300841 !important;
}

.bg-color-nebula-700 {
  background-color: #300841 !important;
}

.text-color-nebula-300 {
  color: #581077 !important;
}

.bg-color-nebula-300 {
  background-color: #581077 !important;
}

.text-color-nebula-800 {
  color: #260733 !important;
}

.bg-color-nebula-800 {
  background-color: #260733 !important;
}

.text-color-nebula-400 {
  color: #4e0e6a !important;
}

.bg-color-nebula-400 {
  background-color: #4e0e6a !important;
}

.text-color-nebula-900 {
  color: #1c0526 !important;
}

.bg-color-nebula-900 {
  background-color: #1c0526 !important;
}

.bg-gradient-nebula {
  background-color: #440c5c !important;
  background-image: linear-gradient(to bottom, #651289, #23062f) !important;
}

.border-color-nebula {
  border-color: #440c5c !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-vertisan {
  --theme-color: #003a80 !important;
  --theme-color-rgb: rgb( 0, 58, 128 ) !important;
  --theme-color-rgba-90: rgba( 0, 58, 128, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 0, 58, 128, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 0, 58, 128, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 0, 58, 128, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 0, 58, 128, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #804600 !important;
  --theme-color-complementary-rgb: rgb( 128, 70, 0 ) !important;
  --theme-color-inverse: #ffc57f !important;
  --theme-color-inverse-rgb: rgb( 255, 197, 127 ) !important;
  --theme-color-monochromatic: #804600 !important;
  --theme-color-monochromatic-rgb: rgb( 128, 70, 0 ) !important;
}

.text-color-vertisan {
  color: #003a80 !important;
}

.text-color-vertisan-500 {
  color: #003a80 !important;
}

.bg-color-vertisan {
  color: #003a80 !important;
}

.bg-color-vertisan-500 {
  color: #003a80 !important;
}

.text-color-vertisan-100 {
  color: #0056bd !important;
}

.bg-color-vertisan-100 {
  background-color: #0056bd !important;
}

.text-color-vertisan-600 {
  color: #003371 !important;
}

.bg-color-vertisan-600 {
  background-color: #003371 !important;
}

.text-color-vertisan-200 {
  color: #004fae !important;
}

.bg-color-vertisan-200 {
  background-color: #004fae !important;
}

.text-color-vertisan-700 {
  color: #002c61 !important;
}

.bg-color-vertisan-700 {
  background-color: #002c61 !important;
}

.text-color-vertisan-300 {
  color: #00489f !important;
}

.bg-color-vertisan-300 {
  background-color: #00489f !important;
}

.text-color-vertisan-800 {
  color: #002552 !important;
}

.bg-color-vertisan-800 {
  background-color: #002552 !important;
}

.text-color-vertisan-400 {
  color: #00418f !important;
}

.bg-color-vertisan-400 {
  background-color: #00418f !important;
}

.text-color-vertisan-900 {
  color: #001e43 !important;
}

.bg-color-vertisan-900 {
  background-color: #001e43 !important;
}

.bg-gradient-vertisan {
  background-color: #003a80 !important;
  background-image: linear-gradient(to bottom, #0051b3, #00234d) !important;
}

.border-color-vertisan {
  border-color: #003a80 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-vertisan-coin {
  --theme-color: #bfa65f !important;
  --theme-color-rgb: rgb( 191, 166, 95 ) !important;
  --theme-color-rgba-90: rgba( 191, 166, 95, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 191, 166, 95, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 191, 166, 95, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 191, 166, 95, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 191, 166, 95, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: #5f78bf !important;
  --theme-color-complementary-rgb: rgb( 95, 120, 191 ) !important;
  --theme-color-inverse: #4059a0 !important;
  --theme-color-inverse-rgb: rgb( 64, 89, 160 ) !important;
  --theme-color-monochromatic: #5f78bf !important;
  --theme-color-monochromatic-rgb: rgb( 95, 120, 191 ) !important;
}

.text-color-vertisan-coin {
  color: #bfa65f !important;
}

.text-color-vertisan-coin-500 {
  color: #bfa65f !important;
}

.bg-color-vertisan-coin {
  color: #bfa65f !important;
}

.bg-color-vertisan-coin-500 {
  color: #bfa65f !important;
}

.text-color-vertisan-coin-100 {
  color: #d0be8b !important;
}

.bg-color-vertisan-coin-100 {
  background-color: #d0be8b !important;
}

.text-color-vertisan-coin-600 {
  color: #bba054 !important;
}

.bg-color-vertisan-coin-600 {
  background-color: #bba054 !important;
}

.text-color-vertisan-coin-200 {
  color: #ccb880 !important;
}

.bg-color-vertisan-coin-200 {
  background-color: #ccb880 !important;
}

.text-color-vertisan-coin-700 {
  color: #b69a49 !important;
}

.bg-color-vertisan-coin-700 {
  background-color: #b69a49 !important;
}

.text-color-vertisan-coin-300 {
  color: #c8b275 !important;
}

.bg-color-vertisan-coin-300 {
  background-color: #c8b275 !important;
}

.text-color-vertisan-coin-800 {
  color: #ac9145 !important;
}

.bg-color-vertisan-coin-800 {
  background-color: #ac9145 !important;
}

.text-color-vertisan-coin-400 {
  color: #c3ac6a !important;
}

.bg-color-vertisan-coin-400 {
  background-color: #c3ac6a !important;
}

.text-color-vertisan-coin-900 {
  color: #a18740 !important;
}

.bg-color-vertisan-coin-900 {
  background-color: #a18740 !important;
}

.bg-gradient-vertisan-coin {
  background-color: #bfa65f !important;
  background-image: linear-gradient(to bottom, #ceba83, #a88e43) !important;
}

.border-color-vertisan-coin {
  border-color: #bfa65f !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-vertisan-gold {
  --theme-color: #986d14 !important;
  --theme-color-rgb: rgb( 152, 109, 20 ) !important;
  --theme-color-rgba-90: rgba( 152, 109, 20, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 152, 109, 20, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 152, 109, 20, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 152, 109, 20, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 152, 109, 20, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #143f98 !important;
  --theme-color-complementary-rgb: rgb( 20, 63, 152 ) !important;
  --theme-color-inverse: #6792eb !important;
  --theme-color-inverse-rgb: rgb( 103, 146, 235 ) !important;
  --theme-color-monochromatic: #143f98 !important;
  --theme-color-monochromatic-rgb: rgb( 20, 63, 152 ) !important;
}

.text-color-vertisan-gold {
  color: #986d14 !important;
}

.text-color-vertisan-gold-500 {
  color: #986d14 !important;
}

.bg-color-vertisan-gold {
  color: #986d14 !important;
}

.bg-color-vertisan-gold-500 {
  color: #986d14 !important;
}

.text-color-vertisan-gold-100 {
  color: #ce941b !important;
}

.bg-color-vertisan-gold-100 {
  background-color: #ce941b !important;
}

.text-color-vertisan-gold-600 {
  color: #8a6312 !important;
}

.bg-color-vertisan-gold-600 {
  background-color: #8a6312 !important;
}

.text-color-vertisan-gold-200 {
  color: #c18a19 !important;
}

.bg-color-vertisan-gold-200 {
  background-color: #c18a19 !important;
}

.text-color-vertisan-gold-700 {
  color: #7d5a10 !important;
}

.bg-color-vertisan-gold-700 {
  background-color: #7d5a10 !important;
}

.text-color-vertisan-gold-300 {
  color: #b38018 !important;
}

.bg-color-vertisan-gold-300 {
  background-color: #b38018 !important;
}

.text-color-vertisan-gold-800 {
  color: #6f500f !important;
}

.bg-color-vertisan-gold-800 {
  background-color: #6f500f !important;
}

.text-color-vertisan-gold-400 {
  color: #a67716 !important;
}

.bg-color-vertisan-gold-400 {
  background-color: #a67716 !important;
}

.text-color-vertisan-gold-900 {
  color: #62460d !important;
}

.bg-color-vertisan-gold-900 {
  background-color: #62460d !important;
}

.bg-gradient-vertisan-gold {
  background-color: #986d14 !important;
  background-image: linear-gradient(to bottom, #c58d1a, #6b4d0e) !important;
}

.border-color-vertisan-gold {
  border-color: #986d14 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-whitepaper {
  --theme-color: #7c7c7c !important;
  --theme-color-rgb: rgb( 124, 124, 124 ) !important;
  --theme-color-rgba-90: rgba( 124, 124, 124, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 124, 124, 124, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 124, 124, 124, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 124, 124, 124, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 124, 124, 124, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: #7c7c7c !important;
  --theme-color-complementary-rgb: rgb( 124, 124, 124 ) !important;
  --theme-color-inverse: #838383 !important;
  --theme-color-inverse-rgb: rgb( 131, 131, 131 ) !important;
  --theme-color-monochromatic: #7c7c7c !important;
  --theme-color-monochromatic-rgb: rgb( 124, 124, 124 ) !important;
}

.text-color-whitepaper {
  color: #7c7c7c !important;
}

.text-color-whitepaper-500 {
  color: #7c7c7c !important;
}

.bg-color-whitepaper {
  color: #7c7c7c !important;
}

.bg-color-whitepaper-500 {
  color: #7c7c7c !important;
}

.text-color-whitepaper-100 {
  color: #9b9b9b !important;
}

.bg-color-whitepaper-100 {
  background-color: #9b9b9b !important;
}

.text-color-whitepaper-600 {
  color: #747474 !important;
}

.bg-color-whitepaper-600 {
  background-color: #747474 !important;
}

.text-color-whitepaper-200 {
  color: #939393 !important;
}

.bg-color-whitepaper-200 {
  background-color: #939393 !important;
}

.text-color-whitepaper-700 {
  color: #6d6d6d !important;
}

.bg-color-whitepaper-700 {
  background-color: #6d6d6d !important;
}

.text-color-whitepaper-300 {
  color: #8b8b8b !important;
}

.bg-color-whitepaper-300 {
  background-color: #8b8b8b !important;
}

.text-color-whitepaper-800 {
  color: #656565 !important;
}

.bg-color-whitepaper-800 {
  background-color: #656565 !important;
}

.text-color-whitepaper-400 {
  color: #848484 !important;
}

.bg-color-whitepaper-400 {
  background-color: #848484 !important;
}

.text-color-whitepaper-900 {
  color: #5d5d5d !important;
}

.bg-color-whitepaper-900 {
  background-color: #5d5d5d !important;
}

.bg-gradient-whitepaper {
  background-color: #7c7c7c !important;
  background-image: linear-gradient(to bottom, #969696, #636363) !important;
}

.border-color-whitepaper {
  border-color: #7c7c7c !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-vintage {
  --theme-color: #9f9a93 !important;
  --theme-color-rgb: rgb( 159, 154, 147 ) !important;
  --theme-color-rgba-90: rgba( 159, 154, 147, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 159, 154, 147, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 159, 154, 147, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 159, 154, 147, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 159, 154, 147, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: #93989f !important;
  --theme-color-complementary-rgb: rgb( 147, 152, 159 ) !important;
  --theme-color-inverse: #60656c !important;
  --theme-color-inverse-rgb: rgb( 96, 101, 108 ) !important;
  --theme-color-monochromatic: #93989f !important;
  --theme-color-monochromatic-rgb: rgb( 147, 152, 159 ) !important;
}

.text-color-vintage {
  color: #9f9a93 !important;
}

.text-color-vintage-500 {
  color: #9f9a93 !important;
}

.bg-color-vintage {
  color: #9f9a93 !important;
}

.bg-color-vintage-500 {
  color: #9f9a93 !important;
}

.text-color-vintage-100 {
  color: #bcb8b3 !important;
}

.bg-color-vintage-100 {
  background-color: #bcb8b3 !important;
}

.text-color-vintage-600 {
  color: #98928b !important;
}

.bg-color-vintage-600 {
  background-color: #98928b !important;
}

.text-color-vintage-200 {
  color: #b5b1ab !important;
}

.bg-color-vintage-200 {
  background-color: #b5b1ab !important;
}

.text-color-vintage-700 {
  color: #918b83 !important;
}

.bg-color-vintage-700 {
  background-color: #918b83 !important;
}

.text-color-vintage-300 {
  color: #ada9a3 !important;
}

.bg-color-vintage-300 {
  background-color: #ada9a3 !important;
}

.text-color-vintage-800 {
  color: #89837b !important;
}

.bg-color-vintage-800 {
  background-color: #89837b !important;
}

.text-color-vintage-400 {
  color: #a6a29b !important;
}

.bg-color-vintage-400 {
  background-color: #a6a29b !important;
}

.text-color-vintage-900 {
  color: #827c73 !important;
}

.bg-color-vintage-900 {
  background-color: #827c73 !important;
}

.bg-gradient-vintage {
  background-color: #9f9a93 !important;
  background-image: linear-gradient(to bottom, #b7b3ae, #878178) !important;
}

.border-color-vintage {
  border-color: #9f9a93 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-blue {
  --theme-color: #348fe2 !important;
  --theme-color-rgb: rgb( 52, 143, 226 ) !important;
  --theme-color-rgba-90: rgba( 52, 143, 226, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 52, 143, 226, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 52, 143, 226, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 52, 143, 226, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 52, 143, 226, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: #e28734 !important;
  --theme-color-complementary-rgb: rgb( 226, 135, 52 ) !important;
  --theme-color-inverse: #cb701d !important;
  --theme-color-inverse-rgb: rgb( 203, 112, 29 ) !important;
  --theme-color-monochromatic: #e28734 !important;
  --theme-color-monochromatic-rgb: rgb( 226, 135, 52 ) !important;
}

.text-color-blue {
  color: #348fe2 !important;
}

.text-color-blue-500 {
  color: #348fe2 !important;
}

.bg-color-blue {
  color: #348fe2 !important;
}

.bg-color-blue-500 {
  color: #348fe2 !important;
}

.text-color-blue-100 {
  color: #6aadea !important;
}

.bg-color-blue-100 {
  background-color: #6aadea !important;
}

.text-color-blue-600 {
  color: #2788e0 !important;
}

.bg-color-blue-600 {
  background-color: #2788e0 !important;
}

.text-color-blue-200 {
  color: #5ca5e8 !important;
}

.bg-color-blue-200 {
  background-color: #5ca5e8 !important;
}

.text-color-blue-700 {
  color: #1f80d8 !important;
}

.bg-color-blue-700 {
  background-color: #1f80d8 !important;
}

.text-color-blue-300 {
  color: #4f9ee6 !important;
}

.bg-color-blue-300 {
  background-color: #4f9ee6 !important;
}

.text-color-blue-800 {
  color: #1d78cb !important;
}

.bg-color-blue-800 {
  background-color: #1d78cb !important;
}

.text-color-blue-400 {
  color: #4196e4 !important;
}

.bg-color-blue-400 {
  background-color: #4196e4 !important;
}

.text-color-blue-900 {
  color: #1b70be !important;
}

.bg-color-blue-900 {
  background-color: #1b70be !important;
}

.bg-gradient-blue {
  background-color: #348fe2 !important;
  background-image: linear-gradient(to bottom, #61a8e8, #1c75c7) !important;
}

.border-color-blue {
  border-color: #348fe2 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-copper {
  --theme-color: #674848 !important;
  --theme-color-rgb: rgb( 103, 72, 72 ) !important;
  --theme-color-rgba-90: rgba( 103, 72, 72, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 103, 72, 72, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 103, 72, 72, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 103, 72, 72, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 103, 72, 72, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #486767 !important;
  --theme-color-complementary-rgb: rgb( 72, 103, 103 ) !important;
  --theme-color-inverse: #98b7b7 !important;
  --theme-color-inverse-rgb: rgb( 152, 183, 183 ) !important;
  --theme-color-monochromatic: #486767 !important;
  --theme-color-monochromatic-rgb: rgb( 72, 103, 103 ) !important;
}

.text-color-copper {
  color: #674848 !important;
}

.text-color-copper-500 {
  color: #674848 !important;
}

.bg-color-copper {
  color: #674848 !important;
}

.bg-color-copper-500 {
  color: #674848 !important;
}

.text-color-copper-100 {
  color: #8b6161 !important;
}

.bg-color-copper-100 {
  background-color: #8b6161 !important;
}

.text-color-copper-600 {
  color: #5e4242 !important;
}

.bg-color-copper-600 {
  background-color: #5e4242 !important;
}

.text-color-copper-200 {
  color: #825b5b !important;
}

.bg-color-copper-200 {
  background-color: #825b5b !important;
}

.text-color-copper-700 {
  color: #553b3b !important;
}

.bg-color-copper-700 {
  background-color: #553b3b !important;
}

.text-color-copper-300 {
  color: #795555 !important;
}

.bg-color-copper-300 {
  background-color: #795555 !important;
}

.text-color-copper-800 {
  color: #4c3535 !important;
}

.bg-color-copper-800 {
  background-color: #4c3535 !important;
}

.text-color-copper-400 {
  color: #704e4e !important;
}

.bg-color-copper-400 {
  background-color: #704e4e !important;
}

.text-color-copper-900 {
  color: #432f2f !important;
}

.bg-color-copper-900 {
  background-color: #432f2f !important;
}

.bg-gradient-copper {
  background-color: #674848 !important;
  background-image: linear-gradient(to bottom, #855d5d, #493333) !important;
}

.border-color-copper {
  border-color: #674848 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-crimson {
  --theme-color: #990000 !important;
  --theme-color-rgb: rgb( 153, 0, 0 ) !important;
  --theme-color-rgba-90: rgba( 153, 0, 0, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 153, 0, 0, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 153, 0, 0, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 153, 0, 0, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 153, 0, 0, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #009999 !important;
  --theme-color-complementary-rgb: rgb( 0, 153, 153 ) !important;
  --theme-color-inverse: #66ffff !important;
  --theme-color-inverse-rgb: rgb( 102, 255, 255 ) !important;
  --theme-color-monochromatic: #009999 !important;
  --theme-color-monochromatic-rgb: rgb( 0, 153, 153 ) !important;
}

.text-color-crimson {
  color: #990000 !important;
}

.text-color-crimson-500 {
  color: #990000 !important;
}

.bg-color-crimson {
  color: #990000 !important;
}

.bg-color-crimson-500 {
  color: #990000 !important;
}

.text-color-crimson-100 {
  color: #d60000 !important;
}

.bg-color-crimson-100 {
  background-color: #d60000 !important;
}

.text-color-crimson-600 {
  color: #8a0000 !important;
}

.bg-color-crimson-600 {
  background-color: #8a0000 !important;
}

.text-color-crimson-200 {
  color: #c70000 !important;
}

.bg-color-crimson-200 {
  background-color: #c70000 !important;
}

.text-color-crimson-700 {
  color: #7a0000 !important;
}

.bg-color-crimson-700 {
  background-color: #7a0000 !important;
}

.text-color-crimson-300 {
  color: #b80000 !important;
}

.bg-color-crimson-300 {
  background-color: #b80000 !important;
}

.text-color-crimson-800 {
  color: #6b0000 !important;
}

.bg-color-crimson-800 {
  background-color: #6b0000 !important;
}

.text-color-crimson-400 {
  color: #a80000 !important;
}

.bg-color-crimson-400 {
  background-color: #a80000 !important;
}

.text-color-crimson-900 {
  color: #5c0000 !important;
}

.bg-color-crimson-900 {
  background-color: #5c0000 !important;
}

.bg-gradient-crimson {
  background-color: #990000 !important;
  background-image: linear-gradient(to bottom, #cc0000, #660000) !important;
}

.border-color-crimson {
  border-color: #990000 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-cyan {
  --theme-color: #49b6d6 !important;
  --theme-color-rgb: rgb( 73, 182, 214 ) !important;
  --theme-color-rgba-90: rgba( 73, 182, 214, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 73, 182, 214, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 73, 182, 214, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 73, 182, 214, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 73, 182, 214, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: #d66949 !important;
  --theme-color-complementary-rgb: rgb( 214, 105, 73 ) !important;
  --theme-color-inverse: #b64929 !important;
  --theme-color-inverse-rgb: rgb( 182, 73, 41 ) !important;
  --theme-color-monochromatic: #d66949 !important;
  --theme-color-monochromatic-rgb: rgb( 214, 105, 73 ) !important;
}

.text-color-cyan {
  color: #49b6d6 !important;
}

.text-color-cyan-500 {
  color: #49b6d6 !important;
}

.bg-color-cyan {
  color: #49b6d6 !important;
}

.bg-color-cyan-500 {
  color: #49b6d6 !important;
}

.text-color-cyan-100 {
  color: #7bcae1 !important;
}

.bg-color-cyan-100 {
  background-color: #7bcae1 !important;
}

.text-color-cyan-600 {
  color: #3db1d3 !important;
}

.bg-color-cyan-600 {
  background-color: #3db1d3 !important;
}

.text-color-cyan-200 {
  color: #6ec5de !important;
}

.bg-color-cyan-200 {
  background-color: #6ec5de !important;
}

.text-color-cyan-700 {
  color: #30acd0 !important;
}

.bg-color-cyan-700 {
  background-color: #30acd0 !important;
}

.text-color-cyan-300 {
  color: #62c0dc !important;
}

.bg-color-cyan-300 {
  background-color: #62c0dc !important;
}

.text-color-cyan-800 {
  color: #2ca2c5 !important;
}

.bg-color-cyan-800 {
  background-color: #2ca2c5 !important;
}

.text-color-cyan-400 {
  color: #55bbd9 !important;
}

.bg-color-cyan-400 {
  background-color: #55bbd9 !important;
}

.text-color-cyan-900 {
  color: #2a98b8 !important;
}

.bg-color-cyan-900 {
  background-color: #2a98b8 !important;
}

.bg-gradient-cyan {
  background-color: #49b6d6 !important;
  background-image: linear-gradient(to bottom, #73c7df, #2b9fc1) !important;
}

.border-color-cyan {
  border-color: #49b6d6 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-green {
  --theme-color: #32a932 !important;
  --theme-color-rgb: rgb( 50, 169, 50 ) !important;
  --theme-color-rgba-90: rgba( 50, 169, 50, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 50, 169, 50, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 50, 169, 50, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 50, 169, 50, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 50, 169, 50, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: #a932a9 !important;
  --theme-color-complementary-rgb: rgb( 169, 50, 169 ) !important;
  --theme-color-inverse: #cd56cd !important;
  --theme-color-inverse-rgb: rgb( 205, 86, 205 ) !important;
  --theme-color-monochromatic: #a932a9 !important;
  --theme-color-monochromatic-rgb: rgb( 169, 50, 169 ) !important;
}

.text-color-green {
  color: #32a932 !important;
}

.text-color-green-500 {
  color: #32a932 !important;
}

.bg-color-green {
  color: #32a932 !important;
}

.bg-color-green-500 {
  color: #32a932 !important;
}

.text-color-green-100 {
  color: #4ecb4e !important;
}

.bg-color-green-100 {
  background-color: #4ecb4e !important;
}

.text-color-green-600 {
  color: #2f9d2f !important;
}

.bg-color-green-600 {
  background-color: #2f9d2f !important;
}

.text-color-green-200 {
  color: #42c742 !important;
}

.bg-color-green-200 {
  background-color: #42c742 !important;
}

.text-color-green-700 {
  color: #2b912b !important;
}

.bg-color-green-700 {
  background-color: #2b912b !important;
}

.text-color-green-300 {
  color: #39c139 !important;
}

.bg-color-green-300 {
  background-color: #39c139 !important;
}

.text-color-green-800 {
  color: #288628 !important;
}

.bg-color-green-800 {
  background-color: #288628 !important;
}

.text-color-green-400 {
  color: #35b535 !important;
}

.bg-color-green-400 {
  background-color: #35b535 !important;
}

.text-color-green-900 {
  color: #247a24 !important;
}

.bg-color-green-900 {
  background-color: #247a24 !important;
}

.bg-gradient-green {
  background-color: #32a932 !important;
  background-image: linear-gradient(to bottom, #46c846, #268226) !important;
}

.border-color-green {
  border-color: #32a932 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-indigo {
  --theme-color: #8753de !important;
  --theme-color-rgb: rgb( 135, 83, 222 ) !important;
  --theme-color-rgba-90: rgba( 135, 83, 222, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 135, 83, 222, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 135, 83, 222, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 135, 83, 222, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 135, 83, 222, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #aade53 !important;
  --theme-color-complementary-rgb: rgb( 170, 222, 83 ) !important;
  --theme-color-inverse: #78ac21 !important;
  --theme-color-inverse-rgb: rgb( 120, 172, 33 ) !important;
  --theme-color-monochromatic: #aade53 !important;
  --theme-color-monochromatic-rgb: rgb( 170, 222, 83 ) !important;
}

.text-color-indigo {
  color: #8753de !important;
}

.text-color-indigo-500 {
  color: #8753de !important;
}

.bg-color-indigo {
  color: #8753de !important;
}

.bg-color-indigo-500 {
  color: #8753de !important;
}

.text-color-indigo-100 {
  color: #ab86e8 !important;
}

.bg-color-indigo-100 {
  background-color: #ab86e8 !important;
}

.text-color-indigo-600 {
  color: #7e46dc !important;
}

.bg-color-indigo-600 {
  background-color: #7e46dc !important;
}

.text-color-indigo-200 {
  color: #a27ae5 !important;
}

.bg-color-indigo-200 {
  background-color: #a27ae5 !important;
}

.text-color-indigo-700 {
  color: #7539d9 !important;
}

.bg-color-indigo-700 {
  background-color: #7539d9 !important;
}

.text-color-indigo-300 {
  color: #996de3 !important;
}

.bg-color-indigo-300 {
  background-color: #996de3 !important;
}

.text-color-indigo-800 {
  color: #6c2cd7 !important;
}

.bg-color-indigo-800 {
  background-color: #6c2cd7 !important;
}

.text-color-indigo-400 {
  color: #9060e0 !important;
}

.bg-color-indigo-400 {
  background-color: #9060e0 !important;
}

.text-color-indigo-900 {
  color: #6527cd !important;
}

.bg-color-indigo-900 {
  background-color: #6527cd !important;
}

.bg-gradient-indigo {
  background-color: #8753de !important;
  background-image: linear-gradient(to bottom, #a57ee6, #6929d5) !important;
}

.border-color-indigo {
  border-color: #8753de !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-lime {
  --theme-color: #90ca4b !important;
  --theme-color-rgb: rgb( 144, 202, 75 ) !important;
  --theme-color-rgba-90: rgba( 144, 202, 75, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 144, 202, 75, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 144, 202, 75, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 144, 202, 75, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 144, 202, 75, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: #854bca !important;
  --theme-color-complementary-rgb: rgb( 133, 75, 202 ) !important;
  --theme-color-inverse: #6f35b4 !important;
  --theme-color-inverse-rgb: rgb( 111, 53, 180 ) !important;
  --theme-color-monochromatic: #854bca !important;
  --theme-color-monochromatic-rgb: rgb( 133, 75, 202 ) !important;
}

.text-color-lime {
  color: #90ca4b !important;
}

.text-color-lime-500 {
  color: #90ca4b !important;
}

.bg-color-lime {
  color: #90ca4b !important;
}

.bg-color-lime-500 {
  color: #90ca4b !important;
}

.text-color-lime-100 {
  color: #add87a !important;
}

.bg-color-lime-100 {
  background-color: #add87a !important;
}

.text-color-lime-600 {
  color: #89c73f !important;
}

.bg-color-lime-600 {
  background-color: #89c73f !important;
}

.text-color-lime-200 {
  color: #a6d46e !important;
}

.bg-color-lime-200 {
  background-color: #a6d46e !important;
}

.text-color-lime-700 {
  color: #81be38 !important;
}

.bg-color-lime-700 {
  background-color: #81be38 !important;
}

.text-color-lime-300 {
  color: #9fd163 !important;
}

.bg-color-lime-300 {
  background-color: #9fd163 !important;
}

.text-color-lime-800 {
  color: #79b335 !important;
}

.bg-color-lime-800 {
  background-color: #79b335 !important;
}

.text-color-lime-400 {
  color: #97cd57 !important;
}

.bg-color-lime-400 {
  background-color: #97cd57 !important;
}

.text-color-lime-900 {
  color: #71a731 !important;
}

.bg-color-lime-900 {
  background-color: #71a731 !important;
}

.bg-gradient-lime {
  background-color: #90ca4b !important;
  background-image: linear-gradient(to bottom, #a8d672, #76af33) !important;
}

.border-color-lime {
  border-color: #90ca4b !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-orange {
  --theme-color: #f59c1a !important;
  --theme-color-rgb: rgb( 245, 156, 26 ) !important;
  --theme-color-rgba-90: rgba( 245, 156, 26, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 245, 156, 26, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 245, 156, 26, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 245, 156, 26, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 245, 156, 26, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: #1a73f5 !important;
  --theme-color-complementary-rgb: rgb( 26, 115, 245 ) !important;
  --theme-color-inverse: #0a63e5 !important;
  --theme-color-inverse-rgb: rgb( 10, 99, 229 ) !important;
  --theme-color-monochromatic: #1a73f5 !important;
  --theme-color-monochromatic-rgb: rgb( 26, 115, 245 ) !important;
}

.text-color-orange {
  color: #f59c1a !important;
}

.text-color-orange-500 {
  color: #f59c1a !important;
}

.bg-color-orange {
  color: #f59c1a !important;
}

.bg-color-orange-500 {
  color: #f59c1a !important;
}

.text-color-orange-100 {
  color: #f8b555 !important;
}

.bg-color-orange-100 {
  background-color: #f8b555 !important;
}

.text-color-orange-600 {
  color: #f4960b !important;
}

.bg-color-orange-600 {
  background-color: #f4960b !important;
}

.text-color-orange-200 {
  color: #f7af46 !important;
}

.bg-color-orange-200 {
  background-color: #f7af46 !important;
}

.text-color-orange-700 {
  color: #e68d0a !important;
}

.bg-color-orange-700 {
  background-color: #e68d0a !important;
}

.text-color-orange-300 {
  color: #f6a937 !important;
}

.bg-color-orange-300 {
  background-color: #f6a937 !important;
}

.text-color-orange-800 {
  color: #d88409 !important;
}

.bg-color-orange-800 {
  background-color: #d88409 !important;
}

.text-color-orange-400 {
  color: #f6a229 !important;
}

.bg-color-orange-400 {
  background-color: #f6a229 !important;
}

.text-color-orange-900 {
  color: #c97b09 !important;
}

.bg-color-orange-900 {
  background-color: #c97b09 !important;
}

.bg-gradient-orange {
  background-color: #f59c1a !important;
  background-image: linear-gradient(to bottom, #f7b14b, #d38109) !important;
}

.border-color-orange {
  border-color: #f59c1a !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-orchid {
  --theme-color: #5a117c !important;
  --theme-color-rgb: rgb( 90, 17, 124 ) !important;
  --theme-color-rgba-90: rgba( 90, 17, 124, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 90, 17, 124, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 90, 17, 124, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 90, 17, 124, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 90, 17, 124, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #337c11 !important;
  --theme-color-complementary-rgb: rgb( 51, 124, 17 ) !important;
  --theme-color-inverse: #a5ee83 !important;
  --theme-color-inverse-rgb: rgb( 165, 238, 131 ) !important;
  --theme-color-monochromatic: #337c11 !important;
  --theme-color-monochromatic-rgb: rgb( 51, 124, 17 ) !important;
}

.text-color-orchid {
  color: #5a117c !important;
}

.text-color-orchid-500 {
  color: #5a117c !important;
}

.bg-color-orchid {
  color: #5a117c !important;
}

.bg-color-orchid-500 {
  color: #5a117c !important;
}

.text-color-orchid-100 {
  color: #8118b2 !important;
}

.bg-color-orchid-100 {
  background-color: #8118b2 !important;
}

.text-color-orchid-600 {
  color: #500f6f !important;
}

.bg-color-orchid-600 {
  background-color: #500f6f !important;
}

.text-color-orchid-200 {
  color: #7717a4 !important;
}

.bg-color-orchid-200 {
  background-color: #7717a4 !important;
}

.text-color-orchid-700 {
  color: #460d61 !important;
}

.bg-color-orchid-700 {
  background-color: #460d61 !important;
}

.text-color-orchid-300 {
  color: #6e1597 !important;
}

.bg-color-orchid-300 {
  background-color: #6e1597 !important;
}

.text-color-orchid-800 {
  color: #3d0b54 !important;
}

.bg-color-orchid-800 {
  background-color: #3d0b54 !important;
}

.text-color-orchid-400 {
  color: #641389 !important;
}

.bg-color-orchid-400 {
  background-color: #641389 !important;
}

.text-color-orchid-900 {
  color: #330a46 !important;
}

.bg-color-orchid-900 {
  background-color: #330a46 !important;
}

.bg-gradient-orchid {
  background-color: #5a117c !important;
  background-image: linear-gradient(to bottom, #7b17a9, #390b4f) !important;
}

.border-color-orchid {
  border-color: #5a117c !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-pink {
  --theme-color: #fb5597 !important;
  --theme-color-rgb: rgb( 251, 85, 151 ) !important;
  --theme-color-rgba-90: rgba( 251, 85, 151, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 251, 85, 151, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 251, 85, 151, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 251, 85, 151, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 251, 85, 151, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: #55fbb9 !important;
  --theme-color-complementary-rgb: rgb( 85, 251, 185 ) !important;
  --theme-color-inverse: #04aa68 !important;
  --theme-color-inverse-rgb: rgb( 4, 170, 104 ) !important;
  --theme-color-monochromatic: #55fbb9 !important;
  --theme-color-monochromatic-rgb: rgb( 85, 251, 185 ) !important;
}

.text-color-pink {
  color: #fb5597 !important;
}

.text-color-pink-500 {
  color: #fb5597 !important;
}

.bg-color-pink {
  color: #fb5597 !important;
}

.bg-color-pink-500 {
  color: #fb5597 !important;
}

.text-color-pink-100 {
  color: #fc91bc !important;
}

.bg-color-pink-100 {
  background-color: #fc91bc !important;
}

.text-color-pink-600 {
  color: #fb468e !important;
}

.bg-color-pink-600 {
  background-color: #fb468e !important;
}

.text-color-pink-200 {
  color: #fc82b2 !important;
}

.bg-color-pink-200 {
  background-color: #fc82b2 !important;
}

.text-color-pink-700 {
  color: #fa3785 !important;
}

.bg-color-pink-700 {
  background-color: #fa3785 !important;
}

.text-color-pink-300 {
  color: #fc73a9 !important;
}

.bg-color-pink-300 {
  background-color: #fc73a9 !important;
}

.text-color-pink-800 {
  color: #fa287c !important;
}

.bg-color-pink-800 {
  background-color: #fa287c !important;
}

.text-color-pink-400 {
  color: #fb64a0 !important;
}

.bg-color-pink-400 {
  background-color: #fb64a0 !important;
}

.text-color-pink-900 {
  color: #fa1972 !important;
}

.bg-color-pink-900 {
  background-color: #fa1972 !important;
}

.bg-gradient-pink {
  background-color: #fb5597 !important;
  background-image: linear-gradient(to bottom, #fc87b5, #fa2379) !important;
}

.border-color-pink {
  border-color: #fb5597 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-purple {
  --theme-color: #7734a7 !important;
  --theme-color-rgb: rgb( 119, 52, 167 ) !important;
  --theme-color-rgba-90: rgba( 119, 52, 167, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 119, 52, 167, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 119, 52, 167, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 119, 52, 167, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 119, 52, 167, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #64a734 !important;
  --theme-color-complementary-rgb: rgb( 100, 167, 52 ) !important;
  --theme-color-inverse: #88cb58 !important;
  --theme-color-inverse-rgb: rgb( 136, 203, 88 ) !important;
  --theme-color-monochromatic: #64a734 !important;
  --theme-color-monochromatic-rgb: rgb( 100, 167, 52 ) !important;
}

.text-color-purple {
  color: #7734a7 !important;
}

.text-color-purple-500 {
  color: #7734a7 !important;
}

.bg-color-purple {
  color: #7734a7 !important;
}

.bg-color-purple-500 {
  color: #7734a7 !important;
}

.text-color-purple-100 {
  color: #9650c8 !important;
}

.bg-color-purple-100 {
  background-color: #9650c8 !important;
}

.text-color-purple-600 {
  color: #6f309b !important;
}

.bg-color-purple-600 {
  background-color: #6f309b !important;
}

.text-color-purple-200 {
  color: #8f44c5 !important;
}

.bg-color-purple-200 {
  background-color: #8f44c5 !important;
}

.text-color-purple-700 {
  color: #662d90 !important;
}

.bg-color-purple-700 {
  background-color: #662d90 !important;
}

.text-color-purple-300 {
  color: #883bbe !important;
}

.bg-color-purple-300 {
  background-color: #883bbe !important;
}

.text-color-purple-800 {
  color: #5e2984 !important;
}

.bg-color-purple-800 {
  background-color: #5e2984 !important;
}

.text-color-purple-400 {
  color: #7f38b3 !important;
}

.bg-color-purple-400 {
  background-color: #7f38b3 !important;
}

.text-color-purple-900 {
  color: #562578 !important;
}

.bg-color-purple-900 {
  background-color: #562578 !important;
}

.bg-gradient-purple {
  background-color: #7734a7 !important;
  background-image: linear-gradient(to bottom, #9148c6, #5b2880) !important;
}

.border-color-purple {
  border-color: #7734a7 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-red {
  --theme-color: rgb(204, 0, 0) !important;
  --theme-color-rgb: rgb( 204, 0, 0 ) !important;
  --theme-color-rgba-90: rgba( 204, 0, 0, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 204, 0, 0, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 204, 0, 0, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 204, 0, 0, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 204, 0, 0, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #00cccc !important;
  --theme-color-complementary-rgb: rgb( 0, 204, 204 ) !important;
  --theme-color-inverse: #33ffff !important;
  --theme-color-inverse-rgb: rgb( 51, 255, 255 ) !important;
  --theme-color-monochromatic: #00cccc !important;
  --theme-color-monochromatic-rgb: rgb( 0, 204, 204 ) !important;
}

.text-color-red {
  color: #cc0000 !important;
}

.text-color-red-500 {
  color: #cc0000 !important;
}

.bg-color-red {
  color: #cc0000 !important;
}

.bg-color-red-500 {
  color: #cc0000 !important;
}

.text-color-red-100 {
  color: #ff0a0a !important;
}

.bg-color-red-100 {
  background-color: #ff0a0a !important;
}

.text-color-red-600 {
  color: #bd0000 !important;
}

.bg-color-red-600 {
  background-color: #bd0000 !important;
}

.text-color-red-200 {
  color: #fa0000 !important;
}

.bg-color-red-200 {
  background-color: #fa0000 !important;
}

.text-color-red-700 {
  color: #ad0000 !important;
}

.bg-color-red-700 {
  background-color: #ad0000 !important;
}

.text-color-red-300 {
  color: #eb0000 !important;
}

.bg-color-red-300 {
  background-color: #eb0000 !important;
}

.text-color-red-800 {
  color: #9e0000 !important;
}

.bg-color-red-800 {
  background-color: #9e0000 !important;
}

.text-color-red-400 {
  color: #db0000 !important;
}

.bg-color-red-400 {
  background-color: #db0000 !important;
}

.text-color-red-900 {
  color: #8f0000 !important;
}

.bg-color-red-900 {
  background-color: #8f0000 !important;
}

.bg-gradient-red {
  background-color: rgb(204, 0, 0) !important;
  background-image: linear-gradient(to bottom, red, #990000) !important;
}

.border-color-red {
  border-color: rgb(204, 0, 0) !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-regal {
  --theme-color: #1c2544 !important;
  --theme-color-rgb: rgb( 28, 37, 68 ) !important;
  --theme-color-rgba-90: rgba( 28, 37, 68, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 28, 37, 68, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 28, 37, 68, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 28, 37, 68, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 28, 37, 68, 0.5 ) !important;
  --theme-color-text-contrast: #ffffff !important;
  --theme-color-text-contrast-rgb: rgb( 255, 255, 255 ) !important;
  --theme-color-complementary: #443b1c !important;
  --theme-color-complementary-rgb: rgb( 68, 59, 28 ) !important;
  --theme-color-inverse: #e3dabb !important;
  --theme-color-inverse-rgb: rgb( 227, 218, 187 ) !important;
  --theme-color-monochromatic: #443b1c !important;
  --theme-color-monochromatic-rgb: rgb( 68, 59, 28 ) !important;
}

.text-color-regal {
  color: #1c2544 !important;
}

.text-color-regal-500 {
  color: #1c2544 !important;
}

.bg-color-regal {
  color: #1c2544 !important;
}

.bg-color-regal-500 {
  color: #1c2544 !important;
}

.text-color-regal-100 {
  color: #2e3d6f !important;
}

.bg-color-regal-100 {
  background-color: #2e3d6f !important;
}

.text-color-regal-600 {
  color: #181f39 !important;
}

.bg-color-regal-600 {
  background-color: #181f39 !important;
}

.text-color-regal-200 {
  color: #293765 !important;
}

.bg-color-regal-200 {
  background-color: #293765 !important;
}

.text-color-regal-700 {
  color: #13192e !important;
}

.bg-color-regal-700 {
  background-color: #13192e !important;
}

.text-color-regal-300 {
  color: #25315a !important;
}

.bg-color-regal-300 {
  background-color: #25315a !important;
}

.text-color-regal-800 {
  color: #0f1323 !important;
}

.bg-color-regal-800 {
  background-color: #0f1323 !important;
}

.text-color-regal-400 {
  color: #202b4f !important;
}

.bg-color-regal-400 {
  background-color: #202b4f !important;
}

.text-color-regal-900 {
  color: #0a0d19 !important;
}

.bg-color-regal-900 {
  background-color: #0a0d19 !important;
}

.bg-gradient-regal {
  background-color: #1c2544 !important;
  background-image: linear-gradient(to bottom, #2b3968, #0d1120) !important;
}

.border-color-regal {
  border-color: #1c2544 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-silver {
  --theme-color: #d3d3d3 !important;
  --theme-color-rgb: rgb( 211, 211, 211 ) !important;
  --theme-color-rgba-90: rgba( 211, 211, 211, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 211, 211, 211, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 211, 211, 211, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 211, 211, 211, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 211, 211, 211, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: lightgray !important;
  --theme-color-complementary-rgb: rgb( 211, 211, 211 ) !important;
  --theme-color-inverse: #2c2c2c !important;
  --theme-color-inverse-rgb: rgb( 44, 44, 44 ) !important;
  --theme-color-monochromatic: lightgray !important;
  --theme-color-monochromatic-rgb: rgb( 211, 211, 211 ) !important;
}

.text-color-silver {
  color: lightgray !important;
}

.text-color-silver-500 {
  color: lightgray !important;
}

.bg-color-silver {
  color: lightgray !important;
}

.bg-color-silver-500 {
  color: lightgray !important;
}

.text-color-silver-100 {
  color: #f2f2f2 !important;
}

.bg-color-silver-100 {
  background-color: #f2f2f2 !important;
}

.text-color-silver-600 {
  color: #cbcbcb !important;
}

.bg-color-silver-600 {
  background-color: #cbcbcb !important;
}

.text-color-silver-200 {
  color: #eaeaea !important;
}

.bg-color-silver-200 {
  background-color: #eaeaea !important;
}

.text-color-silver-700 {
  color: #c4c4c4 !important;
}

.bg-color-silver-700 {
  background-color: #c4c4c4 !important;
}

.text-color-silver-300 {
  color: #e2e2e2 !important;
}

.bg-color-silver-300 {
  background-color: #e2e2e2 !important;
}

.text-color-silver-800 {
  color: #bcbcbc !important;
}

.bg-color-silver-800 {
  background-color: #bcbcbc !important;
}

.text-color-silver-400 {
  color: #dbdbdb !important;
}

.bg-color-silver-400 {
  background-color: #dbdbdb !important;
}

.text-color-silver-900 {
  color: #b4b4b4 !important;
}

.bg-color-silver-900 {
  background-color: #b4b4b4 !important;
}

.bg-gradient-silver {
  background-color: #d3d3d3 !important;
  background-image: linear-gradient(to bottom, #ededed, #bababa) !important;
}

.border-color-silver {
  border-color: #d3d3d3 !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-teal {
  --theme-color: #00acac !important;
  --theme-color-rgb: rgb( 0, 172, 172 ) !important;
  --theme-color-rgba-90: rgba( 0, 172, 172, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 0, 172, 172, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 0, 172, 172, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 0, 172, 172, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 0, 172, 172, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: #ac0000 !important;
  --theme-color-complementary-rgb: rgb( 172, 0, 0 ) !important;
  --theme-color-inverse: #ff5353 !important;
  --theme-color-inverse-rgb: rgb( 255, 83, 83 ) !important;
  --theme-color-monochromatic: #ac0000 !important;
  --theme-color-monochromatic-rgb: rgb( 172, 0, 0 ) !important;
}

.text-color-teal {
  color: #00acac !important;
}

.text-color-teal-500 {
  color: #00acac !important;
}

.bg-color-teal {
  color: #00acac !important;
}

.bg-color-teal-500 {
  color: #00acac !important;
}

.text-color-teal-100 {
  color: #00e9e9 !important;
}

.bg-color-teal-100 {
  background-color: #00e9e9 !important;
}

.text-color-teal-600 {
  color: #009d9d !important;
}

.bg-color-teal-600 {
  background-color: #009d9d !important;
}

.text-color-teal-200 {
  color: #00dada !important;
}

.bg-color-teal-200 {
  background-color: #00dada !important;
}

.text-color-teal-700 {
  color: #008d8d !important;
}

.bg-color-teal-700 {
  background-color: #008d8d !important;
}

.text-color-teal-300 {
  color: #00cbcb !important;
}

.bg-color-teal-300 {
  background-color: #00cbcb !important;
}

.text-color-teal-800 {
  color: #007e7e !important;
}

.bg-color-teal-800 {
  background-color: #007e7e !important;
}

.text-color-teal-400 {
  color: #00bbbb !important;
}

.bg-color-teal-400 {
  background-color: #00bbbb !important;
}

.text-color-teal-900 {
  color: #006f6f !important;
}

.bg-color-teal-900 {
  background-color: #006f6f !important;
}

.bg-gradient-teal {
  background-color: #00acac !important;
  background-image: linear-gradient(to bottom, #00dfdf, #007979) !important;
}

.border-color-teal {
  border-color: #00acac !important;
}

/* 
 .text-color-red { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .text-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .text-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .text-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .text-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .text-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .text-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .text-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .text-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-color-red { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-100 { color: rgba(245, 204, 204, 1) !important; }
 .bg-color-red-200 { color: rgba(235, 153, 153, 1) !important; }
 .bg-color-red-300 { color: rgba(224, 102, 102, 1) !important; }
 .bg-color-red-400 { color: rgba(214, 51, 51, 1) !important; }
 .bg-color-red-500 { color: rgba(204, 0, 0, 1) !important; }
 .bg-color-red-600 { color: rgba(163, 0, 0, 1) !important; }
 .bg-color-red-700 { color: rgba(122, 0, 0, 1) !important; }
 .bg-color-red-800 { color: rgba(82, 0, 0, 1) !important; }
 .bg-color-red-900 { color: rgba(41, 0, 0, 1) !important; }

 .bg-gradient-red {
    background-color: #cc0000 !important;
background-image: linear-gradient(to bottom,	lighten(#cc0000, 10%), darken(#cc0000, 5%)) !important;
 }

 .border-color-red { border-color: #cc0000 !important; }

 }
 */
:root .theme-name-yellow {
  --theme-color: #ffd900 !important;
  --theme-color-rgb: rgb( 255, 217, 0 ) !important;
  --theme-color-rgba-90: rgba( 255, 217, 0, 0.9 ) !important;
  --theme-color-rgba-80: rgba( 255, 217, 0, 0.8 ) !important;
  --theme-color-rgba-70: rgba( 255, 217, 0, 0.7 ) !important;
  --theme-color-rgba-60: rgba( 255, 217, 0, 0.6 ) !important;
  --theme-color-rgba-50: rgba( 255, 217, 0, 0.5 ) !important;
  --theme-color-text-contrast: #000000 !important;
  --theme-color-text-contrast-rgb: rgb( 0, 0, 0 ) !important;
  --theme-color-complementary: #0026ff !important;
  --theme-color-complementary-rgb: rgb( 0, 38, 255 ) !important;
  --theme-color-inverse: #0026ff !important;
  --theme-color-inverse-rgb: rgb( 0, 38, 255 ) !important;
  --theme-color-monochromatic: #0026ff !important;
  --theme-color-monochromatic-rgb: rgb( 0, 38, 255 ) !important;
}

.text-color-yellow {
  color: #ffd900 !important;
}

.text-color-yellow-500 {
  color: #ffd900 !important;
}

.bg-color-yellow {
  color: #ffd900 !important;
}

.bg-color-yellow-500 {
  color: #ffd900 !important;
}

.text-color-yellow-100 {
  color: #ffe23d !important;
}

.bg-color-yellow-100 {
  background-color: #ffe23d !important;
}

.text-color-yellow-600 {
  color: #f0cc00 !important;
}

.bg-color-yellow-600 {
  background-color: #f0cc00 !important;
}

.text-color-yellow-200 {
  color: #ffe02e !important;
}

.bg-color-yellow-200 {
  background-color: #ffe02e !important;
}

.text-color-yellow-700 {
  color: #e0bf00 !important;
}

.bg-color-yellow-700 {
  background-color: #e0bf00 !important;
}

.text-color-yellow-300 {
  color: #ffde1f !important;
}

.bg-color-yellow-300 {
  background-color: #ffde1f !important;
}

.text-color-yellow-800 {
  color: #d1b200 !important;
}

.bg-color-yellow-800 {
  background-color: #d1b200 !important;
}

.text-color-yellow-400 {
  color: #ffdb0f !important;
}

.bg-color-yellow-400 {
  background-color: #ffdb0f !important;
}

.text-color-yellow-900 {
  color: #c2a500 !important;
}

.bg-color-yellow-900 {
  background-color: #c2a500 !important;
}

.bg-gradient-yellow {
  background-color: #ffd900 !important;
  background-image: linear-gradient(to bottom, #ffe133, #ccae00) !important;
}

.border-color-yellow {
  border-color: #ffd900 !important;
}

.bg-gradient-orange-red {
  background: #f7b14b;
}

.bg-gradient-orange-red {
  background: linear-gradient(to bottom, #f7b14b, red) !important;
}

.bg-gradient-red-orange {
  background: red;
}

.bg-gradient-red-orange {
  background: linear-gradient(to bottom, red, #f7b14b) !important;
}

.bg-gradient-red-pink {
  background: red;
}

.bg-gradient-red-pink {
  background: linear-gradient(to bottom, red, #fc87b5) !important;
}

.bg-gradient-yellow-orange {
  background: #ffe133;
}

.bg-gradient-yellow-orange {
  background: linear-gradient(to bottom, #ffe133, #f7b14b) !important;
}

.bg-gradient-yellow-red {
  background: #ffe133;
}

.bg-gradient-yellow-red {
  background: linear-gradient(to bottom, #ffe133, red) !important;
}

.bg-gradient-yellow-green {
  background: #ffe133;
}

.bg-gradient-yellow-green {
  background: linear-gradient(to bottom, #ffe133, #46c846) !important;
}

.bg-gradient-blue-indigo {
  background: #348fe2;
}

.bg-gradient-blue-indigo {
  background: linear-gradient(to bottom, #348fe2, #8753de) !important;
}

.bg-gradient-blue-cyan {
  background: #348fe2;
}

.bg-gradient-blue-cyan {
  background: linear-gradient(to bottom, #348fe2, #49b6d6) !important;
}

.bg-gradient-cyan-blue {
  background: #49b6d6;
}

.bg-gradient-cyan-blue {
  background: linear-gradient(to bottom, #49b6d6, #348fe2) !important;
}

.bg-gradient-cyan-indigo {
  background: #49b6d6;
}

.bg-gradient-cyan-indigo {
  background: linear-gradient(to bottom, #49b6d6, #8753de) !important;
}

.bg-gradient-indigo-blue {
  background: #8753de;
}

.bg-gradient-indigo-blue {
  background: linear-gradient(to bottom, #8753de, #348fe2) !important;
}

.bg-gradient-custom-orange {
  background: #f99176;
}

.bg-gradient-custom-orange {
  background: linear-gradient(to left, #f99176, #fbac99) !important;
}

.bg-gradient-custom-pink {
  background: #d97ba1;
}

.bg-gradient-custom-pink {
  background: linear-gradient(to left, #d97ba1, #e197b5) !important;
}

.bg-gradient-custom-teal {
  background: #008d8d;
}

.bg-gradient-custom-teal {
  background: linear-gradient(to left, #008d8d, #00acac) !important;
}

.bg-gradient-custom-indigo {
  background: #a988e1;
}

.bg-gradient-custom-indigo {
  background: linear-gradient(to left, #a988e1, #cab5ed) !important;
}

.bg-gradient-custom-blue {
  background: #348fe2;
}

.bg-gradient-custom-blue {
  background: linear-gradient(to left, #348fe2, #61a8e8) !important;
}

.flex {
  display: flex;
  gap: var(--flex-gap, 1rem); /* variable undefined */
}

.grid {
  display: grid;
  gap: var(--grid-gap, 1rem); /* variable undefined */
}

.grid-col-span-2 {
  grid-column: span 2;
}

.grid-col-span-3 {
  grid-column: span 3;
}

.grid-row-span-2 {
  grid-row: span 2;
}

.grid-row-span-3 {
  grid-row: span 3;
}

.d-block {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

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

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.fs-100 {
  font-size: var(--font-size-100);
}

.fs-200 {
  font-size: var(--font-size-200);
}

.fs-300 {
  font-size: var(--font-size-300);
}

.fs-400 {
  font-size: var(--font-size-400);
}

.fs-500 {
  font-size: var(--font-size-500);
}

.fs-600 {
  font-size: var(--font-size-600);
}

.fs-700 {
  font-size: var(--font-size-700);
}

.fs-800 {
  font-size: var(--font-size-800);
}

.fs-900 {
  font-size: var(--font-size-900);
}

.fs-900,
.fs-800,
.fs-700,
.fs-600 {
  line-height: 1.1;
}

.fw-bold {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.text-white {
  color: white !important;
}

.text-white::after {
  color: white !important;
}

.text-black {
  color: black !important;
}

.text-black::after {
  color: black !important;
}

.text-white-with-shadow {
  color: white !important;
  text-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.75);
}

.text-white-with-shadow::after {
  color: white !important;
  text-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.75);
}

.text-black-with-shadow {
  color: black !important;
  text-shadow: 1px 1px 2px hsla(0, 0%, 100%, 0.75);
}

.text-black-with-shadow::after {
  color: black !important;
  text-shadow: 1px 1px 2px hsla(0, 0%, 100%, 0.75);
}

.text-light-shadow {
  text-shadow: 1px 1px 2px hsla(0, 0%, 100%, 0.75) !important;
}

.text-light-shadow::after {
  text-shadow: 1px 1px 2px hsla(0, 0%, 100%, 0.75) !important;
}

.text-dark-shadow {
  text-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.75) !important;
}

.text-dark-shadow::after {
  text-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.75) !important;
}

.text-light {
  color: white !important;
  opacity: 0.9;
}

.text-light::after {
  color: white !important;
  opacity: 0.9;
}

.numbered-title {
  font-family: var(--ff-sans-serif);
  font-size: var(--font-size-500);
  text-transform: uppercase;
  letter-spacing: 4.72;
}

.numbered-title span {
  margin-right: 0.5rem;
  font-weight: 700;
  color: hsl(var(--color-text));
}

.flow > *:where(:not(:first-child)) {
  margin-top: var(--flow-spacer, 1em);
}

.border-primary-400 {
  border: 2px solid #a775f1;
}

.debug-border {
  border: 1px solid var(--color-debug-border, red) !important;
}

.debug-border-blue {
  border: 1px solid var(--color-debug-border, rgb(74, 157, 234)) !important;
}

.debug-border-pink {
  border: 1px solid var(--color-debug-border, rgb(255, 171, 185)) !important;
}

.debug-border-green {
  border: 1px solid var(--color-debug-border, rgb(90, 255, 90)) !important;
}

html {
  color-scheme: dark light;
  background-color: var(--color-bg-html);
  font-family: var(--txt-font-stack-content);
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  max-width: 1500px;
  margin: 0 auto;
  line-height: 1.6;
  overflow-x: hidden; /* for nav menu */
  background-color: var(--color-bg-body);
  color: var(--color-text);
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

.homepage-footer {
  background-color: var(--color-bg-body) !important;
  color: var(--color-text) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-headings);
  font-family: var(--txt-font-stack-headings);
  line-height: normal;
}

h1,
h2,
h3 {
  font-weight: 400;
}

h2 {
  font-size: 2.3rem;
}

h3 {
  font-size: 1.4rem;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: rgba(var(--color-headings), 0.75);
}

p {
  font-size: 1.1rem;
  font-family: var(--txt-font-stack-content);
}

img,
picture {
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 1rem;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.btn-scroll-top {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  text-decoration: none;
  z-index: 1000;
  border-radius: 36px;
  border: 2px solid var(--color-text);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-scroll-top:hover {
  background: rgba(255, 255, 255, 0.5);
  color: black;
  text-decoration: none;
}

section {
  padding: 1rem;
  width: 100%;
}
@media (max-width: 35em) {
  section {
    padding: 0.25rem;
  }
}

.flex-card-group,
.grid-card-group {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 2rem;
  padding-right: 1rem;
  gap: 1.5rem;
}

.flex-card-group {
  display: flex;
  flex-wrap: wrap;
}

.grid-card-group {
  display: grid;
}

.card-theme-gray-muted {
  background-color: var(--card-bg-gray-muted);
  color: var(--card-fg-gray-muted);
}
.card-theme-gray-muted a {
  color: var(--card-lnk-gray-muted);
}
.card-theme-gray-muted a:hover,
.card-theme-gray-muted a:focus {
  color: var(--card-lnk-gray-muted);
  filter: brightness(120%);
}

.card-theme-gray-subtle {
  background-color: var(--card-bg-gray-subtle);
  color: var(--card-fg-gray-subtle);
}
.card-theme-gray-subtle a {
  color: var(--card-lnk-gray-subtle);
}
.card-theme-gray-subtle a:hover,
.card-theme-gray-subtle a:focus {
  color: var(--card-lnk-gray-subtle);
  filter: brightness(120%);
}

.card-theme-gray-normal {
  background-color: var(--card-bg-gray-normal);
  color: var(--card-fg-gray-normal);
}
.card-theme-gray-normal a {
  color: var(--card-lnk-gray-normal);
}
.card-theme-gray-normal a:hover,
.card-theme-gray-normal a:focus {
  color: var(--card-lnk-gray-normal);
  filter: brightness(120%);
}

.card-theme-gray-bold {
  background-color: var(--card-bg-gray-bold);
  color: var(--card-fg-gray-bold);
}
.card-theme-gray-bold a {
  color: var(--card-lnk-gray-bold);
}
.card-theme-gray-bold a:hover,
.card-theme-gray-bold a:focus {
  color: var(--card-lnk-gray-bold);
  filter: brightness(120%);
}
.card-theme-gray-bold h2 {
  color: invert(var(--color-headings));
}

.card-theme-gray-intense {
  background-color: var(--card-bg-gray-intense);
  color: var(--card-fg-gray-intense);
}
.card-theme-gray-intense a {
  color: var(--card-lnk-gray-intense);
}
.card-theme-gray-intense a:hover,
.card-theme-gray-intense a:focus {
  color: var(--card-lnk-gray-intense);
  filter: brightness(150%);
}
.card-theme-gray-intense h2 {
  color: invert(var(--color-headings));
}

.card-theme-color-vivid {
  background-color: var(--card-bg-color-vivid);
  color: var(--card-fg-color-vivid);
}
.card-theme-color-vivid a {
  color: var(--card-lnk-color-vivid);
}
.card-theme-color-vivid a:hover,
.card-theme-color-vivid a:focus {
  color: var(--card-lnk-color-vivid);
  filter: brightness(115%);
}
.card-theme-color-vivid h2 {
  color: invert(var(--color-headings));
}
.card-theme-color-vivid .title {
  color: var(--card-fg-color-vivid);
}
.card-theme-color-vivid .subtitle {
  color: var(--card-fg-color-vivid);
}

.card-theme-color-vibrant {
  background-color: var(--card-bg-color-vibrant);
  color: var(--card-fg-color-vibrant);
}
.card-theme-color-vibrant a {
  color: var(--card-lnk-color-vibrant);
}
.card-theme-color-vibrant a:hover,
.card-theme-color-vibrant a:focus {
  color: var(--card-lnk-color-vibrant);
  filter: brightness(115%);
}
.card-theme-color-vibrant h2 {
  color: invert(var(--color-headings));
}
.card-theme-color-vibrant .title {
  color: var(--card-fg-color-vibrant);
}
.card-theme-color-vibrant .subtitle {
  color: var(--card-fg-color-vibrant);
}

.card-theme-primary {
  background-color: #5a117c;
  color: #f5f5f5;
}
.card-theme-primary a {
  color: #c4e549;
}
.card-theme-primary a:hover,
.card-theme-primary a:focus {
  color: #c4e549;
}
.card-theme-primary h2 {
  color: #f5f5f5;
}
.card-theme-primary .title {
  color: #f5f5f5;
}
.card-theme-primary .subtitle {
  color: #f5f5f5;
}

.card-theme-complementary {
  background-color: #3e0834;
  color: white;
}
.card-theme-complementary a {
  color: #c4e549;
}
.card-theme-complementary a:hover,
.card-theme-complementary a:focus {
  color: #c4e549;
  filter: brightness(120%);
}
.card-theme-complementary h2 {
  color: white;
}
.card-theme-complementary .title {
  color: white;
}
.card-theme-complementary .subtitle {
  color: white;
}

.card-theme-complementary-2 {
  background-color: #301355;
  color: white;
}
.card-theme-complementary-2 a {
  color: #c4e549;
}
.card-theme-complementary-2 a:hover,
.card-theme-complementary-2 a:focus {
  color: #c4e549;
  filter: brightness(120%);
}
.card-theme-complementary-2 h2 {
  color: white;
}
.card-theme-complementary-2 .title {
  color: white;
}
.card-theme-complementary-2 .subtitle {
  color: white;
}

.card-theme-complementary-3 {
  background-color: #292b52;
  color: white;
}
.card-theme-complementary-3 a {
  color: #c4e549;
}
.card-theme-complementary-3 a:hover,
.card-theme-complementary-3 a:focus {
  color: #c4e549;
  filter: brightness(120%);
}
.card-theme-complementary-3 h2 {
  color: white;
}
.card-theme-complementary-3 .title {
  color: white;
}
.card-theme-complementary-3 .subtitle {
  color: white;
}

.card-theme-complementary-4 {
  background-color: #7c1168;
  color: white;
}
.card-theme-complementary-4 a {
  color: #c4e549;
}
.card-theme-complementary-4 a:hover,
.card-theme-complementary-4 a:focus {
  color: #c4e549;
  filter: brightness(120%);
}
.card-theme-complementary-4 h2 {
  color: white;
}
.card-theme-complementary-4 .title {
  color: white;
}
.card-theme-complementary-4 .subtitle {
  color: white;
}

.card-theme-light-image {
  position: relative;
  background-image: url("/img/demo/bg-ui-demo-theme-card-light-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  text-shadow: 1px 1px 2px #e7e7e7;
  color: #0c0c0c;
}
.card-theme-light-image a {
  color: #5a117c;
  font-weight: 400;
}
.card-theme-light-image a:hover,
.card-theme-light-image a:focus {
  color: #5a117c;
  filter: brightness(120%);
}
.card-theme-light-image h2 {
  color: #0c0c0c;
}
.card-theme-light-image .title {
  color: #0c0c0c;
}
.card-theme-light-image .subtitle {
  color: #0c0c0c;
}

.card-theme-light-image::after {
  content: "";
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: 0.5rem;
  z-index: 1;
}

.card-theme-light-image > * {
  position: relative;
  z-index: 100;
}

.card-theme-dark-image {
  position: relative;
  background-image: url("/img/demo/bg-ui-demo-theme-card-dark-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  text-shadow: 1px 1px 2px #232323;
  color: #f5f5f5;
}
.card-theme-dark-image a {
  color: #c4e549;
  font-weight: 400;
}
.card-theme-dark-image a:hover,
.card-theme-dark-image a:focus {
  color: #c4e549;
  filter: brightness(120%);
}
.card-theme-dark-image h2 {
  color: #f5f5f5;
}
.card-theme-dark-image .title {
  color: #f5f5f5;
}
.card-theme-dark-image .subtitle {
  color: #f5f5f5;
}

.card-theme-dark-image::after {
  content: "";
  background-image: linear-gradient(180deg, rgb(0, 0, 0) 5%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: 0.5rem;
  z-index: 1;
}

.card-theme-dark-image > * {
  position: relative;
  z-index: 100;
}

.card-fancy {
  --_color-text: white;
  --_color-bg: #232323;
  --_color-accent: #afff00;
  --_color-neutral-100: hsl(0, 0%, 100%);
  --_color-neutral-900: hsl(207, 19%, 9%);
  color: var(--_color-text);
  background-image: var(--img-card-bg-fancy-1);
  background-size: cover;
  padding: 5rem 0 0;
  max-width: 40ch; /* the 'ch' unit is relative to the width of the '0' character */
  border-radius: var(--border-radius);
  overflow: hidden;
  transition: transform 500ms ease;
}
.card-fancy .content {
  --_padding: 1.5rem;
  color: var(--_color-text);
  padding: var(--_padding);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(53, 23, 64) 30%, rgb(41, 49, 100) 65%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(3, 7, 56) 30%, rgba(0, 0, 0, 0) 100%);
}
.card-fancy .content .title {
  margin: 0;
  font-size: 2.2 rem;
  font-weight: 500;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.card-fancy .content .title::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: var(--_color-accent);
  left: calc(var(--_padding) * -1);
  width: calc(100% + var(--_padding));
  bottom: -2px;
  transform-origin: left;
  transition: transform 500ms ease;
}
.card-fancy .content .subtitle {
  font-family: var(--txt-font-stack-content);
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-text-muted);
  margin: 0.5rem 0 0 0;
}
.card-fancy .content .body {
  font-size: 1rem;
}
.card-fancy .content .button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: var(--_color-accent);
  background-color: var(--_color-neutral-900);
  padding: 0.3em 1.25em;
  border-radius: 4px;
}
.card-fancy .content .button:hover,
.card-fancy .content .button:focus-within {
  color: var(--_color-neutral-900);
  background-color: var(--_color-neutral-100);
}

/* media query for devices with a mouse */
@media (hover) {
  .card-fancy .content {
    transform: translateY(65%);
    transition: transform 500ms ease;
  }
  .card-fancy .content > *:not(.title) {
    opacity: 0;
    transition: opacity 500ms linear;
  }
  .card-fancy .title::after {
    transform: scaleX(0);
  }
  .card-fancy:hover,
  .card-fancy:focus-within {
    transform: scale(1.05);
  }
  .card-fancy:hover .content,
  .card-fancy:focus-within .content {
    transform: translateY(0);
    transition-delay: 500ms;
  }
  .card-fancy:hover .content > *:not(.title),
  .card-fancy:focus-within .content > *:not(.title) {
    opacity: 1;
    transition-delay: 600ms;
  }
  .card-fancy:hover .title::after,
  .card-fancy:focus-within .title::after {
    transform: scaleX(1);
  }
  .card-fancy:focus-within .content {
    transition-duration: 0ms;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.1ms !important;
    scroll-behavior: auto !important;
    transition-delay: 0ms !important;
  }
}
/* ================================== */
/* the following was an experiment */
.flex-card-group .experiment-card {
  --_border-radius: 8px;
  /* flex-wrap: wrap; */
  /* flex-basis: auto; */
  min-width: 300px;
  max-width: 600px;
  background: var(--img-bg-card);
  color: var(--color-text);
  border-radius: var(--_border-radius);
  box-shadow: 4px 4px 5px #c1df3e, -6px -6px 0 rgba(9, 17, 66, 0.6);
}
.flex-card-group .experiment-card .title {
  color: var(--color-text);
  display: block;
  line-height: normal;
  margin: 0;
  padding: 0.2rem 0.5rem;
  width: 100%;
  border-radius: var(--_border-radius) var(--_border-radius) 0px 0px;
  /* border: 1px solid red; */
}
.flex-card-group .experiment-card .subtitle {
  color: var(--color-text);
  opacity: 0.8;
  display: block;
  line-height: normal;
  margin: 0;
  padding: 0.15rem 0.5rem;
  width: 100%;
  font-family: var(--txt-headings-font-stack);
  font-size: 1.3rem;
  /* border: 1px solid pink; */
}
.flex-card-group .experiment-card .body {
  color: var(--color-text);
  display: block;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}

#cookieConsent {
  background: #ffcd6e;
  font-size: 87.5%;
  font-weight: 400;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.2s;
}

#cookieConsent.hidden {
  transform: translateY(100%);
}

.section-masthead {
  position: fixed;
  margin: 0 auto !important;
  padding: 0 !important;
  top: 0;
  z-index: 0;
  max-width: 1500px;
}

/* carousel */
.masthead-carousel {
  height: 100vh;
  margin-top: -50px;
  margin-top: 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.button-container {
  height: 100vh;
  width: 100%;
  height: 30px;
  width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.masthead-carousel .list .item {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0 0 0;
}

.masthead-carousel .list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.masthead-carousel .list .item .content {
  font-family: "Work Sans";
  font-weight: 500;
  position: absolute;
  top: 15%;
  width: 1140px;
  max-width: 80%;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 30%;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2666666667);
}

.masthead-carousel .list .item .author {
  font-weight: 300;
  letter-spacing: 10px;
  margin-bottom: 1rem;
}

.masthead-carousel .list .item .title,
.masthead-carousel .list .item .subtitle {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2em;
  text-shadow: 3px 3px 4px #232323;
}

.masthead-carousel .list .item .subtitle {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  color: #a4e570;
}

.masthead-carousel .list .item .desc {
  font-weight: 400;
  margin-top: 1rem;
  font-size: 1.2rem;
  text-shadow: 2px 2px 2px #232323;
  line-height: 1.4;
}

.masthead-carousel .list .item .learn-more-buttons {
  display: grid;
  grid-template-columns: repeat(2, 13em);
  grid-template-rows: 3.5em;
  gap: 5px;
  margin-top: 3rem;
  font-size: 0.8rem;
}

.masthead-carousel .list .item .learn-more-buttons button {
  width: 13em;
  height: 3.5em;
  padding: 0.4em 1em;
  border: none;
  outline: none;
  position: relative;
  border-radius: 6px;
  background: linear-gradient(135deg, #00ffa3, #dc1fff);
  cursor: pointer;
  z-index: 1;
}

.masthead-carousel .list .item .learn-more-buttons button::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #303031;
  border-radius: 5px;
  z-index: -1;
  transition: 200ms;
}

.masthead-carousel .list .item .learn-more-buttons button:hover::before {
  opacity: 50%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.masthead-carousel .list .item .learn-more-buttons button::after {
  content: attr(data);
  letter-spacing: 1px;
  color: white;
  transition: 200ms;
}

.masthead-carousel .list .item .learn-more-buttons button:hover::after {
  color: white;
}

.masthead-carousel .list .item .learn-more-buttons button:nth-child(2) {
  background-color: transparent;
  border: 1px solid #fff;
  color: #eee;
}

/* thumbnail */
.masthead-thumbnail {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  z-index: 100;
  display: flex;
  gap: 20px;
}

.masthead-thumbnail .item {
  width: 150px;
  height: 220px;
  flex-shrink: 0;
  position: relative;
}

.masthead-thumbnail .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  border: 1px solid white;
}

.masthead-thumbnail .item .content {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.masthead-thumbnail .item .content .title {
  font-weight: 600;
  text-shadow: 1px 1px 2px #232323;
  font-size: 0.75rem;
}

.masthead-thumbnail .item .content .description {
  font-weight: 300;
  text-shadow: 1px 1px 2px #232323;
  font-size: 0.8rem;
}

/* arrows */
.masthead-arrows {
  position: absolute;
  top: 80%;
  right: 52%;
  z-index: 100;
  width: 300px;
  max-width: 30%;
  display: flex;
  gap: 10px;
  align-items: center;
}

.masthead-arrows button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(238, 238, 238, 0.5333333333);
  border: none;
  color: #232323;
  font-family: monospace;
  font-weight: 700;
  transition: 0.5s;
}

.masthead-arrows button:hover {
  background-color: #ffffff;
  color: #000;
  cursor: pointer;
}

/* animation */
.masthead-carousel .list .item:nth-child(1) {
  z-index: 1;
}

/* animation text in first item */
.masthead-carousel .list .item:nth-child(1) .content .author,
.masthead-carousel .list .item:nth-child(1) .content .title,
.masthead-carousel .list .item:nth-child(1) .content .subtitle,
.masthead-carousel .list .item:nth-child(1) .content .desc,
.masthead-carousel .list .item:nth-child(1) .content .learn-more-buttons {
  transform: translateY(50px);
  filter: blur(20px);
  opacity: 0;
  animation: showContent 0.5s 1s linear 1 forwards;
}

@keyframes showContent {
  to {
    transform: translateY(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
.masthead-carousel .list .item:nth-child(1) .content .title {
  animation-delay: 1.2s !important;
}

.masthead-carousel .list .item:nth-child(1) .content .subtitle {
  animation-delay: 1.4s !important;
}

.masthead-carousel .list .item:nth-child(1) .content .desc {
  animation-delay: 1.6s !important;
}

.masthead-carousel .list .item:nth-child(1) .content .buttons {
  animation-delay: 1.8s !important;
}

/* create animation when next click */
.masthead-carousel.masthead-next .list .item:nth-child(1) img {
  width: 150px;
  height: 220px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  border-radius: 30px;
  animation: showImage 0.5s linear 1 forwards;
}

@keyframes showImage {
  to {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.masthead-carousel.next .masthead-thumbnail .item:nth-last-child(1) {
  overflow: hidden;
  animation: showThumbnail 0.5s linear 1 forwards;
}

.masthead-carousel.masthead-prev .list .item img {
  z-index: 100;
}

@keyframes showThumbnail {
  from {
    width: 0;
    opacity: 0;
  }
}
.masthead-carousel.masthead-next .masthead-thumbnail {
  animation: effectNext 0.5s linear 1 forwards;
}

@keyframes effectNext {
  from {
    transform: translateX(150px);
  }
}
/* running time */
#mastheadCarouselTime {
  z-index: 9999;
  position: sticky;
  left: 0;
  top: 0;
  width: 0%;
  height: 3px;
  background-color: #9edc63;
}

#mastheadCarouselTime.masthead-next,
#mastheadCarouselTime.masthead-prev {
  animation: runningTime 7s linear 1 forwards;
}

@keyframes runningTime {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
/* prev click */
.masthead-carousel.prev .list .item:nth-child(2) {
  z-index: 2;
}

.masthead-carousel.prev .list .item:nth-child(2) img {
  animation: outFrame 0.5s linear 1 forwards;
  position: absolute;
  bottom: 0;
  left: 0;
}

@keyframes outFrame {
  to {
    width: 150px;
    height: 220px;
    bottom: 50px;
    left: 50%;
    border-radius: 20px;
  }
}
.masthead-carousel.prev .masthead-thumbnail .item:nth-child(1) {
  overflow: hidden;
  opacity: 0;
  animation: showThumbnail 0.5s linear 1 forwards;
}

.masthead-carousel.next .arrows button,
.masthead-carousel.prev .arrows button {
  pointer-events: none;
}

.masthead-carousel.prev .list .item:nth-child(2) .content .author,
.masthead-carousel.prev .list .item:nth-child(2) .content .title,
.masthead-carousel.prev .list .item:nth-child(2) .content .subtitle,
.masthead-carousel.prev .list .item:nth-child(2) .content .c,
.masthead-carousel.prev .list .item:nth-child(2) .content .learn-more-buttons {
  animation: contentOut 1.5s linear 1 forwards !important;
}

@keyframes contentOut {
  to {
    transform: translateY(-150px);
    filter: blur(20px);
    opacity: 0;
  }
}
@media screen and (max-width: 678px) {
  .masthead-carousel .list .item .content {
    padding-right: 0;
  }
  .masthead-carousel .list .item .content .title {
    font-size: 2.2rem;
  }
  .masthead-carousel .list .item .content .subtitle {
    font-size: 2.1rem;
  }
  .masthead-carousel .list .item .desc {
    font-size: 1rem;
  }
}
#mastheadNext::before {
  content: ">";
}

#mastheadPrev::before {
  content: "<";
}

#theme-toggle-container {
  margin: 0;
  padding: 0;
  margin-top: -0.4rem;
  /* aspect-ratio: 1;
   width: 40px;
   height: auto; */
}

#theme-toggle {
  cursor: pointer;
  background: 0;
  border: 0;
  opacity: 0.8;
  padding: 0.2rem 0.3rem;
  padding-top: 0.3rem;
  border-radius: 50%;
  position: relative;
  isolation: isolate;
}

#theme-toggle svg {
  fill: var(--color-sun-moon);
}

#theme-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: hsla(0, 0%, 25%, 0.8);
  /* background: red; */
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  z-index: -1;
}

.dark-theme-mode #theme-toggle::before {
  animation: pulseToLight 650ms ease-out;
}

.light-theme-mode #theme-toggle::before {
  animation: pulseToDark 650ms ease-out;
}

#theme-toggle::after {
  content: attr(aria-label);
  position: absolute;
  color: var(--color-bg-body);
  background: var(--color-text);
  width: -moz-max-content;
  width: max-content;
  font-size: 0.8rem;
  /* left: 0; */
  right: 0;
  top: 120%;
  margin: 0 auto;
  padding: 0.75em 0.75em;
  border-radius: 0.125em;
  opacity: 0;
  transform: scale(0);
  transform-origin: top;
  transition: transform 0ms linear 100ms, opacity 100ms linear;
}

#theme-toggle:hover,
#theme-toggle:focus {
  outline: 0;
  opacity: 1;
  background: hsla(0, 0%, 25%, 0.5);
  /* background: blue; */
}

#theme-toggle:hover::after,
#theme-toggle:focus-visible::after {
  opacity: 0.7;
  transform: scale(1);
  transition: transform 70ms linear, opacity 70ms linear;
}

.toggle-circle {
  transition: transform 500ms ease-out;
}

.dark-theme-mode .toggle-circle {
  transform: translateX(15%);
}

.toggle-sun {
  transform-origin: center center;
  transition: transform 750ms cubic-bezier(0.11, 0.14, 0.29, 1.32);
}

.dark-theme-mode .toggle-sun {
  transform: rotate(0.5turn);
}

@keyframes pulseToLight {
  0% {
    transform: scale(0);
    opacity: 0.5;
  }
  10% {
    transform: scale(1);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes pulseToDark {
  0% {
    transform: scale(0);
    opacity: 0.5;
  }
  10% {
    transform: scale(1);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.body-cover {
  opacity: 0;
}

.body-overlay {
  opacity: 0;
}

.body-mask {
  opacity: 0;
}

header {
  position: relative;
  z-index: 100;
}

#primaryHeader {
  position: sticky;
  top: 0;
  width: 100%;
  transition: background-color 500ms;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
#primaryHeader.is-sticking {
  /* change colors, etc */
  background-color: hsla(0, 0%, 0%, 0.75);
}

.primary-header {
  /* border: 2px solid firebrick; */
  align-items: flex-end;
  justify-content: space-between;
  z-index: 100;
  display: flex;
  gap: 1rem;
  padding-bottom: 0.5rem;
}

.header-logo {
  margin: 1em 0 0 1em;
}

img.header-logo {
  width: 80px;
  height: 40px;
}

.primary-nav {
  display: flex;
  align-items: center;
  height: 48px; /* needed to vertically center content */
  gap: 2.5rem;
  list-style: none; /* Remove bullets */
  padding: 0.8em 2em;
  margin: 0;
  font-size: 0.8rem;
  background: hsla(0, 0%, 0%, 0.75); /* fall back to black if blur not supported */
}

@supports ((-webkit-backdrop-filter: blur(1rem)) or (backdrop-filter: blur(1rem))) {
  .primary-nav {
    background: hsla(0, 0%, 100%, 0.2);
    background: var(--color-nav-bar);
    -webkit-backdrop-filter: blur(1rem);
            backdrop-filter: blur(1rem);
  }
}
.primary-nav a {
  color: white;
  font-family: var(--txt-font-stack-headings);
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.75);
}

.primary-nav li.active a {
  color: #afff00 !important;
}

.primary-nav li {
  margin: 0 0 0 0.75em;
}

.primary-nav a > span[aria-hidden=true] {
  /* covers the span tag */
  font-weight: 800;
  margin-inline-end: 0.5em;
}

.primary-nav .link-text {
  visibility: visible;
}

.primary-nav .link-text-mobile {
  visibility: hidden;
}

.mobile-nav-toggle {
  display: none;
}

@media (max-width: 35em) {
  /* mobile */
  .primary-nav {
    z-index: 1000;
    height: 100vh;
    gap: 2rem; /* vertical gap on mobile */
    position: fixed;
    inset: 0 0 0 50%;
    flex-direction: column;
    align-items: start;
    padding: min(20vh, 6rem) 2em; /* min function chooses the smaller */
    transform: translateX(100%); /* slides the menu off the page */
    transition: transform 250ms ease-in;
  }
  .primary-nav[data-visible=true] {
    transform: translateX(0%); /* slides the menu onto the page */
    transition: transform 350ms ease-in;
  }
  .primary-nav a {
    font-size: 1.1rem;
  }
  .primary-nav .link-text {
    visibility: hidden;
  }
  .primary-nav .link-text-mobile {
    visibility: visible;
  }
  .mobile-nav-toggle {
    position: absolute;
    display: block;
    background: url("images/hexagon-hamburger-menu.svg");
    border: none;
    width: 1.7rem;
    aspect-ratio: 1;
    top: 1.1rem;
    right: 1.5rem;
    z-index: 9999;
  }
  .mobile-nav-toggle[aria-expanded=true] {
    background: url("images/hexagon-hamburger-menu-close.svg");
  }
}
@media (min-width: 35em) and (max-width: 55em) {
  /* tablet portrait (or so) */
  .primary-nav {
    background-color: #005a99;
    background: hsla(205, 100%, 30%, 0.3); /* venice blue */
  }
  .primary-nav a > span[aria-hidden=true] {
    /* hide numbers to allow more room for menu items */
    display: none;
  }
}
@media (min-width: 35em) {
  /* desktop and tablet */
  .primary-nav {
    padding-block: 0.5rem; /* top and bottom */
  }
}
.resize-animation-stopper {
  /* for the menu when resizing the viewport */
  transition: none !important;
  animation: none !important;
}

#theme-toggle-container {
  aspect-ratio: 1/1;
  height: 30px;
}

h2.homepage-section-title {
  margin: 0 0 0 1.7rem;
  padding-top: 1.3rem;
  line-height: 1.5;
  font-size: clamp( 1rem, 2.2rem, 2.3rem ) !important;
  overflow: hidden;
  white-space: nowrap;
}

.homepage-section-subtitle {
  font-family: var(--txt-font-stack-headings);
  margin-left: 1.7rem;
  margin-bottom: 3rem;
  opacity: 75%;
  text-shadow: var(--txt-h2-shadow);
  font-size: clamp( 1rem, 1.4rem, 1.4rem );
  overflow: hidden;
  white-space: nowrap;
}

.clamp-test2 {
  font-size: clamp( 1rem, 1.4rem, 2rem );
}

.section-featured-tech {
  margin: 0;
  margin-top: 100vh;
  z-index: 10;
  position: relative;
  background-color: #323242;
  background: var(--bg-section-featured-tech);
  min-height: 100vh;
}

.featured-technology-content {
  position: relative;
  top: 70px;
}

.masthead-overlap-outline-stroke-text {
  /* 2024 text */
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 14rem;
  color: #eee;
  -webkit-text-fill-color: rgba(50, 50, 66, 0.7);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #afff00;
  z-index: 999;
  margin-top: -150px;
  padding-left: 1.6rem;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 35em) {
  .masthead-overlap-outline-stroke-text {
    padding-left: 0.5rem;
  }
}

.green-feature-heading {
  color: var(--txt-section-featured-tech-heading);
  padding-left: 1.6rem;
  margin: 0;
  padding-top: 2.1rem;
  font-family: Lato !important;
  font-weight: 400 !important;
  font-size: 1.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 35em) {
  .green-feature-heading {
    padding-left: 0.5rem;
  }
}

.section-secret-laboratory {
  /* background is an image */
  background-color: silver;
  background: var(--bg-section-secret-laboratory);
  min-height: 600px;
  z-index: 10;
  position: relative;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0;
}
.section-secret-laboratory .overlay {
  background: url("images/homepage/section-overlay.svg");
  background-size: cover;
  height: 100vh;
}

.section-defi {
  background-color: gray;
  background: var(--bg-section-defi);
  min-height: 500px;
  z-index: 10;
  position: relative;
  padding: 0;
}
.section-defi .overlay {
  background: url("images/homepage/section-overlay-3.svg");
  background-size: cover;
  height: 100vh;
}

.section-creativity-central {
  /* background is an image */
  background-color: silver;
  background: var(--bg-section-creativity-central);
  background-size: cover;
  background-position: top center;
  min-height: 400px;
  z-index: 10;
  position: relative;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0;
}
.section-creativity-central .overlay {
  background: url("images/homepage/section-overlay-2.svg");
  background-size: cover;
  height: 100vh;
}

.section-neural-network {
  background-color: gray;
  background: var(--bg-section-neural-network);
  background-size: cover;
  background-position: bottom left;
  min-height: 500px;
  z-index: 10;
  position: relative;
  padding: 0;
}
.section-neural-network .overlay {
  background: url("images/homepage/section-overlay-3.svg");
  background-size: cover;
  height: 100vh;
}

.section-particle {
  background-color: silver;
  background: var(--bg-section-particle);
  min-height: 500px;
  z-index: 10;
  position: relative;
  padding: 0;
}
.section-particle .overlay {
  background: url("images/homepage/section-overlay-3.svg");
  background-size: cover;
  height: 100vh;
}

.section-nebula {
  --_min-height: 500px;
  min-height: var(--_min-height);
  z-index: 10;
  position: relative;
  padding: 0;
  background: url("../img/masthead/masthead-03.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section-nebula .overlay {
  background: url("images/homepage/section-overlay-3.svg");
  background-size: cover;
  height: 100vh;
}

.section-nebula .mask {
  background: #323242;
  /* background: url('images/homepage/section-mask-nebula.svg');
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: scroll; */
  -webkit-mask-image: url("images/homepage/section-mask-nebula.svg");
  mask-image: url("images/homepage/section-mask-nebula.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  min-height: var(--_min-height);
  z-index: -1;
}
.section-nebula .mask .content-container {
  margin-left: 17rem;
}

.section-james-vertisan {
  background-color: silver;
  background: var(--bg-section-james-vertisan);
  background-size: cover;
  background-position: center right;
  min-height: 500px;
  z-index: 10;
  position: relative;
  padding: 0;
}
.section-james-vertisan .overlay {
  background: url("images/homepage/section-overlay-3.svg");
  background-size: cover;
  height: 100vh;
}

.section-the-best {
  /* background is an image */
  background-color: gray;
  background: var(--bg-section-the-best);
  background-size: cover;
  background-position: bottom center;
  height: 500px !important;
  z-index: 10;
  position: relative;
}

h2.only-the-best {
  margin: 0 0 0 1.7rem;
  padding-top: 1.3rem;
  color: var(--color-text);
  font-size: 2.3rem;
  font-family: "Chakra Petch", Lato;
  text-shadow: var(--txt-h2-shadow);
}
h2.only-the-best .green-subtitle-text {
  color: #afff00;
  font-size: 1.5rem;
  opacity: 75%;
}

.section-resources {
  background-color: silver;
  background: var(--bg-section-resources);
  min-height: 500px;
  z-index: 10;
  position: relative;
}

.standard-cards-grid {
  display: grid;
  gap: 1.5rem;
  grid-auto-columns: 1fr;
  grid-template-areas: "one" "two" "three" "four" "five" "six" "seven";
  padding-block: 2rem;
  width: min(95%, 70rem);
  margin-inline: auto;
}

.standard-card {
  position: relative;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 2rem 2.5rem 2.5rem -1.5rem var(--color-box-shadow);
}

.standard-card:nth-child(1) {
  grid-area: one;
}

.standard-card:nth-child(2) {
  grid-area: two;
}

.standard-card:nth-child(3) {
  grid-area: three;
}

.standard-card:nth-child(4) {
  grid-area: four;
}

.standard-card:nth-child(5) {
  grid-area: five;
}

.standard-card:nth-child(6) {
  grid-area: six;
}

.standard-card:nth-child(7) {
  grid-area: seven;
}

@media screen and (min-width: 33em) {
  .standard-cards-grid {
    grid-template-areas: "one one" "two three" "four five" "six seven";
  }
}
@media screen and (min-width: 38em) {
  .standard-cards-grid {
    grid-template-areas: "one one" "two three" "four four" "five five" "six seven";
  }
}
@media screen and (min-width: 54em) {
  .standard-cards-grid {
    grid-template-areas: "one one two" "three four five" "six six seven";
  }
}
@media screen and (min-width: 75em) {
  .standard-cards-grid {
    grid-template-areas: "one one two two" "three four four five" "six six seven seven";
  }
}
.standard-card.quote {
  background-image: url("./images/bg-pattern-quotation.svg");
  background-repeat: no-repeat;
  background-position: top 2% right 10%;
}

.standard-card img {
  width: 1.75rem;
  aspect-ratio: 1;
  border-radius: 50%;
}

.standard-card .name {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
}

.standard-card .position {
  font-size: 0.75rem;
  opacity: 0.7;
}

.standard-card > p:first-of-type {
  font-size: 1.25rem;
  line-height: 1.2;
}

.standard-card > p:last-of-type {
  opacity: 0.7;
}

.theme-cards-grid {
  display: grid;
  gap: 1.5rem;
  grid-auto-columns: 1fr;
  grid-template-areas: "t-one" "t-two" "t-three" "t-four" "t-five" "t-six" "t-seven";
  padding-block: 2rem;
  width: min(95%, 70rem);
  margin-inline: auto;
}

.theme-card {
  position: relative;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 2rem 2.5rem 2.5rem -1.5rem var(--color-box-shadow);
}

.theme-card:nth-child(1) {
  grid-area: t-one;
}

.theme-card:nth-child(2) {
  grid-area: t-two;
}

.theme-card:nth-child(3) {
  grid-area: t-three;
}

.theme-card:nth-child(4) {
  grid-area: t-four;
}

.theme-card:nth-child(5) {
  grid-area: t-five;
}

.theme-card:nth-child(6) {
  grid-area: t-six;
}

.theme-card:nth-child(7) {
  grid-area: t-seven;
}

@media screen and (min-width: 33em) {
  .theme-cards-grid {
    grid-template-areas: "t-one t-one" "t-two t-three" "t-four t-five" "t-six t-seven";
  }
}
@media screen and (min-width: 38em) {
  .theme-cards-grid {
    grid-template-areas: "t-one t-one" "t-two t-three" "t-four t-four" "t-five t-five" "t-six t-seven";
  }
}
@media screen and (min-width: 54em) {
  .theme-cards-grid {
    grid-template-areas: "t-one t-one t-two" "t-three t-four t-five" "t-six t-six t-seven";
  }
}
@media screen and (min-width: 75em) {
  .theme-cards-grid {
    grid-template-areas: "t-one t-one t-two t-two" "t-three t-four t-four t-five" "t-six t-six t-seven t-seven";
  }
}
.theme-card.quote {
  background-image: url("./images/bg-pattern-quotation.svg");
  background-repeat: no-repeat;
  background-position: top 2% right 5%;
}

.theme-card img {
  width: 1.75rem;
  aspect-ratio: 1;
  border-radius: 50%;
}

.theme-card .name {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
}

.theme-card .position {
  font-size: 0.75rem;
  opacity: 0.7;
}

.theme-card > p:first-of-type {
  font-size: 1.25rem;
  line-height: 1.2;
}

.theme-card > p:last-of-type {
  opacity: 0.7;
}

.homepage-footer {
  background-color: #323242;
  background: var(--bg-section-footer);
  background-size: cover;
  background-position: bottom left;
  min-height: 500px;
  z-index: 10;
  position: relative;
  width: 100vw;
}

/* START masked image */
.mask-bordered-hexagon-container {
  position: relative;
  z-index: 100;
  width: 180px;
  height: 180px;
}

.mask-bordered-hexagon-container > img {
  -o-object-fit: cover;
     object-fit: cover;
}

.mask-bordered-hexagon-container::after {
  content: "";
  background-image: var(--img-mask-bordered-hexagon);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.mask-bordered-hexagon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("images/homepage/bordered-hexagon-mask-alt.svg");
  mask-image: url("images/homepage/bordered-hexagon-mask-alt.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}

/* END masked image */
/* START masked image */
.mask-featured-item-container {
  position: relative;
  z-index: 100;
  width: 120px;
  height: 120px;
}

.mask-featured-item-container > img {
  -o-object-fit: cover;
     object-fit: cover;
}

.mask-featured-item-container::after {
  content: "";
  background-image: url("images/homepage/mask-hexagon-featured-item-after.svg");
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.mask-featured-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("images/homepage/mask-hexagon-featured-item.svg");
  mask-image: url("images/homepage/mask-hexagon-featured-item.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}

/* END masked image */
#uiThemeValues {
  position: relative;
  padding: 1rem;
}
#uiThemeValues p {
  padding-left: 1rem;
}
#uiThemeValues h2 {
  margin-top: 0;
  margin-bottom: 0;
}
#uiThemeValues h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
#uiThemeValues .official-colors-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(30ch, 1fr));
  grid-auto-flow: dense;
  padding-block: 0;
  margin-inline: auto;
}
#uiThemeValues .data-row-card {
  --_font-size: 1rem;
  --_padding: 0.7em;
  --_border-radius: 0.5rem;
  position: relative;
  padding: 0;
  border-radius: var(--_border-radius);
  border: 1px solid var(--card-bg-gray-bold);
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 1.5rem 1.5rem 2rem -1.5rem var(--color-box-shadow);
}
#uiThemeValues .data-row-card .title {
  background-color: var(--card-bg-gray-subtle);
  color: var(--card-fg-gray-subtle);
  font-size: var(--_font-size);
  text-align: center;
  padding: var(--_padding);
  border-radius: var(--_border-radius) var(--_border-radius) 0 0;
  border-bottom: 1px solid var(--card-bg-gray-bold);
}
#uiThemeValues .data-row-card p {
  font-size: 0.75rem;
  text-align: center;
  padding: 0.6em;
  opacity: 0.6;
}
#uiThemeValues .data-row-card .container {
  padding: 3rem;
  padding-top: 1.5rem;
}
#uiThemeValues .data-row-card .container .color-value {
  height: 3rem;
  font-size: var(--_font-size);
  text-align: center;
  padding: var(--_padding);
  overflow: hidden;
}
#uiThemeValues .data-row-card .container .color-value.color-primary-drow-ying {
  background-color: #6e1597;
  color: #f5f5f5;
}
#uiThemeValues .data-row-card .container .color-value.color-primary-drow-ying::after {
  content: "#6e1597  rgb(110, 21, 151)";
  color: #f5f5f5;
}
#uiThemeValues .data-row-card .container .color-value.color-primary-drow-yang {
  background-color: #7717a4;
  color: #f5f5f5;
}
#uiThemeValues .data-row-card .container .color-value.color-primary-drow-yang::after {
  content: "#7717a4  rgb(119, 23, 164)";
  color: #f5f5f5;
}
#uiThemeValues .data-row-card .container .color-value.color-complementary-drow-ying {
  background-color: #590b4b;
  color: white;
}
#uiThemeValues .data-row-card .container .color-value.color-complementary-drow-ying::after {
  content: "#590b4b  rgb(89, 11, 75)";
  color: white;
}
#uiThemeValues .data-row-card .container .color-value.color-complementary-drow-yang {
  background-color: #670d56;
  color: white;
}
#uiThemeValues .data-row-card .container .color-value.color-complementary-drow-yang::after {
  content: "#670d56  rgb(103, 13, 86)";
  color: white;
}
#uiThemeValues .data-row-card .container .color-value.color-complementary-2-drow-ying {
  background-color: #3e196e;
  color: white;
}
#uiThemeValues .data-row-card .container .color-value.color-complementary-2-drow-ying::after {
  content: "#3e196e  rgb(62, 25, 110)";
  color: white;
}
#uiThemeValues .data-row-card .container .color-value.color-complementary-2-drow-yang {
  background-color: #451b7b;
  color: white;
}
#uiThemeValues .data-row-card .container .color-value.color-complementary-2-drow-yang::after {
  content: "#451b7b  rgb(69, 27, 123)";
  color: white;
}
#uiThemeValues .data-row-card.primary {
  background-color: #5a117c;
  color: #f5f5f5;
}
#uiThemeValues .data-row-card.complementary {
  background-color: #3e0834;
  color: white;
}
#uiThemeValues .data-row-card.complementary-2 {
  background-color: #301355;
  color: white;
}
#uiThemeValues .color-card {
  --_font-size: 1rem;
  --_padding: 0.7em;
  --_border-radius: 0.5rem;
  position: relative;
  padding: 0;
  border-radius: var(--_border-radius);
  border: 1px solid var(--card-bg-gray-bold);
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 1.5rem 1.5rem 2rem -1.5rem var(--color-box-shadow);
}
#uiThemeValues .color-card .title {
  background-color: var(--card-bg-gray-subtle);
  color: var(--card-fg-gray-subtle);
  font-size: var(--_font-size);
  text-align: center;
  padding: var(--_padding);
  border-radius: var(--_border-radius) var(--_border-radius) 0 0;
  border-bottom: 1px solid var(--card-bg-gray-bold);
}
#uiThemeValues .color-card .color-value {
  height: 3rem;
  font-size: var(--_font-size);
  text-align: center;
  padding: var(--_padding);
  overflow: hidden;
}
#uiThemeValues .color-card .color-value.silver {
  background-color: #d3d3d3;
  color: #333333;
}
#uiThemeValues .color-card .color-value.silver::after {
  content: "#d3d3d3  rgb(211, 211, 211)";
  color: #333333;
}
#uiThemeValues .color-card .color-value.primary {
  background-color: #5a117c;
  color: #f5f5f5;
}
#uiThemeValues .color-card .color-value.primary::after {
  content: "#5a117c  rgb(90, 17, 124)";
  color: #f5f5f5;
}
#uiThemeValues .color-card .color-value.primary-accent {
  background-color: #c4e549;
  color: black;
}
#uiThemeValues .color-card .color-value.primary-accent::after {
  content: "#c4e549  rgb(196, 229, 73)";
  color: black;
}
#uiThemeValues .color-card .color-value.complementary {
  background-color: #3e0834;
  color: white;
}
#uiThemeValues .color-card .color-value.complementary::after {
  content: "#3e0834  rgb(62, 8, 52)";
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-accent {
  background-color: #A899E7;
  color: black;
}
#uiThemeValues .color-card .color-value.complementary-accent::after {
  content: "#A899E7  rgb(168, 153, 231)";
  color: black;
}
#uiThemeValues .color-card .color-value.bg-primary-neutral {
  background-color: white;
  color: #2c2c2c;
}
#uiThemeValues .color-card .color-value.bg-primary-neutral::after {
  content: "white  rgb(255, 255, 255)";
  color: #2c2c2c;
}
#uiThemeValues .color-card .color-value.bg-secondary-neutral {
  background-color: #F8F8FA;
  color: #2c2c2c;
}
#uiThemeValues .color-card .color-value.bg-secondary-neutral::after {
  content: "#F8F8FA  rgb(248, 248, 250)";
  color: #2c2c2c;
}
#uiThemeValues .color-card .color-value.bg-color-light {
  background-color: #f0f0f5;
  color: #2c2c2c;
}
#uiThemeValues .color-card .color-value.bg-color-light::after {
  content: "#f0f0f5  rgb(240, 240, 245)";
  color: #2c2c2c;
}
#uiThemeValues .color-card .color-value.bg-color-dark {
  background-color: #232323;
  color: #f3f3f3;
}
#uiThemeValues .color-card .color-value.bg-color-dark::after {
  content: "#232323  rgb(35, 35, 35)";
  color: #f3f3f3;
}
#uiThemeValues .color-card .color-value.bg-color-dark {
  background-color: #232323;
  color: #f3f3f3;
}
#uiThemeValues .color-card .color-value.bg-color-dark::after {
  content: "#232323  rgb(35, 35, 35)";
  color: #f3f3f3;
}
#uiThemeValues .color-card .color-value.bg-color-gray-muted {
  background-color: var(--color-bg-gray-muted);
  color: var(--color-fg-on-gray-muted);
}
#uiThemeValues .color-card .color-value.bg-color-gray-muted::after {
  content: "TEXT COLOR";
  color: var(--color-fg-on-gray-muted);
}
#uiThemeValues .color-card .color-value.bg-color-gray-subtle {
  background-color: var(--color-bg-gray-subtle);
  color: var(--color-fg-on-gray-subtle);
}
#uiThemeValues .color-card .color-value.bg-color-gray-subtle::after {
  content: "TEXT COLOR";
  color: var(--color-fg-on-gray-subtle);
}
#uiThemeValues .color-card .color-value.bg-color-gray-normal {
  background-color: var(--color-bg-gray-normal);
  color: var(--color-fg-on-gray-normal);
}
#uiThemeValues .color-card .color-value.bg-color-gray-normal::after {
  content: "TEXT COLOR";
  color: var(--color-fg-on-gray-normal);
}
#uiThemeValues .color-card .color-value.bg-color-gray-bold {
  background-color: var(--color-bg-gray-bold);
  color: var(--color-fg-on-gray-bold);
}
#uiThemeValues .color-card .color-value.bg-color-gray-bold::after {
  content: "TEXT COLOR";
  color: var(--color-fg-on-gray-bold);
}
#uiThemeValues .color-card .color-value.bg-color-gray-intense {
  background-color: var(--color-bg-gray-intense);
  color: var(--color-fg-on-gray-intense);
}
#uiThemeValues .color-card .color-value.bg-color-gray-intense::after {
  content: "TEXT COLOR";
  color: var(--color-fg-on-gray-intense);
}
#uiThemeValues .color-card .color-value.complementary-2 {
  background-color: #301355;
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-2::after {
  content: "#301355  rgb(48, 19, 85)";
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-3 {
  background-color: #292b52;
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-3::after {
  content: "#292b52  rgb(41, 43, 82)";
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-4 {
  background-color: #7c1168;
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-4::after {
  content: "#7c1168  rgb(124, 17, 104)";
  color: white;
}
#uiThemeValues .color-card .color-value.primary-100 {
  background-color: #8b1abf;
  color: #e1e1e1;
}
#uiThemeValues .color-card .color-value.primary-100::after {
  content: "100: #8b1abf  rgb(139, 26, 191)";
  color: #e1e1e1;
}
#uiThemeValues .color-card .color-value.primary-300 {
  background-color: #7b17a9;
  color: #ebebeb;
}
#uiThemeValues .color-card .color-value.primary-300::after {
  content: "300: #7b17a9  rgb(123, 23, 169)";
  color: #ebebeb;
}
#uiThemeValues .color-card .color-value.primary-700 {
  background-color: #400c58;
  color: white;
}
#uiThemeValues .color-card .color-value.primary-700::after {
  content: "700: #400c58  rgb(64, 12, 88)";
  color: white;
}
#uiThemeValues .color-card .color-value.primary-900 {
  background-color: #290839;
  color: white;
}
#uiThemeValues .color-card .color-value.primary-900::after {
  content: "900: #290839  rgb(41, 8, 57)";
  color: white;
}
#uiThemeValues .color-card .color-value.primary-accent-100 {
  background-color: #daef8c;
  color: #141414;
}
#uiThemeValues .color-card .color-value.primary-accent-100::after {
  content: "100: #daef8c  rgb(218, 239, 140)";
  color: #141414;
}
#uiThemeValues .color-card .color-value.primary-accent-300 {
  background-color: #d2eb76;
  color: #0a0a0a;
}
#uiThemeValues .color-card .color-value.primary-accent-300::after {
  content: "300: #d2eb76  rgb(210, 235, 118)";
  color: #0a0a0a;
}
#uiThemeValues .color-card .color-value.primary-accent-700 {
  background-color: #b4dc1f;
  color: black;
}
#uiThemeValues .color-card .color-value.primary-accent-700::after {
  content: "700: #b4dc1f  rgb(180, 220, 31)";
  color: black;
}
#uiThemeValues .color-card .color-value.primary-accent-900 {
  background-color: #a2c51c;
  color: black;
}
#uiThemeValues .color-card .color-value.primary-accent-900::after {
  content: "900: #a2c51c  rgb(162, 197, 28)";
  color: black;
}
#uiThemeValues .color-card .color-value.complementary-100 {
  background-color: #82116d;
  color: #ebebeb;
}
#uiThemeValues .color-card .color-value.complementary-100::after {
  content: "100: #82116d  rgb(130, 17, 109)";
  color: #ebebeb;
}
#uiThemeValues .color-card .color-value.complementary-300 {
  background-color: #6b0e5a;
  color: whitesmoke;
}
#uiThemeValues .color-card .color-value.complementary-300::after {
  content: "300: #6b0e5a  rgb(107, 14, 90)";
  color: whitesmoke;
}
#uiThemeValues .color-card .color-value.complementary-700 {
  background-color: #270521;
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-700::after {
  content: "700: #270521  rgb(39, 5, 33)";
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-900 {
  background-color: #11020e;
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-900::after {
  content: "900: #11020e  rgb(17, 2, 14)";
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-accent-100 {
  background-color: #ddd7f6;
  color: #141414;
}
#uiThemeValues .color-card .color-value.complementary-accent-100::after {
  content: "100: #ddd7f6  rgb(221, 215, 246)";
  color: #141414;
}
#uiThemeValues .color-card .color-value.complementary-accent-300 {
  background-color: #cbc2f1;
  color: #0a0a0a;
}
#uiThemeValues .color-card .color-value.complementary-accent-300::after {
  content: "300: #cbc2f1  rgb(203, 194, 241)";
  color: #0a0a0a;
}
#uiThemeValues .color-card .color-value.complementary-accent-700 {
  background-color: #8570dd;
  color: black;
}
#uiThemeValues .color-card .color-value.complementary-accent-700::after {
  content: "700: #8570dd  rgb(133, 112, 221)";
  color: black;
}
#uiThemeValues .color-card .color-value.complementary-accent-900 {
  background-color: #735bd8;
  color: black;
}
#uiThemeValues .color-card .color-value.complementary-accent-900::after {
  content: "900: #735bd8  rgb(115, 91, 216)";
  color: black;
}
#uiThemeValues .color-card .color-value.complementary-2-100 {
  background-color: #532194;
  color: #ebebeb;
}
#uiThemeValues .color-card .color-value.complementary-2-100::after {
  content: "100: #532194  rgb(83, 33, 148)";
  color: #ebebeb;
}
#uiThemeValues .color-card .color-value.complementary-2-300 {
  background-color: #481c7f;
  color: whitesmoke;
}
#uiThemeValues .color-card .color-value.complementary-2-300::after {
  content: "300: #481c7f  rgb(72, 28, 127)";
  color: whitesmoke;
}
#uiThemeValues .color-card .color-value.complementary-2-700 {
  background-color: #240e40;
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-2-700::after {
  content: "700: #240e40  rgb(36, 14, 64)";
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-2-900 {
  background-color: #180a2b;
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-2-900::after {
  content: "900: #180a2b  rgb(24, 10, 43)";
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-3-100 {
  background-color: #434685;
  color: #ebebeb;
}
#uiThemeValues .color-card .color-value.complementary-3-100::after {
  content: "100: #434685  rgb(67, 70, 133)";
  color: #ebebeb;
}
#uiThemeValues .color-card .color-value.complementary-3-300 {
  background-color: #3a3d74;
  color: whitesmoke;
}
#uiThemeValues .color-card .color-value.complementary-3-300::after {
  content: "300: #3a3d74  rgb(58, 61, 116)";
  color: whitesmoke;
}
#uiThemeValues .color-card .color-value.complementary-3-700 {
  background-color: #212241;
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-3-700::after {
  content: "700: #212241  rgb(33, 34, 65)";
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-3-900 {
  background-color: #181930;
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-3-900::after {
  content: "900: #181930  rgb(24, 25, 48)";
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-4-100 {
  background-color: #bf1aa0;
  color: #ebebeb;
}
#uiThemeValues .color-card .color-value.complementary-4-100::after {
  content: "100: #bf1aa0  rgb(191, 26, 160)";
  color: #ebebeb;
}
#uiThemeValues .color-card .color-value.complementary-4-300 {
  background-color: #a9178e;
  color: whitesmoke;
}
#uiThemeValues .color-card .color-value.complementary-4-300::after {
  content: "300: #a9178e  rgb(169, 23, 142)";
  color: whitesmoke;
}
#uiThemeValues .color-card .color-value.complementary-4-700 {
  background-color: #660e55;
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-4-700::after {
  content: "700: #660e55  rgb(102, 14, 85)";
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-4-900 {
  background-color: #4f0b42;
  color: white;
}
#uiThemeValues .color-card .color-value.complementary-4-900::after {
  content: "900: #4f0b42  rgb(79, 11, 66)";
  color: white;
}
#uiThemeValues .color-card .color-value.silver-100 {
  background-color: #d8d8d8;
  color: #474747;
}
#uiThemeValues .color-card .color-value.silver-100::after {
  content: "100: #d8d8d8  rgb(216, 216, 216)";
  color: #474747;
}
#uiThemeValues .color-card .color-value.silver-300 {
  background-color: #d6d6d6;
  color: #3d3d3d;
}
#uiThemeValues .color-card .color-value.silver-300::after {
  content: "300: #d6d6d6  rgb(214, 214, 214)";
  color: #3d3d3d;
}
#uiThemeValues .color-card .color-value.silver-700 {
  background-color: #c6c6c6;
  color: #292929;
}
#uiThemeValues .color-card .color-value.silver-700::after {
  content: "700: #c6c6c6  rgb(198, 198, 198)";
  color: #292929;
}
#uiThemeValues .color-card .color-value.silver-900 {
  background-color: #bababa;
  color: #1f1f1f;
}
#uiThemeValues .color-card .color-value.silver-900::after {
  content: "900: #bababa  rgb(186, 186, 186)";
  color: #1f1f1f;
}
#uiThemeValues .color-card .color-value.text-on-light {
  background-color: #f0f0f5;
  color: #2c2c2c;
}
#uiThemeValues .color-card .color-value.text-on-light::after {
  content: "300: #2c2c2c  rgb(44, 44, 44)";
  color: #2c2c2c;
}
#uiThemeValues .color-card .color-value.text-on-light-300 {
  background-color: #f9f9fb;
  color: #363636;
}
#uiThemeValues .color-card .color-value.text-on-light-300::after {
  content: "300: #363636  rgb(54, 54, 54)";
  color: #363636;
}
#uiThemeValues .color-card .color-value.text-on-light-700 {
  background-color: #e7e7ef;
  color: #222222;
}
#uiThemeValues .color-card .color-value.text-on-light-700::after {
  content: "700: #222222  rgb(34, 34, 34)";
  color: #222222;
}
#uiThemeValues .color-value.text-on-dark {
  background-color: #232323;
  color: #f3f3f3;
}
#uiThemeValues .color-value.text-on-dark::after {
  content: "300: #f3f3f3  rgb(243, 243, 243)";
  color: #f3f3f3;
}
#uiThemeValues .color-value.text-on-dark-300 {
  background-color: #2b2b2b;
  color: #e9e9e9;
}
#uiThemeValues .color-value.text-on-dark-300::after {
  content: "300: #e9e9e9  rgb(233, 233, 233)";
  color: #e9e9e9;
}
#uiThemeValues .color-value.text-on-dark-700 {
  background-color: #1b1b1b;
  color: #fdfdfd;
}
#uiThemeValues .color-value.text-on-dark-700::after {
  content: "700: #fdfdfd  rgb(253, 253, 253)";
  color: #fdfdfd;
}
#uiThemeValues .color-value.text-on-silver {
  background-color: #d0d0d5;
  color: #333333;
}
#uiThemeValues .color-value.text-on-silver::after {
  content: "300: #333333  rgb(51, 51, 51)";
  color: #333333;
}
#uiThemeValues .color-value.text-on-silver-300 {
  background-color: #d8d8dc;
  color: #3d3d3d;
}
#uiThemeValues .color-value.text-on-silver-300::after {
  content: "300: #3d3d3d  rgb(61, 61, 61)";
  color: #3d3d3d;
}
#uiThemeValues .color-value.text-on-silver-700 {
  background-color: #c8c8ce;
  color: #292929;
}
#uiThemeValues .color-value.text-on-silver-700::after {
  content: "700: #292929  rgb(41, 41, 41)";
  color: #292929;
}
#uiThemeValues .color-value.text-on-primary {
  background-color: #5a117c;
  color: #f5f5f5;
}
#uiThemeValues .color-value.text-on-primary::after {
  content: "300: #f5f5f5  rgb(245, 245, 245)";
  color: #f5f5f5;
}
#uiThemeValues .color-value.text-on-primary-300 {
  background-color: #641389;
  color: #ebebeb;
}
#uiThemeValues .color-value.text-on-primary-300::after {
  content: "300: #ebebeb  rgb(235, 235, 235)";
  color: #ebebeb;
}
#uiThemeValues .color-value.text-on-primary-700 {
  background-color: #500f6f;
  color: white;
}
#uiThemeValues .color-value.text-on-primary-700::after {
  content: "700: white  rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .color-value.text-accent-on-primary {
  background-color: #5a117c;
  color: #c4e549;
}
#uiThemeValues .color-value.text-accent-on-primary::after {
  content: "300: #c4e549  rgb(196, 229, 73)";
  color: #c4e549;
}
#uiThemeValues .color-value.text-accent-on-primary-300 {
  background-color: #641389;
  color: #bee237;
}
#uiThemeValues .color-value.text-accent-on-primary-300::after {
  content: "300: #bee237  rgb(190, 226, 55)";
  color: #bee237;
}
#uiThemeValues .color-value.text-accent-on-primary-700 {
  background-color: #500f6f;
  color: #cae85b;
}
#uiThemeValues .color-value.text-accent-on-primary-700::after {
  content: "700: #cae85b  rgb(202, 232, 91)";
  color: #cae85b;
}
#uiThemeValues .color-value.text-accent-on-complementary {
  background-color: #3e0834;
  color: #A899E7;
}
#uiThemeValues .color-value.text-accent-on-complementary::after {
  content: "300: #A899E7  rgb(168, 153, 231)";
  color: #A899E7;
}
#uiThemeValues .color-value.text-accent-on-complementary-300 {
  background-color: #4c0a3f;
  color: #9a88e3;
}
#uiThemeValues .color-value.text-accent-on-complementary-300::after {
  content: "300: #9a88e3  rgb(154, 136, 227)";
  color: #9a88e3;
}
#uiThemeValues .color-value.text-accent-on-complementary-700 {
  background-color: #300629;
  color: #b6aaeb;
}
#uiThemeValues .color-value.text-accent-on-complementary-700::after {
  content: "700: #b6aaeb  rgb(182, 170, 235)";
  color: #b6aaeb;
}
#uiThemeValues .color-value.text-accent-on-light {
  background-color: #f0f0f5;
  color: #5a117c;
}
#uiThemeValues .color-value.text-accent-on-light::after {
  content: "300: #5a117c  rgb(90, 17, 124)";
  color: #5a117c;
}
#uiThemeValues .color-value.text-accent-on-light-300 {
  background-color: #f9f9fb;
  color: #4d0f6a;
}
#uiThemeValues .color-value.text-accent-on-light-300::after {
  content: "300: #4d0f6a  rgb(77, 15, 106)";
  color: #4d0f6a;
}
#uiThemeValues .color-value.text-accent-on-light-700 {
  background-color: #e7e7ef;
  color: #67138e;
}
#uiThemeValues .color-value.text-accent-on-light-700::after {
  content: "700: #67138e  rgb(103, 19, 142)";
  color: #67138e;
}
#uiThemeValues .color-value.text-accent-on-dark {
  background-color: #232323;
  color: #a5ee83;
}
#uiThemeValues .color-value.text-accent-on-dark::after {
  content: "300: #a5ee83  rgb(165, 238, 131)";
  color: #a5ee83;
}
#uiThemeValues .color-value.text-accent-on-dark-300 {
  background-color: #2b2b2b;
  color: #98ec71;
}
#uiThemeValues .color-value.text-accent-on-dark-300::after {
  content: "300: #98ec71  rgb(152, 236, 113)";
  color: #98ec71;
}
#uiThemeValues .color-value.text-accent-on-dark-700 {
  background-color: #1b1b1b;
  color: #b2f095;
}
#uiThemeValues .color-value.text-accent-on-dark-700::after {
  content: "700: #b2f095  rgb(178, 240, 149)";
  color: #b2f095;
}
#uiThemeValues .opacity-card {
  --_font-size: 0.9rem;
  --_padding: 0.7em;
  --_border-radius: 0.5rem;
  position: relative;
  padding: 0;
  border-radius: var(--_border-radius);
  border: 1px solid var(--card-bg-gray-bold);
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 1.5rem 1.5rem 2rem -1.5rem var(--color-box-shadow);
}
#uiThemeValues .opacity-card .title {
  background-color: var(--card-bg-gray-subtle);
  color: var(--card-fg-gray-subtle);
  font-size: var(--_font-size);
  text-align: center;
  padding: var(--_padding);
  border-radius: var(--_border-radius) var(--_border-radius) 0 0;
  border-bottom: 1px solid var(--card-bg-gray-bold);
}
#uiThemeValues .opacity-card p {
  font-size: 1rem;
  text-align: center;
  padding: 0.6em;
  color: white;
  text-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.75), -1px -1px 1px hsla(0, 0%, 0%, 0.25);
}
#uiThemeValues .opacity-card .container {
  margin: 3rem;
  margin-top: 1.5rem;
}
#uiThemeValues .opacity-card .container .color-value {
  height: 3rem;
  font-size: var(--_font-size);
  text-align: center;
  padding: var(--_padding);
  overflow: hidden;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-callout-1 {
  background-color: #FFCD50;
  color: black;
  height: 5.5rem;
  padding: 1.5rem;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-callout-1.bg::after {
  content: "callout background color: #FFCD50  rgb(255, 205, 80)";
  color: black;
  white-space: normal !important;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-callout-1.fg::after {
  content: "text color: black  rgb(0, 0, 0)";
  color: black;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-callout-2 {
  background-color: #301355;
  color: white;
  height: 5.5rem;
  padding: 1.5rem;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-callout-2.bg::after {
  content: "callout background color: #301355  rgb(48, 19, 85)";
  color: white;
  white-space: normal !important;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-callout-2.fg::after {
  content: "text color: white  rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-25 {
  background-color: rgba(90, 17, 124, 0.25);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-50 {
  background-color: rgba(90, 17, 124, 0.5);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-65 {
  background-color: rgba(90, 17, 124, 0.65);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-75 {
  background-color: rgba(90, 17, 124, 0.75);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-85 {
  background-color: rgba(90, 17, 124, 0.85);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-90 {
  background-color: rgba(90, 17, 124, 0.9);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-25::after {
  content: "25% opacity: rgb(245, 245, 245)";
  color: #f5f5f5;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-50::after {
  content: "50% opacity: rgb(245, 245, 245)";
  color: #f5f5f5;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-65::after {
  content: "65% opacity: rgb(245, 245, 245)";
  color: #f5f5f5;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-75::after {
  content: "75% opacity: rgb(245, 245, 245)";
  color: #f5f5f5;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-85::after {
  content: "85% opacity: rgb(245, 245, 245)";
  color: #f5f5f5;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-90::after {
  content: "90% opacity: rgb(245, 245, 245)";
  color: #f5f5f5;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-25::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-50::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-65::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-75::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-85::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-90::after {
  white-space: normal !important;
  text-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.75), -1px -1px 1px hsla(0, 0%, 0%, 0.25);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-25 {
  background-color: rgba(196, 229, 73, 0.25);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-50 {
  background-color: rgba(196, 229, 73, 0.5);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-65 {
  background-color: rgba(196, 229, 73, 0.65);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-75 {
  background-color: rgba(196, 229, 73, 0.75);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-85 {
  background-color: rgba(196, 229, 73, 0.85);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-90 {
  background-color: rgba(196, 229, 73, 0.9);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-25::after {
  content: "25% opacity: rgb(0, 0, 0)";
  color: black;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-50::after {
  content: "50% opacity: rgb(0, 0, 0)";
  color: black;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-65::after {
  content: "65% opacity: rgb(0, 0, 0)";
  color: black;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-75::after {
  content: "75% opacity: rgb(0, 0, 0)";
  color: black;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-85::after {
  content: "85% opacity: rgb(0, 0, 0)";
  color: black;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-90::after {
  content: "90% opacity: rgb(0, 0, 0)";
  color: black;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-25::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-50::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-65::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-75::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-85::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-primary-accent-90::after {
  white-space: normal !important;
  text-shadow: 1px 1px 2px hsla(0, 0%, 100%, 0.75), -1px -1px 1px hsla(0, 0%, 100%, 0.25);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-25 {
  background-color: rgba(62, 8, 52, 0.25);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-50 {
  background-color: rgba(62, 8, 52, 0.5);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-65 {
  background-color: rgba(62, 8, 52, 0.65);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-75 {
  background-color: rgba(62, 8, 52, 0.75);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-85 {
  background-color: rgba(62, 8, 52, 0.85);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-90 {
  background-color: rgba(62, 8, 52, 0.9);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-25::after {
  content: "25% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-50::after {
  content: "50% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-65::after {
  content: "65% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-75::after {
  content: "75% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-85::after {
  content: "85% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-90::after {
  content: "90% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-25::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-50::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-65::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-75::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-85::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-90::after {
  white-space: normal !important;
  text-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.75), -1px -1px 1px hsla(0, 0%, 0%, 0.25);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-25 {
  background-color: rgba(168, 153, 231, 0.25);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-50 {
  background-color: rgba(168, 153, 231, 0.5);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-65 {
  background-color: rgba(168, 153, 231, 0.65);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-75 {
  background-color: rgba(168, 153, 231, 0.75);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-85 {
  background-color: rgba(168, 153, 231, 0.85);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-90 {
  background-color: rgba(168, 153, 231, 0.9);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-25::after {
  content: "25% opacity: rgb(0, 0, 0)";
  color: black;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-50::after {
  content: "50% opacity: rgb(0, 0, 0)";
  color: black;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-65::after {
  content: "65% opacity: rgb(0, 0, 0)";
  color: black;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-75::after {
  content: "75% opacity: rgb(0, 0, 0)";
  color: black;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-85::after {
  content: "85% opacity: rgb(0, 0, 0)";
  color: black;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-90::after {
  content: "90% opacity: rgb(0, 0, 0)";
  color: black;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-25::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-50::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-65::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-75::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-85::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-accent-90::after {
  white-space: normal !important;
  text-shadow: 1px 1px 2px hsla(0, 0%, 100%, 0.75), -1px -1px 1px hsla(0, 0%, 100%, 0.25);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-25 {
  background-color: rgba(48, 19, 85, 0.25);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-50 {
  background-color: rgba(48, 19, 85, 0.5);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-65 {
  background-color: rgba(48, 19, 85, 0.65);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-75 {
  background-color: rgba(48, 19, 85, 0.75);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-85 {
  background-color: rgba(48, 19, 85, 0.85);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-90 {
  background-color: rgba(48, 19, 85, 0.9);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-25::after {
  content: "25% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-50::after {
  content: "50% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-65::after {
  content: "65% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-75::after {
  content: "75% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-85::after {
  content: "85% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-90::after {
  content: "90% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-25::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-50::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-65::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-75::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-85::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-2-90::after {
  white-space: normal !important;
  text-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.75), -1px -1px 1px hsla(0, 0%, 0%, 0.25);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-25 {
  background-color: rgba(41, 43, 82, 0.25);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-50 {
  background-color: rgba(41, 43, 82, 0.5);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-65 {
  background-color: rgba(41, 43, 82, 0.65);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-75 {
  background-color: rgba(41, 43, 82, 0.75);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-85 {
  background-color: rgba(41, 43, 82, 0.85);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-90 {
  background-color: rgba(41, 43, 82, 0.9);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-25::after {
  content: "25% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-50::after {
  content: "50% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-75::after {
  content: "75% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-65::after {
  content: "65% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-85::after {
  content: "85% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-90::after {
  content: "90% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-25::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-50::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-65::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-75::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-85::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-3-90::after {
  white-space: normal !important;
  text-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.75), -1px -1px 1px hsla(0, 0%, 0%, 0.25);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-25 {
  background-color: rgba(124, 17, 104, 0.25);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-50 {
  background-color: rgba(124, 17, 104, 0.5);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-65 {
  background-color: rgba(124, 17, 104, 0.65);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-75 {
  background-color: rgba(124, 17, 104, 0.75);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-85 {
  background-color: rgba(124, 17, 104, 0.85);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-90 {
  background-color: rgba(124, 17, 104, 0.9);
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-25::after {
  content: "25% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-50::after {
  content: "50% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-65::after {
  content: "65% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-75::after {
  content: "75% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-85::after {
  content: "85% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-90::after {
  content: "90% opacity: rgb(255, 255, 255)";
  color: white;
}
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-25::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-50::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-65::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-75::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-85::after,
#uiThemeValues .opacity-card .container .color-value.color-fill-complementary-4-90::after {
  white-space: normal !important;
  text-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.75), -1px -1px 1px hsla(0, 0%, 0%, 0.25);
}
#uiThemeValues .opacity-card.callout-block {
  background-color: #d0d0d5;
  color: #333333;
}
#uiThemeValues .opacity-card.callout-block .container {
  border: solid 1px #666673;
}
#uiThemeValues .opacity-card.bg-monaco-04 {
  background: url("/img/demo/bg-ui-demo-monaco-04.jpg") !important;
}
#uiThemeValues .opacity-card.bg-office-01 {
  background: url("/img/demo/bg-ui-demo-office-01.jpg") !important;
}
#uiThemeValues .opacity-card.bg-office-02 {
  background: url("/img/demo/bg-ui-demo-office-02.jpg") !important;
}
#uiThemeValues .opacity-card.bg-map {
  background: url("/img/demo/bg-ui-demo-monaco-map.jpg") !important;
}
#uiThemeValues .opacity-card.bg-map-color {
  background: url("/img/demo/bg-ui-demo-monaco-map-color.jpg") !important;
}
#uiThemeValues .opacity-card.bg-foodie {
  background: url("/img/demo/bg-ui-demo-foodie.jpg") !important;
}
#uiThemeValues .opacity-card.bg-lobster {
  background: url("/img/demo/bg-ui-demo-lobster.jpg") !important;
}
#uiThemeValues .opacity-card.bg-jean-georges-03 {
  background: url("/img/demo/bg-ui-demo-jean-georges-03.jpg") !important;
}
#uiThemeValues .opacity-card.bg-jean-georges-05 {
  background: url("/img/demo/bg-ui-demo-jean-georges-05.jpg") !important;
}
#uiThemeValues .opacity-card.bg-monaco-04,
#uiThemeValues .opacity-card.bg-map-color,
#uiThemeValues .opacity-card.bg-map,
#uiThemeValues .opacity-card.bg-office-01,
#uiThemeValues .opacity-card.bg-office-02,
#uiThemeValues .opacity-card.bg-lobster,
#uiThemeValues .opacity-card.bg-jean-georges-03,
#uiThemeValues .opacity-card.bg-jean-georges-05,
#uiThemeValues .opacity-card.bg-foodie {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}
#uiThemeValues .gradient-card {
  --_font-size: 1rem;
  --_padding: 0.7em;
  --_border-radius: 0.5rem;
  position: relative;
  padding: 0;
  border-radius: var(--_border-radius);
  border: 1px solid var(--card-bg-gray-bold);
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 1.5rem 1.5rem 2rem -1.5rem var(--color-box-shadow);
}
#uiThemeValues .gradient-card .title {
  background-color: var(--card-bg-gray-subtle);
  color: var(--card-fg-gray-subtle);
  font-size: var(--_font-size);
  text-align: center;
  padding: var(--_padding);
  border-radius: var(--_border-radius) var(--_border-radius) 0 0;
  border-bottom: 1px solid var(--card-bg-gray-bold);
}
#uiThemeValues .gradient-card p {
  font-size: 1rem;
  text-align: center;
  padding: 0.6em;
  color: white;
  opacity: 0.7;
  text-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.75), -1px -1px 1px hsla(0, 0%, 0%, 0.25);
}
#uiThemeValues .gradient-card .container {
  margin: 3rem;
  margin-top: 1.5rem;
}
#uiThemeValues .gradient-card .container .color-value {
  height: 2.3rem;
  line-height: normal;
  font-size: var(--_font-size);
  text-align: center;
  padding: var(--_padding);
  overflow: hidden;
  white-space: normal;
  color: white;
  text-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.75), -1px -1px 1px hsla(0, 0%, 0%, 0.25);
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-label {
  background-color: none;
  padding: 0;
  margin: 0;
  height: auto;
  font-weight: 500;
  opacity: 0.7;
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-primary.from::after {
  content: "#5a117c  rgb(90, 17, 124)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-primary.to::after {
  content: "#9b1dd6  rgb(155, 29, 214)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-primary-accent.from::after {
  color: black;
  text-shadow: 1px 1px 2px hsla(0, 0%, 100%, 0.75), -1px -1px 1px hsla(0, 0%, 100%, 0.25);
  content: "#c4e549  rgb(196, 229, 73)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-primary-accent.to::after {
  color: black;
  text-shadow: 1px 1px 2px hsla(0, 0%, 100%, 0.75), -1px -1px 1px hsla(0, 0%, 100%, 0.25);
  content: "#e1f2a2  rgb(225, 242, 162)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-complementary.from::after {
  content: "#3e0834  rgb(62, 8, 52)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-complementary.to::after {
  content: "#981480  rgb(152, 20, 128)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-complementary-accent.from::after {
  color: black;
  text-shadow: 1px 1px 2px hsla(0, 0%, 100%, 0.75), -1px -1px 1px hsla(0, 0%, 100%, 0.25);
  content: "#A899E7  rgb(168, 153, 231)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-complementary-accent.to::after {
  color: black;
  text-shadow: 1px 1px 2px hsla(0, 0%, 100%, 0.75), -1px -1px 1px hsla(0, 0%, 100%, 0.25);
  content: "#eeecfa  rgb(238, 236, 250)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-complementary-2.from::after {
  content: "#301355  rgb(48, 19, 85)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-complementary-2.to::after {
  content: "#5f26a8  rgb(95, 38, 168)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-complementary-3.from::after {
  content: "#292b52  rgb(41, 43, 82)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-complementary-3.to::after {
  content: "#4b4f96  rgb(75, 79, 150)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-complementary-4.from::after {
  content: "#7c1168  rgb(124, 17, 104)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-complementary-4.to::after {
  content: "#d61db3  rgb(214, 29, 179)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-crimson-orange.from {
  background-color: #990000;
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-crimson-orange.to {
  background-color: #f59c1a;
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-crimson-orange.from::after {
  content: "#990000  rgb(153, 0, 0)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-crimson-orange.to::after {
  content: "#f6a732  rgb(246, 167, 50)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-yellow-orange.from {
  background-color: #ffd900;
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-yellow-orange.to {
  background-color: #f59c1a;
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-yellow-orange.from::after {
  content: "#ffd900  rgb(255, 217, 0)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-yellow-orange.to::after {
  content: "#f6a732  rgb(246, 167, 50)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-blue-cyan.from {
  background-color: #348fe2;
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-blue-cyan.to {
  background-color: #49b6d6;
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-blue-cyan.from::after {
  content: "#348fe2  rgb(52, 143, 226)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-blue-cyan.to::after {
  content: "#5ebedb  rgb(94, 190, 219)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-cyan-blue.from {
  background-color: #49b6d6;
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-cyan-blue.to {
  background-color: #348fe2;
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-cyan-blue.from::after {
  content: "#49b6d6  rgb(73, 182, 214)";
}
#uiThemeValues .gradient-card .container .color-value.color-gradient-cyan-blue.to::after {
  content: "#4a9be5  rgb(74, 155, 229)";
}
#uiThemeValues .gradient-card.bg-gradient-primary {
  background: linear-gradient(#190522, #7b17a9);
}
#uiThemeValues .gradient-card.bg-gradient-primary-accent {
  background: linear-gradient(#8faf19, #bde233);
}
#uiThemeValues .gradient-card.bg-gradient-complementary {
  background: linear-gradient(#11020e, #6b0e5a);
}
#uiThemeValues .gradient-card.bg-gradient-complementary-accent {
  background: linear-gradient(#6246d4, #9684e2);
}
#uiThemeValues .gradient-card.bg-gradient-complementary-2 {
  background: linear-gradient(#180a2b, #481c7f);
}
#uiThemeValues .gradient-card.bg-gradient-complementary-3 {
  background: linear-gradient(#181930, #3a3d74);
}
#uiThemeValues .gradient-card.bg-gradient-complementary-4 {
  background: linear-gradient(#4f0b42, #a9178e);
}
#uiThemeValues .gradient-card.bg-gradient-crimson-orange {
  background: linear-gradient(#990000 30%, #f6a732);
}
#uiThemeValues .gradient-card.bg-gradient-blue-cyan {
  background: linear-gradient(90deg, #348fe2 0%, #49b6d6 100%);
}
#uiThemeValues .gradient-card.bg-gradient-cyan-blue {
  background: linear-gradient(90deg, #49b6d6 100%, #348fe2 0%);
}/*# sourceMappingURL=styles-site.css.map */