/*===========*/
/* VARIABLES */
/*===========*/
:root {
  --font-color: #404a56;
  /*===== COLOR AND THEIR VARIANTS ======*/
  --filler-color: #E9EBF2;
  --filler-contrast-font: #404a56;
  --filler-color-rgb: 233, 235, 242;
  --filler-color-light: white;
  --filler-light-contrast-font: #404a56;
  --filler-color-dark: #a9b1cc;
  --filler-dark-contrast-font: #404a56;
  --filler-color-desaturated: white;
  --filler-desaturated-contrast-font: #404a56;
  --filler-color-saturated: #e6eaf5;
  --filler-saturated-contrast-font: #404a56;
  --light-gray-color: #F5F6F7;
  --primary-color: #705AD8;
  --primary-contrast-font: #404a56;
  --primary-color-rgb: 112, 90, 216;
  --primary-color-light: #b8adec;
  --primary-light-contrast-font: #404a56;
  --primary-color-dark: #3d27a5;
  --primary-dark-contrast-font: #fff;
  --primary-color-desaturated: #e2def7;
  --primary-desaturated-contrast-font: #404a56;
  --primary-color-saturated: #664be7;
  --primary-saturated-contrast-font: #404a56;
  --primary-contrast-font: #ffffff;
  --gray-color: #5d6b7a;
  --gray-contrast-font: #fff;
  --gray-color-rgb: 93, 107, 122;
  --gray-color-light: #aeb8c2;
  --gray-light-contrast-font: #404a56;
  --gray-color-dark: #1b1f23;
  --gray-dark-contrast-font: #fff;
  --gray-color-desaturated: white;
  --gray-desaturated-contrast-font: #404a56;
  --gray-color-saturated: #4d6a8a;
  --gray-saturated-contrast-font: #fff;
  --brand-color: #00CB7C;
  --brand-contrast-font: #fff;
  --brand-color-rgb: 0, 203, 124;
  --brand-color-light: #32ffaf;
  --brand-light-contrast-font: #404a56;
  --brand-color-dark: #00653e;
  --brand-dark-contrast-font: #fff;
  --brand-color-desaturated: #7fffcd;
  --brand-desaturated-contrast-font: #404a56;
  --brand-color-saturated: #00cb7c;
  --brand-saturated-contrast-font: #fff;
  --dark-color: #547aa3;
  --dark-contrast-font: #fff;
  --dark-color-rgb: 84, 122, 163;
  --dark-color-light: #95aec8;
  --dark-light-contrast-font: #404a56;
  --dark-color-dark: #324860;
  --dark-dark-contrast-font: #fff;
  --dark-color-desaturated: #c8d4e2;
  --dark-desaturated-contrast-font: #404a56;
  --dark-color-saturated: #427ab5;
  --dark-saturated-contrast-font: #fff;
  --light-color: #ffffff;
  --light-contrast-font: #404a56;
  --light-color-rgb: 255, 255, 255;
  --light-color-light: white;
  --light-light-contrast-font: #404a56;
  --light-color-dark: #cccccc;
  --light-dark-contrast-font: #404a56;
  --light-color-desaturated: white;
  --light-desaturated-contrast-font: #404a56;
  --light-color-saturated: white;
  --light-saturated-contrast-font: #404a56;
  --warning-color: #FFCE00;
  --warning-contrast-font: #fff;
  --warning-color-rgb: 255, 206, 0;
  --warning-color-light: #ffe266;
  --warning-light-contrast-font: #404a56;
  --warning-color-dark: #997c00;
  --warning-dark-contrast-font: #fff;
  --warning-color-desaturated: #fff0b3;
  --warning-desaturated-contrast-font: #404a56;
  --warning-color-saturated: #ffce00;
  --warning-saturated-contrast-font: #fff;
  --warning-contrast-font: #547aa3;
  --error-color: #FF524B;
  --error-contrast-font: #404a56;
  --error-color-rgb: 255, 82, 75;
  --error-color-light: #ffb4b1;
  --error-light-contrast-font: #404a56;
  --error-color-dark: #e40900;
  --error-dark-contrast-font: #fff;
  --error-color-desaturated: #fffefe;
  --error-desaturated-contrast-font: #404a56;
  --error-color-saturated: #ff524b;
  --error-saturated-contrast-font: #404a56;
  --info-color: #5CCBEB;
  --info-contrast-font: #404a56;
  --info-color-rgb: 92, 203, 235;
  --info-color-light: #b7e8f6;
  --info-light-contrast-font: #404a56;
  --info-color-dark: #19a1c8;
  --info-dark-contrast-font: #fff;
  --info-color-desaturated: #fbfeff;
  --info-desaturated-contrast-font: #404a56;
  --info-color-saturated: #4ed3f9;
  --info-saturated-contrast-font: #404a56;
  --success-color: #00CB7C;
  --success-contrast-font: #fff;
  --success-color-rgb: 0, 203, 124;
  --success-color-light: #32ffaf;
  --success-light-contrast-font: #404a56;
  --success-color-dark: #00653e;
  --success-dark-contrast-font: #fff;
  --success-color-desaturated: #7fffcd;
  --success-desaturated-contrast-font: #404a56;
  --success-color-saturated: #00cb7c;
  --success-saturated-contrast-font: #fff;
  /*==== SATURATED BADGES COLORS =====*/
  --filler-color-badge-saturated: #b3bcdb;
  --primary-color-badge-saturated: #3d20c5;
  --gray-color-badge-saturated: #354556;
  --brand-color-badge-saturated: #007f4d;
  --dark-color-badge-saturated: #487aaf, 15%;
  --light-color-badge-saturated: #ddd5d5;
  --warning-color-badge-saturated: #b39000;
  --error-color-badge-saturated: #fe0a00;
  --info-color-badge-saturated: #0eafdd;
  --success-color-badge-saturated: #006f44;
  /*==== GRADIENT COLORS =====*/
  --gradient-color-1: #192736;
  --gradient-color-2: #2d537c;
  --gradient-color-3: #3d71a9;
  --gradient-colors: linear-gradient(22deg, var(--gradient-color-1) 5%, var(--gradient-color-2) 55%, var(--gradient-color-3) 90%);
  --gradient-fallback: #223f5e;
  --gradient-contrast-font: #fff;
  --complement-color: #ffffff;
  --complement-contrast-font: #404a56;
  --complement-color-rgb: 255, 255, 255;
  --complement-color-light: white;
  --complement-light-contrast-font: #404a56;
  --complement-color-dark: #cccccc;
  --complement-dark-contrast-font: #404a56;
  --complement-color-desaturated: white;
  --complement-desaturated-contrast-font: #404a56;
  --complement-color-saturated: white;
  --complement-saturated-contrast-font: #404a56;
  --complement-color-saturated: #f4f6f8;
  --complement-color-saturated-hover: white;
  --complement-color-hover: #e6eaf5;
  --complement-color-light: white;
  --complement-color-dark: #e2e6e8;
  --font-color-rgb: 93,107,122;
  --font-label-color: #547aa3;
  --font-color-light: #5d6b7a;
  --font-color-ultra-light: #96a5b6;
  --font-color-dark: #5d6b7a;
  --font-color-light-saturated: #5d6b7a; }

html.ew-framework .--logo-img:not(#logo-light-theme) {
  display: none; }

html.ew-framework.dark-theme .--logo-img:not(#logo-dark-theme) {
  display: none; }

html.ew-framework.dark-theme .--logo-img#logo-dark-theme {
  display: block; }

html.ew-framework.dark-theme {
  --filler-color: #111a25;
  --filler-contrast-font: #fff;
  --filler-color-rgb: 17, 26, 37;
  --filler-color-light: #314d6a;
  --filler-light-contrast-font: #fff;
  --filler-color-dark: black;
  --filler-dark-contrast-font: #fff;
  --filler-color-desaturated: #49739f;
  --filler-desaturated-contrast-font: #fff;
  --filler-color-saturated: #0d1a29;
  --filler-saturated-contrast-font: #fff;
  --complement-color: #192736;
  --complement-contrast-font: #fff;
  --complement-color-rgb: 25, 39, 54;
  --complement-color-light: #39597c;
  --complement-light-contrast-font: #fff;
  --complement-color-dark: black;
  --complement-dark-contrast-font: #fff;
  --complement-color-desaturated: #527faf;
  --complement-desaturated-contrast-font: #404a56;
  --complement-color-saturated: #13273c;
  --complement-saturated-contrast-font: #fff;
  --complement-color-hover: #213447;
  --complement-color-saturated: #1e334a;
  --complement-color-saturated-hover: #26405c;
  --complement-color-light: #314d6a;
  --complement-color-dark: #090e13;
  --primary-color: #a491ff;
  --primary-contrast-font: #404a56;
  --primary-color-rgb: 164, 145, 255;
  --primary-color-light: #f8f7ff;
  --primary-light-contrast-font: #404a56;
  --primary-color-dark: #502bff;
  --primary-dark-contrast-font: #404a56;
  --primary-color-desaturated: white;
  --primary-desaturated-contrast-font: #404a56;
  --primary-color-saturated: #a491ff;
  --primary-saturated-contrast-font: #404a56;
  --primary-contrast-font: #ffff;
  --font-color: #e1e1ff;
  --font-color-rgb: 225,225,255;
  --font-label-color: #e1e1ff;
  --font-color-light: white;
  --font-color-dark: #3939ff;
  --font-color-light-saturated: white;
  --brand-contrast-font: #161625;
  --success-contrast-font: #161625;
  --background-gradient: none;
  --dark-color: #e1e1ff;
  --dark-contrast-font: #404a56;
  --dark-color-rgb: 225, 225, 255;
  --dark-color-light: white;
  --dark-light-contrast-font: #404a56;
  --dark-color-dark: #7b7bff;
  --dark-dark-contrast-font: #404a56;
  --dark-color-desaturated: white;
  --dark-desaturated-contrast-font: #404a56;
  --dark-color-saturated: #e1e1ff;
  --dark-saturated-contrast-font: #404a56;
  --light-color: #192736;
  --light-color-rgb: 25,39,54;
  --light-contrast-font: #fff;
  --light-color-rgb: 25, 39, 54;
  --light-color-light: #39597c;
  --light-light-contrast-font: #fff;
  --light-color-dark: black;
  --light-dark-contrast-font: #fff;
  --light-color-desaturated: #527faf;
  --light-desaturated-contrast-font: #404a56;
  --light-color-saturated: #13273c;
  --light-saturated-contrast-font: #fff;
  --gradient-color-1: #192736;
  --gradient-color-2: #192736;
  --gradient-color-3: #192736;
  --dropdown-content-border: 1px solid #e1e1ff;
  --gradient-contrast-font: #fff; }
  html.ew-framework.dark-theme .ew-card:not(.no-hover):hover .ew-card-title {
    background-color: rgba(255, 255, 255, 0.1); }

/*========*/
/* DEPTHS */
/*========*/
.ew-navbar-depth, html.ew-framework .ew-navbar {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25); }
.ew-depth-0 {
  -webkit-box-shadow: 0 0 1px transparent !important;
  box-shadow: 0 0 1px transparent !important; }
.ew-depth-1 {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
  .ew-depth-1-primary {
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(112, 90, 216, 0.14), 0 3px 1px -2px rgba(112, 90, 216, 0.12), 0 1px 5px 0 rgba(112, 90, 216, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(112, 90, 216, 0.14), 0 3px 1px -2px rgba(112, 90, 216, 0.12), 0 1px 5px 0 rgba(112, 90, 216, 0.2); }
  .ew-depth-1-gray {
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(93, 107, 122, 0.14), 0 3px 1px -2px rgba(93, 107, 122, 0.12), 0 1px 5px 0 rgba(93, 107, 122, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(93, 107, 122, 0.14), 0 3px 1px -2px rgba(93, 107, 122, 0.12), 0 1px 5px 0 rgba(93, 107, 122, 0.2); }
  .ew-depth-1-brand {
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 203, 124, 0.14), 0 3px 1px -2px rgba(0, 203, 124, 0.12), 0 1px 5px 0 rgba(0, 203, 124, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 203, 124, 0.14), 0 3px 1px -2px rgba(0, 203, 124, 0.12), 0 1px 5px 0 rgba(0, 203, 124, 0.2); }
  .ew-depth-1-dark {
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(84, 122, 163, 0.14), 0 3px 1px -2px rgba(84, 122, 163, 0.12), 0 1px 5px 0 rgba(84, 122, 163, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(84, 122, 163, 0.14), 0 3px 1px -2px rgba(84, 122, 163, 0.12), 0 1px 5px 0 rgba(84, 122, 163, 0.2); }
  .ew-depth-1-warning {
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(255, 206, 0, 0.14), 0 3px 1px -2px rgba(255, 206, 0, 0.12), 0 1px 5px 0 rgba(255, 206, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(255, 206, 0, 0.14), 0 3px 1px -2px rgba(255, 206, 0, 0.12), 0 1px 5px 0 rgba(255, 206, 0, 0.2); }
  .ew-depth-1-error {
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(255, 82, 75, 0.14), 0 3px 1px -2px rgba(255, 82, 75, 0.12), 0 1px 5px 0 rgba(255, 82, 75, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(255, 82, 75, 0.14), 0 3px 1px -2px rgba(255, 82, 75, 0.12), 0 1px 5px 0 rgba(255, 82, 75, 0.2); }
  .ew-depth-1-info {
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(92, 203, 235, 0.14), 0 3px 1px -2px rgba(92, 203, 235, 0.12), 0 1px 5px 0 rgba(92, 203, 235, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(92, 203, 235, 0.14), 0 3px 1px -2px rgba(92, 203, 235, 0.12), 0 1px 5px 0 rgba(92, 203, 235, 0.2); }
  .ew-depth-1-success {
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 203, 124, 0.14), 0 3px 1px -2px rgba(0, 203, 124, 0.12), 0 1px 5px 0 rgba(0, 203, 124, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 203, 124, 0.14), 0 3px 1px -2px rgba(0, 203, 124, 0.12), 0 1px 5px 0 rgba(0, 203, 124, 0.2); }
.ew-depth-2 {
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
  .ew-depth-2-primary {
    -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(112, 90, 216, 0.14), 0 1px 10px 0 rgba(112, 90, 216, 0.12), 0 2px 4px -1px rgba(112, 90, 216, 0.2);
    box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(112, 90, 216, 0.14), 0 1px 10px 0 rgba(112, 90, 216, 0.12), 0 2px 4px -1px rgba(112, 90, 216, 0.2); }
  .ew-depth-2-gray {
    -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(93, 107, 122, 0.14), 0 1px 10px 0 rgba(93, 107, 122, 0.12), 0 2px 4px -1px rgba(93, 107, 122, 0.2);
    box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(93, 107, 122, 0.14), 0 1px 10px 0 rgba(93, 107, 122, 0.12), 0 2px 4px -1px rgba(93, 107, 122, 0.2); }
  .ew-depth-2-brand {
    -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 203, 124, 0.14), 0 1px 10px 0 rgba(0, 203, 124, 0.12), 0 2px 4px -1px rgba(0, 203, 124, 0.2);
    box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 203, 124, 0.14), 0 1px 10px 0 rgba(0, 203, 124, 0.12), 0 2px 4px -1px rgba(0, 203, 124, 0.2); }
  .ew-depth-2-dark {
    -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(84, 122, 163, 0.14), 0 1px 10px 0 rgba(84, 122, 163, 0.12), 0 2px 4px -1px rgba(84, 122, 163, 0.2);
    box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(84, 122, 163, 0.14), 0 1px 10px 0 rgba(84, 122, 163, 0.12), 0 2px 4px -1px rgba(84, 122, 163, 0.2); }
  .ew-depth-2-warning {
    -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(255, 206, 0, 0.14), 0 1px 10px 0 rgba(255, 206, 0, 0.12), 0 2px 4px -1px rgba(255, 206, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(255, 206, 0, 0.14), 0 1px 10px 0 rgba(255, 206, 0, 0.12), 0 2px 4px -1px rgba(255, 206, 0, 0.2); }
  .ew-depth-2-error {
    -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(255, 82, 75, 0.14), 0 1px 10px 0 rgba(255, 82, 75, 0.12), 0 2px 4px -1px rgba(255, 82, 75, 0.2);
    box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(255, 82, 75, 0.14), 0 1px 10px 0 rgba(255, 82, 75, 0.12), 0 2px 4px -1px rgba(255, 82, 75, 0.2); }
  .ew-depth-2-info {
    -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(92, 203, 235, 0.14), 0 1px 10px 0 rgba(92, 203, 235, 0.12), 0 2px 4px -1px rgba(92, 203, 235, 0.2);
    box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(92, 203, 235, 0.14), 0 1px 10px 0 rgba(92, 203, 235, 0.12), 0 2px 4px -1px rgba(92, 203, 235, 0.2); }
  .ew-depth-2-success {
    -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 203, 124, 0.14), 0 1px 10px 0 rgba(0, 203, 124, 0.12), 0 2px 4px -1px rgba(0, 203, 124, 0.2);
    box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 203, 124, 0.14), 0 1px 10px 0 rgba(0, 203, 124, 0.12), 0 2px 4px -1px rgba(0, 203, 124, 0.2); }
.ew-depth-3 {
  -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }
  .ew-depth-3-primary {
    -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(112, 90, 216, 0.14), 0 3px 14px 2px rgba(112, 90, 216, 0.12), 0 5px 5px -3px rgba(112, 90, 216, 0.2);
    box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(112, 90, 216, 0.14), 0 3px 14px 2px rgba(112, 90, 216, 0.12), 0 5px 5px -3px rgba(112, 90, 216, 0.2); }
  .ew-depth-3-gray {
    -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(93, 107, 122, 0.14), 0 3px 14px 2px rgba(93, 107, 122, 0.12), 0 5px 5px -3px rgba(93, 107, 122, 0.2);
    box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(93, 107, 122, 0.14), 0 3px 14px 2px rgba(93, 107, 122, 0.12), 0 5px 5px -3px rgba(93, 107, 122, 0.2); }
  .ew-depth-3-brand {
    -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(0, 203, 124, 0.14), 0 3px 14px 2px rgba(0, 203, 124, 0.12), 0 5px 5px -3px rgba(0, 203, 124, 0.2);
    box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(0, 203, 124, 0.14), 0 3px 14px 2px rgba(0, 203, 124, 0.12), 0 5px 5px -3px rgba(0, 203, 124, 0.2); }
  .ew-depth-3-dark {
    -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(84, 122, 163, 0.14), 0 3px 14px 2px rgba(84, 122, 163, 0.12), 0 5px 5px -3px rgba(84, 122, 163, 0.2);
    box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(84, 122, 163, 0.14), 0 3px 14px 2px rgba(84, 122, 163, 0.12), 0 5px 5px -3px rgba(84, 122, 163, 0.2); }
  .ew-depth-3-warning {
    -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(255, 206, 0, 0.14), 0 3px 14px 2px rgba(255, 206, 0, 0.12), 0 5px 5px -3px rgba(255, 206, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(255, 206, 0, 0.14), 0 3px 14px 2px rgba(255, 206, 0, 0.12), 0 5px 5px -3px rgba(255, 206, 0, 0.2); }
  .ew-depth-3-error {
    -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(255, 82, 75, 0.14), 0 3px 14px 2px rgba(255, 82, 75, 0.12), 0 5px 5px -3px rgba(255, 82, 75, 0.2);
    box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(255, 82, 75, 0.14), 0 3px 14px 2px rgba(255, 82, 75, 0.12), 0 5px 5px -3px rgba(255, 82, 75, 0.2); }
  .ew-depth-3-info {
    -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(92, 203, 235, 0.14), 0 3px 14px 2px rgba(92, 203, 235, 0.12), 0 5px 5px -3px rgba(92, 203, 235, 0.2);
    box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(92, 203, 235, 0.14), 0 3px 14px 2px rgba(92, 203, 235, 0.12), 0 5px 5px -3px rgba(92, 203, 235, 0.2); }
  .ew-depth-3-success {
    -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(0, 203, 124, 0.14), 0 3px 14px 2px rgba(0, 203, 124, 0.12), 0 5px 5px -3px rgba(0, 203, 124, 0.2);
    box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(0, 203, 124, 0.14), 0 3px 14px 2px rgba(0, 203, 124, 0.12), 0 5px 5px -3px rgba(0, 203, 124, 0.2); }
.ew-depth-4 {
  -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2); }
  .ew-depth-4-primary {
    -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(112, 90, 216, 0.14), 0 6px 30px 5px rgba(112, 90, 216, 0.12), 0 8px 10px -7px rgba(112, 90, 216, 0.2);
    box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(112, 90, 216, 0.14), 0 6px 30px 5px rgba(112, 90, 216, 0.12), 0 8px 10px -7px rgba(112, 90, 216, 0.2); }
  .ew-depth-4-gray {
    -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(93, 107, 122, 0.14), 0 6px 30px 5px rgba(93, 107, 122, 0.12), 0 8px 10px -7px rgba(93, 107, 122, 0.2);
    box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(93, 107, 122, 0.14), 0 6px 30px 5px rgba(93, 107, 122, 0.12), 0 8px 10px -7px rgba(93, 107, 122, 0.2); }
  .ew-depth-4-brand {
    -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(0, 203, 124, 0.14), 0 6px 30px 5px rgba(0, 203, 124, 0.12), 0 8px 10px -7px rgba(0, 203, 124, 0.2);
    box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(0, 203, 124, 0.14), 0 6px 30px 5px rgba(0, 203, 124, 0.12), 0 8px 10px -7px rgba(0, 203, 124, 0.2); }
  .ew-depth-4-dark {
    -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(84, 122, 163, 0.14), 0 6px 30px 5px rgba(84, 122, 163, 0.12), 0 8px 10px -7px rgba(84, 122, 163, 0.2);
    box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(84, 122, 163, 0.14), 0 6px 30px 5px rgba(84, 122, 163, 0.12), 0 8px 10px -7px rgba(84, 122, 163, 0.2); }
  .ew-depth-4-warning {
    -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(255, 206, 0, 0.14), 0 6px 30px 5px rgba(255, 206, 0, 0.12), 0 8px 10px -7px rgba(255, 206, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(255, 206, 0, 0.14), 0 6px 30px 5px rgba(255, 206, 0, 0.12), 0 8px 10px -7px rgba(255, 206, 0, 0.2); }
  .ew-depth-4-error {
    -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(255, 82, 75, 0.14), 0 6px 30px 5px rgba(255, 82, 75, 0.12), 0 8px 10px -7px rgba(255, 82, 75, 0.2);
    box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(255, 82, 75, 0.14), 0 6px 30px 5px rgba(255, 82, 75, 0.12), 0 8px 10px -7px rgba(255, 82, 75, 0.2); }
  .ew-depth-4-info {
    -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(92, 203, 235, 0.14), 0 6px 30px 5px rgba(92, 203, 235, 0.12), 0 8px 10px -7px rgba(92, 203, 235, 0.2);
    box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(92, 203, 235, 0.14), 0 6px 30px 5px rgba(92, 203, 235, 0.12), 0 8px 10px -7px rgba(92, 203, 235, 0.2); }
  .ew-depth-4-success {
    -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(0, 203, 124, 0.14), 0 6px 30px 5px rgba(0, 203, 124, 0.12), 0 8px 10px -7px rgba(0, 203, 124, 0.2);
    box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(0, 203, 124, 0.14), 0 6px 30px 5px rgba(0, 203, 124, 0.12), 0 8px 10px -7px rgba(0, 203, 124, 0.2); }
.ew-depth-5 {
  -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2); }
  .ew-depth-5-primary {
    -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(112, 90, 216, 0.14), 0 9px 46px 8px rgba(112, 90, 216, 0.12), 0 11px 15px -7px rgba(112, 90, 216, 0.2);
    box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(112, 90, 216, 0.14), 0 9px 46px 8px rgba(112, 90, 216, 0.12), 0 11px 15px -7px rgba(112, 90, 216, 0.2); }
  .ew-depth-5-gray {
    -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(93, 107, 122, 0.14), 0 9px 46px 8px rgba(93, 107, 122, 0.12), 0 11px 15px -7px rgba(93, 107, 122, 0.2);
    box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(93, 107, 122, 0.14), 0 9px 46px 8px rgba(93, 107, 122, 0.12), 0 11px 15px -7px rgba(93, 107, 122, 0.2); }
  .ew-depth-5-brand {
    -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(0, 203, 124, 0.14), 0 9px 46px 8px rgba(0, 203, 124, 0.12), 0 11px 15px -7px rgba(0, 203, 124, 0.2);
    box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(0, 203, 124, 0.14), 0 9px 46px 8px rgba(0, 203, 124, 0.12), 0 11px 15px -7px rgba(0, 203, 124, 0.2); }
  .ew-depth-5-dark {
    -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(84, 122, 163, 0.14), 0 9px 46px 8px rgba(84, 122, 163, 0.12), 0 11px 15px -7px rgba(84, 122, 163, 0.2);
    box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(84, 122, 163, 0.14), 0 9px 46px 8px rgba(84, 122, 163, 0.12), 0 11px 15px -7px rgba(84, 122, 163, 0.2); }
  .ew-depth-5-warning {
    -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(255, 206, 0, 0.14), 0 9px 46px 8px rgba(255, 206, 0, 0.12), 0 11px 15px -7px rgba(255, 206, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(255, 206, 0, 0.14), 0 9px 46px 8px rgba(255, 206, 0, 0.12), 0 11px 15px -7px rgba(255, 206, 0, 0.2); }
  .ew-depth-5-error {
    -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(255, 82, 75, 0.14), 0 9px 46px 8px rgba(255, 82, 75, 0.12), 0 11px 15px -7px rgba(255, 82, 75, 0.2);
    box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(255, 82, 75, 0.14), 0 9px 46px 8px rgba(255, 82, 75, 0.12), 0 11px 15px -7px rgba(255, 82, 75, 0.2); }
  .ew-depth-5-info {
    -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(92, 203, 235, 0.14), 0 9px 46px 8px rgba(92, 203, 235, 0.12), 0 11px 15px -7px rgba(92, 203, 235, 0.2);
    box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(92, 203, 235, 0.14), 0 9px 46px 8px rgba(92, 203, 235, 0.12), 0 11px 15px -7px rgba(92, 203, 235, 0.2); }
  .ew-depth-5-success {
    -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(0, 203, 124, 0.14), 0 9px 46px 8px rgba(0, 203, 124, 0.12), 0 11px 15px -7px rgba(0, 203, 124, 0.2);
    box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(0, 203, 124, 0.14), 0 9px 46px 8px rgba(0, 203, 124, 0.12), 0 11px 15px -7px rgba(0, 203, 124, 0.2); }

@font-face {
  font-family: 'icomoon';
  src: url("./../fonts/ew_icons.ttf") format("truetype"), url("./../fonts/ew_icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

/*====================*/
/* BACKGROUNDS COLORS */
/*====================*/
html.ew-framework .ew-bg-primary {
  background: var(--primary-color) !important;
  color: var(--primary-contrast-font); }
html.ew-framework .ew-bg-gray {
  background: var(--gray-color) !important;
  color: var(--gray-contrast-font); }
html.ew-framework .ew-bg-filler {
  background: var(--filler-color) !important;
  color: var(--filler-contrast-font); }
html.ew-framework .ew-bg-complement {
  background: var(--complement-color) !important;
  color: var(--complement-contrast-font); }
html.ew-framework .ew-bg-light {
  background: var(--light-color) !important;
  color: var(--light-contrast-font); }
html.ew-framework .ew-bg-brand {
  background: var(--brand-color) !important;
  color: var(--brand-contrast-font); }
html.ew-framework .ew-bg-dark {
  background: var(--dark-color) !important;
  color: var(--dark-contrast-font); }
html.ew-framework .ew-bg-success {
  background: var(--success-color) !important;
  color: var(--success-contrast-font); }
html.ew-framework .ew-bg-info {
  background: var(--info-color) !important;
  color: var(--info-contrast-font); }
html.ew-framework .ew-bg-warning {
  background: var(--warning-color) !important;
  color: var(--warning-contrast-font); }
html.ew-framework .ew-bg-error {
  background: var(--error-color) !important;
  color: var(--error-contrast-font); }
html.ew-framework .ew-bg-primary-light {
  background: var(--primary-color-light) !important;
  color: var(--primary-light-contrast-font); }
html.ew-framework .ew-bg-gray-light {
  background: var(--gray-color-light) !important;
  color: var(--gray-light-contrast-font); }
html.ew-framework .ew-bg-filler-light {
  background: var(--filler-color-light) !important;
  color: var(--filler-light-contrast-font); }
html.ew-framework .ew-bg-complement-light {
  background: var(--complement-color-light) !important;
  color: var(--complement-light-contrast-font); }
html.ew-framework .ew-bg-light-light {
  background: var(--light-color-light) !important;
  color: var(--light-light-contrast-font); }
html.ew-framework .ew-bg-brand-light {
  background: var(--brand-color-light) !important;
  color: var(--brand-light-contrast-font); }
html.ew-framework .ew-bg-dark-light {
  background: var(--dark-color-light) !important;
  color: var(--dark-light-contrast-font); }
html.ew-framework .ew-bg-success-light {
  background: var(--success-color-light) !important;
  color: var(--success-light-contrast-font); }
html.ew-framework .ew-bg-info-light {
  background: var(--info-color-light) !important;
  color: var(--info-light-contrast-font); }
html.ew-framework .ew-bg-warning-light {
  background: var(--warning-color-light) !important;
  color: var(--warning-light-contrast-font); }
html.ew-framework .ew-bg-error-light {
  background: var(--error-color-light) !important;
  color: var(--error-light-contrast-font); }
html.ew-framework .ew-bg-primary-saturated {
  background: var(--primary-color-saturated) !important;
  color: var(--primary-saturated-contrast-font); }
html.ew-framework .ew-bg-gray-saturated {
  background: var(--gray-color-saturated) !important;
  color: var(--gray-saturated-contrast-font); }
html.ew-framework .ew-bg-filler-saturated {
  background: var(--filler-color-saturated) !important;
  color: var(--filler-saturated-contrast-font); }
html.ew-framework .ew-bg-complement-saturated {
  background: var(--complement-color-saturated) !important;
  color: var(--complement-saturated-contrast-font); }
html.ew-framework .ew-bg-light-saturated {
  background: var(--light-color-saturated) !important;
  color: var(--light-saturated-contrast-font); }
html.ew-framework .ew-bg-brand-saturated {
  background: var(--brand-color-saturated) !important;
  color: var(--brand-saturated-contrast-font); }
html.ew-framework .ew-bg-dark-saturated {
  background: var(--dark-color-saturated) !important;
  color: var(--dark-saturated-contrast-font); }
html.ew-framework .ew-bg-success-saturated {
  background: var(--success-color-saturated) !important;
  color: var(--success-saturated-contrast-font); }
html.ew-framework .ew-bg-info-saturated {
  background: var(--info-color-saturated) !important;
  color: var(--info-saturated-contrast-font); }
html.ew-framework .ew-bg-warning-saturated {
  background: var(--warning-color-saturated) !important;
  color: var(--warning-saturated-contrast-font); }
html.ew-framework .ew-bg-error-saturated {
  background: var(--error-color-saturated) !important;
  color: var(--error-saturated-contrast-font); }
html.ew-framework .ew-bg-primary-desaturated {
  background: var(--primary-color-desaturated) !important;
  color: var(--primary-desaturated-contrast-font); }
html.ew-framework .ew-bg-gray-desaturated {
  background: var(--gray-color-desaturated) !important;
  color: var(--gray-desaturated-contrast-font); }
html.ew-framework .ew-bg-filler-desaturated {
  background: var(--filler-color-desaturated) !important;
  color: var(--filler-desaturated-contrast-font); }
html.ew-framework .ew-bg-complement-desaturated {
  background: var(--complement-color-desaturated) !important;
  color: var(--complement-desaturated-contrast-font); }
html.ew-framework .ew-bg-light-desaturated {
  background: var(--light-color-desaturated) !important;
  color: var(--light-desaturated-contrast-font); }
html.ew-framework .ew-bg-brand-desaturated {
  background: var(--brand-color-desaturated) !important;
  color: var(--brand-desaturated-contrast-font); }
html.ew-framework .ew-bg-dark-desaturated {
  background: var(--dark-color-desaturated) !important;
  color: var(--dark-desaturated-contrast-font); }
html.ew-framework .ew-bg-success-desaturated {
  background: var(--success-color-desaturated) !important;
  color: var(--success-desaturated-contrast-font); }
html.ew-framework .ew-bg-info-desaturated {
  background: var(--info-color-desaturated) !important;
  color: var(--info-desaturated-contrast-font); }
html.ew-framework .ew-bg-warning-desaturated {
  background: var(--warning-color-desaturated) !important;
  color: var(--warning-desaturated-contrast-font); }
html.ew-framework .ew-bg-error-desaturated {
  background: var(--error-color-desaturated) !important;
  color: var(--error-desaturated-contrast-font); }
html.ew-framework .ew-bg-primary-dark {
  background: var(--primary-color-dark) !important;
  color: var(--primary-dark-contrast-font); }
html.ew-framework .ew-bg-gray-dark {
  background: var(--gray-color-dark) !important;
  color: var(--gray-dark-contrast-font); }
html.ew-framework .ew-bg-filler-dark {
  background: var(--filler-color-dark) !important;
  color: var(--filler-dark-contrast-font); }
html.ew-framework .ew-bg-complement-dark {
  background: var(--complement-color-dark) !important;
  color: var(--complement-dark-contrast-font); }
html.ew-framework .ew-bg-light-dark {
  background: var(--light-color-dark) !important;
  color: var(--light-dark-contrast-font); }
html.ew-framework .ew-bg-brand-dark {
  background: var(--brand-color-dark) !important;
  color: var(--brand-dark-contrast-font); }
html.ew-framework .ew-bg-dark-dark {
  background: var(--dark-color-dark) !important;
  color: var(--dark-dark-contrast-font); }
html.ew-framework .ew-bg-success-dark {
  background: var(--success-color-dark) !important;
  color: var(--success-dark-contrast-font); }
html.ew-framework .ew-bg-info-dark {
  background: var(--info-color-dark) !important;
  color: var(--info-dark-contrast-font); }
html.ew-framework .ew-bg-warning-dark {
  background: var(--warning-color-dark) !important;
  color: var(--warning-dark-contrast-font); }
html.ew-framework .ew-bg-error-dark {
  background: var(--error-color-dark) !important;
  color: var(--error-dark-contrast-font); }
html.ew-framework .ew-bg-gradient {
  background: var(--gradient-fallback);
  background: var(--gradient-colors); }

/*=============*/
/* TEXT COLORS */
/*=============*/
.ew-text-primary {
  color: var(--primary-color) !important; }
.ew-text-gray {
  color: var(--gray-color) !important; }
.ew-text-filler {
  color: var(--filler-color) !important; }
.ew-text-complement {
  color: var(--complement-color) !important; }
.ew-text-light {
  color: var(--light-color) !important; }
.ew-text-brand {
  color: var(--brand-color) !important; }
.ew-text-dark {
  color: var(--dark-color) !important; }
.ew-text-success {
  color: var(--success-color) !important; }
.ew-text-info {
  color: var(--info-color) !important; }
.ew-text-warning {
  color: var(--warning-color) !important; }
.ew-text-error {
  color: var(--error-color) !important; }
.ew-text-primary-font {
  color: var(--primary-contrast-font) !important; }
.ew-text-gray-font {
  color: var(--gray-contrast-font) !important; }
.ew-text-filler-font {
  color: var(--filler-contrast-font) !important; }
.ew-text-complement-font {
  color: var(--complement-contrast-font) !important; }
.ew-text-light-font {
  color: var(--light-contrast-font) !important; }
.ew-text-brand-font {
  color: var(--brand-contrast-font) !important; }
.ew-text-dark-font {
  color: var(--dark-contrast-font) !important; }
.ew-text-success-font {
  color: var(--success-contrast-font) !important; }
.ew-text-info-font {
  color: var(--info-contrast-font) !important; }
.ew-text-warning-font {
  color: var(--warning-contrast-font) !important; }
.ew-text-error-font {
  color: var(--error-contrast-font) !important; }
.ew-text-primary-light {
  color: var(--primary-color-light) !important; }
.ew-text-gray-light {
  color: var(--gray-color-light) !important; }
.ew-text-filler-light {
  color: var(--filler-color-light) !important; }
.ew-text-complement-light {
  color: var(--complement-color-light) !important; }
.ew-text-light-light {
  color: var(--light-color-light) !important; }
.ew-text-brand-light {
  color: var(--brand-color-light) !important; }
.ew-text-dark-light {
  color: var(--dark-color-light) !important; }
.ew-text-success-light {
  color: var(--success-color-light) !important; }
.ew-text-info-light {
  color: var(--info-color-light) !important; }
.ew-text-warning-light {
  color: var(--warning-color-light) !important; }
.ew-text-error-light {
  color: var(--error-color-light) !important; }
.ew-text-primary-saturated {
  color: var(--primary-color-saturated) !important; }
.ew-text-gray-saturated {
  color: var(--gray-color-saturated) !important; }
.ew-text-filler-saturated {
  color: var(--filler-color-saturated) !important; }
.ew-text-complement-saturated {
  color: var(--complement-color-saturated) !important; }
.ew-text-light-saturated {
  color: var(--light-color-saturated) !important; }
.ew-text-brand-saturated {
  color: var(--brand-color-saturated) !important; }
.ew-text-dark-saturated {
  color: var(--dark-color-saturated) !important; }
.ew-text-success-saturated {
  color: var(--success-color-saturated) !important; }
.ew-text-info-saturated {
  color: var(--info-color-saturated) !important; }
.ew-text-warning-saturated {
  color: var(--warning-color-saturated) !important; }
.ew-text-error-saturated {
  color: var(--error-color-saturated) !important; }
.ew-text-primary-dark {
  color: var(--primary-color-dark) !important; }
.ew-text-gray-dark {
  color: var(--gray-color-dark) !important; }
.ew-text-filler-dark {
  color: var(--filler-color-dark) !important; }
.ew-text-complement-dark {
  color: var(--complement-color-dark) !important; }
.ew-text-light-dark {
  color: var(--light-color-dark) !important; }
.ew-text-brand-dark {
  color: var(--brand-color-dark) !important; }
.ew-text-dark-dark {
  color: var(--dark-color-dark) !important; }
.ew-text-success-dark {
  color: var(--success-color-dark) !important; }
.ew-text-info-dark {
  color: var(--info-color-dark) !important; }
.ew-text-warning-dark {
  color: var(--warning-color-dark) !important; }
.ew-text-error-dark {
  color: var(--error-color-dark) !important; }
.ew-text-primary-desaturated {
  color: var(--primary-color-desaturated) !important; }
.ew-text-gray-desaturated {
  color: var(--gray-color-desaturated) !important; }
.ew-text-filler-desaturated {
  color: var(--filler-color-desaturated) !important; }
.ew-text-complement-desaturated {
  color: var(--complement-color-desaturated) !important; }
.ew-text-light-desaturated {
  color: var(--light-color-desaturated) !important; }
.ew-text-brand-desaturated {
  color: var(--brand-color-desaturated) !important; }
.ew-text-dark-desaturated {
  color: var(--dark-color-desaturated) !important; }
.ew-text-success-desaturated {
  color: var(--success-color-desaturated) !important; }
.ew-text-info-desaturated {
  color: var(--info-color-desaturated) !important; }
.ew-text-warning-desaturated {
  color: var(--warning-color-desaturated) !important; }
.ew-text-error-desaturated {
  color: var(--error-color-desaturated) !important; }
.ew-text-gradient {
  color: var(--gradient-fallback); }

.rounded-border {
  border-radius: 1em; }

.rounded-border-small {
  border-radius: .5em; }

.rounded-border-large {
  border-radius: 1.5em; }

.rounded-border-huge {
  border-radius: 50%; }

.border-top-solid-1 {
  border-top-width: 1px;
  border-top-style: solid; }

.border-bottom-solid-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.border-left-solid-1 {
  border-left-width: 1px;
  border-left-style: solid; }

.border-right-solid-1 {
  border-right-width: 1px;
  border-right-style: solid; }

.border-all-solid-1 {
  border-width: 1px;
  border-style: solid; }

.border-vertical-solid-1 {
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid; }

.border-horizontal-solid-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid; }

.border-top-dotted-1 {
  border-top-width: 1px;
  border-top-style: dotted; }

.border-bottom-dotted-1 {
  border-bottom-width: 1px;
  border-bottom-style: dotted; }

.border-left-dotted-1 {
  border-left-width: 1px;
  border-left-style: dotted; }

.border-right-dotted-1 {
  border-right-width: 1px;
  border-right-style: dotted; }

.border-all-dotted-1 {
  border-width: 1px;
  border-style: dotted; }

.border-vertical-dotted-1 {
  border-left-width: 1px;
  border-left-style: dotted;
  border-right-width: 1px;
  border-right-style: dotted; }

.border-horizontal-dotted-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: dotted;
  border-bottom-style: dotted; }

.border-top-dashed-1 {
  border-top-width: 1px;
  border-top-style: dashed; }

.border-bottom-dashed-1 {
  border-bottom-width: 1px;
  border-bottom-style: dashed; }

.border-left-dashed-1 {
  border-left-width: 1px;
  border-left-style: dashed; }

.border-right-dashed-1 {
  border-right-width: 1px;
  border-right-style: dashed; }

.border-all-dashed-1 {
  border-width: 1px;
  border-style: dashed; }

.border-vertical-dashed-1 {
  border-left-width: 1px;
  border-left-style: dashed;
  border-right-width: 1px;
  border-right-style: dashed; }

.border-horizontal-dashed-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: dashed;
  border-bottom-style: dashed; }

.border-top-solid-2 {
  border-top-width: 2px;
  border-top-style: solid; }

.border-bottom-solid-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid; }

.border-left-solid-2 {
  border-left-width: 2px;
  border-left-style: solid; }

.border-right-solid-2 {
  border-right-width: 2px;
  border-right-style: solid; }

.border-all-solid-2 {
  border-width: 2px;
  border-style: solid; }

.border-vertical-solid-2 {
  border-left-width: 2px;
  border-left-style: solid;
  border-right-width: 2px;
  border-right-style: solid; }

.border-horizontal-solid-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid; }

.border-top-dotted-2 {
  border-top-width: 2px;
  border-top-style: dotted; }

.border-bottom-dotted-2 {
  border-bottom-width: 2px;
  border-bottom-style: dotted; }

.border-left-dotted-2 {
  border-left-width: 2px;
  border-left-style: dotted; }

.border-right-dotted-2 {
  border-right-width: 2px;
  border-right-style: dotted; }

.border-all-dotted-2 {
  border-width: 2px;
  border-style: dotted; }

.border-vertical-dotted-2 {
  border-left-width: 2px;
  border-left-style: dotted;
  border-right-width: 2px;
  border-right-style: dotted; }

.border-horizontal-dotted-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: dotted;
  border-bottom-style: dotted; }

.border-top-dashed-2 {
  border-top-width: 2px;
  border-top-style: dashed; }

.border-bottom-dashed-2 {
  border-bottom-width: 2px;
  border-bottom-style: dashed; }

.border-left-dashed-2 {
  border-left-width: 2px;
  border-left-style: dashed; }

.border-right-dashed-2 {
  border-right-width: 2px;
  border-right-style: dashed; }

.border-all-dashed-2 {
  border-width: 2px;
  border-style: dashed; }

.border-vertical-dashed-2 {
  border-left-width: 2px;
  border-left-style: dashed;
  border-right-width: 2px;
  border-right-style: dashed; }

.border-horizontal-dashed-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: dashed;
  border-bottom-style: dashed; }

.border-top-solid-3 {
  border-top-width: 3px;
  border-top-style: solid; }

.border-bottom-solid-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid; }

.border-left-solid-3 {
  border-left-width: 3px;
  border-left-style: solid; }

.border-right-solid-3 {
  border-right-width: 3px;
  border-right-style: solid; }

.border-all-solid-3 {
  border-width: 3px;
  border-style: solid; }

.border-vertical-solid-3 {
  border-left-width: 3px;
  border-left-style: solid;
  border-right-width: 3px;
  border-right-style: solid; }

.border-horizontal-solid-3 {
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-top-style: solid;
  border-bottom-style: solid; }

.border-top-dotted-3 {
  border-top-width: 3px;
  border-top-style: dotted; }

.border-bottom-dotted-3 {
  border-bottom-width: 3px;
  border-bottom-style: dotted; }

.border-left-dotted-3 {
  border-left-width: 3px;
  border-left-style: dotted; }

.border-right-dotted-3 {
  border-right-width: 3px;
  border-right-style: dotted; }

.border-all-dotted-3 {
  border-width: 3px;
  border-style: dotted; }

.border-vertical-dotted-3 {
  border-left-width: 3px;
  border-left-style: dotted;
  border-right-width: 3px;
  border-right-style: dotted; }

.border-horizontal-dotted-3 {
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-top-style: dotted;
  border-bottom-style: dotted; }

.border-top-dashed-3 {
  border-top-width: 3px;
  border-top-style: dashed; }

.border-bottom-dashed-3 {
  border-bottom-width: 3px;
  border-bottom-style: dashed; }

.border-left-dashed-3 {
  border-left-width: 3px;
  border-left-style: dashed; }

.border-right-dashed-3 {
  border-right-width: 3px;
  border-right-style: dashed; }

.border-all-dashed-3 {
  border-width: 3px;
  border-style: dashed; }

.border-vertical-dashed-3 {
  border-left-width: 3px;
  border-left-style: dashed;
  border-right-width: 3px;
  border-right-style: dashed; }

.border-horizontal-dashed-3 {
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-top-style: dashed;
  border-bottom-style: dashed; }

.border-top-solid-4 {
  border-top-width: 4px;
  border-top-style: solid; }

.border-bottom-solid-4 {
  border-bottom-width: 4px;
  border-bottom-style: solid; }

.border-left-solid-4 {
  border-left-width: 4px;
  border-left-style: solid; }

.border-right-solid-4 {
  border-right-width: 4px;
  border-right-style: solid; }

.border-all-solid-4 {
  border-width: 4px;
  border-style: solid; }

.border-vertical-solid-4 {
  border-left-width: 4px;
  border-left-style: solid;
  border-right-width: 4px;
  border-right-style: solid; }

.border-horizontal-solid-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-top-style: solid;
  border-bottom-style: solid; }

.border-top-dotted-4 {
  border-top-width: 4px;
  border-top-style: dotted; }

.border-bottom-dotted-4 {
  border-bottom-width: 4px;
  border-bottom-style: dotted; }

.border-left-dotted-4 {
  border-left-width: 4px;
  border-left-style: dotted; }

.border-right-dotted-4 {
  border-right-width: 4px;
  border-right-style: dotted; }

.border-all-dotted-4 {
  border-width: 4px;
  border-style: dotted; }

.border-vertical-dotted-4 {
  border-left-width: 4px;
  border-left-style: dotted;
  border-right-width: 4px;
  border-right-style: dotted; }

.border-horizontal-dotted-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-top-style: dotted;
  border-bottom-style: dotted; }

.border-top-dashed-4 {
  border-top-width: 4px;
  border-top-style: dashed; }

.border-bottom-dashed-4 {
  border-bottom-width: 4px;
  border-bottom-style: dashed; }

.border-left-dashed-4 {
  border-left-width: 4px;
  border-left-style: dashed; }

.border-right-dashed-4 {
  border-right-width: 4px;
  border-right-style: dashed; }

.border-all-dashed-4 {
  border-width: 4px;
  border-style: dashed; }

.border-vertical-dashed-4 {
  border-left-width: 4px;
  border-left-style: dashed;
  border-right-width: 4px;
  border-right-style: dashed; }

.border-horizontal-dashed-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-top-style: dashed;
  border-bottom-style: dashed; }

.border-top-solid-5 {
  border-top-width: 5px;
  border-top-style: solid; }

.border-bottom-solid-5 {
  border-bottom-width: 5px;
  border-bottom-style: solid; }

.border-left-solid-5 {
  border-left-width: 5px;
  border-left-style: solid; }

.border-right-solid-5 {
  border-right-width: 5px;
  border-right-style: solid; }

.border-all-solid-5 {
  border-width: 5px;
  border-style: solid; }

.border-vertical-solid-5 {
  border-left-width: 5px;
  border-left-style: solid;
  border-right-width: 5px;
  border-right-style: solid; }

.border-horizontal-solid-5 {
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-top-style: solid;
  border-bottom-style: solid; }

.border-top-dotted-5 {
  border-top-width: 5px;
  border-top-style: dotted; }

.border-bottom-dotted-5 {
  border-bottom-width: 5px;
  border-bottom-style: dotted; }

.border-left-dotted-5 {
  border-left-width: 5px;
  border-left-style: dotted; }

.border-right-dotted-5 {
  border-right-width: 5px;
  border-right-style: dotted; }

.border-all-dotted-5 {
  border-width: 5px;
  border-style: dotted; }

.border-vertical-dotted-5 {
  border-left-width: 5px;
  border-left-style: dotted;
  border-right-width: 5px;
  border-right-style: dotted; }

.border-horizontal-dotted-5 {
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-top-style: dotted;
  border-bottom-style: dotted; }

.border-top-dashed-5 {
  border-top-width: 5px;
  border-top-style: dashed; }

.border-bottom-dashed-5 {
  border-bottom-width: 5px;
  border-bottom-style: dashed; }

.border-left-dashed-5 {
  border-left-width: 5px;
  border-left-style: dashed; }

.border-right-dashed-5 {
  border-right-width: 5px;
  border-right-style: dashed; }

.border-all-dashed-5 {
  border-width: 5px;
  border-style: dashed; }

.border-vertical-dashed-5 {
  border-left-width: 5px;
  border-left-style: dashed;
  border-right-width: 5px;
  border-right-style: dashed; }

.border-horizontal-dashed-5 {
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-top-style: dashed;
  border-bottom-style: dashed; }

.border-top-solid-6 {
  border-top-width: 6px;
  border-top-style: solid; }

.border-bottom-solid-6 {
  border-bottom-width: 6px;
  border-bottom-style: solid; }

.border-left-solid-6 {
  border-left-width: 6px;
  border-left-style: solid; }

.border-right-solid-6 {
  border-right-width: 6px;
  border-right-style: solid; }

.border-all-solid-6 {
  border-width: 6px;
  border-style: solid; }

.border-vertical-solid-6 {
  border-left-width: 6px;
  border-left-style: solid;
  border-right-width: 6px;
  border-right-style: solid; }

.border-horizontal-solid-6 {
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-top-style: solid;
  border-bottom-style: solid; }

.border-top-dotted-6 {
  border-top-width: 6px;
  border-top-style: dotted; }

.border-bottom-dotted-6 {
  border-bottom-width: 6px;
  border-bottom-style: dotted; }

.border-left-dotted-6 {
  border-left-width: 6px;
  border-left-style: dotted; }

.border-right-dotted-6 {
  border-right-width: 6px;
  border-right-style: dotted; }

.border-all-dotted-6 {
  border-width: 6px;
  border-style: dotted; }

.border-vertical-dotted-6 {
  border-left-width: 6px;
  border-left-style: dotted;
  border-right-width: 6px;
  border-right-style: dotted; }

.border-horizontal-dotted-6 {
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-top-style: dotted;
  border-bottom-style: dotted; }

.border-top-dashed-6 {
  border-top-width: 6px;
  border-top-style: dashed; }

.border-bottom-dashed-6 {
  border-bottom-width: 6px;
  border-bottom-style: dashed; }

.border-left-dashed-6 {
  border-left-width: 6px;
  border-left-style: dashed; }

.border-right-dashed-6 {
  border-right-width: 6px;
  border-right-style: dashed; }

.border-all-dashed-6 {
  border-width: 6px;
  border-style: dashed; }

.border-vertical-dashed-6 {
  border-left-width: 6px;
  border-left-style: dashed;
  border-right-width: 6px;
  border-right-style: dashed; }

.border-horizontal-dashed-6 {
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-top-style: dashed;
  border-bottom-style: dashed; }

.border-top-solid-7 {
  border-top-width: 7px;
  border-top-style: solid; }

.border-bottom-solid-7 {
  border-bottom-width: 7px;
  border-bottom-style: solid; }

.border-left-solid-7 {
  border-left-width: 7px;
  border-left-style: solid; }

.border-right-solid-7 {
  border-right-width: 7px;
  border-right-style: solid; }

.border-all-solid-7 {
  border-width: 7px;
  border-style: solid; }

.border-vertical-solid-7 {
  border-left-width: 7px;
  border-left-style: solid;
  border-right-width: 7px;
  border-right-style: solid; }

.border-horizontal-solid-7 {
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-top-style: solid;
  border-bottom-style: solid; }

.border-top-dotted-7 {
  border-top-width: 7px;
  border-top-style: dotted; }

.border-bottom-dotted-7 {
  border-bottom-width: 7px;
  border-bottom-style: dotted; }

.border-left-dotted-7 {
  border-left-width: 7px;
  border-left-style: dotted; }

.border-right-dotted-7 {
  border-right-width: 7px;
  border-right-style: dotted; }

.border-all-dotted-7 {
  border-width: 7px;
  border-style: dotted; }

.border-vertical-dotted-7 {
  border-left-width: 7px;
  border-left-style: dotted;
  border-right-width: 7px;
  border-right-style: dotted; }

.border-horizontal-dotted-7 {
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-top-style: dotted;
  border-bottom-style: dotted; }

.border-top-dashed-7 {
  border-top-width: 7px;
  border-top-style: dashed; }

.border-bottom-dashed-7 {
  border-bottom-width: 7px;
  border-bottom-style: dashed; }

.border-left-dashed-7 {
  border-left-width: 7px;
  border-left-style: dashed; }

.border-right-dashed-7 {
  border-right-width: 7px;
  border-right-style: dashed; }

.border-all-dashed-7 {
  border-width: 7px;
  border-style: dashed; }

.border-vertical-dashed-7 {
  border-left-width: 7px;
  border-left-style: dashed;
  border-right-width: 7px;
  border-right-style: dashed; }

.border-horizontal-dashed-7 {
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-top-style: dashed;
  border-bottom-style: dashed; }

.border-top-solid-8 {
  border-top-width: 8px;
  border-top-style: solid; }

.border-bottom-solid-8 {
  border-bottom-width: 8px;
  border-bottom-style: solid; }

.border-left-solid-8 {
  border-left-width: 8px;
  border-left-style: solid; }

.border-right-solid-8 {
  border-right-width: 8px;
  border-right-style: solid; }

.border-all-solid-8 {
  border-width: 8px;
  border-style: solid; }

.border-vertical-solid-8 {
  border-left-width: 8px;
  border-left-style: solid;
  border-right-width: 8px;
  border-right-style: solid; }

.border-horizontal-solid-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-top-style: solid;
  border-bottom-style: solid; }

.border-top-dotted-8 {
  border-top-width: 8px;
  border-top-style: dotted; }

.border-bottom-dotted-8 {
  border-bottom-width: 8px;
  border-bottom-style: dotted; }

.border-left-dotted-8 {
  border-left-width: 8px;
  border-left-style: dotted; }

.border-right-dotted-8 {
  border-right-width: 8px;
  border-right-style: dotted; }

.border-all-dotted-8 {
  border-width: 8px;
  border-style: dotted; }

.border-vertical-dotted-8 {
  border-left-width: 8px;
  border-left-style: dotted;
  border-right-width: 8px;
  border-right-style: dotted; }

.border-horizontal-dotted-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-top-style: dotted;
  border-bottom-style: dotted; }

.border-top-dashed-8 {
  border-top-width: 8px;
  border-top-style: dashed; }

.border-bottom-dashed-8 {
  border-bottom-width: 8px;
  border-bottom-style: dashed; }

.border-left-dashed-8 {
  border-left-width: 8px;
  border-left-style: dashed; }

.border-right-dashed-8 {
  border-right-width: 8px;
  border-right-style: dashed; }

.border-all-dashed-8 {
  border-width: 8px;
  border-style: dashed; }

.border-vertical-dashed-8 {
  border-left-width: 8px;
  border-left-style: dashed;
  border-right-width: 8px;
  border-right-style: dashed; }

.border-horizontal-dashed-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-top-style: dashed;
  border-bottom-style: dashed; }

.border-top-solid-9 {
  border-top-width: 9px;
  border-top-style: solid; }

.border-bottom-solid-9 {
  border-bottom-width: 9px;
  border-bottom-style: solid; }

.border-left-solid-9 {
  border-left-width: 9px;
  border-left-style: solid; }

.border-right-solid-9 {
  border-right-width: 9px;
  border-right-style: solid; }

.border-all-solid-9 {
  border-width: 9px;
  border-style: solid; }

.border-vertical-solid-9 {
  border-left-width: 9px;
  border-left-style: solid;
  border-right-width: 9px;
  border-right-style: solid; }

.border-horizontal-solid-9 {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-top-style: solid;
  border-bottom-style: solid; }

.border-top-dotted-9 {
  border-top-width: 9px;
  border-top-style: dotted; }

.border-bottom-dotted-9 {
  border-bottom-width: 9px;
  border-bottom-style: dotted; }

.border-left-dotted-9 {
  border-left-width: 9px;
  border-left-style: dotted; }

.border-right-dotted-9 {
  border-right-width: 9px;
  border-right-style: dotted; }

.border-all-dotted-9 {
  border-width: 9px;
  border-style: dotted; }

.border-vertical-dotted-9 {
  border-left-width: 9px;
  border-left-style: dotted;
  border-right-width: 9px;
  border-right-style: dotted; }

.border-horizontal-dotted-9 {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-top-style: dotted;
  border-bottom-style: dotted; }

.border-top-dashed-9 {
  border-top-width: 9px;
  border-top-style: dashed; }

.border-bottom-dashed-9 {
  border-bottom-width: 9px;
  border-bottom-style: dashed; }

.border-left-dashed-9 {
  border-left-width: 9px;
  border-left-style: dashed; }

.border-right-dashed-9 {
  border-right-width: 9px;
  border-right-style: dashed; }

.border-all-dashed-9 {
  border-width: 9px;
  border-style: dashed; }

.border-vertical-dashed-9 {
  border-left-width: 9px;
  border-left-style: dashed;
  border-right-width: 9px;
  border-right-style: dashed; }

.border-horizontal-dashed-9 {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-top-style: dashed;
  border-bottom-style: dashed; }

.border-top-solid-10 {
  border-top-width: 10px;
  border-top-style: solid; }

.border-bottom-solid-10 {
  border-bottom-width: 10px;
  border-bottom-style: solid; }

.border-left-solid-10 {
  border-left-width: 10px;
  border-left-style: solid; }

.border-right-solid-10 {
  border-right-width: 10px;
  border-right-style: solid; }

.border-all-solid-10 {
  border-width: 10px;
  border-style: solid; }

.border-vertical-solid-10 {
  border-left-width: 10px;
  border-left-style: solid;
  border-right-width: 10px;
  border-right-style: solid; }

.border-horizontal-solid-10 {
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-top-style: solid;
  border-bottom-style: solid; }

.border-top-dotted-10 {
  border-top-width: 10px;
  border-top-style: dotted; }

.border-bottom-dotted-10 {
  border-bottom-width: 10px;
  border-bottom-style: dotted; }

.border-left-dotted-10 {
  border-left-width: 10px;
  border-left-style: dotted; }

.border-right-dotted-10 {
  border-right-width: 10px;
  border-right-style: dotted; }

.border-all-dotted-10 {
  border-width: 10px;
  border-style: dotted; }

.border-vertical-dotted-10 {
  border-left-width: 10px;
  border-left-style: dotted;
  border-right-width: 10px;
  border-right-style: dotted; }

.border-horizontal-dotted-10 {
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-top-style: dotted;
  border-bottom-style: dotted; }

.border-top-dashed-10 {
  border-top-width: 10px;
  border-top-style: dashed; }

.border-bottom-dashed-10 {
  border-bottom-width: 10px;
  border-bottom-style: dashed; }

.border-left-dashed-10 {
  border-left-width: 10px;
  border-left-style: dashed; }

.border-right-dashed-10 {
  border-right-width: 10px;
  border-right-style: dashed; }

.border-all-dashed-10 {
  border-width: 10px;
  border-style: dashed; }

.border-vertical-dashed-10 {
  border-left-width: 10px;
  border-left-style: dashed;
  border-right-width: 10px;
  border-right-style: dashed; }

.border-horizontal-dashed-10 {
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-top-style: dashed;
  border-bottom-style: dashed; }

.border-primary {
  border-color: var(--primary-color); }

.border-gray {
  border-color: var(--gray-color); }

.border-filler {
  border-color: var(--filler-color); }

.border-complement {
  border-color: var(--complement-color); }

.border-light {
  border-color: var(--light-color); }

.border-brand {
  border-color: var(--brand-color); }

.border-dark {
  border-color: var(--dark-color); }

.border-success {
  border-color: var(--success-color); }

.border-info {
  border-color: var(--info-color); }

.border-warning {
  border-color: var(--warning-color); }

.border-error {
  border-color: var(--error-color); }

.border-primary {
  border-color: var(--primary-color-light); }

.border-gray {
  border-color: var(--gray-color-light); }

.border-filler {
  border-color: var(--filler-color-light); }

.border-complement {
  border-color: var(--complement-color-light); }

.border-light {
  border-color: var(--light-color-light); }

.border-brand {
  border-color: var(--brand-color-light); }

.border-dark {
  border-color: var(--dark-color-light); }

.border-success {
  border-color: var(--success-color-light); }

.border-info {
  border-color: var(--info-color-light); }

.border-warning {
  border-color: var(--warning-color-light); }

.border-error {
  border-color: var(--error-color-light); }

.border-primary {
  border-color: var(--primary-color-saturated); }

.border-gray {
  border-color: var(--gray-color-saturated); }

.border-filler {
  border-color: var(--filler-color-saturated); }

.border-complement {
  border-color: var(--complement-color-saturated); }

.border-light {
  border-color: var(--light-color-saturated); }

.border-brand {
  border-color: var(--brand-color-saturated); }

.border-dark {
  border-color: var(--dark-color-saturated); }

.border-success {
  border-color: var(--success-color-saturated); }

.border-info {
  border-color: var(--info-color-saturated); }

.border-warning {
  border-color: var(--warning-color-saturated); }

.border-error {
  border-color: var(--error-color-saturated); }

/*===========*/
/* UTILITIES */
/*===========*/
.ew-no-highlight, html.ew-framework .ew-btn, html.ew-framework a.ew-btn, html.ew-framework button.ew-btn {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
         supported by Chrome, Opera and Firefox */ }

.no-decoration-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.hoverable-list {
  position: relative;
  color: var(--font-color);
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
  text-transform: capitalize;
  height: 46px;
  width: 100%; }
  .hoverable-list li {
    width: calc(100% - 1.2rem);
    height: 100%;
    padding-left: 1.2rem;
    cursor: pointer;
    background: transparent;
    transition: background .15s linear, color .15s linear; }
    .hoverable-list li:hover {
      background: var(--complement-color-hover);
      color: var(--font-color-light); }
    .hoverable-list li a {
      width: 100%;
      height: 100%; }
      .hoverable-list li a.title {
        font-weight: bold;
        text-transform: uppercase; }

.flex, .flex-start, .flex-start-start, .flex-start-center, .flex-start-end, .flex-center, .flex-center-start, .flex-center-center, .flex-center-end, .flex-end, .flex-end-start, .flex-end-center, .flex-end-end, .flex-all-start, .flex-all-center, .flex-all-end {
  display: flex; }
  .flex-wrap {
    flex-wrap: wrap; }
  .flex-valign-start {
    display: flex;
    align-items: flex-start; }
  .flex-valign-center {
    display: flex;
    align-items: center; }
  .flex-valign-end {
    display: flex;
    align-items: flex-end; }
  .flex-align-start {
    display: flex;
    justify-content: flex-start;
    text-align: left; }
  .flex-align-center {
    display: flex;
    justify-content: center;
    text-align: center; }
  .flex-align-end {
    display: flex;
    justify-content: flex-end;
    text-align: right; }
  .flex-start, .flex-start-start, .flex-start-center, .flex-start-end {
    justify-content: flex-start;
    text-align: left; }
    .flex-start-start {
      align-items: flex-start; }
    .flex-start-center {
      align-items: center; }
    .flex-start-end {
      align-items: flex-end; }
  .flex-center, .flex-center-start, .flex-center-center, .flex-center-end {
    justify-content: center;
    text-align: center; }
    .flex-center-start {
      align-items: flex-start; }
    .flex-center-center {
      align-items: center; }
    .flex-center-end {
      align-items: flex-end; }
  .flex-end, .flex-end-start, .flex-end-center, .flex-end-end {
    justify-content: flex-end;
    text-align: right; }
    .flex-end-start {
      align-items: flex-start; }
    .flex-end-center {
      align-items: center; }
    .flex-end-end {
      align-items: flex-end; }
  .flex-all-start {
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start; }
  .flex-all-center {
    justify-content: center;
    text-align: center;
    align-items: center; }
  .flex-all-end {
    justify-content: flex-end;
    text-align: right;
    align-items: flex-end; }

.text-align-center {
  text-align: center; }

.no-uppercase {
  text-transform: none; }

.ew-framework .ew-form-section {
  padding: 0 .5em;
  margin-bottom: .5em; }
  .ew-framework .ew-form-section .ew-form-section-legend {
    padding: 1em 0; }
    .ew-framework .ew-form-section .ew-form-section-legend i {
      margin-right: .2em; }
    .ew-framework .ew-form-section .ew-form-section-legend h1, .ew-framework .ew-form-section .ew-form-section-legend h2, .ew-framework .ew-form-section .ew-form-section-legend h3, .ew-framework .ew-form-section .ew-form-section-legend h4, .ew-framework .ew-form-section .ew-form-section-legend span {
      text-transform: none;
      font-weight: 500;
      display: flex;
      align-items: center; }
    .ew-framework .ew-form-section .ew-form-section-legend-divider {
      padding: 1em 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .ew-framework .ew-form-section .ew-form-section-legend-divider i {
        margin-right: .2em; }
      .ew-framework .ew-form-section .ew-form-section-legend-divider h1, .ew-framework .ew-form-section .ew-form-section-legend-divider h2, .ew-framework .ew-form-section .ew-form-section-legend-divider h3, .ew-framework .ew-form-section .ew-form-section-legend-divider h4, .ew-framework .ew-form-section .ew-form-section-legend-divider span {
        text-transform: none;
        font-weight: 500;
        display: flex;
        align-items: center;
        padding: 0 1em; }
      .ew-framework .ew-form-section .ew-form-section-legend-divider:before, .ew-framework .ew-form-section .ew-form-section-legend-divider:after {
        content: " ";
        flex: 1;
        height: 2px;
        background: var(--filler-color); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.primary i, .ew-framework .ew-form-section .ew-form-section-legend-divider.primary h1, .ew-framework .ew-form-section .ew-form-section-legend-divider.primary h2, .ew-framework .ew-form-section .ew-form-section-legend-divider.primary h3, .ew-framework .ew-form-section .ew-form-section-legend-divider.primary h4, .ew-framework .ew-form-section .ew-form-section-legend-divider.primary span {
        color: var(--primary-color); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.primary:after, .ew-framework .ew-form-section .ew-form-section-legend-divider.primary:before {
        background: var(--primary-color-desaturated); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.gray i, .ew-framework .ew-form-section .ew-form-section-legend-divider.gray h1, .ew-framework .ew-form-section .ew-form-section-legend-divider.gray h2, .ew-framework .ew-form-section .ew-form-section-legend-divider.gray h3, .ew-framework .ew-form-section .ew-form-section-legend-divider.gray h4, .ew-framework .ew-form-section .ew-form-section-legend-divider.gray span {
        color: var(--gray-color); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.gray:after, .ew-framework .ew-form-section .ew-form-section-legend-divider.gray:before {
        background: var(--gray-color-desaturated); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.filler i, .ew-framework .ew-form-section .ew-form-section-legend-divider.filler h1, .ew-framework .ew-form-section .ew-form-section-legend-divider.filler h2, .ew-framework .ew-form-section .ew-form-section-legend-divider.filler h3, .ew-framework .ew-form-section .ew-form-section-legend-divider.filler h4, .ew-framework .ew-form-section .ew-form-section-legend-divider.filler span {
        color: var(--filler-color); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.filler:after, .ew-framework .ew-form-section .ew-form-section-legend-divider.filler:before {
        background: var(--filler-color-desaturated); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.complement i, .ew-framework .ew-form-section .ew-form-section-legend-divider.complement h1, .ew-framework .ew-form-section .ew-form-section-legend-divider.complement h2, .ew-framework .ew-form-section .ew-form-section-legend-divider.complement h3, .ew-framework .ew-form-section .ew-form-section-legend-divider.complement h4, .ew-framework .ew-form-section .ew-form-section-legend-divider.complement span {
        color: var(--complement-color); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.complement:after, .ew-framework .ew-form-section .ew-form-section-legend-divider.complement:before {
        background: var(--complement-color-desaturated); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.light i, .ew-framework .ew-form-section .ew-form-section-legend-divider.light h1, .ew-framework .ew-form-section .ew-form-section-legend-divider.light h2, .ew-framework .ew-form-section .ew-form-section-legend-divider.light h3, .ew-framework .ew-form-section .ew-form-section-legend-divider.light h4, .ew-framework .ew-form-section .ew-form-section-legend-divider.light span {
        color: var(--light-color); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.light:after, .ew-framework .ew-form-section .ew-form-section-legend-divider.light:before {
        background: var(--light-color-desaturated); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.brand i, .ew-framework .ew-form-section .ew-form-section-legend-divider.brand h1, .ew-framework .ew-form-section .ew-form-section-legend-divider.brand h2, .ew-framework .ew-form-section .ew-form-section-legend-divider.brand h3, .ew-framework .ew-form-section .ew-form-section-legend-divider.brand h4, .ew-framework .ew-form-section .ew-form-section-legend-divider.brand span {
        color: var(--brand-color); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.brand:after, .ew-framework .ew-form-section .ew-form-section-legend-divider.brand:before {
        background: var(--brand-color-desaturated); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.dark i, .ew-framework .ew-form-section .ew-form-section-legend-divider.dark h1, .ew-framework .ew-form-section .ew-form-section-legend-divider.dark h2, .ew-framework .ew-form-section .ew-form-section-legend-divider.dark h3, .ew-framework .ew-form-section .ew-form-section-legend-divider.dark h4, .ew-framework .ew-form-section .ew-form-section-legend-divider.dark span {
        color: var(--dark-color); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.dark:after, .ew-framework .ew-form-section .ew-form-section-legend-divider.dark:before {
        background: var(--dark-color-desaturated); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.success i, .ew-framework .ew-form-section .ew-form-section-legend-divider.success h1, .ew-framework .ew-form-section .ew-form-section-legend-divider.success h2, .ew-framework .ew-form-section .ew-form-section-legend-divider.success h3, .ew-framework .ew-form-section .ew-form-section-legend-divider.success h4, .ew-framework .ew-form-section .ew-form-section-legend-divider.success span {
        color: var(--success-color); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.success:after, .ew-framework .ew-form-section .ew-form-section-legend-divider.success:before {
        background: var(--success-color-desaturated); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.info i, .ew-framework .ew-form-section .ew-form-section-legend-divider.info h1, .ew-framework .ew-form-section .ew-form-section-legend-divider.info h2, .ew-framework .ew-form-section .ew-form-section-legend-divider.info h3, .ew-framework .ew-form-section .ew-form-section-legend-divider.info h4, .ew-framework .ew-form-section .ew-form-section-legend-divider.info span {
        color: var(--info-color); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.info:after, .ew-framework .ew-form-section .ew-form-section-legend-divider.info:before {
        background: var(--info-color-desaturated); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.warning i, .ew-framework .ew-form-section .ew-form-section-legend-divider.warning h1, .ew-framework .ew-form-section .ew-form-section-legend-divider.warning h2, .ew-framework .ew-form-section .ew-form-section-legend-divider.warning h3, .ew-framework .ew-form-section .ew-form-section-legend-divider.warning h4, .ew-framework .ew-form-section .ew-form-section-legend-divider.warning span {
        color: var(--warning-color); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.warning:after, .ew-framework .ew-form-section .ew-form-section-legend-divider.warning:before {
        background: var(--warning-color-desaturated); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.error i, .ew-framework .ew-form-section .ew-form-section-legend-divider.error h1, .ew-framework .ew-form-section .ew-form-section-legend-divider.error h2, .ew-framework .ew-form-section .ew-form-section-legend-divider.error h3, .ew-framework .ew-form-section .ew-form-section-legend-divider.error h4, .ew-framework .ew-form-section .ew-form-section-legend-divider.error span {
        color: var(--error-color); }
      .ew-framework .ew-form-section .ew-form-section-legend-divider.error:after, .ew-framework .ew-form-section .ew-form-section-legend-divider.error:before {
        background: var(--error-color-desaturated); }
.ew-framework .tooltip-bubble > i {
  font-size: 1rem; }
.ew-framework .ew-form-group {
  display: flex;
  flex-wrap: wrap; }

html.ew-framework h1, html.ew-framework h2, html.ew-framework h3, html.ew-framework h4, html.ew-framework h5, html.ew-framework h6 {
  min-height: 1.2rem;
  font-weight: 500; }
  html.ew-framework h1:not(.compact), html.ew-framework h2:not(.compact), html.ew-framework h3:not(.compact), html.ew-framework h4:not(.compact), html.ew-framework h5:not(.compact), html.ew-framework h6:not(.compact) {
    margin-bottom: .5em;
    margin-top: .4em; }
  html.ew-framework h1 small, html.ew-framework h2 small, html.ew-framework h3 small, html.ew-framework h4 small, html.ew-framework h5 small, html.ew-framework h6 small {
    font-weight: 400;
    color: var(--dark-color-light); }
    html.ew-framework h1 small:before, html.ew-framework h2 small:before, html.ew-framework h3 small:before, html.ew-framework h4 small:before, html.ew-framework h5 small:before, html.ew-framework h6 small:before {
      font-size: inherit;
      content: '-';
      margin: 0 3px; }
  @media only screen and (max-width: 769px) and (min-width: 480px) {
    html.ew-framework h1.panel-title, html.ew-framework h2.panel-title, html.ew-framework h3.panel-title, html.ew-framework h4.panel-title, html.ew-framework h5.panel-title, html.ew-framework h6.panel-title {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      flex-wrap: wrap;
      line-height: 1.5;
      flex-direction: column; }
      html.ew-framework h1.panel-title small:before, html.ew-framework h2.panel-title small:before, html.ew-framework h3.panel-title small:before, html.ew-framework h4.panel-title small:before, html.ew-framework h5.panel-title small:before, html.ew-framework h6.panel-title small:before {
        content: ''; } }
html.ew-framework h1 {
  font-size: 2rem; }
html.ew-framework h2 {
  font-size: 1.6rem; }
html.ew-framework h3 {
  font-size: 1.4rem; }
html.ew-framework h4 {
  font-size: 1.2rem; }
html.ew-framework h5 {
  font-size: 1rem; }
html.ew-framework h6 {
  font-size: 0.8rem; }
html.ew-framework p {
  font-size: 0.825rem;
  line-height: 1.2rem;
  min-height: 1.2rem;
  margin-bottom: 1.2rem; }
html.ew-framework .ew-text-large {
  font-size: 1.5rem; }
html.ew-framework .ew-text-normal {
  font-size: 1rem; }
html.ew-framework .ew-text-small {
  font-size: 0.5rem; }
html.ew-framework .ew-text-compact {
  margin: 5px 2px;
  padding: 0; }
html.ew-framework .ew-text-ultra-compact {
  margin: 0;
  padding: 0; }
html.ew-framework .ew-label-text, html.ew-framework label, html.ew-framework .ew-table th {
  color: var(--font-label-color);
  font-weight: 500;
  font-size: 1rem; }
html.ew-framework .ew-font-information {
  position: relative;
  color: var(--font-color-light); }
  html.ew-framework .ew-font-information:not(.center) {
    padding-left: 2rem; }
  html.ew-framework .ew-font-information.center {
    padding-bottom: 2rem; }
    html.ew-framework .ew-font-information.center:before {
      align-items: center;
      justify-content: center;
      position: absolute;
      vertical-align: middle;
      bottom: 0.15rem;
      padding-top: 0.15rem;
      font-size: 1.2rem;
      height: 1.2rem;
      width: 100%;
      font-family: "Material Icons";
      content: '\e88e';
      color: var(--info-color);
      border: none;
      border-top: 2px solid var(--info-color-light); }
  html.ew-framework .ew-font-information:before {
    display: flex;
    align-items: center;
    position: absolute;
    vertical-align: middle;
    left: 0.15rem;
    padding-right: 0.15rem;
    font-size: 1.2rem;
    height: 100%;
    font-family: "Material Icons";
    content: '\e88e';
    color: var(--info-color);
    border-right: 2px solid var(--info-color-light); }
html.ew-framework .ew-font-error {
  position: relative;
  color: var(--font-color-light); }
  html.ew-framework .ew-font-error:not(.center) {
    padding-left: 2rem; }
  html.ew-framework .ew-font-error.center {
    padding-bottom: 2rem; }
    html.ew-framework .ew-font-error.center:before {
      align-items: center;
      justify-content: center;
      position: absolute;
      vertical-align: middle;
      bottom: 0.15rem;
      padding-top: 0.15rem;
      font-size: 1.2rem;
      height: 1.2rem;
      width: 100%;
      font-family: "Material Icons";
      content: '\e88e';
      color: var(--error-color);
      border: none;
      border-top: 2px solid var(--error-color-light); }
  html.ew-framework .ew-font-error:before {
    display: flex;
    align-items: center;
    position: absolute;
    vertical-align: middle;
    left: 0.15rem;
    padding-right: 0.15rem;
    font-size: 1.2rem;
    height: 100%;
    font-family: "Material Icons";
    content: '\e88e';
    color: var(--error-color);
    border-right: 2px solid var(--error-color-light); }
html.ew-framework .ew-font-warning {
  position: relative;
  color: var(--font-color-light);
  padding-left: 2rem; }
  html.ew-framework .ew-font-warning:not(.center) {
    padding-left: 2rem; }
  html.ew-framework .ew-font-warning.center {
    padding-bottom: 2rem; }
    html.ew-framework .ew-font-warning.center:before {
      align-items: center;
      justify-content: center;
      position: absolute;
      vertical-align: middle;
      bottom: 0.15rem;
      padding-top: 0.15rem;
      font-size: 1.2rem;
      height: 1.2rem;
      width: 100%;
      font-family: "Material Icons";
      content: '\e88e';
      color: var(--warning-color);
      border: none;
      border-top: 2px solid var(--warning-color-light); }
  html.ew-framework .ew-font-warning:before {
    display: flex;
    align-items: center;
    position: absolute;
    vertical-align: middle;
    left: 0.15rem;
    padding-right: 0.15rem;
    font-size: 1.2rem;
    height: 100%;
    font-family: "Material Icons";
    content: '\e002';
    color: var(--warning-color);
    border-right: 2px solid var(--warning-color-light); }
html.ew-framework .ew-text-section {
  padding: 0 .5em;
  margin-bottom: .5em; }
  html.ew-framework .ew-text-section .ew-text-section-legend {
    padding: 1em 0; }
    html.ew-framework .ew-text-section .ew-text-section-legend i {
      margin-right: .2em; }
    html.ew-framework .ew-text-section .ew-text-section-legend h1, html.ew-framework .ew-text-section .ew-text-section-legend h2, html.ew-framework .ew-text-section .ew-text-section-legend h3, html.ew-framework .ew-text-section .ew-text-section-legend h4, html.ew-framework .ew-text-section .ew-text-section-legend span {
      text-transform: none;
      font-weight: 500;
      display: flex;
      align-items: center; }
    html.ew-framework .ew-text-section .ew-text-section-legend-divider {
      padding: 1em 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider i {
        margin-right: .2em; }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider span {
        text-transform: none;
        font-weight: 500;
        display: flex;
        align-items: center;
        padding: 0 1em; }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider:before, html.ew-framework .ew-text-section .ew-text-section-legend-divider:after {
        content: " ";
        flex: 1;
        height: 2px;
        background: var(--filler-color); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary span {
        color: var(--primary-color); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary:before {
        background: var(--primary-color-desaturated); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray span {
        color: var(--gray-color); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray:before {
        background: var(--gray-color-desaturated); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler span {
        color: var(--filler-color); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler:before {
        background: var(--filler-color-desaturated); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.complement i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.complement h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.complement h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.complement h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.complement h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.complement span {
        color: var(--complement-color); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.complement:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.complement:before {
        background: var(--complement-color-desaturated); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.light i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.light h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.light h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.light h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.light h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.light span {
        color: var(--light-color); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.light:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.light:before {
        background: var(--light-color-desaturated); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand span {
        color: var(--brand-color); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand:before {
        background: var(--brand-color-desaturated); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark span {
        color: var(--dark-color); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark:before {
        background: var(--dark-color-desaturated); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.success i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.success h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.success h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.success h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.success h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.success span {
        color: var(--success-color); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.success:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.success:before {
        background: var(--success-color-desaturated); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.info i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.info h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.info h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.info h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.info h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.info span {
        color: var(--info-color); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.info:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.info:before {
        background: var(--info-color-desaturated); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning span {
        color: var(--warning-color); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning:before {
        background: var(--warning-color-desaturated); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.error i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.error h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.error h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.error h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.error h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.error span {
        color: var(--error-color); }
      html.ew-framework .ew-text-section .ew-text-section-legend-divider.error:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.error:before {
        background: var(--error-color-desaturated); }
html.ew-framework .ew-text-group {
  display: flex;
  flex-wrap: wrap; }

html.ew-framework {
  /*====================*/
  /* PROGRESS BAR STYLE */
  /*====================*/
  /*==============*/
  /* NAVBAR STYLE */
  /*==============*/
  /*===============*/
  /* PROFILE STYLE */
  /*===============*/
  /*================*/
  /* CHECKBOX STYLE */
  /*================*/
  /*============*/
  /* BADGE STYLE */
  /*============*/
  /*============*/
  /* CARD STYLE */
  /*============*/
  /*==============*/
  /* BUTTON STYLE */
  /*==============*/
  /*==============*/
  /* NAVBAR STYLE */
  /*==============*/
  /* You can use color classes to choose background. Some examples : ".error, .error-light, .brand"  */ }
  html.ew-framework .ew-row {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap; }
    html.ew-framework .ew-row.compact-top > .ew-col {
      padding-top: 0.5rem; }
    html.ew-framework .ew-row.compact-right > .ew-col {
      padding-right: 0.5rem; }
    html.ew-framework .ew-row.compact-bottom > .ew-col {
      padding-bottom: 0.5rem; }
    html.ew-framework .ew-row.compact-left > .ew-col {
      padding-left: 0.5rem; }
    html.ew-framework .ew-row.compact-horizontal > .ew-col {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    html.ew-framework .ew-row.compact-vertical > .ew-col {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
    html.ew-framework .ew-row.compact-all > .ew-col {
      padding: 0.5rem; }
    html.ew-framework .ew-row.ultracompact-top > .ew-col {
      padding-top: 0.3333333333rem; }
    html.ew-framework .ew-row.ultracompact-right > .ew-col {
      padding-right: 0.3333333333rem; }
    html.ew-framework .ew-row.ultracompact-bottom > .ew-col {
      padding-bottom: 0.3333333333rem; }
    html.ew-framework .ew-row.ultracompact-left > .ew-col {
      padding-left: 0.3333333333rem; }
    html.ew-framework .ew-row.ultracompact-horizontal > .ew-col {
      padding-left: 0.3333333333rem;
      padding-right: 0.3333333333rem; }
    html.ew-framework .ew-row.ultracompact-vertical > .ew-col {
      padding-top: 0.3333333333rem;
      padding-bottom: 0.3333333333rem; }
    html.ew-framework .ew-row.ultracompact-all > .ew-col {
      padding: 0.3333333333rem; }
    html.ew-framework .ew-row.no-gutter-top > .ew-col {
      padding-top: 0; }
    html.ew-framework .ew-row.no-gutter-bottom > .ew-col {
      padding-bottom: 0; }
    html.ew-framework .ew-row.no-gutter-left > .ew-col {
      padding-left: 0; }
    html.ew-framework .ew-row.no-gutter-right > .ew-col {
      padding-right: 0; }
    html.ew-framework .ew-row.no-gutter-horizontal > .ew-col {
      padding-left: 0;
      padding-right: 0; }
    html.ew-framework .ew-row.no-gutter-vertical > .ew-col {
      padding-top: 0;
      padding-bottom: 0; }
    html.ew-framework .ew-row.no-gutter-all > .ew-col {
      padding: 0; }
  html.ew-framework .ew-row.reverse {
    flex-direction: row-reverse; }
  html.ew-framework .ew-row.natural-height {
    align-items: flex-start; }
  html.ew-framework .ew-row.flex-column {
    flex-direction: column; }
  html.ew-framework .fade-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical; }
  html.ew-framework .ew-col {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem; }
    html.ew-framework .ew-col.compact-top {
      padding-top: 0.5rem; }
    html.ew-framework .ew-col.compact-right {
      padding-right: 0.5rem; }
    html.ew-framework .ew-col.compact-bottom {
      padding-bottom: 0.5rem; }
    html.ew-framework .ew-col.compact-left {
      padding-left: 0.5rem; }
    html.ew-framework .ew-col.compact-horizontal {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    html.ew-framework .ew-col.compact-vertical {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
    html.ew-framework .ew-col.compact-all {
      padding: 0.5rem; }
    html.ew-framework .ew-col.ultracompact-top {
      padding-top: 0.3333333333rem; }
    html.ew-framework .ew-col.ultracompact-right {
      padding-right: 0.3333333333rem; }
    html.ew-framework .ew-col.ultracompact-bottom {
      padding-bottom: 0.3333333333rem; }
    html.ew-framework .ew-col.ultracompact-left {
      padding-left: 0.3333333333rem; }
    html.ew-framework .ew-col.ultracompact-horizontal {
      padding-left: 0.3333333333rem;
      padding-right: 0.3333333333rem; }
    html.ew-framework .ew-col.ultracompact-vertical {
      padding-top: 0.3333333333rem;
      padding-bottom: 0.3333333333rem; }
    html.ew-framework .ew-col.ultracompact-all {
      padding: 0.3333333333rem; }
    html.ew-framework .ew-col.no-gutter-top {
      padding-top: 0; }
    html.ew-framework .ew-col.no-gutter-bottom {
      padding-bottom: 0; }
    html.ew-framework .ew-col.no-gutter-left {
      padding-left: 0; }
    html.ew-framework .ew-col.no-gutter-right {
      padding-right: 0; }
    html.ew-framework .ew-col.no-gutter-horizontal {
      padding-left: 0;
      padding-right: 0; }
    html.ew-framework .ew-col.no-gutter-vertical {
      padding-top: 0;
      padding-bottom: 0; }
    html.ew-framework .ew-col.no-gutter-all {
      padding: 0; }
  html.ew-framework .ew-col.reverse {
    flex-direction: column-reverse; }
  html.ew-framework .first {
    order: -1; }
  html.ew-framework .last {
    order: 1; }
  html.ew-framework .align-start {
    align-self: flex-start; }
  html.ew-framework .align-end {
    align-self: flex-end; }
  html.ew-framework .align-center {
    align-self: center; }
  html.ew-framework .align-baseline {
    align-self: baseline; }
  html.ew-framework .align-stretch {
    align-self: stretch; }
  html.ew-framework .xs {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem; }
  html.ew-framework .xs-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem; }
  html.ew-framework .xs-offset-1 {
    margin-left: 8.3333333333%; }
  html.ew-framework .xs-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem; }
  html.ew-framework .xs-offset-2 {
    margin-left: 16.6666666667%; }
  html.ew-framework .xs-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem; }
  html.ew-framework .xs-offset-3 {
    margin-left: 25%; }
  html.ew-framework .xs-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem; }
  html.ew-framework .xs-offset-4 {
    margin-left: 33.3333333333%; }
  html.ew-framework .xs-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem; }
  html.ew-framework .xs-offset-5 {
    margin-left: 41.6666666667%; }
  html.ew-framework .xs-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem; }
  html.ew-framework .xs-offset-6 {
    margin-left: 50%; }
  html.ew-framework .xs-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem; }
  html.ew-framework .xs-offset-7 {
    margin-left: 58.3333333333%; }
  html.ew-framework .xs-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem; }
  html.ew-framework .xs-offset-8 {
    margin-left: 66.6666666667%; }
  html.ew-framework .xs-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem; }
  html.ew-framework .xs-offset-9 {
    margin-left: 75%; }
  html.ew-framework .xs-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem; }
  html.ew-framework .xs-offset-10 {
    margin-left: 83.3333333333%; }
  html.ew-framework .xs-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem; }
  html.ew-framework .xs-offset-11 {
    margin-left: 91.6666666667%; }
  html.ew-framework .xs-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem; }
  html.ew-framework .xs-offset-12 {
    margin-left: 100%; }
  html.ew-framework .ew-row.start-xs {
    justify-content: flex-start; }
  html.ew-framework .ew-row.center-xs {
    justify-content: center; }
  html.ew-framework .ew-row.end-xs {
    justify-content: flex-end; }
  html.ew-framework .ew-row.top-xs {
    align-items: flex-start; }
  html.ew-framework .ew-row.middle-xs {
    align-items: center; }
  html.ew-framework .ew-row.bottom-xs {
    align-items: flex-end; }
  html.ew-framework .ew-row.around-xs {
    justify-content: space-around; }
  html.ew-framework .ew-row.between-xs {
    justify-content: space-between; }
  html.ew-framework .first-xs {
    order: -1; }
  html.ew-framework .last-xs {
    order: 1; }
  @media only screen and (min-width: 41rem) {
    html.ew-framework .sm {
      box-sizing: border-box;
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%;
      padding: 1rem; }
    html.ew-framework .sm-1 {
      box-sizing: border-box;
      flex-basis: 8.3333333333%;
      max-width: 8.3333333333%;
      padding: 1rem; }
    html.ew-framework .sm-offset-1 {
      margin-left: 8.3333333333%; }
    html.ew-framework .sm-2 {
      box-sizing: border-box;
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%;
      padding: 1rem; }
    html.ew-framework .sm-offset-2 {
      margin-left: 16.6666666667%; }
    html.ew-framework .sm-3 {
      box-sizing: border-box;
      flex-basis: 25%;
      max-width: 25%;
      padding: 1rem; }
    html.ew-framework .sm-offset-3 {
      margin-left: 25%; }
    html.ew-framework .sm-4 {
      box-sizing: border-box;
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%;
      padding: 1rem; }
    html.ew-framework .sm-offset-4 {
      margin-left: 33.3333333333%; }
    html.ew-framework .sm-5 {
      box-sizing: border-box;
      flex-basis: 41.6666666667%;
      max-width: 41.6666666667%;
      padding: 1rem; }
    html.ew-framework .sm-offset-5 {
      margin-left: 41.6666666667%; }
    html.ew-framework .sm-6 {
      box-sizing: border-box;
      flex-basis: 50%;
      max-width: 50%;
      padding: 1rem; }
    html.ew-framework .sm-offset-6 {
      margin-left: 50%; }
    html.ew-framework .sm-7 {
      box-sizing: border-box;
      flex-basis: 58.3333333333%;
      max-width: 58.3333333333%;
      padding: 1rem; }
    html.ew-framework .sm-offset-7 {
      margin-left: 58.3333333333%; }
    html.ew-framework .sm-8 {
      box-sizing: border-box;
      flex-basis: 66.6666666667%;
      max-width: 66.6666666667%;
      padding: 1rem; }
    html.ew-framework .sm-offset-8 {
      margin-left: 66.6666666667%; }
    html.ew-framework .sm-9 {
      box-sizing: border-box;
      flex-basis: 75%;
      max-width: 75%;
      padding: 1rem; }
    html.ew-framework .sm-offset-9 {
      margin-left: 75%; }
    html.ew-framework .sm-10 {
      box-sizing: border-box;
      flex-basis: 83.3333333333%;
      max-width: 83.3333333333%;
      padding: 1rem; }
    html.ew-framework .sm-offset-10 {
      margin-left: 83.3333333333%; }
    html.ew-framework .sm-11 {
      box-sizing: border-box;
      flex-basis: 91.6666666667%;
      max-width: 91.6666666667%;
      padding: 1rem; }
    html.ew-framework .sm-offset-11 {
      margin-left: 91.6666666667%; }
    html.ew-framework .sm-12 {
      box-sizing: border-box;
      flex-basis: 100%;
      max-width: 100%;
      padding: 1rem; }
    html.ew-framework .sm-offset-12 {
      margin-left: 100%; }
    html.ew-framework .ew-row.start-sm {
      justify-content: flex-start; }
    html.ew-framework .ew-row.center-sm {
      justify-content: center; }
    html.ew-framework .ew-row.end-sm {
      justify-content: flex-end; }
    html.ew-framework .ew-row.top-sm {
      align-items: flex-start; }
    html.ew-framework .ew-row.middle-sm {
      align-items: center; }
    html.ew-framework .ew-row.bottom-sm {
      align-items: flex-end; }
    html.ew-framework .ew-row.around-sm {
      justify-content: space-around; }
    html.ew-framework .ew-row.between-sm {
      justify-content: space-between; }
    html.ew-framework .first-sm {
      order: -1; }
    html.ew-framework .last-sm {
      order: 1; } }
  @media only screen and (min-width: 65rem) {
    html.ew-framework .md {
      box-sizing: border-box;
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%;
      padding: 1rem; }
    html.ew-framework .md-1 {
      box-sizing: border-box;
      flex-basis: 8.3333333333%;
      max-width: 8.3333333333%;
      padding: 1rem; }
    html.ew-framework .md-offset-1 {
      margin-left: 8.3333333333%; }
    html.ew-framework .md-2 {
      box-sizing: border-box;
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%;
      padding: 1rem; }
    html.ew-framework .md-offset-2 {
      margin-left: 16.6666666667%; }
    html.ew-framework .md-3 {
      box-sizing: border-box;
      flex-basis: 25%;
      max-width: 25%;
      padding: 1rem; }
    html.ew-framework .md-offset-3 {
      margin-left: 25%; }
    html.ew-framework .md-4 {
      box-sizing: border-box;
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%;
      padding: 1rem; }
    html.ew-framework .md-offset-4 {
      margin-left: 33.3333333333%; }
    html.ew-framework .md-5 {
      box-sizing: border-box;
      flex-basis: 41.6666666667%;
      max-width: 41.6666666667%;
      padding: 1rem; }
    html.ew-framework .md-offset-5 {
      margin-left: 41.6666666667%; }
    html.ew-framework .md-6 {
      box-sizing: border-box;
      flex-basis: 50%;
      max-width: 50%;
      padding: 1rem; }
    html.ew-framework .md-offset-6 {
      margin-left: 50%; }
    html.ew-framework .md-7 {
      box-sizing: border-box;
      flex-basis: 58.3333333333%;
      max-width: 58.3333333333%;
      padding: 1rem; }
    html.ew-framework .md-offset-7 {
      margin-left: 58.3333333333%; }
    html.ew-framework .md-8 {
      box-sizing: border-box;
      flex-basis: 66.6666666667%;
      max-width: 66.6666666667%;
      padding: 1rem; }
    html.ew-framework .md-offset-8 {
      margin-left: 66.6666666667%; }
    html.ew-framework .md-9 {
      box-sizing: border-box;
      flex-basis: 75%;
      max-width: 75%;
      padding: 1rem; }
    html.ew-framework .md-offset-9 {
      margin-left: 75%; }
    html.ew-framework .md-10 {
      box-sizing: border-box;
      flex-basis: 83.3333333333%;
      max-width: 83.3333333333%;
      padding: 1rem; }
    html.ew-framework .md-offset-10 {
      margin-left: 83.3333333333%; }
    html.ew-framework .md-11 {
      box-sizing: border-box;
      flex-basis: 91.6666666667%;
      max-width: 91.6666666667%;
      padding: 1rem; }
    html.ew-framework .md-offset-11 {
      margin-left: 91.6666666667%; }
    html.ew-framework .md-12 {
      box-sizing: border-box;
      flex-basis: 100%;
      max-width: 100%;
      padding: 1rem; }
    html.ew-framework .md-offset-12 {
      margin-left: 100%; }
    html.ew-framework .ew-row.start-md {
      justify-content: flex-start; }
    html.ew-framework .ew-row.center-md {
      justify-content: center; }
    html.ew-framework .ew-row.end-md {
      justify-content: flex-end; }
    html.ew-framework .ew-row.top-md {
      align-items: flex-start; }
    html.ew-framework .ew-row.middle-md {
      align-items: center; }
    html.ew-framework .ew-row.bottom-md {
      align-items: flex-end; }
    html.ew-framework .ew-row.around-md {
      justify-content: space-around; }
    html.ew-framework .ew-row.between-md {
      justify-content: space-between; }
    html.ew-framework .first-md {
      order: -1; }
    html.ew-framework .last-md {
      order: 1; } }
  @media only screen and (min-width: 91rem) {
    html.ew-framework .lg {
      box-sizing: border-box;
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%;
      padding: 1rem; }
    html.ew-framework .lg-1 {
      box-sizing: border-box;
      flex-basis: 8.3333333333%;
      max-width: 8.3333333333%;
      padding: 1rem; }
    html.ew-framework .lg-offset-1 {
      margin-left: 8.3333333333%; }
    html.ew-framework .lg-2 {
      box-sizing: border-box;
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%;
      padding: 1rem; }
    html.ew-framework .lg-offset-2 {
      margin-left: 16.6666666667%; }
    html.ew-framework .lg-3 {
      box-sizing: border-box;
      flex-basis: 25%;
      max-width: 25%;
      padding: 1rem; }
    html.ew-framework .lg-offset-3 {
      margin-left: 25%; }
    html.ew-framework .lg-4 {
      box-sizing: border-box;
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%;
      padding: 1rem; }
    html.ew-framework .lg-offset-4 {
      margin-left: 33.3333333333%; }
    html.ew-framework .lg-5 {
      box-sizing: border-box;
      flex-basis: 41.6666666667%;
      max-width: 41.6666666667%;
      padding: 1rem; }
    html.ew-framework .lg-offset-5 {
      margin-left: 41.6666666667%; }
    html.ew-framework .lg-6 {
      box-sizing: border-box;
      flex-basis: 50%;
      max-width: 50%;
      padding: 1rem; }
    html.ew-framework .lg-offset-6 {
      margin-left: 50%; }
    html.ew-framework .lg-7 {
      box-sizing: border-box;
      flex-basis: 58.3333333333%;
      max-width: 58.3333333333%;
      padding: 1rem; }
    html.ew-framework .lg-offset-7 {
      margin-left: 58.3333333333%; }
    html.ew-framework .lg-8 {
      box-sizing: border-box;
      flex-basis: 66.6666666667%;
      max-width: 66.6666666667%;
      padding: 1rem; }
    html.ew-framework .lg-offset-8 {
      margin-left: 66.6666666667%; }
    html.ew-framework .lg-9 {
      box-sizing: border-box;
      flex-basis: 75%;
      max-width: 75%;
      padding: 1rem; }
    html.ew-framework .lg-offset-9 {
      margin-left: 75%; }
    html.ew-framework .lg-10 {
      box-sizing: border-box;
      flex-basis: 83.3333333333%;
      max-width: 83.3333333333%;
      padding: 1rem; }
    html.ew-framework .lg-offset-10 {
      margin-left: 83.3333333333%; }
    html.ew-framework .lg-11 {
      box-sizing: border-box;
      flex-basis: 91.6666666667%;
      max-width: 91.6666666667%;
      padding: 1rem; }
    html.ew-framework .lg-offset-11 {
      margin-left: 91.6666666667%; }
    html.ew-framework .lg-12 {
      box-sizing: border-box;
      flex-basis: 100%;
      max-width: 100%;
      padding: 1rem; }
    html.ew-framework .lg-offset-12 {
      margin-left: 100%; }
    html.ew-framework .ew-row.start-lg {
      justify-content: flex-start; }
    html.ew-framework .ew-row.center-lg {
      justify-content: center; }
    html.ew-framework .ew-row.end-lg {
      justify-content: flex-end; }
    html.ew-framework .ew-row.top-lg {
      align-items: flex-start; }
    html.ew-framework .ew-row.middle-lg {
      align-items: center; }
    html.ew-framework .ew-row.bottom-lg {
      align-items: flex-end; }
    html.ew-framework .ew-row.around-lg {
      justify-content: space-around; }
    html.ew-framework .ew-row.between-lg {
      justify-content: space-between; }
    html.ew-framework .first-lg {
      order: -1; }
    html.ew-framework .last-lg {
      order: 1; } }
  @media only screen and (min-width: 121rem) {
    html.ew-framework .xl {
      box-sizing: border-box;
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%;
      padding: 1rem; }
    html.ew-framework .xl-1 {
      box-sizing: border-box;
      flex-basis: 8.3333333333%;
      max-width: 8.3333333333%;
      padding: 1rem; }
    html.ew-framework .xl-offset-1 {
      margin-left: 8.3333333333%; }
    html.ew-framework .xl-2 {
      box-sizing: border-box;
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%;
      padding: 1rem; }
    html.ew-framework .xl-offset-2 {
      margin-left: 16.6666666667%; }
    html.ew-framework .xl-3 {
      box-sizing: border-box;
      flex-basis: 25%;
      max-width: 25%;
      padding: 1rem; }
    html.ew-framework .xl-offset-3 {
      margin-left: 25%; }
    html.ew-framework .xl-4 {
      box-sizing: border-box;
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%;
      padding: 1rem; }
    html.ew-framework .xl-offset-4 {
      margin-left: 33.3333333333%; }
    html.ew-framework .xl-5 {
      box-sizing: border-box;
      flex-basis: 41.6666666667%;
      max-width: 41.6666666667%;
      padding: 1rem; }
    html.ew-framework .xl-offset-5 {
      margin-left: 41.6666666667%; }
    html.ew-framework .xl-6 {
      box-sizing: border-box;
      flex-basis: 50%;
      max-width: 50%;
      padding: 1rem; }
    html.ew-framework .xl-offset-6 {
      margin-left: 50%; }
    html.ew-framework .xl-7 {
      box-sizing: border-box;
      flex-basis: 58.3333333333%;
      max-width: 58.3333333333%;
      padding: 1rem; }
    html.ew-framework .xl-offset-7 {
      margin-left: 58.3333333333%; }
    html.ew-framework .xl-8 {
      box-sizing: border-box;
      flex-basis: 66.6666666667%;
      max-width: 66.6666666667%;
      padding: 1rem; }
    html.ew-framework .xl-offset-8 {
      margin-left: 66.6666666667%; }
    html.ew-framework .xl-9 {
      box-sizing: border-box;
      flex-basis: 75%;
      max-width: 75%;
      padding: 1rem; }
    html.ew-framework .xl-offset-9 {
      margin-left: 75%; }
    html.ew-framework .xl-10 {
      box-sizing: border-box;
      flex-basis: 83.3333333333%;
      max-width: 83.3333333333%;
      padding: 1rem; }
    html.ew-framework .xl-offset-10 {
      margin-left: 83.3333333333%; }
    html.ew-framework .xl-11 {
      box-sizing: border-box;
      flex-basis: 91.6666666667%;
      max-width: 91.6666666667%;
      padding: 1rem; }
    html.ew-framework .xl-offset-11 {
      margin-left: 91.6666666667%; }
    html.ew-framework .xl-12 {
      box-sizing: border-box;
      flex-basis: 100%;
      max-width: 100%;
      padding: 1rem; }
    html.ew-framework .xl-offset-12 {
      margin-left: 100%; }
    html.ew-framework .ew-row.start-xl {
      justify-content: flex-start; }
    html.ew-framework .ew-row.center-xl {
      justify-content: center; }
    html.ew-framework .ew-row.end-xl {
      justify-content: flex-end; }
    html.ew-framework .ew-row.top-xl {
      align-items: flex-start; }
    html.ew-framework .ew-row.middle-xl {
      align-items: center; }
    html.ew-framework .ew-row.bottom-xl {
      align-items: flex-end; }
    html.ew-framework .ew-row.around-xl {
      justify-content: space-around; }
    html.ew-framework .ew-row.between-xl {
      justify-content: space-between; }
    html.ew-framework .first-xl {
      order: -1; }
    html.ew-framework .last-xl {
      order: 1; } }
  html.ew-framework .col-gutter-lr {
    padding: 0 1rem; }
  html.ew-framework .col-no-gutter {
    padding: 0; }
  html.ew-framework .show {
    display: block !important; }
  html.ew-framework .ew-row.show {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  html.ew-framework .hide {
    display: none !important; }
  html.ew-framework .show-xs {
    display: block !important; }
  html.ew-framework .ew-row.show-xs {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  html.ew-framework .hide-xs {
    display: none !important; }
  @media only screen and (max-width: 40rem) {
    html.ew-framework .show-xs-only {
      display: block !important; }
    html.ew-framework .ew-row.show-xs-only {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    html.ew-framework .hide-xs-only {
      display: none !important; } }
  @media only screen and (min-width: 41rem) {
    html.ew-framework .show-sm {
      display: block !important; }
    html.ew-framework .ew-row.show-sm {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    html.ew-framework .hide-sm {
      display: none !important; } }
  @media only screen and (min-width: 41rem) and (max-width: 64rem) {
    html.ew-framework .show-sm-only {
      display: block !important; }
    html.ew-framework .ew-row.show-sm-only {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    html.ew-framework .hide-sm-only {
      display: none !important; } }
  @media only screen and (min-width: 65rem) {
    html.ew-framework .show-md {
      display: block !important; }
    html.ew-framework .ew-row.show-md {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    html.ew-framework .hide-md {
      display: none !important; } }
  @media only screen and (min-width: 65rem) and (max-width: 90rem) {
    html.ew-framework .show-md-only {
      display: block !important; }
    html.ew-framework .ew-row.show-md-only {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    html.ew-framework .hide-md-only {
      display: none !important; } }
  @media only screen and (min-width: 91rem) {
    html.ew-framework .show-lg {
      display: block !important; }
    html.ew-framework .ew-row.show-lg {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    html.ew-framework .hide-lg {
      display: none !important; } }
  @media only screen and (min-width: 91rem) and (max-width: 120rem) {
    html.ew-framework .show-lg-only {
      display: block !important; }
    html.ew-framework .ew-row.show-lg-only {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    html.ew-framework .hide-lg-only {
      display: none !important; } }
  @media only screen and (min-width: 121rem) {
    html.ew-framework .show-xl {
      display: block !important; }
    html.ew-framework .ew-row.show-xl {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    html.ew-framework .hide-xl {
      display: none !important; } }
  html.ew-framework .ew-breadcrumb {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 10px 0 0 10px;
    font-family: "AvertaPE", "Montserrat", sans-serif; }
    html.ew-framework .ew-breadcrumb .ew-crumb {
      float: left;
      z-index: 1;
      background: var(--primary-color);
      color: var(--light-color);
      transition: background .1s ease-in-out;
      width: fit-content; }
      html.ew-framework .ew-breadcrumb .ew-crumb:hover {
        background: var(--primary-color-saturated); }
      html.ew-framework .ew-breadcrumb .ew-crumb.home {
        color: var(--primary-color);
        background: transparent; }
      html.ew-framework .ew-breadcrumb .ew-crumb:not(.home) {
        z-index: 1;
        margin-right: 5px; }
        html.ew-framework .ew-breadcrumb .ew-crumb:not(.home) a {
          padding: 0 1rem;
          display: block;
          text-decoration: none;
          position: relative; }
      html.ew-framework .ew-breadcrumb .ew-crumb.active {
        padding: 0 1rem;
        display: block;
        position: relative;
        cursor: default;
        color: var(--light-color);
        background: var(--primary-color);
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem; }
      html.ew-framework .ew-breadcrumb .ew-crumb:not(.active) {
        -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
  html.ew-framework .ew-progress-container {
    position: relative;
    display: block;
    border-radius: 2px;
    background: var(--filler-color);
    height: 5px;
    width: 100%;
    margin-top: 1.1rem;
    margin-bottom: 2px; }
    html.ew-framework .ew-progress-container:not(.flat) {
      -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .ew-progress-container.wide-track {
      height: 10px; }
      html.ew-framework .ew-progress-container.wide-track .ew-progress-bar {
        height: 10px; }
    html.ew-framework .ew-progress-container.primary .ew-progress-bar {
      background: var(--primary-color); }
    html.ew-framework .ew-progress-container.ew-progress-bg-primary {
      background: var(--primary-color-light); }
    html.ew-framework .ew-progress-container.gray .ew-progress-bar {
      background: var(--gray-color); }
    html.ew-framework .ew-progress-container.ew-progress-bg-gray {
      background: var(--gray-color-light); }
    html.ew-framework .ew-progress-container.filler .ew-progress-bar {
      background: var(--filler-color); }
    html.ew-framework .ew-progress-container.ew-progress-bg-filler {
      background: var(--filler-color-light); }
    html.ew-framework .ew-progress-container.complement .ew-progress-bar {
      background: var(--complement-color); }
    html.ew-framework .ew-progress-container.ew-progress-bg-complement {
      background: var(--complement-color-light); }
    html.ew-framework .ew-progress-container.light .ew-progress-bar {
      background: var(--light-color); }
    html.ew-framework .ew-progress-container.ew-progress-bg-light {
      background: var(--light-color-light); }
    html.ew-framework .ew-progress-container.brand .ew-progress-bar {
      background: var(--brand-color); }
    html.ew-framework .ew-progress-container.ew-progress-bg-brand {
      background: var(--brand-color-light); }
    html.ew-framework .ew-progress-container.dark .ew-progress-bar {
      background: var(--dark-color); }
    html.ew-framework .ew-progress-container.ew-progress-bg-dark {
      background: var(--dark-color-light); }
    html.ew-framework .ew-progress-container.success .ew-progress-bar {
      background: var(--success-color); }
    html.ew-framework .ew-progress-container.ew-progress-bg-success {
      background: var(--success-color-light); }
    html.ew-framework .ew-progress-container.info .ew-progress-bar {
      background: var(--info-color); }
    html.ew-framework .ew-progress-container.ew-progress-bg-info {
      background: var(--info-color-light); }
    html.ew-framework .ew-progress-container.warning .ew-progress-bar {
      background: var(--warning-color); }
    html.ew-framework .ew-progress-container.ew-progress-bg-warning {
      background: var(--warning-color-light); }
    html.ew-framework .ew-progress-container.error .ew-progress-bar {
      background: var(--error-color); }
    html.ew-framework .ew-progress-container.ew-progress-bg-error {
      background: var(--error-color-light); }
  html.ew-framework .ew-progress-bar {
    display: block;
    border-radius: 2px;
    background: var(--primary-color);
    height: 5px;
    width: 0;
    transition: width 0.4s ease-in-out;
    z-index: 1; }
  html.ew-framework .ew-progress-number {
    position: absolute;
    right: 0;
    top: -1.1rem;
    font-size: 1rem;
    color: var(--font-color-light); }
  html.ew-framework .ew-input ~ .chosen-container > .chosen-single, html.ew-framework .ew-input ~ .chosen-container > .chosen-choices {
    border-radius: 4px;
    height: 33px;
    line-height: 30px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.075em; }
  html.ew-framework .ew-spinner-container {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-content: center; }
    html.ew-framework .ew-spinner-container.primary .ew-spinner {
      border-top-color: var(--primary-color); }
    html.ew-framework .ew-spinner-container.gray .ew-spinner {
      border-top-color: var(--gray-color); }
    html.ew-framework .ew-spinner-container.filler .ew-spinner {
      border-top-color: var(--filler-color); }
    html.ew-framework .ew-spinner-container.complement .ew-spinner {
      border-top-color: var(--complement-color); }
    html.ew-framework .ew-spinner-container.light .ew-spinner {
      border-top-color: var(--light-color); }
    html.ew-framework .ew-spinner-container.brand .ew-spinner {
      border-top-color: var(--brand-color); }
    html.ew-framework .ew-spinner-container.dark .ew-spinner {
      border-top-color: var(--dark-color); }
    html.ew-framework .ew-spinner-container.success .ew-spinner {
      border-top-color: var(--success-color); }
    html.ew-framework .ew-spinner-container.info .ew-spinner {
      border-top-color: var(--info-color); }
    html.ew-framework .ew-spinner-container.warning .ew-spinner {
      border-top-color: var(--warning-color); }
    html.ew-framework .ew-spinner-container.error .ew-spinner {
      border-top-color: var(--error-color); }
    html.ew-framework .ew-spinner-container.small {
      height: 20px;
      width: 20px; }
    html.ew-framework .ew-spinner-container.big {
      height: 100px;
      width: 100px; }
  html.ew-framework .ew-spinner {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid var(--light-gray-color);
    border-top-color: var(--success-color);
    will-change: transform;
    animation: spinner 1.4s linear infinite; }
    html.ew-framework .ew-spinner.wide-track {
      border-width: 5px; }
@keyframes spinner {
  to {
    transform: rotate(360deg); } }
  html.ew-framework .ew-side-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 235px;
    margin: 0 0 0 -235px;
    overflow: hidden;
    color: var(--light-color);
    user-select: none;
    -webkit-backface-visibility: hidden; }
    html.ew-framework .ew-side-menu ul {
      min-width: 100%;
      width: 235px; }
    html.ew-framework .ew-side-menu nav {
      overflow: hidden;
      height: 100%;
      width: 100%;
      z-index: 2;
      font-size: 1rem; }
      html.ew-framework .ew-side-menu nav .title {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        color: var(--gray-color-desaturated);
        font-weight: 400;
        font-size: 1rem;
        text-align: left;
        text-transform: capitalize;
        height: 46px;
        width: calc(100%); }
        html.ew-framework .ew-side-menu nav .title:hover:before {
          content: '';
          position: absolute;
          height: 100%;
          width: 300%;
          left: -100%;
          background: rgba(255, 255, 255, 0.08);
          background-origin: border-box;
          color: var(--light-color-saturated); }
        html.ew-framework .ew-side-menu nav .title .side-menu--big-icons {
          font-size: 1rem; }
        html.ew-framework .ew-side-menu nav .title .side-menu--small-icons {
          font-size: 1rem; }
        html.ew-framework .ew-side-menu nav .title h5, html.ew-framework .ew-side-menu nav .title h6, html.ew-framework .ew-side-menu nav .title p {
          display: inline-flex;
          margin: 0;
          padding: 0;
          text-align: start;
          font-size: inherit;
          font-family: "AvertaPE", "Montserrat", sans-serif;
          font-weight: 400;
          color: var(--gray-color-desaturated);
          max-height: 100%;
          width: calc(100%);
          text-overflow: ellipsis;
          overflow: hidden; }
      html.ew-framework .ew-side-menu nav a, html.ew-framework .ew-side-menu nav label {
        text-decoration: none;
        color: var(--gray-color-desaturated);
        letter-spacing: normal;
        cursor: pointer;
        padding: 0; }
        html.ew-framework .ew-side-menu nav a:focus, html.ew-framework .ew-side-menu nav label:focus {
          width: 100%;
          color: var(--light-color-saturated);
          outline: none; }
      html.ew-framework .ew-side-menu nav .side-menu--list-container {
        width: 235px;
        height: calc(100% - var(--navbar-padding));
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 0.65rem; }
      html.ew-framework .ew-side-menu nav .side-menu--list-container > ul {
        list-style: none;
        padding: 0;
        width: 235px; }
        html.ew-framework .ew-side-menu nav .side-menu--list-container > ul label {
          min-height: calc(46px - 10px); }
        html.ew-framework .ew-side-menu nav .side-menu--list-container > ul > li {
          height: 100%;
          width: 100%;
          padding: 0; }
          html.ew-framework .ew-side-menu nav .side-menu--list-container > ul > li > label > .title, html.ew-framework .ew-side-menu nav .side-menu--list-container > ul > li > a > .title {
            padding-left: 0.3333333333rem; }
          html.ew-framework .ew-side-menu nav .side-menu--list-container > ul > li > ul {
            padding-left: 1rem; }
        html.ew-framework .ew-side-menu nav .side-menu--list-container > ul ul {
          width: fit-content;
          display: inline-flex;
          flex-direction: column;
          padding: 0px 0 0 17px;
          color: var(--light-color); }
          html.ew-framework .ew-side-menu nav .side-menu--list-container > ul ul .title {
            font-size: 1rem; }
          html.ew-framework .ew-side-menu nav .side-menu--list-container > ul ul li {
            width: 100%;
            display: list-item;
            text-align: center;
            vertical-align: middle;
            list-style: none; }
            html.ew-framework .ew-side-menu nav .side-menu--list-container > ul ul li a:hover, html.ew-framework .ew-side-menu nav .side-menu--list-container > ul ul li a:active, html.ew-framework .ew-side-menu nav .side-menu--list-container > ul ul li a:focus, html.ew-framework .ew-side-menu nav .side-menu--list-container > ul ul li label:hover, html.ew-framework .ew-side-menu nav .side-menu--list-container > ul ul li label:active, html.ew-framework .ew-side-menu nav .side-menu--list-container > ul ul li label:focus {
              background: none; }
        html.ew-framework .ew-side-menu nav .side-menu--list-container > ul > li {
          padding: 0 0px; }
          html.ew-framework .ew-side-menu nav .side-menu--list-container > ul > li > a, html.ew-framework .ew-side-menu nav .side-menu--list-container > ul > li > label {
            width: 100%; }
            html.ew-framework .ew-side-menu nav .side-menu--list-container > ul > li > a, html.ew-framework .ew-side-menu nav .side-menu--list-container > ul > li > a > h6, html.ew-framework .ew-side-menu nav .side-menu--list-container > ul > li > label, html.ew-framework .ew-side-menu nav .side-menu--list-container > ul > li > label > h6 {
              min-height: calc(46px - 10px); }
          html.ew-framework .ew-side-menu nav .side-menu--list-container > ul > li > a {
            font-size: calc(46px - 10px); }
          html.ew-framework .ew-side-menu nav .side-menu--list-container > ul > li > label {
            align-items: flex-start;
            justify-content: flex-start; }
        html.ew-framework .ew-side-menu nav .side-menu--list-container > ul [type="checkbox"]:not(:checked) ~ ul {
          display: none; }
        html.ew-framework .ew-side-menu nav .side-menu--list-container > ul [type="checkbox"]:not(:checked) ~ .title:after {
          display: flex;
          justify-content: flex-end;
          font-size: 1.25rem;
          margin-right: 0.5rem;
          font-family: "Material Icons";
          content: '\E5C5'; }
        html.ew-framework .ew-side-menu nav .side-menu--list-container > ul [type="checkbox"]:checked ~ ul {
          display: flex; }
        html.ew-framework .ew-side-menu nav .side-menu--list-container > ul [type="checkbox"]:checked ~ .title:before {
          content: '';
          position: absolute;
          height: 100%;
          width: 300%;
          left: -100%;
          background: rgba(255, 255, 255, 0.08);
          background-origin: border-box;
          color: var(--light-color-saturated); }
        html.ew-framework .ew-side-menu nav .side-menu--list-container > ul [type="checkbox"]:checked ~ .title:after {
          display: flex;
          justify-content: flex-end;
          font-size: 1.25rem;
          margin-right: 0.5rem;
          font-family: "Material Icons";
          content: '\e5c7'; }
      html.ew-framework .ew-side-menu nav li, html.ew-framework .ew-side-menu nav a, html.ew-framework .ew-side-menu nav label {
        display: flex;
        text-transform: capitalize; }
        html.ew-framework .ew-side-menu nav li i, html.ew-framework .ew-side-menu nav a i, html.ew-framework .ew-side-menu nav label i {
          margin-right: 7px;
          font-size: 1.25rem; }
      html.ew-framework .ew-side-menu nav header.ew-side-menu-header {
        display: flex;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.075);
        height: 46px;
        width: 100%;
        padding: 5px 0; }
        html.ew-framework .ew-side-menu nav header.ew-side-menu-header > img {
          height: 100%; }
  html.ew-framework #side-menu-navigation[type="checkbox"] {
    display: none; }
  html.ew-framework #side-menu-navigation[type="checkbox"]:checked ~ header#cloud-navbar-header {
    right: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    width: calc(100% - 235px); }
  html.ew-framework #side-menu-navigation[type="checkbox"]:not(:checked) ~ header#cloud-navbar-header {
    right: 0; }
  @media only screen and (min-width: 768px) {
    html.ew-framework #side-menu-navigation[type="checkbox"]:checked ~ main {
      will-change: transform;
      right: 0;
      transform: translateZ(0);
      -webkit-transform: translateZ(0);
      width: calc(100% - 235px); }
    html.ew-framework #side-menu-navigation[type="checkbox"]:not(:checked) ~ main {
      will-change: transform;
      right: 0; } }
  html.ew-framework #side-menu-navigation[type="checkbox"]:checked ~ .ew-side-menu {
    will-change: transform;
    margin: 0;
    right: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-transition: transform .125s ease-out;
    -webkit-transition: transform .125s ease-out;
    -o-transition: transform .125s ease-out;
    transition: transform .125s ease-out; }
  html.ew-framework #side-menu-navigation[type="checkbox"]:checked ~ main, html.ew-framework #side-menu-navigation[type="checkbox"]:checked ~ header {
    will-change: transform;
    right: 0;
    -moz-transition: transform .125s ease-out;
    -webkit-transition: transform .125s ease-out;
    -o-transition: transform .125s ease-out;
    transition: transform .125s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(235px, 0, 0);
    -moz-transform: translateX(235px);
    -o-transform: translateX(235px);
    transform: translateX(235px); }
  html.ew-framework #side-menu-navigation[type="checkbox"]:not(:checked) ~ .ew-side-menu {
    will-change: transform;
    right: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-transition: transform .1s ease-in;
    -webkit-transition: transform .1s ease-in;
    -o-transition: transform .1s ease-in;
    transition: transform .1s ease-in; }
  html.ew-framework #side-menu-navigation[type="checkbox"]:not(:checked) ~ main, html.ew-framework #side-menu-navigation[type="checkbox"]:not(:checked) ~ header {
    will-change: transform;
    right: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-transition: transform .1s ease-in;
    -webkit-transition: transform .1s ease-in;
    -o-transition: transform .1s ease-in;
    transition: transform .1s ease-in; }
  html.ew-framework .ew-profile {
    display: flex;
    justify-content: space-around;
    align-items: center;
    user-select: none; }
    html.ew-framework .ew-profile .ew-profile-picture {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 36px;
      width: 36px;
      border-radius: 50%; }
    html.ew-framework .ew-profile i.ew-profile-picture {
      font-size: 40px; }
    html.ew-framework .ew-profile img.ew-profile-picture {
      object-fit: cover; }
    html.ew-framework .ew-profile .ew-profile-name {
      font-size: 0.8rem;
      margin: 0 5px 0 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-weight: 400; }
      html.ew-framework .ew-profile .ew-profile-name .firstname {
        text-transform: capitalize;
        margin: 0; }
      html.ew-framework .ew-profile .ew-profile-name .lastname {
        text-transform: uppercase;
        margin: 0; }
  html.ew-framework .ew-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 46px;
    padding: 6px 10px 6px 0;
    background: var(--complement-color); }
    html.ew-framework .ew-navbar .ew-navbar-container {
      display: flex;
      align-items: center; }
      html.ew-framework .ew-navbar .ew-navbar-container .ew-brand {
        width: 100px;
        height: 100%;
        object-fit: contain;
        margin-left: 10px;
        margin-right: 10px; }
        html.ew-framework .ew-navbar .ew-navbar-container .ew-brand img {
          max-height: calc(46px - 10px);
          max-width: 100%; }
      html.ew-framework .ew-navbar .ew-navbar-container .menu-icon {
        padding: 2px; }
        html.ew-framework .ew-navbar .ew-navbar-container .menu-icon i {
          font-size: 1.825rem;
          line-height: 2rem;
          width: 2rem;
          margin: 0; }
  html.ew-framework .ew-framework [type="radio"]:not(:checked),
  html.ew-framework .ew-framework [type="radio"]:checked {
    -webkit-appearance: none;
    appearance: none;
    display: none; }
  html.ew-framework .ew-framework [type="radio"] ~ span {
    cursor: pointer;
    min-height: 1rem;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px; }
    html.ew-framework .ew-framework [type="radio"] ~ span:before {
      content: ' ';
      display: inline-block;
      height: 18px;
      width: 18px;
      margin-right: 5px;
      border-radius: 50%;
      border: 1px solid var(--gray-color-light); }
    html.ew-framework .ew-framework [type="radio"] ~ span:after {
      background: rgba(0, 0, 0, 0); }
  html.ew-framework .ew-framework [type="radio"]:not(:disabled) ~ span {
    cursor: pointer; }
  html.ew-framework .ew-framework [type="radio"]:disabled:checked ~ span:before {
    background: var(--primary-color-light); }
  html.ew-framework .ew-framework [type="radio"]:not(checked):disabled ~ span:before {
    content: ' ';
    background: var(--filler-color); }
  html.ew-framework .ew-framework [type="radio"]:checked ~ span {
    position: relative; }
    html.ew-framework .ew-framework [type="radio"]:checked ~ span:before {
      background: var(--primary-color);
      transition: background 0.2s ease-out; }
    html.ew-framework .ew-framework [type="radio"]:checked ~ span:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      background: var(--light-color);
      height: 10px;
      width: 10px;
      border-radius: 50%;
      z-index: 1;
      transition: background 0.15s 0.05s ease-in; }
  html.ew-framework .ew-framework [type="radio"]:not(:checked) ~ span {
    position: relative; }
    html.ew-framework .ew-framework [type="radio"]:not(:checked) ~ span:before {
      background: var(--filler-color-light); }
    html.ew-framework .ew-framework [type="radio"]:not(:checked) ~ span:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 4px;
      left: 4px;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      z-index: 1; }
  html.ew-framework .ew-input-container {
    /* Indeterminate checkbox */ }
    html.ew-framework .ew-input-container [type="checkbox"]:not(:checked),
    html.ew-framework .ew-input-container [type="checkbox"]:checked {
      position: absolute;
      opacity: 0;
      pointer-events: none; }
    html.ew-framework .ew-input-container input[type="checkbox"] {
      margin: 0;
      box-sizing: content-box;
      line-height: inherit;
      padding: inherit;
      /* checkbox aspect */ }
      html.ew-framework .ew-input-container input[type="checkbox"] + span:not(.lever) {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: calc(1.2rem + 2px);
        line-height: 1.2rem;
        font-size: 1rem;
        user-select: none; }
      html.ew-framework .ew-input-container input[type="checkbox"] + span:not(.lever):before, html.ew-framework .ew-input-container input[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
        content: '';
        box-sizing: initial;
        position: absolute;
        top: -2px;
        left: 0;
        width: 15px;
        height: 15px;
        z-index: 0;
        border: 1px solid var(--gray-color);
        border-radius: 1px;
        margin-top: 3px;
        transition: .15s; }
      html.ew-framework .ew-input-container input[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
        box-sizing: initial;
        border: 0;
        transform: scale(0); }
      html.ew-framework .ew-input-container input[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
        border: none;
        background-color: var(--gray-color-light); }
      html.ew-framework .ew-input-container input[type="checkbox"].tabbed:focus + span:not(.lever):after {
        box-sizing: initial;
        transform: scale(1);
        border: 0;
        border-radius: 50%;
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.1); }
    html.ew-framework .ew-input-container [type="checkbox"]:checked + span:not(.lever):before {
      top: -4px;
      left: -1px;
      width: 6px;
      height: 14px;
      border-top: 2px solid transparent;
      border-left: 2px solid transparent;
      border-right: 2px solid var(--primary-color);
      border-bottom: 2px solid var(--primary-color);
      transform: rotate(40deg);
      backface-visibility: hidden;
      transform-origin: 100% 100%; }
    html.ew-framework .ew-input-container [type="checkbox"]:checked:disabled + span:before {
      border-right: 2px solid var(--gray-color-light);
      border-bottom: 2px solid var(--gray-color-light); }
    html.ew-framework .ew-input-container [type="checkbox"]:indeterminate + span:not(.lever):before {
      width: 16px;
      height: 16px;
      left: -16px;
      top: -6px;
      border-top: none;
      border-left: none;
      border-right: 2px solid var(--primary-color);
      border-bottom: none;
      transform: rotate(90deg);
      backface-visibility: hidden;
      transform-origin: 100% 100%; }
    html.ew-framework .ew-input-container [type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
      border-right: 1px solid var(--gray-color);
      border-radius: 1px;
      background-color: transparent; }
    html.ew-framework .ew-input-container [type="checkbox"].filled-in + span:not(.lever):after {
      box-sizing: initial;
      border-radius: 2px; }
    html.ew-framework .ew-input-container [type="checkbox"].filled-in + span:not(.lever):before,
    html.ew-framework .ew-input-container [type="checkbox"].filled-in + span:not(.lever):after {
      box-sizing: initial;
      content: '';
      left: 0;
      position: absolute;
      /* .1s delay is for check animation */
      transition: border .15s, background-color .2s, width .1s .1s, height .1s .1s, top .1s .1s, left .1s .1s;
      z-index: 1; }
    html.ew-framework .ew-input-container [type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
      width: 0;
      height: 0;
      border: 3px solid transparent;
      left: 6px;
      top: 10px;
      transform: rotateZ(37deg);
      transform-origin: 100% 100%; }
    html.ew-framework .ew-input-container [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
      box-sizing: initial;
      height: 15px;
      width: 15px;
      background-color: transparent;
      border: 1px solid var(--gray-color);
      border-radius: 1px;
      top: 0;
      z-index: 0; }
    html.ew-framework .ew-input-container [type="checkbox"].filled-in:checked + span:not(.lever):before {
      top: -2px;
      left: -1px;
      width: 5px;
      height: 10px;
      border-top: 2px solid transparent;
      border-left: 2px solid transparent;
      border-right: 2px solid var(--primary-color);
      border-bottom: 2px solid var(--primary-color);
      transform: rotateZ(37deg);
      transform-origin: 100% 100%; }
    html.ew-framework .ew-input-container [type="checkbox"].filled-in:checked + span:not(.lever):after {
      box-sizing: initial;
      top: 0;
      width: 15px;
      height: 15px;
      border: 1px solid #6075DD;
      background-color: var(--primary-color-light);
      z-index: 0; }
    html.ew-framework .ew-input-container [type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
      box-sizing: initial;
      border-radius: 1px;
      border-color: var(--font-color-light-color);
      background-color: rgba(0, 0, 0, 0.1); }
    html.ew-framework .ew-input-container [type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
      box-sizing: initial;
      border-radius: 2px;
      background-color: var(--gray-color-light);
      border-color: var(--gray-color-light); }
    html.ew-framework .ew-input-container [type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
      background-color: transparent;
      border: 2px solid transparent; }
    html.ew-framework .ew-input-container [type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
      box-sizing: initial;
      border-color: transparent;
      background-color: var(--gray-color-light); }
    html.ew-framework .ew-input-container [type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
      background-color: transparent; }
    html.ew-framework .ew-input-container [type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
      box-sizing: initial;
      background-color: var(--gray-color-light);
      border-color: var(--gray-color-light); }
  html.ew-framework .ew-toggle {
    margin: 2px; }
    html.ew-framework .ew-toggle * {
      -webkit-tap-highlight-color: transparent;
      user-select: none; }
    html.ew-framework .ew-toggle label input[type=checkbox] {
      opacity: 0;
      width: 0;
      height: 0; }
      html.ew-framework .ew-toggle label input[type=checkbox]:checked + .lever {
        background-color: var(--primary-color-light); }
        html.ew-framework .ew-toggle label input[type=checkbox]:checked + .lever:before, html.ew-framework .ew-toggle label input[type=checkbox]:checked + .lever:after {
          left: 25px; }
        html.ew-framework .ew-toggle label input[type=checkbox]:checked + .lever:after {
          background-color: var(--filler-color); }
    html.ew-framework .ew-toggle label {
      cursor: pointer;
      display: flex;
      flex-direction: row;
      align-items: center; }
    html.ew-framework .ew-toggle label input[type=checkbox] {
      opacity: 0;
      width: 0;
      height: 0; }
      html.ew-framework .ew-toggle label input[type=checkbox]:checked + .lever {
        background-color: var(--primary-color-light); }
        html.ew-framework .ew-toggle label input[type=checkbox]:checked + .lever:before, html.ew-framework .ew-toggle label input[type=checkbox]:checked + .lever:after {
          left: 25px; }
        html.ew-framework .ew-toggle label input[type=checkbox]:checked + .lever:after {
          background-color: #6075DD; }
    html.ew-framework .ew-toggle label .lever {
      content: "";
      display: inline-block;
      position: relative;
      width: 42px;
      height: 21px;
      background-color: var(--filler-color);
      border-radius: 10px;
      margin-right: 10px;
      transition: background 0.2s ease;
      vertical-align: middle;
      margin: 0 16px; }
      html.ew-framework .ew-toggle label .lever:before, html.ew-framework .ew-toggle label .lever:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        left: -4px;
        top: 0;
        transition: left 0.125s ease-in, background .2s ease, box-shadow 0.1s ease, transform .125s ease-in; }
      html.ew-framework .ew-toggle label .lever:before {
        background-color: rgba(158, 161, 167, 0.2); }
      html.ew-framework .ew-toggle label .lever:after {
        background-color: #9EA1A7;
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }
    html.ew-framework .ew-toggle input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
    html.ew-framework .ew-toggle input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
      transform: scale(2.4);
      background-color: rgba(96, 117, 221, 0.2); }
    html.ew-framework .ew-toggle input[type=checkbox]:not(:disabled) ~ .lever:active:before,
    html.ew-framework .ew-toggle input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
      transform: scale(2.4);
      background-color: rgba(0, 0, 0, 0.08); }
    html.ew-framework .ew-toggle input[type=checkbox][disabled] + .lever {
      cursor: default;
      background-color: rgba(0, 0, 0, 0.12); }
    html.ew-framework .ew-toggle label input[type=checkbox][disabled] + .lever:after,
    html.ew-framework .ew-toggle label input[type=checkbox][disabled]:checked + .lever:after {
      background-color: var(--font-color-light-color); }
  html.ew-framework .ew-badge {
    max-height: 10px;
    width: max-content;
    max-width: 100%;
    box-sizing: content-box;
    word-break: keep-all;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.35rem 0.7rem;
    margin: 2px;
    border-radius: 2px;
    border: none; }
    html.ew-framework .ew-badge.pill {
      padding: calc(0.35rem - 1px) 0.825rem calc(0.35rem + 1px) 0.825rem;
      border-radius: 10rem;
      border: none; }
    html.ew-framework .ew-badge.primary {
      background: var(--primary-color-light);
      color: var(--primary-color-badge-saturated); }
    html.ew-framework .ew-badge.gray {
      background: var(--gray-color-light);
      color: var(--gray-color-badge-saturated); }
    html.ew-framework .ew-badge.filler {
      background: var(--filler-color-light);
      color: var(--filler-color-badge-saturated); }
    html.ew-framework .ew-badge.complement {
      background: var(--complement-color-light);
      color: var(--complement-color-badge-saturated); }
    html.ew-framework .ew-badge.light {
      background: var(--light-color-light);
      color: var(--light-color-badge-saturated); }
    html.ew-framework .ew-badge.brand {
      background: var(--brand-color-light);
      color: var(--brand-color-badge-saturated); }
    html.ew-framework .ew-badge.dark {
      background: var(--dark-color-light);
      color: var(--dark-color-badge-saturated); }
    html.ew-framework .ew-badge.success {
      background: var(--success-color-light);
      color: var(--success-color-badge-saturated); }
    html.ew-framework .ew-badge.info {
      background: var(--info-color-light);
      color: var(--info-color-badge-saturated); }
    html.ew-framework .ew-badge.warning {
      background: var(--warning-color-light);
      color: var(--warning-color-badge-saturated); }
    html.ew-framework .ew-badge.error {
      background: var(--error-color-light);
      color: var(--error-color-badge-saturated); }
    html.ew-framework .ew-badge.gradient {
      color: #2c2869;
      background: linear-gradient(8deg, #7470ba 0%, #7f87c4 30%, #b4beef 100%); }
    html.ew-framework .ew-badge.small {
      padding: 0.175rem 0.35rem; }
  html.ew-framework label {
    font-family: "AvertaPE", "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    margin-bottom: 2px;
    letter-spacing: 0.075em; }
    html.ew-framework label.label-bold {
      font-weight: 600; }
    html.ew-framework label span.ew-input-label {
      position: absolute;
      top: -21.74px; }
  html.ew-framework .ew-input {
    text-transform: none;
    width: 100%;
    height: 40px;
    background: var(--complement-color-dark);
    border: 0;
    font-weight: 400;
    margin-top: 5px;
    border-radius: 4px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    color: var(--font-color-light);
    font-size: 1rem;
    line-height: 30px;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .ew-inputinput[type='text'] {
      border: none; }
    html.ew-framework .ew-input.compact {
      padding-bottom: 0.2rem;
      padding-top: 0.2rem;
      height: auto;
      margin: 0;
      line-height: 1rem; }
    html.ew-framework .ew-input:not(select) {
      width: calc(100% - 1.25rem); }
    html.ew-framework .ew-input::placeholder {
      color: var(--font-color-ultra-light);
      font-size: 1em;
      font-weight: 400;
      letter-spacing: 0.075em; }
    html.ew-framework .ew-input::-webkit-input-placeholder {
      color: var(--font-color-ultra-light);
      font-size: 1em;
      font-weight: 400;
      letter-spacing: 0.075em; }
    html.ew-framework .ew-input:disabled {
      cursor: not-allowed;
      background: var(--complement-color-dark) !important;
      color: var(--font-color-light); }
    html.ew-framework .ew-input.outline {
      border: 1px solid var(--font-color); }
      html.ew-framework .ew-input.outline.has-error {
        border-color: var(--error-color); }
        html.ew-framework .ew-input.outline.has-error:focus {
          transition: all 0.2s ease;
          border-color: var(--error-color-saturated); }
      html.ew-framework .ew-input.outline:focus {
        transition: all 0.2s ease;
        border: 1px solid var(--dark-color-saturated); }
    html.ew-framework .ew-input.filled {
      -webkit-box-shadow: 0 0 1px transparent !important;
      box-shadow: 0 0 1px transparent !important;
      border-bottom: none;
      border-top: 3px solid var(--complement-color);
      background: var(--complement-color-saturated);
      border-radius: 4px; }
    html.ew-framework .ew-input.flat {
      -webkit-box-shadow: 0 0 1px transparent !important;
      box-shadow: 0 0 1px transparent !important;
      border-radius: 0;
      background: var(--complement-color-saturated);
      border-bottom: 1px solid var(--gray-color-light); }
      html.ew-framework .ew-input.flat:not(.outline) {
        border-bottom: 1px solid var(--gray-color-light); }
      html.ew-framework .ew-input.flat.outline {
        -webkit-box-shadow: 0 0 1px transparent !important;
        box-shadow: 0 0 1px transparent !important;
        border-radius: 4px;
        border-bottom-color: var(--font-color); }
  html.ew-framework .ew-input-container {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 10px 5px; }
    html.ew-framework .ew-input-container.compact {
      width: fit-content;
      display: inline-flex; }
    html.ew-framework .ew-input-container .ew-input-group {
      position: relative;
      -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
      border-radius: 4px;
      margin-top: 5px; }
      html.ew-framework .ew-input-container .ew-input-group .ew-input-addon {
        text-align: center; }
      html.ew-framework .ew-input-container .ew-input-group:focus {
        transition: all 0.2s ease; }
      html.ew-framework .ew-input-container .ew-input-group .ew-input {
        -webkit-box-shadow: 0 0 1px transparent !important;
        box-shadow: 0 0 1px transparent !important;
        flex-basis: 85%;
        flex-shrink: 0;
        flex-grow: 0;
        padding-right: 1.3rem;
        border-bottom: 0;
        margin-top: 0; }
      html.ew-framework .ew-input-container .ew-input-group.left {
        cursor: text;
        flex-direction: row-reverse; }
        html.ew-framework .ew-input-container .ew-input-group.left .ew-input-addon {
          text-align: center; }
    html.ew-framework .ew-input-container .selector {
      position: absolute;
      bottom: 1px;
      border: 0;
      opacity: 0.5;
      height: 1px;
      pointer-events: none; }
    html.ew-framework .ew-input-container.has-error .ew-input {
      color: var(--error-color);
      -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(226, 73, 96, 0.14), 0 3px 1px -2px rgba(226, 73, 96, 0.12), 0 1px 5px 0 rgba(226, 73, 96, 0.2);
      box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(226, 73, 96, 0.14), 0 3px 1px -2px rgba(226, 73, 96, 0.12), 0 1px 5px 0 rgba(226, 73, 96, 0.2); }
      html.ew-framework .ew-input-container.has-error .ew-input::placeholder {
        color: var(--error-color); }
      html.ew-framework .ew-input-container.has-error .ew-input::-webkit-input-placeholder {
        color: var(--error-color); }
    html.ew-framework .ew-input-container.has-error .ew-input-group {
      -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(226, 73, 96, 0.14), 0 3px 1px -2px rgba(226, 73, 96, 0.12), 0 1px 5px 0 rgba(226, 73, 96, 0.2);
      box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(226, 73, 96, 0.14), 0 3px 1px -2px rgba(226, 73, 96, 0.12), 0 1px 5px 0 rgba(226, 73, 96, 0.2); }
    html.ew-framework .ew-input-container.has-error .ew-input-addon {
      color: var(--error-color); }
    html.ew-framework .ew-input-container.has-error:focus .selector {
      border-bottom-color: var(--error-color); }
    html.ew-framework .ew-input-container:focus .ew-input-group .selector {
      width: calc(95% - 2px); }
    html.ew-framework .ew-input-container:focus .selector {
      opacity: 1;
      min-height: 4px;
      border-radius: 4px;
      position: absolute;
      transition: all 0.2s ease;
      width: calc(100% - 2px);
      margin-top: -4.2px;
      left: 1px;
      bottom: 2px;
      border-bottom: 1px solid var(--primary-color); }
      html.ew-framework .ew-input-container:focus .selector.primary {
        border-bottom: 1px solid var(--primary-color); }
      html.ew-framework .ew-input-container:focus .selector.gray {
        border-bottom: 1px solid var(--gray-color); }
      html.ew-framework .ew-input-container:focus .selector.filler {
        border-bottom: 1px solid var(--filler-color); }
      html.ew-framework .ew-input-container:focus .selector.complement {
        border-bottom: 1px solid var(--complement-color); }
      html.ew-framework .ew-input-container:focus .selector.light {
        border-bottom: 1px solid var(--light-color); }
      html.ew-framework .ew-input-container:focus .selector.brand {
        border-bottom: 1px solid var(--brand-color); }
      html.ew-framework .ew-input-container:focus .selector.dark {
        border-bottom: 1px solid var(--dark-color); }
      html.ew-framework .ew-input-container:focus .selector.success {
        border-bottom: 1px solid var(--success-color); }
      html.ew-framework .ew-input-container:focus .selector.info {
        border-bottom: 1px solid var(--info-color); }
      html.ew-framework .ew-input-container:focus .selector.warning {
        border-bottom: 1px solid var(--warning-color); }
      html.ew-framework .ew-input-container:focus .selector.error {
        border-bottom: 1px solid var(--error-color); }
    html.ew-framework .ew-input-container.outline.has-error .ew-input {
      border-color: var(--error-color); }
      html.ew-framework .ew-input-container.outline.has-error .ew-input:focus {
        transition: all 0.2s ease;
        border-color: var(--error-color-saturated); }
    html.ew-framework .ew-input-container.outline.has-error .ew-input-group {
      border-color: var(--error-color); }
    html.ew-framework .ew-input-container.outline .ew-input {
      border-width: 1px;
      border-style: solid;
      border-color: var(--font-color); }
      html.ew-framework .ew-input-container.outline .ew-input:focus {
        transition: all 0.2s ease;
        border-width: 1px;
        border-style: solid;
        border-color: var(--dark-color-saturated); }
    html.ew-framework .ew-input-container.outline .ew-input-group {
      -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid var(--dark-color); }
      html.ew-framework .ew-input-container.outline .ew-input-group:focus {
        transition: all 0.2s ease;
        border: 1px solid var(--dark-color-saturated); }
      html.ew-framework .ew-input-container.outline .ew-input-group .ew-input {
        -webkit-box-shadow: 0 0 1px transparent !important;
        box-shadow: 0 0 1px transparent !important;
        border: 0; }
    html.ew-framework .ew-input-container.outline .selector {
      bottom: 3px; }
    html.ew-framework .ew-input-container.filled .ew-input {
      -webkit-box-shadow: 0 0 1px transparent !important;
      box-shadow: 0 0 1px transparent !important;
      border-bottom: none;
      border-top: 3px solid var(--complement-color);
      background: var(--complement-color-saturated);
      border-radius: 4px; }
    html.ew-framework .ew-input-container.filled .ew-input-group {
      -webkit-box-shadow: 0 0 1px transparent !important;
      box-shadow: 0 0 1px transparent !important; }
    html.ew-framework .ew-input-container.inline label {
      display: flex;
      align-items: center;
      flex-direction: row; }
      html.ew-framework .ew-input-container.inline label span {
        flex: 1; }
      html.ew-framework .ew-input-container.inline label input, html.ew-framework .ew-input-container.inline label select {
        flex: 1; }
    html.ew-framework .ew-input-container.flat:not(.outline).has-error .ew-input {
      border-color: var(--error-color); }
      html.ew-framework .ew-input-container.flat:not(.outline).has-error .ew-input:focus {
        border-color: var(--error-color-saturated); }
    html.ew-framework .ew-input-container.flat:not(.outline).has-error .ew-input-group {
      border-color: var(--error-color); }
    html.ew-framework .ew-input-container.flat:not(.outline) .ew-input {
      border-bottom: 1px solid var(--gray-color-light); }
    html.ew-framework .ew-input-container.flat:not(.outline) .selector {
      border-radius: 0; }
    html.ew-framework .ew-input-container.flat.outline .ew-input {
      -webkit-box-shadow: 0 0 1px transparent !important;
      box-shadow: 0 0 1px transparent !important;
      border-radius: 4px;
      border-bottom-color: var(--dark-color-light); }
    html.ew-framework .ew-input-container.flat.outline.has-error .ew-input {
      border-color: var(--error-color); }
      html.ew-framework .ew-input-container.flat.outline.has-error .ew-input:focus {
        transition: all 0.2s ease;
        border-color: var(--error-color-saturated); }
    html.ew-framework .ew-input-container.flat.outline.has-error .ew-input-group {
      border-color: var(--error-color); }
    html.ew-framework .ew-input-container.flat .ew-input {
      -webkit-box-shadow: 0 0 1px transparent !important;
      box-shadow: 0 0 1px transparent !important;
      border-radius: 0;
      background: var(--complement-color-saturated);
      border-bottom: 1px solid var(--complement-color-light); }
    html.ew-framework .ew-input-container.flat .ew-input-group {
      -webkit-box-shadow: 0 0 1px transparent !important;
      box-shadow: 0 0 1px transparent !important; }
    html.ew-framework .ew-input-container .ew-input ~ .ew-input-addon {
      flex-basis: 15%;
      flex-shrink: 0;
      flex-grow: 0;
      color: var(--font-color-light); }
  html.ew-framework .ew-card {
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 1rem;
    width: 100%;
    position: relative; }
    html.ew-framework .ew-card.primary {
      background-color: var(--primary-color); }
      html.ew-framework .ew-card.primary .ew-card-title {
        color: var(--primary-contrast-font); }
      html.ew-framework .ew-card.primary .ew-card-body {
        color: var(--primary-contrast-font); }
    html.ew-framework .ew-card.gray {
      background-color: var(--gray-color); }
      html.ew-framework .ew-card.gray .ew-card-title {
        color: var(--gray-contrast-font); }
      html.ew-framework .ew-card.gray .ew-card-body {
        color: var(--gray-contrast-font); }
    html.ew-framework .ew-card.filler {
      background-color: var(--filler-color); }
      html.ew-framework .ew-card.filler .ew-card-title {
        color: var(--filler-contrast-font); }
      html.ew-framework .ew-card.filler .ew-card-body {
        color: var(--filler-contrast-font); }
    html.ew-framework .ew-card.complement {
      background-color: var(--complement-color); }
      html.ew-framework .ew-card.complement .ew-card-title {
        color: var(--complement-contrast-font); }
      html.ew-framework .ew-card.complement .ew-card-body {
        color: var(--complement-contrast-font); }
    html.ew-framework .ew-card.light {
      background-color: var(--light-color); }
      html.ew-framework .ew-card.light .ew-card-title {
        color: var(--light-contrast-font); }
      html.ew-framework .ew-card.light .ew-card-body {
        color: var(--light-contrast-font); }
    html.ew-framework .ew-card.brand {
      background-color: var(--brand-color); }
      html.ew-framework .ew-card.brand .ew-card-title {
        color: var(--brand-contrast-font); }
      html.ew-framework .ew-card.brand .ew-card-body {
        color: var(--brand-contrast-font); }
    html.ew-framework .ew-card.dark {
      background-color: var(--dark-color); }
      html.ew-framework .ew-card.dark .ew-card-title {
        color: var(--dark-contrast-font); }
      html.ew-framework .ew-card.dark .ew-card-body {
        color: var(--dark-contrast-font); }
    html.ew-framework .ew-card.success {
      background-color: var(--success-color); }
      html.ew-framework .ew-card.success .ew-card-title {
        color: var(--success-contrast-font); }
      html.ew-framework .ew-card.success .ew-card-body {
        color: var(--success-contrast-font); }
    html.ew-framework .ew-card.info {
      background-color: var(--info-color); }
      html.ew-framework .ew-card.info .ew-card-title {
        color: var(--info-contrast-font); }
      html.ew-framework .ew-card.info .ew-card-body {
        color: var(--info-contrast-font); }
    html.ew-framework .ew-card.warning {
      background-color: var(--warning-color); }
      html.ew-framework .ew-card.warning .ew-card-title {
        color: var(--warning-contrast-font); }
      html.ew-framework .ew-card.warning .ew-card-body {
        color: var(--warning-contrast-font); }
    html.ew-framework .ew-card.error {
      background-color: var(--error-color); }
      html.ew-framework .ew-card.error .ew-card-title {
        color: var(--error-contrast-font); }
      html.ew-framework .ew-card.error .ew-card-body {
        color: var(--error-contrast-font); }
    html.ew-framework .ew-card:not(.compact) {
      height: 100%; }
    html.ew-framework .ew-card.ew-bg-light html.ew-framework .ew-card-title, html.ew-framework .ew-card.light html.ew-framework .ew-card-title {
      color: var(--font-color-light-color); }
    html.ew-framework .ew-card-title {
      color: var(--font-color);
      font-size: 0.9rem;
      font-weight: 600;
      border-radius: 8px 8px 0 0;
      background-color: rgba(0, 0, 0, 0);
      transition: background 0.15s ease;
      padding: .5em;
      width: 100%; }
      html.ew-framework .ew-card-title.small {
        height: 46px;
        display: flex;
        align-items: center; }
    html.ew-framework .ew-card-body {
      padding: 0.6rem 15px; }
    html.ew-framework .ew-card-footer {
      width: 100%;
      padding: 0.6rem 15px;
      position: absolute;
      bottom: 0; }
    html.ew-framework .ew-card .ew-dropdown-content {
      top: 75%; }
    html.ew-framework .ew-card .ew-dropdown .dropdown-arrow {
      opacity: 0;
      transition: opacity 0.1s 0.15s ease-in;
      font-size: 1.6rem; }
      @media (hover: none) {
        html.ew-framework .ew-card .ew-dropdown .dropdown-arrow {
          opacity: 1; } }
    html.ew-framework .ew-card:hover .ew-dropdown .dropdown-arrow {
      opacity: 1;
      transition: opacity 0.1s 0.125s ease-out; }
    html.ew-framework .ew-card.interactive-card {
      -webkit-box-shadow: 0 0 1px transparent !important;
      box-shadow: 0 0 1px transparent !important;
      transition: box-shadow ease-in-out .15s; }
      html.ew-framework .ew-card.interactive-card:hover {
        -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2); }
    html.ew-framework .ew-card.gradient {
      background: var(--gradient-fallback);
      background: var(--gradient-colors); }
      html.ew-framework .ew-card.gradient .ew-card-title {
        color: var(--gradient-contrast-font); }
      html.ew-framework .ew-card.gradient .ew-card-body {
        color: var(--gradient-contrast-font); }
  @media only screen and (max-width: 48em) {
    html.ew-framework .ew-card.xs-full-width.ew-card-body, html.ew-framework .ew-card.xs-full-width .ew-card-body {
      padding-right: 5%;
      padding-left: 5%; }
    html.ew-framework .ew-card.xs-full-width.ew-card-title, html.ew-framework .ew-card.xs-full-width .ew-card-title {
      padding-left: 5%; }
    html.ew-framework .xs-full-width .ew-card .ew-card-body {
      padding-right: 5%;
      padding-left: 5%; }
    html.ew-framework .xs-full-width .ew-card .ew-card-title {
      padding-left: 5%; } }
  html.ew-framework .ew-card.interactive-card:hover.ew-bg-light .ew-card-title, html.ew-framework .ew-card.interactive-card:hover.light .ew-card-title {
    background-color: rgba(0, 0, 0, calc(0.1/2)); }
  html.ew-framework .ew-card.interactive-card:hover .ew-card-title {
    background-color: rgba(0, 0, 0, 0.1); }
  html.ew-framework a {
    color: var(--font-color);
    text-decoration: none; }
    html.ew-framework a:focus, html.ew-framework a:hover {
      color: var(--font-color-light);
      text-decoration: none; }
  html.ew-framework .ew-btn-outline, html.ew-framework a.ew-btn-outline, html.ew-framework button.ew-btn-outline {
    position: relative;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    border: var(--primary-color) solid 1px;
    border-radius: 4px;
    margin: 5px;
    padding: 0.5rem 0.6rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    font-size: 0.825rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    line-height: 1rem; }
    html.ew-framework .ew-btn-outline:not(.lowercase), html.ew-framework a.ew-btn-outline:not(.lowercase), html.ew-framework button.ew-btn-outline:not(.lowercase) {
      text-transform: uppercase; }
  html.ew-framework .ew-btn, html.ew-framework a.ew-btn, html.ew-framework button.ew-btn {
    position: relative;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: var(--primary-color);
    color: var(--primary-color-font);
    border: transparent solid 1px;
    border-radius: 4px;
    margin: 5px;
    padding: 0.5rem 0.6rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    font-size: 0.825rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    line-height: 1rem;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .ew-btn:not(.lowercase), html.ew-framework a.ew-btn:not(.lowercase), html.ew-framework button.ew-btn:not(.lowercase) {
      text-transform: uppercase; }
  html.ew-framework .ew-btn-link, html.ew-framework a.ew-btn-link, html.ew-framework button.ew-btn-link {
    position: relative;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    color: var(--font-color);
    border: transparent solid 1px;
    border-radius: 4px;
    margin: 5px;
    padding: 0.5rem 0.6rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    font-size: 0.825rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    line-height: 1rem; }
    html.ew-framework .ew-btn-link:not(.lowercase), html.ew-framework a.ew-btn-link:not(.lowercase), html.ew-framework button.ew-btn-link:not(.lowercase) {
      text-transform: uppercase; }
  html.ew-framework .ew-btn-inline, html.ew-framework a.ew-btn-inline, html.ew-framework button.ew-btn-inline {
    position: relative;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    color: var(--primary-color);
    border: transparent solid 1px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: 0.025em;
    font-size: 0.825rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    line-height: 1rem; }
    html.ew-framework .ew-btn-inline:not(.lowercase), html.ew-framework a.ew-btn-inline:not(.lowercase), html.ew-framework button.ew-btn-inline:not(.lowercase) {
      text-transform: uppercase; }
  html.ew-framework .ew-btn.stretch, html.ew-framework .ew-btn-link.stretch, html.ew-framework .ew-btn-outline.stretch, html.ew-framework .ew-btn-inline.stretch,
  html.ew-framework a.ew-btn.stretch, html.ew-framework a.ew-btn-link.stretch, html.ew-framework a.ew-btn-outline.stretch, html.ew-framework a.ew-btn-inline.stretch,
  html.ew-framework button.ew-btn.stretch, html.ew-framework button.ew-btn-link.stretch, html.ew-framework button.ew-btn-outline.stretch, html.ew-framework button.ew-btn-inline.stretch {
    width: 100%; }
  html.ew-framework .ew-btn > i, html.ew-framework .ew-btn-link > i, html.ew-framework .ew-btn-outline > i, html.ew-framework .ew-btn-inline > i,
  html.ew-framework a.ew-btn > i, html.ew-framework a.ew-btn-link > i, html.ew-framework a.ew-btn-outline > i, html.ew-framework a.ew-btn-inline > i,
  html.ew-framework button.ew-btn > i, html.ew-framework button.ew-btn-link > i, html.ew-framework button.ew-btn-outline > i, html.ew-framework button.ew-btn-inline > i {
    margin-right: 18px;
    width: calc(1.2rem - 10px);
    line-height: 1;
    font-size: 1.2rem; }
  html.ew-framework .ew-btn > i:only-child, html.ew-framework .ew-btn-link > i:only-child, html.ew-framework .ew-btn-outline > i:only-child, html.ew-framework .ew-btn-inline > i:only-child,
  html.ew-framework a.ew-btn > i:only-child, html.ew-framework a.ew-btn-link > i:only-child, html.ew-framework a.ew-btn-outline > i:only-child, html.ew-framework a.ew-btn-inline > i:only-child,
  html.ew-framework button.ew-btn > i:only-child, html.ew-framework button.ew-btn-link > i:only-child, html.ew-framework button.ew-btn-outline > i:only-child, html.ew-framework button.ew-btn-inline > i:only-child {
    margin-right: 0;
    width: auto; }
  html.ew-framework .ew-btn.small, html.ew-framework .ew-btn-link.small, html.ew-framework .ew-btn-outline.small, html.ew-framework .ew-btn-inline.small,
  html.ew-framework a.ew-btn.small, html.ew-framework a.ew-btn-link.small, html.ew-framework a.ew-btn-outline.small, html.ew-framework a.ew-btn-inline.small,
  html.ew-framework button.ew-btn.small, html.ew-framework button.ew-btn-link.small, html.ew-framework button.ew-btn-outline.small, html.ew-framework button.ew-btn-inline.small {
    font-size: 0.625rem;
    line-height: 1.2;
    padding: 0.5rem 0.35rem;
    border-radius: .25rem; }
    html.ew-framework .ew-btn.small > i, html.ew-framework .ew-btn-link.small > i, html.ew-framework .ew-btn-outline.small > i, html.ew-framework .ew-btn-inline.small > i,
    html.ew-framework a.ew-btn.small > i, html.ew-framework a.ew-btn-link.small > i, html.ew-framework a.ew-btn-outline.small > i, html.ew-framework a.ew-btn-inline.small > i,
    html.ew-framework button.ew-btn.small > i, html.ew-framework button.ew-btn-link.small > i, html.ew-framework button.ew-btn-outline.small > i, html.ew-framework button.ew-btn-inline.small > i {
      width: calc(1.2rem - 9px);
      line-height: 0.7;
      font-size: 0.9rem; }
      html.ew-framework .ew-btn.small > i:only-child, html.ew-framework .ew-btn-link.small > i:only-child, html.ew-framework .ew-btn-outline.small > i:only-child, html.ew-framework .ew-btn-inline.small > i:only-child,
      html.ew-framework a.ew-btn.small > i:only-child, html.ew-framework a.ew-btn-link.small > i:only-child, html.ew-framework a.ew-btn-outline.small > i:only-child, html.ew-framework a.ew-btn-inline.small > i:only-child,
      html.ew-framework button.ew-btn.small > i:only-child, html.ew-framework button.ew-btn-link.small > i:only-child, html.ew-framework button.ew-btn-outline.small > i:only-child, html.ew-framework button.ew-btn-inline.small > i:only-child {
        width: auto; }
  .ew-btn *, .ew-btn-link *, .ew-btn-outline *, .ew-btn-inline *, a.ew-btn *, a.ew-btn-link *, a.ew-btn-outline *, a.ew-btn-inline *, button.ew-btn *, button.ew-btn-link *, button.ew-btn-outline *, button.ew-btn-inline * {
    font-size: inherit; }
  html.ew-framework .ew-btn:not(:disabled):not(.disabled):not([disabled]), html.ew-framework .ew-btn-link:not(:disabled):not(.disabled):not([disabled]), html.ew-framework .ew-btn-outline:not(:disabled):not(.disabled):not([disabled]), html.ew-framework .ew-btn-inline:not(:disabled):not(.disabled):not([disabled]),
  html.ew-framework a.ew-btn:not(:disabled):not(.disabled):not([disabled]), html.ew-framework a.ew-btn-link:not(:disabled):not(.disabled):not([disabled]), html.ew-framework a.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]), html.ew-framework a.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]),
  html.ew-framework button.ew-btn:not(:disabled):not(.disabled):not([disabled]), html.ew-framework button.ew-btn-link:not(:disabled):not(.disabled):not([disabled]), html.ew-framework button.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]), html.ew-framework button.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]) {
    cursor: pointer; }
  html.ew-framework .ew-btn:not(:disabled):not(.disabled):not([disabled]):active, html.ew-framework .ew-btn:not(:disabled):not(.disabled):not([disabled]).active, html.ew-framework .ew-btn-link:not(:disabled):not(.disabled):not([disabled]):active, html.ew-framework .ew-btn-link:not(:disabled):not(.disabled):not([disabled]).active, html.ew-framework .ew-btn-outline:not(:disabled):not(.disabled):not([disabled]):active, html.ew-framework .ew-btn-outline:not(:disabled):not(.disabled):not([disabled]).active, html.ew-framework .ew-btn-inline:not(:disabled):not(.disabled):not([disabled]):active, html.ew-framework .ew-btn-inline:not(:disabled):not(.disabled):not([disabled]).active,
  html.ew-framework a.ew-btn:not(:disabled):not(.disabled):not([disabled]):active,
  html.ew-framework a.ew-btn:not(:disabled):not(.disabled):not([disabled]).active, html.ew-framework a.ew-btn-link:not(:disabled):not(.disabled):not([disabled]):active, html.ew-framework a.ew-btn-link:not(:disabled):not(.disabled):not([disabled]).active, html.ew-framework a.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]):active, html.ew-framework a.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]).active, html.ew-framework a.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]):active, html.ew-framework a.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]).active,
  html.ew-framework button.ew-btn:not(:disabled):not(.disabled):not([disabled]):active,
  html.ew-framework button.ew-btn:not(:disabled):not(.disabled):not([disabled]).active, html.ew-framework button.ew-btn-link:not(:disabled):not(.disabled):not([disabled]):active, html.ew-framework button.ew-btn-link:not(:disabled):not(.disabled):not([disabled]).active, html.ew-framework button.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]):active, html.ew-framework button.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]).active, html.ew-framework button.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]):active, html.ew-framework button.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]).active {
    -webkit-box-shadow: 0 0 1px transparent !important;
    box-shadow: 0 0 1px transparent !important; }
    html.ew-framework .ew-btn:not(:disabled):not(.disabled):not([disabled]):active:focus, html.ew-framework .ew-btn:not(:disabled):not(.disabled):not([disabled]).active:focus, html.ew-framework .ew-btn-link:not(:disabled):not(.disabled):not([disabled]):active:focus, html.ew-framework .ew-btn-link:not(:disabled):not(.disabled):not([disabled]).active:focus, html.ew-framework .ew-btn-outline:not(:disabled):not(.disabled):not([disabled]):active:focus, html.ew-framework .ew-btn-outline:not(:disabled):not(.disabled):not([disabled]).active:focus, html.ew-framework .ew-btn-inline:not(:disabled):not(.disabled):not([disabled]):active:focus, html.ew-framework .ew-btn-inline:not(:disabled):not(.disabled):not([disabled]).active:focus,
    html.ew-framework a.ew-btn:not(:disabled):not(.disabled):not([disabled]):active:focus,
    html.ew-framework a.ew-btn:not(:disabled):not(.disabled):not([disabled]).active:focus, html.ew-framework a.ew-btn-link:not(:disabled):not(.disabled):not([disabled]):active:focus, html.ew-framework a.ew-btn-link:not(:disabled):not(.disabled):not([disabled]).active:focus, html.ew-framework a.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]):active:focus, html.ew-framework a.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]).active:focus, html.ew-framework a.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]):active:focus, html.ew-framework a.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]).active:focus,
    html.ew-framework button.ew-btn:not(:disabled):not(.disabled):not([disabled]):active:focus,
    html.ew-framework button.ew-btn:not(:disabled):not(.disabled):not([disabled]).active:focus, html.ew-framework button.ew-btn-link:not(:disabled):not(.disabled):not([disabled]):active:focus, html.ew-framework button.ew-btn-link:not(:disabled):not(.disabled):not([disabled]).active:focus, html.ew-framework button.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]):active:focus, html.ew-framework button.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]).active:focus, html.ew-framework button.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]):active:focus, html.ew-framework button.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]).active:focus {
      -webkit-box-shadow: 0 0 1px transparent !important;
      box-shadow: 0 0 1px transparent !important; }
  html.ew-framework .ew-btn[disabled], html.ew-framework .ew-btn:disabled, html.ew-framework .ew-btn.disabled, html.ew-framework .ew-btn-link[disabled], html.ew-framework .ew-btn-link:disabled, html.ew-framework .ew-btn-link.disabled, html.ew-framework .ew-btn-outline[disabled], html.ew-framework .ew-btn-outline:disabled, html.ew-framework .ew-btn-outline.disabled, html.ew-framework .ew-btn-inline[disabled], html.ew-framework .ew-btn-inline:disabled, html.ew-framework .ew-btn-inline.disabled,
  html.ew-framework a.ew-btn[disabled],
  html.ew-framework a.ew-btn:disabled,
  html.ew-framework a.ew-btn.disabled, html.ew-framework a.ew-btn-link[disabled], html.ew-framework a.ew-btn-link:disabled, html.ew-framework a.ew-btn-link.disabled, html.ew-framework a.ew-btn-outline[disabled], html.ew-framework a.ew-btn-outline:disabled, html.ew-framework a.ew-btn-outline.disabled, html.ew-framework a.ew-btn-inline[disabled], html.ew-framework a.ew-btn-inline:disabled, html.ew-framework a.ew-btn-inline.disabled,
  html.ew-framework button.ew-btn[disabled],
  html.ew-framework button.ew-btn:disabled,
  html.ew-framework button.ew-btn.disabled, html.ew-framework button.ew-btn-link[disabled], html.ew-framework button.ew-btn-link:disabled, html.ew-framework button.ew-btn-link.disabled, html.ew-framework button.ew-btn-outline[disabled], html.ew-framework button.ew-btn-outline:disabled, html.ew-framework button.ew-btn-outline.disabled, html.ew-framework button.ew-btn-inline[disabled], html.ew-framework button.ew-btn-inline:disabled, html.ew-framework button.ew-btn-inline.disabled {
    opacity: 0.65;
    -webkit-box-shadow: 0 0 1px transparent !important;
    box-shadow: 0 0 1px transparent !important;
    pointer-events: none; }
  html.ew-framework .primary.ew-btn {
    background-color: var(--primary-color);
    color: var(--primary-contrast-font);
    box-shadow: 0 0 1px transparent;
    border: var(--primary-color) solid 1px; }
    html.ew-framework .primary.ew-btn:hover, html.ew-framework .primary.ew-btn:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--primary-contrast-font);
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      background: var(--primary-color-saturated); }
  html.ew-framework .primary.ew-btn-round {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--primary-color);
    color: var(--primary-contrast-font);
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .primary.ew-btn-round:hover, html.ew-framework .primary.ew-btn-round:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--primary-color-saturated); }
    html.ew-framework .primary.ew-btn-round:active {
      box-shadow: none; }
  html.ew-framework .primary.ew-btn-outline {
    background-color: rgba(0, 0, 0, 0);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 1px transparent; }
    html.ew-framework .primary.ew-btn-outline:hover, html.ew-framework .primary.ew-btn-outline:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      border-color: transparent;
      background: var(--primary-color-saturated);
      color: var(--primary-contrast-font); }
  html.ew-framework .primary.ew-btn-link {
    color: var(--primary-color);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: transparent solid 1px; }
    html.ew-framework .primary.ew-btn-link:hover, html.ew-framework .primary.ew-btn-link:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--primary-color-light); }
  html.ew-framework .primary.ew-btn-action {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--primary-color);
    color: var(--filler-color);
    border-radius: 50%;
    border: none;
    z-index: 9;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .primary.ew-btn-action:hover, html.ew-framework .primary.ew-btn-action:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--primary-color-saturated); }
    html.ew-framework .primary.ew-btn-action:active {
      box-shadow: none; }
  html.ew-framework .gray.ew-btn {
    background-color: var(--gray-color);
    color: var(--gray-contrast-font);
    box-shadow: 0 0 1px transparent;
    border: var(--gray-color) solid 1px; }
    html.ew-framework .gray.ew-btn:hover, html.ew-framework .gray.ew-btn:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--gray-contrast-font);
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      background: var(--gray-color-saturated); }
  html.ew-framework .gray.ew-btn-round {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--gray-color);
    color: var(--gray-contrast-font);
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .gray.ew-btn-round:hover, html.ew-framework .gray.ew-btn-round:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--gray-color-saturated); }
    html.ew-framework .gray.ew-btn-round:active {
      box-shadow: none; }
  html.ew-framework .gray.ew-btn-outline {
    background-color: rgba(0, 0, 0, 0);
    color: var(--gray-color);
    border: 1px solid var(--gray-color);
    box-shadow: 0 0 1px transparent; }
    html.ew-framework .gray.ew-btn-outline:hover, html.ew-framework .gray.ew-btn-outline:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      border-color: transparent;
      background: var(--gray-color-saturated);
      color: var(--gray-contrast-font); }
  html.ew-framework .gray.ew-btn-link {
    color: var(--gray-color);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: transparent solid 1px; }
    html.ew-framework .gray.ew-btn-link:hover, html.ew-framework .gray.ew-btn-link:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--gray-color-light); }
  html.ew-framework .gray.ew-btn-action {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--gray-color);
    color: var(--filler-color);
    border-radius: 50%;
    border: none;
    z-index: 9;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .gray.ew-btn-action:hover, html.ew-framework .gray.ew-btn-action:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--gray-color-saturated); }
    html.ew-framework .gray.ew-btn-action:active {
      box-shadow: none; }
  html.ew-framework .filler.ew-btn {
    background-color: var(--filler-color);
    color: var(--filler-contrast-font);
    box-shadow: 0 0 1px transparent;
    border: var(--filler-color) solid 1px; }
    html.ew-framework .filler.ew-btn:hover, html.ew-framework .filler.ew-btn:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--filler-contrast-font);
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      background: var(--filler-color-saturated); }
  html.ew-framework .filler.ew-btn-round {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--filler-color);
    color: var(--filler-contrast-font);
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .filler.ew-btn-round:hover, html.ew-framework .filler.ew-btn-round:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--filler-color-saturated); }
    html.ew-framework .filler.ew-btn-round:active {
      box-shadow: none; }
  html.ew-framework .filler.ew-btn-outline {
    background-color: rgba(0, 0, 0, 0);
    color: var(--filler-color);
    border: 1px solid var(--filler-color);
    box-shadow: 0 0 1px transparent; }
    html.ew-framework .filler.ew-btn-outline:hover, html.ew-framework .filler.ew-btn-outline:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      border-color: transparent;
      background: var(--filler-color-saturated);
      color: var(--filler-contrast-font); }
  html.ew-framework .filler.ew-btn-link {
    color: var(--filler-color);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: transparent solid 1px; }
    html.ew-framework .filler.ew-btn-link:hover, html.ew-framework .filler.ew-btn-link:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--filler-color-light); }
  html.ew-framework .filler.ew-btn-action {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--filler-color);
    color: var(--filler-color);
    border-radius: 50%;
    border: none;
    z-index: 9;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .filler.ew-btn-action:hover, html.ew-framework .filler.ew-btn-action:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--filler-color-saturated); }
    html.ew-framework .filler.ew-btn-action:active {
      box-shadow: none; }
  html.ew-framework .complement.ew-btn {
    background-color: var(--complement-color);
    color: var(--complement-contrast-font);
    box-shadow: 0 0 1px transparent;
    border: var(--complement-color) solid 1px; }
    html.ew-framework .complement.ew-btn:hover, html.ew-framework .complement.ew-btn:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--complement-contrast-font);
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      background: var(--complement-color-saturated); }
  html.ew-framework .complement.ew-btn-round {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--complement-color);
    color: var(--complement-contrast-font);
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .complement.ew-btn-round:hover, html.ew-framework .complement.ew-btn-round:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--complement-color-saturated); }
    html.ew-framework .complement.ew-btn-round:active {
      box-shadow: none; }
  html.ew-framework .complement.ew-btn-outline {
    background-color: rgba(0, 0, 0, 0);
    color: var(--complement-color);
    border: 1px solid var(--complement-color);
    box-shadow: 0 0 1px transparent; }
    html.ew-framework .complement.ew-btn-outline:hover, html.ew-framework .complement.ew-btn-outline:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      border-color: transparent;
      background: var(--complement-color-saturated);
      color: var(--complement-contrast-font); }
  html.ew-framework .complement.ew-btn-link {
    color: var(--complement-color);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: transparent solid 1px; }
    html.ew-framework .complement.ew-btn-link:hover, html.ew-framework .complement.ew-btn-link:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--complement-color-light); }
  html.ew-framework .complement.ew-btn-action {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--complement-color);
    color: var(--filler-color);
    border-radius: 50%;
    border: none;
    z-index: 9;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .complement.ew-btn-action:hover, html.ew-framework .complement.ew-btn-action:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--complement-color-saturated); }
    html.ew-framework .complement.ew-btn-action:active {
      box-shadow: none; }
  html.ew-framework .light.ew-btn {
    background-color: var(--light-color);
    color: var(--light-contrast-font);
    box-shadow: 0 0 1px transparent;
    border: var(--light-color) solid 1px; }
    html.ew-framework .light.ew-btn:hover, html.ew-framework .light.ew-btn:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--light-contrast-font);
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      background: var(--light-color-saturated); }
  html.ew-framework .light.ew-btn-round {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--light-color);
    color: var(--light-contrast-font);
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .light.ew-btn-round:hover, html.ew-framework .light.ew-btn-round:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--light-color-saturated); }
    html.ew-framework .light.ew-btn-round:active {
      box-shadow: none; }
  html.ew-framework .light.ew-btn-outline {
    background-color: rgba(0, 0, 0, 0);
    color: var(--light-color);
    border: 1px solid var(--light-color);
    box-shadow: 0 0 1px transparent; }
    html.ew-framework .light.ew-btn-outline:hover, html.ew-framework .light.ew-btn-outline:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      border-color: transparent;
      background: var(--light-color-saturated);
      color: var(--light-contrast-font); }
  html.ew-framework .light.ew-btn-link {
    color: var(--light-color);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: transparent solid 1px; }
    html.ew-framework .light.ew-btn-link:hover, html.ew-framework .light.ew-btn-link:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--light-color-light); }
  html.ew-framework .light.ew-btn-action {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--light-color);
    color: var(--filler-color);
    border-radius: 50%;
    border: none;
    z-index: 9;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .light.ew-btn-action:hover, html.ew-framework .light.ew-btn-action:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--light-color-saturated); }
    html.ew-framework .light.ew-btn-action:active {
      box-shadow: none; }
  html.ew-framework .brand.ew-btn {
    background-color: var(--brand-color);
    color: var(--brand-contrast-font);
    box-shadow: 0 0 1px transparent;
    border: var(--brand-color) solid 1px; }
    html.ew-framework .brand.ew-btn:hover, html.ew-framework .brand.ew-btn:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--brand-contrast-font);
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      background: var(--brand-color-saturated); }
  html.ew-framework .brand.ew-btn-round {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--brand-color);
    color: var(--brand-contrast-font);
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .brand.ew-btn-round:hover, html.ew-framework .brand.ew-btn-round:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--brand-color-saturated); }
    html.ew-framework .brand.ew-btn-round:active {
      box-shadow: none; }
  html.ew-framework .brand.ew-btn-outline {
    background-color: rgba(0, 0, 0, 0);
    color: var(--brand-color);
    border: 1px solid var(--brand-color);
    box-shadow: 0 0 1px transparent; }
    html.ew-framework .brand.ew-btn-outline:hover, html.ew-framework .brand.ew-btn-outline:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      border-color: transparent;
      background: var(--brand-color-saturated);
      color: var(--brand-contrast-font); }
  html.ew-framework .brand.ew-btn-link {
    color: var(--brand-color);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: transparent solid 1px; }
    html.ew-framework .brand.ew-btn-link:hover, html.ew-framework .brand.ew-btn-link:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--brand-color-light); }
  html.ew-framework .brand.ew-btn-action {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--brand-color);
    color: var(--filler-color);
    border-radius: 50%;
    border: none;
    z-index: 9;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .brand.ew-btn-action:hover, html.ew-framework .brand.ew-btn-action:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--brand-color-saturated); }
    html.ew-framework .brand.ew-btn-action:active {
      box-shadow: none; }
  html.ew-framework .dark.ew-btn {
    background-color: var(--dark-color);
    color: var(--dark-contrast-font);
    box-shadow: 0 0 1px transparent;
    border: var(--dark-color) solid 1px; }
    html.ew-framework .dark.ew-btn:hover, html.ew-framework .dark.ew-btn:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--dark-contrast-font);
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      background: var(--dark-color-saturated); }
  html.ew-framework .dark.ew-btn-round {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--dark-color);
    color: var(--dark-contrast-font);
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .dark.ew-btn-round:hover, html.ew-framework .dark.ew-btn-round:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--dark-color-saturated); }
    html.ew-framework .dark.ew-btn-round:active {
      box-shadow: none; }
  html.ew-framework .dark.ew-btn-outline {
    background-color: rgba(0, 0, 0, 0);
    color: var(--dark-color);
    border: 1px solid var(--dark-color);
    box-shadow: 0 0 1px transparent; }
    html.ew-framework .dark.ew-btn-outline:hover, html.ew-framework .dark.ew-btn-outline:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      border-color: transparent;
      background: var(--dark-color-saturated);
      color: var(--dark-contrast-font); }
  html.ew-framework .dark.ew-btn-link {
    color: var(--dark-color);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: transparent solid 1px; }
    html.ew-framework .dark.ew-btn-link:hover, html.ew-framework .dark.ew-btn-link:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--dark-color-light); }
  html.ew-framework .dark.ew-btn-action {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--dark-color);
    color: var(--filler-color);
    border-radius: 50%;
    border: none;
    z-index: 9;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .dark.ew-btn-action:hover, html.ew-framework .dark.ew-btn-action:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--dark-color-saturated); }
    html.ew-framework .dark.ew-btn-action:active {
      box-shadow: none; }
  html.ew-framework .success.ew-btn {
    background-color: var(--success-color);
    color: var(--success-contrast-font);
    box-shadow: 0 0 1px transparent;
    border: var(--success-color) solid 1px; }
    html.ew-framework .success.ew-btn:hover, html.ew-framework .success.ew-btn:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--success-contrast-font);
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      background: var(--success-color-saturated); }
  html.ew-framework .success.ew-btn-round {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--success-color);
    color: var(--success-contrast-font);
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .success.ew-btn-round:hover, html.ew-framework .success.ew-btn-round:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--success-color-saturated); }
    html.ew-framework .success.ew-btn-round:active {
      box-shadow: none; }
  html.ew-framework .success.ew-btn-outline {
    background-color: rgba(0, 0, 0, 0);
    color: var(--success-color);
    border: 1px solid var(--success-color);
    box-shadow: 0 0 1px transparent; }
    html.ew-framework .success.ew-btn-outline:hover, html.ew-framework .success.ew-btn-outline:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      border-color: transparent;
      background: var(--success-color-saturated);
      color: var(--success-contrast-font); }
  html.ew-framework .success.ew-btn-link {
    color: var(--success-color);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: transparent solid 1px; }
    html.ew-framework .success.ew-btn-link:hover, html.ew-framework .success.ew-btn-link:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--success-color-light); }
  html.ew-framework .success.ew-btn-action {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--success-color);
    color: var(--filler-color);
    border-radius: 50%;
    border: none;
    z-index: 9;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .success.ew-btn-action:hover, html.ew-framework .success.ew-btn-action:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--success-color-saturated); }
    html.ew-framework .success.ew-btn-action:active {
      box-shadow: none; }
  html.ew-framework .info.ew-btn {
    background-color: var(--info-color);
    color: var(--info-contrast-font);
    box-shadow: 0 0 1px transparent;
    border: var(--info-color) solid 1px; }
    html.ew-framework .info.ew-btn:hover, html.ew-framework .info.ew-btn:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--info-contrast-font);
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      background: var(--info-color-saturated); }
  html.ew-framework .info.ew-btn-round {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--info-color);
    color: var(--info-contrast-font);
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .info.ew-btn-round:hover, html.ew-framework .info.ew-btn-round:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--info-color-saturated); }
    html.ew-framework .info.ew-btn-round:active {
      box-shadow: none; }
  html.ew-framework .info.ew-btn-outline {
    background-color: rgba(0, 0, 0, 0);
    color: var(--info-color);
    border: 1px solid var(--info-color);
    box-shadow: 0 0 1px transparent; }
    html.ew-framework .info.ew-btn-outline:hover, html.ew-framework .info.ew-btn-outline:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      border-color: transparent;
      background: var(--info-color-saturated);
      color: var(--info-contrast-font); }
  html.ew-framework .info.ew-btn-link {
    color: var(--info-color);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: transparent solid 1px; }
    html.ew-framework .info.ew-btn-link:hover, html.ew-framework .info.ew-btn-link:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--info-color-light); }
  html.ew-framework .info.ew-btn-action {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--info-color);
    color: var(--filler-color);
    border-radius: 50%;
    border: none;
    z-index: 9;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .info.ew-btn-action:hover, html.ew-framework .info.ew-btn-action:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--info-color-saturated); }
    html.ew-framework .info.ew-btn-action:active {
      box-shadow: none; }
  html.ew-framework .warning.ew-btn {
    background-color: var(--warning-color);
    color: var(--warning-contrast-font);
    box-shadow: 0 0 1px transparent;
    border: var(--warning-color) solid 1px; }
    html.ew-framework .warning.ew-btn:hover, html.ew-framework .warning.ew-btn:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--warning-contrast-font);
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      background: var(--warning-color-saturated); }
  html.ew-framework .warning.ew-btn-round {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--warning-color);
    color: var(--warning-contrast-font);
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .warning.ew-btn-round:hover, html.ew-framework .warning.ew-btn-round:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--warning-color-saturated); }
    html.ew-framework .warning.ew-btn-round:active {
      box-shadow: none; }
  html.ew-framework .warning.ew-btn-outline {
    background-color: rgba(0, 0, 0, 0);
    color: var(--warning-color);
    border: 1px solid var(--warning-color);
    box-shadow: 0 0 1px transparent; }
    html.ew-framework .warning.ew-btn-outline:hover, html.ew-framework .warning.ew-btn-outline:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      border-color: transparent;
      background: var(--warning-color-saturated);
      color: var(--warning-contrast-font); }
  html.ew-framework .warning.ew-btn-link {
    color: var(--warning-color);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: transparent solid 1px; }
    html.ew-framework .warning.ew-btn-link:hover, html.ew-framework .warning.ew-btn-link:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--warning-color-light); }
  html.ew-framework .warning.ew-btn-action {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--warning-color);
    color: var(--filler-color);
    border-radius: 50%;
    border: none;
    z-index: 9;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .warning.ew-btn-action:hover, html.ew-framework .warning.ew-btn-action:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--warning-color-saturated); }
    html.ew-framework .warning.ew-btn-action:active {
      box-shadow: none; }
  html.ew-framework .error.ew-btn {
    background-color: var(--error-color);
    color: var(--error-contrast-font);
    box-shadow: 0 0 1px transparent;
    border: var(--error-color) solid 1px; }
    html.ew-framework .error.ew-btn:hover, html.ew-framework .error.ew-btn:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--error-contrast-font);
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      background: var(--error-color-saturated); }
  html.ew-framework .error.ew-btn-round {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--error-color);
    color: var(--error-contrast-font);
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .error.ew-btn-round:hover, html.ew-framework .error.ew-btn-round:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--error-color-saturated); }
    html.ew-framework .error.ew-btn-round:active {
      box-shadow: none; }
  html.ew-framework .error.ew-btn-outline {
    background-color: rgba(0, 0, 0, 0);
    color: var(--error-color);
    border: 1px solid var(--error-color);
    box-shadow: 0 0 1px transparent; }
    html.ew-framework .error.ew-btn-outline:hover, html.ew-framework .error.ew-btn-outline:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      border-color: transparent;
      background: var(--error-color-saturated);
      color: var(--error-contrast-font); }
  html.ew-framework .error.ew-btn-link {
    color: var(--error-color);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: transparent solid 1px; }
    html.ew-framework .error.ew-btn-link:hover, html.ew-framework .error.ew-btn-link:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      color: var(--error-color-light); }
  html.ew-framework .error.ew-btn-action {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: var(--error-color);
    color: var(--filler-color);
    border-radius: 50%;
    border: none;
    z-index: 9;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    html.ew-framework .error.ew-btn-action:hover, html.ew-framework .error.ew-btn-action:focus {
      transition: background 0.15s ease, box-shadow 0.25s ease;
      background: var(--error-color-saturated); }
    html.ew-framework .error.ew-btn-action:active {
      box-shadow: none; }
  html.ew-framework .gradient.ew-btn {
    background: #322f62;
    background: linear-gradient(8deg, #322f62 0%, #363d74 30%, #5f75de 100%);
    color: var(--filler-color); }
    html.ew-framework .gradient.ew-btn:hover {
      background: linear-gradient(8deg, #28246d 0%, #293381 30%, #516cec 100%); }
  html.ew-framework .gradient.ew-btn-outline {
    color: #322f62;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #322f62; }
    html.ew-framework .gradient.ew-btn-outline:hover {
      color: var(--filler-color);
      background: linear-gradient(8deg, #28246d 0%, #293381 30%, #516cec 100%); }
  html.ew-framework .gradient.ew-btn-link {
    color: #322f62;
    background: rgba(0, 0, 0, 0);
    box-shadow: none; }
    html.ew-framework .gradient.ew-btn-link:hover {
      color: #4642ae; }
  html.ew-framework .neutral .ew-btn {
    background: var(--filler-color);
    color: var(--primary-color); }
  html.ew-framework .ew-modal {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s ease-in;
    z-index: 100; }
    html.ew-framework .ew-modal:target, html.ew-framework .ew-modal.displayed {
      visibility: visible;
      opacity: 1;
      pointer-events: auto; }
      html.ew-framework .ew-modal:target .ew-modal-container, html.ew-framework .ew-modal.displayed .ew-modal-container {
        opacity: 1;
        transform: scale(1); }
    html.ew-framework .ew-modal .ew-modal-background {
      background: rgba(0, 0, 0, 0.2);
      top: initial;
      width: 100%;
      height: 100%;
      position: fixed;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      left: 0;
      right: 0;
      bottom: 0; }
    html.ew-framework .ew-modal.small .ew-modal-container {
      max-height: 480px;
      max-width: 320px; }
    html.ew-framework .ew-modal .ew-modal-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      top: initial;
      padding: 1.2rem;
      background: var(--complement-color);
      height: fit-content;
      max-height: 75%;
      opacity: 0;
      max-width: 640px;
      width: fit-content;
      border-radius: 4px;
      transform: scale(0.97);
      transition: all 0.1s 0.1s ease-in;
      -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
    html.ew-framework .ew-modal .ew-modal-header {
      position: relative;
      display: inline-flex;
      width: 100%;
      padding-right: 2.4rem; }
      html.ew-framework .ew-modal .ew-modal-header .ew-modal-close {
        position: absolute;
        cursor: pointer;
        color: rgba(255, 255, 255, 0.5);
        top: 0;
        right: -0.6rem; }
    html.ew-framework .ew-modal .ew-modal-body {
      overflow-y: auto;
      overflow-x: hidden;
      font-size: 1rem;
      width: 100%; }
    html.ew-framework .ew-modal .ew-modal-footer {
      display: inline-flex;
      justify-content: flex-end;
      width: 100%; }
  html.ew-framework .ew-table {
    margin: 0.6rem 2px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-spacing: 0;
    border-collapse: collapse; }
    html.ew-framework .ew-table tr:not(:last-child) {
      border-bottom: 1px solid rgba(var(--dark-color-rgb), 0.5); }
    html.ew-framework .ew-table tr.vertical-align-middle td {
      vertical-align: middle; }
    html.ew-framework .ew-table td {
      padding: 0.6rem 8px;
      line-height: 1.2rem;
      vertical-align: top; }
      html.ew-framework .ew-table td.compact {
        max-width: 350px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        display: block; }
      html.ew-framework .ew-table td > *:not(.ew-badge) {
        max-width: 100%;
        white-space: normal; }
    html.ew-framework .ew-table th {
      border-bottom: 2px solid var(--dark-color-light);
      padding-bottom: 0.6rem;
      padding-top: 0.6rem; }
    html.ew-framework .ew-table.layout-fixed {
      table-layout: fixed; }
    html.ew-framework .ew-table.table-striped tbody tr:nth-child(2n+1) {
      background: rgba(0, 0, 0, 0.05); }
    html.ew-framework .ew-table.table-bordered tr td:not(:first-child) {
      border-left: 1px solid rgba(var(--dark-color-rgb), 0.5); }
    html.ew-framework .ew-table.table-bordered-complete tr td {
      border-left: 1px solid rgba(var(--dark-color-rgb), 0.5); }
    html.ew-framework .ew-table.table-bordered-complete tr td:last-child {
      border-right: 1px solid rgba(var(--dark-color-rgb), 0.5); }
    html.ew-framework .ew-table.table-bordered-complete tr:last-child {
      border-bottom: 1px solid rgba(var(--dark-color-rgb), 0.5); }
  html.ew-framework .ew-tabs {
    width: 100%; }
    html.ew-framework .ew-tabs .ew-tab-links {
      display: flex;
      flex-wrap: wrap; }
      html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link {
        flex: 1;
        background: var(--light-color); }
        html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.primary {
          color: var(--primary-color);
          background: var(--complement-color-dark); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.primary.active {
            -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            background: var(--complement-color);
            color: var(--primary-color); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.primary:hover {
            -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            background: var(--primary-color-desaturated); }
        html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.gray {
          color: var(--gray-color);
          background: var(--complement-color-dark); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.gray.active {
            -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            background: var(--complement-color);
            color: var(--gray-color); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.gray:hover {
            -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            background: var(--gray-color-desaturated); }
        html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.filler {
          color: var(--filler-color);
          background: var(--complement-color-dark); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.filler.active {
            -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            background: var(--complement-color);
            color: var(--filler-color); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.filler:hover {
            -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            background: var(--filler-color-desaturated); }
        html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.complement {
          color: var(--complement-color);
          background: var(--complement-color-dark); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.complement.active {
            -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            background: var(--complement-color);
            color: var(--complement-color); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.complement:hover {
            -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            background: var(--complement-color-desaturated); }
        html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.light {
          color: var(--light-color);
          background: var(--complement-color-dark); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.light.active {
            -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            background: var(--complement-color);
            color: var(--light-color); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.light:hover {
            -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            background: var(--light-color-desaturated); }
        html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.brand {
          color: var(--brand-color);
          background: var(--complement-color-dark); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.brand.active {
            -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            background: var(--complement-color);
            color: var(--brand-color); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.brand:hover {
            -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            background: var(--brand-color-desaturated); }
        html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.dark {
          color: var(--dark-color);
          background: var(--complement-color-dark); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.dark.active {
            -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            background: var(--complement-color);
            color: var(--dark-color); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.dark:hover {
            -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            background: var(--dark-color-desaturated); }
        html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.success {
          color: var(--success-color);
          background: var(--complement-color-dark); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.success.active {
            -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            background: var(--complement-color);
            color: var(--success-color); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.success:hover {
            -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            background: var(--success-color-desaturated); }
        html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.info {
          color: var(--info-color);
          background: var(--complement-color-dark); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.info.active {
            -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            background: var(--complement-color);
            color: var(--info-color); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.info:hover {
            -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            background: var(--info-color-desaturated); }
        html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.warning {
          color: var(--warning-color);
          background: var(--complement-color-dark); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.warning.active {
            -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            background: var(--complement-color);
            color: var(--warning-color); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.warning:hover {
            -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            background: var(--warning-color-desaturated); }
        html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.error {
          color: var(--error-color);
          background: var(--complement-color-dark); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.error.active {
            -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            background: var(--complement-color);
            color: var(--error-color); }
          html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.error:hover {
            -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            background: var(--error-color-desaturated); }
        html.ew-framework .ew-tabs .ew-tab-links .ew-tab-link.active {
          background: var(--primary-color);
          border-radius: 5px;
          color: var(--light-color); }
    html.ew-framework .ew-tabs .ew-tab-body {
      display: block; }
      html.ew-framework .ew-tabs .ew-tab-body .ew-tab {
        display: none; }
  html.ew-framework .ew-tabs-vertical {
    display: flex; }
    html.ew-framework .ew-tabs-vertical.ew-tabs-reversed {
      flex-direction: row-reverse; }
    html.ew-framework .ew-tabs-vertical .ew-tab-links {
      flex: 1;
      display: flex;
      flex-direction: column; }
      html.ew-framework .ew-tabs-vertical .ew-tab-links .ew-tab-link {
        flex: 0; }
    html.ew-framework .ew-tabs-vertical .ew-tab-body {
      flex: 2; }
  html.ew-framework .ew-tooltip-container {
    position: relative; }
    html.ew-framework .ew-tooltip-container:hover .tooltip-top, html.ew-framework .ew-tooltip-container:hover .tooltip-bottom, html.ew-framework .ew-tooltip-container:hover .tooltip-right, html.ew-framework .ew-tooltip-container:hover .tooltip-left {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.2s ease-in; }
    html.ew-framework .ew-tooltip-container .tooltip-top, html.ew-framework .ew-tooltip-container .tooltip-bottom, html.ew-framework .ew-tooltip-container .tooltip-right, html.ew-framework .ew-tooltip-container .tooltip-left {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      background: var(--complement-color-light);
      color: var(--font-color);
      width: 200px;
      max-height: 200px;
      height: 100%;
      transition: opacity 0.2s ease-in;
      z-index: 10;
      padding: 5px;
      border-radius: 2px;
      word-wrap: break-word;
      white-space: normal;
      vertical-align: center;
      text-align: center;
      overflow: hidden; }
    html.ew-framework .ew-tooltip-container .tooltip-top {
      top: calc(-100% - 5px);
      left: calc(50% - 200px/2); }
    html.ew-framework .ew-tooltip-container .tooltip-bottom {
      bottom: calc(-100% - 5px);
      right: calc(50% - 200px/2); }
    html.ew-framework .ew-tooltip-container .tooltip-right {
      top: 0;
      right: -205px; }
    html.ew-framework .ew-tooltip-container .tooltip-left {
      top: 0;
      left: -205px; }
  html.ew-framework .ew-drop-container {
    position: relative; }
  html.ew-framework .ew-drop-trigger {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.6rem; }
  html.ew-framework .ew-drop-content {
    position: absolute;
    top: 2.5rem;
    background: var(--complement-color-light);
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease-in-out;
    width: max-content;
    max-width: 250px;
    max-height: 400px;
    border-radius: 8px;
    z-index: 10; }
    html.ew-framework .ew-drop-content.primary {
      background-color: var(--primary-color); }
      html.ew-framework .ew-drop-content.primary .ew-drop-content-item {
        color: var(--primary-contrast-font); }
        html.ew-framework .ew-drop-content.primary .ew-drop-content-item:hover {
          background-color: var(--primary-color-light); }
    html.ew-framework .ew-drop-content.gray {
      background-color: var(--gray-color); }
      html.ew-framework .ew-drop-content.gray .ew-drop-content-item {
        color: var(--gray-contrast-font); }
        html.ew-framework .ew-drop-content.gray .ew-drop-content-item:hover {
          background-color: var(--gray-color-light); }
    html.ew-framework .ew-drop-content.filler {
      background-color: var(--filler-color); }
      html.ew-framework .ew-drop-content.filler .ew-drop-content-item {
        color: var(--filler-contrast-font); }
        html.ew-framework .ew-drop-content.filler .ew-drop-content-item:hover {
          background-color: var(--filler-color-light); }
    html.ew-framework .ew-drop-content.complement {
      background-color: var(--complement-color); }
      html.ew-framework .ew-drop-content.complement .ew-drop-content-item {
        color: var(--complement-contrast-font); }
        html.ew-framework .ew-drop-content.complement .ew-drop-content-item:hover {
          background-color: var(--complement-color-light); }
    html.ew-framework .ew-drop-content.light {
      background-color: var(--light-color); }
      html.ew-framework .ew-drop-content.light .ew-drop-content-item {
        color: var(--light-contrast-font); }
        html.ew-framework .ew-drop-content.light .ew-drop-content-item:hover {
          background-color: var(--light-color-light); }
    html.ew-framework .ew-drop-content.brand {
      background-color: var(--brand-color); }
      html.ew-framework .ew-drop-content.brand .ew-drop-content-item {
        color: var(--brand-contrast-font); }
        html.ew-framework .ew-drop-content.brand .ew-drop-content-item:hover {
          background-color: var(--brand-color-light); }
    html.ew-framework .ew-drop-content.dark {
      background-color: var(--dark-color); }
      html.ew-framework .ew-drop-content.dark .ew-drop-content-item {
        color: var(--dark-contrast-font); }
        html.ew-framework .ew-drop-content.dark .ew-drop-content-item:hover {
          background-color: var(--dark-color-light); }
    html.ew-framework .ew-drop-content.success {
      background-color: var(--success-color); }
      html.ew-framework .ew-drop-content.success .ew-drop-content-item {
        color: var(--success-contrast-font); }
        html.ew-framework .ew-drop-content.success .ew-drop-content-item:hover {
          background-color: var(--success-color-light); }
    html.ew-framework .ew-drop-content.info {
      background-color: var(--info-color); }
      html.ew-framework .ew-drop-content.info .ew-drop-content-item {
        color: var(--info-contrast-font); }
        html.ew-framework .ew-drop-content.info .ew-drop-content-item:hover {
          background-color: var(--info-color-light); }
    html.ew-framework .ew-drop-content.warning {
      background-color: var(--warning-color); }
      html.ew-framework .ew-drop-content.warning .ew-drop-content-item {
        color: var(--warning-contrast-font); }
        html.ew-framework .ew-drop-content.warning .ew-drop-content-item:hover {
          background-color: var(--warning-color-light); }
    html.ew-framework .ew-drop-content.error {
      background-color: var(--error-color); }
      html.ew-framework .ew-drop-content.error .ew-drop-content-item {
        color: var(--error-contrast-font); }
        html.ew-framework .ew-drop-content.error .ew-drop-content-item:hover {
          background-color: var(--error-color-light); }
    html.ew-framework .ew-drop-content.displayed {
      opacity: 1;
      pointer-events: all; }
    html.ew-framework .ew-drop-content .ew-drop-content-divider {
      height: 2px;
      background: var(--gray-color-light);
      width: 90%;
      margin: 5px auto; }
    html.ew-framework .ew-drop-content.compressed .ew-drop-content-item {
      min-height: 0; }
    html.ew-framework .ew-drop-content .ew-drop-content-item {
      min-height: 3rem;
      display: flex;
      align-items: center;
      padding: .5em 1em;
      transition: background 0.15s ease-in-out; }
      html.ew-framework .ew-drop-content .ew-drop-content-item.compressed {
        min-height: 0; }
      html.ew-framework .ew-drop-content .ew-drop-content-item:first-of-type {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
      html.ew-framework .ew-drop-content .ew-drop-content-item:last-of-type {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }
      html.ew-framework .ew-drop-content .ew-drop-content-item:hover {
        background: var(--complement-color-hover); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.primary {
        color: var(--primary-color); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.primary:hover {
        background: var(--primary-color-light); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.gray {
        color: var(--gray-color); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.gray:hover {
        background: var(--gray-color-light); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.filler {
        color: var(--filler-color); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.filler:hover {
        background: var(--filler-color-light); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.complement {
        color: var(--complement-color); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.complement:hover {
        background: var(--complement-color-light); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.light {
        color: var(--light-color); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.light:hover {
        background: var(--light-color-light); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.brand {
        color: var(--brand-color); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.brand:hover {
        background: var(--brand-color-light); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.dark {
        color: var(--dark-color); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.dark:hover {
        background: var(--dark-color-light); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.success {
        color: var(--success-color); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.success:hover {
        background: var(--success-color-light); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.info {
        color: var(--info-color); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.info:hover {
        background: var(--info-color-light); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.warning {
        color: var(--warning-color); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.warning:hover {
        background: var(--warning-color-light); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.error {
        color: var(--error-color); }
      html.ew-framework .ew-drop-content .ew-drop-content-item.error:hover {
        background: var(--error-color-light); }
      html.ew-framework .ew-drop-content .ew-drop-content-item i + span, html.ew-framework .ew-drop-content .ew-drop-content-item i + div, html.ew-framework .ew-drop-content .ew-drop-content-item svg + span, html.ew-framework .ew-drop-content .ew-drop-content-item svg + div {
        margin-left: 5px; }
  html.ew-framework .ew-collapsible-trigger {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.6rem; }
    html.ew-framework .ew-collapsible-trigger.outlined {
      border: 1px solid var(--dark-color-light); }
  html.ew-framework .ew-collapsible-body {
    padding: .5em;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: height .3s ease, opacity .3s ease-in-out;
    z-index: 10; }
    html.ew-framework .ew-collapsible-body.displayed {
      opacity: 1;
      pointer-events: all; }
  html.ew-framework #dropdown_base, html.ew-framework .ew-dropdown.open-dropdown .ew-dropdown-content {
    width: 200px;
    max-height: 400px;
    position: absolute;
    top: 90%;
    left: calc(50% - 200px/2);
    padding: 0;
    border-radius: 4px;
    background: var(--complement-color);
    color: var(--font-color);
    font-weight: 400;
    list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-in;
    transform: rotateZ(360deg);
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 2; }
    html.ew-framework #dropdown_base:empty, html.ew-framework .ew-dropdown.open-dropdown .ew-dropdown-content:empty {
      display: none; }
    html.ew-framework #dropdown_base.fit-content, html.ew-framework .ew-dropdown.open-dropdown .fit-content.ew-dropdown-content {
      width: fit-content; }
    html.ew-framework #dropdown_base.left, html.ew-framework .ew-dropdown.open-dropdown .left.ew-dropdown-content {
      border-radius: 4px 0 4px 4px;
      right: initial;
      left: calc(90% - 200px); }
    html.ew-framework #dropdown_base.right, html.ew-framework .ew-dropdown.open-dropdown .right.ew-dropdown-content {
      border-radius: 0 4px 4px 4px;
      left: initial;
      right: calc(90% - 200px ); }
    html.ew-framework #dropdown_base > .divider, html.ew-framework .ew-dropdown.open-dropdown .ew-dropdown-content > .divider {
      border-top: 1px solid var(--dark-color-light);
      height: 2px;
      width: 100%;
      margin-bottom: 2px;
      margin-top: 3px; }
    html.ew-framework #dropdown_base > li:not(.divider), html.ew-framework .ew-dropdown.open-dropdown .ew-dropdown-content > li:not(.divider) {
      padding-left: 0.2rem;
      height: 1.75rem;
      display: flex;
      align-items: center;
      line-height: 1.2rem; }
      html.ew-framework #dropdown_base > li:not(.divider) > a, html.ew-framework .ew-dropdown.open-dropdown .ew-dropdown-content > li:not(.divider) > a {
        height: 100%; }
      html.ew-framework #dropdown_base > li:not(.divider) > *, html.ew-framework .ew-dropdown.open-dropdown .ew-dropdown-content > li:not(.divider) > * {
        width: 100%;
        display: flex;
        align-items: center;
        line-height: 1.2rem; }
        html.ew-framework #dropdown_base > li:not(.divider) > * i, html.ew-framework .ew-dropdown.open-dropdown .ew-dropdown-content > li:not(.divider) > * i {
          margin-right: 0.5rem; }
      html.ew-framework #dropdown_base > li:not(.divider):hover, html.ew-framework .ew-dropdown.open-dropdown .ew-dropdown-content > li:not(.divider):hover {
        background: var(--complement-color-hover); }
      html.ew-framework #dropdown_base > li:not(.divider).dropdown-actions:hover, html.ew-framework .ew-dropdown.open-dropdown .ew-dropdown-content > li:not(.divider).dropdown-actions:hover {
        background: transparent; }
  html.ew-framework .ew-dropdown:empty {
    display: none; }
  html.ew-framework .ew-dropdown:not(.open-dropdown) .ew-dropdown-content {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    text-align: initial;
    border: var(--dropdown-content-border); }
    html.ew-framework .ew-dropdown:not(.open-dropdown) .ew-dropdown-content:empty {
      display: none; }
    html.ew-framework .ew-dropdown:not(.open-dropdown) .ew-dropdown-content li > a {
      width: 100%;
      height: 100%; }
  html.ew-framework .ew-dropdown.open-dropdown .ew-dropdown-content {
    border: var(--dropdown-content-border); }
  html.ew-framework .ew-divider,
  html.ew-framework .ew-divider-vert {
    display: block;
    position: relative; }
    html.ew-framework .ew-divider.primary,
    html.ew-framework .ew-divider-vert.primary {
      background: var(--primary-color); }
      html.ew-framework .ew-divider.primary[data-content]::after,
      html.ew-framework .ew-divider-vert.primary[data-content]::after {
        background: var(--primary-color); }
    html.ew-framework .ew-divider.primary-light,
    html.ew-framework .ew-divider-vert.primary-light {
      background: var(--primary-color-light); }
      html.ew-framework .ew-divider.primary-light[data-content]::after,
      html.ew-framework .ew-divider-vert.primary-light[data-content]::after {
        background: var(--primary-color-light); }
    html.ew-framework .ew-divider.primary-saturated,
    html.ew-framework .ew-divider-vert.primary-saturated {
      background: var(--primary-color-saturated); }
      html.ew-framework .ew-divider.primary-saturated[data-content]::after,
      html.ew-framework .ew-divider-vert.primary-saturated[data-content]::after {
        background: var(--primary-color-saturated); }
    html.ew-framework .ew-divider.gray,
    html.ew-framework .ew-divider-vert.gray {
      background: var(--gray-color); }
      html.ew-framework .ew-divider.gray[data-content]::after,
      html.ew-framework .ew-divider-vert.gray[data-content]::after {
        background: var(--gray-color); }
    html.ew-framework .ew-divider.gray-light,
    html.ew-framework .ew-divider-vert.gray-light {
      background: var(--gray-color-light); }
      html.ew-framework .ew-divider.gray-light[data-content]::after,
      html.ew-framework .ew-divider-vert.gray-light[data-content]::after {
        background: var(--gray-color-light); }
    html.ew-framework .ew-divider.gray-saturated,
    html.ew-framework .ew-divider-vert.gray-saturated {
      background: var(--gray-color-saturated); }
      html.ew-framework .ew-divider.gray-saturated[data-content]::after,
      html.ew-framework .ew-divider-vert.gray-saturated[data-content]::after {
        background: var(--gray-color-saturated); }
    html.ew-framework .ew-divider.filler,
    html.ew-framework .ew-divider-vert.filler {
      background: var(--filler-color); }
      html.ew-framework .ew-divider.filler[data-content]::after,
      html.ew-framework .ew-divider-vert.filler[data-content]::after {
        background: var(--filler-color); }
    html.ew-framework .ew-divider.filler-light,
    html.ew-framework .ew-divider-vert.filler-light {
      background: var(--filler-color-light); }
      html.ew-framework .ew-divider.filler-light[data-content]::after,
      html.ew-framework .ew-divider-vert.filler-light[data-content]::after {
        background: var(--filler-color-light); }
    html.ew-framework .ew-divider.filler-saturated,
    html.ew-framework .ew-divider-vert.filler-saturated {
      background: var(--filler-color-saturated); }
      html.ew-framework .ew-divider.filler-saturated[data-content]::after,
      html.ew-framework .ew-divider-vert.filler-saturated[data-content]::after {
        background: var(--filler-color-saturated); }
    html.ew-framework .ew-divider.complement,
    html.ew-framework .ew-divider-vert.complement {
      background: var(--complement-color); }
      html.ew-framework .ew-divider.complement[data-content]::after,
      html.ew-framework .ew-divider-vert.complement[data-content]::after {
        background: var(--complement-color); }
    html.ew-framework .ew-divider.complement-light,
    html.ew-framework .ew-divider-vert.complement-light {
      background: var(--complement-color-light); }
      html.ew-framework .ew-divider.complement-light[data-content]::after,
      html.ew-framework .ew-divider-vert.complement-light[data-content]::after {
        background: var(--complement-color-light); }
    html.ew-framework .ew-divider.complement-saturated,
    html.ew-framework .ew-divider-vert.complement-saturated {
      background: var(--complement-color-saturated); }
      html.ew-framework .ew-divider.complement-saturated[data-content]::after,
      html.ew-framework .ew-divider-vert.complement-saturated[data-content]::after {
        background: var(--complement-color-saturated); }
    html.ew-framework .ew-divider.light,
    html.ew-framework .ew-divider-vert.light {
      background: var(--light-color); }
      html.ew-framework .ew-divider.light[data-content]::after,
      html.ew-framework .ew-divider-vert.light[data-content]::after {
        background: var(--light-color); }
    html.ew-framework .ew-divider.light-light,
    html.ew-framework .ew-divider-vert.light-light {
      background: var(--light-color-light); }
      html.ew-framework .ew-divider.light-light[data-content]::after,
      html.ew-framework .ew-divider-vert.light-light[data-content]::after {
        background: var(--light-color-light); }
    html.ew-framework .ew-divider.light-saturated,
    html.ew-framework .ew-divider-vert.light-saturated {
      background: var(--light-color-saturated); }
      html.ew-framework .ew-divider.light-saturated[data-content]::after,
      html.ew-framework .ew-divider-vert.light-saturated[data-content]::after {
        background: var(--light-color-saturated); }
    html.ew-framework .ew-divider.brand,
    html.ew-framework .ew-divider-vert.brand {
      background: var(--brand-color); }
      html.ew-framework .ew-divider.brand[data-content]::after,
      html.ew-framework .ew-divider-vert.brand[data-content]::after {
        background: var(--brand-color); }
    html.ew-framework .ew-divider.brand-light,
    html.ew-framework .ew-divider-vert.brand-light {
      background: var(--brand-color-light); }
      html.ew-framework .ew-divider.brand-light[data-content]::after,
      html.ew-framework .ew-divider-vert.brand-light[data-content]::after {
        background: var(--brand-color-light); }
    html.ew-framework .ew-divider.brand-saturated,
    html.ew-framework .ew-divider-vert.brand-saturated {
      background: var(--brand-color-saturated); }
      html.ew-framework .ew-divider.brand-saturated[data-content]::after,
      html.ew-framework .ew-divider-vert.brand-saturated[data-content]::after {
        background: var(--brand-color-saturated); }
    html.ew-framework .ew-divider.dark,
    html.ew-framework .ew-divider-vert.dark {
      background: var(--dark-color); }
      html.ew-framework .ew-divider.dark[data-content]::after,
      html.ew-framework .ew-divider-vert.dark[data-content]::after {
        background: var(--dark-color); }
    html.ew-framework .ew-divider.dark-light,
    html.ew-framework .ew-divider-vert.dark-light {
      background: var(--dark-color-light); }
      html.ew-framework .ew-divider.dark-light[data-content]::after,
      html.ew-framework .ew-divider-vert.dark-light[data-content]::after {
        background: var(--dark-color-light); }
    html.ew-framework .ew-divider.dark-saturated,
    html.ew-framework .ew-divider-vert.dark-saturated {
      background: var(--dark-color-saturated); }
      html.ew-framework .ew-divider.dark-saturated[data-content]::after,
      html.ew-framework .ew-divider-vert.dark-saturated[data-content]::after {
        background: var(--dark-color-saturated); }
    html.ew-framework .ew-divider.success,
    html.ew-framework .ew-divider-vert.success {
      background: var(--success-color); }
      html.ew-framework .ew-divider.success[data-content]::after,
      html.ew-framework .ew-divider-vert.success[data-content]::after {
        background: var(--success-color); }
    html.ew-framework .ew-divider.success-light,
    html.ew-framework .ew-divider-vert.success-light {
      background: var(--success-color-light); }
      html.ew-framework .ew-divider.success-light[data-content]::after,
      html.ew-framework .ew-divider-vert.success-light[data-content]::after {
        background: var(--success-color-light); }
    html.ew-framework .ew-divider.success-saturated,
    html.ew-framework .ew-divider-vert.success-saturated {
      background: var(--success-color-saturated); }
      html.ew-framework .ew-divider.success-saturated[data-content]::after,
      html.ew-framework .ew-divider-vert.success-saturated[data-content]::after {
        background: var(--success-color-saturated); }
    html.ew-framework .ew-divider.info,
    html.ew-framework .ew-divider-vert.info {
      background: var(--info-color); }
      html.ew-framework .ew-divider.info[data-content]::after,
      html.ew-framework .ew-divider-vert.info[data-content]::after {
        background: var(--info-color); }
    html.ew-framework .ew-divider.info-light,
    html.ew-framework .ew-divider-vert.info-light {
      background: var(--info-color-light); }
      html.ew-framework .ew-divider.info-light[data-content]::after,
      html.ew-framework .ew-divider-vert.info-light[data-content]::after {
        background: var(--info-color-light); }
    html.ew-framework .ew-divider.info-saturated,
    html.ew-framework .ew-divider-vert.info-saturated {
      background: var(--info-color-saturated); }
      html.ew-framework .ew-divider.info-saturated[data-content]::after,
      html.ew-framework .ew-divider-vert.info-saturated[data-content]::after {
        background: var(--info-color-saturated); }
    html.ew-framework .ew-divider.warning,
    html.ew-framework .ew-divider-vert.warning {
      background: var(--warning-color); }
      html.ew-framework .ew-divider.warning[data-content]::after,
      html.ew-framework .ew-divider-vert.warning[data-content]::after {
        background: var(--warning-color); }
    html.ew-framework .ew-divider.warning-light,
    html.ew-framework .ew-divider-vert.warning-light {
      background: var(--warning-color-light); }
      html.ew-framework .ew-divider.warning-light[data-content]::after,
      html.ew-framework .ew-divider-vert.warning-light[data-content]::after {
        background: var(--warning-color-light); }
    html.ew-framework .ew-divider.warning-saturated,
    html.ew-framework .ew-divider-vert.warning-saturated {
      background: var(--warning-color-saturated); }
      html.ew-framework .ew-divider.warning-saturated[data-content]::after,
      html.ew-framework .ew-divider-vert.warning-saturated[data-content]::after {
        background: var(--warning-color-saturated); }
    html.ew-framework .ew-divider.error,
    html.ew-framework .ew-divider-vert.error {
      background: var(--error-color); }
      html.ew-framework .ew-divider.error[data-content]::after,
      html.ew-framework .ew-divider-vert.error[data-content]::after {
        background: var(--error-color); }
    html.ew-framework .ew-divider.error-light,
    html.ew-framework .ew-divider-vert.error-light {
      background: var(--error-color-light); }
      html.ew-framework .ew-divider.error-light[data-content]::after,
      html.ew-framework .ew-divider-vert.error-light[data-content]::after {
        background: var(--error-color-light); }
    html.ew-framework .ew-divider.error-saturated,
    html.ew-framework .ew-divider-vert.error-saturated {
      background: var(--error-color-saturated); }
      html.ew-framework .ew-divider.error-saturated[data-content]::after,
      html.ew-framework .ew-divider-vert.error-saturated[data-content]::after {
        background: var(--error-color-saturated); }
    html.ew-framework .ew-divider[data-content]::after,
    html.ew-framework .ew-divider-vert[data-content]::after {
      background: var(--filler-color);
      color: var(--font-color-light);
      content: attr(data-content);
      display: inline-block;
      font-size: 0.825rem;
      padding: 0 0.4rem;
      transform: translateY(calc(-0.825rem + 1px)); }
  html.ew-framework .ew-divider {
    border-top: 1px solid var(--dark-color-light);
    height: 0.05rem;
    margin: 0.4rem 0; }
    html.ew-framework .ew-divider[data-content] {
      margin: 0.8rem 0; }
  html.ew-framework .ew-divider-vert {
    display: block;
    padding: 0.8rem;
    margin: 0 0.4rem; }
    html.ew-framework .ew-divider-vert::before {
      border-left: 0.05rem solid var(--dark-color-light);
      bottom: .4rem;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: .4rem;
      transform: translateX(-50%); }
    html.ew-framework .ew-divider-vert[data-content]::after {
      left: 50%;
      padding: 0.2rem 0;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }
  html.ew-framework .ew-empty-placeholder {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3.2rem 1.6rem;
    text-align: center;
    color: var(--font-color); }
    html.ew-framework .ew-empty-placeholder h1, html.ew-framework .ew-empty-placeholder h2, html.ew-framework .ew-empty-placeholder h3, html.ew-framework .ew-empty-placeholder h4, html.ew-framework .ew-empty-placeholder h5, html.ew-framework .ew-empty-placeholder h6, html.ew-framework .ew-empty-placeholder p {
      color: var(--font-color) !important; }
    html.ew-framework .ew-empty-placeholder .empty-icon {
      font-size: 3.2rem; }
  html.ew-framework body.ew-login-page {
    --information-zone-width: 39.2%;
    --login-zone-width: 25.8%;
    --login-zone-height: 55%;
    --login-zone-min-height: 400px;
    --main-max-height: 1200px;
    --main-max-width: 1900px;
    --login-information-height-difference: 2.5%;
    --login-void: calc((100% - var(--login-zone-height)));
    background: var(--filler-color);
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%; }
    html.ew-framework body.ew-login-page main {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      max-height: var(--main-max-height);
      max-width: var(--main-max-width);
      height: 100%;
      width: 100%;
      z-index: -1; }
      html.ew-framework body.ew-login-page main section {
        margin: 0 !important; }
    html.ew-framework body.ew-login-page #login--card-form {
      z-index: 0;
      border-radius: 10px 0 0 10px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      min-height: var(--login-zone-min-height);
      height: var(--login-zone-height);
      width: var(--login-zone-width);
      overflow: auto;
      overflow-x: hidden;
      color: var(--filler-color); }
      html.ew-framework body.ew-login-page #login--card-form.rounded {
        border-radius: 10px; }
      @media screen and (max-width: 940px) {
        html.ew-framework body.ew-login-page #login--card-form {
          height: 100%;
          width: 100%;
          border-radius: 0; }
          html.ew-framework body.ew-login-page #login--card-form .register-link {
            font-size: 1rem !important; } }
      @media screen and (max-width: 1080px) {
        html.ew-framework body.ew-login-page #login--card-form .register-link {
          padding: 0;
          margin: 0;
          font-size: 0.7rem; } }
      @media screen and (max-width: 1260px) {
        html.ew-framework body.ew-login-page #login--card-form .register-link {
          font-size: 0.8rem; } }
      @media screen and (max-width: 1020px) {
        html.ew-framework body.ew-login-page #login--card-form .register-link {
          font-size: 0.6rem; } }
      html.ew-framework body.ew-login-page #login--card-form form {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 80%; }
        html.ew-framework body.ew-login-page #login--card-form form .login--logo-container {
          display: flex;
          flex-direction: column;
          justify-content: center; }
        html.ew-framework body.ew-login-page #login--card-form form #login--logo_full {
          max-height: 55px;
          width: auto;
          height: auto;
          object-fit: contain; }
        html.ew-framework body.ew-login-page #login--card-form form #login--logo_letter {
          max-height: 120px; }
        html.ew-framework body.ew-login-page #login--card-form form em {
          margin-left: 5px;
          font-size: 0.8rem;
          font-weight: 400;
          font-style: normal;
          text-decoration: underline; }
        html.ew-framework body.ew-login-page #login--card-form form .register-link {
          padding: 0;
          margin: 0;
          font-weight: 500;
          word-break: break-word; }
        html.ew-framework body.ew-login-page #login--card-form form .password-link {
          padding: 0;
          margin: 0;
          font-weight: 500; }
        html.ew-framework body.ew-login-page #login--card-form form .login--login-button-container {
          width: 100%;
          display: flex;
          justify-content: center;
          height: 3.5rem; }
          html.ew-framework body.ew-login-page #login--card-form form .login--login-button-container button {
            width: 100%; }
    html.ew-framework body.ew-login-page #login--card-info {
      position: relative;
      transform: translateX(-40px);
      z-index: -1;
      padding-left: 40px;
      min-height: calc(var(--login-zone-min-height) - var(--login-information-height-difference));
      height: calc(var(--login-zone-height) - var(--login-information-height-difference));
      width: var(--information-zone-width);
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      html.ew-framework body.ew-login-page #login--card-info .motif {
        position: absolute;
        top: -10%;
        right: -25%;
        width: 75%;
        height: 75%;
        z-index: -1; }
        html.ew-framework body.ew-login-page #login--card-info .motif img {
          height: 100%;
          width: 100%;
          user-select: none; }
        html.ew-framework body.ew-login-page #login--card-info .motif .motif-gradient {
          position: absolute;
          top: -50px;
          right: -50px;
          width: 150%;
          height: 150%;
          background: var(--light-color);
          z-index: 1;
          background: -moz-linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0.6) 58%, rgba(255, 255, 255, 0) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0.6) 58%, rgba(255, 255, 255, 0) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0.6) 58%, rgba(255, 255, 255, 0) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
          /* IE6-9 fallback on horizontal gradient */ }
      html.ew-framework body.ew-login-page #login--card-info .login--img-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        min-height: 280px;
        height: 40%; }
        html.ew-framework body.ew-login-page #login--card-info .login--img-container img {
          max-width: 100%; }
        html.ew-framework body.ew-login-page #login--card-info .login--img-container h2 {
          color: #322f62; }
      @media screen and (max-width: 940px) {
        html.ew-framework body.ew-login-page #login--card-info {
          display: none; } }
      @media screen and (min-width: 940px) and (max-width: 1050px) {
        html.ew-framework body.ew-login-page #login--card-info div.login--img-container {
          height: 40%;
          min-height: 100px; }
          html.ew-framework body.ew-login-page #login--card-info div.login--img-container h2 {
            font-size: 1rem; } }
      @media screen and (min-width: 1050px) and (max-width: 1280px) {
        html.ew-framework body.ew-login-page #login--card-info div.login--img-container {
          height: 40%;
          min-height: 200px; }
          html.ew-framework body.ew-login-page #login--card-info div.login--img-container h2 {
            font-size: 1.4rem; } }

/*===============*/
/* DEFAULT STYLE */
/*===============*/
.main-content-wrapper {
  overflow-y: auto; }

html.ew-framework {
  height: 100%;
  font-size: 0.95em;
  font-family: "AvertaPE", "Montserrat", sans-serif; }
  html.ew-framework body {
    color: var(--font-color);
    margin: 0; }
  html.ew-framework * {
    box-sizing: border-box; }
  html.ew-framework .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 15px; }
  html.ew-framework abbr {
    display: none; }
  html.ew-framework > body {
    font-family: "AvertaPE", "Montserrat", sans-serif;
    height: 100%;
    overflow-x: hidden;
    z-index: -1; }
  html.ew-framework main {
    position: relative; }
  html.ew-framework h1, html.ew-framework h2, html.ew-framework h3, html.ew-framework h4, html.ew-framework h5, html.ew-framework h6 {
    color: var(--font-color-light); }
  html.ew-framework img svg {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
  html.ew-framework input,
  html.ew-framework button,
  html.ew-framework select,
  html.ew-framework textarea {
    font-family: "AvertaPE", "Montserrat", sans-serif; }
  html.ew-framework ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(82, 85, 90, 0.25);
    background-color: var(--filler-color-light); }
  html.ew-framework ::-webkit-scrollbar {
    width: 7px;
    background-color: var(--dark-color-light); }
  html.ew-framework ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--dark-color-light);
    background-image: -webkit-linear-gradient(50deg, rgba(255, 255, 255, 0.12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.12) 75%, transparent 75%, transparent); }
