:root {
  --font-size: 1;
  --ref-primary-0: #0a0a0a;
  --ref-primary-5: #003451;
  --ref-primary-10: #005883;
  --ref-primary-20: #006494;
  --ref-primary-30: #0076b4;
  --ref-primary-40: #0095df;
  --ref-primary-50: #00b9ff;
  --ref-primary-60: #20cfff;
  --ref-primary-70: #6ddfff;
  --ref-primary-80: #b2ecff;
  --ref-primary-90: #dcf4ff;
  --ref-primary-95: #eefaff;
  --ref-primary-100: #fafafa;
  --ref-secondary-0: #0a0a0a;
  --ref-secondary-5: #1c2930;
  --ref-secondary-10: #2f404a;
  --ref-secondary-20: #344b56;
  --ref-secondary-30: #385765;
  --ref-secondary-40: #3f697b;
  --ref-secondary-50: #497f91;
  --ref-secondary-60: #649bac;
  --ref-secondary-70: #97bfc9;
  --ref-secondary-80: #c1dae0;
  --ref-secondary-90: #deebef;
  --ref-secondary-95: #f2f7f9;
  --ref-secondary-100: #fafafa;
  --ref-tertiary-0: #0a0a0a;
  --ref-tertiary-5: #3f1b09;
  --ref-tertiary-10: #6d3616;
  --ref-tertiary-20: #7f4214;
  --ref-tertiary-30: #9a530e;
  --ref-tertiary-40: #c1750d;
  --ref-tertiary-50: #df9913;
  --ref-tertiary-60: #f0b429;
  --ref-tertiary-70: #f5c94f;
  --ref-tertiary-80: #f9e18f;
  --ref-tertiary-90: #fbf2c6;
  --ref-tertiary-95: #fdf9e9;
  --ref-tertiary-100: #fafafa;
  --ref-orange-0: #0a0a0a;
  --ref-orange-5: #421608;
  --ref-orange-10: #7a2f14;
  --ref-orange-20: #973715;
  --ref-orange-30: #be4510;
  --ref-orange-40: #e55c11;
  --ref-orange-50: #f47920;
  --ref-orange-60: #f79440;
  --ref-orange-70: #fabb77;
  --ref-orange-80: #fcd8ac;
  --ref-orange-90: #feedd6;
  --ref-orange-95: #fff7ed;
  --ref-orange-100: #fafafa;
  --ref-green-0: #0a0a0a;
  --ref-green-5: #00371a;
  --ref-green-10: #066135;
  --ref-green-20: #04733b;
  --ref-green-30: #009849;
  --ref-green-40: #00c359;
  --ref-green-50: #00ea6f;
  --ref-green-60: #29ff90;
  --ref-green-70: #6effb6;
  --ref-green-80: #adffd5;
  --ref-green-90: #d5ffea;
  --ref-green-95: #edfff5;
  --ref-green-100: #fafafa;
  --ref-red-0: #000000;
  --ref-red-5: #4f0000;
  --ref-red-10: #900c0c;
  --ref-red-20: #af0505;
  --ref-red-30: #d40101;
  --ref-red-40: #fc0606;
  --ref-red-50: #ff2626;
  --ref-red-60: #ff5959;
  --ref-red-70: #ff9696;
  --ref-red-80: #ffc1c1;
  --ref-red-90: #ffdddd;
  --ref-red-95: #fff0f0;
  --ref-red-100: #FFFFFF;
  --ref-neutral-0: #0A0A0A;
  --ref-neutral-2: #121212;
  --ref-neutral-4: #1B1B1B;
  --ref-neutral-6: #242424;
  --ref-neutral-8: #2E2E2E;
  --ref-neutral-10: #323232;
  --ref-neutral-12: #3B3B3B;
  --ref-neutral-20: #494949;
  --ref-neutral-30: #5B5B5B;
  --ref-neutral-40: #6D6D6D;
  --ref-neutral-50: #7F7F7F;
  --ref-neutral-60: #929292;
  --ref-neutral-70: #A4A4A4;
  --ref-neutral-80: #B6B6B6;
  --ref-neutral-88: #CECECE;
  --ref-neutral-90: #DFDFDF;
  --ref-neutral-92: #E5E5E5;
  --ref-neutral-94: #EBEBEB;
  --ref-neutral-96: #F0F0F0;
  --ref-neutral-98: #F6F6F6;
  --ref-neutral-100: #FAFAFA;
}

:root, body.light-theme {
  --theme: "light";
  --banner-unad: url(../../ulib/img/banner-light-center.png);
  --logo-unad: url(../../ulib/img/logo-unad-light.png);
  --sys-primary: var(--ref-primary-10);
  --sys-primary-hover: var(--ref-primary-20);
  --sys-on-primary: var(--ref-primary-100);
  --sys-primary-container: var(--ref-primary-95);
  --sys-on-primary-container: var(--ref-primary-5);
  --sys-primary-fixed: var(--ref-primary-10);
  --sys-on-primary-fixed: var(--ref-primary-100);
  --sys-secondary: var(--ref-secondary-30);
  --sys-secondary-hover: var(--ref-secondary-40);
  --sys-on-secondary: var(--ref-secondary-100);
  --sys-secondary-container: var(--ref-secondary-90);
  --sys-on-secondary-container: var(--ref-secondary-0);
  --sys-secondary-fixed: var(--ref-secondary-40);
  --sys-on-secondary-fixed: var(--ref-secondary-100);
  --sys-tertiary: var(--ref-tertiary-60);
  --sys-tertiary-hover: var(--ref-tertiary-70);
  --sys-on-tertiary: var(--ref-tertiary-0);
  --sys-tertiary-container: var(--ref-tertiary-95);
  --sys-on-tertiary-container: var(--ref-tertiary-5);
  --sys-tertiary-fixed: var(--ref-tertiary-60);
  --sys-on-tertiary-fixed: var(--ref-tertiary-0);
  --sys-orange: var(--ref-orange-50);
  --sys-orange-hover: var(--ref-orange-60);
  --sys-on-orange: var(--ref-orange-0);
  --sys-orange-container: var(--ref-orange-95);
  --sys-on-orange-container: var(--ref-orange-5);
  --sys-orange-fixed: var(--ref-orange-50);
  --sys-on-orange-fixed: var(--ref-orange-0);
  --sys-green: var(--ref-green-10);
  --sys-green-hover: var(--ref-green-20);
  --sys-on-green: var(--ref-green-100);
  --sys-green-container: var(--ref-green-95);
  --sys-on-green-container: var(--ref-green-5);
  --sys-green-fixed: var(--ref-green-40);
  --sys-on-green-fixed: var(--ref-green-0);
  --sys-red: var(--ref-red-20);
  --sys-red-hover: var(--ref-red-30);
  --sys-on-red: var(--ref-red-100);
  --sys-red-container: var(--ref-red-95);
  --sys-on-red-container: var(--ref-red-5);
  --sys-red-fixed: var(--ref-red-40);
  --sys-on-red-fixed: var(--ref-red-0);
  --sys-outline: var(--ref-neutral-40);
  --sys-background: var(--ref-neutral-100);
  --sys-on-background: var(--ref-neutral-4);
  --sys-surface-dim: var(--ref-neutral-88);
  --sys-surface: var(--ref-neutral-98);
  --sys-surface-bright: var(--ref-neutral-98);
  --sys-on-surface: var(--ref-neutral-0);
  --sys-container-lower: var(--ref-neutral-100);
  --sys-container-low: var(--ref-neutral-94);
  --sys-container: var(--ref-neutral-96);
  --sys-container-high: var(--ref-neutral-92);
  --sys-container-higher: var(--ref-neutral-90);
  --sys-container-hover: var(--ref-neutral-88);
  --sys-on-container: var(--ref-neutral-0);
  --sys-scrim: contrast(.7);
  --elevation-1: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
  --elevation-2: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
  --elevation-3: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
  --elevation-4: 0px 2px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
  --elevation-5: 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px 8px 12px 6px rgba(0, 0, 0, 0.15);
}

body.dark-theme {
  --theme: "dark";
  --banner-unad: url(../../ulib/img/banner-dark-center.png);
  --logo-unad: url(../../ulib/img/logo-unad-dark.png);
  --sys-primary: var(--ref-primary-50);
  --sys-primary-hover: var(--ref-primary-40);
  --sys-on-primary: var(--ref-primary-0);
  --sys-primary-container: var(--ref-primary-10);
  --sys-on-primary-container: var(--ref-primary-100);
  --sys-primary-fixed: var(--ref-primary-10);
  --sys-on-primary-fixed: var(--ref-primary-100);
  --sys-secondary: var(--ref-secondary-60);
  --sys-secondary-hover: var(--ref-secondary-50);
  --sys-on-secondary: var(--ref-secondary-0);
  --sys-secondary-container: var(--ref-secondary-10);
  --sys-on-secondary-container: var(--ref-secondary-95);
  --sys-secondary-fixed: var(--ref-secondary-40);
  --sys-on-secondary-fixed: var(--ref-secondary-100);
  --sys-tertiary: var(--ref-tertiary-70);
  --sys-tertiary-hover: var(--ref-tertiary-60);
  --sys-on-tertiary: var(--ref-tertiary-0);
  --sys-tertiary-container: var(--ref-tertiary-60);
  --sys-on-tertiary-container: var(--ref-tertiary-0);
  --sys-tertiary-fixed: var(--ref-tertiary-60);
  --sys-on-tertiary-fixed:var(--ref-tertiary-0);
  --sys-orange: var(--ref-orange-60);
  --sys-orange-hover: var(--ref-orange-50);
  --sys-on-orange: var(--ref-orange-0);
  --sys-orange-container: var(--ref-orange-20);
  --sys-on-orange-container: var(--ref-orange-100);
  --sys-orange-fixed: var(--ref-orange-50);
  --sys-on-orange-fixed: var(--ref-orange-0);
  --sys-green: var(--ref-green-50);
  --sys-green-hover: var(--ref-green-40);
  --sys-on-green: var(--ref-green-0);
  --sys-green-container: var(--ref-green-40);
  --sys-on-green-container: var(--ref-green-0);
  --sys-green-fixed: var(--ref-green-40);
  --sys-on-green-fixed: var(--ref-green-0);
  --sys-red: var(--ref-red-50);
  --sys-red-hover: var(--ref-red-40);
  --sys-on-red: var(--ref-red-0);
  --sys-red-container: var(--ref-red-20);
  --sys-on-red-container: var(--ref-red-100);
  --sys-red-fixed: var(--ref-red-40);
  --sys-on-red-fixed: var(--ref-red-0);
  --sys-outline: var(--ref-neutral-60);
  --sys-background: var(--ref-neutral-0);
  --sys-on-background: var(--ref-neutral-90);
  --sys-surface-dim: var(--ref-neutral-12);
  --sys-surface: var(--ref-neutral-2);
  --sys-surface-bright: var(--ref-neutral-2);
  --sys-on-surface: var(--ref-neutral-100);
  --sys-container-lower: var(--ref-neutral-0);
  --sys-container-low: var(--ref-neutral-6);
  --sys-container: var(--ref-neutral-4);
  --sys-container-high: var(--ref-neutral-8);
  --sys-container-higher: var(--ref-neutral-10);
  --sys-container-hover: var(--ref-neutral-12);
  --sys-on-container: var(--ref-neutral-90);
  --sys-scrim: brightness(.5);
  --elevation-1: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
  --elevation-2: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
  --elevation-3: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
  --elevation-4: 0px 2px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
  --elevation-5: 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px 8px 12px 6px rgba(0, 0, 0, 0.15);
}

body.contrast-theme {
  --banner-unad: url(../../ulib/img/banner-contrast-center.png);
  --logo-unad: url(../../ulib/img/logo-unad-constrast.png);
  --ref-primary-0: #000000;
  --ref-primary-5: #0000FF;
  --ref-primary-10: #0000FF;
  --ref-primary-20: #0000FF;
  --ref-primary-30: #0000FF;
  --ref-primary-40: #0000FF;
  --ref-primary-50: #0000FF;
  --ref-primary-60: #0000FF;
  --ref-primary-70: #0000FF;
  --ref-primary-80: #0000FF;
  --ref-primary-90: #0000FF;
  --ref-primary-95: #0000FF;
  --ref-primary-100: #FFFFFF;
  --ref-secondary-0: #000000;
  --ref-secondary-5: #0000FF;
  --ref-secondary-10: #0000FF;
  --ref-secondary-20: #0000FF;
  --ref-secondary-30: #0000FF;
  --ref-secondary-40: #0000FF;
  --ref-secondary-50: #0000FF;
  --ref-secondary-60: #0000FF;
  --ref-secondary-70: #0000FF;
  --ref-secondary-80: #0000FF;
  --ref-secondary-90: #0000FF;
  --ref-secondary-95: #0000FF;
  --ref-secondary-100: #FFFFFF;
  --ref-tertiary-0: #000000;
  --ref-tertiary-5: #FFFF00;
  --ref-tertiary-10: #FFFF00;
  --ref-tertiary-20: #FFFF00;
  --ref-tertiary-30: #FFFF00;
  --ref-tertiary-40: #FFFF00;
  --ref-tertiary-50: #FFFF00;
  --ref-tertiary-60: #FFFF00;
  --ref-tertiary-70: #FFFF00;
  --ref-tertiary-80: #FFFF00;
  --ref-tertiary-90: #FFFF00;
  --ref-tertiary-95: #FFFF00;
  --ref-tertiary-100: #FFFFFF;
  --ref-green-0: #000000;
  --ref-green-5: #00FF00;
  --ref-green-10: #00FF00;
  --ref-green-20: #00FF00;
  --ref-green-30: #00FF00;
  --ref-green-40: #00FF00;
  --ref-green-50: #00FF00;
  --ref-green-60: #00FF00;
  --ref-green-70: #00FF00;
  --ref-green-80: #00FF00;
  --ref-green-90: #00FF00;
  --ref-green-95: #00FF00;
  --ref-green-100: #FFFFFF;
  --ref-red-0: #000000;
  --ref-red-5: #FF0000;
  --ref-red-10: #FF0000;
  --ref-red-20: #FF0000;
  --ref-red-30: #FF0000;
  --ref-red-40: #FF0000;
  --ref-red-50: #FF0000;
  --ref-red-60: #FF0000;
  --ref-red-70: #FF0000;
  --ref-red-80: #FF0000;
  --ref-red-90: #FF0000;
  --ref-red-95: #FF0000;
  --ref-red-100: #FFFFFF;
  --ref-neutral-0: #000000;
  --ref-neutral-2: #000000;
  --ref-neutral-4: #000000;
  --ref-neutral-6: #000000;
  --ref-neutral-8: #000000;
  --ref-neutral-10: #000000;
  --ref-neutral-12: #000000;
  --ref-neutral-20: #000000;
  --ref-neutral-30: #000000;
  --ref-neutral-40: #000000;
  --ref-neutral-50: #000000;
  --ref-neutral-60: #FFFFFF;
  --ref-neutral-70: #FFFFFF;
  --ref-neutral-80: #FFFFFF;
  --ref-neutral-88: #FFFFFF;
  --ref-neutral-90: #FFFFFF;
  --ref-neutral-92: #FFFFFF;
  --ref-neutral-94: #FFFFFF;
  --ref-neutral-96: #FFFFFF;
  --ref-neutral-98: #FFFFFF;
  --ref-neutral-100: #FFFFFF;
  --sys-primary: #0000FF;
  --sys-primary-hover: #0000FF;
  --sys-on-primary: #FFFFFF;
  --sys-primary-container: #000000;
  --sys-on-primary-container: #0000FF;
  --sys-primary-fixed: #0000FF;
  --sys-on-primary-fixed: #FFFFFF;
  --sys-secondary: #0000FF;
  --sys-secondary-hover: #0000FF;
  --sys-on-secondary: #FFFFFF;
  --sys-secondary-container: #000000;
  --sys-on-secondary-container: #0000FF;
  --sys-secondary-fixed: #0000FF;
  --sys-on-secondary-fixed: #FFFFFF;
  --sys-tertiary: #FFFF00;
  --sys-tertiary-hover: #FFFF00;
  --sys-on-tertiary: #000000;
  --sys-tertiary-container: #000000;
  --sys-on-tertiary-container: #FFFF00;
  --sys-tertiary-fixed: #FFFF00;
  --sys-on-tertiary-fixed: #000000;
  --sys-orange: #FFFF00;
  --sys-orange-hover: #FFFF00;
  --sys-on-orange: #000000;
  --sys-orange-container: #000000;
  --sys-on-orange-container: #FFFF00;
  --sys-orange-fixed: #FFFF00;
  --sys-on-orange-fixed: #000000;
  --sys-green: #00FF00;
  --sys-green-hover: #00FF00;
  --sys-on-green: #000000;
  --sys-green-container: #000000;
  --sys-on-green-container: #00FF00;
  --sys-green-fixed: #00FF00;
  --sys-on-green-fixed: #000000;
  --sys-red: #FF0000;
  --sys-red-hover: #FF0000;
  --sys-on-red: #000000;
  --sys-red-container: #000000;
  --sys-on-red-container: #FF0000;
  --sys-red-fixed: #FF0000;
  --sys-on-red-fixed: #000000;
  --sys-outline: #FFFFFF;
  --sys-background: #000000;
  --sys-on-background: #FFFFFF;
  --sys-surface-dim: #000000;
  --sys-surface: #000000;
  --sys-surface-bright: #FFFFFF;
  --sys-on-surface: #FFFFFF;
  --sys-container-lower: #000000;
  --sys-container-low: #000000;
  --sys-container: #000000;
  --sys-container-high: #000000;
  --sys-container-higher: #000000;
  --sys-container-hover: #000000;
  --sys-on-container: #FFFFFF;
  --sys-scrim: contrast(1);
  --elevation-1: 0px 0px 0px 2px rgba(255, 255, 255, 1);
  --elevation-2: 0px 0px 0px 2px rgba(255, 255, 255, 1);
  --elevation-3: 0px 0px 0px 2px rgba(255, 255, 255, 1);
  --elevation-4: 0px 0px 0px 2px rgba(255, 255, 255, 1);
  --elevation-5: 0px 0px 0px 2px rgba(255, 255, 255, 1);
}

@media screen and (forced-colors: active) {
  :root, body.light-theme, body.dark-theme, body.contrast-theme {
    --banner-unad: url(../../ulib/img/banner-contrast-center.png);
    --logo-unad: url(../../ulib/img/logo-unad-constrast.png);
    --ref-primary-0: #000000;
    --ref-primary-5: #0000FF;
    --ref-primary-10: #0000FF;
    --ref-primary-20: #0000FF;
    --ref-primary-30: #0000FF;
    --ref-primary-40: #0000FF;
    --ref-primary-50: #0000FF;
    --ref-primary-60: #0000FF;
    --ref-primary-70: #0000FF;
    --ref-primary-80: #0000FF;
    --ref-primary-90: #0000FF;
    --ref-primary-95: #0000FF;
    --ref-primary-100: #FFFFFF;
    --ref-secondary-0: #000000;
    --ref-secondary-5: #0000FF;
    --ref-secondary-10: #0000FF;
    --ref-secondary-20: #0000FF;
    --ref-secondary-30: #0000FF;
    --ref-secondary-40: #0000FF;
    --ref-secondary-50: #0000FF;
    --ref-secondary-60: #0000FF;
    --ref-secondary-70: #0000FF;
    --ref-secondary-80: #0000FF;
    --ref-secondary-90: #0000FF;
    --ref-secondary-95: #0000FF;
    --ref-secondary-100: #FFFFFF;
    --ref-tertiary-0: #000000;
    --ref-tertiary-5: #FFFF00;
    --ref-tertiary-10: #FFFF00;
    --ref-tertiary-20: #FFFF00;
    --ref-tertiary-30: #FFFF00;
    --ref-tertiary-40: #FFFF00;
    --ref-tertiary-50: #FFFF00;
    --ref-tertiary-60: #FFFF00;
    --ref-tertiary-70: #FFFF00;
    --ref-tertiary-80: #FFFF00;
    --ref-tertiary-90: #FFFF00;
    --ref-tertiary-95: #FFFF00;
    --ref-tertiary-100: #FFFFFF;
    --ref-green-0: #000000;
    --ref-green-5: #00FF00;
    --ref-green-10: #00FF00;
    --ref-green-20: #00FF00;
    --ref-green-30: #00FF00;
    --ref-green-40: #00FF00;
    --ref-green-50: #00FF00;
    --ref-green-60: #00FF00;
    --ref-green-70: #00FF00;
    --ref-green-80: #00FF00;
    --ref-green-90: #00FF00;
    --ref-green-95: #00FF00;
    --ref-green-100: #FFFFFF;
    --ref-red-0: #000000;
    --ref-red-5: #FF0000;
    --ref-red-10: #FF0000;
    --ref-red-20: #FF0000;
    --ref-red-30: #FF0000;
    --ref-red-40: #FF0000;
    --ref-red-50: #FF0000;
    --ref-red-60: #FF0000;
    --ref-red-70: #FF0000;
    --ref-red-80: #FF0000;
    --ref-red-90: #FF0000;
    --ref-red-95: #FF0000;
    --ref-red-100: #FFFFFF;
    --ref-neutral-0: #000000;
    --ref-neutral-2: #000000;
    --ref-neutral-4: #000000;
    --ref-neutral-6: #000000;
    --ref-neutral-8: #000000;
    --ref-neutral-10: #000000;
    --ref-neutral-12: #000000;
    --ref-neutral-20: #000000;
    --ref-neutral-30: #000000;
    --ref-neutral-40: #000000;
    --ref-neutral-50: #000000;
    --ref-neutral-60: #FFFFFF;
    --ref-neutral-70: #FFFFFF;
    --ref-neutral-80: #FFFFFF;
    --ref-neutral-88: #FFFFFF;
    --ref-neutral-90: #FFFFFF;
    --ref-neutral-92: #FFFFFF;
    --ref-neutral-94: #FFFFFF;
    --ref-neutral-96: #FFFFFF;
    --ref-neutral-98: #FFFFFF;
    --ref-neutral-100: #FFFFFF;
    --sys-primary: #0000FF;
    --sys-primary-hover: #0000FF;
    --sys-on-primary: #FFFFFF;
    --sys-primary-container: #000000;
    --sys-on-primary-container: #0000FF;
    --sys-primary-fixed: #0000FF;
    --sys-on-primary-fixed: #FFFFFF;
    --sys-secondary: #0000FF;
    --sys-secondary-hover: #0000FF;
    --sys-on-secondary: #FFFFFF;
    --sys-secondary-container: #000000;
    --sys-on-secondary-container: #0000FF;
    --sys-secondary-fixed: #0000FF;
    --sys-on-secondary-fixed: #FFFFFF;
    --sys-tertiary: #FFFF00;
    --sys-tertiary-hover: #FFFF00;
    --sys-on-tertiary: #000000;
    --sys-tertiary-container: #000000;
    --sys-on-tertiary-container: #FFFF00;
    --sys-tertiary-fixed: #FFFF00;
    --sys-on-tertiary-fixed: #000000;
    --sys-orange: #FFFF00;
    --sys-orange-hover: #FFFF00;
    --sys-on-orange: #000000;
    --sys-orange-container: #000000;
    --sys-on-orange-container: #FFFF00;
    --sys-orange-fixed: #FFFF00;
    --sys-on-orange-fixed: #000000;
    --sys-green: #00FF00;
    --sys-green-hover: #00FF00;
    --sys-on-green: #000000;
    --sys-green-container: #000000;
    --sys-on-green-container: #00FF00;
    --sys-green-fixed: #00FF00;
    --sys-on-green-fixed: #000000;
    --sys-red: #FF0000;
    --sys-red-hover: #FF0000;
    --sys-on-red: #000000;
    --sys-red-container: #000000;
    --sys-on-red-container: #FF0000;
    --sys-red-fixed: #FF0000;
    --sys-on-red-fixed: #000000;
    --sys-outline: #FFFFFF;
    --sys-background: #000000;
    --sys-on-background: #FFFFFF;
    --sys-surface-dim: #000000;
    --sys-surface: #000000;
    --sys-surface-bright: #FFFFFF;
    --sys-on-surface: #FFFFFF;
    --sys-container-lower: #000000;
    --sys-container-low: #000000;
    --sys-container: #000000;
    --sys-container-high: #000000;
    --sys-container-higher: #000000;
    --sys-container-hover: #000000;
    --sys-on-container: #FFFFFF;
    --sys-scrim: contrast(1);
    --elevation-1: 0px 0px 0px 2px rgba(255, 255, 255, 1);
    --elevation-2: 0px 0px 0px 2px rgba(255, 255, 255, 1);
    --elevation-3: 0px 0px 0px 2px rgba(255, 255, 255, 1);
    --elevation-4: 0px 0px 0px 2px rgba(255, 255, 255, 1);
    --elevation-5: 0px 0px 0px 2px rgba(255, 255, 255, 1);
  }
}
@font-face {
  font-family: "OpenSansFont";
  src: url("../fonts/OpenSansFont.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoFont";
  src: url("../fonts/RobotoFont.ttf") format("truetype");
}
@font-face {
  font-family: "aureaFont Icons";
  src: url("../fonts/aureaFont-Icons.woff") format("woff"), url("../fonts/aureaFont-Icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
i[class^=icon-], [data-icon] {
  font-family: "aureaFont Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

[data-icon]::before {
  content: attr(data-icon);
}

.icon-accesibility:before {
  content: "!";
}

.icon-add:before {
  content: '"';
}

.icon-arrow-back:before {
  content: "#";
}

.icon-arrow-right:before {
  content: "$";
}

.icon-attach:before {
  content: "%";
}

.icon-calendar:before {
  content: "&";
}

.icon-cancel:before {
  content: "'";
}

.icon-chat-error:before {
  content: "(";
}

.icon-check:before {
  content: ")";
}

.icon-closed:before {
  content: "*";
}

.icon-coin:before {
  content: "+";
}

.icon-contrast-mode:before {
  content: ",";
}

.icon-content-copy:before {
  content: "-";
}

.icon-copy:before {
  content: ".";
}

.icon-cursor:before {
  content: "/";
}

.icon-dark-mode-fill:before {
  content: "0";
}

.icon-delete:before {
  content: "1";
}

.icon-document:before {
  content: "2";
}

.icon-download:before {
  content: "3";
}

.icon-edit:before {
  content: "4";
}

.icon-email:before {
  content: "5";
}

.icon-empty:before {
  content: "6";
}

.icon-error:before {
  content: "7";
}

.icon-excel:before {
  content: "8";
}

.icon-expand:before {
  content: "9";
}

.icon-expand-less:before {
  content: ":";
}

.icon-help:before {
  content: ";";
}

.icon-help-fill:before {
  content: "<";
}

.icon-hoy:before {
  content: "=";
}

.icon-info:before {
  content: ">";
}

.icon-invert-colors:before {
  content: "?";
}

.icon-light-mode-fill:before {
  content: "@";
}

.icon-link-off:before {
  content: "A";
}

.icon-location:before {
  content: "B";
}

.icon-logout:before {
  content: "C";
}

.icon-match-word:before {
  content: "D";
}

.icon-menu:before {
  content: "E";
}

.icon-navigate-next:before {
  content: "F";
}

.icon-navigate-before:before {
  content: "G";
}

.icon-new-releases:before {
  content: "H";
}

.icon-null:before {
  content: "I";
}

.icon-open:before {
  content: "J";
}

.icon-pdf:before {
  content: "K";
}

.icon-person:before {
  content: "L";
}

.icon-person-add:before {
  content: "M";
}

.icon-person-cancel:before {
  content: "N";
}

.icon-person-check:before {
  content: "O";
}

.icon-person-list:before {
  content: "P";
}

.icon-pin:before {
  content: "Q";
}

.icon-print:before {
  content: "R";
}

.icon-problem:before {
  content: "S";
}

.icon-remove:before {
  content: "T";
}

.icon-restart:before {
  content: "U";
}

.icon-save-fill:before {
  content: "V";
}

.icon-search:before {
  content: "W";
}

.icon-send:before {
  content: "X";
}

.icon-settings:before {
  content: "Y";
}

.icon-settings-accesibility:before {
  content: "Z";
}

.icon-support:before {
  content: "[";
}

.icon-sync:before {
  content: "\\";
}

.icon-tag:before {
  content: "]";
}

.icon-task:before {
  content: "^";
}

.icon-text:before {
  content: "_";
}

.icon-trending-flat:before {
  content: "`";
}

.icon-trending-up:before {
  content: "a";
}

.icon-upload:before {
  content: "b";
}

.icon-warning:before {
  content: "c";
}

.icon-window-off:before {
  content: "d";
}

.icon-zip:before {
  content: "e";
}

.icon-zoom-in:before {
  content: "f";
}

.icon-zoom-out:before {
  content: "g";
}

.icon-notes:before {
  content: "h";
}

.icon-clock:before {
  content: "i";
}

.icon-library-book:before {
  content: "j";
}

.icon-library-video:before {
  content: "k";
}

.icon-library-check:before {
  content: "l";
}

.icon-library-info:before {
  content: "m";
}

.icon-library-person:before {
  content: "n";
}

.icon-person-manage:before {
  content: "o";
}

.icon-login:before {
  content: "p";
}

.icon-dictionary:before {
  content: "q";
}

.icon-extension:before {
  content: "r";
}

.icon-play:before {
  content: "s";
}

.icon-pause:before {
  content: "t";
}

.icon-volume-off:before {
  content: "u";
}

.icon-volume-down:before {
  content: "v";
}

.icon-volume-up:before {
  content: "w";
}

.icon-visibility:before {
  content: "x";
}

.icon-visibility-off:before {
  content: "y";
}

.icon-lock:before {
  content: "z";
}

.icon-xml:before {
  content: "{";
}

html {
  font-size: 8px;
}

body {
  font-family: "OpenSansFont", sans-serif;
}

div.alert-none {
  display: none;
}

form.login {
  background: var(--sys-background);
  margin: 0 auto;
  padding: 2.5rem;
  margin-bottom: 1.25rem;
  max-width: 56.25rem;
  overflow: hidden;
}
form.login input[type=text], form.login input[type=password] {
  color: var(--sys-on-container);
  display: block;
  border: 0;
  border-bottom: 0.5rem var(--sys-primary) solid;
  margin-bottom: 2.5rem;
  padding: 0.625rem;
  width: 97%;
}

.BotonAzul {
  background: var(--sys-primary);
  border: 0;
  color: var(--sys-on-primary);
  display: block;
  margin: 0 auto;
  padding: 0.875rem 1.5rem;
  width: 15rem;
}

.BotonAzul160 {
  background: var(--sys-primary);
  border: 0;
  color: var(--sys-on-primary);
  display: block;
  margin: 0 auto;
  padding: 0.875rem 1.5rem;
  width: 20rem;
}

.BotonAzul200 {
  background: var(--sys-primary);
  border: 0;
  color: var(--sys-on-primary);
  display: block;
  margin: 0 auto;
  padding: 0.875rem 1.5rem;
  width: 25rem;
}

.Cuerpo600 {
  max-width: 75rem;
}

h1 {
  color: var(--sys-primary);
  font-size: 2.5rem;
  text-align: center;
}

main {
  margin: 0 auto;
  padding: 2rem;
}

main h2 {
  color: var(--sys-primary);
  font-size: 2.5rem;
  margin: 2.5rem 0;
}

.TituloAzul1 {
  color: var(--primary-color) !important;
  font-size: 2.5rem;
  margin: 2.5rem 0;
  text-align: center;
}

html {
  font-size: 8px;
}

div#jssor_1 {
  display: none;
}

form.login {
  background: var(--sys-background);
  margin: 0 auto;
  padding: 2.5rem 2.5rem;
  margin-bottom: 1.25rem;
  max-width: 56.25rem;
  overflow: hidden;
}
form.login input[type=text], form.login input[type=password] {
  color: var(--sys-on-container);
  display: block;
  border: 0;
  border-bottom: 0.25rem var(--sys-primary) solid;
  margin-bottom: 2.5rem;
  padding: 0.625rem;
  width: 97%;
}
form.login input[type=submit] {
  background: var(--sys-primary);
  border: 0;
  color: var(--sys-on-primary);
  display: block;
  margin: 0 auto;
  padding: 0.875rem 10.25rem;
  width: 12.5rem;
}

h1 {
  color: var(--sys-primary);
  font-size: 2.5rem;
  text-align: center;
}

main {
  margin: 0 auto 0 auto;
  padding: 2rem;
  display: block;
}
main h2 {
  color: var(--sys-primary);
  font-size: 2.5rem;
  margin: 0;
}

@media screen and (min-width: 1000px) {
  header div.barraHeader {
    width: 100%;
  }
  div#jssor_1 {
    display: block;
  }
}
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*jssor slider bullet skin 051 css*/
.jssorb051 .i {
  position: absolute;
  cursor: pointer;
}

.jssorb051 .i .b {
  fill: #fff;
  fill-opacity: 0.5;
}

.jssorb051 .i:hover .b {
  fill-opacity: 0.7;
}

.jssorb051 .iav .b {
  fill-opacity: 1;
}

.jssorb051 .i.idn {
  opacity: 0.3;
}

/*jssor slider arrow skin 106 css*/
.jssora106 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora106 .c {
  fill: #fff;
  opacity: 0.5;
}

.jssora106 .a {
  fill: none;
  stroke: #000;
  stroke-width: 400;
  stroke-miterlimit: 10;
}

.jssora106:hover .c {
  opacity: 0.7;
}

.jssora106:hover .a {
  opacity: 0.8;
}

.jssora106.jssora106dn .c {
  opacity: 0.2;
}

.jssora106.jssora106dn .a {
  opacity: 1;
}

.jssora106.jssora106ds {
  opacity: 0.3;
  pointer-events: none;
}

div.botonesPaginaInicio {
  padding-top: 3.75rem;
}
div.botonesPaginaInicio a {
  display: inline-block;
  margin: 0.625rem;
}

.cuerpo {
  float: left;
  display: block;
  margin-bottom: 2.5rem;
  width: 100%;
  height: auto;
}
.cuerpo h1, .cuerpo h2, .cuerpo h3 {
  color: var(--sys-orange);
  margin-bottom: 1.25rem;
}
.cuerpo p {
  text-align: justify;
}

.areaform {
  padding: 0;
}

.areatrabajo {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0.5rem 0.5rem 1rem 1rem;
  background-color: var(--sys-surface);
  color: var(--sys-on-surface);
  border: 0.25rem solid var(--sys-outline);
  border-radius: 1rem;
  box-shadow: none;
}
.areatrabajo input:hover {
  background-position: center;
}

.areatitulo {
  float: left;
  display: block;
  margin-top: 1rem;
  height: unset;
  padding-left: 2rem;
  background: none;
}
.areatitulo h3 {
  float: left;
  display: block;
  margin: 0;
  padding: 0.5rem 1rem;
  color: var(--sys-on-tertiary);
  background: none;
  background-color: var(--sys-tertiary);
  border-radius: 1rem 1rem 0 0;
  border-color: var(--sys-outline);
  border-width: 2px 2px 0 2px;
  border-style: solid;
}

.Ancho120 {
  width: 15.375rem;
}

.BarraAvance td {
  padding: 0px !important;
}

.alarma {
  font-size: 2.75rem;
  font-weight: 300;
  margin: 0 0 0 0;
  position: fixed;
  z-index: 99;
  bottom: 0;
  right: 0;
  padding: 1rem;
  width: 100%;
  color: var(--sys-on-red);
  background: var(--sys-red);
  border: 0;
}

.alarma_azul {
  background: var(--sys-primary);
  border: 0;
  bottom: 0;
  right: 0;
  color: var(--sys-on-primary);
  margin: 0 0 0 0;
  padding: 1rem;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.alarma_azul div {
  padding: 0 0;
}

.alarma_roja {
  background: var(--sys-red);
  border: 0;
  bottom: 0;
  right: 0;
  color: var(--sys-on-red);
  margin: 0 0 0 0;
  padding: 1rem;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.alarma_roja div {
  padding: 0 0;
}

.alarma_transparente {
  background: transparent;
  border: 0;
  bottom: 0;
  right: 0;
  color: var(--sys-red);
  margin: 0 0 0 0;
  padding: 1rem;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.alarma_transparente div {
  padding: 0 0;
}

.alarma_verde {
  background: var(--sys-green);
  border: 0;
  bottom: 0;
  right: 0;
  color: var(--sys-on-green);
  margin: 0 0 0 0;
  padding: 1rem;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.alarma_verde div {
  padding: 0 0;
}

.Campo220 {
  float: left;
  width: 30rem;
  height: auto;
}

.Campo250 {
  float: left;
  width: 34rem;
  height: auto;
}

.Campo300 {
  float: left;
  width: 37.5rem;
  height: auto;
}

.campo_HoraMin {
  float: left;
  width: 15rem;
  height: auto;
}

.campo_HoraMinSeg {
  float: left;
  width: 20.25rem;
  height: auto;
}

.campo_moneda {
  width: 20.5rem;
  text-align: right;
}

.celda {
  vertical-align: baseline;
  padding: 0.625rem;
}

.cbo_dia, .cbo_mes, .cbo_agno {
  width: unset !important;
}

.color_aguamarina {
  color: var(--ref-primary-60);
  font-weight: bold;
}

.divScroll100 {
  height: 12.5rem;
  overflow: scroll;
  overflow-x: hidden;
}

.divScroll200 {
  height: 25rem;
  overflow: scroll;
  overflow-x: hidden;
}

.flotante {
  margin: 0;
  position: fixed;
  z-index: 600;
  bottom: 0;
  right: 0.625rem;
  padding: 0;
  width: 18.75rem;
  text-align: right;
  float: right;
}
.flotante div {
  padding: 0 0;
}

.fondoazul {
  background-color: var(--sys-primary) !important;
  color: var(--sys-on-primary) !important;
}
.fondoazul label {
  color: var(--sys-on-primary);
}
.fondoazul label b {
  color: var(--sys-on-primary);
}

.FuenteGrande {
  font-size: 2rem;
  font-weight: 300;
}

.GrupoCampos {
  width: 100%;
  float: left;
  border-width: 0.25rem;
  border-style: solid;
  border-color: var(--sys-tertiary);
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin: 0.5rem 0;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  box-shadow: var(--elevation-2);
}

.GrupoCampos300 {
  width: 36.875rem;
  float: left;
  border-width: 0.25rem;
  border-style: solid;
  border-color: var(--sys-tertiary);
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  box-shadow: var(--elevation-2);
}

.GrupoCampos400 {
  width: 52.5rem;
  float: left;
  border-width: 0.25rem;
  border-style: solid;
  border-color: var(--sys-tertiary);
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  box-shadow: var(--elevation-2);
}

.GrupoCampos450 {
  width: 55.625rem;
  float: left;
  border-width: 0.25rem;
  border-style: solid;
  border-color: var(--sys-tertiary);
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  box-shadow: var(--elevation-2);
}

.GrupoCampos520 {
  width: 64.375rem;
  float: left;
  border-width: 0.25rem;
  border-style: solid;
  border-color: var(--sys-tertiary);
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  box-shadow: var(--elevation-2);
}

.GrupoCampos700 {
  width: 86.875rem;
  float: left;
  border-width: 0.25rem;
  border-style: solid;
  border-color: var(--sys-tertiary);
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  box-shadow: var(--elevation-2);
}

.GrupoCamposAyuda {
  border-width: 0.25rem;
  border-style: solid;
  border-color: var(--sys-secondary);
  background-color: var(--sys-secondary-container);
  color: var(--sys-on-secondary-container);
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  box-shadow: var(--elevation-3);
}

.GrupoCampos50Porc {
  width: 48%;
  float: left;
  border-width: 0.125rem;
  border-color: var(--sys-outline);
  border-style: solid;
  padding-left: 0.625rem;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0.625rem;
  margin-top: 0.625rem;
  background-color: var(--sys-container-low);
  color: var(--sys-on-container);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border-right-width: 0.625rem;
}

.GrupoCampos50PorcLimpio {
  width: 48%;
  float: left;
  padding-left: 0.625rem;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0.625rem;
  margin-top: 0.625rem;
  border-right-width: 0.625rem;
}

input.btMiniActualizar,
input.btMiniAnexar,
input.btMiniAprobar,
input.btMiniAyuda,
input.btMiniBuscar,
input.btMiniDerecha,
input.btMiniDescargar,
input.btMiniSubir,
input.btMiniEliminar,
input.btMiniExcel,
input.btMiniPDF,
input.btMiniExpandir,
input.btMiniGuardar,
input.btMiniHoy,
input.btMiniLimpiar,
input.btMiniMail,
input.btMiniMas,
input.btMiniMenos,
input.btMiniPersona,
input.btMiniRecoger,
input.btMiniTxt,
input.btMiniZip {
  float: left;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  margin-left: 5px !important;
  text-indent: -1125rem;
  outline: hidden;
  background: url("../../ulib/img/iSearch.svg") 0 0 no-repeat;
  background-color: var(--sys-tertiary);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2 all ease-in-out;
  border: none;
  border-radius: 0.25rem !important;
}

input.btMiniRecoger, input.btMiniExpandir {
  margin: 0 !important;
}

input.btMiniActualizar {
  background-image: url("../../ulib/img/iSync.svg");
}

input.btMiniAnexar {
  background-image: url("../../ulib/img/iAttach.svg");
}

input.btMiniAprobar {
  background-image: url("../../ulib/img/iCheck.svg");
}

input.btMiniAyuda {
  background-image: url("../../ulib/img/iHelp.svg");
}

input.btMiniDerecha {
  background-image: url("../../ulib/img/iNavigateNext.svg");
}

input.btMiniDescargar {
  background-image: url("../../ulib/img/iDownload.svg");
}

input.btMiniSubir {
  background-image: url("../../ulib/img/iUpload.svg");
}

input.btMiniEliminar {
  background-image: url("../../ulib/img/iClosed.svg");
}

input.btMiniExcel {
  background-image: url("../../ulib/img/iExcel.svg");
  background-size: 2.5rem 2.5rem;
}

input.btMiniPDF {
  background-image: url("../../ulib/img/iPDF.svg");
}

input.btMiniExpandir {
  background-image: url("../../ulib/img/iExpand.svg");
  background-size: 2.75rem 2.75rem;
}

input.btMiniGuardar {
  background-image: url("../../ulib/img/iSave.svg");
}

input.btMiniHoy {
  background-image: url("../../ulib/img/iHoy.svg");
}

input.btMiniLimpiar {
  background-image: url("../../ulib/img/iDocument.svg");
}

input.btMiniMail {
  background-image: url("../../ulib/img/iEmail.svg");
}

input.btMiniMas {
  background-image: url("../../ulib/img/iAdd.svg");
}

input.btMiniMenos {
  background-image: url("../../ulib/img/iRemove.svg");
}

input.btMiniPersona {
  background-image: url("../../ulib/img/iPerson.svg");
}

input.btMiniRecoger {
  background-image: url("../../ulib/img/iExpandLess.svg");
  background-size: 2.75rem 2.75rem;
}

input.btMiniTxt {
  background-image: url("../../ulib/img/iText.svg");
}

input.btMiniZip {
  background-image: url("../../ulib/img/iZip.svg");
}

input.btEnviarExcel,
input.btEnviarPDF,
input.btSupAbrir,
input.btSupAnotaciones,
input.btSupAnular,
input.btSupAyuda,
input.btSupCerrar,
input.btSupClonar,
input.btSupNada,
input.btSupNegar,
input.btSupVolver,
input.btUpAnular,
input.btUpAyuda,
input.btUpEliminar,
input.btUpGuardar,
input.btUpBuscar,
input.btUpLimpiar,
input.btUpPrint {
  float: right;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 0 1rem 1rem !important;
  text-indent: -1125rem;
  background-color: var(--sys-tertiary);
  background-position: center;
  background-size: 3.5rem;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  transition: transform 0.3s;
}

input.btEnviarExcel {
  background-image: url("../../ulib/img/iExcel.svg");
}

input.btEnviarPDF {
  background-image: url("../../ulib/img/iPdf.svg");
}

input.btSupAbrir {
  background-image: url("../../ulib/img/iOpen.svg");
}

input.btSupAnotaciones {
  background-image: url("../../ulib/img/iEdit.svg");
}

input.btSupAnular {
  background-image: url("../../ulib/img/iDelete.svg");
}

input.btSupAyuda {
  background-image: url("../../ulib/img/iHelp.svg");
}

input.btSupCerrar {
  background-image: url("../../ulib/img/iClosed.svg");
}

input.btSupClonar {
  background-image: url("../../ulib/img/iCopy.svg");
}

input.btSupNada {
  background-image: url("../../ulib/img/iEmpty.svg");
}

input.btSupNegar {
  background-image: url("../../ulib/img/iCancel.svg");
}

input.btSupVolver {
  background-image: url("../../ulib/img/iArrowBack.svg");
}

input.btUpAnular {
  background-image: url("../../ulib/img/iDelete.svg");
}

input.btUpAyuda {
  background-image: url("../../ulib/img/iHelp.svg");
}

input.btUpGuardar {
  background-image: url("../../ulib/img/iSave.svg");
}

input.btUpBuscar {
  background-image: url("../../ulib/img/iSearch.svg");
}

input.btUpLimpiar {
  background-image: url("../../ulib/img/iDocument.svg");
}

input.btUpPrint {
  background-image: url("../../ulib/img/iPrint.svg");
}

input.btSoloGuardar {
  z-index: 1200;
  border: none;
  text-indent: -1125rem;
  padding: 0 0 0 1rem;
  float: left;
  display: block;
  height: 4rem;
  background-color: var(--sys-tertiary);
  color: var(--sys-on-tertiary);
  width: 4rem;
  line-height: 62.5rem;
  overflow: hidden;
  background-image: url("../../ulib/img/iSave.svg");
  background-position: center;
  background-repeat: no-repeat;
}

input.btSoloGuardar:hover {
  background-position: center;
}

input.btSolo,
input.btSoloSubir,
input.btSoloAnexar,
input.btSoloProceso {
  float: left;
  display: block;
  min-width: 10rem;
  width: 11.875rem;
  height: 4.125rem;
  margin-right: 0px;
  background-color: var(--sys-tertiary);
  color: var(--sys-on-tertiary);
  border: none;
  text-align: left;
  background-position-x: 95%;
  background-position-y: center;
  background-repeat: no-repeat;
}

input.btSolo {
  text-align: center;
}

input.btSoloAnexar {
  background-image: url("../../ulib/img/iAttach.svg");
}

input.btSoloProceso {
  background-image: url("../../ulib/img/iSettings.svg");
}

input.btSoloSubir {
  background-image: url("../../ulib/img/iUpload.svg");
}

input.btSoloAnexar:hover,
input.btSoloProceso:hover {
  background-position-x: 95%;
  background-position-y: center;
}

input.btTextoProceso150 {
  float: left;
  display: block;
  width: 18.5rem;
  height: 4.125rem;
  margin-right: 0px;
  background-color: var(--sys-tertiary);
  color: var(--sys-on-tertiary);
  background: url("../../ulib/img/iSettings.svg") transparent 0 0 no-repeat;
  border: none;
  text-align: left;
}

input.btTextoProceso150:hover {
  background-position: center;
}

input.dos {
  width: 3rem;
  padding: 0 0.125rem;
}

input.tres {
  width: 5.625rem;
}

input.cuatro {
  width: 6rem;
}

input.diez {
  width: 10.25rem;
}

input.veinte {
  width: 20.5rem;
}

input.veinticinco {
  width: 25.625rem;
}

input.treinta {
  width: 31.125rem;
}

input.cien {
  width: 58.75rem;
}

.interna {
  margin: 0 3.125rem;
}

.ir_derecha {
  float: right;
  justify-self: end;
}

label {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
  width: 37.5rem;
  height: auto;
}

.Label30 {
  width: 3.75rem;
  height: auto;
}

.Label60 {
  width: 8.75rem;
  height: auto;
}

.Label90 {
  width: 11.25rem;
  height: auto;
}

.Label130 {
  width: 16.25rem;
  height: auto;
}

.Label160 {
  width: 20rem;
  height: auto;
}

.Label200 {
  width: 25rem;
  height: auto;
}

.Label220 {
  width: 27.5rem;
  height: auto;
}

.Label250 {
  width: 31.25rem;
  height: auto;
}

.Label320 {
  width: 40rem;
  height: auto;
}

.Label350 {
  width: 43.75rem;
  height: auto;
}

.Label380 {
  width: 47.5rem;
  height: auto;
}

.Label450 {
  width: 56.25rem;
  height: auto;
}

.Label500 {
  width: 62.5rem;
  height: auto;
}

.Label600 {
  width: 75rem;
  height: auto;
}

.Label700 {
  width: 87.5rem;
  height: auto;
}

.todo {
  width: 100%;
}

.L {
  width: 98%;
  height: auto;
}

label.txtAreaS, label.txtAreaM, label.txtAreaL, label.txtAreaEXTRA {
  float: left;
  width: 100%;
  height: 11rem;
}

label.txtAreaS textarea, label.txtAreaM textarea, label.txtAreaL textarea, label.txtAreaEXTRA textarea {
  width: 99.5%;
  height: 7.5rem;
  margin-bottom: 1.25rem;
  font: 88% Verdana, Arial, Helvetica, sans-serif;
  padding: 0.25rem 0.5rem;
  border: 0.125rem solid var(--sys-outline);
}

label.txtAreaM {
  height: 19.75rem;
}

label.txtAreaM textarea {
  height: 16.25rem;
}

label.txtAreaL {
  height: 23.5rem;
}

label.txtAreaL textarea {
  height: 18.75rem;
}

label.txtAreaEXTRA {
  height: 54.75rem;
}

label.txtAreaEXTRA textarea {
  height: 50rem;
}

.lnkresalte {
  clear: both;
  margin-top: 0.625rem;
  padding: 0.25rem 0.625rem;
  font-weight: normal;
  background: var(--sys-green);
  color: var(--sys-on-green) !important;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.lnkresalte:hover {
  background: var(--sys-green);
}
.lnkresalte:visited {
  color: var(--sys-on-green) !important;
  background-color: var(--sys-green);
}

.MarquesinaMedia {
  font-size: 3rem;
}

.MarquesinaGrande {
  font-size: 4.5rem;
}

#menuapp {
  float: left;
  display: block;
  margin: 0 0 2.5rem 0;
  width: 100%;
  height: 3rem;
  padding: 0;
  border-top: 0.125rem solid var(--sys-outline);
}

.resalte {
  color: var(--sys-orange);
  font-weight: bold;
}

.resaltetabla {
  background-color: var(--sys-surface);
  color: var(--sys-on-surface);
}

.resalte2 {
  color: var(--sys-red);
  font-weight: bold;
}

.rojo {
  color: var(--ref-red-40);
  font-weight: bold;
}

.rojooscuro {
  color: var(--ref-red-5);
  font-weight: bold;
}

.subTitulo {
  background: var(--sys-primary);
  color: var(--sys-on-primary);
  margin: 0;
  padding: 1.25rem;
  border-radius: 1.25rem 1.25rem 0 0;
  text-align: center;
}

.subTitulo2 {
  background: var(--sys-primary);
  color: var(--sys-on-primary);
  margin: 0;
  padding: 1.25rem;
  border-radius: 1.25rem 1.25rem 0 0;
  text-align: center;
}

.subTituloBlanco {
  background: var(--sys-primary) !important;
  color: var(--sys-on-primary) !important;
  margin: 0;
  padding: 1.25rem;
  border-radius: 1.25rem 1.25rem 0 0;
  text-align: center;
}

/* Mayo 13 de 2022 - Se ajustan los tipos radio. */
input[type=checkbox], input[type=radio] {
  height: 2.5rem;
  width: 2.5rem;
}

ul#navmenu-h {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  width: 100%; /*For KHTML*/
  list-style: none;
  font: 1.75rem Arial, Helvetica, sans-serif;
  height: 2.75rem;
  border-left: none;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  /*  height: 3rem; ALTO NO DEJA CUADRARLO*/
}

ul#navmenu-h ul {
  position: absolute;
  display: none;
  top: 2.75rem;
  left: -0.125rem;
  margin: 0;
  padding: 0;
  width: 20rem;
  list-style: none;
  border: 0 none;
}

ul#navmenu-h ul:after {
  clear: both;
  display: block;
  font: 0.125rem/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 20rem;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  padding: 0.5rem 1rem;
  height: auto !important;
  height: 1%; /*For IE*/
  color: #000000;
  text-decoration: none;
  border-right: none;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  color: #000;
  background: #FEFAEE;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  padding: 0.75rem 1rem;
  color: #000;
  background: #FEFAEE;
  border: none;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #FBFBFB;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 20rem;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

.naranja {
  color: var(--sys-orange);
  font-weight: bold;
}

.salto1px {
  clear: both;
  height: 0.125rem;
}

.salto5px {
  clear: both;
  height: 0.625rem;
}

.TituloGrupo {
  font-weight: bold;
}

.titulos {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
  padding-bottom: 0.375rem;
  border-bottom: 0.125rem solid var(--sys-outline);
}
.titulos h2 {
  margin: 0;
  float: left;
}
.titulos input {
  float: right;
  margin: 0 0 0 0.25rem;
}

.titulosD {
  float: right;
  width: 72.5rem;
}
.titulosD input:hover {
  background-position: center;
}

.titulosI {
  margin-right: 0;
  padding-top: 1.25rem;
}
.titulosI h2 {
  font-size: 3rem;
}

.tablaapp {
  width: 100%;
}

.verde {
  color: var(--sys-green);
  font-weight: bold;
}

.azul {
  color: var(--sys-primary);
  font-weight: bold;
}

.lienzo {
  padding: 0.625rem;
}

body {
  margin: 0;
  padding: 0;
}

form.login {
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.25rem 1.25rem 5.125rem -1rem rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0.25rem 1.25rem 5.125rem -1rem rgba(0, 0, 0, 0.75);
  box-shadow: 0.25rem 1.25rem 5.125rem -1rem rgba(0, 0, 0, 0.75);
}
form.login input {
  font-size: 2.25rem;
}
form.login input[type=submit] {
  border-radius: 0.1rem;
  -webkit-box-shadow: inset 0 -0.2em rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -0.2em rgba(0, 0, 0, 0.3);
}

form label {
  display: block;
  color: var(--sys-primary);
  padding-bottom: 0.375rem;
  padding-right: 0.375rem;
}

form label.recordarUsuario {
  display: inline-block;
}

h1 {
  color: var(--sys-primary);
  font-size: 2.5rem;
  margin: 2.5rem 0;
  text-align: center;
}

header {
  background: unset;
  height: auto;
  border: none;
}

strong#usuarioNombre {
  color: var(--sys-primary);
  display: inline-block;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}

ul.enlacesLogin {
  margin: 0 auto;
  max-width: 52.5rem;
  padding: 2.5rem;
}
ul.enlacesLogin li {
  padding-bottom: 1.875rem;
}
ul.enlacesLogin a {
  color: var(--sys-primary);
  border-bottom: 0.25rem dotted;
  text-decoration: none;
}
ul.enlacesLogin a:hover {
  border-bottom: solid;
}

@media screen and (min-width: 1000px) {
  h1 {
    margin-top: 6.25rem;
  }
  header {
    background: unset;
    height: auto;
    border: none;
  }
  header div.barraHeader {
    all: unset;
  }
  ul.enlacesLogin a {
    font-size: 1.75rem;
  }
}
body {
  margin: 0;
  padding: 0;
}

form.login {
  border-radius: 5px;
  -webkit-box-shadow: 2px 10px 41px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 10px 41px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 10px 41px -8px rgba(0, 0, 0, 0.75);
}

form.login input {
  font-size: 18px;
}

form.login input[type=submit] {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 -0.2em rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -0.2em rgba(0, 0, 0, 0.3);
}

form label {
  display: block;
  color: #014D65;
  padding-bottom: 3px;
  padding-right: 3px;
}

form label.recordarUsuario {
  display: inline-block;
}

h1 {
  color: #014D65;
  font-size: 20px;
  margin: 20px 0;
  text-align: center;
}

header {
  background: #014D65 url("../imagenes/logoUNADMobile-HD.png") no-repeat top 8px left 20px;
  border-top: 2px solid #F4B945;
  background-size: 155px 38px;
  -webkit-box-shadow: 2px 6px 27px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 6px 27px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 6px 27px -8px rgba(0, 0, 0, 0.75);
  /*  z-index: 5000;*/
}

strong#usuarioNombre {
  color: #014D65;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 20px;
}

ul.enlacesLogin {
  margin: 0 auto;
  max-width: 420px;
  padding: 20px;
}

ul.enlacesLogin li {
  padding-bottom: 15px;
}

ul.enlacesLogin a {
  color: #014D65;
  border-bottom: 2px dotted;
  text-decoration: none;
}

ul.enlacesLogin a:hover {
  border-bottom: solid;
}

@media screen and (min-width: 1000px) {
  h1 {
    margin-top: 50px;
  }
  header {
    background: #FFF url("../imagenes/logoUNAD-HD.png") no-repeat top center;
    background-size: 1322px 128px;
  }
  header div.barraHeader {
    background: linear-gradient(#007390, #004C64);
  }
  ul.enlacesLogin a {
    font-size: 14px;
  }
}
.alert {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1rem;
  padding: 1.5rem;
  background-color: var(--sys-container);
  color: var(--sys-on-container);
  box-shadow: var(--elevation-1);
}

.alert.alert-info {
  background-color: var(--sys-primary-container);
  color: var(--sys-on-primary-container);
}
.alert.alert-info i {
  color: var(--sys-primary);
  font-size: 2.5rem;
}

.alert.alert-danger {
  background-color: var(--sys-red-container);
  color: var(--sys-on-red-container);
}
.alert.alert-danger i {
  color: var(--sys-red);
}

.alert.alert-warning {
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
}
.alert.alert-warning i {
  color: var(--sys-tertiary);
}

.alert.alert-success {
  background-color: var(--sys-green-container);
  color: var(--sys-on-green-container);
}
.alert.alert-success i {
  color: var(--sys-green);
}

.table-responsive {
  display: block;
  width: 99.9%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

/* Alto Contraste Windows */
@media screen and (forced-colors: active) {
  .alert {
    forced-color-adjust: none;
  }
}
header {
  background: unset;
  height: auto;
  border: none;
}

main {
  background: var(--sys-background);
  font-size: 2rem;
}

h1 {
  margin-top: 0;
  font-size: 3rem;
}
h1.title {
  line-height: 3rem;
  color: unset;
}

h2 {
  font-size: 2.5rem;
  color: var(--sys-primary);
  font-weight: 500;
}
h2.subtitle {
  border-bottom: 0.125rem solid var(--sys-container-higher);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  text-align: left;
  color: unset;
  font-weight: bold;
}

h3 {
  font-size: 3.5rem;
}

a {
  cursor: pointer;
  color: var(--sys-primary);
}

p {
  margin-bottom: 1rem;
}

i {
  display: grid;
  align-items: center;
  justify-content: center;
}

input[type=button] {
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: var(--elevation-1);
  transition: 0.2s all ease-in-out;
}
input[type=button]:hover {
  transform: translate(-0.25rem, -0.25rem);
  box-shadow: var(--elevation-3);
}

input, textarea {
  height: 4rem;
  font-size: 2rem;
  border-radius: 0.5rem;
  border: 0.125rem solid var(--sys-outline);
  padding: 0.25rem 0.5rem;
  background: var(--sys-container-lower);
  color: var(--sys-on-container);
}
input:focus, textarea:focus {
  box-shadow: var(--elevation-2);
}

textarea {
  padding: 0.5rem 1rem;
  height: 10rem;
}

select, optgroup {
  height: 4rem;
  font-size: 2rem;
  border-radius: 0.5rem;
  border: 0.125rem solid var(--sys-outline);
  padding: 0.25rem 0.5rem;
  border: 0.1rem solid transparent;
  background: var(--sys-container-high);
  color: var(--sys-on-container);
  box-shadow: var(--elevation-1);
}
select:focus, optgroup:focus {
  box-shadow: var(--elevation-2);
}
select option, optgroup option {
  font-size: 2rem;
  border-radius: 1rem;
}
select:hover, optgroup:hover {
  cursor: pointer;
  box-shadow: var(--elevation-3);
}

select.select--primary {
  border-bottom: 0.25rem solid var(--sys-primary);
}
select.select--secondary {
  border-bottom: 0.25rem solid var(--sys-secondary);
}
select.select--tertiary {
  border-bottom: 0.25rem solid var(--sys-tertiary);
}

button {
  border-radius: 1rem;
  border: 0.125rem solid var(--sys-outline);
  padding: 0.25rem;
  cursor: pointer !important;
}
button:not(:has(i)) {
  padding: 0.25rem 1rem;
}

.btMini {
  width: 3rem;
  height: 3rem;
  min-width: 3.5rem !important;
  min-height: 3.5rem !important;
}

details summary {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  gap: 2rem;
}
details summary svg {
  transition: 0.2s all ease-in-out;
  height: 4rem;
  width: 4rem;
  min-width: 4rem;
}
details summary .icon-expand {
  font-size: 2rem;
  transition: 0.2s all ease-in-out;
}
details[open] > summary svg {
  transform: rotate(180deg);
}
details[open] > summary > .icon-expand {
  transform: rotate(180deg);
}
details > div {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 0.125rem solid var(--sys-container-higher);
}

table {
  width: 99.5% !important;
  border-spacing: 0;
  border: none;
  overflow: hidden;
  box-shadow: var(--elevation-1);
}
table a, table button {
  box-shadow: none !important;
  transform: none !important;
  border-radius: 0.5rem;
}
table select {
  padding: 0 0.5rem;
}
table th {
  text-align: inherit;
  background-color: var(--sys-primary);
  color: var(--sys-on-primary);
  padding: 0.25rem 0.5rem;
  border-bottom: 0.125rem solid var(--sys-on-primary);
  border-right: 0.125rem solid var(--sys-on-primary);
}
table th label {
  color: var(--sys-on-primary);
}
table th label b {
  color: var(--sys-on-primary);
}
table th:last-of-type {
  border-right: none;
}
table th.center {
  text-align: center;
}
table thead tr td {
  color: var(--sys-on-primary);
}
table thead tr td label {
  color: var(--sys-on-primary);
}
table thead tr td label b {
  color: var(--sys-on-primary);
}
table tr {
  cursor: default;
}

table.tablaapp {
  margin: 1rem 0;
}

.tablaapp tr {
  background-color: var(--sys-container);
  color: var(--sys-on-container);
}
.tablaapp tr td {
  padding: 0.25rem 0.5rem !important;
  border-bottom: 0.125rem solid var(--sys-on-container);
  border-right: 0.125rem solid var(--sys-on-container);
}
.tablaapp tr td:last-of-type {
  border-right: none;
}
.tablaapp tr:nth-of-type(even) {
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
}
.tablaapp tr:last-of-type td {
  border-bottom: none;
}

tr.fondoazul, thead.fondoazul, thead.fondoazul tr {
  background: var(--sys-primary) !important;
  color: var(--sys-on-primary) !important;
}
tr.fondoazul td, thead.fondoazul td, thead.fondoazul tr td {
  border-bottom: 0.125rem solid var(--sys-on-primary);
  border-right: 0.125rem solid var(--sys-on-primary);
}
tr.fondoazul:last-of-type td, thead.fondoazul:last-of-type td, thead.fondoazul tr:last-of-type td {
  border-bottom: 0.125rem solid var(--sys-on-primary);
}

.dropdown-menu {
  color: var(--sys-on-container);
  background-color: var(--sys-container);
  border: 1px solid var(--sys-outline);
  border-radius: 0 0 1rem 1rem;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--sys-on-container);
  background-color: var(--sys-container);
}

.nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--sys-on-container);
  background-color: var(--sys-container);
  border-color: none;
}

form label {
  color: var(--sys-primary);
}

form .GrupoCampos label,
form .GrupoCampos300 label,
form .GrupoCampos400 label,
form .GrupoCampos450 label,
form .GrupoCampos520 label,
form .GrupoCampos700 label {
  color: var(--sys-on-tertiary-container);
}

form .GrupoCamposAyuda label {
  color: var(--sys-on-secondary-container);
}

.areatrabajo .areatrabajo,
.areatrabajo .GrupoCampos,
.areatrabajo .GrupoCamposAyuda,
.GrupoCampos .areatrabajo,
.GrupoCampos .GrupoCampos,
.GrupoCampos .GrupoCamposAyuda,
.GrupoCamposAyuda .areatrabajo,
.GrupoCamposAyuda .GrupoCampos,
.GrupoCamposAyuda .GrupoCamposAyuda {
  margin: 0.5rem 1rem 0.5rem 0;
}

.chosen-container a.chosen-single {
  font-size: 2rem;
  border-radius: 0.5rem !important;
  background-color: var(--sys-container-high) !important;
  background-image: none !important;
  color: var(--sys-on-container) !important;
  border: none !important;
  box-shadow: var(--elevation-1) !important;
  padding: 4px 0 0 8px !important;
  min-height: 4rem;
  line-height: 3rem !important;
}
.chosen-container a.chosen-single span {
  min-height: 4rem;
}

#interna {
  width: 100%;
}

/* Media 2018*/
@media screen and (min-width: 1000px) {
  header div.barraHeader {
    background: var(--sys-primary);
  }
}
/* Mobile */
@media only screen and (max-width: 767px) {
  label {
    width: 100% !important;
  }
  .GrupoCampos300, .GrupoCampos400, .GrupoCampos450, .GrupoCampos520, .GrupoCampos700 {
    max-width: 100% !important;
  }
}
/* Tablet e Imprimir*/
@media only screen and (min-width: 768px) and (max-width: 1024px), print {
  nav ~ main .alarma, nav ~ main .alarma_azul, nav ~ main .alarma_roja, nav ~ main .alarma_transparente, nav ~ main .alarma_verde {
    width: calc(100% - 6rem);
  }
  nav.anchor ~ main .alarma, nav.anchor ~ main .alarma_azul, nav.anchor ~ main .alarma_roja, nav.anchor ~ main .alarma_transparente, nav.anchor ~ main .alarma_verde {
    width: calc(100% - 23rem);
  }
  label {
    width: 100% !important;
  }
  .GrupoCampos300, .GrupoCampos400, .GrupoCampos450, .GrupoCampos520, .GrupoCampos700 {
    max-width: 100% !important;
  }
}
/* Desktop */
@media only screen and (min-width: 1025px) {
  nav ~ main .alarma, nav ~ main .alarma_azul, nav ~ main .alarma_roja, nav ~ main .alarma_transparente, nav ~ main .alarma_verde {
    width: calc(100% - 6rem);
  }
  nav.anchor ~ main .alarma, nav.anchor ~ main .alarma_azul, nav.anchor ~ main .alarma_roja, nav.anchor ~ main .alarma_transparente, nav.anchor ~ main .alarma_verde {
    width: calc(100% - 23rem);
  }
}
* {
  margin: 0;
  padding: 0;
  color: unset;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  font-size: 8px;
}
html body {
  font-family: "OpenSansFont", sans-serif;
  font-size: calc(var(--font-size) * 16px);
  background-color: var(--sys-background);
  color: var(--sys-on-background);
  overflow-x: hidden;
  line-height: unset;
}
html body p {
  margin-bottom: unset;
}

header, nav, main, aside, footer {
  font-size: 2rem;
}
header ::-webkit-scrollbar-thumb, nav ::-webkit-scrollbar-thumb, main ::-webkit-scrollbar-thumb, aside ::-webkit-scrollbar-thumb, footer ::-webkit-scrollbar-thumb {
  background-color: var(--sys-secondary-fixed);
  border-radius: 0.5rem;
}
header ::-webkit-scrollbar-track, nav ::-webkit-scrollbar-track, main ::-webkit-scrollbar-track, aside ::-webkit-scrollbar-track, footer ::-webkit-scrollbar-track {
  background-color: var(--ref-neutral-80);
  border-radius: 0.5rem;
}

header {
  position: sticky;
  top: 0;
  box-shadow: var(--elevation-1);
  z-index: 200;
}
header #banner {
  display: grid;
  justify-content: center;
  background-color: var(--sys-container);
  overflow: hidden;
  width: 100%;
  transition: 0.2s all ease-in-out;
}
header #banner .banner__left, header #banner .banner__right {
  display: none;
}
header #banner .banner__center {
  background-image: var(--banner-unad);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
header #breadcrumb {
  display: grid;
  grid-template-columns: 100% 100%;
  background-color: var(--sys-primary-fixed);
  color: var(--sys-on-primary-fixed);
  height: 6rem;
  overflow: hidden;
}
header #breadcrumb .breadcrumb--mobile {
  position: relative;
  left: -100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 1 all ease-in-out;
}
header #breadcrumb .breadcrumb--mobile .system__icon {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  column-gap: 1rem;
  height: 6rem;
  color: var(--sys-on-primary-fixed);
  cursor: pointer;
}
header #breadcrumb .breadcrumb--mobile .system__icon img {
  width: 5rem;
  height: 5rem;
}
header #breadcrumb .breadcrumb--mobile .system__icon p {
  font-weight: bold;
}
header #breadcrumb .breadcrumb--mobile .back-route--mobile {
  transition: 1 all ease-in-out;
  background-color: unset;
  border: unset;
  cursor: pointer;
}
header #breadcrumb .breadcrumb--mobile .back-route--mobile svg {
  width: 5rem;
  height: 5rem;
  fill: var(--sys-on-primary-fixed);
}
header #breadcrumb .breadcrumb--mobile .back-route--mobile:has(.icon-navigate-before) {
  padding: 2rem;
}
header #breadcrumb .breadcrumb--desktop {
  position: relative;
  left: -100%;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  justify-content: space-between;
  column-gap: 1rem;
  background-color: var(--sys-primary-fixed);
  padding: 0 1.5rem;
  border: 0.125rem solid var(--sys-primary);
  overflow: hidden;
  align-items: center;
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__route {
  display: flex;
  overflow: hidden;
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__route .route--mobile {
  display: none;
  background-color: unset;
  border: unset;
  cursor: pointer;
  margin-left: -1rem;
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__route .route--mobile svg {
  width: 5rem;
  height: 5rem;
  fill: var(--sys-on-primary-fixed);
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__route .route--mobile:has(.icon-menu) {
  padding: 1.5rem;
  font-size: 3rem;
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__route .route--desktop {
  display: flex;
  align-self: flex-start;
  column-gap: 1rem;
  flex-flow: row wrap;
  overflow: hidden;
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__route .route--desktop a {
  color: var(--sys-on-primary-fixed);
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__route .route--desktop a:hover {
  text-decoration: underline;
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__buttons {
  display: flex;
  flex-direction: row-reverse;
  height: 5.5rem;
  overflow-x: auto;
  overflow-y: hidden;
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__buttons input {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  min-height: 4rem;
  border-radius: 1rem;
  border: 0;
  background-color: var(--sys-tertiary-fixed);
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 !important;
  transition: 0.2s all ease-in-out;
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__buttons input:hover {
  background-color: var(--sys-tertiary-hover);
  transform: translate(-0.25rem, -0.25rem);
  box-shadow: var(--elevation-3);
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  min-height: 4rem;
  border-radius: 1rem;
  border: 0.1rem solid transparent;
  background-color: var(--sys-tertiary-fixed);
  color: var(--sys-on-tertiary-fixed);
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 0.2s all ease-in-out;
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__buttons button i {
  width: 3rem;
  height: 3rem;
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__buttons button i svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__buttons button:has(i[class^=icon-]) {
  font-size: 2rem;
  color: var(--sys-on-tertiary-fixed);
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__buttons button:hover {
  background-color: var(--sys-tertiary-hover);
  transform: translate(-0.25rem, -0.25rem);
  box-shadow: var(--elevation-3);
}
header #breadcrumb .breadcrumb--desktop .breadcrumb__buttons section {
  scrollbar-color: var(--sys-primary-fixed) var(--ref-neutral-80);
  scrollbar-width: thin;
  display: flex;
  flex-direction: row-reverse;
  padding: 0 1rem;
  gap: 1rem;
  height: 5.5rem;
  align-items: center;
}
header #breadcrumb .breadcrumb--desktop ::-webkit-scrollbar {
  height: 0.5rem;
  background-color: var(--ref-neutral-80);
  border-radius: 0.5rem;
}

nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 6rem;
  box-shadow: var(--elevation-2);
  background-color: var(--sys-container-higher);
  transition: 0.2s all ease-out;
  z-index: 100;
}
nav.anchor #navbar #menu-options .system__icon > div p {
  opacity: 1;
}
nav ul {
  margin: 0;
}
nav a:hover {
  text-decoration: none;
}
nav:hover {
  width: 23rem;
  transition: 0.2s all ease-in;
  border-radius: 0 1rem 1rem 0;
}
nav:hover #navbar {
  border-radius: 0 1rem 1rem 0;
}
nav:hover #navbar #menu-options .system__icon > div p {
  opacity: 1;
}
nav:hover #navbar #menu-options .navbar__options, nav:hover #navbar #menu-help .navbar__options {
  direction: rtl;
}
nav:hover #navbar #menu-options .navbar__options .options__item .option, nav:hover #navbar #menu-help .navbar__options .options__item .option {
  opacity: 1;
}
nav:hover ~ main {
  transition: 0.2s ease-in;
  z-index: 0;
}
nav ::-webkit-scrollbar {
  width: 1rem;
  background-color: var(--ref-neutral-80);
  border-radius: 0.5rem;
}
nav[disabled] {
  pointer-events: none;
}
nav[disabled] #menu-help a {
  opacity: 0.5;
}

#navbar {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  background-color: var(--sys-container-higher);
  border-right: 0.1rem solid transparent;
  width: 100%;
  overflow: hidden;
  transition: 0.2s all ease-in-out;
}
#navbar a {
  display: flex;
  width: 100%;
  cursor: pointer;
}
#navbar #menu-options {
  background-color: var(--sys-container-higher);
  height: calc(100% - 15rem);
  border-bottom: 0.1rem solid var(--sys-container-higher);
}
#navbar #menu-options a {
  padding: 0.75rem 1rem 0.75rem 1.5rem;
  background-color: var(--sys-container-higher);
  color: var(--sys-on-container);
  line-height: 2.25rem;
}
#navbar #menu-options a i {
  transition: 0.2s all ease-in-out;
}
#navbar #menu-options a i svg {
  fill: currentColor;
  width: 3rem;
  height: 3rem;
}
#navbar #menu-options a:has(.icon-navigate-next) i {
  font-size: 1.5rem;
  padding: 0.5rem;
}
#navbar #menu-options a:hover {
  background-color: var(--sys-container-hover);
}
#navbar #menu-options .system__icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.5rem;
  height: 6rem;
  color: var(--sys-on-container);
  cursor: pointer;
}
#navbar #menu-options .system__icon > div {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  column-gap: 0.25rem;
  flex-grow: 1;
}
#navbar #menu-options .system__icon > div img {
  width: 5rem;
  height: 5rem;
}
#navbar #menu-options .system__icon > div p {
  opacity: 0;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  flex-grow: 1;
}
#navbar #menu-options .system__icon i {
  margin-right: 1.5rem;
  transform: rotate(90deg);
  transition: 0.2s all ease-in-out;
}
#navbar #menu-options .system__icon i svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: var(--sys-on-container);
}
#navbar #menu-options .system__icon:has(.icon-pin) .icon-pin {
  font-size: 2rem;
}
#navbar #menu-options .navbar__options {
  scrollbar-color: var(--sys-primary-fixed) var(--ref-neutral-80);
  scrollbar-width: thin;
  height: calc(100% - 6rem);
  overflow-y: auto;
  display: grid;
  align-content: flex-start;
}
#navbar #menu-options .navbar__options .options__item {
  display: flex;
  align-items: center;
  direction: ltr;
  text-align: left;
}
#navbar #menu-options .navbar__options .options__item .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
#navbar #menu-options .navbar__options .options__item .option-drop {
  background-color: var(--sys-container-higher);
  position: absolute;
  opacity: 0;
  top: 6rem;
  left: 0;
  width: 6rem;
  min-height: calc(100% - 21rem);
  max-height: calc(100% - 7rem);
  border-radius: 0 1rem 1rem 0;
  transition: 0.2s all ease-out;
  z-index: -1;
  box-shadow: var(--elevation-2);
  overflow: hidden;
  border: 0.1rem solid transparent;
}
#navbar #menu-options .navbar__options .options__item .option-drop ul {
  scrollbar-color: var(--sys-primary-fixed) var(--ref-neutral-80);
  scrollbar-width: thin;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem 0;
  height: 100%;
}
#navbar #menu-options .navbar__options .options__item:hover .option-drop {
  transform: translateX(22.75rem);
  opacity: 1;
  min-width: 20rem;
  max-width: 40rem;
  width: max-content;
  transition: 0.4s all ease-in;
}
#navbar #menu-help {
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  background-color: var(--sys-tertiary-fixed);
  height: 15rem;
}
#navbar #menu-help a {
  display: flex;
  gap: 1rem;
  background-color: var(--sys-tertiary-fixed);
  color: var(--sys-on-tertiary-fixed);
}
#navbar #menu-help a i {
  width: 3rem;
  height: 3rem;
  transition: 0.2s all ease-in-out;
}
#navbar #menu-help a i svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
#navbar #menu-help a:has([class^=icon-]) i {
  font-size: 3rem;
}
#navbar #menu-help a:has([class^=icon-]) i.icon-navigate-next {
  padding: 0.5rem;
  font-size: 1.5rem;
}
#navbar #menu-help a:hover {
  background-color: var(--sys-tertiary-hover);
}
#navbar #menu-help .navbar__options .options__item {
  direction: ltr;
  text-align: left;
}
#navbar #menu-help .navbar__options .options__item .option {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  justify-content: space-between;
  transition: 0.2s all ease-in-out;
  padding: 1rem 1rem 1rem 1.5rem;
}
#navbar #menu-help .navbar__options .options__item .option p {
  flex-grow: 1;
}
#navbar #menu-help .navbar__options .options__item .option-drop {
  position: absolute;
  opacity: 0;
  bottom: 10rem;
  left: -20rem;
  width: 20rem;
  border-radius: 0 1rem 1rem 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.2s all ease-out;
  z-index: -1;
  box-shadow: var(--elevation-2);
  background-color: var(--sys-tertiary-fixed);
  border: 0.1rem solid transparent;
}
#navbar #menu-help .navbar__options .options__item .option-drop a {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  min-height: 5rem;
}
#navbar #menu-help .navbar__options .options__item .option-drop.ayuda {
  bottom: 5rem;
}
#navbar #menu-help .navbar__options .options__item:hover > .option-drop {
  transform: translateX(42.75rem);
  opacity: 1;
  transition: 0.4s all;
}

main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: var(--sys-background);
  color: var(--sys-on-background);
  margin-left: 6rem;
  padding: 2rem 1rem 2rem 2rem;
  transition: 0.2s all ease-out;
  line-height: 1.5;
  max-width: unset;
}

aside {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  border-radius: 2rem;
  border: 2px solid var(--sys-tertiary);
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
  min-height: 73vh;
  overflow: hidden;
}
aside .header-aside {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1rem 1rem;
}
aside .header-aside b {
  font-size: 2.5rem;
  display: block;
}
aside .header-aside svg {
  width: 4rem;
  height: 4rem;
  fill: var(--sys-on-tertiary-container);
}
aside .body-aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  min-height: calc(73vh - 6rem);
  overflow-x: hidden;
  overflow-y: auto;
}
aside .body-aside .btn-3d--primary {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-radius: 1rem;
  font-weight: normal;
  height: auto;
}
aside .body-aside .btn-3d--primary:hover {
  border-color: var(--sys-primary);
}
aside .body-aside .btn-3d--primary p {
  display: block;
}
aside .body-aside .btn-3d--primary p b {
  text-decoration: underline;
  color: var(--sys-primary);
}
aside .body-aside .module-contact {
  background-color: var(--sys-background);
  border: 0.25rem solid var(--sys-tertiary);
  color: var(--sys-on-background);
  border-left-width: 0.75rem;
  border-radius: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  box-shadow: var(--elevation-1);
  z-index: 1;
  overflow: hidden;
  word-break: break-all;
  transition: 0.2s all ease-in-out;
}
aside .body-aside .module-contact:hover {
  box-shadow: var(--elevation-3);
  transform: translate(-0.25rem, -0.25rem);
  text-decoration: underline;
}
aside .body-aside .module-processes {
  margin-top: 2rem;
  overflow: hidden;
}
aside .body-aside .module-processes a {
  font-weight: bold;
  text-decoration: underline;
  color: var(--sys-primary);
}
aside .body-aside .module-processes > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: var(--sys-background);
  color: var(--sys-on-background);
  border: 0.25rem solid var(--sys-tertiary);
  padding: 1rem;
  border-radius: 1rem;
  margin: 1rem 0;
  box-shadow: var(--elevation-1);
}
aside .body-aside .module-processes > div details summary {
  font-size: 2rem;
  font-weight: bold;
}
aside .body-aside .module-processes > div details summary svg {
  width: 3rem;
  height: 3rem;
  fill: var(--sys-on-background);
}
aside .body-aside .module-processes > div details div {
  padding-top: 1rem;
  border-top-color: var(--sys-tertiary);
}

footer {
  background: var(--sys-surface-dim);
  color: var(--sys-on-surface);
  margin-left: 6rem;
  border-top: 0.1rem solid transparent;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  column-gap: 4rem;
  row-gap: 2rem;
  padding: 2rem;
  transition: 0.2s all ease-in-out;
  width: calc(100% - 10rem);
}
footer span {
  background-image: var(--logo-unad);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30rem;
  height: 10rem;
}
footer div {
  display: grid;
  gap: 1rem;
}
footer div a {
  text-decoration: underline;
  color: var(--sys-primary);
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .banner {
    height: 6.5rem;
  }
  .banner__center {
    width: 25rem;
    max-width: 200px;
  }
  #breadcrumb .breadcrumb--desktop {
    grid-template-columns: 1fr 2fr;
    padding: 0 1rem 0 0;
  }
  #breadcrumb .breadcrumb--desktop .breadcrumb__route .route--mobile {
    display: flex !important;
    align-self: center !important;
  }
  #breadcrumb .breadcrumb--desktop .breadcrumb__route .route--desktop {
    display: none !important;
  }
  nav {
    left: -61vw;
    bottom: unset;
    width: 60vw !important;
    border-radius: 0 1rem 1rem 0;
  }
  nav.anchor #navbar #menu-options .system__icon > div p {
    opacity: 0;
  }
  nav #navbar {
    border-radius: 0 1rem 1rem 0;
  }
  nav #menu-options a i {
    transform: rotate(90deg);
  }
  nav #menu-options .system__icon {
    display: none !important;
  }
  nav #menu-options .navbar__options {
    height: 100% !important;
  }
  nav #menu-options .navbar__options .options__item {
    display: block !important;
  }
  nav #menu-options .navbar__options .options__item .option {
    opacity: 1 !important;
    position: relative;
    z-index: 0;
  }
  nav #menu-options .navbar__options .options__item .option-drop {
    position: absolute !important;
    height: unset !important;
    opacity: 1 !important;
    width: unset !important;
    height: 5rem !important;
    margin-top: -5rem;
    margin: 0 1rem;
    border-radius: 0 !important;
    border-top: 1px solid var(--sys-outline);
    box-shadow: unset !important;
  }
  nav #menu-options .navbar__options .options__item .option-drop ul {
    overflow-y: hidden !important;
  }
  nav #menu-options .navbar__options .options__item.open--mobile a i {
    transform: rotate(270deg);
  }
  nav #menu-options .navbar__options .options__item.open--mobile .option-drop {
    position: unset !important;
    transform: unset !important;
    opacity: 1;
    height: unset !important;
    margin-top: 0;
  }
  nav #menu-options .navbar__options .options__item:hover .option-drop {
    transform: unset !important;
    width: unset !important;
  }
  nav #menu-help a i:last-child {
    transform: rotate(90deg);
  }
  nav #menu-help .navbar__options {
    overflow-y: auto;
    height: 100% !important;
  }
  nav #menu-help .navbar__options .options__item {
    display: block !important;
  }
  nav #menu-help .navbar__options .options__item .option {
    opacity: 1 !important;
    position: relative;
    z-index: 0;
  }
  nav #menu-help .navbar__options .options__item .option-drop {
    position: absolute !important;
    height: unset !important;
    opacity: 1 !important;
    width: unset !important;
    height: 5rem !important;
    margin-top: -5rem;
    margin: 0 1rem;
    border-radius: 0 !important;
    border-top: 1px solid var(--sys-on-tertiary);
    box-shadow: unset !important;
    left: 0 !important;
  }
  nav #menu-help .navbar__options .options__item .option-drop ul {
    overflow-y: hidden !important;
  }
  nav #menu-help .navbar__options .options__item .option-drop a i {
    transform: rotate(180deg);
  }
  nav #menu-help .navbar__options .options__item.open--mobile .option:hover i:last-of-type {
    transform: rotate(270deg);
  }
  nav #menu-help .navbar__options .options__item.open--mobile .option-drop i {
    transform: unset;
  }
  nav #menu-help .navbar__options .options__item.open--mobile .option-drop {
    position: unset !important;
    transform: unset !important;
    opacity: 1;
    height: unset !important;
    margin-top: 0;
  }
  nav #menu-help .navbar__options .options__item:hover .option-drop {
    transform: unset !important;
    width: unset !important;
  }
  nav.nav #navbar {
    height: calc(100vh - 12.5rem);
  }
  nav:hover #navbar #menu-options .navbar__options, nav:hover #navbar #menu-help .navbar__options {
    direction: ltr !important;
  }
  nav:hover ~ main {
    filter: unset;
  }
  main {
    margin-left: 0;
    padding: 2rem 1rem;
    flex-wrap: wrap;
    min-height: calc(100vh - 12.5rem - 33.75rem);
  }
  main #div_sector1.section-aside {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: var(--sys-background);
    color: var(--sys-on-background);
    min-height: 55vh;
    transition: 0.2s all ease-out;
    line-height: 1.5;
  }
  main #div_sector1.section-aside aside {
    order: 1;
    width: 100%;
    min-height: auto;
  }
  main #div_sector1.section-aside aside .body-aside {
    min-height: auto;
  }
  main #div_sector1.section-aside > section {
    order: 2;
    height: 100%;
  }
  footer {
    padding: 2rem 0;
    margin-left: 0;
    justify-content: center;
    width: 100%;
  }
  footer div {
    padding: 0 2rem;
    text-align: center;
  }
}
/* Tablet e Impresion */
@media only screen and (min-width: 768px) and (max-width: 1024px), print {
  .banner {
    height: 6.5rem;
  }
  .banner__center {
    width: 25rem;
    max-width: 200px;
  }
  nav.anchor {
    width: 23rem;
    transition: 0.2s all ease-in;
    border-radius: 0 1rem 1rem 0;
  }
  nav.anchor #navbar {
    border-radius: 0 1rem 1rem 0;
  }
  nav.anchor #navbar #menu-options .navbar__options, nav.anchor #navbar #menu-help .navbar__options {
    direction: rtl;
  }
  nav.anchor #navbar #menu-options .navbar__options .options__item .option, nav.anchor #navbar #menu-help .navbar__options .options__item .option {
    opacity: 1;
  }
  nav.anchor #anchor-menu {
    transform: none !important;
  }
  nav.anchor ~ main, nav.anchor ~ footer {
    width: auto;
    margin-left: 23rem;
    transition: 0.2s ease-in;
    z-index: 0;
  }
  .nav #navbar {
    height: calc(100vh - 12.5rem);
  }
  .options__item:hover i:last-of-type {
    transform: rotate(180deg);
  }
  .options__item:hover .option-drop i {
    transform: unset;
  }
  main {
    min-height: calc(100vh - 12.5rem - 31.5rem);
  }
  main #div_sector1.section-aside {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: var(--sys-background);
    color: var(--sys-on-background);
    min-height: 55vh;
    transition: 0.2s all ease-out;
    line-height: 1.5;
  }
  main #div_sector1.section-aside aside {
    order: 2;
    width: 100rem;
  }
  main #div_sector1.section-aside > section {
    order: 1;
    height: 100%;
  }
  footer {
    justify-content: center;
  }
  footer div {
    text-align: center;
  }
}
/* Desktop */
@media only screen and (min-width: 1025px) {
  body:has(nav.anchor) .modal {
    padding-left: 23rem;
  }
  .banner {
    height: 12.5rem;
    max-height: 100px;
  }
  .banner__center {
    width: 50rem;
    max-width: 400px;
  }
  nav.anchor {
    width: 23rem;
    transition: 0.2s all ease-in;
    border-radius: 0 1rem 1rem 0;
  }
  nav.anchor #navbar {
    border-radius: 0 1rem 1rem 0;
  }
  nav.anchor #navbar #menu-options .navbar__options, nav.anchor #navbar #menu-help .navbar__options {
    direction: rtl;
  }
  nav.anchor #navbar #menu-options .navbar__options .options__item .option, nav.anchor #navbar #menu-help .navbar__options .options__item .option {
    opacity: 1;
  }
  nav.anchor #anchor-menu {
    transform: none !important;
  }
  nav.anchor ~ main, nav.anchor ~ footer {
    width: auto;
    margin-left: 23rem;
    transition: 0.2s ease-in;
    z-index: 0;
  }
  nav.anchor[disabled] #navbar #menu-options .navbar__options .options__item .option {
    opacity: 0.5;
  }
  nav.anchor[disabled] #navbar #menu-help .navbar__options .options__item .option {
    opacity: 0.5;
  }
  .nav #navbar {
    height: calc(100vh - 18.5rem);
    min-height: calc(100vh - (100px + 6rem));
    transition: 0.1s all ease-out;
  }
  .options__item:hover i:last-of-type {
    transform: rotate(180deg);
  }
  .options__item:hover .option-drop i {
    transform: unset;
  }
  main {
    min-height: calc(100vh - 18.5rem - 19.5rem);
  }
  main #div_sector1.section-aside {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    background-color: var(--sys-background);
    color: var(--sys-on-background);
    min-height: 55vh;
    transition: 0.2s all ease-out;
    line-height: 1.5;
  }
  main #div_sector1.section-aside aside {
    order: 2;
    width: 45rem;
  }
  main #div_sector1.section-aside > section {
    order: 1;
    flex-grow: 1;
  }
}
/*Retoques Imprimir*/
@media print {
  @page {
    margin: 0;
  }
  * {
    box-shadow: none !important;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  body header, body footer, body nav {
    display: none;
  }
  body main {
    margin-left: 0 !important;
    padding: 4rem;
  }
}
/* BUTTONS */
.btn-primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  min-width: 4rem;
  min-height: 4rem;
  font-size: 2rem;
  border-radius: 1rem;
  border: 0.1rem solid transparent;
  cursor: pointer;
  position: relative;
  transition: 0.1s all ease-out;
  background-color: var(--sys-primary);
  color: var(--sys-on-primary);
  box-shadow: var(--elevation-1);
}
.btn-primary[disabled] {
  filter: grayscale(1);
  cursor: not-allowed;
}
.btn-primary[disabled]:hover {
  transition: none;
  transform: none;
  box-shadow: var(--elevation-1);
}
.btn-primary:hover {
  transition: 0.2s all ease-in;
  transform: translate(-0.25rem, -0.25rem);
  box-shadow: var(--elevation-3);
  background-color: var(--sys-primary-hover);
  color: var(--sys-on-primary);
}
.btn-primary svg {
  width: 3rem;
  height: 3rem;
  fill: currentColor;
}
.btn-primary {
  padding: 0.5rem 1rem;
}

.btn-secondary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  min-width: 4rem;
  min-height: 4rem;
  font-size: 2rem;
  border-radius: 1rem;
  border: 0.1rem solid transparent;
  cursor: pointer;
  position: relative;
  transition: 0.1s all ease-out;
  background-color: var(--sys-secondary);
  color: var(--sys-on-secondary);
  box-shadow: var(--elevation-1);
}
.btn-secondary[disabled] {
  filter: grayscale(1);
  cursor: not-allowed;
}
.btn-secondary[disabled]:hover {
  transition: none;
  transform: none;
  box-shadow: var(--elevation-1);
}
.btn-secondary:hover {
  transition: 0.2s all ease-in;
  transform: translate(-0.25rem, -0.25rem);
  box-shadow: var(--elevation-3);
  background-color: var(--sys-secondary-hover);
  color: var(--sys-on-secondary);
}
.btn-secondary svg {
  width: 3rem;
  height: 3rem;
  fill: currentColor;
}
.btn-secondary {
  padding: 0.5rem 1rem;
}

.btn-tertiary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  min-width: 4rem;
  min-height: 4rem;
  font-size: 2rem;
  border-radius: 1rem;
  border: 0.1rem solid transparent;
  cursor: pointer;
  position: relative;
  transition: 0.1s all ease-out;
  background-color: var(--sys-tertiary);
  color: var(--sys-on-tertiary);
  box-shadow: var(--elevation-1);
}
.btn-tertiary[disabled] {
  filter: grayscale(1);
  cursor: not-allowed;
}
.btn-tertiary[disabled]:hover {
  transition: none;
  transform: none;
  box-shadow: var(--elevation-1);
}
.btn-tertiary:hover {
  transition: 0.2s all ease-in;
  transform: translate(-0.25rem, -0.25rem);
  box-shadow: var(--elevation-3);
  background-color: var(--sys-tertiary-hover);
  color: var(--sys-on-tertiary);
}
.btn-tertiary svg {
  width: 3rem;
  height: 3rem;
  fill: currentColor;
}
.btn-tertiary {
  padding: 0.5rem 1rem;
}

.btn-orange {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  min-width: 4rem;
  min-height: 4rem;
  font-size: 2rem;
  border-radius: 1rem;
  border: 0.1rem solid transparent;
  cursor: pointer;
  position: relative;
  transition: 0.1s all ease-out;
  background-color: var(--sys-orange);
  color: var(--sys-on-orange);
  box-shadow: var(--elevation-1);
}
.btn-orange[disabled] {
  filter: grayscale(1);
  cursor: not-allowed;
}
.btn-orange[disabled]:hover {
  transition: none;
  transform: none;
  box-shadow: var(--elevation-1);
}
.btn-orange:hover {
  transition: 0.2s all ease-in;
  transform: translate(-0.25rem, -0.25rem);
  box-shadow: var(--elevation-3);
  background-color: var(--sys-orange-hover);
  color: var(--sys-on-orange);
}
.btn-orange svg {
  width: 3rem;
  height: 3rem;
  fill: currentColor;
}
.btn-orange {
  padding: 0.5rem 1rem;
}

.btn-green {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  min-width: 4rem;
  min-height: 4rem;
  font-size: 2rem;
  border-radius: 1rem;
  border: 0.1rem solid transparent;
  cursor: pointer;
  position: relative;
  transition: 0.1s all ease-out;
  background-color: var(--sys-green);
  color: var(--sys-on-green);
  box-shadow: var(--elevation-1);
}
.btn-green[disabled] {
  filter: grayscale(1);
  cursor: not-allowed;
}
.btn-green[disabled]:hover {
  transition: none;
  transform: none;
  box-shadow: var(--elevation-1);
}
.btn-green:hover {
  transition: 0.2s all ease-in;
  transform: translate(-0.25rem, -0.25rem);
  box-shadow: var(--elevation-3);
  background-color: var(--sys-green-hover);
  color: var(--sys-on-green);
}
.btn-green svg {
  width: 3rem;
  height: 3rem;
  fill: currentColor;
}
.btn-green {
  padding: 0.5rem 1rem;
}

.btn-red {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  min-width: 4rem;
  min-height: 4rem;
  font-size: 2rem;
  border-radius: 1rem;
  border: 0.1rem solid transparent;
  cursor: pointer;
  position: relative;
  transition: 0.1s all ease-out;
  background-color: var(--sys-red);
  color: var(--sys-on-red);
  box-shadow: var(--elevation-1);
}
.btn-red[disabled] {
  filter: grayscale(1);
  cursor: not-allowed;
}
.btn-red[disabled]:hover {
  transition: none;
  transform: none;
  box-shadow: var(--elevation-1);
}
.btn-red:hover {
  transition: 0.2s all ease-in;
  transform: translate(-0.25rem, -0.25rem);
  box-shadow: var(--elevation-3);
  background-color: var(--sys-red-hover);
  color: var(--sys-on-red);
}
.btn-red svg {
  width: 3rem;
  height: 3rem;
  fill: currentColor;
}
.btn-red {
  padding: 0.5rem 1rem;
}

.btn-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  min-width: 4rem;
  min-height: 4rem;
  font-size: 2rem;
  border-radius: 1rem;
  border: 0.1rem solid transparent;
  cursor: pointer;
  position: relative;
  transition: 0.1s all ease-out;
  background-color: var(--sys-container);
  color: var(--sys-on-container);
  box-shadow: var(--elevation-1);
}
.btn-container[disabled] {
  filter: grayscale(1);
  cursor: not-allowed;
}
.btn-container[disabled]:hover {
  transition: none;
  transform: none;
  box-shadow: var(--elevation-1);
}
.btn-container:hover {
  transition: 0.2s all ease-in;
  transform: translate(-0.25rem, -0.25rem);
  box-shadow: var(--elevation-3);
  background-color: var(--sys-container-hover);
  color: var(--sys-on-container);
}
.btn-container svg {
  width: 3rem;
  height: 3rem;
  fill: currentColor;
}
.btn-container {
  padding: 0.5rem 1rem;
}

.btn-container-lower {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  min-width: 4rem;
  min-height: 4rem;
  font-size: 2rem;
  border-radius: 1rem;
  border: 0.1rem solid transparent;
  cursor: pointer;
  position: relative;
  transition: 0.1s all ease-out;
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
  box-shadow: var(--elevation-1);
}
.btn-container-lower[disabled] {
  filter: grayscale(1);
  cursor: not-allowed;
}
.btn-container-lower[disabled]:hover {
  transition: none;
  transform: none;
  box-shadow: var(--elevation-1);
}
.btn-container-lower:hover {
  transition: 0.2s all ease-in;
  transform: translate(-0.25rem, -0.25rem);
  box-shadow: var(--elevation-3);
  background-color: var(--sys-container-hover);
  color: var(--sys-on-container);
}
.btn-container-lower svg {
  width: 3rem;
  height: 3rem;
  fill: currentColor;
}
.btn-container-lower {
  padding: 0.5rem 1rem;
}

.btn-container-higher {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  min-width: 4rem;
  min-height: 4rem;
  font-size: 2rem;
  border-radius: 1rem;
  border: 0.1rem solid transparent;
  cursor: pointer;
  position: relative;
  transition: 0.1s all ease-out;
  background-color: var(--sys-container-higher);
  color: var(--sys-on-container);
  box-shadow: var(--elevation-1);
}
.btn-container-higher[disabled] {
  filter: grayscale(1);
  cursor: not-allowed;
}
.btn-container-higher[disabled]:hover {
  transition: none;
  transform: none;
  box-shadow: var(--elevation-1);
}
.btn-container-higher:hover {
  transition: 0.2s all ease-in;
  transform: translate(-0.25rem, -0.25rem);
  box-shadow: var(--elevation-3);
  background-color: var(--sys-container-hover);
  color: var(--sys-on-container);
}
.btn-container-higher svg {
  width: 3rem;
  height: 3rem;
  fill: currentColor;
}
.btn-container-higher {
  padding: 0.5rem 1rem;
}

/* CARDS */
.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.card {
  border-radius: 2rem;
  box-shadow: var(--elevation-1);
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
}
.card .card__header {
  background-color: var(--sys-container-lower);
}
.card .card__body {
  display: grid;
  gap: 1rem;
  padding: 2rem;
}
.card span {
  font-size: 2.25rem;
}
.card button {
  padding: 0.5rem 1.5rem 0.5rem 1rem;
}

.card--event {
  border-radius: 2rem;
  box-shadow: var(--elevation-1);
  overflow: hidden;
  border-radius: 1.5rem;
}
.card--event .card__header {
  background-color: var(--sys-container-lower);
}
.card--event .card__body {
  display: grid;
  gap: 1rem;
  padding: 2rem;
}
.card--event .card__header {
  height: 11rem;
  overflow: hidden;
  background-color: unset;
}
.card--event .card__header img {
  width: 100%;
  height: 10rem;
}
.card--event .card__body {
  justify-content: stretch;
  align-content: space-between;
  height: 30rem;
}
.card--event .card__body .event-title {
  display: -webkit-inline-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 3rem;
}
.card--event .card__body .event-date, .card--event .card__body .event-location {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.card--event .card__body .event-date p, .card--event .card__body .event-location p {
  display: -webkit-inline-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 2.25rem;
}
.card--event .card__body button {
  padding: 1rem;
  width: 100%;
  margin-top: 1rem;
}
.card--event .card__body svg {
  width: 3rem;
  height: 3rem;
  fill: var(--sys-primary);
}
.card--event .card__body i {
  color: var(--sys-primary);
}
.card--event:hover {
  box-shadow: var(--elevation-2);
}

.card--lg {
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  box-shadow: var(--elevation-1);
  overflow: hidden;
}
.card--lg .card__left {
  background-color: var(--sys-secondary-container);
}
.card--lg .card__right {
  display: grid;
  gap: 3rem;
  align-content: center;
  padding: 2rem 4rem;
  background-color: var(--sys-backgorund);
  color: var(--sys-on-background);
}
.card--lg .card__right .card__header > b {
  font-size: 2.25rem;
}
.card--lg .card__right .card__body {
  display: grid;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  color: var(--sys-on-surface);
}
.card--lg .card__right .card__body a {
  margin: 0 auto 0 0;
  padding: 1rem 3rem;
}
.card--lg:hover {
  box-shadow: var(--elevation-3);
}

.card--verify {
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  box-shadow: var(--elevation-1);
  overflow: hidden;
}
.card--verify .card__left {
  background-color: var(--sys-secondary-container);
}
.card--verify .card__right {
  display: grid;
  gap: 3rem;
  align-content: center;
  padding: 2rem 4rem;
  background-color: var(--sys-backgorund);
  color: var(--sys-on-background);
}
.card--verify .card__right .card__header > b {
  font-size: 2.25rem;
}
.card--verify .card__right .card__body {
  display: grid;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  color: var(--sys-on-surface);
}
.card--verify .card__right .card__body a {
  margin: 0 auto 0 0;
  padding: 1rem 3rem;
}
.card--verify:hover {
  box-shadow: var(--elevation-3);
}
.card--verify .card__left {
  display: grid;
  align-items: center;
  padding: 1rem;
}
.card--verify .card__left svg {
  width: 6rem;
  height: 6rem;
}
.card--verify .card__left i {
  font-size: 6rem;
}
.card--verify .card__right {
  background-color: var(--sys-container);
  padding: 2rem;
  gap: 2rem;
}
.card--verify .card__right .card__header {
  margin-top: 0.5rem;
}
.card--verify .card__right .card__header b {
  font-size: 3rem;
}
.card--verify .card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.card--verify .card__footer button {
  padding: 0 3rem;
  height: 5rem;
}
.card--verify:hover {
  box-shadow: var(--elevation-1);
}

.card--verify:has(.iWarning) .card__left {
  background-color: var(--sys-red);
  color: var(--sys-on-red);
}
.card--verify:has(.iWarning) .card__left svg {
  fill: currentColor;
}

.card--verify:has(.icon-warning) .card__left {
  background-color: var(--sys-red);
  color: var(--sys-on-red);
}

.card--verify:has(.iError) .card__left {
  background-color: var(--sys-tertiary);
}
.card--verify:has(.iError) .card__left svg {
  fill: var(--sys-on-tertiary);
}

.card--verify:has(.icon-error) .card__left {
  background-color: var(--sys-tertiary);
  color: var(--sys-on-tertiary);
}

.card--verify:has(.iCheck) .card__left {
  background-color: var(--sys-green);
}
.card--verify:has(.iCheck) .card__left svg {
  fill: var(--sys-on-green);
}

.card--verify:has(.icon-check) .card__left {
  background-color: var(--sys-green);
  color: var(--sys-on-green);
}

.card-lg-primary {
  display: grid;
  grid-template-columns: auto 1fr;
  flex-flow: column;
  border-radius: 2rem;
  box-shadow: var(--elevation-1);
  overflow: hidden;
  border: 0.125rem solid var(--sys-container-higher);
}
.card-lg-primary .card__left {
  display: grid;
  align-items: center;
  background-color: var(--sys-secondary-container);
}
.card-lg-primary .card__right {
  display: grid;
  gap: 3rem;
  align-content: center;
  padding: 2rem 4rem;
  background-color: var(--sys-primary-container);
  color: var(--sys-on-primary-container);
}
.card-lg-primary .card__right .card__header > b {
  font-size: 2.25rem;
}
.card-lg-primary .card__right .card__body {
  display: grid;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  color: var(--sys-on-primary-container);
}
.card-lg-primary .card__right .card__body a {
  margin: 0 auto 0 0;
  padding: 1rem 3rem;
}

.card--search {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 2rem;
  align-items: end;
  border-radius: 1rem;
  border-style: solid;
  border-width: 2px 2px 2px 0.5rem;
  border-color: var(--sys-primary);
  background-color: var(--sys-secondary-container);
  color: var(--sys-on-secondary-container);
  padding: 1.5rem 2rem;
  box-shadow: var(--elevation-1);
}
.card--search > div {
  gap: 0.5rem;
}
.card--search > div .flex-column {
  flex-grow: 2;
}
.card--search label {
  width: 100%;
  margin-bottom: 0;
}
.card--search button {
  width: 4rem;
  height: 4rem;
}
.card--search button svg {
  width: 3rem;
  height: 3rem;
}
.card--search b:last-child {
  grid-column: 3 span;
}

.card--img-text {
  display: flex;
  border-radius: 1rem;
  padding: 1.5rem;
  gap: 2rem;
  align-items: center;
  align-self: flex-start;
}
.card--img-text a, .card--img-text span[class^=bg--] {
  border-radius: 0.5rem;
  padding: 0.25rem 1rem;
  width: max-content;
  min-height: unset;
}
.card--img-text a[class^=bg--]:hover {
  text-decoration: underline;
}

/* Mobile */
/* Tablet */
/* Desktop */
/* Alto Contraste */
/* Estilos SOLO para Firefox*/
.card-option {
  display: grid;
  gap: 2rem;
  background-color: var(--sys-container-lower);
  padding: 2rem;
  border-radius: 1rem;
}
.card-option .card__header {
  display: contents;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: flex-start;
}
.card-option .card__header .header__title {
  display: grid;
  gap: 1rem;
  align-self: center;
}
.card-option .card__header .header__option {
  order: 4;
}
.card-option .card__header .header__option button {
  height: 5rem;
  width: 100%;
}
.card-option .card__header .header__option button button[disabled] {
  opacity: 0.5;
}
.card-option .card__body {
  display: contents;
}
@media only screen and (min-width: 1025px) {
  .card-option .card__header, .card-option .card__body {
    display: grid;
  }
}

/* CONTAINERS */
.container--primary {
  border-radius: 1rem;
  padding: 1.5rem;
  border: 0.25rem solid var(--sys-primary);
  background-color: var(--sys-primary-container);
  color: var(--sys-on-primary-container);
  box-shadow: var(--elevation-1);
}

.container--secondary {
  border-radius: 1rem;
  padding: 1.5rem;
  border: 0.25rem solid var(--sys-secondary);
  background-color: var(--sys-secondary-container);
  color: var(--sys-on-secondary-container);
  box-shadow: var(--elevation-1);
}

.container--tertiary {
  border-radius: 1rem;
  padding: 1.5rem;
  border: 0.25rem solid var(--sys-tertiary-fixed);
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
  box-shadow: var(--elevation-1);
}

.container--orange {
  border-radius: 1rem;
  padding: 1.5rem;
  border: 0.25rem solid var(--sys-orange-fixed);
  background-color: var(--sys-orange-container);
  color: var(--sys-on-orange-container);
  box-shadow: var(--elevation-1);
}

.container--green {
  border-radius: 1rem;
  padding: 1.5rem;
  border: 0.25rem solid var(--sys-green-fixed);
  background-color: var(--sys-green-container);
  color: var(--sys-on-green-container);
  box-shadow: var(--elevation-1);
}

.container--red {
  border-radius: 1rem;
  padding: 1.5rem;
  border: 0.25rem solid var(--sys-red-fixed);
  background-color: var(--sys-red-container);
  color: var(--sys-on-red-container);
  box-shadow: var(--elevation-1);
}

.container {
  border-radius: 1rem;
  padding: 1.5rem;
  border: 0.25rem solid var(--sys-outline);
  background-color: var(--sys-container);
  color: var(--sys-on-container);
  box-shadow: var(--elevation-1);
}

.container--lower {
  border-radius: 1rem;
  padding: 1.5rem;
  border: 0.25rem solid var(--sys-container-lower);
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
  box-shadow: var(--elevation-1);
}

.container-banner {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 1rem;
  box-shadow: var(--elevation-1);
  border-style: solid;
  border-width: 0.25rem;
  border-color: transparent;
}

/* TABLES */
.table--primary {
  width: 99.5% !important;
  border-spacing: 0;
  border-radius: 1rem;
  border: none;
  border-bottom: 0.5rem solid var(--sys-primary);
  box-shadow: var(--elevation-2);
  overflow: hidden;
}
.table--primary a, .table--primary button {
  box-shadow: none !important;
  transform: none !important;
  border-radius: 0.5rem;
}
.table--primary th {
  background-color: var(--sys-primary);
  color: var(--sys-on-primary);
  padding: 0.5rem;
  border-bottom: 0.125rem solid var(--sys-on-primary);
  border-right: 0.125rem solid var(--sys-on-primary);
}
.table--primary th:last-of-type {
  border-right: none;
}
.table--primary th.left {
  text-align: left;
}
.table--primary th.center {
  text-align: center;
}
.table--primary th.right {
  text-align: right;
}
.table--primary tbody tr {
  background-color: var(--sys-container);
}
.table--primary tbody tr:nth-child(even) {
  background-color: var(--sys-container-lower);
}
.table--primary tbody tr td {
  color: var(--sys-on-container);
  padding: 0.5rem;
  border-bottom: 0.125rem solid var(--sys-on-container);
  border-right: 0.125rem solid var(--sys-on-container);
}
.table--primary tbody tr td:last-of-type {
  border-right: none;
}
.table--primary tbody tr:last-of-type td {
  border-bottom: none;
}
.table--primary .fondoazul {
  background-color: var(--sys-primary) !important;
  color: var(--sys-on-primary) !important;
}
.table--primary .fondoazul label, .table--primary .fondoazul td, .table--primary .fondoazul b {
  color: var(--sys-on-primary);
}

.table--secondary {
  width: 99.5% !important;
  border-spacing: 0;
  border-radius: 1rem;
  border: none;
  border-bottom: 0.5rem solid var(--sys-secondary);
  box-shadow: var(--elevation-2);
  overflow: hidden;
}
.table--secondary a, .table--secondary button {
  box-shadow: none !important;
  transform: none !important;
  border-radius: 0.5rem;
}
.table--secondary th {
  background-color: var(--sys-secondary);
  color: var(--sys-on-secondary);
  padding: 0.5rem;
  border-bottom: 0.125rem solid var(--sys-on-secondary);
  border-right: 0.125rem solid var(--sys-on-secondary);
}
.table--secondary th:last-of-type {
  border-right: none;
}
.table--secondary th.left {
  text-align: left;
}
.table--secondary th.center {
  text-align: center;
}
.table--secondary th.right {
  text-align: right;
}
.table--secondary tbody tr {
  background-color: var(--sys-container);
}
.table--secondary tbody tr:nth-child(even) {
  background-color: var(--sys-container-lower);
}
.table--secondary tbody tr td {
  color: var(--sys-on-container);
  padding: 0.5rem;
  border-bottom: 0.125rem solid var(--sys-on-container);
  border-right: 0.125rem solid var(--sys-on-container);
}
.table--secondary tbody tr td:last-of-type {
  border-right: none;
}
.table--secondary tbody tr:last-of-type td {
  border-bottom: none;
}
.table--secondary .fondoazul {
  background-color: var(--sys-secondary) !important;
  color: var(--sys-on-secondary) !important;
}
.table--secondary .fondoazul label, .table--secondary .fondoazul td, .table--secondary .fondoazul b {
  color: var(--sys-on-secondary);
}

.table--tertiary {
  width: 99.5% !important;
  border-spacing: 0;
  border-radius: 1rem;
  border: none;
  border-bottom: 0.5rem solid var(--sys-tertiary);
  box-shadow: var(--elevation-2);
  overflow: hidden;
}
.table--tertiary a, .table--tertiary button {
  box-shadow: none !important;
  transform: none !important;
  border-radius: 0.5rem;
}
.table--tertiary th {
  background-color: var(--sys-tertiary);
  color: var(--sys-on-tertiary);
  padding: 0.5rem;
  border-bottom: 0.125rem solid var(--sys-on-tertiary);
  border-right: 0.125rem solid var(--sys-on-tertiary);
}
.table--tertiary th:last-of-type {
  border-right: none;
}
.table--tertiary th.left {
  text-align: left;
}
.table--tertiary th.center {
  text-align: center;
}
.table--tertiary th.right {
  text-align: right;
}
.table--tertiary tbody tr {
  background-color: var(--sys-container);
}
.table--tertiary tbody tr:nth-child(even) {
  background-color: var(--sys-container-lower);
}
.table--tertiary tbody tr td {
  color: var(--sys-on-container);
  padding: 0.5rem;
  border-bottom: 0.125rem solid var(--sys-on-container);
  border-right: 0.125rem solid var(--sys-on-container);
}
.table--tertiary tbody tr td:last-of-type {
  border-right: none;
}
.table--tertiary tbody tr:last-of-type td {
  border-bottom: none;
}
.table--tertiary .fondoazul {
  background-color: var(--sys-tertiary) !important;
  color: var(--sys-on-tertiary) !important;
}
.table--tertiary .fondoazul label, .table--tertiary .fondoazul td, .table--tertiary .fondoazul b {
  color: var(--sys-on-tertiary);
}

.table--orange {
  width: 99.5% !important;
  border-spacing: 0;
  border-radius: 1rem;
  border: none;
  border-bottom: 0.5rem solid var(--sys-orange);
  box-shadow: var(--elevation-2);
  overflow: hidden;
}
.table--orange a, .table--orange button {
  box-shadow: none !important;
  transform: none !important;
  border-radius: 0.5rem;
}
.table--orange th {
  background-color: var(--sys-orange);
  color: var(--sys-on-orange);
  padding: 0.5rem;
  border-bottom: 0.125rem solid var(--sys-on-orange);
  border-right: 0.125rem solid var(--sys-on-orange);
}
.table--orange th:last-of-type {
  border-right: none;
}
.table--orange th.left {
  text-align: left;
}
.table--orange th.center {
  text-align: center;
}
.table--orange th.right {
  text-align: right;
}
.table--orange tbody tr {
  background-color: var(--sys-container);
}
.table--orange tbody tr:nth-child(even) {
  background-color: var(--sys-container-lower);
}
.table--orange tbody tr td {
  color: var(--sys-on-container);
  padding: 0.5rem;
  border-bottom: 0.125rem solid var(--sys-on-container);
  border-right: 0.125rem solid var(--sys-on-container);
}
.table--orange tbody tr td:last-of-type {
  border-right: none;
}
.table--orange tbody tr:last-of-type td {
  border-bottom: none;
}
.table--orange .fondoazul {
  background-color: var(--sys-orange) !important;
  color: var(--sys-on-orange) !important;
}
.table--orange .fondoazul label, .table--orange .fondoazul td, .table--orange .fondoazul b {
  color: var(--sys-on-orange);
}

.table--green {
  width: 99.5% !important;
  border-spacing: 0;
  border-radius: 1rem;
  border: none;
  border-bottom: 0.5rem solid var(--sys-green);
  box-shadow: var(--elevation-2);
  overflow: hidden;
}
.table--green a, .table--green button {
  box-shadow: none !important;
  transform: none !important;
  border-radius: 0.5rem;
}
.table--green th {
  background-color: var(--sys-green);
  color: var(--sys-on-green);
  padding: 0.5rem;
  border-bottom: 0.125rem solid var(--sys-on-green);
  border-right: 0.125rem solid var(--sys-on-green);
}
.table--green th:last-of-type {
  border-right: none;
}
.table--green th.left {
  text-align: left;
}
.table--green th.center {
  text-align: center;
}
.table--green th.right {
  text-align: right;
}
.table--green tbody tr {
  background-color: var(--sys-container);
}
.table--green tbody tr:nth-child(even) {
  background-color: var(--sys-container-lower);
}
.table--green tbody tr td {
  color: var(--sys-on-container);
  padding: 0.5rem;
  border-bottom: 0.125rem solid var(--sys-on-container);
  border-right: 0.125rem solid var(--sys-on-container);
}
.table--green tbody tr td:last-of-type {
  border-right: none;
}
.table--green tbody tr:last-of-type td {
  border-bottom: none;
}
.table--green .fondoazul {
  background-color: var(--sys-green) !important;
  color: var(--sys-on-green) !important;
}
.table--green .fondoazul label, .table--green .fondoazul td, .table--green .fondoazul b {
  color: var(--sys-on-green);
}

.table--red {
  width: 99.5% !important;
  border-spacing: 0;
  border-radius: 1rem;
  border: none;
  border-bottom: 0.5rem solid var(--sys-red);
  box-shadow: var(--elevation-2);
  overflow: hidden;
}
.table--red a, .table--red button {
  box-shadow: none !important;
  transform: none !important;
  border-radius: 0.5rem;
}
.table--red th {
  background-color: var(--sys-red);
  color: var(--sys-on-red);
  padding: 0.5rem;
  border-bottom: 0.125rem solid var(--sys-on-red);
  border-right: 0.125rem solid var(--sys-on-red);
}
.table--red th:last-of-type {
  border-right: none;
}
.table--red th.left {
  text-align: left;
}
.table--red th.center {
  text-align: center;
}
.table--red th.right {
  text-align: right;
}
.table--red tbody tr {
  background-color: var(--sys-container);
}
.table--red tbody tr:nth-child(even) {
  background-color: var(--sys-container-lower);
}
.table--red tbody tr td {
  color: var(--sys-on-container);
  padding: 0.5rem;
  border-bottom: 0.125rem solid var(--sys-on-container);
  border-right: 0.125rem solid var(--sys-on-container);
}
.table--red tbody tr td:last-of-type {
  border-right: none;
}
.table--red tbody tr:last-of-type td {
  border-bottom: none;
}
.table--red .fondoazul {
  background-color: var(--sys-red) !important;
  color: var(--sys-on-red) !important;
}
.table--red .fondoazul label, .table--red .fondoazul td, .table--red .fondoazul b {
  color: var(--sys-on-red);
}

.table {
  width: 99.5% !important;
  border-spacing: 0;
  border-radius: 1rem;
  border: none;
  border-bottom: 0.5rem solid var(--sys-container-higher);
  box-shadow: var(--elevation-2);
  overflow: hidden;
}
.table a, .table button {
  box-shadow: none !important;
  transform: none !important;
  border-radius: 0.5rem;
}
.table th {
  background-color: var(--sys-container-higher);
  color: var(--sys-on-container);
  padding: 0.5rem;
  border-bottom: 0.125rem solid var(--sys-on-container);
  border-right: 0.125rem solid var(--sys-on-container);
}
.table th:last-of-type {
  border-right: none;
}
.table th.left {
  text-align: left;
}
.table th.center {
  text-align: center;
}
.table th.right {
  text-align: right;
}
.table tbody tr {
  background-color: var(--sys-container);
}
.table tbody tr:nth-child(even) {
  background-color: var(--sys-container-lower);
}
.table tbody tr td {
  color: var(--sys-on-container);
  padding: 0.5rem;
  border-bottom: 0.125rem solid var(--sys-on-container);
  border-right: 0.125rem solid var(--sys-on-container);
}
.table tbody tr td:last-of-type {
  border-right: none;
}
.table tbody tr:last-of-type td {
  border-bottom: none;
}

.table--details {
  border-radius: 1rem;
  overflow: hidden;
  border: 0.125rem solid var(--sys-container-higher);
}
.table--details div[role=row] {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2rem;
  align-items: baseline;
  padding: 1.5rem 2rem;
  background-color: var(--sys-container);
}
.table--details div[role=row] label {
  all: unset;
  color: var(--sys-primary);
  font-weight: 600;
}
.table--details div[role=row]:nth-of-type(even) {
  background-color: var(--sys-container-lower);
}

/* TOOLTIPS */
[tooltip], [tooltip-right] {
  position: relative;
}
[tooltip] .tooltip-text, [tooltip-right] .tooltip-text {
  line-height: 1;
  user-select: none;
  pointer-events: none;
  font-style: normal;
  opacity: 0;
  background-color: var(--sys-primary);
  color: var(--sys-on-primary);
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  right: 130%;
  width: max-content;
  max-width: 50rem;
}
[tooltip] .tooltip-text::after, [tooltip-right] .tooltip-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 99.5%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent var(--sys-primary);
  z-index: 2;
}
[tooltip] .tooltip-text.right, [tooltip-right] .tooltip-text.right {
  right: auto;
  left: 130%;
}

[tooltip-right] .tooltip-text {
  right: auto;
  left: 130%;
}
[tooltip-right] .tooltip-text::after {
  left: auto;
  right: 99.5%;
  border-color: transparent var(--sys-primary) transparent transparent;
}

[tooltip=""] .tooltip-text {
  display: none;
}

/* SIN CATEGORIA */
.box-info {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-container-higher);
  color: var(--sys-on-container);
  max-width: 100%;
}
.box-info .info__title {
  border-bottom: 0.125rem solid var(--sys-on-container);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 2.25rem;
  color: var(--sys-on-container);
}
.box-info .info__content {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
}

.box-info--primary {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-primary);
  color: var(--sys-on-primary);
  max-width: 100%;
}
.box-info--primary .info__title {
  border-bottom: 0.125rem solid var(--sys-on-primary);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 2.25rem;
  color: var(--sys-on-primary);
}
.box-info--primary .info__content {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
}

.box-info--secondary {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-secondary);
  color: var(--sys-on-secondary);
  max-width: 100%;
}
.box-info--secondary .info__title {
  border-bottom: 0.125rem solid var(--sys-on-secondary);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 2.25rem;
  color: var(--sys-on-secondary);
}
.box-info--secondary .info__content {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
}

.box-info--tertiary {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-tertiary);
  color: var(--sys-on-tertiary);
  max-width: 100%;
}
.box-info--tertiary .info__title {
  border-bottom: 0.125rem solid var(--sys-on-tertiary);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 2.25rem;
  color: var(--sys-on-tertiary);
}
.box-info--tertiary .info__content {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
}

.box-info--orange {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-orange);
  color: var(--sys-on-orange);
  max-width: 100%;
}
.box-info--orange .info__title {
  border-bottom: 0.125rem solid var(--sys-on-orange);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 2.25rem;
  color: var(--sys-on-orange);
}
.box-info--orange .info__content {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
}

.box-info--green {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-green);
  color: var(--sys-on-green);
  max-width: 100%;
}
.box-info--green .info__title {
  border-bottom: 0.125rem solid var(--sys-on-green);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 2.25rem;
  color: var(--sys-on-green);
}
.box-info--green .info__content {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
}

.box-info--red {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-red);
  color: var(--sys-on-red);
  max-width: 100%;
}
.box-info--red .info__title {
  border-bottom: 0.125rem solid var(--sys-on-red);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 2.25rem;
  color: var(--sys-on-red);
}
.box-info--red .info__content {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
}

.box-info--container {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-container);
  color: var(--sys-on-container);
  max-width: 100%;
}
.box-info--container .info__title {
  border-bottom: 0.125rem solid var(--sys-on-container);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 2.25rem;
  color: var(--sys-on-container);
}
.box-info--container .info__content {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
}

.console-debug {
  font-family: monospace;
  display: block;
  padding: 2rem;
  background-color: var(--sys-container);
  color: var(--sys-on-container);
  border: 0.125rem solid var(--sys-container-higher);
  border-radius: 2rem;
  box-shadow: var(--elevation-1);
}
.console-debug .debug__title {
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
  padding: 1rem;
  border-radius: 1rem;
  width: 100%;
  box-shadow: var(--elevation-inset-1);
  margin-bottom: 1rem;
}
.console-debug .log {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  margin: 1rem 0;
}
.console-debug .log .log__time {
  color: var(--sys-green);
  font-weight: 700;
}
.console-debug .log .log__description {
  word-break: break-word;
}

/* Desktop */
@media only screen and (min-width: 1025px) {
  .console-debug .log {
    grid-template-columns: auto 1fr;
  }
}
.elecciones {
  display: grid;
  gap: 3rem;
}
.elecciones .elecciones__header {
  display: grid;
  gap: 2rem;
}
.elecciones .elecciones__header .header__title h1 {
  margin-top: 2rem;
  color: var(--sys-on-container);
  margin-bottom: 0;
  text-align: left;
}
.elecciones .elecciones__header .header__dates {
  display: grid;
  gap: 1.5rem;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 0.25rem solid var(--sys-container-lower);
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
  box-shadow: var(--elevation-1);
}
.elecciones .elecciones__header .header__dates .dates__title {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.elecciones .elecciones__header .header__dates .dates__title svg {
  width: 3rem;
  height: 3rem;
  fill: var(--sys-primary);
}
.elecciones .elecciones__header .header__dates .dates__title:has(i[class^=icon-]) i {
  color: var(--sys-primary);
}
.elecciones .elecciones__header .header__dates .dates {
  display: flex;
  gap: 2rem;
}
.elecciones .elecciones__header .header__dates .dates .date {
  display: grid;
}
.elecciones .elecciones__header .header__dates .dates .date b {
  font-size: 2.25rem;
}
.elecciones .elecciones__header .header__vote {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1rem;
  padding: 2rem;
  background-color: var(--sys-container);
  color: var(--sys-on-container);
  box-shadow: var(--elevation-1);
}
.elecciones .elecciones__header .header__vote .vote__state {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.elecciones .elecciones__header .header__vote svg {
  width: 3rem;
  height: 3rem;
}
.elecciones .elecciones__header .header__vote:has(i.iInfo) {
  background-color: var(--sys-primary-container);
  color: var(--sys-on-primary-container);
}
.elecciones .elecciones__header .header__vote:has(i.iInfo) i.iInfo {
  fill: var(--sys-primary);
}
.elecciones .elecciones__header .header__vote:has(i.icon-info) {
  background-color: var(--sys-primary-container);
  color: var(--sys-on-primary-container);
}
.elecciones .elecciones__header .header__vote:has(i.icon-info) i {
  color: var(--sys-primary);
}
.elecciones .elecciones__header .header__vote:has(i.iError) {
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
}
.elecciones .elecciones__header .header__vote:has(i.iError) i.iError {
  fill: var(--sys-tertiary);
}
.elecciones .elecciones__header .header__vote:has(i.icon-error) {
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
}
.elecciones .elecciones__header .header__vote:has(i.icon-error) i {
  color: var(--sys-tertiary);
}
.elecciones .elecciones__header .header__vote:has(i.iWarning) {
  background-color: var(--sys-red-container);
  color: var(--sys-on-red-container);
}
.elecciones .elecciones__header .header__vote:has(i.iWarning) i.iWarning {
  fill: var(--sys-red);
}
.elecciones .elecciones__header .header__vote:has(i.icon-warning) {
  background-color: var(--sys-red-container);
  color: var(--sys-on-red-container);
}
.elecciones .elecciones__header .header__vote:has(i.icon-warning) i {
  color: var(--sys-red);
}
.elecciones .elecciones__header button, .elecciones .elecciones__header a {
  padding: 1rem 2rem;
}
.elecciones .propuestas {
  display: grid;
  grid-template-columns: auto 1fr;
  overflow: hidden;
  box-shadow: var(--elevation-1);
  background-color: var(--sys-container);
  border-radius: 2rem;
  height: 75vh;
}
.elecciones .propuestas .propuestas__banner {
  display: none;
}
.elecciones .propuestas .propuestas__contenido {
  display: grid;
  gap: 2rem;
  padding: 0 2rem 0 3rem;
  overflow-y: auto;
}
.elecciones .propuestas .propuestas__contenido .candidatos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.elecciones .propuestas .propuestas__contenido .candidatos .candidato {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: var(--sys-container-lower);
  border-radius: 1.5rem;
  box-shadow: var(--elevation-1);
  padding: 2rem;
  height: 50rem;
  transition: 0.2s all ease-in-out;
}
.elecciones .propuestas .propuestas__contenido .candidatos .candidato h2 {
  font-weight: bold;
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: -2rem;
}
.elecciones .propuestas .propuestas__contenido .candidatos .candidato .candidato__nombre {
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
}
.elecciones .propuestas .propuestas__contenido .candidatos .candidato .candidato__video {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
.elecciones .propuestas .propuestas__contenido .candidatos .candidato .candidato__propuesta-qr {
  display: grid;
  grid-template-columns: 80% 20%;
  gap: 2rem;
}
.elecciones .propuestas .propuestas__contenido .candidatos .candidato .candidato__propuesta-qr .candidato__propuesta {
  display: grid;
}
.elecciones .propuestas .propuestas__contenido .candidatos .candidato .candidato__propuesta-qr .candidato__propuesta a {
  word-break: break-all;
  display: -webkit-inline-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.elecciones .propuestas .propuestas__contenido .candidatos .candidato .candidato__propuesta-qr .candidato__propuesta a:hover {
  text-decoration: underline;
}
.elecciones .propuestas .propuestas__contenido .candidatos .candidato .candidato__propuesta-qr .candidato__qr {
  width: calc(100% - 2rem);
  align-self: flex-end;
}
.elecciones .propuestas .propuestas__contenido .candidatos .candidato:hover {
  box-shadow: var(--elevation-2);
}
.elecciones .tarjeton {
  display: grid;
  gap: 2rem;
}
.elecciones .tarjeton .candidatos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4rem;
  background-color: var(--sys-container);
  color: var(--sys-on-container);
  border-radius: 2rem;
  padding: 2rem;
}
.elecciones .tarjeton .candidatos .candidato {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: var(--sys-container-lower);
  border-radius: 1.5rem;
  box-shadow: var(--elevation-1);
  padding: 4rem 2rem;
  transition: 0.2s all ease-in-out;
  align-items: center;
  border: 0.25rem solid transparent;
}
.elecciones .tarjeton .candidatos .candidato h2 {
  font-weight: bold;
  text-align: center;
  font-size: 2.25rem;
}
.elecciones .tarjeton .candidatos .candidato .candidato__foto {
  height: 16rem;
  width: 16rem;
  overflow: hidden;
  border-radius: 1rem;
}
.elecciones .tarjeton .candidatos .candidato .candidato__foto img {
  width: 100%;
}
.elecciones .tarjeton .candidatos .candidato .candidato__nombre {
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-top: 1rem;
  height: 6rem;
  display: -webkit-inline-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.elecciones .tarjeton .candidatos .candidato .candidato__check {
  all: unset;
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
  gap: 1rem;
  align-items: center;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
}
.elecciones .tarjeton .candidatos .candidato .candidato__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.elecciones .tarjeton .candidatos .candidato .candidato__check input:checked ~ .checkmark {
  background-color: var(--sys-primary);
  border: 0.25rem solid transparent;
}
.elecciones .tarjeton .candidatos .candidato .candidato__check input:checked ~ .checkmark::after {
  display: block;
}
.elecciones .tarjeton .candidatos .candidato .candidato__check .checkmark {
  position: absolute;
  box-sizing: content-box;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 0.5rem;
  border: 0.25rem solid var(--sys-outline);
}
.elecciones .tarjeton .candidatos .candidato .candidato__check .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--sys-on-primary);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.elecciones .tarjeton .candidatos .candidato:hover {
  box-shadow: var(--elevation-2);
  border: 0.25rem solid var(--sys-primary);
}
.elecciones .tarjeton .candidatos .candidato:has(input:checked) {
  box-shadow: var(--elevation-3);
  background-color: var(--sys-primary-container);
  color: var(--sys-on-primary-container);
  border: 0.25rem solid var(--sys-primary);
}
.elecciones .tarjeton .candidatos .candidato:has(input:checked) h2 {
  color: var(--sys-secondary);
}
.elecciones .tarjeton button {
  height: 6rem;
  font-size: 2.5rem;
  font-weight: normal;
}
.elecciones .tarjeton button svg {
  width: 4rem;
  height: 4rem;
}
.elecciones .tarjeton button:has(i[class^=icon-]) i {
  font-size: 2.5rem;
}

.elecciones:has(.tarjeton) .elecciones__header .header__title, .elecciones.verify .elecciones__header .header__title {
  text-align: center;
}
.elecciones:has(.tarjeton) .elecciones__header .header__title h1, .elecciones.verify .elecciones__header .header__title h1 {
  text-align: center;
  margin-top: 0;
}

.filter {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 2rem;
  background-color: var(--sys-container);
  color: var(--sys-on-color);
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 2rem;
  box-shadow: var(--elevation-1);
}
.filter .filter__option {
  display: grid;
  gap: 0.5rem;
}
.filter .filter__option label {
  width: 100%;
  margin: 0;
  padding: 0;
}
.filter .filter__option > div {
  display: flex;
  gap: 1rem;
}
.filter .filter__option select {
  width: 100%;
}

details.folder {
  margin-top: 2rem;
}
details.folder .folder__title {
  padding: 0 2rem;
  margin-bottom: -1rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 2rem;
  background-color: var(--sys-primary);
  border-radius: 1rem;
  border: 0.1rem solid transparent;
}
details.folder .folder__title > i {
  display: none;
}
details.folder .folder__title > h2 {
  color: var(--sys-on-primary);
  padding: 1rem 0;
  text-align: left;
  margin: 0;
  font-size: 2rem;
  font-weight: normal;
}
details.folder .folder__content {
  display: grid;
  gap: 0rem;
  margin: 0;
  border: 0.125rem solid var(--sys-container-higher);
  background-color: var(--sys-container);
  border-radius: 0 1rem 1rem 1rem;
  padding: 2rem;
}
details.folder .folder__content .subfolder .subfolder__title {
  padding: 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1rem;
}
details.folder .folder__content .subfolder .subfolder__title h2 {
  font-size: 2.25rem;
  padding: 1rem 0;
  color: var(--sys-on-background);
  text-align: left;
  margin: 0;
  font-weight: bold;
}
details.folder .folder__content .subfolder .subfolder__title i {
  font-size: 1.5rem !important;
  background-color: var(--sys-container-higher);
  border-radius: 1rem;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
}
details.folder .folder__content .subfolder .subfolder__content {
  display: grid;
  gap: 2rem;
  margin-top: 1rem;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 0.25rem solid var(--sys-container-lower);
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
  box-shadow: var(--elevation-1);
}
details.folder .folder__content .subfolder[open] {
  margin-bottom: 3rem;
}
details.folder .folder__content .subfolder[open] summary {
  border-bottom: 0.125rem solid var(--sys-container-higher);
  margin-bottom: 1rem;
}
details.folder .folder__content .subfolder button i {
  font-size: 2rem;
  font-weight: 100;
}
details.folder[open] .folder__title {
  width: max-content;
  padding: 0 2rem 1rem 2rem;
  border-radius: 1rem 1rem 0 0;
  transition: 0.2s all ease-in;
}
details.folder label {
  color: var(--sys-on-container);
}

.GrupoCamposGrid {
  display: grid;
  gap: 1rem;
  width: max-content;
  height: fit-content;
  border-width: 0.25rem;
  border-style: solid;
  border-color: var(--sys-tertiary);
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
  padding: 1rem;
  margin: 0.5rem 0;
  border-radius: 1rem;
  box-shadow: var(--elevation-2);
}
.GrupoCamposGrid label {
  float: none;
  color: var(--sys-on-tertiary-container);
}
.GrupoCamposGrid .flex {
  gap: 1rem;
  align-items: baseline;
}

.option--md {
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: center;
  width: 37.5rem;
  max-width: 300px;
  max-height: 12rem;
  border-radius: 1rem;
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
  border: 1px solid transparent;
  box-shadow: var(--elevation-1);
  overflow: hidden;
  text-decoration: none;
  transition: 0.1s all ease-out;
}
.option--md .option__icon {
  width: 8rem;
  height: 9rem;
  padding-left: 1rem;
}
.option--md .option__name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  word-break: break-word;
  margin: 1rem;
  font-size: 2.25rem;
  line-height: 3rem;
}
.option--md hr {
  align-self: flex-end;
  grid-column: 2 span;
  height: 0.75rem;
  width: 100%;
  background-color: var(--sys-secondary);
  border: none;
}
.option--md:hover {
  box-shadow: var(--elevation-2);
  transform: translate(-0.25rem, -0.25rem);
  transition: 0.2s all ease-in;
}
.option--md:hover .option__name {
  text-decoration: underline;
}
.option--md:hover hr {
  background-color: var(--sys-tertiary-fixed);
}

.option--mooc {
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: center;
  width: 37.5rem;
  max-width: 300px;
  height: 14rem;
  border-radius: 1rem;
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
  border: 1px solid transparent;
  box-shadow: var(--elevation-1);
  overflow: hidden;
  text-decoration: none;
  transition: 0.2s all ease-out;
}
.option--mooc:hover {
  box-shadow: var(--elevation-2);
  transform: translate(0.25rem, -0.25rem);
  transition: 0.3 all ease-in;
}
.option--mooc:hover .option__name {
  text-decoration: underline;
}
.option--mooc:hover hr {
  background-color: var(--sys-primary-hover);
}
.option--mooc:nth-child(even) hr {
  background-color: var(--sys-secondary);
}
.option--mooc:nth-child(even):hover hr {
  background-color: var(--sys-secondary-hover);
}
.option--mooc .option__icon {
  width: 8rem;
  height: 8rem;
  padding-left: 1.5rem;
}
.option--mooc .option__name {
  height: 13rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 2rem;
  word-break: break-word;
  vertical-align: text-top;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: auto;
}
.option--mooc .option__name h3 {
  line-height: 3rem;
}
.option--mooc hr {
  grid-column: 2 span;
  height: 1rem;
  width: 100%;
  background-color: var(--sys-primary);
  border: none;
}

.login {
  display: grid;
  gap: 3rem;
  padding: 2rem;
  margin: 1rem;
  background-color: var(--sys-container);
  color: var(--sys-on-container);
  box-shadow: var(--elevation-3);
  border-radius: 2rem;
}
.login .login__header h1 {
  color: var(--sys-on-container);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}
.login .login__header h1 span {
  color: var(--sys-primary);
  display: block;
  font-size: 3rem;
  font-weight: 800;
}
.login .login__body {
  display: grid;
  gap: 2rem;
}
.login .login__body .login__option {
  display: grid;
}
.login .login__body .login__option input {
  width: 100%;
}
.login .login__body .login__option input[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.login .login__body .login__option .or {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 1.5rem 0 1rem 0;
}
.login .login__body .login__option .or:before, .login .login__body .login__option .or:after {
  content: "";
  height: 0.125rem;
  flex-grow: 1;
  background-color: var(--sys-container-higher);
}
.login .login__body input[type=button] {
  height: 5rem;
}
.login .login__body a {
  text-decoration: underline;
  color: var(--sys-primary);
  cursor: pointer;
}
/* Mobile */
@media only screen and (max-width: 767px) {
  .login .login__body .login__option > div button {
    white-space: normal;
  }
}
/* Desktop */
@media only screen and (min-width: 1025px) {
  .login {
    width: 40%;
    margin: auto;
    padding: 4rem;
  }
}
body:has(.modal[style*="display: grid;"]) {
  overflow: hidden;
}

.modal {
  position: fixed;
  padding: 4rem;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.6px);
  overflow: auto;
  z-index: 2000;
  top: 0;
  left: 0;
}
.modal .modal__header {
  padding: 0 1.5rem;
  padding-top: 1.5rem;
}
.modal .modal__header .modal-close {
  all: unset;
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem 1rem 0 0;
  display: flex;
  gap: 0.5rem;
  color: var(--sys-on-container);
  justify-self: flex-end;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
}
.modal .modal__header .modal-close svg {
  padding: 0.5rem;
  border-radius: 3rem;
  width: 3rem;
  height: 3rem;
  fill: var(--sys-on-container);
  background-color: var(--sys-container-higher);
}
.modal .modal__header .modal-close:has(.icon-closed) i {
  font-size: 1rem;
  border-radius: 3rem;
  width: 3rem;
  height: 3rem;
  background-color: var(--sys-container-higher);
}
.modal .modal__header .modal__title {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 2.5rem;
}
.modal .modal__header .modal__title i.iWarning svg {
  fill: var(--sys-red);
  width: 4rem;
  height: 4rem;
}
.modal .modal__header .modal__title i.icon-warning {
  color: var(--sys-red);
  font-size: 3.5rem;
}
.modal .modal__header .modal__title p {
  font-weight: bold;
}
.modal .modal__body {
  padding: 0 1.5rem;
}
.modal .modal__footer {
  padding: 1.5rem;
}

.modal .div_bloque-confirmacion {
  position: relative;
  font-size: 2rem;
  display: grid;
  gap: 2rem;
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
  box-shadow: var(--elevation-5);
  border-radius: 2rem;
  padding: 2.5rem 1rem 1rem 1rem;
  max-width: 140rem;
  min-width: auto;
  overflow-y: auto;
  animation: animateTop 0.4s;
}
@keyframes animateTop {
  from {
    top: -30rem;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.modal .div_bloque-confirmacion a {
  color: var(--sys-primary);
  font-weight: bold;
  text-decoration: underline;
}
.modal .div_bloque-confirmacion p {
  margin: 0;
}
.modal .div_bloque-confirmacion .modal__footer {
  display: flex;
  gap: 2rem;
}
.modal .div_bloque-confirmacion .modal__footer button {
  width: 100%;
  height: 5rem;
}

.modal .div_bloque-welcome {
  position: relative;
  font-size: 2rem;
  display: grid;
  color: var(--sys-on-container);
  padding: 1rem;
  max-width: 140rem;
  min-width: auto;
  overflow-y: auto;
  animation: animateTop 0.4s;
  margin: auto;
}
@keyframes animateTop {
  from {
    top: -30rem;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.modal .div_bloque-welcome a {
  color: var(--sys-primary);
  font-weight: bold;
  text-decoration: underline;
}
.modal .div_bloque-welcome p {
  margin: 0;
}
.modal .div_bloque-welcome .modal__footer {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .modal {
    padding: 2rem;
  }
}
/* Desktop */
@media only screen and (min-width: 1025px) {
  .modal .div_bloque-confirmacion {
    width: 70rem;
  }
  .modal .div_bloque-welcome {
    width: 70%;
  }
}
.progress-bar {
  display: flex;
  height: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: var(--sys-container-higher);
  color: var(--sys-on-container);
  box-shadow: var(--elevation-1);
}
.progress-bar .progress {
  line-height: 1rem;
}

.spinner {
  display: block;
  border: 0.5rem solid var(--sys-container-higher);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border-left-color: var(--sys-primary);
  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.stages-project .stage {
  position: relative;
  margin: 0 1rem;
  padding: 1rem 0;
  filter: grayscale(1);
}
.stages-project .stage .accordion {
  border-radius: 1.2rem;
  margin: 0 0 0 3rem;
  padding: 0 2rem;
  border-width: 2px 2px 2px 1rem;
  border-style: solid;
  border-color: var(--sys-primary);
  background-color: var(--sys-secondary-container);
  color: var(--sys-on-secondary-container);
  box-shadow: var(--elevation-1);
  overflow: hidden;
}
.stages-project .stage .accordion .accordion-title {
  margin: 1rem 0;
}
.stages-project .stage .accordion .accordion-content {
  margin-top: 1rem;
  padding: 2rem 0;
  border-top: 1px solid var(--sys-on-secondary-container);
}
.stages-project .stage .accordion .accordion-content .item {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  padding: 1rem 0;
}
.stages-project .stage .accordion .accordion-content .item i {
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 0.5rem;
  border-radius: 1rem;
  background-color: var(--sys-container-lower);
  border: 0.125rem solid var(--sys-container-higher);
}
.stages-project .stage .accordion .accordion-content .item i.icon-check {
  color: var(--sys-green);
}
.stages-project .stage .accordion .accordion-content .item i.icon-clock {
  color: var(--sys-primary);
}
.stages-project .stage .accordion .accordion-content .item i.icon-closed, .stages-project .stage .accordion .accordion-content .item i.icon-restart {
  color: var(--sys-red);
}
.stages-project .stage .accordion .accordion-content .item .item-body {
  border-radius: 1.2rem;
  margin: 0;
  padding: 1rem;
  border: 0.125rem solid var(--sys-container-higher);
  background-color: var(--sys-container-lower);
  color: var(--sys-on-container);
  overflow: hidden;
}
.stages-project .stage .accordion .accordion-content .item .item-body .item-title {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 2rem !important;
  color: var(--sys-on-container);
  font-size: 2rem;
  margin: 0;
}
.stages-project .stage .accordion .accordion-content .item .item-body .item-title .item-state {
  display: block;
  font-weight: normal;
  margin: 0.25rem 0 0.25rem 2.5rem;
}
.stages-project .stage .accordion .accordion-content .item .item-body .item-title .item-state span {
  font-weight: bold;
  background-color: var(--sys-container-higher);
  color: var(--sys-on-container);
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
}
.stages-project .stage .accordion .accordion-content .item .item-body .item-content p, .stages-project .stage .accordion .accordion-content .item .item-body .item-content div {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.125px solid var(--sys-container-higher);
}
.stages-project .stage .accordion .accordion-content .item .item-body a {
  text-decoration: underline;
}
.stages-project .stage .accordion .accordion-content .item.cola .item-title .item-state span, .stages-project .stage .accordion .accordion-content .item.borrador .item-title .item-state span {
  background-color: var(--sys-container-higher);
  color: var(--sys-on-container);
}
.stages-project .stage .accordion .accordion-content .item.disponible .item-title .item-state span {
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
  border: 0.25rem solid var(--sys-tertiary);
}
.stages-project .stage .accordion .accordion-content .item.disponible .item-title .item-state span {
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
  border: 0.25rem solid var(--sys-tertiary);
}
.stages-project .stage .accordion .accordion-content .item.proceso .item-title .item-state span {
  background-color: var(--sys-orange-container);
  color: var(--sys-on-orange-container);
  border: 0.25rem solid var(--sys-orange);
}
.stages-project .stage .accordion .accordion-content .item.devuelta .item-title .item-state span, .stages-project .stage .accordion .accordion-content .item.descartada .item-title .item-state span {
  background-color: var(--sys-red-container);
  color: var(--sys-on-red-container);
  border: 0.25rem solid var(--sys-red);
}
.stages-project .stage .accordion .accordion-content .item.radicada .item-title .item-state span {
  background-color: var(--sys-primary-container);
  color: var(--sys-on-primary-container);
  border: 0.25rem solid var(--sys-primary);
}
.stages-project .stage .accordion .accordion-content .item.completo .item-title .item-state span {
  background-color: var(--sys-green-container);
  color: var(--sys-on-green-container);
  border: 0.25rem solid var(--sys-green);
}
.stages-project .stage .accordion svg {
  fill: var(--sys-on-secondary-container);
}
.stages-project .stage.available, .stages-project .stage.completed {
  filter: unset;
}
.stages-project .stage::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 100%;
  top: 2.5rem;
  background-color: var(--sys-container-higher);
}
.stages-project .stage::after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  top: 2.5rem;
  left: -1rem;
  background-color: var(--sys-tertiary);
}
.stages-project .stage.completed::before {
  background-color: var(--sys-tertiary);
}
.stages-project .stage:last-of-type::before {
  content: none;
}
.stages-project.stages-3 .stage:nth-child(1) .accordion {
  border-color: var(--sys-tertiary);
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
}
.stages-project.stages-3 .stage:nth-child(1) .accordion summary > svg {
  fill: var(--sys-on-tertiary-container);
}
.stages-project.stages-3 .stage:nth-child(1) .accordion .accordion-content {
  border-top-color: var(--sys-on-tertiary-container);
}
.stages-project.stages-3 .stage:nth-child(1).completed::before {
  background-color: var(--sys-tertiary);
}
.stages-project.stages-3 .stage:nth-child(1)::after {
  background-color: var(--sys-tertiary);
}
.stages-project.stages-3 .stage:nth-child(2).completed::before {
  background-color: var(--sys-primary);
}
.stages-project.stages-3 .stage:nth-child(2)::after {
  background-color: var(--sys-primary);
}
.stages-project.stages-3 .stage:nth-child(3) .accordion {
  border-color: var(--sys-green);
  background-color: var(--sys-green-container);
  color: var(--sys-on-green-container);
}
.stages-project.stages-3 .stage:nth-child(3) .accordion summary > svg {
  fill: var(--sys-on-green-container);
}
.stages-project.stages-3 .stage:nth-child(3) .accordion .accordion-content {
  border-top-color: var(--sys-on-green-container);
}
.stages-project.stages-3 .stage:nth-child(3).completed::before {
  background-color: var(--sys-green);
}
.stages-project.stages-3 .stage:nth-child(3)::after {
  background-color: var(--sys-green);
}

.tag--primary {
  background-color: var(--sys-primary-container);
  color: var(--sys-on-primary-container);
  border: 0.125rem solid var(--sys-primary);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.tag--primary svg {
  fill: var(--sys-on-primary-container);
}

.tag--secondary {
  background-color: var(--sys-secondary-container);
  color: var(--sys-on-secondary-container);
  border: 0.125rem solid var(--sys-secondary);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.tag--secondary svg {
  fill: var(--sys-on-secondary-container);
}

.tag--tertiary {
  background-color: var(--sys-tertiary-container);
  color: var(--sys-on-tertiary-container);
  border: 0.125rem solid var(--sys-tertiary);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.tag--tertiary svg {
  fill: var(--sys-on-tertiary-container);
}

.tag--orange {
  background-color: var(--sys-orange-container);
  color: var(--sys-on-orange-container);
  border: 0.125rem solid var(--sys-orange);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.tag--orange svg {
  fill: var(--sys-on-orange-container);
}

.tag--green {
  background-color: var(--sys-green-container);
  color: var(--sys-on-green-container);
  border: 0.125rem solid var(--sys-green);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.tag--green svg {
  fill: var(--sys-on-green-container);
}

.tag--red {
  background-color: var(--sys-red-container);
  color: var(--sys-on-red-container);
  border: 0.125rem solid var(--sys-red);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.tag--red svg {
  fill: var(--sys-on-red-container);
}

.tag--container {
  background-color: var(--sys-container-container);
  color: var(--sys-on-container-container);
  border: 0.125rem solid var(--sys-container);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.tag--container svg {
  fill: var(--sys-on-container-container);
}

.tag--container {
  background-color: var(--sys-container);
  color: var(--sys-on-container);
  border: 0.125rem solid var(--sys-container);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.tag--container svg {
  fill: var(--sys-on-container);
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .card--search {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .card--search > div {
    width: 100%;
  }
  .card--search select, .card--search input[type=text] {
    width: 100%;
  }
  .card--search button {
    margin-top: 0.5rem;
    width: auto;
    height: 4rem;
    padding: 0 1rem;
    font-size: 2rem;
  }
  .card--search button:before {
    content: "Consultar";
  }
  .card--verify .card__right .card__footer button {
    width: 100%;
  }
  .card-lg-primary .card__left {
    display: none;
  }
  .card-lg-primary .card__right {
    padding: 2rem;
  }
  .elecciones .propuestas {
    grid-template-columns: flex;
    direction: column;
  }
  .elecciones .propuestas .propuestas__contenido {
    padding: 2rem;
  }
  .elecciones .propuestas .propuestas__contenido h1 {
    margin-top: 0;
  }
  .elecciones .propuestas .propuestas__contenido .contenido__header .header__dates .dates__title {
    display: grid;
    text-align: center;
    gap: 0.5rem;
  }
  .elecciones .propuestas .propuestas__contenido .contenido__header .header__dates .dates .date b {
    font-size: 2rem;
  }
  .elecciones .propuestas .propuestas__contenido .contenido__header button, .elecciones .propuestas .propuestas__contenido .contenido__header a {
    width: 100%;
    padding: 1rem;
    height: unset;
  }
  .elecciones .propuestas .propuestas__contenido .candidatos {
    padding: 0;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  .elecciones .propuestas .propuestas__contenido .candidatos .candidato {
    height: 43rem;
  }
  .elecciones .propuestas .propuestas__contenido .candidatos .candidato .candidato__propuesta-qr {
    grid-template-columns: 70% 30%;
  }
  .elecciones .tarjeton .candidatos {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .elecciones .tarjeton .candidatos .candidato .candidato__check {
    width: unset !important;
  }
  .stages-project .stage .accordion {
    border-radius: 1.2rem;
    margin: 0 0 0 3rem;
    padding: 0 2rem;
    border-width: 2px 2px 2px 1rem;
    border-style: solid;
    border-color: var(--sys-primary);
    background-color: var(--sys-secondary-container);
    color: var(--sys-on-secondary-container);
    box-shadow: var(--elevation-1);
    overflow: hidden;
  }
  .stages-project .stage .accordion .accordion-content .item .item-body .item-title {
    display: grid;
  }
  .stages-project .stage .accordion .accordion-content .item .item-body .item-title .item-state {
    margin: 0;
  }
  .stages-project .stage .accordion svg {
    fill: var(--sys-on-secondary-container);
  }
}
/* Tablet e Imprimir */
@media only screen and (min-width: 768px) and (max-width: 1024px), print {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .card--search {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    padding-right: 0;
  }
  .card--search > div {
    width: 100%;
  }
  .card--search select, .card--search input[type=text] {
    width: 100%;
  }
  .card--search button {
    grid-column: 2 span;
    margin-top: 0.5rem;
    width: max-content;
    height: 4rem;
    padding: 0 1rem;
    font-size: 2rem;
  }
  .card--search button:before {
    content: "Consultar";
  }
  .elecciones .tarjeton .candidatos {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .elecciones .tarjeton .candidatos .candidato .candidato__check {
    width: unset !important;
  }
}
/* Desktop */
@media only screen and (min-width: 1025px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    padding: 2rem;
  }
  .card--search {
    width: 50%;
  }
  .card--lg {
    display: flex;
    flex-flow: row wrap;
  }
  .card--lg .card__left {
    width: 30%;
  }
  .card--lg .card__right {
    width: 70%;
    height: 30rem;
  }
  .card--lg .card__right .card__header > b {
    font-size: 2.25rem;
  }
  .card--lg .card__right .card__body {
    display: grid;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
    color: var(--sys-on-surface);
  }
  .card--lg .card__right .card__body a {
    margin: 0 auto 0 0;
    padding: 1rem 3rem;
  }
  .card--lg:hover {
    box-shadow: var(--elevation-3);
  }
  .card--verify {
    display: flex;
    flex-direction: row;
  }
  .card--verify .card__left {
    padding: 4rem;
  }
  .card--verify .card__left svg {
    width: 9rem;
    height: 9rem;
  }
  .card--verify .card__left i {
    font-size: 9rem;
  }
  .card--verify .card__right {
    flex-grow: 1;
    padding: 3rem 4rem 3.5rem 4rem;
    gap: 3rem;
  }
  .card--verify .card__right .card__header {
    margin-top: 0;
  }
  .card--verify .card__right .card__header b {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .card--verify .card__right .card__body {
    display: grid;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
    color: var(--sys-on-surface);
    font-size: 2.25rem;
  }
  .card-lg-primary .card__right .card__header > b {
    font-size: 2.25rem;
  }
  .card-lg-primary .card__right .card__body {
    display: grid;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
  }
  .card-lg-primary .card__right .card__body a {
    margin: 0 auto 0 0;
    padding: 1rem 3rem;
  }
  .table--details div[role=row] {
    grid-template-columns: 15% 1fr;
  }
  [tooltip]:hover .tooltip-text, [tooltip-right]:hover .tooltip-text {
    opacity: 1;
    transition: 0.2s ease-in-out;
  }
  .elecciones .elecciones__header button, .elecciones .elecciones__header a {
    height: 5rem;
    width: max-content;
    padding: 0 2rem;
  }
  .elecciones .propuestas .propuestas__banner {
    display: block;
    position: relative;
  }
  .elecciones .propuestas .propuestas__banner img {
    height: 75vh;
  }
  .elecciones .propuestas .propuestas__contenido .candidatos {
    grid-template-columns: 1fr 1fr;
  }
  .elecciones .propuestas .propuestas__contenido .candidatos .candidato .candidato__video {
    height: 30rem;
  }
  .elecciones .tarjeton .tarjeton__header h1 {
    font-size: 4rem;
  }
  .elecciones .tarjeton .tarjeton__header p {
    font-size: 2.25rem;
  }
  .elecciones .tarjeton .candidatos {
    padding: 4rem;
  }
  .elecciones.verify .elecciones__header .header__vote {
    display: grid;
    justify-items: center;
  }
  .elecciones:has(.tarjeton) .elecciones__header .header__dates, .elecciones.verify .elecciones__header .header__dates {
    text-align: center;
  }
  .elecciones:has(.tarjeton) .elecciones__header .header__dates .dates__title, .elecciones:has(.tarjeton) .elecciones__header .header__dates .dates, .elecciones.verify .elecciones__header .header__dates .dates__title, .elecciones.verify .elecciones__header .header__dates .dates {
    margin: auto;
  }
}
/* Alto Contraste Windows */
@media screen and (forced-colors: active) {
  .card--verify {
    forced-color-adjust: none;
  }
}
/* BACKGROUNDS */
.bg--primary {
  background-color: var(--sys-primary) !important;
  color: var(--sys-on-primary) !important;
}

.bg--on-primary {
  background-color: var(--sys-on-primary) !important;
  color: var(--sys-primary) !important;
}

.bg--secondary {
  background-color: var(--sys-secondary) !important;
  color: var(--sys-on-secondary) !important;
}

.bg--on-secondary {
  background-color: var(--sys-on-secondary) !important;
  color: var(--sys-secondary) !important;
}

.bg--tertiary {
  background-color: var(--sys-tertiary) !important;
  color: var(--sys-on-tertiary) !important;
}

.bg--on-tertiary {
  background-color: var(--sys-on-tertiary) !important;
  color: var(--sys-tertiary) !important;
}

.bg--orange {
  background-color: var(--sys-orange) !important;
  color: var(--sys-on-orange) !important;
}

.bg--on-orange {
  background-color: var(--sys-on-orange) !important;
  color: var(--sys-orange) !important;
}

.bg--green {
  background-color: var(--sys-green) !important;
  color: var(--sys-on-green) !important;
}

.bg--on-green {
  background-color: var(--sys-on-green) !important;
  color: var(--sys-green) !important;
}

.bg--red {
  background-color: var(--sys-red) !important;
  color: var(--sys-on-red) !important;
}

.bg--on-red {
  background-color: var(--sys-on-red) !important;
  color: var(--sys-red) !important;
}

.bg--container {
  background-color: var(--sys-container) !important;
  color: var(--sys-on-container) !important;
}

.bg--on-container {
  background-color: var(--sys-on-container) !important;
  color: var(--sys-container) !important;
}

.bg--container-lower {
  background-color: var(--sys-container-lower) !important;
  color: var(--sys-on-container) !important;
}

/* Alto Contraste Windows */
@media screen and (forced-colors: active) {
  [class^=bg--] {
    forced-color-adjust: none;
  }
}
/* BORDERS */
/* EFECTS */
/* FILTERS */
/* FLEXBOX & GRID */
.basis-0 {
  flex-basis: 0rem;
}

.basis-0per {
  flex-basis: 0%;
}

.basis-1 {
  flex-basis: 1rem;
}

.basis-1per {
  flex-basis: 1%;
}

.basis-2 {
  flex-basis: 2rem;
}

.basis-2per {
  flex-basis: 2%;
}

.basis-3 {
  flex-basis: 3rem;
}

.basis-3per {
  flex-basis: 3%;
}

.basis-4 {
  flex-basis: 4rem;
}

.basis-4per {
  flex-basis: 4%;
}

.basis-5 {
  flex-basis: 5rem;
}

.basis-5per {
  flex-basis: 5%;
}

.basis-6 {
  flex-basis: 6rem;
}

.basis-6per {
  flex-basis: 6%;
}

.basis-7 {
  flex-basis: 7rem;
}

.basis-7per {
  flex-basis: 7%;
}

.basis-8 {
  flex-basis: 8rem;
}

.basis-8per {
  flex-basis: 8%;
}

.basis-9 {
  flex-basis: 9rem;
}

.basis-9per {
  flex-basis: 9%;
}

.basis-10 {
  flex-basis: 10rem;
}

.basis-10per {
  flex-basis: 10%;
}

.basis-11 {
  flex-basis: 11rem;
}

.basis-11per {
  flex-basis: 11%;
}

.basis-12 {
  flex-basis: 12rem;
}

.basis-12per {
  flex-basis: 12%;
}

.basis-13 {
  flex-basis: 13rem;
}

.basis-13per {
  flex-basis: 13%;
}

.basis-14 {
  flex-basis: 14rem;
}

.basis-14per {
  flex-basis: 14%;
}

.basis-15 {
  flex-basis: 15rem;
}

.basis-15per {
  flex-basis: 15%;
}

.basis-20 {
  flex-basis: 20rem;
}

.basis-20per {
  flex-basis: 20%;
}

.basis-25 {
  flex-basis: 25rem;
}

.basis-25per {
  flex-basis: 25%;
}

.basis-30 {
  flex-basis: 30rem;
}

.basis-30per {
  flex-basis: 30%;
}

.basis-35 {
  flex-basis: 35rem;
}

.basis-35per {
  flex-basis: 35%;
}

.basis-40 {
  flex-basis: 40rem;
}

.basis-40per {
  flex-basis: 40%;
}

.basis-45 {
  flex-basis: 45rem;
}

.basis-45per {
  flex-basis: 45%;
}

.basis-50 {
  flex-basis: 50rem;
}

.basis-50per {
  flex-basis: 50%;
}

.basis-55 {
  flex-basis: 55rem;
}

.basis-55per {
  flex-basis: 55%;
}

.basis-60 {
  flex-basis: 60rem;
}

.basis-60per {
  flex-basis: 60%;
}

.basis-65 {
  flex-basis: 65rem;
}

.basis-65per {
  flex-basis: 65%;
}

.basis-70 {
  flex-basis: 70rem;
}

.basis-70per {
  flex-basis: 70%;
}

.basis-75 {
  flex-basis: 75rem;
}

.basis-75per {
  flex-basis: 75%;
}

.basis-80 {
  flex-basis: 80rem;
}

.basis-80per {
  flex-basis: 80%;
}

.basis-85 {
  flex-basis: 85rem;
}

.basis-85per {
  flex-basis: 85%;
}

.basis-90 {
  flex-basis: 90rem;
}

.basis-90per {
  flex-basis: 90%;
}

.basis-95 {
  flex-basis: 95rem;
}

.basis-95per {
  flex-basis: 95%;
}

.basis-100 {
  flex-basis: 100rem;
}

.basis-100per {
  flex-basis: 100%;
}

.basis-0\.125 {
  flex-basis: 0.125rem;
}

.basis-0\.25 {
  flex-basis: 0.25rem;
}

.basis-0\.5 {
  flex-basis: 0.5rem;
}

.basis-0\.75 {
  flex-basis: 0.75rem;
}

.basis-1\.25 {
  flex-basis: 1.25rem;
}

.basis-1\.5 {
  flex-basis: 1.5rem;
}

.basis-1\.75 {
  flex-basis: 1.75rem;
}

.basis-2\.25 {
  flex-basis: 2.25rem;
}

.basis-2\.5 {
  flex-basis: 2.5rem;
}

.basis-2\.75 {
  flex-basis: 2.75rem;
}

.basis-3\.25 {
  flex-basis: 3.25rem;
}

.basis-3\.5 {
  flex-basis: 3.5rem;
}

.basis-3\.75 {
  flex-basis: 3.75rem;
}

.basis-4\.25 {
  flex-basis: 4.25rem;
}

.basis-4\.5 {
  flex-basis: 4.5rem;
}

.basis-4\.75 {
  flex-basis: 4.75rem;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.wrap {
  flex-wrap: wrap;
}

.wrap-reverse {
  flex-wrap: wrap-reverse;
}

.nowrap {
  flex-wrap: nowrap;
}

.grow-0 {
  flex-grow: 0;
}

.grow-1 {
  flex-grow: 1;
}

.grow-2 {
  flex-grow: 2;
}

.grow-3 {
  flex-grow: 3;
}

.grow-4 {
  flex-grow: 4;
}

.grow-5 {
  flex-grow: 5;
}

.grow-6 {
  flex-grow: 6;
}

.grow-7 {
  flex-grow: 7;
}

.grow-8 {
  flex-grow: 8;
}

.grow-9 {
  flex-grow: 9;
}

.grow-10 {
  flex-grow: 10;
}

.grow-11 {
  flex-grow: 11;
}

.grow-12 {
  flex-grow: 12;
}

.shrink-0 {
  flex-shrink: 0;
}

.shrink-1 {
  flex-shrink: 1;
}

.shrink-2 {
  flex-shrink: 2;
}

.shrink-3 {
  flex-shrink: 3;
}

.shrink-4 {
  flex-shrink: 4;
}

.shrink-5 {
  flex-shrink: 5;
}

.shrink-6 {
  flex-shrink: 6;
}

.shrink-7 {
  flex-shrink: 7;
}

.shrink-8 {
  flex-shrink: 8;
}

.shrink-9 {
  flex-shrink: 9;
}

.shrink-10 {
  flex-shrink: 10;
}

.shrink-11 {
  flex-shrink: 11;
}

.shrink-12 {
  flex-shrink: 12;
}

.grid-cols-0 {
  grid-template-columns: repeat(0, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.grid-cols-subgrid {
  grid-template-columns: subgrid;
}

.gap-0 {
  gap: 0rem;
}

.gap-column-0 {
  column-gap: 0rem;
}

.gap-row-0 {
  row-gap: 0rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-column-1 {
  column-gap: 1rem;
}

.gap-row-1 {
  row-gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-column-2 {
  column-gap: 2rem;
}

.gap-row-2 {
  row-gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-column-3 {
  column-gap: 3rem;
}

.gap-row-3 {
  row-gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-column-4 {
  column-gap: 4rem;
}

.gap-row-4 {
  row-gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

.gap-column-5 {
  column-gap: 5rem;
}

.gap-row-5 {
  row-gap: 5rem;
}

.gap-6 {
  gap: 6rem;
}

.gap-column-6 {
  column-gap: 6rem;
}

.gap-row-6 {
  row-gap: 6rem;
}

.gap-7 {
  gap: 7rem;
}

.gap-column-7 {
  column-gap: 7rem;
}

.gap-row-7 {
  row-gap: 7rem;
}

.gap-8 {
  gap: 8rem;
}

.gap-column-8 {
  column-gap: 8rem;
}

.gap-row-8 {
  row-gap: 8rem;
}

.gap-9 {
  gap: 9rem;
}

.gap-column-9 {
  column-gap: 9rem;
}

.gap-row-9 {
  row-gap: 9rem;
}

.gap-10 {
  gap: 10rem;
}

.gap-column-10 {
  column-gap: 10rem;
}

.gap-row-10 {
  row-gap: 10rem;
}

.gap-11 {
  gap: 11rem;
}

.gap-column-11 {
  column-gap: 11rem;
}

.gap-row-11 {
  row-gap: 11rem;
}

.gap-12 {
  gap: 12rem;
}

.gap-column-12 {
  column-gap: 12rem;
}

.gap-row-12 {
  row-gap: 12rem;
}

.gap-13 {
  gap: 13rem;
}

.gap-column-13 {
  column-gap: 13rem;
}

.gap-row-13 {
  row-gap: 13rem;
}

.gap-14 {
  gap: 14rem;
}

.gap-column-14 {
  column-gap: 14rem;
}

.gap-row-14 {
  row-gap: 14rem;
}

.gap-15 {
  gap: 15rem;
}

.gap-column-15 {
  column-gap: 15rem;
}

.gap-row-15 {
  row-gap: 15rem;
}

.gap-20 {
  gap: 20rem;
}

.gap-column-20 {
  column-gap: 20rem;
}

.gap-row-20 {
  row-gap: 20rem;
}

.gap-25 {
  gap: 25rem;
}

.gap-column-25 {
  column-gap: 25rem;
}

.gap-row-25 {
  row-gap: 25rem;
}

.gap-30 {
  gap: 30rem;
}

.gap-column-30 {
  column-gap: 30rem;
}

.gap-row-30 {
  row-gap: 30rem;
}

.gap-35 {
  gap: 35rem;
}

.gap-column-35 {
  column-gap: 35rem;
}

.gap-row-35 {
  row-gap: 35rem;
}

.gap-40 {
  gap: 40rem;
}

.gap-column-40 {
  column-gap: 40rem;
}

.gap-row-40 {
  row-gap: 40rem;
}

.gap-45 {
  gap: 45rem;
}

.gap-column-45 {
  column-gap: 45rem;
}

.gap-row-45 {
  row-gap: 45rem;
}

.gap-50 {
  gap: 50rem;
}

.gap-column-50 {
  column-gap: 50rem;
}

.gap-row-50 {
  row-gap: 50rem;
}

.gap-55 {
  gap: 55rem;
}

.gap-column-55 {
  column-gap: 55rem;
}

.gap-row-55 {
  row-gap: 55rem;
}

.gap-60 {
  gap: 60rem;
}

.gap-column-60 {
  column-gap: 60rem;
}

.gap-row-60 {
  row-gap: 60rem;
}

.gap-65 {
  gap: 65rem;
}

.gap-column-65 {
  column-gap: 65rem;
}

.gap-row-65 {
  row-gap: 65rem;
}

.gap-70 {
  gap: 70rem;
}

.gap-column-70 {
  column-gap: 70rem;
}

.gap-row-70 {
  row-gap: 70rem;
}

.gap-75 {
  gap: 75rem;
}

.gap-column-75 {
  column-gap: 75rem;
}

.gap-row-75 {
  row-gap: 75rem;
}

.gap-80 {
  gap: 80rem;
}

.gap-column-80 {
  column-gap: 80rem;
}

.gap-row-80 {
  row-gap: 80rem;
}

.gap-85 {
  gap: 85rem;
}

.gap-column-85 {
  column-gap: 85rem;
}

.gap-row-85 {
  row-gap: 85rem;
}

.gap-90 {
  gap: 90rem;
}

.gap-column-90 {
  column-gap: 90rem;
}

.gap-row-90 {
  row-gap: 90rem;
}

.gap-95 {
  gap: 95rem;
}

.gap-column-95 {
  column-gap: 95rem;
}

.gap-row-95 {
  row-gap: 95rem;
}

.gap-100 {
  gap: 100rem;
}

.gap-column-100 {
  column-gap: 100rem;
}

.gap-row-100 {
  row-gap: 100rem;
}

.gap-0\.125 {
  gap: 0.125rem;
}

.gap-column-0\.125 {
  column-gap: 0.125rem;
}

.gap-row-0\.125 {
  row-gap: 0.125rem;
}

.gap-0\.25 {
  gap: 0.25rem;
}

.gap-column-0\.25 {
  column-gap: 0.25rem;
}

.gap-row-0\.25 {
  row-gap: 0.25rem;
}

.gap-0\.5 {
  gap: 0.5rem;
}

.gap-column-0\.5 {
  column-gap: 0.5rem;
}

.gap-row-0\.5 {
  row-gap: 0.5rem;
}

.gap-0\.75 {
  gap: 0.75rem;
}

.gap-column-0\.75 {
  column-gap: 0.75rem;
}

.gap-row-0\.75 {
  row-gap: 0.75rem;
}

.gap-1\.25 {
  gap: 1.25rem;
}

.gap-column-1\.25 {
  column-gap: 1.25rem;
}

.gap-row-1\.25 {
  row-gap: 1.25rem;
}

.gap-1\.5 {
  gap: 1.5rem;
}

.gap-column-1\.5 {
  column-gap: 1.5rem;
}

.gap-row-1\.5 {
  row-gap: 1.5rem;
}

.gap-1\.75 {
  gap: 1.75rem;
}

.gap-column-1\.75 {
  column-gap: 1.75rem;
}

.gap-row-1\.75 {
  row-gap: 1.75rem;
}

.gap-2\.25 {
  gap: 2.25rem;
}

.gap-column-2\.25 {
  column-gap: 2.25rem;
}

.gap-row-2\.25 {
  row-gap: 2.25rem;
}

.gap-2\.5 {
  gap: 2.5rem;
}

.gap-column-2\.5 {
  column-gap: 2.5rem;
}

.gap-row-2\.5 {
  row-gap: 2.5rem;
}

.gap-2\.75 {
  gap: 2.75rem;
}

.gap-column-2\.75 {
  column-gap: 2.75rem;
}

.gap-row-2\.75 {
  row-gap: 2.75rem;
}

.gap-3\.25 {
  gap: 3.25rem;
}

.gap-column-3\.25 {
  column-gap: 3.25rem;
}

.gap-row-3\.25 {
  row-gap: 3.25rem;
}

.gap-3\.5 {
  gap: 3.5rem;
}

.gap-column-3\.5 {
  column-gap: 3.5rem;
}

.gap-row-3\.5 {
  row-gap: 3.5rem;
}

.gap-3\.75 {
  gap: 3.75rem;
}

.gap-column-3\.75 {
  column-gap: 3.75rem;
}

.gap-row-3\.75 {
  row-gap: 3.75rem;
}

.gap-4\.25 {
  gap: 4.25rem;
}

.gap-column-4\.25 {
  column-gap: 4.25rem;
}

.gap-row-4\.25 {
  row-gap: 4.25rem;
}

.gap-4\.5 {
  gap: 4.5rem;
}

.gap-column-4\.5 {
  column-gap: 4.5rem;
}

.gap-row-4\.5 {
  row-gap: 4.5rem;
}

.gap-4\.75 {
  gap: 4.75rem;
}

.gap-column-4\.75 {
  column-gap: 4.75rem;
}

.gap-row-4\.75 {
  row-gap: 4.75rem;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

@media only screen and (max-width: 767px) {
  /* FLEXBOX & GRID */
  .sm\:basis-0 {
    flex-basis: 0rem;
  }
  .sm\:basis-0per {
    flex-basis: 0%;
  }
  .sm\:basis-1 {
    flex-basis: 1rem;
  }
  .sm\:basis-1per {
    flex-basis: 1%;
  }
  .sm\:basis-2 {
    flex-basis: 2rem;
  }
  .sm\:basis-2per {
    flex-basis: 2%;
  }
  .sm\:basis-3 {
    flex-basis: 3rem;
  }
  .sm\:basis-3per {
    flex-basis: 3%;
  }
  .sm\:basis-4 {
    flex-basis: 4rem;
  }
  .sm\:basis-4per {
    flex-basis: 4%;
  }
  .sm\:basis-5 {
    flex-basis: 5rem;
  }
  .sm\:basis-5per {
    flex-basis: 5%;
  }
  .sm\:basis-6 {
    flex-basis: 6rem;
  }
  .sm\:basis-6per {
    flex-basis: 6%;
  }
  .sm\:basis-7 {
    flex-basis: 7rem;
  }
  .sm\:basis-7per {
    flex-basis: 7%;
  }
  .sm\:basis-8 {
    flex-basis: 8rem;
  }
  .sm\:basis-8per {
    flex-basis: 8%;
  }
  .sm\:basis-9 {
    flex-basis: 9rem;
  }
  .sm\:basis-9per {
    flex-basis: 9%;
  }
  .sm\:basis-10 {
    flex-basis: 10rem;
  }
  .sm\:basis-10per {
    flex-basis: 10%;
  }
  .sm\:basis-11 {
    flex-basis: 11rem;
  }
  .sm\:basis-11per {
    flex-basis: 11%;
  }
  .sm\:basis-12 {
    flex-basis: 12rem;
  }
  .sm\:basis-12per {
    flex-basis: 12%;
  }
  .sm\:basis-13 {
    flex-basis: 13rem;
  }
  .sm\:basis-13per {
    flex-basis: 13%;
  }
  .sm\:basis-14 {
    flex-basis: 14rem;
  }
  .sm\:basis-14per {
    flex-basis: 14%;
  }
  .sm\:basis-15 {
    flex-basis: 15rem;
  }
  .sm\:basis-15per {
    flex-basis: 15%;
  }
  .sm\:basis-20 {
    flex-basis: 20rem;
  }
  .sm\:basis-20per {
    flex-basis: 20%;
  }
  .sm\:basis-25 {
    flex-basis: 25rem;
  }
  .sm\:basis-25per {
    flex-basis: 25%;
  }
  .sm\:basis-30 {
    flex-basis: 30rem;
  }
  .sm\:basis-30per {
    flex-basis: 30%;
  }
  .sm\:basis-35 {
    flex-basis: 35rem;
  }
  .sm\:basis-35per {
    flex-basis: 35%;
  }
  .sm\:basis-40 {
    flex-basis: 40rem;
  }
  .sm\:basis-40per {
    flex-basis: 40%;
  }
  .sm\:basis-45 {
    flex-basis: 45rem;
  }
  .sm\:basis-45per {
    flex-basis: 45%;
  }
  .sm\:basis-50 {
    flex-basis: 50rem;
  }
  .sm\:basis-50per {
    flex-basis: 50%;
  }
  .sm\:basis-55 {
    flex-basis: 55rem;
  }
  .sm\:basis-55per {
    flex-basis: 55%;
  }
  .sm\:basis-60 {
    flex-basis: 60rem;
  }
  .sm\:basis-60per {
    flex-basis: 60%;
  }
  .sm\:basis-65 {
    flex-basis: 65rem;
  }
  .sm\:basis-65per {
    flex-basis: 65%;
  }
  .sm\:basis-70 {
    flex-basis: 70rem;
  }
  .sm\:basis-70per {
    flex-basis: 70%;
  }
  .sm\:basis-75 {
    flex-basis: 75rem;
  }
  .sm\:basis-75per {
    flex-basis: 75%;
  }
  .sm\:basis-80 {
    flex-basis: 80rem;
  }
  .sm\:basis-80per {
    flex-basis: 80%;
  }
  .sm\:basis-85 {
    flex-basis: 85rem;
  }
  .sm\:basis-85per {
    flex-basis: 85%;
  }
  .sm\:basis-90 {
    flex-basis: 90rem;
  }
  .sm\:basis-90per {
    flex-basis: 90%;
  }
  .sm\:basis-95 {
    flex-basis: 95rem;
  }
  .sm\:basis-95per {
    flex-basis: 95%;
  }
  .sm\:basis-100 {
    flex-basis: 100rem;
  }
  .sm\:basis-100per {
    flex-basis: 100%;
  }
  .sm\:basis-0\.125 {
    flex-basis: 0.125rem;
  }
  .sm\:basis-0\.25 {
    flex-basis: 0.25rem;
  }
  .sm\:basis-0\.5 {
    flex-basis: 0.5rem;
  }
  .sm\:basis-0\.75 {
    flex-basis: 0.75rem;
  }
  .sm\:basis-1\.25 {
    flex-basis: 1.25rem;
  }
  .sm\:basis-1\.5 {
    flex-basis: 1.5rem;
  }
  .sm\:basis-1\.75 {
    flex-basis: 1.75rem;
  }
  .sm\:basis-2\.25 {
    flex-basis: 2.25rem;
  }
  .sm\:basis-2\.5 {
    flex-basis: 2.5rem;
  }
  .sm\:basis-2\.75 {
    flex-basis: 2.75rem;
  }
  .sm\:basis-3\.25 {
    flex-basis: 3.25rem;
  }
  .sm\:basis-3\.5 {
    flex-basis: 3.5rem;
  }
  .sm\:basis-3\.75 {
    flex-basis: 3.75rem;
  }
  .sm\:basis-4\.25 {
    flex-basis: 4.25rem;
  }
  .sm\:basis-4\.5 {
    flex-basis: 4.5rem;
  }
  .sm\:basis-4\.75 {
    flex-basis: 4.75rem;
  }
  .sm\:flex-column {
    flex-direction: column;
  }
  .sm\:flex-column-reverse {
    flex-direction: column-reverse;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .sm\:wrap {
    flex-wrap: wrap;
  }
  .sm\:wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .sm\:nowrap {
    flex-wrap: nowrap;
  }
  .sm\:grow-0 {
    flex-grow: 0;
  }
  .sm\:grow-1 {
    flex-grow: 1;
  }
  .sm\:grow-2 {
    flex-grow: 2;
  }
  .sm\:grow-3 {
    flex-grow: 3;
  }
  .sm\:grow-4 {
    flex-grow: 4;
  }
  .sm\:grow-5 {
    flex-grow: 5;
  }
  .sm\:grow-6 {
    flex-grow: 6;
  }
  .sm\:grow-7 {
    flex-grow: 7;
  }
  .sm\:grow-8 {
    flex-grow: 8;
  }
  .sm\:grow-9 {
    flex-grow: 9;
  }
  .sm\:grow-10 {
    flex-grow: 10;
  }
  .sm\:grow-11 {
    flex-grow: 11;
  }
  .sm\:grow-12 {
    flex-grow: 12;
  }
  .sm\:shrink-0 {
    flex-shrink: 0;
  }
  .sm\:shrink-1 {
    flex-shrink: 1;
  }
  .sm\:shrink-2 {
    flex-shrink: 2;
  }
  .sm\:shrink-3 {
    flex-shrink: 3;
  }
  .sm\:shrink-4 {
    flex-shrink: 4;
  }
  .sm\:shrink-5 {
    flex-shrink: 5;
  }
  .sm\:shrink-6 {
    flex-shrink: 6;
  }
  .sm\:shrink-7 {
    flex-shrink: 7;
  }
  .sm\:shrink-8 {
    flex-shrink: 8;
  }
  .sm\:shrink-9 {
    flex-shrink: 9;
  }
  .sm\:shrink-10 {
    flex-shrink: 10;
  }
  .sm\:shrink-11 {
    flex-shrink: 11;
  }
  .sm\:shrink-12 {
    flex-shrink: 12;
  }
  .sm\:grid-cols-0 {
    grid-template-columns: repeat(0, minmax(0, 1fr));
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:grid-cols-none {
    grid-template-columns: none;
  }
  .sm\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
  .sm\:gap-0 {
    gap: 0rem;
  }
  .sm\:gap-column-0 {
    column-gap: 0rem;
  }
  .sm\:gap-row-0 {
    row-gap: 0rem;
  }
  .sm\:gap-1 {
    gap: 1rem;
  }
  .sm\:gap-column-1 {
    column-gap: 1rem;
  }
  .sm\:gap-row-1 {
    row-gap: 1rem;
  }
  .sm\:gap-2 {
    gap: 2rem;
  }
  .sm\:gap-column-2 {
    column-gap: 2rem;
  }
  .sm\:gap-row-2 {
    row-gap: 2rem;
  }
  .sm\:gap-3 {
    gap: 3rem;
  }
  .sm\:gap-column-3 {
    column-gap: 3rem;
  }
  .sm\:gap-row-3 {
    row-gap: 3rem;
  }
  .sm\:gap-4 {
    gap: 4rem;
  }
  .sm\:gap-column-4 {
    column-gap: 4rem;
  }
  .sm\:gap-row-4 {
    row-gap: 4rem;
  }
  .sm\:gap-5 {
    gap: 5rem;
  }
  .sm\:gap-column-5 {
    column-gap: 5rem;
  }
  .sm\:gap-row-5 {
    row-gap: 5rem;
  }
  .sm\:gap-6 {
    gap: 6rem;
  }
  .sm\:gap-column-6 {
    column-gap: 6rem;
  }
  .sm\:gap-row-6 {
    row-gap: 6rem;
  }
  .sm\:gap-7 {
    gap: 7rem;
  }
  .sm\:gap-column-7 {
    column-gap: 7rem;
  }
  .sm\:gap-row-7 {
    row-gap: 7rem;
  }
  .sm\:gap-8 {
    gap: 8rem;
  }
  .sm\:gap-column-8 {
    column-gap: 8rem;
  }
  .sm\:gap-row-8 {
    row-gap: 8rem;
  }
  .sm\:gap-9 {
    gap: 9rem;
  }
  .sm\:gap-column-9 {
    column-gap: 9rem;
  }
  .sm\:gap-row-9 {
    row-gap: 9rem;
  }
  .sm\:gap-10 {
    gap: 10rem;
  }
  .sm\:gap-column-10 {
    column-gap: 10rem;
  }
  .sm\:gap-row-10 {
    row-gap: 10rem;
  }
  .sm\:gap-11 {
    gap: 11rem;
  }
  .sm\:gap-column-11 {
    column-gap: 11rem;
  }
  .sm\:gap-row-11 {
    row-gap: 11rem;
  }
  .sm\:gap-12 {
    gap: 12rem;
  }
  .sm\:gap-column-12 {
    column-gap: 12rem;
  }
  .sm\:gap-row-12 {
    row-gap: 12rem;
  }
  .sm\:gap-13 {
    gap: 13rem;
  }
  .sm\:gap-column-13 {
    column-gap: 13rem;
  }
  .sm\:gap-row-13 {
    row-gap: 13rem;
  }
  .sm\:gap-14 {
    gap: 14rem;
  }
  .sm\:gap-column-14 {
    column-gap: 14rem;
  }
  .sm\:gap-row-14 {
    row-gap: 14rem;
  }
  .sm\:gap-15 {
    gap: 15rem;
  }
  .sm\:gap-column-15 {
    column-gap: 15rem;
  }
  .sm\:gap-row-15 {
    row-gap: 15rem;
  }
  .sm\:gap-20 {
    gap: 20rem;
  }
  .sm\:gap-column-20 {
    column-gap: 20rem;
  }
  .sm\:gap-row-20 {
    row-gap: 20rem;
  }
  .sm\:gap-25 {
    gap: 25rem;
  }
  .sm\:gap-column-25 {
    column-gap: 25rem;
  }
  .sm\:gap-row-25 {
    row-gap: 25rem;
  }
  .sm\:gap-30 {
    gap: 30rem;
  }
  .sm\:gap-column-30 {
    column-gap: 30rem;
  }
  .sm\:gap-row-30 {
    row-gap: 30rem;
  }
  .sm\:gap-35 {
    gap: 35rem;
  }
  .sm\:gap-column-35 {
    column-gap: 35rem;
  }
  .sm\:gap-row-35 {
    row-gap: 35rem;
  }
  .sm\:gap-40 {
    gap: 40rem;
  }
  .sm\:gap-column-40 {
    column-gap: 40rem;
  }
  .sm\:gap-row-40 {
    row-gap: 40rem;
  }
  .sm\:gap-45 {
    gap: 45rem;
  }
  .sm\:gap-column-45 {
    column-gap: 45rem;
  }
  .sm\:gap-row-45 {
    row-gap: 45rem;
  }
  .sm\:gap-50 {
    gap: 50rem;
  }
  .sm\:gap-column-50 {
    column-gap: 50rem;
  }
  .sm\:gap-row-50 {
    row-gap: 50rem;
  }
  .sm\:gap-55 {
    gap: 55rem;
  }
  .sm\:gap-column-55 {
    column-gap: 55rem;
  }
  .sm\:gap-row-55 {
    row-gap: 55rem;
  }
  .sm\:gap-60 {
    gap: 60rem;
  }
  .sm\:gap-column-60 {
    column-gap: 60rem;
  }
  .sm\:gap-row-60 {
    row-gap: 60rem;
  }
  .sm\:gap-65 {
    gap: 65rem;
  }
  .sm\:gap-column-65 {
    column-gap: 65rem;
  }
  .sm\:gap-row-65 {
    row-gap: 65rem;
  }
  .sm\:gap-70 {
    gap: 70rem;
  }
  .sm\:gap-column-70 {
    column-gap: 70rem;
  }
  .sm\:gap-row-70 {
    row-gap: 70rem;
  }
  .sm\:gap-75 {
    gap: 75rem;
  }
  .sm\:gap-column-75 {
    column-gap: 75rem;
  }
  .sm\:gap-row-75 {
    row-gap: 75rem;
  }
  .sm\:gap-80 {
    gap: 80rem;
  }
  .sm\:gap-column-80 {
    column-gap: 80rem;
  }
  .sm\:gap-row-80 {
    row-gap: 80rem;
  }
  .sm\:gap-85 {
    gap: 85rem;
  }
  .sm\:gap-column-85 {
    column-gap: 85rem;
  }
  .sm\:gap-row-85 {
    row-gap: 85rem;
  }
  .sm\:gap-90 {
    gap: 90rem;
  }
  .sm\:gap-column-90 {
    column-gap: 90rem;
  }
  .sm\:gap-row-90 {
    row-gap: 90rem;
  }
  .sm\:gap-95 {
    gap: 95rem;
  }
  .sm\:gap-column-95 {
    column-gap: 95rem;
  }
  .sm\:gap-row-95 {
    row-gap: 95rem;
  }
  .sm\:gap-100 {
    gap: 100rem;
  }
  .sm\:gap-column-100 {
    column-gap: 100rem;
  }
  .sm\:gap-row-100 {
    row-gap: 100rem;
  }
  .sm\:gap-0\.125 {
    gap: 0.125rem;
  }
  .sm\:gap-column-0\.125 {
    column-gap: 0.125rem;
  }
  .sm\:gap-row-0\.125 {
    row-gap: 0.125rem;
  }
  .sm\:gap-0\.25 {
    gap: 0.25rem;
  }
  .sm\:gap-column-0\.25 {
    column-gap: 0.25rem;
  }
  .sm\:gap-row-0\.25 {
    row-gap: 0.25rem;
  }
  .sm\:gap-0\.5 {
    gap: 0.5rem;
  }
  .sm\:gap-column-0\.5 {
    column-gap: 0.5rem;
  }
  .sm\:gap-row-0\.5 {
    row-gap: 0.5rem;
  }
  .sm\:gap-0\.75 {
    gap: 0.75rem;
  }
  .sm\:gap-column-0\.75 {
    column-gap: 0.75rem;
  }
  .sm\:gap-row-0\.75 {
    row-gap: 0.75rem;
  }
  .sm\:gap-1\.25 {
    gap: 1.25rem;
  }
  .sm\:gap-column-1\.25 {
    column-gap: 1.25rem;
  }
  .sm\:gap-row-1\.25 {
    row-gap: 1.25rem;
  }
  .sm\:gap-1\.5 {
    gap: 1.5rem;
  }
  .sm\:gap-column-1\.5 {
    column-gap: 1.5rem;
  }
  .sm\:gap-row-1\.5 {
    row-gap: 1.5rem;
  }
  .sm\:gap-1\.75 {
    gap: 1.75rem;
  }
  .sm\:gap-column-1\.75 {
    column-gap: 1.75rem;
  }
  .sm\:gap-row-1\.75 {
    row-gap: 1.75rem;
  }
  .sm\:gap-2\.25 {
    gap: 2.25rem;
  }
  .sm\:gap-column-2\.25 {
    column-gap: 2.25rem;
  }
  .sm\:gap-row-2\.25 {
    row-gap: 2.25rem;
  }
  .sm\:gap-2\.5 {
    gap: 2.5rem;
  }
  .sm\:gap-column-2\.5 {
    column-gap: 2.5rem;
  }
  .sm\:gap-row-2\.5 {
    row-gap: 2.5rem;
  }
  .sm\:gap-2\.75 {
    gap: 2.75rem;
  }
  .sm\:gap-column-2\.75 {
    column-gap: 2.75rem;
  }
  .sm\:gap-row-2\.75 {
    row-gap: 2.75rem;
  }
  .sm\:gap-3\.25 {
    gap: 3.25rem;
  }
  .sm\:gap-column-3\.25 {
    column-gap: 3.25rem;
  }
  .sm\:gap-row-3\.25 {
    row-gap: 3.25rem;
  }
  .sm\:gap-3\.5 {
    gap: 3.5rem;
  }
  .sm\:gap-column-3\.5 {
    column-gap: 3.5rem;
  }
  .sm\:gap-row-3\.5 {
    row-gap: 3.5rem;
  }
  .sm\:gap-3\.75 {
    gap: 3.75rem;
  }
  .sm\:gap-column-3\.75 {
    column-gap: 3.75rem;
  }
  .sm\:gap-row-3\.75 {
    row-gap: 3.75rem;
  }
  .sm\:gap-4\.25 {
    gap: 4.25rem;
  }
  .sm\:gap-column-4\.25 {
    column-gap: 4.25rem;
  }
  .sm\:gap-row-4\.25 {
    row-gap: 4.25rem;
  }
  .sm\:gap-4\.5 {
    gap: 4.5rem;
  }
  .sm\:gap-column-4\.5 {
    column-gap: 4.5rem;
  }
  .sm\:gap-row-4\.5 {
    row-gap: 4.5rem;
  }
  .sm\:gap-4\.75 {
    gap: 4.75rem;
  }
  .sm\:gap-column-4\.75 {
    column-gap: 4.75rem;
  }
  .sm\:gap-row-4\.75 {
    row-gap: 4.75rem;
  }
  .sm\:order-0 {
    order: 0;
  }
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
  .sm\:order-4 {
    order: 4;
  }
  .sm\:order-5 {
    order: 5;
  }
  .sm\:order-6 {
    order: 6;
  }
  .sm\:order-7 {
    order: 7;
  }
  .sm\:order-8 {
    order: 8;
  }
  .sm\:order-9 {
    order: 9;
  }
  .sm\:order-10 {
    order: 10;
  }
  .sm\:order-11 {
    order: 11;
  }
  .sm\:order-12 {
    order: 12;
  }
  .sm\:order-first {
    order: -9999;
  }
  .sm\:order-last {
    order: 9999;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* FLEXBOX & GRID */
  .md\:basis-0 {
    flex-basis: 0rem;
  }
  .md\:basis-0per {
    flex-basis: 0%;
  }
  .md\:basis-1 {
    flex-basis: 1rem;
  }
  .md\:basis-1per {
    flex-basis: 1%;
  }
  .md\:basis-2 {
    flex-basis: 2rem;
  }
  .md\:basis-2per {
    flex-basis: 2%;
  }
  .md\:basis-3 {
    flex-basis: 3rem;
  }
  .md\:basis-3per {
    flex-basis: 3%;
  }
  .md\:basis-4 {
    flex-basis: 4rem;
  }
  .md\:basis-4per {
    flex-basis: 4%;
  }
  .md\:basis-5 {
    flex-basis: 5rem;
  }
  .md\:basis-5per {
    flex-basis: 5%;
  }
  .md\:basis-6 {
    flex-basis: 6rem;
  }
  .md\:basis-6per {
    flex-basis: 6%;
  }
  .md\:basis-7 {
    flex-basis: 7rem;
  }
  .md\:basis-7per {
    flex-basis: 7%;
  }
  .md\:basis-8 {
    flex-basis: 8rem;
  }
  .md\:basis-8per {
    flex-basis: 8%;
  }
  .md\:basis-9 {
    flex-basis: 9rem;
  }
  .md\:basis-9per {
    flex-basis: 9%;
  }
  .md\:basis-10 {
    flex-basis: 10rem;
  }
  .md\:basis-10per {
    flex-basis: 10%;
  }
  .md\:basis-11 {
    flex-basis: 11rem;
  }
  .md\:basis-11per {
    flex-basis: 11%;
  }
  .md\:basis-12 {
    flex-basis: 12rem;
  }
  .md\:basis-12per {
    flex-basis: 12%;
  }
  .md\:basis-13 {
    flex-basis: 13rem;
  }
  .md\:basis-13per {
    flex-basis: 13%;
  }
  .md\:basis-14 {
    flex-basis: 14rem;
  }
  .md\:basis-14per {
    flex-basis: 14%;
  }
  .md\:basis-15 {
    flex-basis: 15rem;
  }
  .md\:basis-15per {
    flex-basis: 15%;
  }
  .md\:basis-20 {
    flex-basis: 20rem;
  }
  .md\:basis-20per {
    flex-basis: 20%;
  }
  .md\:basis-25 {
    flex-basis: 25rem;
  }
  .md\:basis-25per {
    flex-basis: 25%;
  }
  .md\:basis-30 {
    flex-basis: 30rem;
  }
  .md\:basis-30per {
    flex-basis: 30%;
  }
  .md\:basis-35 {
    flex-basis: 35rem;
  }
  .md\:basis-35per {
    flex-basis: 35%;
  }
  .md\:basis-40 {
    flex-basis: 40rem;
  }
  .md\:basis-40per {
    flex-basis: 40%;
  }
  .md\:basis-45 {
    flex-basis: 45rem;
  }
  .md\:basis-45per {
    flex-basis: 45%;
  }
  .md\:basis-50 {
    flex-basis: 50rem;
  }
  .md\:basis-50per {
    flex-basis: 50%;
  }
  .md\:basis-55 {
    flex-basis: 55rem;
  }
  .md\:basis-55per {
    flex-basis: 55%;
  }
  .md\:basis-60 {
    flex-basis: 60rem;
  }
  .md\:basis-60per {
    flex-basis: 60%;
  }
  .md\:basis-65 {
    flex-basis: 65rem;
  }
  .md\:basis-65per {
    flex-basis: 65%;
  }
  .md\:basis-70 {
    flex-basis: 70rem;
  }
  .md\:basis-70per {
    flex-basis: 70%;
  }
  .md\:basis-75 {
    flex-basis: 75rem;
  }
  .md\:basis-75per {
    flex-basis: 75%;
  }
  .md\:basis-80 {
    flex-basis: 80rem;
  }
  .md\:basis-80per {
    flex-basis: 80%;
  }
  .md\:basis-85 {
    flex-basis: 85rem;
  }
  .md\:basis-85per {
    flex-basis: 85%;
  }
  .md\:basis-90 {
    flex-basis: 90rem;
  }
  .md\:basis-90per {
    flex-basis: 90%;
  }
  .md\:basis-95 {
    flex-basis: 95rem;
  }
  .md\:basis-95per {
    flex-basis: 95%;
  }
  .md\:basis-100 {
    flex-basis: 100rem;
  }
  .md\:basis-100per {
    flex-basis: 100%;
  }
  .md\:basis-0\.125 {
    flex-basis: 0.125rem;
  }
  .md\:basis-0\.25 {
    flex-basis: 0.25rem;
  }
  .md\:basis-0\.5 {
    flex-basis: 0.5rem;
  }
  .md\:basis-0\.75 {
    flex-basis: 0.75rem;
  }
  .md\:basis-1\.25 {
    flex-basis: 1.25rem;
  }
  .md\:basis-1\.5 {
    flex-basis: 1.5rem;
  }
  .md\:basis-1\.75 {
    flex-basis: 1.75rem;
  }
  .md\:basis-2\.25 {
    flex-basis: 2.25rem;
  }
  .md\:basis-2\.5 {
    flex-basis: 2.5rem;
  }
  .md\:basis-2\.75 {
    flex-basis: 2.75rem;
  }
  .md\:basis-3\.25 {
    flex-basis: 3.25rem;
  }
  .md\:basis-3\.5 {
    flex-basis: 3.5rem;
  }
  .md\:basis-3\.75 {
    flex-basis: 3.75rem;
  }
  .md\:basis-4\.25 {
    flex-basis: 4.25rem;
  }
  .md\:basis-4\.5 {
    flex-basis: 4.5rem;
  }
  .md\:basis-4\.75 {
    flex-basis: 4.75rem;
  }
  .md\:flex-column {
    flex-direction: column;
  }
  .md\:flex-column-reverse {
    flex-direction: column-reverse;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:wrap {
    flex-wrap: wrap;
  }
  .md\:wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .md\:nowrap {
    flex-wrap: nowrap;
  }
  .md\:grow-0 {
    flex-grow: 0;
  }
  .md\:grow-1 {
    flex-grow: 1;
  }
  .md\:grow-2 {
    flex-grow: 2;
  }
  .md\:grow-3 {
    flex-grow: 3;
  }
  .md\:grow-4 {
    flex-grow: 4;
  }
  .md\:grow-5 {
    flex-grow: 5;
  }
  .md\:grow-6 {
    flex-grow: 6;
  }
  .md\:grow-7 {
    flex-grow: 7;
  }
  .md\:grow-8 {
    flex-grow: 8;
  }
  .md\:grow-9 {
    flex-grow: 9;
  }
  .md\:grow-10 {
    flex-grow: 10;
  }
  .md\:grow-11 {
    flex-grow: 11;
  }
  .md\:grow-12 {
    flex-grow: 12;
  }
  .md\:shrink-0 {
    flex-shrink: 0;
  }
  .md\:shrink-1 {
    flex-shrink: 1;
  }
  .md\:shrink-2 {
    flex-shrink: 2;
  }
  .md\:shrink-3 {
    flex-shrink: 3;
  }
  .md\:shrink-4 {
    flex-shrink: 4;
  }
  .md\:shrink-5 {
    flex-shrink: 5;
  }
  .md\:shrink-6 {
    flex-shrink: 6;
  }
  .md\:shrink-7 {
    flex-shrink: 7;
  }
  .md\:shrink-8 {
    flex-shrink: 8;
  }
  .md\:shrink-9 {
    flex-shrink: 9;
  }
  .md\:shrink-10 {
    flex-shrink: 10;
  }
  .md\:shrink-11 {
    flex-shrink: 11;
  }
  .md\:shrink-12 {
    flex-shrink: 12;
  }
  .md\:grid-cols-0 {
    grid-template-columns: repeat(0, minmax(0, 1fr));
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-none {
    grid-template-columns: none;
  }
  .md\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
  .md\:gap-0 {
    gap: 0rem;
  }
  .md\:gap-column-0 {
    column-gap: 0rem;
  }
  .md\:gap-row-0 {
    row-gap: 0rem;
  }
  .md\:gap-1 {
    gap: 1rem;
  }
  .md\:gap-column-1 {
    column-gap: 1rem;
  }
  .md\:gap-row-1 {
    row-gap: 1rem;
  }
  .md\:gap-2 {
    gap: 2rem;
  }
  .md\:gap-column-2 {
    column-gap: 2rem;
  }
  .md\:gap-row-2 {
    row-gap: 2rem;
  }
  .md\:gap-3 {
    gap: 3rem;
  }
  .md\:gap-column-3 {
    column-gap: 3rem;
  }
  .md\:gap-row-3 {
    row-gap: 3rem;
  }
  .md\:gap-4 {
    gap: 4rem;
  }
  .md\:gap-column-4 {
    column-gap: 4rem;
  }
  .md\:gap-row-4 {
    row-gap: 4rem;
  }
  .md\:gap-5 {
    gap: 5rem;
  }
  .md\:gap-column-5 {
    column-gap: 5rem;
  }
  .md\:gap-row-5 {
    row-gap: 5rem;
  }
  .md\:gap-6 {
    gap: 6rem;
  }
  .md\:gap-column-6 {
    column-gap: 6rem;
  }
  .md\:gap-row-6 {
    row-gap: 6rem;
  }
  .md\:gap-7 {
    gap: 7rem;
  }
  .md\:gap-column-7 {
    column-gap: 7rem;
  }
  .md\:gap-row-7 {
    row-gap: 7rem;
  }
  .md\:gap-8 {
    gap: 8rem;
  }
  .md\:gap-column-8 {
    column-gap: 8rem;
  }
  .md\:gap-row-8 {
    row-gap: 8rem;
  }
  .md\:gap-9 {
    gap: 9rem;
  }
  .md\:gap-column-9 {
    column-gap: 9rem;
  }
  .md\:gap-row-9 {
    row-gap: 9rem;
  }
  .md\:gap-10 {
    gap: 10rem;
  }
  .md\:gap-column-10 {
    column-gap: 10rem;
  }
  .md\:gap-row-10 {
    row-gap: 10rem;
  }
  .md\:gap-11 {
    gap: 11rem;
  }
  .md\:gap-column-11 {
    column-gap: 11rem;
  }
  .md\:gap-row-11 {
    row-gap: 11rem;
  }
  .md\:gap-12 {
    gap: 12rem;
  }
  .md\:gap-column-12 {
    column-gap: 12rem;
  }
  .md\:gap-row-12 {
    row-gap: 12rem;
  }
  .md\:gap-13 {
    gap: 13rem;
  }
  .md\:gap-column-13 {
    column-gap: 13rem;
  }
  .md\:gap-row-13 {
    row-gap: 13rem;
  }
  .md\:gap-14 {
    gap: 14rem;
  }
  .md\:gap-column-14 {
    column-gap: 14rem;
  }
  .md\:gap-row-14 {
    row-gap: 14rem;
  }
  .md\:gap-15 {
    gap: 15rem;
  }
  .md\:gap-column-15 {
    column-gap: 15rem;
  }
  .md\:gap-row-15 {
    row-gap: 15rem;
  }
  .md\:gap-20 {
    gap: 20rem;
  }
  .md\:gap-column-20 {
    column-gap: 20rem;
  }
  .md\:gap-row-20 {
    row-gap: 20rem;
  }
  .md\:gap-25 {
    gap: 25rem;
  }
  .md\:gap-column-25 {
    column-gap: 25rem;
  }
  .md\:gap-row-25 {
    row-gap: 25rem;
  }
  .md\:gap-30 {
    gap: 30rem;
  }
  .md\:gap-column-30 {
    column-gap: 30rem;
  }
  .md\:gap-row-30 {
    row-gap: 30rem;
  }
  .md\:gap-35 {
    gap: 35rem;
  }
  .md\:gap-column-35 {
    column-gap: 35rem;
  }
  .md\:gap-row-35 {
    row-gap: 35rem;
  }
  .md\:gap-40 {
    gap: 40rem;
  }
  .md\:gap-column-40 {
    column-gap: 40rem;
  }
  .md\:gap-row-40 {
    row-gap: 40rem;
  }
  .md\:gap-45 {
    gap: 45rem;
  }
  .md\:gap-column-45 {
    column-gap: 45rem;
  }
  .md\:gap-row-45 {
    row-gap: 45rem;
  }
  .md\:gap-50 {
    gap: 50rem;
  }
  .md\:gap-column-50 {
    column-gap: 50rem;
  }
  .md\:gap-row-50 {
    row-gap: 50rem;
  }
  .md\:gap-55 {
    gap: 55rem;
  }
  .md\:gap-column-55 {
    column-gap: 55rem;
  }
  .md\:gap-row-55 {
    row-gap: 55rem;
  }
  .md\:gap-60 {
    gap: 60rem;
  }
  .md\:gap-column-60 {
    column-gap: 60rem;
  }
  .md\:gap-row-60 {
    row-gap: 60rem;
  }
  .md\:gap-65 {
    gap: 65rem;
  }
  .md\:gap-column-65 {
    column-gap: 65rem;
  }
  .md\:gap-row-65 {
    row-gap: 65rem;
  }
  .md\:gap-70 {
    gap: 70rem;
  }
  .md\:gap-column-70 {
    column-gap: 70rem;
  }
  .md\:gap-row-70 {
    row-gap: 70rem;
  }
  .md\:gap-75 {
    gap: 75rem;
  }
  .md\:gap-column-75 {
    column-gap: 75rem;
  }
  .md\:gap-row-75 {
    row-gap: 75rem;
  }
  .md\:gap-80 {
    gap: 80rem;
  }
  .md\:gap-column-80 {
    column-gap: 80rem;
  }
  .md\:gap-row-80 {
    row-gap: 80rem;
  }
  .md\:gap-85 {
    gap: 85rem;
  }
  .md\:gap-column-85 {
    column-gap: 85rem;
  }
  .md\:gap-row-85 {
    row-gap: 85rem;
  }
  .md\:gap-90 {
    gap: 90rem;
  }
  .md\:gap-column-90 {
    column-gap: 90rem;
  }
  .md\:gap-row-90 {
    row-gap: 90rem;
  }
  .md\:gap-95 {
    gap: 95rem;
  }
  .md\:gap-column-95 {
    column-gap: 95rem;
  }
  .md\:gap-row-95 {
    row-gap: 95rem;
  }
  .md\:gap-100 {
    gap: 100rem;
  }
  .md\:gap-column-100 {
    column-gap: 100rem;
  }
  .md\:gap-row-100 {
    row-gap: 100rem;
  }
  .md\:gap-0\.125 {
    gap: 0.125rem;
  }
  .md\:gap-column-0\.125 {
    column-gap: 0.125rem;
  }
  .md\:gap-row-0\.125 {
    row-gap: 0.125rem;
  }
  .md\:gap-0\.25 {
    gap: 0.25rem;
  }
  .md\:gap-column-0\.25 {
    column-gap: 0.25rem;
  }
  .md\:gap-row-0\.25 {
    row-gap: 0.25rem;
  }
  .md\:gap-0\.5 {
    gap: 0.5rem;
  }
  .md\:gap-column-0\.5 {
    column-gap: 0.5rem;
  }
  .md\:gap-row-0\.5 {
    row-gap: 0.5rem;
  }
  .md\:gap-0\.75 {
    gap: 0.75rem;
  }
  .md\:gap-column-0\.75 {
    column-gap: 0.75rem;
  }
  .md\:gap-row-0\.75 {
    row-gap: 0.75rem;
  }
  .md\:gap-1\.25 {
    gap: 1.25rem;
  }
  .md\:gap-column-1\.25 {
    column-gap: 1.25rem;
  }
  .md\:gap-row-1\.25 {
    row-gap: 1.25rem;
  }
  .md\:gap-1\.5 {
    gap: 1.5rem;
  }
  .md\:gap-column-1\.5 {
    column-gap: 1.5rem;
  }
  .md\:gap-row-1\.5 {
    row-gap: 1.5rem;
  }
  .md\:gap-1\.75 {
    gap: 1.75rem;
  }
  .md\:gap-column-1\.75 {
    column-gap: 1.75rem;
  }
  .md\:gap-row-1\.75 {
    row-gap: 1.75rem;
  }
  .md\:gap-2\.25 {
    gap: 2.25rem;
  }
  .md\:gap-column-2\.25 {
    column-gap: 2.25rem;
  }
  .md\:gap-row-2\.25 {
    row-gap: 2.25rem;
  }
  .md\:gap-2\.5 {
    gap: 2.5rem;
  }
  .md\:gap-column-2\.5 {
    column-gap: 2.5rem;
  }
  .md\:gap-row-2\.5 {
    row-gap: 2.5rem;
  }
  .md\:gap-2\.75 {
    gap: 2.75rem;
  }
  .md\:gap-column-2\.75 {
    column-gap: 2.75rem;
  }
  .md\:gap-row-2\.75 {
    row-gap: 2.75rem;
  }
  .md\:gap-3\.25 {
    gap: 3.25rem;
  }
  .md\:gap-column-3\.25 {
    column-gap: 3.25rem;
  }
  .md\:gap-row-3\.25 {
    row-gap: 3.25rem;
  }
  .md\:gap-3\.5 {
    gap: 3.5rem;
  }
  .md\:gap-column-3\.5 {
    column-gap: 3.5rem;
  }
  .md\:gap-row-3\.5 {
    row-gap: 3.5rem;
  }
  .md\:gap-3\.75 {
    gap: 3.75rem;
  }
  .md\:gap-column-3\.75 {
    column-gap: 3.75rem;
  }
  .md\:gap-row-3\.75 {
    row-gap: 3.75rem;
  }
  .md\:gap-4\.25 {
    gap: 4.25rem;
  }
  .md\:gap-column-4\.25 {
    column-gap: 4.25rem;
  }
  .md\:gap-row-4\.25 {
    row-gap: 4.25rem;
  }
  .md\:gap-4\.5 {
    gap: 4.5rem;
  }
  .md\:gap-column-4\.5 {
    column-gap: 4.5rem;
  }
  .md\:gap-row-4\.5 {
    row-gap: 4.5rem;
  }
  .md\:gap-4\.75 {
    gap: 4.75rem;
  }
  .md\:gap-column-4\.75 {
    column-gap: 4.75rem;
  }
  .md\:gap-row-4\.75 {
    row-gap: 4.75rem;
  }
  .md\:order-0 {
    order: 0;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:order-4 {
    order: 4;
  }
  .md\:order-5 {
    order: 5;
  }
  .md\:order-6 {
    order: 6;
  }
  .md\:order-7 {
    order: 7;
  }
  .md\:order-8 {
    order: 8;
  }
  .md\:order-9 {
    order: 9;
  }
  .md\:order-10 {
    order: 10;
  }
  .md\:order-11 {
    order: 11;
  }
  .md\:order-12 {
    order: 12;
  }
  .md\:order-first {
    order: -9999;
  }
  .md\:order-last {
    order: 9999;
  }
}
@media only screen and (min-width: 1025px) {
  /* FLEXBOX & GRID */
  .lg\:basis-0 {
    flex-basis: 0rem;
  }
  .lg\:basis-0per {
    flex-basis: 0%;
  }
  .lg\:basis-1 {
    flex-basis: 1rem;
  }
  .lg\:basis-1per {
    flex-basis: 1%;
  }
  .lg\:basis-2 {
    flex-basis: 2rem;
  }
  .lg\:basis-2per {
    flex-basis: 2%;
  }
  .lg\:basis-3 {
    flex-basis: 3rem;
  }
  .lg\:basis-3per {
    flex-basis: 3%;
  }
  .lg\:basis-4 {
    flex-basis: 4rem;
  }
  .lg\:basis-4per {
    flex-basis: 4%;
  }
  .lg\:basis-5 {
    flex-basis: 5rem;
  }
  .lg\:basis-5per {
    flex-basis: 5%;
  }
  .lg\:basis-6 {
    flex-basis: 6rem;
  }
  .lg\:basis-6per {
    flex-basis: 6%;
  }
  .lg\:basis-7 {
    flex-basis: 7rem;
  }
  .lg\:basis-7per {
    flex-basis: 7%;
  }
  .lg\:basis-8 {
    flex-basis: 8rem;
  }
  .lg\:basis-8per {
    flex-basis: 8%;
  }
  .lg\:basis-9 {
    flex-basis: 9rem;
  }
  .lg\:basis-9per {
    flex-basis: 9%;
  }
  .lg\:basis-10 {
    flex-basis: 10rem;
  }
  .lg\:basis-10per {
    flex-basis: 10%;
  }
  .lg\:basis-11 {
    flex-basis: 11rem;
  }
  .lg\:basis-11per {
    flex-basis: 11%;
  }
  .lg\:basis-12 {
    flex-basis: 12rem;
  }
  .lg\:basis-12per {
    flex-basis: 12%;
  }
  .lg\:basis-13 {
    flex-basis: 13rem;
  }
  .lg\:basis-13per {
    flex-basis: 13%;
  }
  .lg\:basis-14 {
    flex-basis: 14rem;
  }
  .lg\:basis-14per {
    flex-basis: 14%;
  }
  .lg\:basis-15 {
    flex-basis: 15rem;
  }
  .lg\:basis-15per {
    flex-basis: 15%;
  }
  .lg\:basis-20 {
    flex-basis: 20rem;
  }
  .lg\:basis-20per {
    flex-basis: 20%;
  }
  .lg\:basis-25 {
    flex-basis: 25rem;
  }
  .lg\:basis-25per {
    flex-basis: 25%;
  }
  .lg\:basis-30 {
    flex-basis: 30rem;
  }
  .lg\:basis-30per {
    flex-basis: 30%;
  }
  .lg\:basis-35 {
    flex-basis: 35rem;
  }
  .lg\:basis-35per {
    flex-basis: 35%;
  }
  .lg\:basis-40 {
    flex-basis: 40rem;
  }
  .lg\:basis-40per {
    flex-basis: 40%;
  }
  .lg\:basis-45 {
    flex-basis: 45rem;
  }
  .lg\:basis-45per {
    flex-basis: 45%;
  }
  .lg\:basis-50 {
    flex-basis: 50rem;
  }
  .lg\:basis-50per {
    flex-basis: 50%;
  }
  .lg\:basis-55 {
    flex-basis: 55rem;
  }
  .lg\:basis-55per {
    flex-basis: 55%;
  }
  .lg\:basis-60 {
    flex-basis: 60rem;
  }
  .lg\:basis-60per {
    flex-basis: 60%;
  }
  .lg\:basis-65 {
    flex-basis: 65rem;
  }
  .lg\:basis-65per {
    flex-basis: 65%;
  }
  .lg\:basis-70 {
    flex-basis: 70rem;
  }
  .lg\:basis-70per {
    flex-basis: 70%;
  }
  .lg\:basis-75 {
    flex-basis: 75rem;
  }
  .lg\:basis-75per {
    flex-basis: 75%;
  }
  .lg\:basis-80 {
    flex-basis: 80rem;
  }
  .lg\:basis-80per {
    flex-basis: 80%;
  }
  .lg\:basis-85 {
    flex-basis: 85rem;
  }
  .lg\:basis-85per {
    flex-basis: 85%;
  }
  .lg\:basis-90 {
    flex-basis: 90rem;
  }
  .lg\:basis-90per {
    flex-basis: 90%;
  }
  .lg\:basis-95 {
    flex-basis: 95rem;
  }
  .lg\:basis-95per {
    flex-basis: 95%;
  }
  .lg\:basis-100 {
    flex-basis: 100rem;
  }
  .lg\:basis-100per {
    flex-basis: 100%;
  }
  .lg\:basis-0\.125 {
    flex-basis: 0.125rem;
  }
  .lg\:basis-0\.25 {
    flex-basis: 0.25rem;
  }
  .lg\:basis-0\.5 {
    flex-basis: 0.5rem;
  }
  .lg\:basis-0\.75 {
    flex-basis: 0.75rem;
  }
  .lg\:basis-1\.25 {
    flex-basis: 1.25rem;
  }
  .lg\:basis-1\.5 {
    flex-basis: 1.5rem;
  }
  .lg\:basis-1\.75 {
    flex-basis: 1.75rem;
  }
  .lg\:basis-2\.25 {
    flex-basis: 2.25rem;
  }
  .lg\:basis-2\.5 {
    flex-basis: 2.5rem;
  }
  .lg\:basis-2\.75 {
    flex-basis: 2.75rem;
  }
  .lg\:basis-3\.25 {
    flex-basis: 3.25rem;
  }
  .lg\:basis-3\.5 {
    flex-basis: 3.5rem;
  }
  .lg\:basis-3\.75 {
    flex-basis: 3.75rem;
  }
  .lg\:basis-4\.25 {
    flex-basis: 4.25rem;
  }
  .lg\:basis-4\.5 {
    flex-basis: 4.5rem;
  }
  .lg\:basis-4\.75 {
    flex-basis: 4.75rem;
  }
  .lg\:flex-column {
    flex-direction: column;
  }
  .lg\:flex-column-reverse {
    flex-direction: column-reverse;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:wrap {
    flex-wrap: wrap;
  }
  .lg\:wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .lg\:nowrap {
    flex-wrap: nowrap;
  }
  .lg\:grow-0 {
    flex-grow: 0;
  }
  .lg\:grow-1 {
    flex-grow: 1;
  }
  .lg\:grow-2 {
    flex-grow: 2;
  }
  .lg\:grow-3 {
    flex-grow: 3;
  }
  .lg\:grow-4 {
    flex-grow: 4;
  }
  .lg\:grow-5 {
    flex-grow: 5;
  }
  .lg\:grow-6 {
    flex-grow: 6;
  }
  .lg\:grow-7 {
    flex-grow: 7;
  }
  .lg\:grow-8 {
    flex-grow: 8;
  }
  .lg\:grow-9 {
    flex-grow: 9;
  }
  .lg\:grow-10 {
    flex-grow: 10;
  }
  .lg\:grow-11 {
    flex-grow: 11;
  }
  .lg\:grow-12 {
    flex-grow: 12;
  }
  .lg\:shrink-0 {
    flex-shrink: 0;
  }
  .lg\:shrink-1 {
    flex-shrink: 1;
  }
  .lg\:shrink-2 {
    flex-shrink: 2;
  }
  .lg\:shrink-3 {
    flex-shrink: 3;
  }
  .lg\:shrink-4 {
    flex-shrink: 4;
  }
  .lg\:shrink-5 {
    flex-shrink: 5;
  }
  .lg\:shrink-6 {
    flex-shrink: 6;
  }
  .lg\:shrink-7 {
    flex-shrink: 7;
  }
  .lg\:shrink-8 {
    flex-shrink: 8;
  }
  .lg\:shrink-9 {
    flex-shrink: 9;
  }
  .lg\:shrink-10 {
    flex-shrink: 10;
  }
  .lg\:shrink-11 {
    flex-shrink: 11;
  }
  .lg\:shrink-12 {
    flex-shrink: 12;
  }
  .lg\:grid-cols-0 {
    grid-template-columns: repeat(0, minmax(0, 1fr));
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-none {
    grid-template-columns: none;
  }
  .lg\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
  .lg\:gap-0 {
    gap: 0rem;
  }
  .lg\:gap-column-0 {
    column-gap: 0rem;
  }
  .lg\:gap-row-0 {
    row-gap: 0rem;
  }
  .lg\:gap-1 {
    gap: 1rem;
  }
  .lg\:gap-column-1 {
    column-gap: 1rem;
  }
  .lg\:gap-row-1 {
    row-gap: 1rem;
  }
  .lg\:gap-2 {
    gap: 2rem;
  }
  .lg\:gap-column-2 {
    column-gap: 2rem;
  }
  .lg\:gap-row-2 {
    row-gap: 2rem;
  }
  .lg\:gap-3 {
    gap: 3rem;
  }
  .lg\:gap-column-3 {
    column-gap: 3rem;
  }
  .lg\:gap-row-3 {
    row-gap: 3rem;
  }
  .lg\:gap-4 {
    gap: 4rem;
  }
  .lg\:gap-column-4 {
    column-gap: 4rem;
  }
  .lg\:gap-row-4 {
    row-gap: 4rem;
  }
  .lg\:gap-5 {
    gap: 5rem;
  }
  .lg\:gap-column-5 {
    column-gap: 5rem;
  }
  .lg\:gap-row-5 {
    row-gap: 5rem;
  }
  .lg\:gap-6 {
    gap: 6rem;
  }
  .lg\:gap-column-6 {
    column-gap: 6rem;
  }
  .lg\:gap-row-6 {
    row-gap: 6rem;
  }
  .lg\:gap-7 {
    gap: 7rem;
  }
  .lg\:gap-column-7 {
    column-gap: 7rem;
  }
  .lg\:gap-row-7 {
    row-gap: 7rem;
  }
  .lg\:gap-8 {
    gap: 8rem;
  }
  .lg\:gap-column-8 {
    column-gap: 8rem;
  }
  .lg\:gap-row-8 {
    row-gap: 8rem;
  }
  .lg\:gap-9 {
    gap: 9rem;
  }
  .lg\:gap-column-9 {
    column-gap: 9rem;
  }
  .lg\:gap-row-9 {
    row-gap: 9rem;
  }
  .lg\:gap-10 {
    gap: 10rem;
  }
  .lg\:gap-column-10 {
    column-gap: 10rem;
  }
  .lg\:gap-row-10 {
    row-gap: 10rem;
  }
  .lg\:gap-11 {
    gap: 11rem;
  }
  .lg\:gap-column-11 {
    column-gap: 11rem;
  }
  .lg\:gap-row-11 {
    row-gap: 11rem;
  }
  .lg\:gap-12 {
    gap: 12rem;
  }
  .lg\:gap-column-12 {
    column-gap: 12rem;
  }
  .lg\:gap-row-12 {
    row-gap: 12rem;
  }
  .lg\:gap-13 {
    gap: 13rem;
  }
  .lg\:gap-column-13 {
    column-gap: 13rem;
  }
  .lg\:gap-row-13 {
    row-gap: 13rem;
  }
  .lg\:gap-14 {
    gap: 14rem;
  }
  .lg\:gap-column-14 {
    column-gap: 14rem;
  }
  .lg\:gap-row-14 {
    row-gap: 14rem;
  }
  .lg\:gap-15 {
    gap: 15rem;
  }
  .lg\:gap-column-15 {
    column-gap: 15rem;
  }
  .lg\:gap-row-15 {
    row-gap: 15rem;
  }
  .lg\:gap-20 {
    gap: 20rem;
  }
  .lg\:gap-column-20 {
    column-gap: 20rem;
  }
  .lg\:gap-row-20 {
    row-gap: 20rem;
  }
  .lg\:gap-25 {
    gap: 25rem;
  }
  .lg\:gap-column-25 {
    column-gap: 25rem;
  }
  .lg\:gap-row-25 {
    row-gap: 25rem;
  }
  .lg\:gap-30 {
    gap: 30rem;
  }
  .lg\:gap-column-30 {
    column-gap: 30rem;
  }
  .lg\:gap-row-30 {
    row-gap: 30rem;
  }
  .lg\:gap-35 {
    gap: 35rem;
  }
  .lg\:gap-column-35 {
    column-gap: 35rem;
  }
  .lg\:gap-row-35 {
    row-gap: 35rem;
  }
  .lg\:gap-40 {
    gap: 40rem;
  }
  .lg\:gap-column-40 {
    column-gap: 40rem;
  }
  .lg\:gap-row-40 {
    row-gap: 40rem;
  }
  .lg\:gap-45 {
    gap: 45rem;
  }
  .lg\:gap-column-45 {
    column-gap: 45rem;
  }
  .lg\:gap-row-45 {
    row-gap: 45rem;
  }
  .lg\:gap-50 {
    gap: 50rem;
  }
  .lg\:gap-column-50 {
    column-gap: 50rem;
  }
  .lg\:gap-row-50 {
    row-gap: 50rem;
  }
  .lg\:gap-55 {
    gap: 55rem;
  }
  .lg\:gap-column-55 {
    column-gap: 55rem;
  }
  .lg\:gap-row-55 {
    row-gap: 55rem;
  }
  .lg\:gap-60 {
    gap: 60rem;
  }
  .lg\:gap-column-60 {
    column-gap: 60rem;
  }
  .lg\:gap-row-60 {
    row-gap: 60rem;
  }
  .lg\:gap-65 {
    gap: 65rem;
  }
  .lg\:gap-column-65 {
    column-gap: 65rem;
  }
  .lg\:gap-row-65 {
    row-gap: 65rem;
  }
  .lg\:gap-70 {
    gap: 70rem;
  }
  .lg\:gap-column-70 {
    column-gap: 70rem;
  }
  .lg\:gap-row-70 {
    row-gap: 70rem;
  }
  .lg\:gap-75 {
    gap: 75rem;
  }
  .lg\:gap-column-75 {
    column-gap: 75rem;
  }
  .lg\:gap-row-75 {
    row-gap: 75rem;
  }
  .lg\:gap-80 {
    gap: 80rem;
  }
  .lg\:gap-column-80 {
    column-gap: 80rem;
  }
  .lg\:gap-row-80 {
    row-gap: 80rem;
  }
  .lg\:gap-85 {
    gap: 85rem;
  }
  .lg\:gap-column-85 {
    column-gap: 85rem;
  }
  .lg\:gap-row-85 {
    row-gap: 85rem;
  }
  .lg\:gap-90 {
    gap: 90rem;
  }
  .lg\:gap-column-90 {
    column-gap: 90rem;
  }
  .lg\:gap-row-90 {
    row-gap: 90rem;
  }
  .lg\:gap-95 {
    gap: 95rem;
  }
  .lg\:gap-column-95 {
    column-gap: 95rem;
  }
  .lg\:gap-row-95 {
    row-gap: 95rem;
  }
  .lg\:gap-100 {
    gap: 100rem;
  }
  .lg\:gap-column-100 {
    column-gap: 100rem;
  }
  .lg\:gap-row-100 {
    row-gap: 100rem;
  }
  .lg\:gap-0\.125 {
    gap: 0.125rem;
  }
  .lg\:gap-column-0\.125 {
    column-gap: 0.125rem;
  }
  .lg\:gap-row-0\.125 {
    row-gap: 0.125rem;
  }
  .lg\:gap-0\.25 {
    gap: 0.25rem;
  }
  .lg\:gap-column-0\.25 {
    column-gap: 0.25rem;
  }
  .lg\:gap-row-0\.25 {
    row-gap: 0.25rem;
  }
  .lg\:gap-0\.5 {
    gap: 0.5rem;
  }
  .lg\:gap-column-0\.5 {
    column-gap: 0.5rem;
  }
  .lg\:gap-row-0\.5 {
    row-gap: 0.5rem;
  }
  .lg\:gap-0\.75 {
    gap: 0.75rem;
  }
  .lg\:gap-column-0\.75 {
    column-gap: 0.75rem;
  }
  .lg\:gap-row-0\.75 {
    row-gap: 0.75rem;
  }
  .lg\:gap-1\.25 {
    gap: 1.25rem;
  }
  .lg\:gap-column-1\.25 {
    column-gap: 1.25rem;
  }
  .lg\:gap-row-1\.25 {
    row-gap: 1.25rem;
  }
  .lg\:gap-1\.5 {
    gap: 1.5rem;
  }
  .lg\:gap-column-1\.5 {
    column-gap: 1.5rem;
  }
  .lg\:gap-row-1\.5 {
    row-gap: 1.5rem;
  }
  .lg\:gap-1\.75 {
    gap: 1.75rem;
  }
  .lg\:gap-column-1\.75 {
    column-gap: 1.75rem;
  }
  .lg\:gap-row-1\.75 {
    row-gap: 1.75rem;
  }
  .lg\:gap-2\.25 {
    gap: 2.25rem;
  }
  .lg\:gap-column-2\.25 {
    column-gap: 2.25rem;
  }
  .lg\:gap-row-2\.25 {
    row-gap: 2.25rem;
  }
  .lg\:gap-2\.5 {
    gap: 2.5rem;
  }
  .lg\:gap-column-2\.5 {
    column-gap: 2.5rem;
  }
  .lg\:gap-row-2\.5 {
    row-gap: 2.5rem;
  }
  .lg\:gap-2\.75 {
    gap: 2.75rem;
  }
  .lg\:gap-column-2\.75 {
    column-gap: 2.75rem;
  }
  .lg\:gap-row-2\.75 {
    row-gap: 2.75rem;
  }
  .lg\:gap-3\.25 {
    gap: 3.25rem;
  }
  .lg\:gap-column-3\.25 {
    column-gap: 3.25rem;
  }
  .lg\:gap-row-3\.25 {
    row-gap: 3.25rem;
  }
  .lg\:gap-3\.5 {
    gap: 3.5rem;
  }
  .lg\:gap-column-3\.5 {
    column-gap: 3.5rem;
  }
  .lg\:gap-row-3\.5 {
    row-gap: 3.5rem;
  }
  .lg\:gap-3\.75 {
    gap: 3.75rem;
  }
  .lg\:gap-column-3\.75 {
    column-gap: 3.75rem;
  }
  .lg\:gap-row-3\.75 {
    row-gap: 3.75rem;
  }
  .lg\:gap-4\.25 {
    gap: 4.25rem;
  }
  .lg\:gap-column-4\.25 {
    column-gap: 4.25rem;
  }
  .lg\:gap-row-4\.25 {
    row-gap: 4.25rem;
  }
  .lg\:gap-4\.5 {
    gap: 4.5rem;
  }
  .lg\:gap-column-4\.5 {
    column-gap: 4.5rem;
  }
  .lg\:gap-row-4\.5 {
    row-gap: 4.5rem;
  }
  .lg\:gap-4\.75 {
    gap: 4.75rem;
  }
  .lg\:gap-column-4\.75 {
    column-gap: 4.75rem;
  }
  .lg\:gap-row-4\.75 {
    row-gap: 4.75rem;
  }
  .lg\:order-0 {
    order: 0;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:order-4 {
    order: 4;
  }
  .lg\:order-5 {
    order: 5;
  }
  .lg\:order-6 {
    order: 6;
  }
  .lg\:order-7 {
    order: 7;
  }
  .lg\:order-8 {
    order: 8;
  }
  .lg\:order-9 {
    order: 9;
  }
  .lg\:order-10 {
    order: 10;
  }
  .lg\:order-11 {
    order: 11;
  }
  .lg\:order-12 {
    order: 12;
  }
  .lg\:order-first {
    order: -9999;
  }
  .lg\:order-last {
    order: 9999;
  }
}
.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-stretch {
  justify-content: stretch;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.align-start {
  align-content: flex-start;
}

.align-end {
  align-content: flex-end;
}

.align-center {
  align-content: center;
}

.align-between {
  align-content: space-between;
}

.align-around {
  align-content: space-around;
}

.align-evenly {
  align-content: space-evenly;
}

.align-baseline {
  align-content: baseline;
}

.align-stretch {
  align-content: stretch;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

/* LAYOUT */
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.inline-table {
  display: inline-table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.none {
  display: none;
}

.float-start {
  float: inline-start;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-start {
  clear: inline-start;
}

.clear-end {
  clear: inline-end;
}

.clear-right {
  clear: right;
}

.clear-left {
  clear: left;
}

.clear-none {
  clear: none;
}

.clear-both {
  clear: both;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-fill {
  object-fit: fill;
}

.object-none {
  object-fit: none;
}

.object-scale-down {
  object-fit: scale-down;
}

.object-bottom {
  object-position: bottom;
}

.object-center {
  object-position: center,;
}

.object-left {
  object-position: left;
}

.object-left-bottom {
  object-position: left bottom;
}

.object-left-top {
  object-position: left top;
}

.object-right {
  object-position: right;
}

.object-right-bottom {
  object-position: right bottom;
}

.object-right-top {
  object-position: right top;
}

.object-top {
  object-position: top;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-x-clip {
  overflow-x: clip;
}

.overflow-y-clip {
  overflow-y: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-auto {
  inset: auto;
}

.inset-0 {
  inset: 0rem;
}

.inset-0per {
  inset: 0%;
}

.inset-1 {
  inset: 1rem;
}

.inset-1per {
  inset: 1%;
}

.inset-2 {
  inset: 2rem;
}

.inset-2per {
  inset: 2%;
}

.inset-3 {
  inset: 3rem;
}

.inset-3per {
  inset: 3%;
}

.inset-4 {
  inset: 4rem;
}

.inset-4per {
  inset: 4%;
}

.inset-5 {
  inset: 5rem;
}

.inset-5per {
  inset: 5%;
}

.inset-6 {
  inset: 6rem;
}

.inset-6per {
  inset: 6%;
}

.inset-7 {
  inset: 7rem;
}

.inset-7per {
  inset: 7%;
}

.inset-8 {
  inset: 8rem;
}

.inset-8per {
  inset: 8%;
}

.inset-9 {
  inset: 9rem;
}

.inset-9per {
  inset: 9%;
}

.inset-10 {
  inset: 10rem;
}

.inset-10per {
  inset: 10%;
}

.inset-11 {
  inset: 11rem;
}

.inset-11per {
  inset: 11%;
}

.inset-12 {
  inset: 12rem;
}

.inset-12per {
  inset: 12%;
}

.inset-13 {
  inset: 13rem;
}

.inset-13per {
  inset: 13%;
}

.inset-14 {
  inset: 14rem;
}

.inset-14per {
  inset: 14%;
}

.inset-15 {
  inset: 15rem;
}

.inset-15per {
  inset: 15%;
}

.inset-20 {
  inset: 20rem;
}

.inset-20per {
  inset: 20%;
}

.inset-25 {
  inset: 25rem;
}

.inset-25per {
  inset: 25%;
}

.inset-30 {
  inset: 30rem;
}

.inset-30per {
  inset: 30%;
}

.inset-35 {
  inset: 35rem;
}

.inset-35per {
  inset: 35%;
}

.inset-40 {
  inset: 40rem;
}

.inset-40per {
  inset: 40%;
}

.inset-45 {
  inset: 45rem;
}

.inset-45per {
  inset: 45%;
}

.inset-50 {
  inset: 50rem;
}

.inset-50per {
  inset: 50%;
}

.inset-55 {
  inset: 55rem;
}

.inset-55per {
  inset: 55%;
}

.inset-60 {
  inset: 60rem;
}

.inset-60per {
  inset: 60%;
}

.inset-65 {
  inset: 65rem;
}

.inset-65per {
  inset: 65%;
}

.inset-70 {
  inset: 70rem;
}

.inset-70per {
  inset: 70%;
}

.inset-75 {
  inset: 75rem;
}

.inset-75per {
  inset: 75%;
}

.inset-80 {
  inset: 80rem;
}

.inset-80per {
  inset: 80%;
}

.inset-85 {
  inset: 85rem;
}

.inset-85per {
  inset: 85%;
}

.inset-90 {
  inset: 90rem;
}

.inset-90per {
  inset: 90%;
}

.inset-95 {
  inset: 95rem;
}

.inset-95per {
  inset: 95%;
}

.inset-100 {
  inset: 100rem;
}

.inset-100per {
  inset: 100%;
}

.top-auto {
  top: auto;
}

.top-0 {
  top: 0rem;
}

.top-0per {
  top: 0%;
}

.top-1 {
  top: 1rem;
}

.top-1per {
  top: 1%;
}

.top-2 {
  top: 2rem;
}

.top-2per {
  top: 2%;
}

.top-3 {
  top: 3rem;
}

.top-3per {
  top: 3%;
}

.top-4 {
  top: 4rem;
}

.top-4per {
  top: 4%;
}

.top-5 {
  top: 5rem;
}

.top-5per {
  top: 5%;
}

.top-6 {
  top: 6rem;
}

.top-6per {
  top: 6%;
}

.top-7 {
  top: 7rem;
}

.top-7per {
  top: 7%;
}

.top-8 {
  top: 8rem;
}

.top-8per {
  top: 8%;
}

.top-9 {
  top: 9rem;
}

.top-9per {
  top: 9%;
}

.top-10 {
  top: 10rem;
}

.top-10per {
  top: 10%;
}

.top-11 {
  top: 11rem;
}

.top-11per {
  top: 11%;
}

.top-12 {
  top: 12rem;
}

.top-12per {
  top: 12%;
}

.top-13 {
  top: 13rem;
}

.top-13per {
  top: 13%;
}

.top-14 {
  top: 14rem;
}

.top-14per {
  top: 14%;
}

.top-15 {
  top: 15rem;
}

.top-15per {
  top: 15%;
}

.top-20 {
  top: 20rem;
}

.top-20per {
  top: 20%;
}

.top-25 {
  top: 25rem;
}

.top-25per {
  top: 25%;
}

.top-30 {
  top: 30rem;
}

.top-30per {
  top: 30%;
}

.top-35 {
  top: 35rem;
}

.top-35per {
  top: 35%;
}

.top-40 {
  top: 40rem;
}

.top-40per {
  top: 40%;
}

.top-45 {
  top: 45rem;
}

.top-45per {
  top: 45%;
}

.top-50 {
  top: 50rem;
}

.top-50per {
  top: 50%;
}

.top-55 {
  top: 55rem;
}

.top-55per {
  top: 55%;
}

.top-60 {
  top: 60rem;
}

.top-60per {
  top: 60%;
}

.top-65 {
  top: 65rem;
}

.top-65per {
  top: 65%;
}

.top-70 {
  top: 70rem;
}

.top-70per {
  top: 70%;
}

.top-75 {
  top: 75rem;
}

.top-75per {
  top: 75%;
}

.top-80 {
  top: 80rem;
}

.top-80per {
  top: 80%;
}

.top-85 {
  top: 85rem;
}

.top-85per {
  top: 85%;
}

.top-90 {
  top: 90rem;
}

.top-90per {
  top: 90%;
}

.top-95 {
  top: 95rem;
}

.top-95per {
  top: 95%;
}

.top-100 {
  top: 100rem;
}

.top-100per {
  top: 100%;
}

.right-auto {
  right: auto;
}

.right-0 {
  right: 0rem;
}

.right-0per {
  right: 0%;
}

.right-1 {
  right: 1rem;
}

.right-1per {
  right: 1%;
}

.right-2 {
  right: 2rem;
}

.right-2per {
  right: 2%;
}

.right-3 {
  right: 3rem;
}

.right-3per {
  right: 3%;
}

.right-4 {
  right: 4rem;
}

.right-4per {
  right: 4%;
}

.right-5 {
  right: 5rem;
}

.right-5per {
  right: 5%;
}

.right-6 {
  right: 6rem;
}

.right-6per {
  right: 6%;
}

.right-7 {
  right: 7rem;
}

.right-7per {
  right: 7%;
}

.right-8 {
  right: 8rem;
}

.right-8per {
  right: 8%;
}

.right-9 {
  right: 9rem;
}

.right-9per {
  right: 9%;
}

.right-10 {
  right: 10rem;
}

.right-10per {
  right: 10%;
}

.right-11 {
  right: 11rem;
}

.right-11per {
  right: 11%;
}

.right-12 {
  right: 12rem;
}

.right-12per {
  right: 12%;
}

.right-13 {
  right: 13rem;
}

.right-13per {
  right: 13%;
}

.right-14 {
  right: 14rem;
}

.right-14per {
  right: 14%;
}

.right-15 {
  right: 15rem;
}

.right-15per {
  right: 15%;
}

.right-20 {
  right: 20rem;
}

.right-20per {
  right: 20%;
}

.right-25 {
  right: 25rem;
}

.right-25per {
  right: 25%;
}

.right-30 {
  right: 30rem;
}

.right-30per {
  right: 30%;
}

.right-35 {
  right: 35rem;
}

.right-35per {
  right: 35%;
}

.right-40 {
  right: 40rem;
}

.right-40per {
  right: 40%;
}

.right-45 {
  right: 45rem;
}

.right-45per {
  right: 45%;
}

.right-50 {
  right: 50rem;
}

.right-50per {
  right: 50%;
}

.right-55 {
  right: 55rem;
}

.right-55per {
  right: 55%;
}

.right-60 {
  right: 60rem;
}

.right-60per {
  right: 60%;
}

.right-65 {
  right: 65rem;
}

.right-65per {
  right: 65%;
}

.right-70 {
  right: 70rem;
}

.right-70per {
  right: 70%;
}

.right-75 {
  right: 75rem;
}

.right-75per {
  right: 75%;
}

.right-80 {
  right: 80rem;
}

.right-80per {
  right: 80%;
}

.right-85 {
  right: 85rem;
}

.right-85per {
  right: 85%;
}

.right-90 {
  right: 90rem;
}

.right-90per {
  right: 90%;
}

.right-95 {
  right: 95rem;
}

.right-95per {
  right: 95%;
}

.right-100 {
  right: 100rem;
}

.right-100per {
  right: 100%;
}

.bottom-auto {
  bottom: auto;
}

.bottom-0 {
  bottom: 0rem;
}

.bottom-0per {
  bottom: 0%;
}

.bottom-1 {
  bottom: 1rem;
}

.bottom-1per {
  bottom: 1%;
}

.bottom-2 {
  bottom: 2rem;
}

.bottom-2per {
  bottom: 2%;
}

.bottom-3 {
  bottom: 3rem;
}

.bottom-3per {
  bottom: 3%;
}

.bottom-4 {
  bottom: 4rem;
}

.bottom-4per {
  bottom: 4%;
}

.bottom-5 {
  bottom: 5rem;
}

.bottom-5per {
  bottom: 5%;
}

.bottom-6 {
  bottom: 6rem;
}

.bottom-6per {
  bottom: 6%;
}

.bottom-7 {
  bottom: 7rem;
}

.bottom-7per {
  bottom: 7%;
}

.bottom-8 {
  bottom: 8rem;
}

.bottom-8per {
  bottom: 8%;
}

.bottom-9 {
  bottom: 9rem;
}

.bottom-9per {
  bottom: 9%;
}

.bottom-10 {
  bottom: 10rem;
}

.bottom-10per {
  bottom: 10%;
}

.bottom-11 {
  bottom: 11rem;
}

.bottom-11per {
  bottom: 11%;
}

.bottom-12 {
  bottom: 12rem;
}

.bottom-12per {
  bottom: 12%;
}

.bottom-13 {
  bottom: 13rem;
}

.bottom-13per {
  bottom: 13%;
}

.bottom-14 {
  bottom: 14rem;
}

.bottom-14per {
  bottom: 14%;
}

.bottom-15 {
  bottom: 15rem;
}

.bottom-15per {
  bottom: 15%;
}

.bottom-20 {
  bottom: 20rem;
}

.bottom-20per {
  bottom: 20%;
}

.bottom-25 {
  bottom: 25rem;
}

.bottom-25per {
  bottom: 25%;
}

.bottom-30 {
  bottom: 30rem;
}

.bottom-30per {
  bottom: 30%;
}

.bottom-35 {
  bottom: 35rem;
}

.bottom-35per {
  bottom: 35%;
}

.bottom-40 {
  bottom: 40rem;
}

.bottom-40per {
  bottom: 40%;
}

.bottom-45 {
  bottom: 45rem;
}

.bottom-45per {
  bottom: 45%;
}

.bottom-50 {
  bottom: 50rem;
}

.bottom-50per {
  bottom: 50%;
}

.bottom-55 {
  bottom: 55rem;
}

.bottom-55per {
  bottom: 55%;
}

.bottom-60 {
  bottom: 60rem;
}

.bottom-60per {
  bottom: 60%;
}

.bottom-65 {
  bottom: 65rem;
}

.bottom-65per {
  bottom: 65%;
}

.bottom-70 {
  bottom: 70rem;
}

.bottom-70per {
  bottom: 70%;
}

.bottom-75 {
  bottom: 75rem;
}

.bottom-75per {
  bottom: 75%;
}

.bottom-80 {
  bottom: 80rem;
}

.bottom-80per {
  bottom: 80%;
}

.bottom-85 {
  bottom: 85rem;
}

.bottom-85per {
  bottom: 85%;
}

.bottom-90 {
  bottom: 90rem;
}

.bottom-90per {
  bottom: 90%;
}

.bottom-95 {
  bottom: 95rem;
}

.bottom-95per {
  bottom: 95%;
}

.bottom-100 {
  bottom: 100rem;
}

.bottom-100per {
  bottom: 100%;
}

.left-auto {
  left: auto;
}

.left-0 {
  left: 0rem;
}

.left-0per {
  left: 0%;
}

.left-1 {
  left: 1rem;
}

.left-1per {
  left: 1%;
}

.left-2 {
  left: 2rem;
}

.left-2per {
  left: 2%;
}

.left-3 {
  left: 3rem;
}

.left-3per {
  left: 3%;
}

.left-4 {
  left: 4rem;
}

.left-4per {
  left: 4%;
}

.left-5 {
  left: 5rem;
}

.left-5per {
  left: 5%;
}

.left-6 {
  left: 6rem;
}

.left-6per {
  left: 6%;
}

.left-7 {
  left: 7rem;
}

.left-7per {
  left: 7%;
}

.left-8 {
  left: 8rem;
}

.left-8per {
  left: 8%;
}

.left-9 {
  left: 9rem;
}

.left-9per {
  left: 9%;
}

.left-10 {
  left: 10rem;
}

.left-10per {
  left: 10%;
}

.left-11 {
  left: 11rem;
}

.left-11per {
  left: 11%;
}

.left-12 {
  left: 12rem;
}

.left-12per {
  left: 12%;
}

.left-13 {
  left: 13rem;
}

.left-13per {
  left: 13%;
}

.left-14 {
  left: 14rem;
}

.left-14per {
  left: 14%;
}

.left-15 {
  left: 15rem;
}

.left-15per {
  left: 15%;
}

.left-20 {
  left: 20rem;
}

.left-20per {
  left: 20%;
}

.left-25 {
  left: 25rem;
}

.left-25per {
  left: 25%;
}

.left-30 {
  left: 30rem;
}

.left-30per {
  left: 30%;
}

.left-35 {
  left: 35rem;
}

.left-35per {
  left: 35%;
}

.left-40 {
  left: 40rem;
}

.left-40per {
  left: 40%;
}

.left-45 {
  left: 45rem;
}

.left-45per {
  left: 45%;
}

.left-50 {
  left: 50rem;
}

.left-50per {
  left: 50%;
}

.left-55 {
  left: 55rem;
}

.left-55per {
  left: 55%;
}

.left-60 {
  left: 60rem;
}

.left-60per {
  left: 60%;
}

.left-65 {
  left: 65rem;
}

.left-65per {
  left: 65%;
}

.left-70 {
  left: 70rem;
}

.left-70per {
  left: 70%;
}

.left-75 {
  left: 75rem;
}

.left-75per {
  left: 75%;
}

.left-80 {
  left: 80rem;
}

.left-80per {
  left: 80%;
}

.left-85 {
  left: 85rem;
}

.left-85per {
  left: 85%;
}

.left-90 {
  left: 90rem;
}

.left-90per {
  left: 90%;
}

.left-95 {
  left: 95rem;
}

.left-95per {
  left: 95%;
}

.left-100 {
  left: 100rem;
}

.left-100per {
  left: 100%;
}

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.z-auto {
  z-index: auto;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-6 {
  z-index: 6;
}

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8;
}

.z-9 {
  z-index: 9;
}

.z-10 {
  z-index: 10;
}

.z-11 {
  z-index: 11;
}

.z-12 {
  z-index: 12;
}

.z-13 {
  z-index: 13;
}

.z-14 {
  z-index: 14;
}

.z-15 {
  z-index: 15;
}

.z-20 {
  z-index: 20;
}

.z-25 {
  z-index: 25;
}

.z-30 {
  z-index: 30;
}

.z-35 {
  z-index: 35;
}

.z-40 {
  z-index: 40;
}

.z-45 {
  z-index: 45;
}

.z-50 {
  z-index: 50;
}

.z-55 {
  z-index: 55;
}

.z-60 {
  z-index: 60;
}

.z-65 {
  z-index: 65;
}

.z-70 {
  z-index: 70;
}

.z-75 {
  z-index: 75;
}

.z-80 {
  z-index: 80;
}

.z-85 {
  z-index: 85;
}

.z-90 {
  z-index: 90;
}

.z-95 {
  z-index: 95;
}

.z-100 {
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  /* LAYOUT */
  .sm\:block {
    display: block;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:inline {
    display: inline;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:inline-flex {
    display: inline-flex;
  }
  .sm\:table {
    display: table;
  }
  .sm\:inline-table {
    display: inline-table;
  }
  .sm\:table-caption {
    display: table-caption;
  }
  .sm\:table-cell {
    display: table-cell;
  }
  .sm\:table-column {
    display: table-column;
  }
  .sm\:table-column-group {
    display: table-column-group;
  }
  .sm\:table-footer-group {
    display: table-footer-group;
  }
  .sm\:table-header-group {
    display: table-header-group;
  }
  .sm\:table-row-group {
    display: table-row-group;
  }
  .sm\:table-row {
    display: table-row;
  }
  .sm\:flow-root {
    display: flow-root;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:inline-grid {
    display: inline-grid;
  }
  .sm\:contents {
    display: contents;
  }
  .sm\:list-item {
    display: list-item;
  }
  .sm\:none {
    display: none;
  }
  .sm\:float-start {
    float: inline-start;
  }
  .sm\:float-end {
    float: inline-end;
  }
  .sm\:float-right {
    float: right;
  }
  .sm\:float-left {
    float: left;
  }
  .sm\:float-none {
    float: none;
  }
  .sm\:clear-start {
    clear: inline-start;
  }
  .sm\:clear-end {
    clear: inline-end;
  }
  .sm\:clear-right {
    clear: right;
  }
  .sm\:clear-left {
    clear: left;
  }
  .sm\:clear-none {
    clear: none;
  }
  .sm\:clear-both {
    clear: both;
  }
  .sm\:object-contain {
    object-fit: contain;
  }
  .sm\:object-cover {
    object-fit: cover;
  }
  .sm\:object-fill {
    object-fit: fill;
  }
  .sm\:object-none {
    object-fit: none;
  }
  .sm\:object-scale-down {
    object-fit: scale-down;
  }
  .sm\:object-bottom {
    object-position: bottom;
  }
  .sm\:object-center {
    object-position: center,;
  }
  .sm\:object-left {
    object-position: left;
  }
  .sm\:object-left-bottom {
    object-position: left bottom;
  }
  .sm\:object-left-top {
    object-position: left top;
  }
  .sm\:object-right {
    object-position: right;
  }
  .sm\:object-right-bottom {
    object-position: right bottom;
  }
  .sm\:object-right-top {
    object-position: right top;
  }
  .sm\:object-top {
    object-position: top;
  }
  .sm\:overflow-hidden {
    overflow: hidden;
  }
  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .sm\:overflow-clip {
    overflow: clip;
  }
  .sm\:overflow-x-clip {
    overflow-x: clip;
  }
  .sm\:overflow-y-clip {
    overflow-y: clip;
  }
  .sm\:overflow-visible {
    overflow: visible;
  }
  .sm\:overflow-x-visible {
    overflow-x: visible;
  }
  .sm\:overflow-y-visible {
    overflow-y: visible;
  }
  .sm\:overflow-scroll {
    overflow: scroll;
  }
  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .sm\:overflow-auto {
    overflow: auto;
  }
  .sm\:overflow-x-auto {
    overflow-x: auto;
  }
  .sm\:overflow-y-auto {
    overflow-y: auto;
  }
  .sm\:static {
    position: static;
  }
  .sm\:fixed {
    position: fixed;
  }
  .sm\:absolute {
    position: absolute;
  }
  .sm\:relative {
    position: relative;
  }
  .sm\:sticky {
    position: sticky;
  }
  .sm\:inset-auto {
    inset: auto;
  }
  .sm\:inset-0 {
    inset: 0rem;
  }
  .sm\:inset-0per {
    inset: 0%;
  }
  .sm\:inset-1 {
    inset: 1rem;
  }
  .sm\:inset-1per {
    inset: 1%;
  }
  .sm\:inset-2 {
    inset: 2rem;
  }
  .sm\:inset-2per {
    inset: 2%;
  }
  .sm\:inset-3 {
    inset: 3rem;
  }
  .sm\:inset-3per {
    inset: 3%;
  }
  .sm\:inset-4 {
    inset: 4rem;
  }
  .sm\:inset-4per {
    inset: 4%;
  }
  .sm\:inset-5 {
    inset: 5rem;
  }
  .sm\:inset-5per {
    inset: 5%;
  }
  .sm\:inset-6 {
    inset: 6rem;
  }
  .sm\:inset-6per {
    inset: 6%;
  }
  .sm\:inset-7 {
    inset: 7rem;
  }
  .sm\:inset-7per {
    inset: 7%;
  }
  .sm\:inset-8 {
    inset: 8rem;
  }
  .sm\:inset-8per {
    inset: 8%;
  }
  .sm\:inset-9 {
    inset: 9rem;
  }
  .sm\:inset-9per {
    inset: 9%;
  }
  .sm\:inset-10 {
    inset: 10rem;
  }
  .sm\:inset-10per {
    inset: 10%;
  }
  .sm\:inset-11 {
    inset: 11rem;
  }
  .sm\:inset-11per {
    inset: 11%;
  }
  .sm\:inset-12 {
    inset: 12rem;
  }
  .sm\:inset-12per {
    inset: 12%;
  }
  .sm\:inset-13 {
    inset: 13rem;
  }
  .sm\:inset-13per {
    inset: 13%;
  }
  .sm\:inset-14 {
    inset: 14rem;
  }
  .sm\:inset-14per {
    inset: 14%;
  }
  .sm\:inset-15 {
    inset: 15rem;
  }
  .sm\:inset-15per {
    inset: 15%;
  }
  .sm\:inset-20 {
    inset: 20rem;
  }
  .sm\:inset-20per {
    inset: 20%;
  }
  .sm\:inset-25 {
    inset: 25rem;
  }
  .sm\:inset-25per {
    inset: 25%;
  }
  .sm\:inset-30 {
    inset: 30rem;
  }
  .sm\:inset-30per {
    inset: 30%;
  }
  .sm\:inset-35 {
    inset: 35rem;
  }
  .sm\:inset-35per {
    inset: 35%;
  }
  .sm\:inset-40 {
    inset: 40rem;
  }
  .sm\:inset-40per {
    inset: 40%;
  }
  .sm\:inset-45 {
    inset: 45rem;
  }
  .sm\:inset-45per {
    inset: 45%;
  }
  .sm\:inset-50 {
    inset: 50rem;
  }
  .sm\:inset-50per {
    inset: 50%;
  }
  .sm\:inset-55 {
    inset: 55rem;
  }
  .sm\:inset-55per {
    inset: 55%;
  }
  .sm\:inset-60 {
    inset: 60rem;
  }
  .sm\:inset-60per {
    inset: 60%;
  }
  .sm\:inset-65 {
    inset: 65rem;
  }
  .sm\:inset-65per {
    inset: 65%;
  }
  .sm\:inset-70 {
    inset: 70rem;
  }
  .sm\:inset-70per {
    inset: 70%;
  }
  .sm\:inset-75 {
    inset: 75rem;
  }
  .sm\:inset-75per {
    inset: 75%;
  }
  .sm\:inset-80 {
    inset: 80rem;
  }
  .sm\:inset-80per {
    inset: 80%;
  }
  .sm\:inset-85 {
    inset: 85rem;
  }
  .sm\:inset-85per {
    inset: 85%;
  }
  .sm\:inset-90 {
    inset: 90rem;
  }
  .sm\:inset-90per {
    inset: 90%;
  }
  .sm\:inset-95 {
    inset: 95rem;
  }
  .sm\:inset-95per {
    inset: 95%;
  }
  .sm\:inset-100 {
    inset: 100rem;
  }
  .sm\:inset-100per {
    inset: 100%;
  }
  .sm\:top-auto {
    top: auto;
  }
  .sm\:top-0 {
    top: 0rem;
  }
  .sm\:top-0per {
    top: 0%;
  }
  .sm\:top-1 {
    top: 1rem;
  }
  .sm\:top-1per {
    top: 1%;
  }
  .sm\:top-2 {
    top: 2rem;
  }
  .sm\:top-2per {
    top: 2%;
  }
  .sm\:top-3 {
    top: 3rem;
  }
  .sm\:top-3per {
    top: 3%;
  }
  .sm\:top-4 {
    top: 4rem;
  }
  .sm\:top-4per {
    top: 4%;
  }
  .sm\:top-5 {
    top: 5rem;
  }
  .sm\:top-5per {
    top: 5%;
  }
  .sm\:top-6 {
    top: 6rem;
  }
  .sm\:top-6per {
    top: 6%;
  }
  .sm\:top-7 {
    top: 7rem;
  }
  .sm\:top-7per {
    top: 7%;
  }
  .sm\:top-8 {
    top: 8rem;
  }
  .sm\:top-8per {
    top: 8%;
  }
  .sm\:top-9 {
    top: 9rem;
  }
  .sm\:top-9per {
    top: 9%;
  }
  .sm\:top-10 {
    top: 10rem;
  }
  .sm\:top-10per {
    top: 10%;
  }
  .sm\:top-11 {
    top: 11rem;
  }
  .sm\:top-11per {
    top: 11%;
  }
  .sm\:top-12 {
    top: 12rem;
  }
  .sm\:top-12per {
    top: 12%;
  }
  .sm\:top-13 {
    top: 13rem;
  }
  .sm\:top-13per {
    top: 13%;
  }
  .sm\:top-14 {
    top: 14rem;
  }
  .sm\:top-14per {
    top: 14%;
  }
  .sm\:top-15 {
    top: 15rem;
  }
  .sm\:top-15per {
    top: 15%;
  }
  .sm\:top-20 {
    top: 20rem;
  }
  .sm\:top-20per {
    top: 20%;
  }
  .sm\:top-25 {
    top: 25rem;
  }
  .sm\:top-25per {
    top: 25%;
  }
  .sm\:top-30 {
    top: 30rem;
  }
  .sm\:top-30per {
    top: 30%;
  }
  .sm\:top-35 {
    top: 35rem;
  }
  .sm\:top-35per {
    top: 35%;
  }
  .sm\:top-40 {
    top: 40rem;
  }
  .sm\:top-40per {
    top: 40%;
  }
  .sm\:top-45 {
    top: 45rem;
  }
  .sm\:top-45per {
    top: 45%;
  }
  .sm\:top-50 {
    top: 50rem;
  }
  .sm\:top-50per {
    top: 50%;
  }
  .sm\:top-55 {
    top: 55rem;
  }
  .sm\:top-55per {
    top: 55%;
  }
  .sm\:top-60 {
    top: 60rem;
  }
  .sm\:top-60per {
    top: 60%;
  }
  .sm\:top-65 {
    top: 65rem;
  }
  .sm\:top-65per {
    top: 65%;
  }
  .sm\:top-70 {
    top: 70rem;
  }
  .sm\:top-70per {
    top: 70%;
  }
  .sm\:top-75 {
    top: 75rem;
  }
  .sm\:top-75per {
    top: 75%;
  }
  .sm\:top-80 {
    top: 80rem;
  }
  .sm\:top-80per {
    top: 80%;
  }
  .sm\:top-85 {
    top: 85rem;
  }
  .sm\:top-85per {
    top: 85%;
  }
  .sm\:top-90 {
    top: 90rem;
  }
  .sm\:top-90per {
    top: 90%;
  }
  .sm\:top-95 {
    top: 95rem;
  }
  .sm\:top-95per {
    top: 95%;
  }
  .sm\:top-100 {
    top: 100rem;
  }
  .sm\:top-100per {
    top: 100%;
  }
  .sm\:right-auto {
    right: auto;
  }
  .sm\:right-0 {
    right: 0rem;
  }
  .sm\:right-0per {
    right: 0%;
  }
  .sm\:right-1 {
    right: 1rem;
  }
  .sm\:right-1per {
    right: 1%;
  }
  .sm\:right-2 {
    right: 2rem;
  }
  .sm\:right-2per {
    right: 2%;
  }
  .sm\:right-3 {
    right: 3rem;
  }
  .sm\:right-3per {
    right: 3%;
  }
  .sm\:right-4 {
    right: 4rem;
  }
  .sm\:right-4per {
    right: 4%;
  }
  .sm\:right-5 {
    right: 5rem;
  }
  .sm\:right-5per {
    right: 5%;
  }
  .sm\:right-6 {
    right: 6rem;
  }
  .sm\:right-6per {
    right: 6%;
  }
  .sm\:right-7 {
    right: 7rem;
  }
  .sm\:right-7per {
    right: 7%;
  }
  .sm\:right-8 {
    right: 8rem;
  }
  .sm\:right-8per {
    right: 8%;
  }
  .sm\:right-9 {
    right: 9rem;
  }
  .sm\:right-9per {
    right: 9%;
  }
  .sm\:right-10 {
    right: 10rem;
  }
  .sm\:right-10per {
    right: 10%;
  }
  .sm\:right-11 {
    right: 11rem;
  }
  .sm\:right-11per {
    right: 11%;
  }
  .sm\:right-12 {
    right: 12rem;
  }
  .sm\:right-12per {
    right: 12%;
  }
  .sm\:right-13 {
    right: 13rem;
  }
  .sm\:right-13per {
    right: 13%;
  }
  .sm\:right-14 {
    right: 14rem;
  }
  .sm\:right-14per {
    right: 14%;
  }
  .sm\:right-15 {
    right: 15rem;
  }
  .sm\:right-15per {
    right: 15%;
  }
  .sm\:right-20 {
    right: 20rem;
  }
  .sm\:right-20per {
    right: 20%;
  }
  .sm\:right-25 {
    right: 25rem;
  }
  .sm\:right-25per {
    right: 25%;
  }
  .sm\:right-30 {
    right: 30rem;
  }
  .sm\:right-30per {
    right: 30%;
  }
  .sm\:right-35 {
    right: 35rem;
  }
  .sm\:right-35per {
    right: 35%;
  }
  .sm\:right-40 {
    right: 40rem;
  }
  .sm\:right-40per {
    right: 40%;
  }
  .sm\:right-45 {
    right: 45rem;
  }
  .sm\:right-45per {
    right: 45%;
  }
  .sm\:right-50 {
    right: 50rem;
  }
  .sm\:right-50per {
    right: 50%;
  }
  .sm\:right-55 {
    right: 55rem;
  }
  .sm\:right-55per {
    right: 55%;
  }
  .sm\:right-60 {
    right: 60rem;
  }
  .sm\:right-60per {
    right: 60%;
  }
  .sm\:right-65 {
    right: 65rem;
  }
  .sm\:right-65per {
    right: 65%;
  }
  .sm\:right-70 {
    right: 70rem;
  }
  .sm\:right-70per {
    right: 70%;
  }
  .sm\:right-75 {
    right: 75rem;
  }
  .sm\:right-75per {
    right: 75%;
  }
  .sm\:right-80 {
    right: 80rem;
  }
  .sm\:right-80per {
    right: 80%;
  }
  .sm\:right-85 {
    right: 85rem;
  }
  .sm\:right-85per {
    right: 85%;
  }
  .sm\:right-90 {
    right: 90rem;
  }
  .sm\:right-90per {
    right: 90%;
  }
  .sm\:right-95 {
    right: 95rem;
  }
  .sm\:right-95per {
    right: 95%;
  }
  .sm\:right-100 {
    right: 100rem;
  }
  .sm\:right-100per {
    right: 100%;
  }
  .sm\:bottom-auto {
    bottom: auto;
  }
  .sm\:bottom-0 {
    bottom: 0rem;
  }
  .sm\:bottom-0per {
    bottom: 0%;
  }
  .sm\:bottom-1 {
    bottom: 1rem;
  }
  .sm\:bottom-1per {
    bottom: 1%;
  }
  .sm\:bottom-2 {
    bottom: 2rem;
  }
  .sm\:bottom-2per {
    bottom: 2%;
  }
  .sm\:bottom-3 {
    bottom: 3rem;
  }
  .sm\:bottom-3per {
    bottom: 3%;
  }
  .sm\:bottom-4 {
    bottom: 4rem;
  }
  .sm\:bottom-4per {
    bottom: 4%;
  }
  .sm\:bottom-5 {
    bottom: 5rem;
  }
  .sm\:bottom-5per {
    bottom: 5%;
  }
  .sm\:bottom-6 {
    bottom: 6rem;
  }
  .sm\:bottom-6per {
    bottom: 6%;
  }
  .sm\:bottom-7 {
    bottom: 7rem;
  }
  .sm\:bottom-7per {
    bottom: 7%;
  }
  .sm\:bottom-8 {
    bottom: 8rem;
  }
  .sm\:bottom-8per {
    bottom: 8%;
  }
  .sm\:bottom-9 {
    bottom: 9rem;
  }
  .sm\:bottom-9per {
    bottom: 9%;
  }
  .sm\:bottom-10 {
    bottom: 10rem;
  }
  .sm\:bottom-10per {
    bottom: 10%;
  }
  .sm\:bottom-11 {
    bottom: 11rem;
  }
  .sm\:bottom-11per {
    bottom: 11%;
  }
  .sm\:bottom-12 {
    bottom: 12rem;
  }
  .sm\:bottom-12per {
    bottom: 12%;
  }
  .sm\:bottom-13 {
    bottom: 13rem;
  }
  .sm\:bottom-13per {
    bottom: 13%;
  }
  .sm\:bottom-14 {
    bottom: 14rem;
  }
  .sm\:bottom-14per {
    bottom: 14%;
  }
  .sm\:bottom-15 {
    bottom: 15rem;
  }
  .sm\:bottom-15per {
    bottom: 15%;
  }
  .sm\:bottom-20 {
    bottom: 20rem;
  }
  .sm\:bottom-20per {
    bottom: 20%;
  }
  .sm\:bottom-25 {
    bottom: 25rem;
  }
  .sm\:bottom-25per {
    bottom: 25%;
  }
  .sm\:bottom-30 {
    bottom: 30rem;
  }
  .sm\:bottom-30per {
    bottom: 30%;
  }
  .sm\:bottom-35 {
    bottom: 35rem;
  }
  .sm\:bottom-35per {
    bottom: 35%;
  }
  .sm\:bottom-40 {
    bottom: 40rem;
  }
  .sm\:bottom-40per {
    bottom: 40%;
  }
  .sm\:bottom-45 {
    bottom: 45rem;
  }
  .sm\:bottom-45per {
    bottom: 45%;
  }
  .sm\:bottom-50 {
    bottom: 50rem;
  }
  .sm\:bottom-50per {
    bottom: 50%;
  }
  .sm\:bottom-55 {
    bottom: 55rem;
  }
  .sm\:bottom-55per {
    bottom: 55%;
  }
  .sm\:bottom-60 {
    bottom: 60rem;
  }
  .sm\:bottom-60per {
    bottom: 60%;
  }
  .sm\:bottom-65 {
    bottom: 65rem;
  }
  .sm\:bottom-65per {
    bottom: 65%;
  }
  .sm\:bottom-70 {
    bottom: 70rem;
  }
  .sm\:bottom-70per {
    bottom: 70%;
  }
  .sm\:bottom-75 {
    bottom: 75rem;
  }
  .sm\:bottom-75per {
    bottom: 75%;
  }
  .sm\:bottom-80 {
    bottom: 80rem;
  }
  .sm\:bottom-80per {
    bottom: 80%;
  }
  .sm\:bottom-85 {
    bottom: 85rem;
  }
  .sm\:bottom-85per {
    bottom: 85%;
  }
  .sm\:bottom-90 {
    bottom: 90rem;
  }
  .sm\:bottom-90per {
    bottom: 90%;
  }
  .sm\:bottom-95 {
    bottom: 95rem;
  }
  .sm\:bottom-95per {
    bottom: 95%;
  }
  .sm\:bottom-100 {
    bottom: 100rem;
  }
  .sm\:bottom-100per {
    bottom: 100%;
  }
  .sm\:left-auto {
    left: auto;
  }
  .sm\:left-0 {
    left: 0rem;
  }
  .sm\:left-0per {
    left: 0%;
  }
  .sm\:left-1 {
    left: 1rem;
  }
  .sm\:left-1per {
    left: 1%;
  }
  .sm\:left-2 {
    left: 2rem;
  }
  .sm\:left-2per {
    left: 2%;
  }
  .sm\:left-3 {
    left: 3rem;
  }
  .sm\:left-3per {
    left: 3%;
  }
  .sm\:left-4 {
    left: 4rem;
  }
  .sm\:left-4per {
    left: 4%;
  }
  .sm\:left-5 {
    left: 5rem;
  }
  .sm\:left-5per {
    left: 5%;
  }
  .sm\:left-6 {
    left: 6rem;
  }
  .sm\:left-6per {
    left: 6%;
  }
  .sm\:left-7 {
    left: 7rem;
  }
  .sm\:left-7per {
    left: 7%;
  }
  .sm\:left-8 {
    left: 8rem;
  }
  .sm\:left-8per {
    left: 8%;
  }
  .sm\:left-9 {
    left: 9rem;
  }
  .sm\:left-9per {
    left: 9%;
  }
  .sm\:left-10 {
    left: 10rem;
  }
  .sm\:left-10per {
    left: 10%;
  }
  .sm\:left-11 {
    left: 11rem;
  }
  .sm\:left-11per {
    left: 11%;
  }
  .sm\:left-12 {
    left: 12rem;
  }
  .sm\:left-12per {
    left: 12%;
  }
  .sm\:left-13 {
    left: 13rem;
  }
  .sm\:left-13per {
    left: 13%;
  }
  .sm\:left-14 {
    left: 14rem;
  }
  .sm\:left-14per {
    left: 14%;
  }
  .sm\:left-15 {
    left: 15rem;
  }
  .sm\:left-15per {
    left: 15%;
  }
  .sm\:left-20 {
    left: 20rem;
  }
  .sm\:left-20per {
    left: 20%;
  }
  .sm\:left-25 {
    left: 25rem;
  }
  .sm\:left-25per {
    left: 25%;
  }
  .sm\:left-30 {
    left: 30rem;
  }
  .sm\:left-30per {
    left: 30%;
  }
  .sm\:left-35 {
    left: 35rem;
  }
  .sm\:left-35per {
    left: 35%;
  }
  .sm\:left-40 {
    left: 40rem;
  }
  .sm\:left-40per {
    left: 40%;
  }
  .sm\:left-45 {
    left: 45rem;
  }
  .sm\:left-45per {
    left: 45%;
  }
  .sm\:left-50 {
    left: 50rem;
  }
  .sm\:left-50per {
    left: 50%;
  }
  .sm\:left-55 {
    left: 55rem;
  }
  .sm\:left-55per {
    left: 55%;
  }
  .sm\:left-60 {
    left: 60rem;
  }
  .sm\:left-60per {
    left: 60%;
  }
  .sm\:left-65 {
    left: 65rem;
  }
  .sm\:left-65per {
    left: 65%;
  }
  .sm\:left-70 {
    left: 70rem;
  }
  .sm\:left-70per {
    left: 70%;
  }
  .sm\:left-75 {
    left: 75rem;
  }
  .sm\:left-75per {
    left: 75%;
  }
  .sm\:left-80 {
    left: 80rem;
  }
  .sm\:left-80per {
    left: 80%;
  }
  .sm\:left-85 {
    left: 85rem;
  }
  .sm\:left-85per {
    left: 85%;
  }
  .sm\:left-90 {
    left: 90rem;
  }
  .sm\:left-90per {
    left: 90%;
  }
  .sm\:left-95 {
    left: 95rem;
  }
  .sm\:left-95per {
    left: 95%;
  }
  .sm\:left-100 {
    left: 100rem;
  }
  .sm\:left-100per {
    left: 100%;
  }
  .sm\:visible {
    visibility: visible;
  }
  .sm\:hidden {
    visibility: hidden;
  }
  .sm\:collapse {
    visibility: collapse;
  }
  .sm\:z-auto {
    z-index: auto;
  }
  .sm\:z-0 {
    z-index: 0;
  }
  .sm\:z-1 {
    z-index: 1;
  }
  .sm\:z-2 {
    z-index: 2;
  }
  .sm\:z-3 {
    z-index: 3;
  }
  .sm\:z-4 {
    z-index: 4;
  }
  .sm\:z-5 {
    z-index: 5;
  }
  .sm\:z-6 {
    z-index: 6;
  }
  .sm\:z-7 {
    z-index: 7;
  }
  .sm\:z-8 {
    z-index: 8;
  }
  .sm\:z-9 {
    z-index: 9;
  }
  .sm\:z-10 {
    z-index: 10;
  }
  .sm\:z-11 {
    z-index: 11;
  }
  .sm\:z-12 {
    z-index: 12;
  }
  .sm\:z-13 {
    z-index: 13;
  }
  .sm\:z-14 {
    z-index: 14;
  }
  .sm\:z-15 {
    z-index: 15;
  }
  .sm\:z-20 {
    z-index: 20;
  }
  .sm\:z-25 {
    z-index: 25;
  }
  .sm\:z-30 {
    z-index: 30;
  }
  .sm\:z-35 {
    z-index: 35;
  }
  .sm\:z-40 {
    z-index: 40;
  }
  .sm\:z-45 {
    z-index: 45;
  }
  .sm\:z-50 {
    z-index: 50;
  }
  .sm\:z-55 {
    z-index: 55;
  }
  .sm\:z-60 {
    z-index: 60;
  }
  .sm\:z-65 {
    z-index: 65;
  }
  .sm\:z-70 {
    z-index: 70;
  }
  .sm\:z-75 {
    z-index: 75;
  }
  .sm\:z-80 {
    z-index: 80;
  }
  .sm\:z-85 {
    z-index: 85;
  }
  .sm\:z-90 {
    z-index: 90;
  }
  .sm\:z-95 {
    z-index: 95;
  }
  .sm\:z-100 {
    z-index: 100;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* LAYOUT */
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:table {
    display: table;
  }
  .md\:inline-table {
    display: inline-table;
  }
  .md\:table-caption {
    display: table-caption;
  }
  .md\:table-cell {
    display: table-cell;
  }
  .md\:table-column {
    display: table-column;
  }
  .md\:table-column-group {
    display: table-column-group;
  }
  .md\:table-footer-group {
    display: table-footer-group;
  }
  .md\:table-header-group {
    display: table-header-group;
  }
  .md\:table-row-group {
    display: table-row-group;
  }
  .md\:table-row {
    display: table-row;
  }
  .md\:flow-root {
    display: flow-root;
  }
  .md\:grid {
    display: grid;
  }
  .md\:inline-grid {
    display: inline-grid;
  }
  .md\:contents {
    display: contents;
  }
  .md\:list-item {
    display: list-item;
  }
  .md\:none {
    display: none;
  }
  .md\:float-start {
    float: inline-start;
  }
  .md\:float-end {
    float: inline-end;
  }
  .md\:float-right {
    float: right;
  }
  .md\:float-left {
    float: left;
  }
  .md\:float-none {
    float: none;
  }
  .md\:clear-start {
    clear: inline-start;
  }
  .md\:clear-end {
    clear: inline-end;
  }
  .md\:clear-right {
    clear: right;
  }
  .md\:clear-left {
    clear: left;
  }
  .md\:clear-none {
    clear: none;
  }
  .md\:clear-both {
    clear: both;
  }
  .md\:object-contain {
    object-fit: contain;
  }
  .md\:object-cover {
    object-fit: cover;
  }
  .md\:object-fill {
    object-fit: fill;
  }
  .md\:object-none {
    object-fit: none;
  }
  .md\:object-scale-down {
    object-fit: scale-down;
  }
  .md\:object-bottom {
    object-position: bottom;
  }
  .md\:object-center {
    object-position: center,;
  }
  .md\:object-left {
    object-position: left;
  }
  .md\:object-left-bottom {
    object-position: left bottom;
  }
  .md\:object-left-top {
    object-position: left top;
  }
  .md\:object-right {
    object-position: right;
  }
  .md\:object-right-bottom {
    object-position: right bottom;
  }
  .md\:object-right-top {
    object-position: right top;
  }
  .md\:object-top {
    object-position: top;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .md\:overflow-clip {
    overflow: clip;
  }
  .md\:overflow-x-clip {
    overflow-x: clip;
  }
  .md\:overflow-y-clip {
    overflow-y: clip;
  }
  .md\:overflow-visible {
    overflow: visible;
  }
  .md\:overflow-x-visible {
    overflow-x: visible;
  }
  .md\:overflow-y-visible {
    overflow-y: visible;
  }
  .md\:overflow-scroll {
    overflow: scroll;
  }
  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .md\:overflow-auto {
    overflow: auto;
  }
  .md\:overflow-x-auto {
    overflow-x: auto;
  }
  .md\:overflow-y-auto {
    overflow-y: auto;
  }
  .md\:static {
    position: static;
  }
  .md\:fixed {
    position: fixed;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:sticky {
    position: sticky;
  }
  .md\:inset-auto {
    inset: auto;
  }
  .md\:inset-0 {
    inset: 0rem;
  }
  .md\:inset-0per {
    inset: 0%;
  }
  .md\:inset-1 {
    inset: 1rem;
  }
  .md\:inset-1per {
    inset: 1%;
  }
  .md\:inset-2 {
    inset: 2rem;
  }
  .md\:inset-2per {
    inset: 2%;
  }
  .md\:inset-3 {
    inset: 3rem;
  }
  .md\:inset-3per {
    inset: 3%;
  }
  .md\:inset-4 {
    inset: 4rem;
  }
  .md\:inset-4per {
    inset: 4%;
  }
  .md\:inset-5 {
    inset: 5rem;
  }
  .md\:inset-5per {
    inset: 5%;
  }
  .md\:inset-6 {
    inset: 6rem;
  }
  .md\:inset-6per {
    inset: 6%;
  }
  .md\:inset-7 {
    inset: 7rem;
  }
  .md\:inset-7per {
    inset: 7%;
  }
  .md\:inset-8 {
    inset: 8rem;
  }
  .md\:inset-8per {
    inset: 8%;
  }
  .md\:inset-9 {
    inset: 9rem;
  }
  .md\:inset-9per {
    inset: 9%;
  }
  .md\:inset-10 {
    inset: 10rem;
  }
  .md\:inset-10per {
    inset: 10%;
  }
  .md\:inset-11 {
    inset: 11rem;
  }
  .md\:inset-11per {
    inset: 11%;
  }
  .md\:inset-12 {
    inset: 12rem;
  }
  .md\:inset-12per {
    inset: 12%;
  }
  .md\:inset-13 {
    inset: 13rem;
  }
  .md\:inset-13per {
    inset: 13%;
  }
  .md\:inset-14 {
    inset: 14rem;
  }
  .md\:inset-14per {
    inset: 14%;
  }
  .md\:inset-15 {
    inset: 15rem;
  }
  .md\:inset-15per {
    inset: 15%;
  }
  .md\:inset-20 {
    inset: 20rem;
  }
  .md\:inset-20per {
    inset: 20%;
  }
  .md\:inset-25 {
    inset: 25rem;
  }
  .md\:inset-25per {
    inset: 25%;
  }
  .md\:inset-30 {
    inset: 30rem;
  }
  .md\:inset-30per {
    inset: 30%;
  }
  .md\:inset-35 {
    inset: 35rem;
  }
  .md\:inset-35per {
    inset: 35%;
  }
  .md\:inset-40 {
    inset: 40rem;
  }
  .md\:inset-40per {
    inset: 40%;
  }
  .md\:inset-45 {
    inset: 45rem;
  }
  .md\:inset-45per {
    inset: 45%;
  }
  .md\:inset-50 {
    inset: 50rem;
  }
  .md\:inset-50per {
    inset: 50%;
  }
  .md\:inset-55 {
    inset: 55rem;
  }
  .md\:inset-55per {
    inset: 55%;
  }
  .md\:inset-60 {
    inset: 60rem;
  }
  .md\:inset-60per {
    inset: 60%;
  }
  .md\:inset-65 {
    inset: 65rem;
  }
  .md\:inset-65per {
    inset: 65%;
  }
  .md\:inset-70 {
    inset: 70rem;
  }
  .md\:inset-70per {
    inset: 70%;
  }
  .md\:inset-75 {
    inset: 75rem;
  }
  .md\:inset-75per {
    inset: 75%;
  }
  .md\:inset-80 {
    inset: 80rem;
  }
  .md\:inset-80per {
    inset: 80%;
  }
  .md\:inset-85 {
    inset: 85rem;
  }
  .md\:inset-85per {
    inset: 85%;
  }
  .md\:inset-90 {
    inset: 90rem;
  }
  .md\:inset-90per {
    inset: 90%;
  }
  .md\:inset-95 {
    inset: 95rem;
  }
  .md\:inset-95per {
    inset: 95%;
  }
  .md\:inset-100 {
    inset: 100rem;
  }
  .md\:inset-100per {
    inset: 100%;
  }
  .md\:top-auto {
    top: auto;
  }
  .md\:top-0 {
    top: 0rem;
  }
  .md\:top-0per {
    top: 0%;
  }
  .md\:top-1 {
    top: 1rem;
  }
  .md\:top-1per {
    top: 1%;
  }
  .md\:top-2 {
    top: 2rem;
  }
  .md\:top-2per {
    top: 2%;
  }
  .md\:top-3 {
    top: 3rem;
  }
  .md\:top-3per {
    top: 3%;
  }
  .md\:top-4 {
    top: 4rem;
  }
  .md\:top-4per {
    top: 4%;
  }
  .md\:top-5 {
    top: 5rem;
  }
  .md\:top-5per {
    top: 5%;
  }
  .md\:top-6 {
    top: 6rem;
  }
  .md\:top-6per {
    top: 6%;
  }
  .md\:top-7 {
    top: 7rem;
  }
  .md\:top-7per {
    top: 7%;
  }
  .md\:top-8 {
    top: 8rem;
  }
  .md\:top-8per {
    top: 8%;
  }
  .md\:top-9 {
    top: 9rem;
  }
  .md\:top-9per {
    top: 9%;
  }
  .md\:top-10 {
    top: 10rem;
  }
  .md\:top-10per {
    top: 10%;
  }
  .md\:top-11 {
    top: 11rem;
  }
  .md\:top-11per {
    top: 11%;
  }
  .md\:top-12 {
    top: 12rem;
  }
  .md\:top-12per {
    top: 12%;
  }
  .md\:top-13 {
    top: 13rem;
  }
  .md\:top-13per {
    top: 13%;
  }
  .md\:top-14 {
    top: 14rem;
  }
  .md\:top-14per {
    top: 14%;
  }
  .md\:top-15 {
    top: 15rem;
  }
  .md\:top-15per {
    top: 15%;
  }
  .md\:top-20 {
    top: 20rem;
  }
  .md\:top-20per {
    top: 20%;
  }
  .md\:top-25 {
    top: 25rem;
  }
  .md\:top-25per {
    top: 25%;
  }
  .md\:top-30 {
    top: 30rem;
  }
  .md\:top-30per {
    top: 30%;
  }
  .md\:top-35 {
    top: 35rem;
  }
  .md\:top-35per {
    top: 35%;
  }
  .md\:top-40 {
    top: 40rem;
  }
  .md\:top-40per {
    top: 40%;
  }
  .md\:top-45 {
    top: 45rem;
  }
  .md\:top-45per {
    top: 45%;
  }
  .md\:top-50 {
    top: 50rem;
  }
  .md\:top-50per {
    top: 50%;
  }
  .md\:top-55 {
    top: 55rem;
  }
  .md\:top-55per {
    top: 55%;
  }
  .md\:top-60 {
    top: 60rem;
  }
  .md\:top-60per {
    top: 60%;
  }
  .md\:top-65 {
    top: 65rem;
  }
  .md\:top-65per {
    top: 65%;
  }
  .md\:top-70 {
    top: 70rem;
  }
  .md\:top-70per {
    top: 70%;
  }
  .md\:top-75 {
    top: 75rem;
  }
  .md\:top-75per {
    top: 75%;
  }
  .md\:top-80 {
    top: 80rem;
  }
  .md\:top-80per {
    top: 80%;
  }
  .md\:top-85 {
    top: 85rem;
  }
  .md\:top-85per {
    top: 85%;
  }
  .md\:top-90 {
    top: 90rem;
  }
  .md\:top-90per {
    top: 90%;
  }
  .md\:top-95 {
    top: 95rem;
  }
  .md\:top-95per {
    top: 95%;
  }
  .md\:top-100 {
    top: 100rem;
  }
  .md\:top-100per {
    top: 100%;
  }
  .md\:right-auto {
    right: auto;
  }
  .md\:right-0 {
    right: 0rem;
  }
  .md\:right-0per {
    right: 0%;
  }
  .md\:right-1 {
    right: 1rem;
  }
  .md\:right-1per {
    right: 1%;
  }
  .md\:right-2 {
    right: 2rem;
  }
  .md\:right-2per {
    right: 2%;
  }
  .md\:right-3 {
    right: 3rem;
  }
  .md\:right-3per {
    right: 3%;
  }
  .md\:right-4 {
    right: 4rem;
  }
  .md\:right-4per {
    right: 4%;
  }
  .md\:right-5 {
    right: 5rem;
  }
  .md\:right-5per {
    right: 5%;
  }
  .md\:right-6 {
    right: 6rem;
  }
  .md\:right-6per {
    right: 6%;
  }
  .md\:right-7 {
    right: 7rem;
  }
  .md\:right-7per {
    right: 7%;
  }
  .md\:right-8 {
    right: 8rem;
  }
  .md\:right-8per {
    right: 8%;
  }
  .md\:right-9 {
    right: 9rem;
  }
  .md\:right-9per {
    right: 9%;
  }
  .md\:right-10 {
    right: 10rem;
  }
  .md\:right-10per {
    right: 10%;
  }
  .md\:right-11 {
    right: 11rem;
  }
  .md\:right-11per {
    right: 11%;
  }
  .md\:right-12 {
    right: 12rem;
  }
  .md\:right-12per {
    right: 12%;
  }
  .md\:right-13 {
    right: 13rem;
  }
  .md\:right-13per {
    right: 13%;
  }
  .md\:right-14 {
    right: 14rem;
  }
  .md\:right-14per {
    right: 14%;
  }
  .md\:right-15 {
    right: 15rem;
  }
  .md\:right-15per {
    right: 15%;
  }
  .md\:right-20 {
    right: 20rem;
  }
  .md\:right-20per {
    right: 20%;
  }
  .md\:right-25 {
    right: 25rem;
  }
  .md\:right-25per {
    right: 25%;
  }
  .md\:right-30 {
    right: 30rem;
  }
  .md\:right-30per {
    right: 30%;
  }
  .md\:right-35 {
    right: 35rem;
  }
  .md\:right-35per {
    right: 35%;
  }
  .md\:right-40 {
    right: 40rem;
  }
  .md\:right-40per {
    right: 40%;
  }
  .md\:right-45 {
    right: 45rem;
  }
  .md\:right-45per {
    right: 45%;
  }
  .md\:right-50 {
    right: 50rem;
  }
  .md\:right-50per {
    right: 50%;
  }
  .md\:right-55 {
    right: 55rem;
  }
  .md\:right-55per {
    right: 55%;
  }
  .md\:right-60 {
    right: 60rem;
  }
  .md\:right-60per {
    right: 60%;
  }
  .md\:right-65 {
    right: 65rem;
  }
  .md\:right-65per {
    right: 65%;
  }
  .md\:right-70 {
    right: 70rem;
  }
  .md\:right-70per {
    right: 70%;
  }
  .md\:right-75 {
    right: 75rem;
  }
  .md\:right-75per {
    right: 75%;
  }
  .md\:right-80 {
    right: 80rem;
  }
  .md\:right-80per {
    right: 80%;
  }
  .md\:right-85 {
    right: 85rem;
  }
  .md\:right-85per {
    right: 85%;
  }
  .md\:right-90 {
    right: 90rem;
  }
  .md\:right-90per {
    right: 90%;
  }
  .md\:right-95 {
    right: 95rem;
  }
  .md\:right-95per {
    right: 95%;
  }
  .md\:right-100 {
    right: 100rem;
  }
  .md\:right-100per {
    right: 100%;
  }
  .md\:bottom-auto {
    bottom: auto;
  }
  .md\:bottom-0 {
    bottom: 0rem;
  }
  .md\:bottom-0per {
    bottom: 0%;
  }
  .md\:bottom-1 {
    bottom: 1rem;
  }
  .md\:bottom-1per {
    bottom: 1%;
  }
  .md\:bottom-2 {
    bottom: 2rem;
  }
  .md\:bottom-2per {
    bottom: 2%;
  }
  .md\:bottom-3 {
    bottom: 3rem;
  }
  .md\:bottom-3per {
    bottom: 3%;
  }
  .md\:bottom-4 {
    bottom: 4rem;
  }
  .md\:bottom-4per {
    bottom: 4%;
  }
  .md\:bottom-5 {
    bottom: 5rem;
  }
  .md\:bottom-5per {
    bottom: 5%;
  }
  .md\:bottom-6 {
    bottom: 6rem;
  }
  .md\:bottom-6per {
    bottom: 6%;
  }
  .md\:bottom-7 {
    bottom: 7rem;
  }
  .md\:bottom-7per {
    bottom: 7%;
  }
  .md\:bottom-8 {
    bottom: 8rem;
  }
  .md\:bottom-8per {
    bottom: 8%;
  }
  .md\:bottom-9 {
    bottom: 9rem;
  }
  .md\:bottom-9per {
    bottom: 9%;
  }
  .md\:bottom-10 {
    bottom: 10rem;
  }
  .md\:bottom-10per {
    bottom: 10%;
  }
  .md\:bottom-11 {
    bottom: 11rem;
  }
  .md\:bottom-11per {
    bottom: 11%;
  }
  .md\:bottom-12 {
    bottom: 12rem;
  }
  .md\:bottom-12per {
    bottom: 12%;
  }
  .md\:bottom-13 {
    bottom: 13rem;
  }
  .md\:bottom-13per {
    bottom: 13%;
  }
  .md\:bottom-14 {
    bottom: 14rem;
  }
  .md\:bottom-14per {
    bottom: 14%;
  }
  .md\:bottom-15 {
    bottom: 15rem;
  }
  .md\:bottom-15per {
    bottom: 15%;
  }
  .md\:bottom-20 {
    bottom: 20rem;
  }
  .md\:bottom-20per {
    bottom: 20%;
  }
  .md\:bottom-25 {
    bottom: 25rem;
  }
  .md\:bottom-25per {
    bottom: 25%;
  }
  .md\:bottom-30 {
    bottom: 30rem;
  }
  .md\:bottom-30per {
    bottom: 30%;
  }
  .md\:bottom-35 {
    bottom: 35rem;
  }
  .md\:bottom-35per {
    bottom: 35%;
  }
  .md\:bottom-40 {
    bottom: 40rem;
  }
  .md\:bottom-40per {
    bottom: 40%;
  }
  .md\:bottom-45 {
    bottom: 45rem;
  }
  .md\:bottom-45per {
    bottom: 45%;
  }
  .md\:bottom-50 {
    bottom: 50rem;
  }
  .md\:bottom-50per {
    bottom: 50%;
  }
  .md\:bottom-55 {
    bottom: 55rem;
  }
  .md\:bottom-55per {
    bottom: 55%;
  }
  .md\:bottom-60 {
    bottom: 60rem;
  }
  .md\:bottom-60per {
    bottom: 60%;
  }
  .md\:bottom-65 {
    bottom: 65rem;
  }
  .md\:bottom-65per {
    bottom: 65%;
  }
  .md\:bottom-70 {
    bottom: 70rem;
  }
  .md\:bottom-70per {
    bottom: 70%;
  }
  .md\:bottom-75 {
    bottom: 75rem;
  }
  .md\:bottom-75per {
    bottom: 75%;
  }
  .md\:bottom-80 {
    bottom: 80rem;
  }
  .md\:bottom-80per {
    bottom: 80%;
  }
  .md\:bottom-85 {
    bottom: 85rem;
  }
  .md\:bottom-85per {
    bottom: 85%;
  }
  .md\:bottom-90 {
    bottom: 90rem;
  }
  .md\:bottom-90per {
    bottom: 90%;
  }
  .md\:bottom-95 {
    bottom: 95rem;
  }
  .md\:bottom-95per {
    bottom: 95%;
  }
  .md\:bottom-100 {
    bottom: 100rem;
  }
  .md\:bottom-100per {
    bottom: 100%;
  }
  .md\:left-auto {
    left: auto;
  }
  .md\:left-0 {
    left: 0rem;
  }
  .md\:left-0per {
    left: 0%;
  }
  .md\:left-1 {
    left: 1rem;
  }
  .md\:left-1per {
    left: 1%;
  }
  .md\:left-2 {
    left: 2rem;
  }
  .md\:left-2per {
    left: 2%;
  }
  .md\:left-3 {
    left: 3rem;
  }
  .md\:left-3per {
    left: 3%;
  }
  .md\:left-4 {
    left: 4rem;
  }
  .md\:left-4per {
    left: 4%;
  }
  .md\:left-5 {
    left: 5rem;
  }
  .md\:left-5per {
    left: 5%;
  }
  .md\:left-6 {
    left: 6rem;
  }
  .md\:left-6per {
    left: 6%;
  }
  .md\:left-7 {
    left: 7rem;
  }
  .md\:left-7per {
    left: 7%;
  }
  .md\:left-8 {
    left: 8rem;
  }
  .md\:left-8per {
    left: 8%;
  }
  .md\:left-9 {
    left: 9rem;
  }
  .md\:left-9per {
    left: 9%;
  }
  .md\:left-10 {
    left: 10rem;
  }
  .md\:left-10per {
    left: 10%;
  }
  .md\:left-11 {
    left: 11rem;
  }
  .md\:left-11per {
    left: 11%;
  }
  .md\:left-12 {
    left: 12rem;
  }
  .md\:left-12per {
    left: 12%;
  }
  .md\:left-13 {
    left: 13rem;
  }
  .md\:left-13per {
    left: 13%;
  }
  .md\:left-14 {
    left: 14rem;
  }
  .md\:left-14per {
    left: 14%;
  }
  .md\:left-15 {
    left: 15rem;
  }
  .md\:left-15per {
    left: 15%;
  }
  .md\:left-20 {
    left: 20rem;
  }
  .md\:left-20per {
    left: 20%;
  }
  .md\:left-25 {
    left: 25rem;
  }
  .md\:left-25per {
    left: 25%;
  }
  .md\:left-30 {
    left: 30rem;
  }
  .md\:left-30per {
    left: 30%;
  }
  .md\:left-35 {
    left: 35rem;
  }
  .md\:left-35per {
    left: 35%;
  }
  .md\:left-40 {
    left: 40rem;
  }
  .md\:left-40per {
    left: 40%;
  }
  .md\:left-45 {
    left: 45rem;
  }
  .md\:left-45per {
    left: 45%;
  }
  .md\:left-50 {
    left: 50rem;
  }
  .md\:left-50per {
    left: 50%;
  }
  .md\:left-55 {
    left: 55rem;
  }
  .md\:left-55per {
    left: 55%;
  }
  .md\:left-60 {
    left: 60rem;
  }
  .md\:left-60per {
    left: 60%;
  }
  .md\:left-65 {
    left: 65rem;
  }
  .md\:left-65per {
    left: 65%;
  }
  .md\:left-70 {
    left: 70rem;
  }
  .md\:left-70per {
    left: 70%;
  }
  .md\:left-75 {
    left: 75rem;
  }
  .md\:left-75per {
    left: 75%;
  }
  .md\:left-80 {
    left: 80rem;
  }
  .md\:left-80per {
    left: 80%;
  }
  .md\:left-85 {
    left: 85rem;
  }
  .md\:left-85per {
    left: 85%;
  }
  .md\:left-90 {
    left: 90rem;
  }
  .md\:left-90per {
    left: 90%;
  }
  .md\:left-95 {
    left: 95rem;
  }
  .md\:left-95per {
    left: 95%;
  }
  .md\:left-100 {
    left: 100rem;
  }
  .md\:left-100per {
    left: 100%;
  }
  .md\:visible {
    visibility: visible;
  }
  .md\:hidden {
    visibility: hidden;
  }
  .md\:collapse {
    visibility: collapse;
  }
  .md\:z-auto {
    z-index: auto;
  }
  .md\:z-0 {
    z-index: 0;
  }
  .md\:z-1 {
    z-index: 1;
  }
  .md\:z-2 {
    z-index: 2;
  }
  .md\:z-3 {
    z-index: 3;
  }
  .md\:z-4 {
    z-index: 4;
  }
  .md\:z-5 {
    z-index: 5;
  }
  .md\:z-6 {
    z-index: 6;
  }
  .md\:z-7 {
    z-index: 7;
  }
  .md\:z-8 {
    z-index: 8;
  }
  .md\:z-9 {
    z-index: 9;
  }
  .md\:z-10 {
    z-index: 10;
  }
  .md\:z-11 {
    z-index: 11;
  }
  .md\:z-12 {
    z-index: 12;
  }
  .md\:z-13 {
    z-index: 13;
  }
  .md\:z-14 {
    z-index: 14;
  }
  .md\:z-15 {
    z-index: 15;
  }
  .md\:z-20 {
    z-index: 20;
  }
  .md\:z-25 {
    z-index: 25;
  }
  .md\:z-30 {
    z-index: 30;
  }
  .md\:z-35 {
    z-index: 35;
  }
  .md\:z-40 {
    z-index: 40;
  }
  .md\:z-45 {
    z-index: 45;
  }
  .md\:z-50 {
    z-index: 50;
  }
  .md\:z-55 {
    z-index: 55;
  }
  .md\:z-60 {
    z-index: 60;
  }
  .md\:z-65 {
    z-index: 65;
  }
  .md\:z-70 {
    z-index: 70;
  }
  .md\:z-75 {
    z-index: 75;
  }
  .md\:z-80 {
    z-index: 80;
  }
  .md\:z-85 {
    z-index: 85;
  }
  .md\:z-90 {
    z-index: 90;
  }
  .md\:z-95 {
    z-index: 95;
  }
  .md\:z-100 {
    z-index: 100;
  }
}
@media only screen and (min-width: 1025px) {
  /* LAYOUT */
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:inline {
    display: inline;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:table {
    display: table;
  }
  .lg\:inline-table {
    display: inline-table;
  }
  .lg\:table-caption {
    display: table-caption;
  }
  .lg\:table-cell {
    display: table-cell;
  }
  .lg\:table-column {
    display: table-column;
  }
  .lg\:table-column-group {
    display: table-column-group;
  }
  .lg\:table-footer-group {
    display: table-footer-group;
  }
  .lg\:table-header-group {
    display: table-header-group;
  }
  .lg\:table-row-group {
    display: table-row-group;
  }
  .lg\:table-row {
    display: table-row;
  }
  .lg\:flow-root {
    display: flow-root;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:inline-grid {
    display: inline-grid;
  }
  .lg\:contents {
    display: contents;
  }
  .lg\:list-item {
    display: list-item;
  }
  .lg\:none {
    display: none;
  }
  .lg\:float-start {
    float: inline-start;
  }
  .lg\:float-end {
    float: inline-end;
  }
  .lg\:float-right {
    float: right;
  }
  .lg\:float-left {
    float: left;
  }
  .lg\:float-none {
    float: none;
  }
  .lg\:clear-start {
    clear: inline-start;
  }
  .lg\:clear-end {
    clear: inline-end;
  }
  .lg\:clear-right {
    clear: right;
  }
  .lg\:clear-left {
    clear: left;
  }
  .lg\:clear-none {
    clear: none;
  }
  .lg\:clear-both {
    clear: both;
  }
  .lg\:object-contain {
    object-fit: contain;
  }
  .lg\:object-cover {
    object-fit: cover;
  }
  .lg\:object-fill {
    object-fit: fill;
  }
  .lg\:object-none {
    object-fit: none;
  }
  .lg\:object-scale-down {
    object-fit: scale-down;
  }
  .lg\:object-bottom {
    object-position: bottom;
  }
  .lg\:object-center {
    object-position: center,;
  }
  .lg\:object-left {
    object-position: left;
  }
  .lg\:object-left-bottom {
    object-position: left bottom;
  }
  .lg\:object-left-top {
    object-position: left top;
  }
  .lg\:object-right {
    object-position: right;
  }
  .lg\:object-right-bottom {
    object-position: right bottom;
  }
  .lg\:object-right-top {
    object-position: right top;
  }
  .lg\:object-top {
    object-position: top;
  }
  .lg\:overflow-hidden {
    overflow: hidden;
  }
  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .lg\:overflow-clip {
    overflow: clip;
  }
  .lg\:overflow-x-clip {
    overflow-x: clip;
  }
  .lg\:overflow-y-clip {
    overflow-y: clip;
  }
  .lg\:overflow-visible {
    overflow: visible;
  }
  .lg\:overflow-x-visible {
    overflow-x: visible;
  }
  .lg\:overflow-y-visible {
    overflow-y: visible;
  }
  .lg\:overflow-scroll {
    overflow: scroll;
  }
  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .lg\:overflow-auto {
    overflow: auto;
  }
  .lg\:overflow-x-auto {
    overflow-x: auto;
  }
  .lg\:overflow-y-auto {
    overflow-y: auto;
  }
  .lg\:static {
    position: static;
  }
  .lg\:fixed {
    position: fixed;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:inset-auto {
    inset: auto;
  }
  .lg\:inset-0 {
    inset: 0rem;
  }
  .lg\:inset-0per {
    inset: 0%;
  }
  .lg\:inset-1 {
    inset: 1rem;
  }
  .lg\:inset-1per {
    inset: 1%;
  }
  .lg\:inset-2 {
    inset: 2rem;
  }
  .lg\:inset-2per {
    inset: 2%;
  }
  .lg\:inset-3 {
    inset: 3rem;
  }
  .lg\:inset-3per {
    inset: 3%;
  }
  .lg\:inset-4 {
    inset: 4rem;
  }
  .lg\:inset-4per {
    inset: 4%;
  }
  .lg\:inset-5 {
    inset: 5rem;
  }
  .lg\:inset-5per {
    inset: 5%;
  }
  .lg\:inset-6 {
    inset: 6rem;
  }
  .lg\:inset-6per {
    inset: 6%;
  }
  .lg\:inset-7 {
    inset: 7rem;
  }
  .lg\:inset-7per {
    inset: 7%;
  }
  .lg\:inset-8 {
    inset: 8rem;
  }
  .lg\:inset-8per {
    inset: 8%;
  }
  .lg\:inset-9 {
    inset: 9rem;
  }
  .lg\:inset-9per {
    inset: 9%;
  }
  .lg\:inset-10 {
    inset: 10rem;
  }
  .lg\:inset-10per {
    inset: 10%;
  }
  .lg\:inset-11 {
    inset: 11rem;
  }
  .lg\:inset-11per {
    inset: 11%;
  }
  .lg\:inset-12 {
    inset: 12rem;
  }
  .lg\:inset-12per {
    inset: 12%;
  }
  .lg\:inset-13 {
    inset: 13rem;
  }
  .lg\:inset-13per {
    inset: 13%;
  }
  .lg\:inset-14 {
    inset: 14rem;
  }
  .lg\:inset-14per {
    inset: 14%;
  }
  .lg\:inset-15 {
    inset: 15rem;
  }
  .lg\:inset-15per {
    inset: 15%;
  }
  .lg\:inset-20 {
    inset: 20rem;
  }
  .lg\:inset-20per {
    inset: 20%;
  }
  .lg\:inset-25 {
    inset: 25rem;
  }
  .lg\:inset-25per {
    inset: 25%;
  }
  .lg\:inset-30 {
    inset: 30rem;
  }
  .lg\:inset-30per {
    inset: 30%;
  }
  .lg\:inset-35 {
    inset: 35rem;
  }
  .lg\:inset-35per {
    inset: 35%;
  }
  .lg\:inset-40 {
    inset: 40rem;
  }
  .lg\:inset-40per {
    inset: 40%;
  }
  .lg\:inset-45 {
    inset: 45rem;
  }
  .lg\:inset-45per {
    inset: 45%;
  }
  .lg\:inset-50 {
    inset: 50rem;
  }
  .lg\:inset-50per {
    inset: 50%;
  }
  .lg\:inset-55 {
    inset: 55rem;
  }
  .lg\:inset-55per {
    inset: 55%;
  }
  .lg\:inset-60 {
    inset: 60rem;
  }
  .lg\:inset-60per {
    inset: 60%;
  }
  .lg\:inset-65 {
    inset: 65rem;
  }
  .lg\:inset-65per {
    inset: 65%;
  }
  .lg\:inset-70 {
    inset: 70rem;
  }
  .lg\:inset-70per {
    inset: 70%;
  }
  .lg\:inset-75 {
    inset: 75rem;
  }
  .lg\:inset-75per {
    inset: 75%;
  }
  .lg\:inset-80 {
    inset: 80rem;
  }
  .lg\:inset-80per {
    inset: 80%;
  }
  .lg\:inset-85 {
    inset: 85rem;
  }
  .lg\:inset-85per {
    inset: 85%;
  }
  .lg\:inset-90 {
    inset: 90rem;
  }
  .lg\:inset-90per {
    inset: 90%;
  }
  .lg\:inset-95 {
    inset: 95rem;
  }
  .lg\:inset-95per {
    inset: 95%;
  }
  .lg\:inset-100 {
    inset: 100rem;
  }
  .lg\:inset-100per {
    inset: 100%;
  }
  .lg\:top-auto {
    top: auto;
  }
  .lg\:top-0 {
    top: 0rem;
  }
  .lg\:top-0per {
    top: 0%;
  }
  .lg\:top-1 {
    top: 1rem;
  }
  .lg\:top-1per {
    top: 1%;
  }
  .lg\:top-2 {
    top: 2rem;
  }
  .lg\:top-2per {
    top: 2%;
  }
  .lg\:top-3 {
    top: 3rem;
  }
  .lg\:top-3per {
    top: 3%;
  }
  .lg\:top-4 {
    top: 4rem;
  }
  .lg\:top-4per {
    top: 4%;
  }
  .lg\:top-5 {
    top: 5rem;
  }
  .lg\:top-5per {
    top: 5%;
  }
  .lg\:top-6 {
    top: 6rem;
  }
  .lg\:top-6per {
    top: 6%;
  }
  .lg\:top-7 {
    top: 7rem;
  }
  .lg\:top-7per {
    top: 7%;
  }
  .lg\:top-8 {
    top: 8rem;
  }
  .lg\:top-8per {
    top: 8%;
  }
  .lg\:top-9 {
    top: 9rem;
  }
  .lg\:top-9per {
    top: 9%;
  }
  .lg\:top-10 {
    top: 10rem;
  }
  .lg\:top-10per {
    top: 10%;
  }
  .lg\:top-11 {
    top: 11rem;
  }
  .lg\:top-11per {
    top: 11%;
  }
  .lg\:top-12 {
    top: 12rem;
  }
  .lg\:top-12per {
    top: 12%;
  }
  .lg\:top-13 {
    top: 13rem;
  }
  .lg\:top-13per {
    top: 13%;
  }
  .lg\:top-14 {
    top: 14rem;
  }
  .lg\:top-14per {
    top: 14%;
  }
  .lg\:top-15 {
    top: 15rem;
  }
  .lg\:top-15per {
    top: 15%;
  }
  .lg\:top-20 {
    top: 20rem;
  }
  .lg\:top-20per {
    top: 20%;
  }
  .lg\:top-25 {
    top: 25rem;
  }
  .lg\:top-25per {
    top: 25%;
  }
  .lg\:top-30 {
    top: 30rem;
  }
  .lg\:top-30per {
    top: 30%;
  }
  .lg\:top-35 {
    top: 35rem;
  }
  .lg\:top-35per {
    top: 35%;
  }
  .lg\:top-40 {
    top: 40rem;
  }
  .lg\:top-40per {
    top: 40%;
  }
  .lg\:top-45 {
    top: 45rem;
  }
  .lg\:top-45per {
    top: 45%;
  }
  .lg\:top-50 {
    top: 50rem;
  }
  .lg\:top-50per {
    top: 50%;
  }
  .lg\:top-55 {
    top: 55rem;
  }
  .lg\:top-55per {
    top: 55%;
  }
  .lg\:top-60 {
    top: 60rem;
  }
  .lg\:top-60per {
    top: 60%;
  }
  .lg\:top-65 {
    top: 65rem;
  }
  .lg\:top-65per {
    top: 65%;
  }
  .lg\:top-70 {
    top: 70rem;
  }
  .lg\:top-70per {
    top: 70%;
  }
  .lg\:top-75 {
    top: 75rem;
  }
  .lg\:top-75per {
    top: 75%;
  }
  .lg\:top-80 {
    top: 80rem;
  }
  .lg\:top-80per {
    top: 80%;
  }
  .lg\:top-85 {
    top: 85rem;
  }
  .lg\:top-85per {
    top: 85%;
  }
  .lg\:top-90 {
    top: 90rem;
  }
  .lg\:top-90per {
    top: 90%;
  }
  .lg\:top-95 {
    top: 95rem;
  }
  .lg\:top-95per {
    top: 95%;
  }
  .lg\:top-100 {
    top: 100rem;
  }
  .lg\:top-100per {
    top: 100%;
  }
  .lg\:right-auto {
    right: auto;
  }
  .lg\:right-0 {
    right: 0rem;
  }
  .lg\:right-0per {
    right: 0%;
  }
  .lg\:right-1 {
    right: 1rem;
  }
  .lg\:right-1per {
    right: 1%;
  }
  .lg\:right-2 {
    right: 2rem;
  }
  .lg\:right-2per {
    right: 2%;
  }
  .lg\:right-3 {
    right: 3rem;
  }
  .lg\:right-3per {
    right: 3%;
  }
  .lg\:right-4 {
    right: 4rem;
  }
  .lg\:right-4per {
    right: 4%;
  }
  .lg\:right-5 {
    right: 5rem;
  }
  .lg\:right-5per {
    right: 5%;
  }
  .lg\:right-6 {
    right: 6rem;
  }
  .lg\:right-6per {
    right: 6%;
  }
  .lg\:right-7 {
    right: 7rem;
  }
  .lg\:right-7per {
    right: 7%;
  }
  .lg\:right-8 {
    right: 8rem;
  }
  .lg\:right-8per {
    right: 8%;
  }
  .lg\:right-9 {
    right: 9rem;
  }
  .lg\:right-9per {
    right: 9%;
  }
  .lg\:right-10 {
    right: 10rem;
  }
  .lg\:right-10per {
    right: 10%;
  }
  .lg\:right-11 {
    right: 11rem;
  }
  .lg\:right-11per {
    right: 11%;
  }
  .lg\:right-12 {
    right: 12rem;
  }
  .lg\:right-12per {
    right: 12%;
  }
  .lg\:right-13 {
    right: 13rem;
  }
  .lg\:right-13per {
    right: 13%;
  }
  .lg\:right-14 {
    right: 14rem;
  }
  .lg\:right-14per {
    right: 14%;
  }
  .lg\:right-15 {
    right: 15rem;
  }
  .lg\:right-15per {
    right: 15%;
  }
  .lg\:right-20 {
    right: 20rem;
  }
  .lg\:right-20per {
    right: 20%;
  }
  .lg\:right-25 {
    right: 25rem;
  }
  .lg\:right-25per {
    right: 25%;
  }
  .lg\:right-30 {
    right: 30rem;
  }
  .lg\:right-30per {
    right: 30%;
  }
  .lg\:right-35 {
    right: 35rem;
  }
  .lg\:right-35per {
    right: 35%;
  }
  .lg\:right-40 {
    right: 40rem;
  }
  .lg\:right-40per {
    right: 40%;
  }
  .lg\:right-45 {
    right: 45rem;
  }
  .lg\:right-45per {
    right: 45%;
  }
  .lg\:right-50 {
    right: 50rem;
  }
  .lg\:right-50per {
    right: 50%;
  }
  .lg\:right-55 {
    right: 55rem;
  }
  .lg\:right-55per {
    right: 55%;
  }
  .lg\:right-60 {
    right: 60rem;
  }
  .lg\:right-60per {
    right: 60%;
  }
  .lg\:right-65 {
    right: 65rem;
  }
  .lg\:right-65per {
    right: 65%;
  }
  .lg\:right-70 {
    right: 70rem;
  }
  .lg\:right-70per {
    right: 70%;
  }
  .lg\:right-75 {
    right: 75rem;
  }
  .lg\:right-75per {
    right: 75%;
  }
  .lg\:right-80 {
    right: 80rem;
  }
  .lg\:right-80per {
    right: 80%;
  }
  .lg\:right-85 {
    right: 85rem;
  }
  .lg\:right-85per {
    right: 85%;
  }
  .lg\:right-90 {
    right: 90rem;
  }
  .lg\:right-90per {
    right: 90%;
  }
  .lg\:right-95 {
    right: 95rem;
  }
  .lg\:right-95per {
    right: 95%;
  }
  .lg\:right-100 {
    right: 100rem;
  }
  .lg\:right-100per {
    right: 100%;
  }
  .lg\:bottom-auto {
    bottom: auto;
  }
  .lg\:bottom-0 {
    bottom: 0rem;
  }
  .lg\:bottom-0per {
    bottom: 0%;
  }
  .lg\:bottom-1 {
    bottom: 1rem;
  }
  .lg\:bottom-1per {
    bottom: 1%;
  }
  .lg\:bottom-2 {
    bottom: 2rem;
  }
  .lg\:bottom-2per {
    bottom: 2%;
  }
  .lg\:bottom-3 {
    bottom: 3rem;
  }
  .lg\:bottom-3per {
    bottom: 3%;
  }
  .lg\:bottom-4 {
    bottom: 4rem;
  }
  .lg\:bottom-4per {
    bottom: 4%;
  }
  .lg\:bottom-5 {
    bottom: 5rem;
  }
  .lg\:bottom-5per {
    bottom: 5%;
  }
  .lg\:bottom-6 {
    bottom: 6rem;
  }
  .lg\:bottom-6per {
    bottom: 6%;
  }
  .lg\:bottom-7 {
    bottom: 7rem;
  }
  .lg\:bottom-7per {
    bottom: 7%;
  }
  .lg\:bottom-8 {
    bottom: 8rem;
  }
  .lg\:bottom-8per {
    bottom: 8%;
  }
  .lg\:bottom-9 {
    bottom: 9rem;
  }
  .lg\:bottom-9per {
    bottom: 9%;
  }
  .lg\:bottom-10 {
    bottom: 10rem;
  }
  .lg\:bottom-10per {
    bottom: 10%;
  }
  .lg\:bottom-11 {
    bottom: 11rem;
  }
  .lg\:bottom-11per {
    bottom: 11%;
  }
  .lg\:bottom-12 {
    bottom: 12rem;
  }
  .lg\:bottom-12per {
    bottom: 12%;
  }
  .lg\:bottom-13 {
    bottom: 13rem;
  }
  .lg\:bottom-13per {
    bottom: 13%;
  }
  .lg\:bottom-14 {
    bottom: 14rem;
  }
  .lg\:bottom-14per {
    bottom: 14%;
  }
  .lg\:bottom-15 {
    bottom: 15rem;
  }
  .lg\:bottom-15per {
    bottom: 15%;
  }
  .lg\:bottom-20 {
    bottom: 20rem;
  }
  .lg\:bottom-20per {
    bottom: 20%;
  }
  .lg\:bottom-25 {
    bottom: 25rem;
  }
  .lg\:bottom-25per {
    bottom: 25%;
  }
  .lg\:bottom-30 {
    bottom: 30rem;
  }
  .lg\:bottom-30per {
    bottom: 30%;
  }
  .lg\:bottom-35 {
    bottom: 35rem;
  }
  .lg\:bottom-35per {
    bottom: 35%;
  }
  .lg\:bottom-40 {
    bottom: 40rem;
  }
  .lg\:bottom-40per {
    bottom: 40%;
  }
  .lg\:bottom-45 {
    bottom: 45rem;
  }
  .lg\:bottom-45per {
    bottom: 45%;
  }
  .lg\:bottom-50 {
    bottom: 50rem;
  }
  .lg\:bottom-50per {
    bottom: 50%;
  }
  .lg\:bottom-55 {
    bottom: 55rem;
  }
  .lg\:bottom-55per {
    bottom: 55%;
  }
  .lg\:bottom-60 {
    bottom: 60rem;
  }
  .lg\:bottom-60per {
    bottom: 60%;
  }
  .lg\:bottom-65 {
    bottom: 65rem;
  }
  .lg\:bottom-65per {
    bottom: 65%;
  }
  .lg\:bottom-70 {
    bottom: 70rem;
  }
  .lg\:bottom-70per {
    bottom: 70%;
  }
  .lg\:bottom-75 {
    bottom: 75rem;
  }
  .lg\:bottom-75per {
    bottom: 75%;
  }
  .lg\:bottom-80 {
    bottom: 80rem;
  }
  .lg\:bottom-80per {
    bottom: 80%;
  }
  .lg\:bottom-85 {
    bottom: 85rem;
  }
  .lg\:bottom-85per {
    bottom: 85%;
  }
  .lg\:bottom-90 {
    bottom: 90rem;
  }
  .lg\:bottom-90per {
    bottom: 90%;
  }
  .lg\:bottom-95 {
    bottom: 95rem;
  }
  .lg\:bottom-95per {
    bottom: 95%;
  }
  .lg\:bottom-100 {
    bottom: 100rem;
  }
  .lg\:bottom-100per {
    bottom: 100%;
  }
  .lg\:left-auto {
    left: auto;
  }
  .lg\:left-0 {
    left: 0rem;
  }
  .lg\:left-0per {
    left: 0%;
  }
  .lg\:left-1 {
    left: 1rem;
  }
  .lg\:left-1per {
    left: 1%;
  }
  .lg\:left-2 {
    left: 2rem;
  }
  .lg\:left-2per {
    left: 2%;
  }
  .lg\:left-3 {
    left: 3rem;
  }
  .lg\:left-3per {
    left: 3%;
  }
  .lg\:left-4 {
    left: 4rem;
  }
  .lg\:left-4per {
    left: 4%;
  }
  .lg\:left-5 {
    left: 5rem;
  }
  .lg\:left-5per {
    left: 5%;
  }
  .lg\:left-6 {
    left: 6rem;
  }
  .lg\:left-6per {
    left: 6%;
  }
  .lg\:left-7 {
    left: 7rem;
  }
  .lg\:left-7per {
    left: 7%;
  }
  .lg\:left-8 {
    left: 8rem;
  }
  .lg\:left-8per {
    left: 8%;
  }
  .lg\:left-9 {
    left: 9rem;
  }
  .lg\:left-9per {
    left: 9%;
  }
  .lg\:left-10 {
    left: 10rem;
  }
  .lg\:left-10per {
    left: 10%;
  }
  .lg\:left-11 {
    left: 11rem;
  }
  .lg\:left-11per {
    left: 11%;
  }
  .lg\:left-12 {
    left: 12rem;
  }
  .lg\:left-12per {
    left: 12%;
  }
  .lg\:left-13 {
    left: 13rem;
  }
  .lg\:left-13per {
    left: 13%;
  }
  .lg\:left-14 {
    left: 14rem;
  }
  .lg\:left-14per {
    left: 14%;
  }
  .lg\:left-15 {
    left: 15rem;
  }
  .lg\:left-15per {
    left: 15%;
  }
  .lg\:left-20 {
    left: 20rem;
  }
  .lg\:left-20per {
    left: 20%;
  }
  .lg\:left-25 {
    left: 25rem;
  }
  .lg\:left-25per {
    left: 25%;
  }
  .lg\:left-30 {
    left: 30rem;
  }
  .lg\:left-30per {
    left: 30%;
  }
  .lg\:left-35 {
    left: 35rem;
  }
  .lg\:left-35per {
    left: 35%;
  }
  .lg\:left-40 {
    left: 40rem;
  }
  .lg\:left-40per {
    left: 40%;
  }
  .lg\:left-45 {
    left: 45rem;
  }
  .lg\:left-45per {
    left: 45%;
  }
  .lg\:left-50 {
    left: 50rem;
  }
  .lg\:left-50per {
    left: 50%;
  }
  .lg\:left-55 {
    left: 55rem;
  }
  .lg\:left-55per {
    left: 55%;
  }
  .lg\:left-60 {
    left: 60rem;
  }
  .lg\:left-60per {
    left: 60%;
  }
  .lg\:left-65 {
    left: 65rem;
  }
  .lg\:left-65per {
    left: 65%;
  }
  .lg\:left-70 {
    left: 70rem;
  }
  .lg\:left-70per {
    left: 70%;
  }
  .lg\:left-75 {
    left: 75rem;
  }
  .lg\:left-75per {
    left: 75%;
  }
  .lg\:left-80 {
    left: 80rem;
  }
  .lg\:left-80per {
    left: 80%;
  }
  .lg\:left-85 {
    left: 85rem;
  }
  .lg\:left-85per {
    left: 85%;
  }
  .lg\:left-90 {
    left: 90rem;
  }
  .lg\:left-90per {
    left: 90%;
  }
  .lg\:left-95 {
    left: 95rem;
  }
  .lg\:left-95per {
    left: 95%;
  }
  .lg\:left-100 {
    left: 100rem;
  }
  .lg\:left-100per {
    left: 100%;
  }
  .lg\:visible {
    visibility: visible;
  }
  .lg\:hidden {
    visibility: hidden;
  }
  .lg\:collapse {
    visibility: collapse;
  }
  .lg\:z-auto {
    z-index: auto;
  }
  .lg\:z-0 {
    z-index: 0;
  }
  .lg\:z-1 {
    z-index: 1;
  }
  .lg\:z-2 {
    z-index: 2;
  }
  .lg\:z-3 {
    z-index: 3;
  }
  .lg\:z-4 {
    z-index: 4;
  }
  .lg\:z-5 {
    z-index: 5;
  }
  .lg\:z-6 {
    z-index: 6;
  }
  .lg\:z-7 {
    z-index: 7;
  }
  .lg\:z-8 {
    z-index: 8;
  }
  .lg\:z-9 {
    z-index: 9;
  }
  .lg\:z-10 {
    z-index: 10;
  }
  .lg\:z-11 {
    z-index: 11;
  }
  .lg\:z-12 {
    z-index: 12;
  }
  .lg\:z-13 {
    z-index: 13;
  }
  .lg\:z-14 {
    z-index: 14;
  }
  .lg\:z-15 {
    z-index: 15;
  }
  .lg\:z-20 {
    z-index: 20;
  }
  .lg\:z-25 {
    z-index: 25;
  }
  .lg\:z-30 {
    z-index: 30;
  }
  .lg\:z-35 {
    z-index: 35;
  }
  .lg\:z-40 {
    z-index: 40;
  }
  .lg\:z-45 {
    z-index: 45;
  }
  .lg\:z-50 {
    z-index: 50;
  }
  .lg\:z-55 {
    z-index: 55;
  }
  .lg\:z-60 {
    z-index: 60;
  }
  .lg\:z-65 {
    z-index: 65;
  }
  .lg\:z-70 {
    z-index: 70;
  }
  .lg\:z-75 {
    z-index: 75;
  }
  .lg\:z-80 {
    z-index: 80;
  }
  .lg\:z-85 {
    z-index: 85;
  }
  .lg\:z-90 {
    z-index: 90;
  }
  .lg\:z-95 {
    z-index: 95;
  }
  .lg\:z-100 {
    z-index: 100;
  }
}
/* SIZING */
.h-auto {
  height: auto;
}

.h-min {
  height: min-content;
}

.min-h-min {
  min-height: min-content;
}

.max-h-min {
  max-height: min-content;
}

.h-max {
  height: max-content;
}

.min-h-max {
  min-height: max-content;
}

.max-h-max {
  max-height: max-content;
}

.h-fit {
  height: fit-content;
}

.min-h-fit {
  min-height: fit-content;
}

.max-h-fit {
  max-height: fit-content;
}

.h-0 {
  height: 0rem;
}

.h-0per {
  height: 0%;
}

.min-h-0 {
  min-height: 0rem;
}

.min-h-0per {
  min-height: 0%;
}

.max-h-0 {
  max-height: 0rem;
}

.max-h-0per {
  max-height: 0%;
}

.h-1 {
  height: 1rem;
}

.h-1per {
  height: 1%;
}

.min-h-1 {
  min-height: 1rem;
}

.min-h-1per {
  min-height: 1%;
}

.max-h-1 {
  max-height: 1rem;
}

.max-h-1per {
  max-height: 1%;
}

.h-2 {
  height: 2rem;
}

.h-2per {
  height: 2%;
}

.min-h-2 {
  min-height: 2rem;
}

.min-h-2per {
  min-height: 2%;
}

.max-h-2 {
  max-height: 2rem;
}

.max-h-2per {
  max-height: 2%;
}

.h-3 {
  height: 3rem;
}

.h-3per {
  height: 3%;
}

.min-h-3 {
  min-height: 3rem;
}

.min-h-3per {
  min-height: 3%;
}

.max-h-3 {
  max-height: 3rem;
}

.max-h-3per {
  max-height: 3%;
}

.h-4 {
  height: 4rem;
}

.h-4per {
  height: 4%;
}

.min-h-4 {
  min-height: 4rem;
}

.min-h-4per {
  min-height: 4%;
}

.max-h-4 {
  max-height: 4rem;
}

.max-h-4per {
  max-height: 4%;
}

.h-5 {
  height: 5rem;
}

.h-5per {
  height: 5%;
}

.min-h-5 {
  min-height: 5rem;
}

.min-h-5per {
  min-height: 5%;
}

.max-h-5 {
  max-height: 5rem;
}

.max-h-5per {
  max-height: 5%;
}

.h-6 {
  height: 6rem;
}

.h-6per {
  height: 6%;
}

.min-h-6 {
  min-height: 6rem;
}

.min-h-6per {
  min-height: 6%;
}

.max-h-6 {
  max-height: 6rem;
}

.max-h-6per {
  max-height: 6%;
}

.h-7 {
  height: 7rem;
}

.h-7per {
  height: 7%;
}

.min-h-7 {
  min-height: 7rem;
}

.min-h-7per {
  min-height: 7%;
}

.max-h-7 {
  max-height: 7rem;
}

.max-h-7per {
  max-height: 7%;
}

.h-8 {
  height: 8rem;
}

.h-8per {
  height: 8%;
}

.min-h-8 {
  min-height: 8rem;
}

.min-h-8per {
  min-height: 8%;
}

.max-h-8 {
  max-height: 8rem;
}

.max-h-8per {
  max-height: 8%;
}

.h-9 {
  height: 9rem;
}

.h-9per {
  height: 9%;
}

.min-h-9 {
  min-height: 9rem;
}

.min-h-9per {
  min-height: 9%;
}

.max-h-9 {
  max-height: 9rem;
}

.max-h-9per {
  max-height: 9%;
}

.h-10 {
  height: 10rem;
}

.h-10per {
  height: 10%;
}

.min-h-10 {
  min-height: 10rem;
}

.min-h-10per {
  min-height: 10%;
}

.max-h-10 {
  max-height: 10rem;
}

.max-h-10per {
  max-height: 10%;
}

.h-11 {
  height: 11rem;
}

.h-11per {
  height: 11%;
}

.min-h-11 {
  min-height: 11rem;
}

.min-h-11per {
  min-height: 11%;
}

.max-h-11 {
  max-height: 11rem;
}

.max-h-11per {
  max-height: 11%;
}

.h-12 {
  height: 12rem;
}

.h-12per {
  height: 12%;
}

.min-h-12 {
  min-height: 12rem;
}

.min-h-12per {
  min-height: 12%;
}

.max-h-12 {
  max-height: 12rem;
}

.max-h-12per {
  max-height: 12%;
}

.h-13 {
  height: 13rem;
}

.h-13per {
  height: 13%;
}

.min-h-13 {
  min-height: 13rem;
}

.min-h-13per {
  min-height: 13%;
}

.max-h-13 {
  max-height: 13rem;
}

.max-h-13per {
  max-height: 13%;
}

.h-14 {
  height: 14rem;
}

.h-14per {
  height: 14%;
}

.min-h-14 {
  min-height: 14rem;
}

.min-h-14per {
  min-height: 14%;
}

.max-h-14 {
  max-height: 14rem;
}

.max-h-14per {
  max-height: 14%;
}

.h-15 {
  height: 15rem;
}

.h-15per {
  height: 15%;
}

.min-h-15 {
  min-height: 15rem;
}

.min-h-15per {
  min-height: 15%;
}

.max-h-15 {
  max-height: 15rem;
}

.max-h-15per {
  max-height: 15%;
}

.h-20 {
  height: 20rem;
}

.h-20per {
  height: 20%;
}

.min-h-20 {
  min-height: 20rem;
}

.min-h-20per {
  min-height: 20%;
}

.max-h-20 {
  max-height: 20rem;
}

.max-h-20per {
  max-height: 20%;
}

.h-25 {
  height: 25rem;
}

.h-25per {
  height: 25%;
}

.min-h-25 {
  min-height: 25rem;
}

.min-h-25per {
  min-height: 25%;
}

.max-h-25 {
  max-height: 25rem;
}

.max-h-25per {
  max-height: 25%;
}

.h-30 {
  height: 30rem;
}

.h-30per {
  height: 30%;
}

.min-h-30 {
  min-height: 30rem;
}

.min-h-30per {
  min-height: 30%;
}

.max-h-30 {
  max-height: 30rem;
}

.max-h-30per {
  max-height: 30%;
}

.h-35 {
  height: 35rem;
}

.h-35per {
  height: 35%;
}

.min-h-35 {
  min-height: 35rem;
}

.min-h-35per {
  min-height: 35%;
}

.max-h-35 {
  max-height: 35rem;
}

.max-h-35per {
  max-height: 35%;
}

.h-40 {
  height: 40rem;
}

.h-40per {
  height: 40%;
}

.min-h-40 {
  min-height: 40rem;
}

.min-h-40per {
  min-height: 40%;
}

.max-h-40 {
  max-height: 40rem;
}

.max-h-40per {
  max-height: 40%;
}

.h-45 {
  height: 45rem;
}

.h-45per {
  height: 45%;
}

.min-h-45 {
  min-height: 45rem;
}

.min-h-45per {
  min-height: 45%;
}

.max-h-45 {
  max-height: 45rem;
}

.max-h-45per {
  max-height: 45%;
}

.h-50 {
  height: 50rem;
}

.h-50per {
  height: 50%;
}

.min-h-50 {
  min-height: 50rem;
}

.min-h-50per {
  min-height: 50%;
}

.max-h-50 {
  max-height: 50rem;
}

.max-h-50per {
  max-height: 50%;
}

.h-55 {
  height: 55rem;
}

.h-55per {
  height: 55%;
}

.min-h-55 {
  min-height: 55rem;
}

.min-h-55per {
  min-height: 55%;
}

.max-h-55 {
  max-height: 55rem;
}

.max-h-55per {
  max-height: 55%;
}

.h-60 {
  height: 60rem;
}

.h-60per {
  height: 60%;
}

.min-h-60 {
  min-height: 60rem;
}

.min-h-60per {
  min-height: 60%;
}

.max-h-60 {
  max-height: 60rem;
}

.max-h-60per {
  max-height: 60%;
}

.h-65 {
  height: 65rem;
}

.h-65per {
  height: 65%;
}

.min-h-65 {
  min-height: 65rem;
}

.min-h-65per {
  min-height: 65%;
}

.max-h-65 {
  max-height: 65rem;
}

.max-h-65per {
  max-height: 65%;
}

.h-70 {
  height: 70rem;
}

.h-70per {
  height: 70%;
}

.min-h-70 {
  min-height: 70rem;
}

.min-h-70per {
  min-height: 70%;
}

.max-h-70 {
  max-height: 70rem;
}

.max-h-70per {
  max-height: 70%;
}

.h-75 {
  height: 75rem;
}

.h-75per {
  height: 75%;
}

.min-h-75 {
  min-height: 75rem;
}

.min-h-75per {
  min-height: 75%;
}

.max-h-75 {
  max-height: 75rem;
}

.max-h-75per {
  max-height: 75%;
}

.h-80 {
  height: 80rem;
}

.h-80per {
  height: 80%;
}

.min-h-80 {
  min-height: 80rem;
}

.min-h-80per {
  min-height: 80%;
}

.max-h-80 {
  max-height: 80rem;
}

.max-h-80per {
  max-height: 80%;
}

.h-85 {
  height: 85rem;
}

.h-85per {
  height: 85%;
}

.min-h-85 {
  min-height: 85rem;
}

.min-h-85per {
  min-height: 85%;
}

.max-h-85 {
  max-height: 85rem;
}

.max-h-85per {
  max-height: 85%;
}

.h-90 {
  height: 90rem;
}

.h-90per {
  height: 90%;
}

.min-h-90 {
  min-height: 90rem;
}

.min-h-90per {
  min-height: 90%;
}

.max-h-90 {
  max-height: 90rem;
}

.max-h-90per {
  max-height: 90%;
}

.h-95 {
  height: 95rem;
}

.h-95per {
  height: 95%;
}

.min-h-95 {
  min-height: 95rem;
}

.min-h-95per {
  min-height: 95%;
}

.max-h-95 {
  max-height: 95rem;
}

.max-h-95per {
  max-height: 95%;
}

.h-100 {
  height: 100rem;
}

.h-100per {
  height: 100%;
}

.min-h-100 {
  min-height: 100rem;
}

.min-h-100per {
  min-height: 100%;
}

.max-h-100 {
  max-height: 100rem;
}

.max-h-100per {
  max-height: 100%;
}

.w-auto {
  width: auto;
}

.w-min {
  width: min-content;
}

.min-w-min {
  min-width: min-content;
}

.max-w-min {
  max-width: min-content;
}

.w-max {
  width: max-content;
}

.min-w-max {
  min-width: max-content;
}

.max-w-max {
  max-width: max-content;
}

.w-fit {
  width: fit-content;
}

.min-w-fit {
  min-width: fit-content;
}

.max-w-fit {
  max-width: fit-content;
}

.w-0 {
  width: 0rem;
}

.w-0per {
  width: 0%;
}

.min-w-0 {
  min-width: 0rem;
}

.min-w-0per {
  min-width: 0%;
}

.max-w-0 {
  max-width: 0rem;
}

.max-w-0per {
  max-width: 0%;
}

.w-1 {
  width: 1rem;
}

.w-1per {
  width: 1%;
}

.min-w-1 {
  min-width: 1rem;
}

.min-w-1per {
  min-width: 1%;
}

.max-w-1 {
  max-width: 1rem;
}

.max-w-1per {
  max-width: 1%;
}

.w-2 {
  width: 2rem;
}

.w-2per {
  width: 2%;
}

.min-w-2 {
  min-width: 2rem;
}

.min-w-2per {
  min-width: 2%;
}

.max-w-2 {
  max-width: 2rem;
}

.max-w-2per {
  max-width: 2%;
}

.w-3 {
  width: 3rem;
}

.w-3per {
  width: 3%;
}

.min-w-3 {
  min-width: 3rem;
}

.min-w-3per {
  min-width: 3%;
}

.max-w-3 {
  max-width: 3rem;
}

.max-w-3per {
  max-width: 3%;
}

.w-4 {
  width: 4rem;
}

.w-4per {
  width: 4%;
}

.min-w-4 {
  min-width: 4rem;
}

.min-w-4per {
  min-width: 4%;
}

.max-w-4 {
  max-width: 4rem;
}

.max-w-4per {
  max-width: 4%;
}

.w-5 {
  width: 5rem;
}

.w-5per {
  width: 5%;
}

.min-w-5 {
  min-width: 5rem;
}

.min-w-5per {
  min-width: 5%;
}

.max-w-5 {
  max-width: 5rem;
}

.max-w-5per {
  max-width: 5%;
}

.w-6 {
  width: 6rem;
}

.w-6per {
  width: 6%;
}

.min-w-6 {
  min-width: 6rem;
}

.min-w-6per {
  min-width: 6%;
}

.max-w-6 {
  max-width: 6rem;
}

.max-w-6per {
  max-width: 6%;
}

.w-7 {
  width: 7rem;
}

.w-7per {
  width: 7%;
}

.min-w-7 {
  min-width: 7rem;
}

.min-w-7per {
  min-width: 7%;
}

.max-w-7 {
  max-width: 7rem;
}

.max-w-7per {
  max-width: 7%;
}

.w-8 {
  width: 8rem;
}

.w-8per {
  width: 8%;
}

.min-w-8 {
  min-width: 8rem;
}

.min-w-8per {
  min-width: 8%;
}

.max-w-8 {
  max-width: 8rem;
}

.max-w-8per {
  max-width: 8%;
}

.w-9 {
  width: 9rem;
}

.w-9per {
  width: 9%;
}

.min-w-9 {
  min-width: 9rem;
}

.min-w-9per {
  min-width: 9%;
}

.max-w-9 {
  max-width: 9rem;
}

.max-w-9per {
  max-width: 9%;
}

.w-10 {
  width: 10rem;
}

.w-10per {
  width: 10%;
}

.min-w-10 {
  min-width: 10rem;
}

.min-w-10per {
  min-width: 10%;
}

.max-w-10 {
  max-width: 10rem;
}

.max-w-10per {
  max-width: 10%;
}

.w-11 {
  width: 11rem;
}

.w-11per {
  width: 11%;
}

.min-w-11 {
  min-width: 11rem;
}

.min-w-11per {
  min-width: 11%;
}

.max-w-11 {
  max-width: 11rem;
}

.max-w-11per {
  max-width: 11%;
}

.w-12 {
  width: 12rem;
}

.w-12per {
  width: 12%;
}

.min-w-12 {
  min-width: 12rem;
}

.min-w-12per {
  min-width: 12%;
}

.max-w-12 {
  max-width: 12rem;
}

.max-w-12per {
  max-width: 12%;
}

.w-13 {
  width: 13rem;
}

.w-13per {
  width: 13%;
}

.min-w-13 {
  min-width: 13rem;
}

.min-w-13per {
  min-width: 13%;
}

.max-w-13 {
  max-width: 13rem;
}

.max-w-13per {
  max-width: 13%;
}

.w-14 {
  width: 14rem;
}

.w-14per {
  width: 14%;
}

.min-w-14 {
  min-width: 14rem;
}

.min-w-14per {
  min-width: 14%;
}

.max-w-14 {
  max-width: 14rem;
}

.max-w-14per {
  max-width: 14%;
}

.w-15 {
  width: 15rem;
}

.w-15per {
  width: 15%;
}

.min-w-15 {
  min-width: 15rem;
}

.min-w-15per {
  min-width: 15%;
}

.max-w-15 {
  max-width: 15rem;
}

.max-w-15per {
  max-width: 15%;
}

.w-20 {
  width: 20rem;
}

.w-20per {
  width: 20%;
}

.min-w-20 {
  min-width: 20rem;
}

.min-w-20per {
  min-width: 20%;
}

.max-w-20 {
  max-width: 20rem;
}

.max-w-20per {
  max-width: 20%;
}

.w-25 {
  width: 25rem;
}

.w-25per {
  width: 25%;
}

.min-w-25 {
  min-width: 25rem;
}

.min-w-25per {
  min-width: 25%;
}

.max-w-25 {
  max-width: 25rem;
}

.max-w-25per {
  max-width: 25%;
}

.w-30 {
  width: 30rem;
}

.w-30per {
  width: 30%;
}

.min-w-30 {
  min-width: 30rem;
}

.min-w-30per {
  min-width: 30%;
}

.max-w-30 {
  max-width: 30rem;
}

.max-w-30per {
  max-width: 30%;
}

.w-35 {
  width: 35rem;
}

.w-35per {
  width: 35%;
}

.min-w-35 {
  min-width: 35rem;
}

.min-w-35per {
  min-width: 35%;
}

.max-w-35 {
  max-width: 35rem;
}

.max-w-35per {
  max-width: 35%;
}

.w-40 {
  width: 40rem;
}

.w-40per {
  width: 40%;
}

.min-w-40 {
  min-width: 40rem;
}

.min-w-40per {
  min-width: 40%;
}

.max-w-40 {
  max-width: 40rem;
}

.max-w-40per {
  max-width: 40%;
}

.w-45 {
  width: 45rem;
}

.w-45per {
  width: 45%;
}

.min-w-45 {
  min-width: 45rem;
}

.min-w-45per {
  min-width: 45%;
}

.max-w-45 {
  max-width: 45rem;
}

.max-w-45per {
  max-width: 45%;
}

.w-50 {
  width: 50rem;
}

.w-50per {
  width: 50%;
}

.min-w-50 {
  min-width: 50rem;
}

.min-w-50per {
  min-width: 50%;
}

.max-w-50 {
  max-width: 50rem;
}

.max-w-50per {
  max-width: 50%;
}

.w-55 {
  width: 55rem;
}

.w-55per {
  width: 55%;
}

.min-w-55 {
  min-width: 55rem;
}

.min-w-55per {
  min-width: 55%;
}

.max-w-55 {
  max-width: 55rem;
}

.max-w-55per {
  max-width: 55%;
}

.w-60 {
  width: 60rem;
}

.w-60per {
  width: 60%;
}

.min-w-60 {
  min-width: 60rem;
}

.min-w-60per {
  min-width: 60%;
}

.max-w-60 {
  max-width: 60rem;
}

.max-w-60per {
  max-width: 60%;
}

.w-65 {
  width: 65rem;
}

.w-65per {
  width: 65%;
}

.min-w-65 {
  min-width: 65rem;
}

.min-w-65per {
  min-width: 65%;
}

.max-w-65 {
  max-width: 65rem;
}

.max-w-65per {
  max-width: 65%;
}

.w-70 {
  width: 70rem;
}

.w-70per {
  width: 70%;
}

.min-w-70 {
  min-width: 70rem;
}

.min-w-70per {
  min-width: 70%;
}

.max-w-70 {
  max-width: 70rem;
}

.max-w-70per {
  max-width: 70%;
}

.w-75 {
  width: 75rem;
}

.w-75per {
  width: 75%;
}

.min-w-75 {
  min-width: 75rem;
}

.min-w-75per {
  min-width: 75%;
}

.max-w-75 {
  max-width: 75rem;
}

.max-w-75per {
  max-width: 75%;
}

.w-80 {
  width: 80rem;
}

.w-80per {
  width: 80%;
}

.min-w-80 {
  min-width: 80rem;
}

.min-w-80per {
  min-width: 80%;
}

.max-w-80 {
  max-width: 80rem;
}

.max-w-80per {
  max-width: 80%;
}

.w-85 {
  width: 85rem;
}

.w-85per {
  width: 85%;
}

.min-w-85 {
  min-width: 85rem;
}

.min-w-85per {
  min-width: 85%;
}

.max-w-85 {
  max-width: 85rem;
}

.max-w-85per {
  max-width: 85%;
}

.w-90 {
  width: 90rem;
}

.w-90per {
  width: 90%;
}

.min-w-90 {
  min-width: 90rem;
}

.min-w-90per {
  min-width: 90%;
}

.max-w-90 {
  max-width: 90rem;
}

.max-w-90per {
  max-width: 90%;
}

.w-95 {
  width: 95rem;
}

.w-95per {
  width: 95%;
}

.min-w-95 {
  min-width: 95rem;
}

.min-w-95per {
  min-width: 95%;
}

.max-w-95 {
  max-width: 95rem;
}

.max-w-95per {
  max-width: 95%;
}

.w-100 {
  width: 100rem;
}

.w-100per {
  width: 100%;
}

.min-w-100 {
  min-width: 100rem;
}

.min-w-100per {
  min-width: 100%;
}

.max-w-100 {
  max-width: 100rem;
}

.max-w-100per {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .sm\:h-auto {
    height: auto;
  }
  .sm\:h-min {
    height: min-content;
  }
  .sm\:min-h-min {
    min-height: min-content;
  }
  .sm\:max-h-min {
    max-height: min-content;
  }
  .sm\:h-max {
    height: max-content;
  }
  .sm\:min-h-max {
    min-height: max-content;
  }
  .sm\:max-h-max {
    max-height: max-content;
  }
  .sm\:h-fit {
    height: fit-content;
  }
  .sm\:min-h-fit {
    min-height: fit-content;
  }
  .sm\:max-h-fit {
    max-height: fit-content;
  }
  .sm\:h-0 {
    height: 0rem;
  }
  .sm\:h-0per {
    height: 0%;
  }
  .sm\:min-h-0 {
    min-height: 0rem;
  }
  .sm\:min-h-0per {
    min-height: 0%;
  }
  .sm\:max-h-0 {
    max-height: 0rem;
  }
  .sm\:max-h-0per {
    max-height: 0%;
  }
  .sm\:h-1 {
    height: 1rem;
  }
  .sm\:h-1per {
    height: 1%;
  }
  .sm\:min-h-1 {
    min-height: 1rem;
  }
  .sm\:min-h-1per {
    min-height: 1%;
  }
  .sm\:max-h-1 {
    max-height: 1rem;
  }
  .sm\:max-h-1per {
    max-height: 1%;
  }
  .sm\:h-2 {
    height: 2rem;
  }
  .sm\:h-2per {
    height: 2%;
  }
  .sm\:min-h-2 {
    min-height: 2rem;
  }
  .sm\:min-h-2per {
    min-height: 2%;
  }
  .sm\:max-h-2 {
    max-height: 2rem;
  }
  .sm\:max-h-2per {
    max-height: 2%;
  }
  .sm\:h-3 {
    height: 3rem;
  }
  .sm\:h-3per {
    height: 3%;
  }
  .sm\:min-h-3 {
    min-height: 3rem;
  }
  .sm\:min-h-3per {
    min-height: 3%;
  }
  .sm\:max-h-3 {
    max-height: 3rem;
  }
  .sm\:max-h-3per {
    max-height: 3%;
  }
  .sm\:h-4 {
    height: 4rem;
  }
  .sm\:h-4per {
    height: 4%;
  }
  .sm\:min-h-4 {
    min-height: 4rem;
  }
  .sm\:min-h-4per {
    min-height: 4%;
  }
  .sm\:max-h-4 {
    max-height: 4rem;
  }
  .sm\:max-h-4per {
    max-height: 4%;
  }
  .sm\:h-5 {
    height: 5rem;
  }
  .sm\:h-5per {
    height: 5%;
  }
  .sm\:min-h-5 {
    min-height: 5rem;
  }
  .sm\:min-h-5per {
    min-height: 5%;
  }
  .sm\:max-h-5 {
    max-height: 5rem;
  }
  .sm\:max-h-5per {
    max-height: 5%;
  }
  .sm\:h-6 {
    height: 6rem;
  }
  .sm\:h-6per {
    height: 6%;
  }
  .sm\:min-h-6 {
    min-height: 6rem;
  }
  .sm\:min-h-6per {
    min-height: 6%;
  }
  .sm\:max-h-6 {
    max-height: 6rem;
  }
  .sm\:max-h-6per {
    max-height: 6%;
  }
  .sm\:h-7 {
    height: 7rem;
  }
  .sm\:h-7per {
    height: 7%;
  }
  .sm\:min-h-7 {
    min-height: 7rem;
  }
  .sm\:min-h-7per {
    min-height: 7%;
  }
  .sm\:max-h-7 {
    max-height: 7rem;
  }
  .sm\:max-h-7per {
    max-height: 7%;
  }
  .sm\:h-8 {
    height: 8rem;
  }
  .sm\:h-8per {
    height: 8%;
  }
  .sm\:min-h-8 {
    min-height: 8rem;
  }
  .sm\:min-h-8per {
    min-height: 8%;
  }
  .sm\:max-h-8 {
    max-height: 8rem;
  }
  .sm\:max-h-8per {
    max-height: 8%;
  }
  .sm\:h-9 {
    height: 9rem;
  }
  .sm\:h-9per {
    height: 9%;
  }
  .sm\:min-h-9 {
    min-height: 9rem;
  }
  .sm\:min-h-9per {
    min-height: 9%;
  }
  .sm\:max-h-9 {
    max-height: 9rem;
  }
  .sm\:max-h-9per {
    max-height: 9%;
  }
  .sm\:h-10 {
    height: 10rem;
  }
  .sm\:h-10per {
    height: 10%;
  }
  .sm\:min-h-10 {
    min-height: 10rem;
  }
  .sm\:min-h-10per {
    min-height: 10%;
  }
  .sm\:max-h-10 {
    max-height: 10rem;
  }
  .sm\:max-h-10per {
    max-height: 10%;
  }
  .sm\:h-11 {
    height: 11rem;
  }
  .sm\:h-11per {
    height: 11%;
  }
  .sm\:min-h-11 {
    min-height: 11rem;
  }
  .sm\:min-h-11per {
    min-height: 11%;
  }
  .sm\:max-h-11 {
    max-height: 11rem;
  }
  .sm\:max-h-11per {
    max-height: 11%;
  }
  .sm\:h-12 {
    height: 12rem;
  }
  .sm\:h-12per {
    height: 12%;
  }
  .sm\:min-h-12 {
    min-height: 12rem;
  }
  .sm\:min-h-12per {
    min-height: 12%;
  }
  .sm\:max-h-12 {
    max-height: 12rem;
  }
  .sm\:max-h-12per {
    max-height: 12%;
  }
  .sm\:h-13 {
    height: 13rem;
  }
  .sm\:h-13per {
    height: 13%;
  }
  .sm\:min-h-13 {
    min-height: 13rem;
  }
  .sm\:min-h-13per {
    min-height: 13%;
  }
  .sm\:max-h-13 {
    max-height: 13rem;
  }
  .sm\:max-h-13per {
    max-height: 13%;
  }
  .sm\:h-14 {
    height: 14rem;
  }
  .sm\:h-14per {
    height: 14%;
  }
  .sm\:min-h-14 {
    min-height: 14rem;
  }
  .sm\:min-h-14per {
    min-height: 14%;
  }
  .sm\:max-h-14 {
    max-height: 14rem;
  }
  .sm\:max-h-14per {
    max-height: 14%;
  }
  .sm\:h-15 {
    height: 15rem;
  }
  .sm\:h-15per {
    height: 15%;
  }
  .sm\:min-h-15 {
    min-height: 15rem;
  }
  .sm\:min-h-15per {
    min-height: 15%;
  }
  .sm\:max-h-15 {
    max-height: 15rem;
  }
  .sm\:max-h-15per {
    max-height: 15%;
  }
  .sm\:h-20 {
    height: 20rem;
  }
  .sm\:h-20per {
    height: 20%;
  }
  .sm\:min-h-20 {
    min-height: 20rem;
  }
  .sm\:min-h-20per {
    min-height: 20%;
  }
  .sm\:max-h-20 {
    max-height: 20rem;
  }
  .sm\:max-h-20per {
    max-height: 20%;
  }
  .sm\:h-25 {
    height: 25rem;
  }
  .sm\:h-25per {
    height: 25%;
  }
  .sm\:min-h-25 {
    min-height: 25rem;
  }
  .sm\:min-h-25per {
    min-height: 25%;
  }
  .sm\:max-h-25 {
    max-height: 25rem;
  }
  .sm\:max-h-25per {
    max-height: 25%;
  }
  .sm\:h-30 {
    height: 30rem;
  }
  .sm\:h-30per {
    height: 30%;
  }
  .sm\:min-h-30 {
    min-height: 30rem;
  }
  .sm\:min-h-30per {
    min-height: 30%;
  }
  .sm\:max-h-30 {
    max-height: 30rem;
  }
  .sm\:max-h-30per {
    max-height: 30%;
  }
  .sm\:h-35 {
    height: 35rem;
  }
  .sm\:h-35per {
    height: 35%;
  }
  .sm\:min-h-35 {
    min-height: 35rem;
  }
  .sm\:min-h-35per {
    min-height: 35%;
  }
  .sm\:max-h-35 {
    max-height: 35rem;
  }
  .sm\:max-h-35per {
    max-height: 35%;
  }
  .sm\:h-40 {
    height: 40rem;
  }
  .sm\:h-40per {
    height: 40%;
  }
  .sm\:min-h-40 {
    min-height: 40rem;
  }
  .sm\:min-h-40per {
    min-height: 40%;
  }
  .sm\:max-h-40 {
    max-height: 40rem;
  }
  .sm\:max-h-40per {
    max-height: 40%;
  }
  .sm\:h-45 {
    height: 45rem;
  }
  .sm\:h-45per {
    height: 45%;
  }
  .sm\:min-h-45 {
    min-height: 45rem;
  }
  .sm\:min-h-45per {
    min-height: 45%;
  }
  .sm\:max-h-45 {
    max-height: 45rem;
  }
  .sm\:max-h-45per {
    max-height: 45%;
  }
  .sm\:h-50 {
    height: 50rem;
  }
  .sm\:h-50per {
    height: 50%;
  }
  .sm\:min-h-50 {
    min-height: 50rem;
  }
  .sm\:min-h-50per {
    min-height: 50%;
  }
  .sm\:max-h-50 {
    max-height: 50rem;
  }
  .sm\:max-h-50per {
    max-height: 50%;
  }
  .sm\:h-55 {
    height: 55rem;
  }
  .sm\:h-55per {
    height: 55%;
  }
  .sm\:min-h-55 {
    min-height: 55rem;
  }
  .sm\:min-h-55per {
    min-height: 55%;
  }
  .sm\:max-h-55 {
    max-height: 55rem;
  }
  .sm\:max-h-55per {
    max-height: 55%;
  }
  .sm\:h-60 {
    height: 60rem;
  }
  .sm\:h-60per {
    height: 60%;
  }
  .sm\:min-h-60 {
    min-height: 60rem;
  }
  .sm\:min-h-60per {
    min-height: 60%;
  }
  .sm\:max-h-60 {
    max-height: 60rem;
  }
  .sm\:max-h-60per {
    max-height: 60%;
  }
  .sm\:h-65 {
    height: 65rem;
  }
  .sm\:h-65per {
    height: 65%;
  }
  .sm\:min-h-65 {
    min-height: 65rem;
  }
  .sm\:min-h-65per {
    min-height: 65%;
  }
  .sm\:max-h-65 {
    max-height: 65rem;
  }
  .sm\:max-h-65per {
    max-height: 65%;
  }
  .sm\:h-70 {
    height: 70rem;
  }
  .sm\:h-70per {
    height: 70%;
  }
  .sm\:min-h-70 {
    min-height: 70rem;
  }
  .sm\:min-h-70per {
    min-height: 70%;
  }
  .sm\:max-h-70 {
    max-height: 70rem;
  }
  .sm\:max-h-70per {
    max-height: 70%;
  }
  .sm\:h-75 {
    height: 75rem;
  }
  .sm\:h-75per {
    height: 75%;
  }
  .sm\:min-h-75 {
    min-height: 75rem;
  }
  .sm\:min-h-75per {
    min-height: 75%;
  }
  .sm\:max-h-75 {
    max-height: 75rem;
  }
  .sm\:max-h-75per {
    max-height: 75%;
  }
  .sm\:h-80 {
    height: 80rem;
  }
  .sm\:h-80per {
    height: 80%;
  }
  .sm\:min-h-80 {
    min-height: 80rem;
  }
  .sm\:min-h-80per {
    min-height: 80%;
  }
  .sm\:max-h-80 {
    max-height: 80rem;
  }
  .sm\:max-h-80per {
    max-height: 80%;
  }
  .sm\:h-85 {
    height: 85rem;
  }
  .sm\:h-85per {
    height: 85%;
  }
  .sm\:min-h-85 {
    min-height: 85rem;
  }
  .sm\:min-h-85per {
    min-height: 85%;
  }
  .sm\:max-h-85 {
    max-height: 85rem;
  }
  .sm\:max-h-85per {
    max-height: 85%;
  }
  .sm\:h-90 {
    height: 90rem;
  }
  .sm\:h-90per {
    height: 90%;
  }
  .sm\:min-h-90 {
    min-height: 90rem;
  }
  .sm\:min-h-90per {
    min-height: 90%;
  }
  .sm\:max-h-90 {
    max-height: 90rem;
  }
  .sm\:max-h-90per {
    max-height: 90%;
  }
  .sm\:h-95 {
    height: 95rem;
  }
  .sm\:h-95per {
    height: 95%;
  }
  .sm\:min-h-95 {
    min-height: 95rem;
  }
  .sm\:min-h-95per {
    min-height: 95%;
  }
  .sm\:max-h-95 {
    max-height: 95rem;
  }
  .sm\:max-h-95per {
    max-height: 95%;
  }
  .sm\:h-100 {
    height: 100rem;
  }
  .sm\:h-100per {
    height: 100%;
  }
  .sm\:min-h-100 {
    min-height: 100rem;
  }
  .sm\:min-h-100per {
    min-height: 100%;
  }
  .sm\:max-h-100 {
    max-height: 100rem;
  }
  .sm\:max-h-100per {
    max-height: 100%;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-min {
    width: min-content;
  }
  .sm\:min-w-min {
    min-width: min-content;
  }
  .sm\:max-w-min {
    max-width: min-content;
  }
  .sm\:w-max {
    width: max-content;
  }
  .sm\:min-w-max {
    min-width: max-content;
  }
  .sm\:max-w-max {
    max-width: max-content;
  }
  .sm\:w-fit {
    width: fit-content;
  }
  .sm\:min-w-fit {
    min-width: fit-content;
  }
  .sm\:max-w-fit {
    max-width: fit-content;
  }
  .sm\:w-0 {
    width: 0rem;
  }
  .sm\:w-0per {
    width: 0%;
  }
  .sm\:min-w-0 {
    min-width: 0rem;
  }
  .sm\:min-w-0per {
    min-width: 0%;
  }
  .sm\:max-w-0 {
    max-width: 0rem;
  }
  .sm\:max-w-0per {
    max-width: 0%;
  }
  .sm\:w-1 {
    width: 1rem;
  }
  .sm\:w-1per {
    width: 1%;
  }
  .sm\:min-w-1 {
    min-width: 1rem;
  }
  .sm\:min-w-1per {
    min-width: 1%;
  }
  .sm\:max-w-1 {
    max-width: 1rem;
  }
  .sm\:max-w-1per {
    max-width: 1%;
  }
  .sm\:w-2 {
    width: 2rem;
  }
  .sm\:w-2per {
    width: 2%;
  }
  .sm\:min-w-2 {
    min-width: 2rem;
  }
  .sm\:min-w-2per {
    min-width: 2%;
  }
  .sm\:max-w-2 {
    max-width: 2rem;
  }
  .sm\:max-w-2per {
    max-width: 2%;
  }
  .sm\:w-3 {
    width: 3rem;
  }
  .sm\:w-3per {
    width: 3%;
  }
  .sm\:min-w-3 {
    min-width: 3rem;
  }
  .sm\:min-w-3per {
    min-width: 3%;
  }
  .sm\:max-w-3 {
    max-width: 3rem;
  }
  .sm\:max-w-3per {
    max-width: 3%;
  }
  .sm\:w-4 {
    width: 4rem;
  }
  .sm\:w-4per {
    width: 4%;
  }
  .sm\:min-w-4 {
    min-width: 4rem;
  }
  .sm\:min-w-4per {
    min-width: 4%;
  }
  .sm\:max-w-4 {
    max-width: 4rem;
  }
  .sm\:max-w-4per {
    max-width: 4%;
  }
  .sm\:w-5 {
    width: 5rem;
  }
  .sm\:w-5per {
    width: 5%;
  }
  .sm\:min-w-5 {
    min-width: 5rem;
  }
  .sm\:min-w-5per {
    min-width: 5%;
  }
  .sm\:max-w-5 {
    max-width: 5rem;
  }
  .sm\:max-w-5per {
    max-width: 5%;
  }
  .sm\:w-6 {
    width: 6rem;
  }
  .sm\:w-6per {
    width: 6%;
  }
  .sm\:min-w-6 {
    min-width: 6rem;
  }
  .sm\:min-w-6per {
    min-width: 6%;
  }
  .sm\:max-w-6 {
    max-width: 6rem;
  }
  .sm\:max-w-6per {
    max-width: 6%;
  }
  .sm\:w-7 {
    width: 7rem;
  }
  .sm\:w-7per {
    width: 7%;
  }
  .sm\:min-w-7 {
    min-width: 7rem;
  }
  .sm\:min-w-7per {
    min-width: 7%;
  }
  .sm\:max-w-7 {
    max-width: 7rem;
  }
  .sm\:max-w-7per {
    max-width: 7%;
  }
  .sm\:w-8 {
    width: 8rem;
  }
  .sm\:w-8per {
    width: 8%;
  }
  .sm\:min-w-8 {
    min-width: 8rem;
  }
  .sm\:min-w-8per {
    min-width: 8%;
  }
  .sm\:max-w-8 {
    max-width: 8rem;
  }
  .sm\:max-w-8per {
    max-width: 8%;
  }
  .sm\:w-9 {
    width: 9rem;
  }
  .sm\:w-9per {
    width: 9%;
  }
  .sm\:min-w-9 {
    min-width: 9rem;
  }
  .sm\:min-w-9per {
    min-width: 9%;
  }
  .sm\:max-w-9 {
    max-width: 9rem;
  }
  .sm\:max-w-9per {
    max-width: 9%;
  }
  .sm\:w-10 {
    width: 10rem;
  }
  .sm\:w-10per {
    width: 10%;
  }
  .sm\:min-w-10 {
    min-width: 10rem;
  }
  .sm\:min-w-10per {
    min-width: 10%;
  }
  .sm\:max-w-10 {
    max-width: 10rem;
  }
  .sm\:max-w-10per {
    max-width: 10%;
  }
  .sm\:w-11 {
    width: 11rem;
  }
  .sm\:w-11per {
    width: 11%;
  }
  .sm\:min-w-11 {
    min-width: 11rem;
  }
  .sm\:min-w-11per {
    min-width: 11%;
  }
  .sm\:max-w-11 {
    max-width: 11rem;
  }
  .sm\:max-w-11per {
    max-width: 11%;
  }
  .sm\:w-12 {
    width: 12rem;
  }
  .sm\:w-12per {
    width: 12%;
  }
  .sm\:min-w-12 {
    min-width: 12rem;
  }
  .sm\:min-w-12per {
    min-width: 12%;
  }
  .sm\:max-w-12 {
    max-width: 12rem;
  }
  .sm\:max-w-12per {
    max-width: 12%;
  }
  .sm\:w-13 {
    width: 13rem;
  }
  .sm\:w-13per {
    width: 13%;
  }
  .sm\:min-w-13 {
    min-width: 13rem;
  }
  .sm\:min-w-13per {
    min-width: 13%;
  }
  .sm\:max-w-13 {
    max-width: 13rem;
  }
  .sm\:max-w-13per {
    max-width: 13%;
  }
  .sm\:w-14 {
    width: 14rem;
  }
  .sm\:w-14per {
    width: 14%;
  }
  .sm\:min-w-14 {
    min-width: 14rem;
  }
  .sm\:min-w-14per {
    min-width: 14%;
  }
  .sm\:max-w-14 {
    max-width: 14rem;
  }
  .sm\:max-w-14per {
    max-width: 14%;
  }
  .sm\:w-15 {
    width: 15rem;
  }
  .sm\:w-15per {
    width: 15%;
  }
  .sm\:min-w-15 {
    min-width: 15rem;
  }
  .sm\:min-w-15per {
    min-width: 15%;
  }
  .sm\:max-w-15 {
    max-width: 15rem;
  }
  .sm\:max-w-15per {
    max-width: 15%;
  }
  .sm\:w-20 {
    width: 20rem;
  }
  .sm\:w-20per {
    width: 20%;
  }
  .sm\:min-w-20 {
    min-width: 20rem;
  }
  .sm\:min-w-20per {
    min-width: 20%;
  }
  .sm\:max-w-20 {
    max-width: 20rem;
  }
  .sm\:max-w-20per {
    max-width: 20%;
  }
  .sm\:w-25 {
    width: 25rem;
  }
  .sm\:w-25per {
    width: 25%;
  }
  .sm\:min-w-25 {
    min-width: 25rem;
  }
  .sm\:min-w-25per {
    min-width: 25%;
  }
  .sm\:max-w-25 {
    max-width: 25rem;
  }
  .sm\:max-w-25per {
    max-width: 25%;
  }
  .sm\:w-30 {
    width: 30rem;
  }
  .sm\:w-30per {
    width: 30%;
  }
  .sm\:min-w-30 {
    min-width: 30rem;
  }
  .sm\:min-w-30per {
    min-width: 30%;
  }
  .sm\:max-w-30 {
    max-width: 30rem;
  }
  .sm\:max-w-30per {
    max-width: 30%;
  }
  .sm\:w-35 {
    width: 35rem;
  }
  .sm\:w-35per {
    width: 35%;
  }
  .sm\:min-w-35 {
    min-width: 35rem;
  }
  .sm\:min-w-35per {
    min-width: 35%;
  }
  .sm\:max-w-35 {
    max-width: 35rem;
  }
  .sm\:max-w-35per {
    max-width: 35%;
  }
  .sm\:w-40 {
    width: 40rem;
  }
  .sm\:w-40per {
    width: 40%;
  }
  .sm\:min-w-40 {
    min-width: 40rem;
  }
  .sm\:min-w-40per {
    min-width: 40%;
  }
  .sm\:max-w-40 {
    max-width: 40rem;
  }
  .sm\:max-w-40per {
    max-width: 40%;
  }
  .sm\:w-45 {
    width: 45rem;
  }
  .sm\:w-45per {
    width: 45%;
  }
  .sm\:min-w-45 {
    min-width: 45rem;
  }
  .sm\:min-w-45per {
    min-width: 45%;
  }
  .sm\:max-w-45 {
    max-width: 45rem;
  }
  .sm\:max-w-45per {
    max-width: 45%;
  }
  .sm\:w-50 {
    width: 50rem;
  }
  .sm\:w-50per {
    width: 50%;
  }
  .sm\:min-w-50 {
    min-width: 50rem;
  }
  .sm\:min-w-50per {
    min-width: 50%;
  }
  .sm\:max-w-50 {
    max-width: 50rem;
  }
  .sm\:max-w-50per {
    max-width: 50%;
  }
  .sm\:w-55 {
    width: 55rem;
  }
  .sm\:w-55per {
    width: 55%;
  }
  .sm\:min-w-55 {
    min-width: 55rem;
  }
  .sm\:min-w-55per {
    min-width: 55%;
  }
  .sm\:max-w-55 {
    max-width: 55rem;
  }
  .sm\:max-w-55per {
    max-width: 55%;
  }
  .sm\:w-60 {
    width: 60rem;
  }
  .sm\:w-60per {
    width: 60%;
  }
  .sm\:min-w-60 {
    min-width: 60rem;
  }
  .sm\:min-w-60per {
    min-width: 60%;
  }
  .sm\:max-w-60 {
    max-width: 60rem;
  }
  .sm\:max-w-60per {
    max-width: 60%;
  }
  .sm\:w-65 {
    width: 65rem;
  }
  .sm\:w-65per {
    width: 65%;
  }
  .sm\:min-w-65 {
    min-width: 65rem;
  }
  .sm\:min-w-65per {
    min-width: 65%;
  }
  .sm\:max-w-65 {
    max-width: 65rem;
  }
  .sm\:max-w-65per {
    max-width: 65%;
  }
  .sm\:w-70 {
    width: 70rem;
  }
  .sm\:w-70per {
    width: 70%;
  }
  .sm\:min-w-70 {
    min-width: 70rem;
  }
  .sm\:min-w-70per {
    min-width: 70%;
  }
  .sm\:max-w-70 {
    max-width: 70rem;
  }
  .sm\:max-w-70per {
    max-width: 70%;
  }
  .sm\:w-75 {
    width: 75rem;
  }
  .sm\:w-75per {
    width: 75%;
  }
  .sm\:min-w-75 {
    min-width: 75rem;
  }
  .sm\:min-w-75per {
    min-width: 75%;
  }
  .sm\:max-w-75 {
    max-width: 75rem;
  }
  .sm\:max-w-75per {
    max-width: 75%;
  }
  .sm\:w-80 {
    width: 80rem;
  }
  .sm\:w-80per {
    width: 80%;
  }
  .sm\:min-w-80 {
    min-width: 80rem;
  }
  .sm\:min-w-80per {
    min-width: 80%;
  }
  .sm\:max-w-80 {
    max-width: 80rem;
  }
  .sm\:max-w-80per {
    max-width: 80%;
  }
  .sm\:w-85 {
    width: 85rem;
  }
  .sm\:w-85per {
    width: 85%;
  }
  .sm\:min-w-85 {
    min-width: 85rem;
  }
  .sm\:min-w-85per {
    min-width: 85%;
  }
  .sm\:max-w-85 {
    max-width: 85rem;
  }
  .sm\:max-w-85per {
    max-width: 85%;
  }
  .sm\:w-90 {
    width: 90rem;
  }
  .sm\:w-90per {
    width: 90%;
  }
  .sm\:min-w-90 {
    min-width: 90rem;
  }
  .sm\:min-w-90per {
    min-width: 90%;
  }
  .sm\:max-w-90 {
    max-width: 90rem;
  }
  .sm\:max-w-90per {
    max-width: 90%;
  }
  .sm\:w-95 {
    width: 95rem;
  }
  .sm\:w-95per {
    width: 95%;
  }
  .sm\:min-w-95 {
    min-width: 95rem;
  }
  .sm\:min-w-95per {
    min-width: 95%;
  }
  .sm\:max-w-95 {
    max-width: 95rem;
  }
  .sm\:max-w-95per {
    max-width: 95%;
  }
  .sm\:w-100 {
    width: 100rem;
  }
  .sm\:w-100per {
    width: 100%;
  }
  .sm\:min-w-100 {
    min-width: 100rem;
  }
  .sm\:min-w-100per {
    min-width: 100%;
  }
  .sm\:max-w-100 {
    max-width: 100rem;
  }
  .sm\:max-w-100per {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .md\:h-auto {
    height: auto;
  }
  .md\:h-min {
    height: min-content;
  }
  .md\:min-h-min {
    min-height: min-content;
  }
  .md\:max-h-min {
    max-height: min-content;
  }
  .md\:h-max {
    height: max-content;
  }
  .md\:min-h-max {
    min-height: max-content;
  }
  .md\:max-h-max {
    max-height: max-content;
  }
  .md\:h-fit {
    height: fit-content;
  }
  .md\:min-h-fit {
    min-height: fit-content;
  }
  .md\:max-h-fit {
    max-height: fit-content;
  }
  .md\:h-0 {
    height: 0rem;
  }
  .md\:h-0per {
    height: 0%;
  }
  .md\:min-h-0 {
    min-height: 0rem;
  }
  .md\:min-h-0per {
    min-height: 0%;
  }
  .md\:max-h-0 {
    max-height: 0rem;
  }
  .md\:max-h-0per {
    max-height: 0%;
  }
  .md\:h-1 {
    height: 1rem;
  }
  .md\:h-1per {
    height: 1%;
  }
  .md\:min-h-1 {
    min-height: 1rem;
  }
  .md\:min-h-1per {
    min-height: 1%;
  }
  .md\:max-h-1 {
    max-height: 1rem;
  }
  .md\:max-h-1per {
    max-height: 1%;
  }
  .md\:h-2 {
    height: 2rem;
  }
  .md\:h-2per {
    height: 2%;
  }
  .md\:min-h-2 {
    min-height: 2rem;
  }
  .md\:min-h-2per {
    min-height: 2%;
  }
  .md\:max-h-2 {
    max-height: 2rem;
  }
  .md\:max-h-2per {
    max-height: 2%;
  }
  .md\:h-3 {
    height: 3rem;
  }
  .md\:h-3per {
    height: 3%;
  }
  .md\:min-h-3 {
    min-height: 3rem;
  }
  .md\:min-h-3per {
    min-height: 3%;
  }
  .md\:max-h-3 {
    max-height: 3rem;
  }
  .md\:max-h-3per {
    max-height: 3%;
  }
  .md\:h-4 {
    height: 4rem;
  }
  .md\:h-4per {
    height: 4%;
  }
  .md\:min-h-4 {
    min-height: 4rem;
  }
  .md\:min-h-4per {
    min-height: 4%;
  }
  .md\:max-h-4 {
    max-height: 4rem;
  }
  .md\:max-h-4per {
    max-height: 4%;
  }
  .md\:h-5 {
    height: 5rem;
  }
  .md\:h-5per {
    height: 5%;
  }
  .md\:min-h-5 {
    min-height: 5rem;
  }
  .md\:min-h-5per {
    min-height: 5%;
  }
  .md\:max-h-5 {
    max-height: 5rem;
  }
  .md\:max-h-5per {
    max-height: 5%;
  }
  .md\:h-6 {
    height: 6rem;
  }
  .md\:h-6per {
    height: 6%;
  }
  .md\:min-h-6 {
    min-height: 6rem;
  }
  .md\:min-h-6per {
    min-height: 6%;
  }
  .md\:max-h-6 {
    max-height: 6rem;
  }
  .md\:max-h-6per {
    max-height: 6%;
  }
  .md\:h-7 {
    height: 7rem;
  }
  .md\:h-7per {
    height: 7%;
  }
  .md\:min-h-7 {
    min-height: 7rem;
  }
  .md\:min-h-7per {
    min-height: 7%;
  }
  .md\:max-h-7 {
    max-height: 7rem;
  }
  .md\:max-h-7per {
    max-height: 7%;
  }
  .md\:h-8 {
    height: 8rem;
  }
  .md\:h-8per {
    height: 8%;
  }
  .md\:min-h-8 {
    min-height: 8rem;
  }
  .md\:min-h-8per {
    min-height: 8%;
  }
  .md\:max-h-8 {
    max-height: 8rem;
  }
  .md\:max-h-8per {
    max-height: 8%;
  }
  .md\:h-9 {
    height: 9rem;
  }
  .md\:h-9per {
    height: 9%;
  }
  .md\:min-h-9 {
    min-height: 9rem;
  }
  .md\:min-h-9per {
    min-height: 9%;
  }
  .md\:max-h-9 {
    max-height: 9rem;
  }
  .md\:max-h-9per {
    max-height: 9%;
  }
  .md\:h-10 {
    height: 10rem;
  }
  .md\:h-10per {
    height: 10%;
  }
  .md\:min-h-10 {
    min-height: 10rem;
  }
  .md\:min-h-10per {
    min-height: 10%;
  }
  .md\:max-h-10 {
    max-height: 10rem;
  }
  .md\:max-h-10per {
    max-height: 10%;
  }
  .md\:h-11 {
    height: 11rem;
  }
  .md\:h-11per {
    height: 11%;
  }
  .md\:min-h-11 {
    min-height: 11rem;
  }
  .md\:min-h-11per {
    min-height: 11%;
  }
  .md\:max-h-11 {
    max-height: 11rem;
  }
  .md\:max-h-11per {
    max-height: 11%;
  }
  .md\:h-12 {
    height: 12rem;
  }
  .md\:h-12per {
    height: 12%;
  }
  .md\:min-h-12 {
    min-height: 12rem;
  }
  .md\:min-h-12per {
    min-height: 12%;
  }
  .md\:max-h-12 {
    max-height: 12rem;
  }
  .md\:max-h-12per {
    max-height: 12%;
  }
  .md\:h-13 {
    height: 13rem;
  }
  .md\:h-13per {
    height: 13%;
  }
  .md\:min-h-13 {
    min-height: 13rem;
  }
  .md\:min-h-13per {
    min-height: 13%;
  }
  .md\:max-h-13 {
    max-height: 13rem;
  }
  .md\:max-h-13per {
    max-height: 13%;
  }
  .md\:h-14 {
    height: 14rem;
  }
  .md\:h-14per {
    height: 14%;
  }
  .md\:min-h-14 {
    min-height: 14rem;
  }
  .md\:min-h-14per {
    min-height: 14%;
  }
  .md\:max-h-14 {
    max-height: 14rem;
  }
  .md\:max-h-14per {
    max-height: 14%;
  }
  .md\:h-15 {
    height: 15rem;
  }
  .md\:h-15per {
    height: 15%;
  }
  .md\:min-h-15 {
    min-height: 15rem;
  }
  .md\:min-h-15per {
    min-height: 15%;
  }
  .md\:max-h-15 {
    max-height: 15rem;
  }
  .md\:max-h-15per {
    max-height: 15%;
  }
  .md\:h-20 {
    height: 20rem;
  }
  .md\:h-20per {
    height: 20%;
  }
  .md\:min-h-20 {
    min-height: 20rem;
  }
  .md\:min-h-20per {
    min-height: 20%;
  }
  .md\:max-h-20 {
    max-height: 20rem;
  }
  .md\:max-h-20per {
    max-height: 20%;
  }
  .md\:h-25 {
    height: 25rem;
  }
  .md\:h-25per {
    height: 25%;
  }
  .md\:min-h-25 {
    min-height: 25rem;
  }
  .md\:min-h-25per {
    min-height: 25%;
  }
  .md\:max-h-25 {
    max-height: 25rem;
  }
  .md\:max-h-25per {
    max-height: 25%;
  }
  .md\:h-30 {
    height: 30rem;
  }
  .md\:h-30per {
    height: 30%;
  }
  .md\:min-h-30 {
    min-height: 30rem;
  }
  .md\:min-h-30per {
    min-height: 30%;
  }
  .md\:max-h-30 {
    max-height: 30rem;
  }
  .md\:max-h-30per {
    max-height: 30%;
  }
  .md\:h-35 {
    height: 35rem;
  }
  .md\:h-35per {
    height: 35%;
  }
  .md\:min-h-35 {
    min-height: 35rem;
  }
  .md\:min-h-35per {
    min-height: 35%;
  }
  .md\:max-h-35 {
    max-height: 35rem;
  }
  .md\:max-h-35per {
    max-height: 35%;
  }
  .md\:h-40 {
    height: 40rem;
  }
  .md\:h-40per {
    height: 40%;
  }
  .md\:min-h-40 {
    min-height: 40rem;
  }
  .md\:min-h-40per {
    min-height: 40%;
  }
  .md\:max-h-40 {
    max-height: 40rem;
  }
  .md\:max-h-40per {
    max-height: 40%;
  }
  .md\:h-45 {
    height: 45rem;
  }
  .md\:h-45per {
    height: 45%;
  }
  .md\:min-h-45 {
    min-height: 45rem;
  }
  .md\:min-h-45per {
    min-height: 45%;
  }
  .md\:max-h-45 {
    max-height: 45rem;
  }
  .md\:max-h-45per {
    max-height: 45%;
  }
  .md\:h-50 {
    height: 50rem;
  }
  .md\:h-50per {
    height: 50%;
  }
  .md\:min-h-50 {
    min-height: 50rem;
  }
  .md\:min-h-50per {
    min-height: 50%;
  }
  .md\:max-h-50 {
    max-height: 50rem;
  }
  .md\:max-h-50per {
    max-height: 50%;
  }
  .md\:h-55 {
    height: 55rem;
  }
  .md\:h-55per {
    height: 55%;
  }
  .md\:min-h-55 {
    min-height: 55rem;
  }
  .md\:min-h-55per {
    min-height: 55%;
  }
  .md\:max-h-55 {
    max-height: 55rem;
  }
  .md\:max-h-55per {
    max-height: 55%;
  }
  .md\:h-60 {
    height: 60rem;
  }
  .md\:h-60per {
    height: 60%;
  }
  .md\:min-h-60 {
    min-height: 60rem;
  }
  .md\:min-h-60per {
    min-height: 60%;
  }
  .md\:max-h-60 {
    max-height: 60rem;
  }
  .md\:max-h-60per {
    max-height: 60%;
  }
  .md\:h-65 {
    height: 65rem;
  }
  .md\:h-65per {
    height: 65%;
  }
  .md\:min-h-65 {
    min-height: 65rem;
  }
  .md\:min-h-65per {
    min-height: 65%;
  }
  .md\:max-h-65 {
    max-height: 65rem;
  }
  .md\:max-h-65per {
    max-height: 65%;
  }
  .md\:h-70 {
    height: 70rem;
  }
  .md\:h-70per {
    height: 70%;
  }
  .md\:min-h-70 {
    min-height: 70rem;
  }
  .md\:min-h-70per {
    min-height: 70%;
  }
  .md\:max-h-70 {
    max-height: 70rem;
  }
  .md\:max-h-70per {
    max-height: 70%;
  }
  .md\:h-75 {
    height: 75rem;
  }
  .md\:h-75per {
    height: 75%;
  }
  .md\:min-h-75 {
    min-height: 75rem;
  }
  .md\:min-h-75per {
    min-height: 75%;
  }
  .md\:max-h-75 {
    max-height: 75rem;
  }
  .md\:max-h-75per {
    max-height: 75%;
  }
  .md\:h-80 {
    height: 80rem;
  }
  .md\:h-80per {
    height: 80%;
  }
  .md\:min-h-80 {
    min-height: 80rem;
  }
  .md\:min-h-80per {
    min-height: 80%;
  }
  .md\:max-h-80 {
    max-height: 80rem;
  }
  .md\:max-h-80per {
    max-height: 80%;
  }
  .md\:h-85 {
    height: 85rem;
  }
  .md\:h-85per {
    height: 85%;
  }
  .md\:min-h-85 {
    min-height: 85rem;
  }
  .md\:min-h-85per {
    min-height: 85%;
  }
  .md\:max-h-85 {
    max-height: 85rem;
  }
  .md\:max-h-85per {
    max-height: 85%;
  }
  .md\:h-90 {
    height: 90rem;
  }
  .md\:h-90per {
    height: 90%;
  }
  .md\:min-h-90 {
    min-height: 90rem;
  }
  .md\:min-h-90per {
    min-height: 90%;
  }
  .md\:max-h-90 {
    max-height: 90rem;
  }
  .md\:max-h-90per {
    max-height: 90%;
  }
  .md\:h-95 {
    height: 95rem;
  }
  .md\:h-95per {
    height: 95%;
  }
  .md\:min-h-95 {
    min-height: 95rem;
  }
  .md\:min-h-95per {
    min-height: 95%;
  }
  .md\:max-h-95 {
    max-height: 95rem;
  }
  .md\:max-h-95per {
    max-height: 95%;
  }
  .md\:h-100 {
    height: 100rem;
  }
  .md\:h-100per {
    height: 100%;
  }
  .md\:min-h-100 {
    min-height: 100rem;
  }
  .md\:min-h-100per {
    min-height: 100%;
  }
  .md\:max-h-100 {
    max-height: 100rem;
  }
  .md\:max-h-100per {
    max-height: 100%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-min {
    width: min-content;
  }
  .md\:min-w-min {
    min-width: min-content;
  }
  .md\:max-w-min {
    max-width: min-content;
  }
  .md\:w-max {
    width: max-content;
  }
  .md\:min-w-max {
    min-width: max-content;
  }
  .md\:max-w-max {
    max-width: max-content;
  }
  .md\:w-fit {
    width: fit-content;
  }
  .md\:min-w-fit {
    min-width: fit-content;
  }
  .md\:max-w-fit {
    max-width: fit-content;
  }
  .md\:w-0 {
    width: 0rem;
  }
  .md\:w-0per {
    width: 0%;
  }
  .md\:min-w-0 {
    min-width: 0rem;
  }
  .md\:min-w-0per {
    min-width: 0%;
  }
  .md\:max-w-0 {
    max-width: 0rem;
  }
  .md\:max-w-0per {
    max-width: 0%;
  }
  .md\:w-1 {
    width: 1rem;
  }
  .md\:w-1per {
    width: 1%;
  }
  .md\:min-w-1 {
    min-width: 1rem;
  }
  .md\:min-w-1per {
    min-width: 1%;
  }
  .md\:max-w-1 {
    max-width: 1rem;
  }
  .md\:max-w-1per {
    max-width: 1%;
  }
  .md\:w-2 {
    width: 2rem;
  }
  .md\:w-2per {
    width: 2%;
  }
  .md\:min-w-2 {
    min-width: 2rem;
  }
  .md\:min-w-2per {
    min-width: 2%;
  }
  .md\:max-w-2 {
    max-width: 2rem;
  }
  .md\:max-w-2per {
    max-width: 2%;
  }
  .md\:w-3 {
    width: 3rem;
  }
  .md\:w-3per {
    width: 3%;
  }
  .md\:min-w-3 {
    min-width: 3rem;
  }
  .md\:min-w-3per {
    min-width: 3%;
  }
  .md\:max-w-3 {
    max-width: 3rem;
  }
  .md\:max-w-3per {
    max-width: 3%;
  }
  .md\:w-4 {
    width: 4rem;
  }
  .md\:w-4per {
    width: 4%;
  }
  .md\:min-w-4 {
    min-width: 4rem;
  }
  .md\:min-w-4per {
    min-width: 4%;
  }
  .md\:max-w-4 {
    max-width: 4rem;
  }
  .md\:max-w-4per {
    max-width: 4%;
  }
  .md\:w-5 {
    width: 5rem;
  }
  .md\:w-5per {
    width: 5%;
  }
  .md\:min-w-5 {
    min-width: 5rem;
  }
  .md\:min-w-5per {
    min-width: 5%;
  }
  .md\:max-w-5 {
    max-width: 5rem;
  }
  .md\:max-w-5per {
    max-width: 5%;
  }
  .md\:w-6 {
    width: 6rem;
  }
  .md\:w-6per {
    width: 6%;
  }
  .md\:min-w-6 {
    min-width: 6rem;
  }
  .md\:min-w-6per {
    min-width: 6%;
  }
  .md\:max-w-6 {
    max-width: 6rem;
  }
  .md\:max-w-6per {
    max-width: 6%;
  }
  .md\:w-7 {
    width: 7rem;
  }
  .md\:w-7per {
    width: 7%;
  }
  .md\:min-w-7 {
    min-width: 7rem;
  }
  .md\:min-w-7per {
    min-width: 7%;
  }
  .md\:max-w-7 {
    max-width: 7rem;
  }
  .md\:max-w-7per {
    max-width: 7%;
  }
  .md\:w-8 {
    width: 8rem;
  }
  .md\:w-8per {
    width: 8%;
  }
  .md\:min-w-8 {
    min-width: 8rem;
  }
  .md\:min-w-8per {
    min-width: 8%;
  }
  .md\:max-w-8 {
    max-width: 8rem;
  }
  .md\:max-w-8per {
    max-width: 8%;
  }
  .md\:w-9 {
    width: 9rem;
  }
  .md\:w-9per {
    width: 9%;
  }
  .md\:min-w-9 {
    min-width: 9rem;
  }
  .md\:min-w-9per {
    min-width: 9%;
  }
  .md\:max-w-9 {
    max-width: 9rem;
  }
  .md\:max-w-9per {
    max-width: 9%;
  }
  .md\:w-10 {
    width: 10rem;
  }
  .md\:w-10per {
    width: 10%;
  }
  .md\:min-w-10 {
    min-width: 10rem;
  }
  .md\:min-w-10per {
    min-width: 10%;
  }
  .md\:max-w-10 {
    max-width: 10rem;
  }
  .md\:max-w-10per {
    max-width: 10%;
  }
  .md\:w-11 {
    width: 11rem;
  }
  .md\:w-11per {
    width: 11%;
  }
  .md\:min-w-11 {
    min-width: 11rem;
  }
  .md\:min-w-11per {
    min-width: 11%;
  }
  .md\:max-w-11 {
    max-width: 11rem;
  }
  .md\:max-w-11per {
    max-width: 11%;
  }
  .md\:w-12 {
    width: 12rem;
  }
  .md\:w-12per {
    width: 12%;
  }
  .md\:min-w-12 {
    min-width: 12rem;
  }
  .md\:min-w-12per {
    min-width: 12%;
  }
  .md\:max-w-12 {
    max-width: 12rem;
  }
  .md\:max-w-12per {
    max-width: 12%;
  }
  .md\:w-13 {
    width: 13rem;
  }
  .md\:w-13per {
    width: 13%;
  }
  .md\:min-w-13 {
    min-width: 13rem;
  }
  .md\:min-w-13per {
    min-width: 13%;
  }
  .md\:max-w-13 {
    max-width: 13rem;
  }
  .md\:max-w-13per {
    max-width: 13%;
  }
  .md\:w-14 {
    width: 14rem;
  }
  .md\:w-14per {
    width: 14%;
  }
  .md\:min-w-14 {
    min-width: 14rem;
  }
  .md\:min-w-14per {
    min-width: 14%;
  }
  .md\:max-w-14 {
    max-width: 14rem;
  }
  .md\:max-w-14per {
    max-width: 14%;
  }
  .md\:w-15 {
    width: 15rem;
  }
  .md\:w-15per {
    width: 15%;
  }
  .md\:min-w-15 {
    min-width: 15rem;
  }
  .md\:min-w-15per {
    min-width: 15%;
  }
  .md\:max-w-15 {
    max-width: 15rem;
  }
  .md\:max-w-15per {
    max-width: 15%;
  }
  .md\:w-20 {
    width: 20rem;
  }
  .md\:w-20per {
    width: 20%;
  }
  .md\:min-w-20 {
    min-width: 20rem;
  }
  .md\:min-w-20per {
    min-width: 20%;
  }
  .md\:max-w-20 {
    max-width: 20rem;
  }
  .md\:max-w-20per {
    max-width: 20%;
  }
  .md\:w-25 {
    width: 25rem;
  }
  .md\:w-25per {
    width: 25%;
  }
  .md\:min-w-25 {
    min-width: 25rem;
  }
  .md\:min-w-25per {
    min-width: 25%;
  }
  .md\:max-w-25 {
    max-width: 25rem;
  }
  .md\:max-w-25per {
    max-width: 25%;
  }
  .md\:w-30 {
    width: 30rem;
  }
  .md\:w-30per {
    width: 30%;
  }
  .md\:min-w-30 {
    min-width: 30rem;
  }
  .md\:min-w-30per {
    min-width: 30%;
  }
  .md\:max-w-30 {
    max-width: 30rem;
  }
  .md\:max-w-30per {
    max-width: 30%;
  }
  .md\:w-35 {
    width: 35rem;
  }
  .md\:w-35per {
    width: 35%;
  }
  .md\:min-w-35 {
    min-width: 35rem;
  }
  .md\:min-w-35per {
    min-width: 35%;
  }
  .md\:max-w-35 {
    max-width: 35rem;
  }
  .md\:max-w-35per {
    max-width: 35%;
  }
  .md\:w-40 {
    width: 40rem;
  }
  .md\:w-40per {
    width: 40%;
  }
  .md\:min-w-40 {
    min-width: 40rem;
  }
  .md\:min-w-40per {
    min-width: 40%;
  }
  .md\:max-w-40 {
    max-width: 40rem;
  }
  .md\:max-w-40per {
    max-width: 40%;
  }
  .md\:w-45 {
    width: 45rem;
  }
  .md\:w-45per {
    width: 45%;
  }
  .md\:min-w-45 {
    min-width: 45rem;
  }
  .md\:min-w-45per {
    min-width: 45%;
  }
  .md\:max-w-45 {
    max-width: 45rem;
  }
  .md\:max-w-45per {
    max-width: 45%;
  }
  .md\:w-50 {
    width: 50rem;
  }
  .md\:w-50per {
    width: 50%;
  }
  .md\:min-w-50 {
    min-width: 50rem;
  }
  .md\:min-w-50per {
    min-width: 50%;
  }
  .md\:max-w-50 {
    max-width: 50rem;
  }
  .md\:max-w-50per {
    max-width: 50%;
  }
  .md\:w-55 {
    width: 55rem;
  }
  .md\:w-55per {
    width: 55%;
  }
  .md\:min-w-55 {
    min-width: 55rem;
  }
  .md\:min-w-55per {
    min-width: 55%;
  }
  .md\:max-w-55 {
    max-width: 55rem;
  }
  .md\:max-w-55per {
    max-width: 55%;
  }
  .md\:w-60 {
    width: 60rem;
  }
  .md\:w-60per {
    width: 60%;
  }
  .md\:min-w-60 {
    min-width: 60rem;
  }
  .md\:min-w-60per {
    min-width: 60%;
  }
  .md\:max-w-60 {
    max-width: 60rem;
  }
  .md\:max-w-60per {
    max-width: 60%;
  }
  .md\:w-65 {
    width: 65rem;
  }
  .md\:w-65per {
    width: 65%;
  }
  .md\:min-w-65 {
    min-width: 65rem;
  }
  .md\:min-w-65per {
    min-width: 65%;
  }
  .md\:max-w-65 {
    max-width: 65rem;
  }
  .md\:max-w-65per {
    max-width: 65%;
  }
  .md\:w-70 {
    width: 70rem;
  }
  .md\:w-70per {
    width: 70%;
  }
  .md\:min-w-70 {
    min-width: 70rem;
  }
  .md\:min-w-70per {
    min-width: 70%;
  }
  .md\:max-w-70 {
    max-width: 70rem;
  }
  .md\:max-w-70per {
    max-width: 70%;
  }
  .md\:w-75 {
    width: 75rem;
  }
  .md\:w-75per {
    width: 75%;
  }
  .md\:min-w-75 {
    min-width: 75rem;
  }
  .md\:min-w-75per {
    min-width: 75%;
  }
  .md\:max-w-75 {
    max-width: 75rem;
  }
  .md\:max-w-75per {
    max-width: 75%;
  }
  .md\:w-80 {
    width: 80rem;
  }
  .md\:w-80per {
    width: 80%;
  }
  .md\:min-w-80 {
    min-width: 80rem;
  }
  .md\:min-w-80per {
    min-width: 80%;
  }
  .md\:max-w-80 {
    max-width: 80rem;
  }
  .md\:max-w-80per {
    max-width: 80%;
  }
  .md\:w-85 {
    width: 85rem;
  }
  .md\:w-85per {
    width: 85%;
  }
  .md\:min-w-85 {
    min-width: 85rem;
  }
  .md\:min-w-85per {
    min-width: 85%;
  }
  .md\:max-w-85 {
    max-width: 85rem;
  }
  .md\:max-w-85per {
    max-width: 85%;
  }
  .md\:w-90 {
    width: 90rem;
  }
  .md\:w-90per {
    width: 90%;
  }
  .md\:min-w-90 {
    min-width: 90rem;
  }
  .md\:min-w-90per {
    min-width: 90%;
  }
  .md\:max-w-90 {
    max-width: 90rem;
  }
  .md\:max-w-90per {
    max-width: 90%;
  }
  .md\:w-95 {
    width: 95rem;
  }
  .md\:w-95per {
    width: 95%;
  }
  .md\:min-w-95 {
    min-width: 95rem;
  }
  .md\:min-w-95per {
    min-width: 95%;
  }
  .md\:max-w-95 {
    max-width: 95rem;
  }
  .md\:max-w-95per {
    max-width: 95%;
  }
  .md\:w-100 {
    width: 100rem;
  }
  .md\:w-100per {
    width: 100%;
  }
  .md\:min-w-100 {
    min-width: 100rem;
  }
  .md\:min-w-100per {
    min-width: 100%;
  }
  .md\:max-w-100 {
    max-width: 100rem;
  }
  .md\:max-w-100per {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-min {
    height: min-content;
  }
  .lg\:min-h-min {
    min-height: min-content;
  }
  .lg\:max-h-min {
    max-height: min-content;
  }
  .lg\:h-max {
    height: max-content;
  }
  .lg\:min-h-max {
    min-height: max-content;
  }
  .lg\:max-h-max {
    max-height: max-content;
  }
  .lg\:h-fit {
    height: fit-content;
  }
  .lg\:min-h-fit {
    min-height: fit-content;
  }
  .lg\:max-h-fit {
    max-height: fit-content;
  }
  .lg\:h-0 {
    height: 0rem;
  }
  .lg\:h-0per {
    height: 0%;
  }
  .lg\:min-h-0 {
    min-height: 0rem;
  }
  .lg\:min-h-0per {
    min-height: 0%;
  }
  .lg\:max-h-0 {
    max-height: 0rem;
  }
  .lg\:max-h-0per {
    max-height: 0%;
  }
  .lg\:h-1 {
    height: 1rem;
  }
  .lg\:h-1per {
    height: 1%;
  }
  .lg\:min-h-1 {
    min-height: 1rem;
  }
  .lg\:min-h-1per {
    min-height: 1%;
  }
  .lg\:max-h-1 {
    max-height: 1rem;
  }
  .lg\:max-h-1per {
    max-height: 1%;
  }
  .lg\:h-2 {
    height: 2rem;
  }
  .lg\:h-2per {
    height: 2%;
  }
  .lg\:min-h-2 {
    min-height: 2rem;
  }
  .lg\:min-h-2per {
    min-height: 2%;
  }
  .lg\:max-h-2 {
    max-height: 2rem;
  }
  .lg\:max-h-2per {
    max-height: 2%;
  }
  .lg\:h-3 {
    height: 3rem;
  }
  .lg\:h-3per {
    height: 3%;
  }
  .lg\:min-h-3 {
    min-height: 3rem;
  }
  .lg\:min-h-3per {
    min-height: 3%;
  }
  .lg\:max-h-3 {
    max-height: 3rem;
  }
  .lg\:max-h-3per {
    max-height: 3%;
  }
  .lg\:h-4 {
    height: 4rem;
  }
  .lg\:h-4per {
    height: 4%;
  }
  .lg\:min-h-4 {
    min-height: 4rem;
  }
  .lg\:min-h-4per {
    min-height: 4%;
  }
  .lg\:max-h-4 {
    max-height: 4rem;
  }
  .lg\:max-h-4per {
    max-height: 4%;
  }
  .lg\:h-5 {
    height: 5rem;
  }
  .lg\:h-5per {
    height: 5%;
  }
  .lg\:min-h-5 {
    min-height: 5rem;
  }
  .lg\:min-h-5per {
    min-height: 5%;
  }
  .lg\:max-h-5 {
    max-height: 5rem;
  }
  .lg\:max-h-5per {
    max-height: 5%;
  }
  .lg\:h-6 {
    height: 6rem;
  }
  .lg\:h-6per {
    height: 6%;
  }
  .lg\:min-h-6 {
    min-height: 6rem;
  }
  .lg\:min-h-6per {
    min-height: 6%;
  }
  .lg\:max-h-6 {
    max-height: 6rem;
  }
  .lg\:max-h-6per {
    max-height: 6%;
  }
  .lg\:h-7 {
    height: 7rem;
  }
  .lg\:h-7per {
    height: 7%;
  }
  .lg\:min-h-7 {
    min-height: 7rem;
  }
  .lg\:min-h-7per {
    min-height: 7%;
  }
  .lg\:max-h-7 {
    max-height: 7rem;
  }
  .lg\:max-h-7per {
    max-height: 7%;
  }
  .lg\:h-8 {
    height: 8rem;
  }
  .lg\:h-8per {
    height: 8%;
  }
  .lg\:min-h-8 {
    min-height: 8rem;
  }
  .lg\:min-h-8per {
    min-height: 8%;
  }
  .lg\:max-h-8 {
    max-height: 8rem;
  }
  .lg\:max-h-8per {
    max-height: 8%;
  }
  .lg\:h-9 {
    height: 9rem;
  }
  .lg\:h-9per {
    height: 9%;
  }
  .lg\:min-h-9 {
    min-height: 9rem;
  }
  .lg\:min-h-9per {
    min-height: 9%;
  }
  .lg\:max-h-9 {
    max-height: 9rem;
  }
  .lg\:max-h-9per {
    max-height: 9%;
  }
  .lg\:h-10 {
    height: 10rem;
  }
  .lg\:h-10per {
    height: 10%;
  }
  .lg\:min-h-10 {
    min-height: 10rem;
  }
  .lg\:min-h-10per {
    min-height: 10%;
  }
  .lg\:max-h-10 {
    max-height: 10rem;
  }
  .lg\:max-h-10per {
    max-height: 10%;
  }
  .lg\:h-11 {
    height: 11rem;
  }
  .lg\:h-11per {
    height: 11%;
  }
  .lg\:min-h-11 {
    min-height: 11rem;
  }
  .lg\:min-h-11per {
    min-height: 11%;
  }
  .lg\:max-h-11 {
    max-height: 11rem;
  }
  .lg\:max-h-11per {
    max-height: 11%;
  }
  .lg\:h-12 {
    height: 12rem;
  }
  .lg\:h-12per {
    height: 12%;
  }
  .lg\:min-h-12 {
    min-height: 12rem;
  }
  .lg\:min-h-12per {
    min-height: 12%;
  }
  .lg\:max-h-12 {
    max-height: 12rem;
  }
  .lg\:max-h-12per {
    max-height: 12%;
  }
  .lg\:h-13 {
    height: 13rem;
  }
  .lg\:h-13per {
    height: 13%;
  }
  .lg\:min-h-13 {
    min-height: 13rem;
  }
  .lg\:min-h-13per {
    min-height: 13%;
  }
  .lg\:max-h-13 {
    max-height: 13rem;
  }
  .lg\:max-h-13per {
    max-height: 13%;
  }
  .lg\:h-14 {
    height: 14rem;
  }
  .lg\:h-14per {
    height: 14%;
  }
  .lg\:min-h-14 {
    min-height: 14rem;
  }
  .lg\:min-h-14per {
    min-height: 14%;
  }
  .lg\:max-h-14 {
    max-height: 14rem;
  }
  .lg\:max-h-14per {
    max-height: 14%;
  }
  .lg\:h-15 {
    height: 15rem;
  }
  .lg\:h-15per {
    height: 15%;
  }
  .lg\:min-h-15 {
    min-height: 15rem;
  }
  .lg\:min-h-15per {
    min-height: 15%;
  }
  .lg\:max-h-15 {
    max-height: 15rem;
  }
  .lg\:max-h-15per {
    max-height: 15%;
  }
  .lg\:h-20 {
    height: 20rem;
  }
  .lg\:h-20per {
    height: 20%;
  }
  .lg\:min-h-20 {
    min-height: 20rem;
  }
  .lg\:min-h-20per {
    min-height: 20%;
  }
  .lg\:max-h-20 {
    max-height: 20rem;
  }
  .lg\:max-h-20per {
    max-height: 20%;
  }
  .lg\:h-25 {
    height: 25rem;
  }
  .lg\:h-25per {
    height: 25%;
  }
  .lg\:min-h-25 {
    min-height: 25rem;
  }
  .lg\:min-h-25per {
    min-height: 25%;
  }
  .lg\:max-h-25 {
    max-height: 25rem;
  }
  .lg\:max-h-25per {
    max-height: 25%;
  }
  .lg\:h-30 {
    height: 30rem;
  }
  .lg\:h-30per {
    height: 30%;
  }
  .lg\:min-h-30 {
    min-height: 30rem;
  }
  .lg\:min-h-30per {
    min-height: 30%;
  }
  .lg\:max-h-30 {
    max-height: 30rem;
  }
  .lg\:max-h-30per {
    max-height: 30%;
  }
  .lg\:h-35 {
    height: 35rem;
  }
  .lg\:h-35per {
    height: 35%;
  }
  .lg\:min-h-35 {
    min-height: 35rem;
  }
  .lg\:min-h-35per {
    min-height: 35%;
  }
  .lg\:max-h-35 {
    max-height: 35rem;
  }
  .lg\:max-h-35per {
    max-height: 35%;
  }
  .lg\:h-40 {
    height: 40rem;
  }
  .lg\:h-40per {
    height: 40%;
  }
  .lg\:min-h-40 {
    min-height: 40rem;
  }
  .lg\:min-h-40per {
    min-height: 40%;
  }
  .lg\:max-h-40 {
    max-height: 40rem;
  }
  .lg\:max-h-40per {
    max-height: 40%;
  }
  .lg\:h-45 {
    height: 45rem;
  }
  .lg\:h-45per {
    height: 45%;
  }
  .lg\:min-h-45 {
    min-height: 45rem;
  }
  .lg\:min-h-45per {
    min-height: 45%;
  }
  .lg\:max-h-45 {
    max-height: 45rem;
  }
  .lg\:max-h-45per {
    max-height: 45%;
  }
  .lg\:h-50 {
    height: 50rem;
  }
  .lg\:h-50per {
    height: 50%;
  }
  .lg\:min-h-50 {
    min-height: 50rem;
  }
  .lg\:min-h-50per {
    min-height: 50%;
  }
  .lg\:max-h-50 {
    max-height: 50rem;
  }
  .lg\:max-h-50per {
    max-height: 50%;
  }
  .lg\:h-55 {
    height: 55rem;
  }
  .lg\:h-55per {
    height: 55%;
  }
  .lg\:min-h-55 {
    min-height: 55rem;
  }
  .lg\:min-h-55per {
    min-height: 55%;
  }
  .lg\:max-h-55 {
    max-height: 55rem;
  }
  .lg\:max-h-55per {
    max-height: 55%;
  }
  .lg\:h-60 {
    height: 60rem;
  }
  .lg\:h-60per {
    height: 60%;
  }
  .lg\:min-h-60 {
    min-height: 60rem;
  }
  .lg\:min-h-60per {
    min-height: 60%;
  }
  .lg\:max-h-60 {
    max-height: 60rem;
  }
  .lg\:max-h-60per {
    max-height: 60%;
  }
  .lg\:h-65 {
    height: 65rem;
  }
  .lg\:h-65per {
    height: 65%;
  }
  .lg\:min-h-65 {
    min-height: 65rem;
  }
  .lg\:min-h-65per {
    min-height: 65%;
  }
  .lg\:max-h-65 {
    max-height: 65rem;
  }
  .lg\:max-h-65per {
    max-height: 65%;
  }
  .lg\:h-70 {
    height: 70rem;
  }
  .lg\:h-70per {
    height: 70%;
  }
  .lg\:min-h-70 {
    min-height: 70rem;
  }
  .lg\:min-h-70per {
    min-height: 70%;
  }
  .lg\:max-h-70 {
    max-height: 70rem;
  }
  .lg\:max-h-70per {
    max-height: 70%;
  }
  .lg\:h-75 {
    height: 75rem;
  }
  .lg\:h-75per {
    height: 75%;
  }
  .lg\:min-h-75 {
    min-height: 75rem;
  }
  .lg\:min-h-75per {
    min-height: 75%;
  }
  .lg\:max-h-75 {
    max-height: 75rem;
  }
  .lg\:max-h-75per {
    max-height: 75%;
  }
  .lg\:h-80 {
    height: 80rem;
  }
  .lg\:h-80per {
    height: 80%;
  }
  .lg\:min-h-80 {
    min-height: 80rem;
  }
  .lg\:min-h-80per {
    min-height: 80%;
  }
  .lg\:max-h-80 {
    max-height: 80rem;
  }
  .lg\:max-h-80per {
    max-height: 80%;
  }
  .lg\:h-85 {
    height: 85rem;
  }
  .lg\:h-85per {
    height: 85%;
  }
  .lg\:min-h-85 {
    min-height: 85rem;
  }
  .lg\:min-h-85per {
    min-height: 85%;
  }
  .lg\:max-h-85 {
    max-height: 85rem;
  }
  .lg\:max-h-85per {
    max-height: 85%;
  }
  .lg\:h-90 {
    height: 90rem;
  }
  .lg\:h-90per {
    height: 90%;
  }
  .lg\:min-h-90 {
    min-height: 90rem;
  }
  .lg\:min-h-90per {
    min-height: 90%;
  }
  .lg\:max-h-90 {
    max-height: 90rem;
  }
  .lg\:max-h-90per {
    max-height: 90%;
  }
  .lg\:h-95 {
    height: 95rem;
  }
  .lg\:h-95per {
    height: 95%;
  }
  .lg\:min-h-95 {
    min-height: 95rem;
  }
  .lg\:min-h-95per {
    min-height: 95%;
  }
  .lg\:max-h-95 {
    max-height: 95rem;
  }
  .lg\:max-h-95per {
    max-height: 95%;
  }
  .lg\:h-100 {
    height: 100rem;
  }
  .lg\:h-100per {
    height: 100%;
  }
  .lg\:min-h-100 {
    min-height: 100rem;
  }
  .lg\:min-h-100per {
    min-height: 100%;
  }
  .lg\:max-h-100 {
    max-height: 100rem;
  }
  .lg\:max-h-100per {
    max-height: 100%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-min {
    width: min-content;
  }
  .lg\:min-w-min {
    min-width: min-content;
  }
  .lg\:max-w-min {
    max-width: min-content;
  }
  .lg\:w-max {
    width: max-content;
  }
  .lg\:min-w-max {
    min-width: max-content;
  }
  .lg\:max-w-max {
    max-width: max-content;
  }
  .lg\:w-fit {
    width: fit-content;
  }
  .lg\:min-w-fit {
    min-width: fit-content;
  }
  .lg\:max-w-fit {
    max-width: fit-content;
  }
  .lg\:w-0 {
    width: 0rem;
  }
  .lg\:w-0per {
    width: 0%;
  }
  .lg\:min-w-0 {
    min-width: 0rem;
  }
  .lg\:min-w-0per {
    min-width: 0%;
  }
  .lg\:max-w-0 {
    max-width: 0rem;
  }
  .lg\:max-w-0per {
    max-width: 0%;
  }
  .lg\:w-1 {
    width: 1rem;
  }
  .lg\:w-1per {
    width: 1%;
  }
  .lg\:min-w-1 {
    min-width: 1rem;
  }
  .lg\:min-w-1per {
    min-width: 1%;
  }
  .lg\:max-w-1 {
    max-width: 1rem;
  }
  .lg\:max-w-1per {
    max-width: 1%;
  }
  .lg\:w-2 {
    width: 2rem;
  }
  .lg\:w-2per {
    width: 2%;
  }
  .lg\:min-w-2 {
    min-width: 2rem;
  }
  .lg\:min-w-2per {
    min-width: 2%;
  }
  .lg\:max-w-2 {
    max-width: 2rem;
  }
  .lg\:max-w-2per {
    max-width: 2%;
  }
  .lg\:w-3 {
    width: 3rem;
  }
  .lg\:w-3per {
    width: 3%;
  }
  .lg\:min-w-3 {
    min-width: 3rem;
  }
  .lg\:min-w-3per {
    min-width: 3%;
  }
  .lg\:max-w-3 {
    max-width: 3rem;
  }
  .lg\:max-w-3per {
    max-width: 3%;
  }
  .lg\:w-4 {
    width: 4rem;
  }
  .lg\:w-4per {
    width: 4%;
  }
  .lg\:min-w-4 {
    min-width: 4rem;
  }
  .lg\:min-w-4per {
    min-width: 4%;
  }
  .lg\:max-w-4 {
    max-width: 4rem;
  }
  .lg\:max-w-4per {
    max-width: 4%;
  }
  .lg\:w-5 {
    width: 5rem;
  }
  .lg\:w-5per {
    width: 5%;
  }
  .lg\:min-w-5 {
    min-width: 5rem;
  }
  .lg\:min-w-5per {
    min-width: 5%;
  }
  .lg\:max-w-5 {
    max-width: 5rem;
  }
  .lg\:max-w-5per {
    max-width: 5%;
  }
  .lg\:w-6 {
    width: 6rem;
  }
  .lg\:w-6per {
    width: 6%;
  }
  .lg\:min-w-6 {
    min-width: 6rem;
  }
  .lg\:min-w-6per {
    min-width: 6%;
  }
  .lg\:max-w-6 {
    max-width: 6rem;
  }
  .lg\:max-w-6per {
    max-width: 6%;
  }
  .lg\:w-7 {
    width: 7rem;
  }
  .lg\:w-7per {
    width: 7%;
  }
  .lg\:min-w-7 {
    min-width: 7rem;
  }
  .lg\:min-w-7per {
    min-width: 7%;
  }
  .lg\:max-w-7 {
    max-width: 7rem;
  }
  .lg\:max-w-7per {
    max-width: 7%;
  }
  .lg\:w-8 {
    width: 8rem;
  }
  .lg\:w-8per {
    width: 8%;
  }
  .lg\:min-w-8 {
    min-width: 8rem;
  }
  .lg\:min-w-8per {
    min-width: 8%;
  }
  .lg\:max-w-8 {
    max-width: 8rem;
  }
  .lg\:max-w-8per {
    max-width: 8%;
  }
  .lg\:w-9 {
    width: 9rem;
  }
  .lg\:w-9per {
    width: 9%;
  }
  .lg\:min-w-9 {
    min-width: 9rem;
  }
  .lg\:min-w-9per {
    min-width: 9%;
  }
  .lg\:max-w-9 {
    max-width: 9rem;
  }
  .lg\:max-w-9per {
    max-width: 9%;
  }
  .lg\:w-10 {
    width: 10rem;
  }
  .lg\:w-10per {
    width: 10%;
  }
  .lg\:min-w-10 {
    min-width: 10rem;
  }
  .lg\:min-w-10per {
    min-width: 10%;
  }
  .lg\:max-w-10 {
    max-width: 10rem;
  }
  .lg\:max-w-10per {
    max-width: 10%;
  }
  .lg\:w-11 {
    width: 11rem;
  }
  .lg\:w-11per {
    width: 11%;
  }
  .lg\:min-w-11 {
    min-width: 11rem;
  }
  .lg\:min-w-11per {
    min-width: 11%;
  }
  .lg\:max-w-11 {
    max-width: 11rem;
  }
  .lg\:max-w-11per {
    max-width: 11%;
  }
  .lg\:w-12 {
    width: 12rem;
  }
  .lg\:w-12per {
    width: 12%;
  }
  .lg\:min-w-12 {
    min-width: 12rem;
  }
  .lg\:min-w-12per {
    min-width: 12%;
  }
  .lg\:max-w-12 {
    max-width: 12rem;
  }
  .lg\:max-w-12per {
    max-width: 12%;
  }
  .lg\:w-13 {
    width: 13rem;
  }
  .lg\:w-13per {
    width: 13%;
  }
  .lg\:min-w-13 {
    min-width: 13rem;
  }
  .lg\:min-w-13per {
    min-width: 13%;
  }
  .lg\:max-w-13 {
    max-width: 13rem;
  }
  .lg\:max-w-13per {
    max-width: 13%;
  }
  .lg\:w-14 {
    width: 14rem;
  }
  .lg\:w-14per {
    width: 14%;
  }
  .lg\:min-w-14 {
    min-width: 14rem;
  }
  .lg\:min-w-14per {
    min-width: 14%;
  }
  .lg\:max-w-14 {
    max-width: 14rem;
  }
  .lg\:max-w-14per {
    max-width: 14%;
  }
  .lg\:w-15 {
    width: 15rem;
  }
  .lg\:w-15per {
    width: 15%;
  }
  .lg\:min-w-15 {
    min-width: 15rem;
  }
  .lg\:min-w-15per {
    min-width: 15%;
  }
  .lg\:max-w-15 {
    max-width: 15rem;
  }
  .lg\:max-w-15per {
    max-width: 15%;
  }
  .lg\:w-20 {
    width: 20rem;
  }
  .lg\:w-20per {
    width: 20%;
  }
  .lg\:min-w-20 {
    min-width: 20rem;
  }
  .lg\:min-w-20per {
    min-width: 20%;
  }
  .lg\:max-w-20 {
    max-width: 20rem;
  }
  .lg\:max-w-20per {
    max-width: 20%;
  }
  .lg\:w-25 {
    width: 25rem;
  }
  .lg\:w-25per {
    width: 25%;
  }
  .lg\:min-w-25 {
    min-width: 25rem;
  }
  .lg\:min-w-25per {
    min-width: 25%;
  }
  .lg\:max-w-25 {
    max-width: 25rem;
  }
  .lg\:max-w-25per {
    max-width: 25%;
  }
  .lg\:w-30 {
    width: 30rem;
  }
  .lg\:w-30per {
    width: 30%;
  }
  .lg\:min-w-30 {
    min-width: 30rem;
  }
  .lg\:min-w-30per {
    min-width: 30%;
  }
  .lg\:max-w-30 {
    max-width: 30rem;
  }
  .lg\:max-w-30per {
    max-width: 30%;
  }
  .lg\:w-35 {
    width: 35rem;
  }
  .lg\:w-35per {
    width: 35%;
  }
  .lg\:min-w-35 {
    min-width: 35rem;
  }
  .lg\:min-w-35per {
    min-width: 35%;
  }
  .lg\:max-w-35 {
    max-width: 35rem;
  }
  .lg\:max-w-35per {
    max-width: 35%;
  }
  .lg\:w-40 {
    width: 40rem;
  }
  .lg\:w-40per {
    width: 40%;
  }
  .lg\:min-w-40 {
    min-width: 40rem;
  }
  .lg\:min-w-40per {
    min-width: 40%;
  }
  .lg\:max-w-40 {
    max-width: 40rem;
  }
  .lg\:max-w-40per {
    max-width: 40%;
  }
  .lg\:w-45 {
    width: 45rem;
  }
  .lg\:w-45per {
    width: 45%;
  }
  .lg\:min-w-45 {
    min-width: 45rem;
  }
  .lg\:min-w-45per {
    min-width: 45%;
  }
  .lg\:max-w-45 {
    max-width: 45rem;
  }
  .lg\:max-w-45per {
    max-width: 45%;
  }
  .lg\:w-50 {
    width: 50rem;
  }
  .lg\:w-50per {
    width: 50%;
  }
  .lg\:min-w-50 {
    min-width: 50rem;
  }
  .lg\:min-w-50per {
    min-width: 50%;
  }
  .lg\:max-w-50 {
    max-width: 50rem;
  }
  .lg\:max-w-50per {
    max-width: 50%;
  }
  .lg\:w-55 {
    width: 55rem;
  }
  .lg\:w-55per {
    width: 55%;
  }
  .lg\:min-w-55 {
    min-width: 55rem;
  }
  .lg\:min-w-55per {
    min-width: 55%;
  }
  .lg\:max-w-55 {
    max-width: 55rem;
  }
  .lg\:max-w-55per {
    max-width: 55%;
  }
  .lg\:w-60 {
    width: 60rem;
  }
  .lg\:w-60per {
    width: 60%;
  }
  .lg\:min-w-60 {
    min-width: 60rem;
  }
  .lg\:min-w-60per {
    min-width: 60%;
  }
  .lg\:max-w-60 {
    max-width: 60rem;
  }
  .lg\:max-w-60per {
    max-width: 60%;
  }
  .lg\:w-65 {
    width: 65rem;
  }
  .lg\:w-65per {
    width: 65%;
  }
  .lg\:min-w-65 {
    min-width: 65rem;
  }
  .lg\:min-w-65per {
    min-width: 65%;
  }
  .lg\:max-w-65 {
    max-width: 65rem;
  }
  .lg\:max-w-65per {
    max-width: 65%;
  }
  .lg\:w-70 {
    width: 70rem;
  }
  .lg\:w-70per {
    width: 70%;
  }
  .lg\:min-w-70 {
    min-width: 70rem;
  }
  .lg\:min-w-70per {
    min-width: 70%;
  }
  .lg\:max-w-70 {
    max-width: 70rem;
  }
  .lg\:max-w-70per {
    max-width: 70%;
  }
  .lg\:w-75 {
    width: 75rem;
  }
  .lg\:w-75per {
    width: 75%;
  }
  .lg\:min-w-75 {
    min-width: 75rem;
  }
  .lg\:min-w-75per {
    min-width: 75%;
  }
  .lg\:max-w-75 {
    max-width: 75rem;
  }
  .lg\:max-w-75per {
    max-width: 75%;
  }
  .lg\:w-80 {
    width: 80rem;
  }
  .lg\:w-80per {
    width: 80%;
  }
  .lg\:min-w-80 {
    min-width: 80rem;
  }
  .lg\:min-w-80per {
    min-width: 80%;
  }
  .lg\:max-w-80 {
    max-width: 80rem;
  }
  .lg\:max-w-80per {
    max-width: 80%;
  }
  .lg\:w-85 {
    width: 85rem;
  }
  .lg\:w-85per {
    width: 85%;
  }
  .lg\:min-w-85 {
    min-width: 85rem;
  }
  .lg\:min-w-85per {
    min-width: 85%;
  }
  .lg\:max-w-85 {
    max-width: 85rem;
  }
  .lg\:max-w-85per {
    max-width: 85%;
  }
  .lg\:w-90 {
    width: 90rem;
  }
  .lg\:w-90per {
    width: 90%;
  }
  .lg\:min-w-90 {
    min-width: 90rem;
  }
  .lg\:min-w-90per {
    min-width: 90%;
  }
  .lg\:max-w-90 {
    max-width: 90rem;
  }
  .lg\:max-w-90per {
    max-width: 90%;
  }
  .lg\:w-95 {
    width: 95rem;
  }
  .lg\:w-95per {
    width: 95%;
  }
  .lg\:min-w-95 {
    min-width: 95rem;
  }
  .lg\:min-w-95per {
    min-width: 95%;
  }
  .lg\:max-w-95 {
    max-width: 95rem;
  }
  .lg\:max-w-95per {
    max-width: 95%;
  }
  .lg\:w-100 {
    width: 100rem;
  }
  .lg\:w-100per {
    width: 100%;
  }
  .lg\:min-w-100 {
    min-width: 100rem;
  }
  .lg\:min-w-100per {
    min-width: 100%;
  }
  .lg\:max-w-100 {
    max-width: 100rem;
  }
  .lg\:max-w-100per {
    max-width: 100%;
  }
}
/* SPACING */
.m-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.m-0 {
  margin: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.m-1 {
  margin: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-2 {
  margin: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-3 {
  margin: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-4 {
  margin: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.m-5 {
  margin: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.m-6 {
  margin: 6rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mr-6 {
  margin-right: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.ml-6 {
  margin-left: 6rem;
}

.mx-6 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.m-7 {
  margin: 7rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mr-7 {
  margin-right: 7rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.ml-7 {
  margin-left: 7rem;
}

.mx-7 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.my-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.m-8 {
  margin: 8rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mr-8 {
  margin-right: 8rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.ml-8 {
  margin-left: 8rem;
}

.mx-8 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.m-9 {
  margin: 9rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mr-9 {
  margin-right: 9rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.ml-9 {
  margin-left: 9rem;
}

.mx-9 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.my-9 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.m-10 {
  margin: 10rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mr-10 {
  margin-right: 10rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.ml-10 {
  margin-left: 10rem;
}

.mx-10 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.m-11 {
  margin: 11rem;
}

.mt-11 {
  margin-top: 11rem;
}

.mr-11 {
  margin-right: 11rem;
}

.mb-11 {
  margin-bottom: 11rem;
}

.ml-11 {
  margin-left: 11rem;
}

.mx-11 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.my-11 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.m-12 {
  margin: 12rem;
}

.mt-12 {
  margin-top: 12rem;
}

.mr-12 {
  margin-right: 12rem;
}

.mb-12 {
  margin-bottom: 12rem;
}

.ml-12 {
  margin-left: 12rem;
}

.mx-12 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-12 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.m-13 {
  margin: 13rem;
}

.mt-13 {
  margin-top: 13rem;
}

.mr-13 {
  margin-right: 13rem;
}

.mb-13 {
  margin-bottom: 13rem;
}

.ml-13 {
  margin-left: 13rem;
}

.mx-13 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.my-13 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.m-14 {
  margin: 14rem;
}

.mt-14 {
  margin-top: 14rem;
}

.mr-14 {
  margin-right: 14rem;
}

.mb-14 {
  margin-bottom: 14rem;
}

.ml-14 {
  margin-left: 14rem;
}

.mx-14 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-14 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.m-15 {
  margin: 15rem;
}

.mt-15 {
  margin-top: 15rem;
}

.mr-15 {
  margin-right: 15rem;
}

.mb-15 {
  margin-bottom: 15rem;
}

.ml-15 {
  margin-left: 15rem;
}

.mx-15 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.my-15 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.m-20 {
  margin: 20rem;
}

.mt-20 {
  margin-top: 20rem;
}

.mr-20 {
  margin-right: 20rem;
}

.mb-20 {
  margin-bottom: 20rem;
}

.ml-20 {
  margin-left: 20rem;
}

.mx-20 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.my-20 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.m-25 {
  margin: 25rem;
}

.mt-25 {
  margin-top: 25rem;
}

.mr-25 {
  margin-right: 25rem;
}

.mb-25 {
  margin-bottom: 25rem;
}

.ml-25 {
  margin-left: 25rem;
}

.mx-25 {
  margin-left: 25rem;
  margin-right: 25rem;
}

.my-25 {
  margin-top: 25rem;
  margin-bottom: 25rem;
}

.m-30 {
  margin: 30rem;
}

.mt-30 {
  margin-top: 30rem;
}

.mr-30 {
  margin-right: 30rem;
}

.mb-30 {
  margin-bottom: 30rem;
}

.ml-30 {
  margin-left: 30rem;
}

.mx-30 {
  margin-left: 30rem;
  margin-right: 30rem;
}

.my-30 {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.m-35 {
  margin: 35rem;
}

.mt-35 {
  margin-top: 35rem;
}

.mr-35 {
  margin-right: 35rem;
}

.mb-35 {
  margin-bottom: 35rem;
}

.ml-35 {
  margin-left: 35rem;
}

.mx-35 {
  margin-left: 35rem;
  margin-right: 35rem;
}

.my-35 {
  margin-top: 35rem;
  margin-bottom: 35rem;
}

.m-40 {
  margin: 40rem;
}

.mt-40 {
  margin-top: 40rem;
}

.mr-40 {
  margin-right: 40rem;
}

.mb-40 {
  margin-bottom: 40rem;
}

.ml-40 {
  margin-left: 40rem;
}

.mx-40 {
  margin-left: 40rem;
  margin-right: 40rem;
}

.my-40 {
  margin-top: 40rem;
  margin-bottom: 40rem;
}

.m-45 {
  margin: 45rem;
}

.mt-45 {
  margin-top: 45rem;
}

.mr-45 {
  margin-right: 45rem;
}

.mb-45 {
  margin-bottom: 45rem;
}

.ml-45 {
  margin-left: 45rem;
}

.mx-45 {
  margin-left: 45rem;
  margin-right: 45rem;
}

.my-45 {
  margin-top: 45rem;
  margin-bottom: 45rem;
}

.m-50 {
  margin: 50rem;
}

.mt-50 {
  margin-top: 50rem;
}

.mr-50 {
  margin-right: 50rem;
}

.mb-50 {
  margin-bottom: 50rem;
}

.ml-50 {
  margin-left: 50rem;
}

.mx-50 {
  margin-left: 50rem;
  margin-right: 50rem;
}

.my-50 {
  margin-top: 50rem;
  margin-bottom: 50rem;
}

.m-55 {
  margin: 55rem;
}

.mt-55 {
  margin-top: 55rem;
}

.mr-55 {
  margin-right: 55rem;
}

.mb-55 {
  margin-bottom: 55rem;
}

.ml-55 {
  margin-left: 55rem;
}

.mx-55 {
  margin-left: 55rem;
  margin-right: 55rem;
}

.my-55 {
  margin-top: 55rem;
  margin-bottom: 55rem;
}

.m-60 {
  margin: 60rem;
}

.mt-60 {
  margin-top: 60rem;
}

.mr-60 {
  margin-right: 60rem;
}

.mb-60 {
  margin-bottom: 60rem;
}

.ml-60 {
  margin-left: 60rem;
}

.mx-60 {
  margin-left: 60rem;
  margin-right: 60rem;
}

.my-60 {
  margin-top: 60rem;
  margin-bottom: 60rem;
}

.m-65 {
  margin: 65rem;
}

.mt-65 {
  margin-top: 65rem;
}

.mr-65 {
  margin-right: 65rem;
}

.mb-65 {
  margin-bottom: 65rem;
}

.ml-65 {
  margin-left: 65rem;
}

.mx-65 {
  margin-left: 65rem;
  margin-right: 65rem;
}

.my-65 {
  margin-top: 65rem;
  margin-bottom: 65rem;
}

.m-70 {
  margin: 70rem;
}

.mt-70 {
  margin-top: 70rem;
}

.mr-70 {
  margin-right: 70rem;
}

.mb-70 {
  margin-bottom: 70rem;
}

.ml-70 {
  margin-left: 70rem;
}

.mx-70 {
  margin-left: 70rem;
  margin-right: 70rem;
}

.my-70 {
  margin-top: 70rem;
  margin-bottom: 70rem;
}

.m-75 {
  margin: 75rem;
}

.mt-75 {
  margin-top: 75rem;
}

.mr-75 {
  margin-right: 75rem;
}

.mb-75 {
  margin-bottom: 75rem;
}

.ml-75 {
  margin-left: 75rem;
}

.mx-75 {
  margin-left: 75rem;
  margin-right: 75rem;
}

.my-75 {
  margin-top: 75rem;
  margin-bottom: 75rem;
}

.m-80 {
  margin: 80rem;
}

.mt-80 {
  margin-top: 80rem;
}

.mr-80 {
  margin-right: 80rem;
}

.mb-80 {
  margin-bottom: 80rem;
}

.ml-80 {
  margin-left: 80rem;
}

.mx-80 {
  margin-left: 80rem;
  margin-right: 80rem;
}

.my-80 {
  margin-top: 80rem;
  margin-bottom: 80rem;
}

.m-85 {
  margin: 85rem;
}

.mt-85 {
  margin-top: 85rem;
}

.mr-85 {
  margin-right: 85rem;
}

.mb-85 {
  margin-bottom: 85rem;
}

.ml-85 {
  margin-left: 85rem;
}

.mx-85 {
  margin-left: 85rem;
  margin-right: 85rem;
}

.my-85 {
  margin-top: 85rem;
  margin-bottom: 85rem;
}

.m-90 {
  margin: 90rem;
}

.mt-90 {
  margin-top: 90rem;
}

.mr-90 {
  margin-right: 90rem;
}

.mb-90 {
  margin-bottom: 90rem;
}

.ml-90 {
  margin-left: 90rem;
}

.mx-90 {
  margin-left: 90rem;
  margin-right: 90rem;
}

.my-90 {
  margin-top: 90rem;
  margin-bottom: 90rem;
}

.m-95 {
  margin: 95rem;
}

.mt-95 {
  margin-top: 95rem;
}

.mr-95 {
  margin-right: 95rem;
}

.mb-95 {
  margin-bottom: 95rem;
}

.ml-95 {
  margin-left: 95rem;
}

.mx-95 {
  margin-left: 95rem;
  margin-right: 95rem;
}

.my-95 {
  margin-top: 95rem;
  margin-bottom: 95rem;
}

.m-100 {
  margin: 100rem;
}

.mt-100 {
  margin-top: 100rem;
}

.mr-100 {
  margin-right: 100rem;
}

.mb-100 {
  margin-bottom: 100rem;
}

.ml-100 {
  margin-left: 100rem;
}

.mx-100 {
  margin-left: 100rem;
  margin-right: 100rem;
}

.my-100 {
  margin-top: 100rem;
  margin-bottom: 100rem;
}

.m-0\.125 {
  margin: 0.125rem;
}

.mt-0\.125 {
  margin-top: 0.125rem;
}

.mr-0\.125 {
  margin-right: 0.125rem;
}

.mb-0\.125 {
  margin-bottom: 0.125rem;
}

.ml-0\.125 {
  margin-left: 0.125rem;
}

.mx-0\.125 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.my-0\.125 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.m-0\.25 {
  margin: 0.25rem;
}

.mt-0\.25 {
  margin-top: 0.25rem;
}

.mr-0\.25 {
  margin-right: 0.25rem;
}

.mb-0\.25 {
  margin-bottom: 0.25rem;
}

.ml-0\.25 {
  margin-left: 0.25rem;
}

.mx-0\.25 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-0\.25 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.m-0\.5 {
  margin: 0.5rem;
}

.mt-0\.5 {
  margin-top: 0.5rem;
}

.mr-0\.5 {
  margin-right: 0.5rem;
}

.mb-0\.5 {
  margin-bottom: 0.5rem;
}

.ml-0\.5 {
  margin-left: 0.5rem;
}

.mx-0\.5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-0\.5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-0\.75 {
  margin: 0.75rem;
}

.mt-0\.75 {
  margin-top: 0.75rem;
}

.mr-0\.75 {
  margin-right: 0.75rem;
}

.mb-0\.75 {
  margin-bottom: 0.75rem;
}

.ml-0\.75 {
  margin-left: 0.75rem;
}

.mx-0\.75 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-0\.75 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.m-1\.25 {
  margin: 1.25rem;
}

.mt-1\.25 {
  margin-top: 1.25rem;
}

.mr-1\.25 {
  margin-right: 1.25rem;
}

.mb-1\.25 {
  margin-bottom: 1.25rem;
}

.ml-1\.25 {
  margin-left: 1.25rem;
}

.mx-1\.25 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-1\.25 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-1\.5 {
  margin: 1.5rem;
}

.mt-1\.5 {
  margin-top: 1.5rem;
}

.mr-1\.5 {
  margin-right: 1.5rem;
}

.mb-1\.5 {
  margin-bottom: 1.5rem;
}

.ml-1\.5 {
  margin-left: 1.5rem;
}

.mx-1\.5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-1\.5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-1\.75 {
  margin: 1.75rem;
}

.mt-1\.75 {
  margin-top: 1.75rem;
}

.mr-1\.75 {
  margin-right: 1.75rem;
}

.mb-1\.75 {
  margin-bottom: 1.75rem;
}

.ml-1\.75 {
  margin-left: 1.75rem;
}

.mx-1\.75 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-1\.75 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.m-2\.25 {
  margin: 2.25rem;
}

.mt-2\.25 {
  margin-top: 2.25rem;
}

.mr-2\.25 {
  margin-right: 2.25rem;
}

.mb-2\.25 {
  margin-bottom: 2.25rem;
}

.ml-2\.25 {
  margin-left: 2.25rem;
}

.mx-2\.25 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-2\.25 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.m-2\.5 {
  margin: 2.5rem;
}

.mt-2\.5 {
  margin-top: 2.5rem;
}

.mr-2\.5 {
  margin-right: 2.5rem;
}

.mb-2\.5 {
  margin-bottom: 2.5rem;
}

.ml-2\.5 {
  margin-left: 2.5rem;
}

.mx-2\.5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-2\.5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-2\.75 {
  margin: 2.75rem;
}

.mt-2\.75 {
  margin-top: 2.75rem;
}

.mr-2\.75 {
  margin-right: 2.75rem;
}

.mb-2\.75 {
  margin-bottom: 2.75rem;
}

.ml-2\.75 {
  margin-left: 2.75rem;
}

.mx-2\.75 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my-2\.75 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.m-3\.25 {
  margin: 3.25rem;
}

.mt-3\.25 {
  margin-top: 3.25rem;
}

.mr-3\.25 {
  margin-right: 3.25rem;
}

.mb-3\.25 {
  margin-bottom: 3.25rem;
}

.ml-3\.25 {
  margin-left: 3.25rem;
}

.mx-3\.25 {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.my-3\.25 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.m-3\.5 {
  margin: 3.5rem;
}

.mt-3\.5 {
  margin-top: 3.5rem;
}

.mr-3\.5 {
  margin-right: 3.5rem;
}

.mb-3\.5 {
  margin-bottom: 3.5rem;
}

.ml-3\.5 {
  margin-left: 3.5rem;
}

.mx-3\.5 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-3\.5 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.m-3\.75 {
  margin: 3.75rem;
}

.mt-3\.75 {
  margin-top: 3.75rem;
}

.mr-3\.75 {
  margin-right: 3.75rem;
}

.mb-3\.75 {
  margin-bottom: 3.75rem;
}

.ml-3\.75 {
  margin-left: 3.75rem;
}

.mx-3\.75 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-3\.75 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.m-4\.25 {
  margin: 4.25rem;
}

.mt-4\.25 {
  margin-top: 4.25rem;
}

.mr-4\.25 {
  margin-right: 4.25rem;
}

.mb-4\.25 {
  margin-bottom: 4.25rem;
}

.ml-4\.25 {
  margin-left: 4.25rem;
}

.mx-4\.25 {
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}

.my-4\.25 {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.m-4\.5 {
  margin: 4.5rem;
}

.mt-4\.5 {
  margin-top: 4.5rem;
}

.mr-4\.5 {
  margin-right: 4.5rem;
}

.mb-4\.5 {
  margin-bottom: 4.5rem;
}

.ml-4\.5 {
  margin-left: 4.5rem;
}

.mx-4\.5 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.my-4\.5 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.m-4\.75 {
  margin: 4.75rem;
}

.mt-4\.75 {
  margin-top: 4.75rem;
}

.mr-4\.75 {
  margin-right: 4.75rem;
}

.mb-4\.75 {
  margin-bottom: 4.75rem;
}

.ml-4\.75 {
  margin-left: 4.75rem;
}

.mx-4\.75 {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.my-4\.75 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.p-auto {
  padding: auto;
}

.pt-auto {
  padding-top: auto;
}

.pr-auto {
  padding-right: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pl-auto {
  padding-left: auto;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.p-0 {
  padding: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.p-1 {
  padding: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-2 {
  padding: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pl-2 {
  padding-left: 2rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-3 {
  padding: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pl-3 {
  padding-left: 3rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-4 {
  padding: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pl-4 {
  padding-left: 4rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-5 {
  padding: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pl-5 {
  padding-left: 5rem;
}

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-6 {
  padding: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pr-6 {
  padding-right: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pl-6 {
  padding-left: 6rem;
}

.px-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.p-7 {
  padding: 7rem;
}

.pt-7 {
  padding-top: 7rem;
}

.pr-7 {
  padding-right: 7rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pl-7 {
  padding-left: 7rem;
}

.px-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.p-8 {
  padding: 8rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pr-8 {
  padding-right: 8rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pl-8 {
  padding-left: 8rem;
}

.px-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.p-9 {
  padding: 9rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pr-9 {
  padding-right: 9rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.pl-9 {
  padding-left: 9rem;
}

.px-9 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.py-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.p-10 {
  padding: 10rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pr-10 {
  padding-right: 10rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pl-10 {
  padding-left: 10rem;
}

.px-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.p-11 {
  padding: 11rem;
}

.pt-11 {
  padding-top: 11rem;
}

.pr-11 {
  padding-right: 11rem;
}

.pb-11 {
  padding-bottom: 11rem;
}

.pl-11 {
  padding-left: 11rem;
}

.px-11 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.py-11 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.p-12 {
  padding: 12rem;
}

.pt-12 {
  padding-top: 12rem;
}

.pr-12 {
  padding-right: 12rem;
}

.pb-12 {
  padding-bottom: 12rem;
}

.pl-12 {
  padding-left: 12rem;
}

.px-12 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-12 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.p-13 {
  padding: 13rem;
}

.pt-13 {
  padding-top: 13rem;
}

.pr-13 {
  padding-right: 13rem;
}

.pb-13 {
  padding-bottom: 13rem;
}

.pl-13 {
  padding-left: 13rem;
}

.px-13 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.py-13 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.p-14 {
  padding: 14rem;
}

.pt-14 {
  padding-top: 14rem;
}

.pr-14 {
  padding-right: 14rem;
}

.pb-14 {
  padding-bottom: 14rem;
}

.pl-14 {
  padding-left: 14rem;
}

.px-14 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-14 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.p-15 {
  padding: 15rem;
}

.pt-15 {
  padding-top: 15rem;
}

.pr-15 {
  padding-right: 15rem;
}

.pb-15 {
  padding-bottom: 15rem;
}

.pl-15 {
  padding-left: 15rem;
}

.px-15 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.py-15 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.p-20 {
  padding: 20rem;
}

.pt-20 {
  padding-top: 20rem;
}

.pr-20 {
  padding-right: 20rem;
}

.pb-20 {
  padding-bottom: 20rem;
}

.pl-20 {
  padding-left: 20rem;
}

.px-20 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.py-20 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.p-25 {
  padding: 25rem;
}

.pt-25 {
  padding-top: 25rem;
}

.pr-25 {
  padding-right: 25rem;
}

.pb-25 {
  padding-bottom: 25rem;
}

.pl-25 {
  padding-left: 25rem;
}

.px-25 {
  padding-left: 25rem;
  padding-right: 25rem;
}

.py-25 {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.p-30 {
  padding: 30rem;
}

.pt-30 {
  padding-top: 30rem;
}

.pr-30 {
  padding-right: 30rem;
}

.pb-30 {
  padding-bottom: 30rem;
}

.pl-30 {
  padding-left: 30rem;
}

.px-30 {
  padding-left: 30rem;
  padding-right: 30rem;
}

.py-30 {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.p-35 {
  padding: 35rem;
}

.pt-35 {
  padding-top: 35rem;
}

.pr-35 {
  padding-right: 35rem;
}

.pb-35 {
  padding-bottom: 35rem;
}

.pl-35 {
  padding-left: 35rem;
}

.px-35 {
  padding-left: 35rem;
  padding-right: 35rem;
}

.py-35 {
  padding-top: 35rem;
  padding-bottom: 35rem;
}

.p-40 {
  padding: 40rem;
}

.pt-40 {
  padding-top: 40rem;
}

.pr-40 {
  padding-right: 40rem;
}

.pb-40 {
  padding-bottom: 40rem;
}

.pl-40 {
  padding-left: 40rem;
}

.px-40 {
  padding-left: 40rem;
  padding-right: 40rem;
}

.py-40 {
  padding-top: 40rem;
  padding-bottom: 40rem;
}

.p-45 {
  padding: 45rem;
}

.pt-45 {
  padding-top: 45rem;
}

.pr-45 {
  padding-right: 45rem;
}

.pb-45 {
  padding-bottom: 45rem;
}

.pl-45 {
  padding-left: 45rem;
}

.px-45 {
  padding-left: 45rem;
  padding-right: 45rem;
}

.py-45 {
  padding-top: 45rem;
  padding-bottom: 45rem;
}

.p-50 {
  padding: 50rem;
}

.pt-50 {
  padding-top: 50rem;
}

.pr-50 {
  padding-right: 50rem;
}

.pb-50 {
  padding-bottom: 50rem;
}

.pl-50 {
  padding-left: 50rem;
}

.px-50 {
  padding-left: 50rem;
  padding-right: 50rem;
}

.py-50 {
  padding-top: 50rem;
  padding-bottom: 50rem;
}

.p-55 {
  padding: 55rem;
}

.pt-55 {
  padding-top: 55rem;
}

.pr-55 {
  padding-right: 55rem;
}

.pb-55 {
  padding-bottom: 55rem;
}

.pl-55 {
  padding-left: 55rem;
}

.px-55 {
  padding-left: 55rem;
  padding-right: 55rem;
}

.py-55 {
  padding-top: 55rem;
  padding-bottom: 55rem;
}

.p-60 {
  padding: 60rem;
}

.pt-60 {
  padding-top: 60rem;
}

.pr-60 {
  padding-right: 60rem;
}

.pb-60 {
  padding-bottom: 60rem;
}

.pl-60 {
  padding-left: 60rem;
}

.px-60 {
  padding-left: 60rem;
  padding-right: 60rem;
}

.py-60 {
  padding-top: 60rem;
  padding-bottom: 60rem;
}

.p-65 {
  padding: 65rem;
}

.pt-65 {
  padding-top: 65rem;
}

.pr-65 {
  padding-right: 65rem;
}

.pb-65 {
  padding-bottom: 65rem;
}

.pl-65 {
  padding-left: 65rem;
}

.px-65 {
  padding-left: 65rem;
  padding-right: 65rem;
}

.py-65 {
  padding-top: 65rem;
  padding-bottom: 65rem;
}

.p-70 {
  padding: 70rem;
}

.pt-70 {
  padding-top: 70rem;
}

.pr-70 {
  padding-right: 70rem;
}

.pb-70 {
  padding-bottom: 70rem;
}

.pl-70 {
  padding-left: 70rem;
}

.px-70 {
  padding-left: 70rem;
  padding-right: 70rem;
}

.py-70 {
  padding-top: 70rem;
  padding-bottom: 70rem;
}

.p-75 {
  padding: 75rem;
}

.pt-75 {
  padding-top: 75rem;
}

.pr-75 {
  padding-right: 75rem;
}

.pb-75 {
  padding-bottom: 75rem;
}

.pl-75 {
  padding-left: 75rem;
}

.px-75 {
  padding-left: 75rem;
  padding-right: 75rem;
}

.py-75 {
  padding-top: 75rem;
  padding-bottom: 75rem;
}

.p-80 {
  padding: 80rem;
}

.pt-80 {
  padding-top: 80rem;
}

.pr-80 {
  padding-right: 80rem;
}

.pb-80 {
  padding-bottom: 80rem;
}

.pl-80 {
  padding-left: 80rem;
}

.px-80 {
  padding-left: 80rem;
  padding-right: 80rem;
}

.py-80 {
  padding-top: 80rem;
  padding-bottom: 80rem;
}

.p-85 {
  padding: 85rem;
}

.pt-85 {
  padding-top: 85rem;
}

.pr-85 {
  padding-right: 85rem;
}

.pb-85 {
  padding-bottom: 85rem;
}

.pl-85 {
  padding-left: 85rem;
}

.px-85 {
  padding-left: 85rem;
  padding-right: 85rem;
}

.py-85 {
  padding-top: 85rem;
  padding-bottom: 85rem;
}

.p-90 {
  padding: 90rem;
}

.pt-90 {
  padding-top: 90rem;
}

.pr-90 {
  padding-right: 90rem;
}

.pb-90 {
  padding-bottom: 90rem;
}

.pl-90 {
  padding-left: 90rem;
}

.px-90 {
  padding-left: 90rem;
  padding-right: 90rem;
}

.py-90 {
  padding-top: 90rem;
  padding-bottom: 90rem;
}

.p-95 {
  padding: 95rem;
}

.pt-95 {
  padding-top: 95rem;
}

.pr-95 {
  padding-right: 95rem;
}

.pb-95 {
  padding-bottom: 95rem;
}

.pl-95 {
  padding-left: 95rem;
}

.px-95 {
  padding-left: 95rem;
  padding-right: 95rem;
}

.py-95 {
  padding-top: 95rem;
  padding-bottom: 95rem;
}

.p-100 {
  padding: 100rem;
}

.pt-100 {
  padding-top: 100rem;
}

.pr-100 {
  padding-right: 100rem;
}

.pb-100 {
  padding-bottom: 100rem;
}

.pl-100 {
  padding-left: 100rem;
}

.px-100 {
  padding-left: 100rem;
  padding-right: 100rem;
}

.py-100 {
  padding-top: 100rem;
  padding-bottom: 100rem;
}

/* SVG */
/* TABLES */
/* TYPOGRAPHY */
.text-xs {
  font-size: 1.5rem;
}

.text-sm {
  font-size: 1.75rem;
}

.text-base {
  font-size: 2rem;
}

.text-lg {
  font-size: 2.25rem;
}

.text-xl {
  font-size: 2.5rem;
}

.text-2xl {
  font-size: 3rem;
}

.text-3xl {
  font-size: 3.5rem;
}

.text-4xl {
  font-size: 4rem;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: var(--sys-primary);
}

.text-on-primary {
  color: var(--sys-on-primary);
}

.text-secondary {
  color: var(--sys-secondary);
}

.text-on-secondary {
  color: var(--sys-on-secondary);
}

.text-tertiary {
  color: var(--sys-tertiary);
}

.text-on-tertiary {
  color: var(--sys-on-tertiary);
}

.text-orange {
  color: var(--sys-orange);
}

.text-on-orange {
  color: var(--sys-on-orange);
}

.text-green {
  color: var(--sys-green);
}

.text-on-green {
  color: var(--sys-on-green);
}

.text-red {
  color: var(--sys-red);
}

.text-on-red {
  color: var(--sys-on-red);
}

.text-container {
  color: var(--sys-container);
}

.text-on-container {
  color: var(--sys-on-container);
}

/* Alto contraste Windows*/
@media screen and (forced-colors: active) {
  [class^=text-], [class^=text-] {
    forced-color-adjust: none;
  }
}
/* TRANSFORM */
.rotate-0 {
  transform: rotate(0deg);
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-135 {
  transform: rotate(135deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-225 {
  transform: rotate(225deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.rotate-315 {
  transform: rotate(315deg);
}

.rotate-360 {
  transform: rotate(360deg);
}

/* TRANSITIONS */
/* SIN CATEGORIA */
.accordion-subtitle {
  padding: 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1rem;
}
.accordion-subtitle > i {
  font-size: 1.5rem !important;
  background-color: var(--sys-container-higher);
  border-radius: 1rem;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
}
.accordion-subtitle > h2 {
  padding: 1rem 0;
  color: var(--sys-on-background);
  text-align: left;
  margin: 0;
  font-weight: bold;
}
.accordion-subtitle ~ div {
  margin: 0;
  padding-top: 2rem;
}

.areatrabajo {
  display: block;
  border: 2px solid var(--sys-outline);
  border-radius: 2rem;
  padding: 2rem;
  background-color: var(--sys-surface);
  color: var(--sys-on-surface);
}
.areatrabajo h1 {
  text-align: left;
  margin: 0;
}

.columns-1, .columns-2, .columns-3, .columns-4, .columns-5, .columns-6, .columns-7, .columns-8, .columns-9, .columns-10, .columns-11, .columns-12 {
  display: grid;
}

details.reset {
  all: unset;
}
details.reset summary {
  all: unset;
}
details.reset summary i {
  display: none !important;
}

.flex-row-column {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.page-title {
  font-size: 3rem;
  color: var(--sys-orange);
  border-bottom: 1px solid var(--sys-container-higher);
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  text-align: left;
}

.salto1rem {
  clear: both;
  height: 1rem;
}

.salto2rem {
  clear: both;
  height: 2rem;
}

.salto3rem {
  clear: both;
  height: 3rem;
}

.salto4rem {
  clear: both;
  height: 4rem;
}

.salto0\.125rem {
  clear: both;
  height: 0.125rem;
}

.salto0\.25rem {
  clear: both;
  height: 0.25rem;
}

.salto0\.5rem {
  clear: both;
  height: 0.5rem;
}

.salto0\.75rem {
  clear: both;
  height: 0.75rem;
}

.scroll-chart {
  overflow: auto;
  width: 100%;
}
.scroll-chart::-webkit-scrollbar {
  height: 6px; /* Ancho del scrollbar */
}
.scroll-chart::-webkit-scrollbar-track {
  background: var(--sys-secondary-container);
}
.scroll-chart::-webkit-scrollbar-thumb {
  background-color: var(--sys-secondary); /* Color del thumb */
  border-radius: 6px; /* Redondear bordes del thumb */
  border: 2px solid var(--sys-secondary);
}
@-moz-document url-prefix() {
  .scroll-chart {
    scrollbar-width: 10px;
    scrollbar-color: var(--sys-secondary) var(--sys-secondary-container) !important;
  }
}

.unset {
  all: unset;
}
