* {
  border-width: 0;
  border-style: solid;
  border-color: rgba(var(--border-color), var(--border-opacity)); }

body {
  --breakpoints: "sm/max-width: 719px,md/min-width: 720px,lg/min-width: 1080px,xl/min-width: 1440px";
  --bg-opacity: 1.0;
  --shadow-opacity: 0.1;
  --border-opacity: 1.0;
  --border-color: 80, 81, 82; }

.base {
  --breakpoints: "sm/max-width: 719px,md/min-width: 720px,lg/min-width: 1080px,xl/min-width: 1440px";
  --bg-opacity: 1.0;
  --shadow-opacity: 0.1;
  --border-opacity: 1.0;
  --border-color: 80, 81, 82; }

/*
The following is used to pass configs in scss
UNIFORM CONFIGS
{"base-font": "-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif","pseudo_classes": {"hover": "hover","group-hover": "true","focus": "focus"},"breakpoints": {"include_containers": "false","sm": "max-width: 719px","md": "min-width: 720px","lg": "min-width: 1080px","xl": "min-width: 1440px"},"colors": {"white": "#FFFFFF","gray": "#505152","green": "#b4ee56","blue": "#0994E2","red": "#ff2562","yellow": "#D7E542","purple": "#9461b9","gray-05": "#f9f9fc","pink": "#fe455c","teal": "#00c7af","orange": "#ffa44e","gray-90": "#191a1a","gray-80": "#323334","gray-70": "#4c4d4d","gray-60": "#656667","gray-50": "#7e8081","gray-40": "#98999a","gray-30": "#b2b3b3","gray-20": "#cbcccd","gray-10": "#e5e6e6","green-90": "#203300","green-80": "#3f6402","green-70": "#5d9207","green-60": "#7bbe0e","green-50": "#98e817","green-40": "#aef141","green-30": "#c3f86d","green-20": "#d8fd9b","green-10": "#ecffcc","blue-90": "#002133","blue-80": "#014165","blue-70": "#036196","blue-60": "#0681c6","blue-50": "#0aa1f5","blue-40": "#39b4f9","blue-30": "#69c7fc","blue-20": "#9adafe","blue-10": "#ccedff","red-90": "#33000e","red-80": "#66001d","red-70": "#99002b","red-60": "#cc0039","red-50": "#ff0047","red-40": "#ff336c","red-30": "#ff6691","red-20": "#ff99b6","red-10": "#ffccda","yellow-90": "#2f3300","yellow-80": "#5b6303","yellow-70": "#849009","yellow-60": "#abb913","yellow-50": "#d0e01f","yellow-40": "#deec46","yellow-30": "#eaf66f","yellow-20": "#f4fc9c","yellow-10": "#fbffcc","purple-90": "#1e0033","purple-80": "#3a085e","purple-70": "#551782","purple-60": "#6f2f9d","purple-50": "#874eb1","purple-40": "#a262d0","purple-30": "#bb7de8","purple-20": "#d3a1f7","purple-10": "#eaccff","teal-90": "#00332d","teal-80": "#00665a","teal-70": "#009987","teal-60": "#00ccb3","teal-50": "#00ffe0","teal-40": "#33ffe6","teal-30": "#66ffed","teal-20": "#99fff3","teal-10": "#ccfff9","orange-90": "#331900","orange-80": "#663200","orange-70": "#994a00","orange-60": "#cc6300","orange-50": "#ff7c00","orange-40": "#ff9633","orange-30": "#ffb066","orange-20": "#ffcb99","orange-10": "#ffe5cc"},"sizes": {"border": {"": "1px","none": "0","2px": "2px","3px": "3px","4px": "4px"},"divide": {"": "1px","none": "0","2px": "2px","3px": "3px","4px": "4px"},"rounded": {"": "0.25rem","none": "0","xs": "0.1rem","sm": "0.2rem","lg": "0.5rem","xl": "1rem"},"margin": {"": "1rem","none": "0","1\/4x": "0.25rem","1\/2x": "0.5rem","3\/4x": "0.75rem","xs": "0.8rem","sm": "0.9rem","lg": "1.2rem","xl": "1.4rem","2x": "2rem","4x": "4rem","6x": "6rem","8x": "8rem"},"gap": {"": "1rem","none": "0","xs": "0.8rem","sm": "0.9rem","lg": "1.2rem","xl": "1.4rem","1\/2x": "0.5rem","1\/4x": "0.25rem","2x": "2rem","4x": "4rem"},"space": {"": "1rem","none": "0","1\/4x": "0.25rem","1\/2x": "0.5rem","3\/4x": "0.75rem","xs": "0.8rem","sm": "0.9rem","lg": "1.2rem","xl": "1.4rem","2x": "2rem","4x": "4rem"},"pad": {"": "1rem","none": "0","1\/4x": "0.25rem","1\/2x": "0.5rem","3\/4x": "0.75rem","xs": "0.8rem","sm": "0.9rem","lg": "1.2rem","xl": "1.4rem","2x": "2rem","4x": "4rem","6x": "6rem","8x": "8rem"},"text": {"": "1rem","xs": "0.8rem","sm": "0.9rem","lg": "1.2rem","xl": "1.4rem","2x": "2rem","4x": "4rem","8x": "8rem"},"stroke": {"sm": "0.5px","md": "1px","lg": "1.5px","2x": "2px","3x": "3px"}}}
UNIFORM CONFIGS END
*/
html, body {
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }

body {
  font-size: 1rem; }

* {
  box-sizing: border-box; }

a {
  color: #0994E2; }
  a:hover {
    color: #0681c6; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
pre {
  margin: 0; }

table {
  background-color: transparent;
  border-collapse: collapse; }
  table td, table th {
    display: table-cell;
    text-align: left; }

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

textarea {
  resize: vertical; }

input,
select,
textarea,
button {
  border-width: 1px;
  margin: 0;
  line-height: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit; }

[hidden] {
  display: none !important; }

time {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

a,
button {
  cursor: pointer; }

button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1em; }

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle; }

.uniformButton,
.uniformButtonGroup > * {
  --bg-opacity: 1;
  --text-opacity: 1;
  --border-opacity: 0.6;
  --active-opacity: 0.2;
  --border-radius: 0.35em;
  --pad-v: 0.5em;
  --pad-h: 0.85em;
  position: relative;
  z-index: 1;
  outline: none;
  appearance: none;
  display: inline-block;
  text-decoration: none;
  user-select: none;
  padding: var(--pad-v) var(--pad-h);
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  border-radius: var(--border-radius);
  border-style: solid;
  border-width: 1px;
  color: rgba(50, 50, 51, var(--text-opacity));
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.1));
  background-blend-mode: multiply;
  border-color: rgba(125, 127, 129, var(--border-opacity));
  transition: color 100ms, box-shadow 100ms, background 100ms, padding 100ms;
  box-shadow: var(--box-shadow); }

.uniformButton.-white,
.uniformButtonGroup.-white > * {
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(178, 178, 178, var(--border-opacity));
  color: rgba(76, 76, 76, var(--text-opacity)); }

.uniformButton.-white.-outline {
  border-color: rgba(255, 255, 255, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-white.-clear {
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButtonGroup.-outline.-white > * {
  border-color: rgba(255, 255, 255, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-gray,
.uniformButtonGroup.-gray > * {
  background-color: rgba(80, 81, 82, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(4, 4, 4, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-gray.-outline {
  border-color: rgba(80, 81, 82, var(--border-opacity));
  color: rgba(80, 81, 82, var(--text-opacity)); }

.uniformButton.-gray.-clear {
  color: rgba(80, 81, 82, var(--text-opacity)); }

.uniformButtonGroup.-outline.-gray > * {
  border-color: rgba(80, 81, 82, var(--border-opacity));
  color: rgba(80, 81, 82, var(--text-opacity)); }

.uniformButton.-green,
.uniformButtonGroup.-green > * {
  background-color: rgba(180, 238, 86, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(102, 155, 15, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-green.-outline {
  border-color: rgba(180, 238, 86, var(--border-opacity));
  color: rgba(180, 238, 86, var(--text-opacity)); }

.uniformButton.-green.-clear {
  color: rgba(180, 238, 86, var(--text-opacity)); }

.uniformButtonGroup.-outline.-green > * {
  border-color: rgba(180, 238, 86, var(--border-opacity));
  color: rgba(180, 238, 86, var(--text-opacity)); }

.uniformButton.-blue,
.uniformButtonGroup.-blue > * {
  background-color: rgba(9, 148, 226, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(3, 51, 78, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-blue.-outline {
  border-color: rgba(9, 148, 226, var(--border-opacity));
  color: rgba(9, 148, 226, var(--text-opacity)); }

.uniformButton.-blue.-clear {
  color: rgba(9, 148, 226, var(--text-opacity)); }

.uniformButtonGroup.-outline.-blue > * {
  border-color: rgba(9, 148, 226, var(--border-opacity));
  color: rgba(9, 148, 226, var(--text-opacity)); }

.uniformButton.-red,
.uniformButtonGroup.-red > * {
  background-color: rgba(255, 37, 98, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(139, 0, 38, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-red.-outline {
  border-color: rgba(255, 37, 98, var(--border-opacity));
  color: rgba(255, 37, 98, var(--text-opacity)); }

.uniformButton.-red.-clear {
  color: rgba(255, 37, 98, var(--text-opacity)); }

.uniformButtonGroup.-outline.-red > * {
  border-color: rgba(255, 37, 98, var(--border-opacity));
  color: rgba(255, 37, 98, var(--text-opacity)); }

.uniformButton.-yellow,
.uniformButtonGroup.-yellow > * {
  background-color: rgba(215, 229, 66, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(115, 124, 17, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-yellow.-outline {
  border-color: rgba(215, 229, 66, var(--border-opacity));
  color: rgba(215, 229, 66, var(--text-opacity)); }

.uniformButton.-yellow.-clear {
  color: rgba(215, 229, 66, var(--text-opacity)); }

.uniformButtonGroup.-outline.-yellow > * {
  border-color: rgba(215, 229, 66, var(--border-opacity));
  color: rgba(215, 229, 66, var(--text-opacity)); }

.uniformButton.-purple,
.uniformButtonGroup.-purple > * {
  background-color: rgba(148, 97, 185, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(68, 39, 89, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-purple.-outline {
  border-color: rgba(148, 97, 185, var(--border-opacity));
  color: rgba(148, 97, 185, var(--text-opacity)); }

.uniformButton.-purple.-clear {
  color: rgba(148, 97, 185, var(--text-opacity)); }

.uniformButtonGroup.-outline.-purple > * {
  border-color: rgba(148, 97, 185, var(--border-opacity));
  color: rgba(148, 97, 185, var(--text-opacity)); }

.uniformButton.-gray-05,
.uniformButtonGroup.-gray-05 > * {
  background-color: rgba(249, 249, 252, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(146, 146, 201, var(--border-opacity));
  color: rgba(50, 50, 102, var(--text-opacity)); }

.uniformButton.-gray-05.-outline {
  border-color: rgba(249, 249, 252, var(--border-opacity));
  color: rgba(249, 249, 252, var(--text-opacity)); }

.uniformButton.-gray-05.-clear {
  color: rgba(249, 249, 252, var(--text-opacity)); }

.uniformButtonGroup.-outline.-gray-05 > * {
  border-color: rgba(249, 249, 252, var(--border-opacity));
  color: rgba(249, 249, 252, var(--text-opacity)); }

.uniformButton.-pink,
.uniformButtonGroup.-pink > * {
  background-color: rgba(254, 69, 92, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(169, 0, 21, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-pink.-outline {
  border-color: rgba(254, 69, 92, var(--border-opacity));
  color: rgba(254, 69, 92, var(--text-opacity)); }

.uniformButton.-pink.-clear {
  color: rgba(254, 69, 92, var(--text-opacity)); }

.uniformButtonGroup.-outline.-pink > * {
  border-color: rgba(254, 69, 92, var(--border-opacity));
  color: rgba(254, 69, 92, var(--text-opacity)); }

.uniformButton.-teal,
.uniformButtonGroup.-teal > * {
  background-color: rgba(0, 199, 175, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 46, 40, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-teal.-outline {
  border-color: rgba(0, 199, 175, var(--border-opacity));
  color: rgba(0, 199, 175, var(--text-opacity)); }

.uniformButton.-teal.-clear {
  color: rgba(0, 199, 175, var(--text-opacity)); }

.uniformButtonGroup.-outline.-teal > * {
  border-color: rgba(0, 199, 175, var(--border-opacity));
  color: rgba(0, 199, 175, var(--text-opacity)); }

.uniformButton.-orange,
.uniformButtonGroup.-orange > * {
  background-color: rgba(255, 164, 78, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(180, 87, 0, var(--border-opacity));
  color: rgba(153, 74, 0, var(--text-opacity)); }

.uniformButton.-orange.-outline {
  border-color: rgba(255, 164, 78, var(--border-opacity));
  color: rgba(255, 164, 78, var(--text-opacity)); }

.uniformButton.-orange.-clear {
  color: rgba(255, 164, 78, var(--text-opacity)); }

.uniformButtonGroup.-outline.-orange > * {
  border-color: rgba(255, 164, 78, var(--border-opacity));
  color: rgba(255, 164, 78, var(--text-opacity)); }

.uniformButton.-gray-90,
.uniformButtonGroup.-gray-90 > * {
  background-color: rgba(25, 25, 25, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-gray-90.-outline {
  border-color: rgba(25, 25, 25, var(--border-opacity));
  color: rgba(25, 25, 25, var(--text-opacity)); }

.uniformButton.-gray-90.-clear {
  color: rgba(25, 25, 25, var(--text-opacity)); }

.uniformButtonGroup.-outline.-gray-90 > * {
  border-color: rgba(25, 25, 25, var(--border-opacity));
  color: rgba(25, 25, 25, var(--text-opacity)); }

.uniformButton.-gray-80,
.uniformButtonGroup.-gray-80 > * {
  background-color: rgba(50, 50, 51, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-gray-80.-outline {
  border-color: rgba(50, 50, 51, var(--border-opacity));
  color: rgba(50, 50, 51, var(--text-opacity)); }

.uniformButton.-gray-80.-clear {
  color: rgba(50, 50, 51, var(--text-opacity)); }

.uniformButtonGroup.-outline.-gray-80 > * {
  border-color: rgba(50, 50, 51, var(--border-opacity));
  color: rgba(50, 50, 51, var(--text-opacity)); }

.uniformButton.-gray-70,
.uniformButtonGroup.-gray-70 > * {
  background-color: rgba(75, 76, 77, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-gray-70.-outline {
  border-color: rgba(75, 76, 77, var(--border-opacity));
  color: rgba(75, 76, 77, var(--text-opacity)); }

.uniformButton.-gray-70.-clear {
  color: rgba(75, 76, 77, var(--text-opacity)); }

.uniformButtonGroup.-outline.-gray-70 > * {
  border-color: rgba(75, 76, 77, var(--border-opacity));
  color: rgba(75, 76, 77, var(--text-opacity)); }

.uniformButton.-gray-60,
.uniformButtonGroup.-gray-60 > * {
  background-color: rgba(100, 101, 103, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(25, 25, 25, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-gray-60.-outline {
  border-color: rgba(100, 101, 103, var(--border-opacity));
  color: rgba(100, 101, 103, var(--text-opacity)); }

.uniformButton.-gray-60.-clear {
  color: rgba(100, 101, 103, var(--text-opacity)); }

.uniformButtonGroup.-outline.-gray-60 > * {
  border-color: rgba(100, 101, 103, var(--border-opacity));
  color: rgba(100, 101, 103, var(--text-opacity)); }

.uniformButton.-gray-50,
.uniformButtonGroup.-gray-50 > * {
  background-color: rgba(125, 127, 129, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(50, 50, 51, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-gray-50.-outline {
  border-color: rgba(125, 127, 129, var(--border-opacity));
  color: rgba(125, 127, 129, var(--text-opacity)); }

.uniformButton.-gray-50.-clear {
  color: rgba(125, 127, 129, var(--text-opacity)); }

.uniformButtonGroup.-outline.-gray-50 > * {
  border-color: rgba(125, 127, 129, var(--border-opacity));
  color: rgba(125, 127, 129, var(--text-opacity)); }

.uniformButton.-gray-40,
.uniformButtonGroup.-gray-40 > * {
  background-color: rgba(151, 153, 154, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(75, 76, 77, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-gray-40.-outline {
  border-color: rgba(151, 153, 154, var(--border-opacity));
  color: rgba(151, 153, 154, var(--text-opacity)); }

.uniformButton.-gray-40.-clear {
  color: rgba(151, 153, 154, var(--text-opacity)); }

.uniformButtonGroup.-outline.-gray-40 > * {
  border-color: rgba(151, 153, 154, var(--border-opacity));
  color: rgba(151, 153, 154, var(--text-opacity)); }

.uniformButton.-gray-30,
.uniformButtonGroup.-gray-30 > * {
  background-color: rgba(177, 178, 179, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(100, 101, 103, var(--border-opacity));
  color: rgba(75, 76, 77, var(--text-opacity)); }

.uniformButton.-gray-30.-outline {
  border-color: rgba(177, 178, 179, var(--border-opacity));
  color: rgba(177, 178, 179, var(--text-opacity)); }

.uniformButton.-gray-30.-clear {
  color: rgba(177, 178, 179, var(--text-opacity)); }

.uniformButtonGroup.-outline.-gray-30 > * {
  border-color: rgba(177, 178, 179, var(--border-opacity));
  color: rgba(177, 178, 179, var(--text-opacity)); }

.uniformButton.-gray-20,
.uniformButtonGroup.-gray-20 > * {
  background-color: rgba(203, 204, 204, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(125, 127, 129, var(--border-opacity));
  color: rgba(75, 76, 77, var(--text-opacity)); }

.uniformButton.-gray-20.-outline {
  border-color: rgba(203, 204, 204, var(--border-opacity));
  color: rgba(203, 204, 204, var(--text-opacity)); }

.uniformButton.-gray-20.-clear {
  color: rgba(203, 204, 204, var(--text-opacity)); }

.uniformButtonGroup.-outline.-gray-20 > * {
  border-color: rgba(203, 204, 204, var(--border-opacity));
  color: rgba(203, 204, 204, var(--text-opacity)); }

.uniformButton.-gray-10,
.uniformButtonGroup.-gray-10 > * {
  background-color: rgba(229, 229, 229, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(151, 153, 154, var(--border-opacity));
  color: rgba(75, 76, 77, var(--text-opacity)); }

.uniformButton.-gray-10.-outline {
  border-color: rgba(229, 229, 229, var(--border-opacity));
  color: rgba(229, 229, 229, var(--text-opacity)); }

.uniformButton.-gray-10.-clear {
  color: rgba(229, 229, 229, var(--text-opacity)); }

.uniformButtonGroup.-outline.-gray-10 > * {
  border-color: rgba(229, 229, 229, var(--border-opacity));
  color: rgba(229, 229, 229, var(--text-opacity)); }

.uniformButton.-green-90,
.uniformButtonGroup.-green-90 > * {
  background-color: rgba(31, 51, 0, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-green-90.-outline {
  border-color: rgba(31, 51, 0, var(--border-opacity));
  color: rgba(31, 51, 0, var(--text-opacity)); }

.uniformButton.-green-90.-clear {
  color: rgba(31, 51, 0, var(--text-opacity)); }

.uniformButtonGroup.-outline.-green-90 > * {
  border-color: rgba(31, 51, 0, var(--border-opacity));
  color: rgba(31, 51, 0, var(--text-opacity)); }

.uniformButton.-green-80,
.uniformButtonGroup.-green-80 > * {
  background-color: rgba(62, 99, 2, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-green-80.-outline {
  border-color: rgba(62, 99, 2, var(--border-opacity));
  color: rgba(62, 99, 2, var(--text-opacity)); }

.uniformButton.-green-80.-clear {
  color: rgba(62, 99, 2, var(--text-opacity)); }

.uniformButtonGroup.-outline.-green-80 > * {
  border-color: rgba(62, 99, 2, var(--border-opacity));
  color: rgba(62, 99, 2, var(--text-opacity)); }

.uniformButton.-green-70,
.uniformButtonGroup.-green-70 > * {
  background-color: rgba(92, 146, 6, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-green-70.-outline {
  border-color: rgba(92, 146, 6, var(--border-opacity));
  color: rgba(92, 146, 6, var(--text-opacity)); }

.uniformButton.-green-70.-clear {
  color: rgba(92, 146, 6, var(--text-opacity)); }

.uniformButtonGroup.-outline.-green-70 > * {
  border-color: rgba(92, 146, 6, var(--border-opacity));
  color: rgba(92, 146, 6, var(--text-opacity)); }

.uniformButton.-green-60,
.uniformButtonGroup.-green-60 > * {
  background-color: rgba(122, 190, 13, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(30, 47, 3, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-green-60.-outline {
  border-color: rgba(122, 190, 13, var(--border-opacity));
  color: rgba(122, 190, 13, var(--text-opacity)); }

.uniformButton.-green-60.-clear {
  color: rgba(122, 190, 13, var(--text-opacity)); }

.uniformButtonGroup.-outline.-green-60 > * {
  border-color: rgba(122, 190, 13, var(--border-opacity));
  color: rgba(122, 190, 13, var(--text-opacity)); }

.uniformButton.-green-50,
.uniformButtonGroup.-green-50 > * {
  background-color: rgba(152, 231, 23, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(60, 92, 9, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-green-50.-outline {
  border-color: rgba(152, 231, 23, var(--border-opacity));
  color: rgba(152, 231, 23, var(--text-opacity)); }

.uniformButton.-green-50.-clear {
  color: rgba(152, 231, 23, var(--text-opacity)); }

.uniformButtonGroup.-outline.-green-50 > * {
  border-color: rgba(152, 231, 23, var(--border-opacity));
  color: rgba(152, 231, 23, var(--text-opacity)); }

.uniformButton.-green-40,
.uniformButtonGroup.-green-40 > * {
  background-color: rgba(173, 241, 64, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(92, 142, 10, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-green-40.-outline {
  border-color: rgba(173, 241, 64, var(--border-opacity));
  color: rgba(173, 241, 64, var(--text-opacity)); }

.uniformButton.-green-40.-clear {
  color: rgba(173, 241, 64, var(--text-opacity)); }

.uniformButtonGroup.-outline.-green-40 > * {
  border-color: rgba(173, 241, 64, var(--border-opacity));
  color: rgba(173, 241, 64, var(--text-opacity)); }

.uniformButton.-green-30,
.uniformButtonGroup.-green-30 > * {
  background-color: rgba(194, 248, 108, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(123, 194, 9, var(--border-opacity));
  color: rgba(92, 146, 6, var(--text-opacity)); }

.uniformButton.-green-30.-outline {
  border-color: rgba(194, 248, 108, var(--border-opacity));
  color: rgba(194, 248, 108, var(--text-opacity)); }

.uniformButton.-green-30.-clear {
  color: rgba(194, 248, 108, var(--text-opacity)); }

.uniformButtonGroup.-outline.-green-30 > * {
  border-color: rgba(194, 248, 108, var(--border-opacity));
  color: rgba(194, 248, 108, var(--text-opacity)); }

.uniformButton.-green-20,
.uniformButtonGroup.-green-20 > * {
  background-color: rgba(215, 252, 155, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(156, 249, 5, var(--border-opacity));
  color: rgba(93, 149, 3, var(--text-opacity)); }

.uniformButton.-green-20.-outline {
  border-color: rgba(215, 252, 155, var(--border-opacity));
  color: rgba(215, 252, 155, var(--text-opacity)); }

.uniformButton.-green-20.-clear {
  color: rgba(215, 252, 155, var(--text-opacity)); }

.uniformButtonGroup.-outline.-green-20 > * {
  border-color: rgba(215, 252, 155, var(--border-opacity));
  color: rgba(215, 252, 155, var(--text-opacity)); }

.uniformButton.-green-10,
.uniformButtonGroup.-green-10 > * {
  background-color: rgba(235, 254, 204, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(177, 255, 50, var(--border-opacity));
  color: rgba(94, 153, 0, var(--text-opacity)); }

.uniformButton.-green-10.-outline {
  border-color: rgba(235, 254, 204, var(--border-opacity));
  color: rgba(235, 254, 204, var(--text-opacity)); }

.uniformButton.-green-10.-clear {
  color: rgba(235, 254, 204, var(--text-opacity)); }

.uniformButtonGroup.-outline.-green-10 > * {
  border-color: rgba(235, 254, 204, var(--border-opacity));
  color: rgba(235, 254, 204, var(--text-opacity)); }

.uniformButton.-blue-90,
.uniformButtonGroup.-blue-90 > * {
  background-color: rgba(0, 32, 51, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-blue-90.-outline {
  border-color: rgba(0, 32, 51, var(--border-opacity));
  color: rgba(0, 32, 51, var(--text-opacity)); }

.uniformButton.-blue-90.-clear {
  color: rgba(0, 32, 51, var(--text-opacity)); }

.uniformButtonGroup.-outline.-blue-90 > * {
  border-color: rgba(0, 32, 51, var(--border-opacity));
  color: rgba(0, 32, 51, var(--text-opacity)); }

.uniformButton.-blue-80,
.uniformButtonGroup.-blue-80 > * {
  background-color: rgba(0, 65, 101, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-blue-80.-outline {
  border-color: rgba(0, 65, 101, var(--border-opacity));
  color: rgba(0, 65, 101, var(--text-opacity)); }

.uniformButton.-blue-80.-clear {
  color: rgba(0, 65, 101, var(--text-opacity)); }

.uniformButtonGroup.-outline.-blue-80 > * {
  border-color: rgba(0, 65, 101, var(--border-opacity));
  color: rgba(0, 65, 101, var(--text-opacity)); }

.uniformButton.-blue-70,
.uniformButtonGroup.-blue-70 > * {
  background-color: rgba(2, 97, 150, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-blue-70.-outline {
  border-color: rgba(2, 97, 150, var(--border-opacity));
  color: rgba(2, 97, 150, var(--text-opacity)); }

.uniformButton.-blue-70.-clear {
  color: rgba(2, 97, 150, var(--text-opacity)); }

.uniformButtonGroup.-outline.-blue-70 > * {
  border-color: rgba(2, 97, 150, var(--border-opacity));
  color: rgba(2, 97, 150, var(--text-opacity)); }

.uniformButton.-blue-60,
.uniformButtonGroup.-blue-60 > * {
  background-color: rgba(5, 129, 198, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(1, 32, 49, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-blue-60.-outline {
  border-color: rgba(5, 129, 198, var(--border-opacity));
  color: rgba(5, 129, 198, var(--text-opacity)); }

.uniformButton.-blue-60.-clear {
  color: rgba(5, 129, 198, var(--text-opacity)); }

.uniformButtonGroup.-outline.-blue-60 > * {
  border-color: rgba(5, 129, 198, var(--border-opacity));
  color: rgba(5, 129, 198, var(--text-opacity)); }

.uniformButton.-blue-50,
.uniformButtonGroup.-blue-50 > * {
  background-color: rgba(9, 160, 245, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(3, 64, 98, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-blue-50.-outline {
  border-color: rgba(9, 160, 245, var(--border-opacity));
  color: rgba(9, 160, 245, var(--text-opacity)); }

.uniformButton.-blue-50.-clear {
  color: rgba(9, 160, 245, var(--text-opacity)); }

.uniformButtonGroup.-outline.-blue-50 > * {
  border-color: rgba(9, 160, 245, var(--border-opacity));
  color: rgba(9, 160, 245, var(--text-opacity)); }

.uniformButton.-blue-40,
.uniformButtonGroup.-blue-40 > * {
  background-color: rgba(56, 180, 249, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(4, 96, 148, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-blue-40.-outline {
  border-color: rgba(56, 180, 249, var(--border-opacity));
  color: rgba(56, 180, 249, var(--text-opacity)); }

.uniformButton.-blue-40.-clear {
  color: rgba(56, 180, 249, var(--text-opacity)); }

.uniformButtonGroup.-outline.-blue-40 > * {
  border-color: rgba(56, 180, 249, var(--border-opacity));
  color: rgba(56, 180, 249, var(--text-opacity)); }

.uniformButton.-blue-30,
.uniformButtonGroup.-blue-30 > * {
  background-color: rgba(104, 199, 252, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(3, 129, 200, var(--border-opacity));
  color: rgba(2, 97, 150, var(--text-opacity)); }

.uniformButton.-blue-30.-outline {
  border-color: rgba(104, 199, 252, var(--border-opacity));
  color: rgba(104, 199, 252, var(--text-opacity)); }

.uniformButton.-blue-30.-clear {
  color: rgba(104, 199, 252, var(--text-opacity)); }

.uniformButtonGroup.-outline.-blue-30 > * {
  border-color: rgba(104, 199, 252, var(--border-opacity));
  color: rgba(104, 199, 252, var(--text-opacity)); }

.uniformButton.-blue-20,
.uniformButtonGroup.-blue-20 > * {
  background-color: rgba(153, 218, 254, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(2, 162, 252, var(--border-opacity));
  color: rgba(1, 97, 151, var(--text-opacity)); }

.uniformButton.-blue-20.-outline {
  border-color: rgba(153, 218, 254, var(--border-opacity));
  color: rgba(153, 218, 254, var(--text-opacity)); }

.uniformButton.-blue-20.-clear {
  color: rgba(153, 218, 254, var(--text-opacity)); }

.uniformButtonGroup.-outline.-blue-20 > * {
  border-color: rgba(153, 218, 254, var(--border-opacity));
  color: rgba(153, 218, 254, var(--text-opacity)); }

.uniformButton.-blue-10,
.uniformButtonGroup.-blue-10 > * {
  background-color: rgba(204, 236, 254, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(50, 181, 255, var(--border-opacity));
  color: rgba(0, 98, 153, var(--text-opacity)); }

.uniformButton.-blue-10.-outline {
  border-color: rgba(204, 236, 254, var(--border-opacity));
  color: rgba(204, 236, 254, var(--text-opacity)); }

.uniformButton.-blue-10.-clear {
  color: rgba(204, 236, 254, var(--text-opacity)); }

.uniformButtonGroup.-outline.-blue-10 > * {
  border-color: rgba(204, 236, 254, var(--border-opacity));
  color: rgba(204, 236, 254, var(--text-opacity)); }

.uniformButton.-red-90,
.uniformButtonGroup.-red-90 > * {
  background-color: rgba(51, 0, 14, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-red-90.-outline {
  border-color: rgba(51, 0, 14, var(--border-opacity));
  color: rgba(51, 0, 14, var(--text-opacity)); }

.uniformButton.-red-90.-clear {
  color: rgba(51, 0, 14, var(--text-opacity)); }

.uniformButtonGroup.-outline.-red-90 > * {
  border-color: rgba(51, 0, 14, var(--border-opacity));
  color: rgba(51, 0, 14, var(--text-opacity)); }

.uniformButton.-red-80,
.uniformButtonGroup.-red-80 > * {
  background-color: rgba(102, 0, 28, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-red-80.-outline {
  border-color: rgba(102, 0, 28, var(--border-opacity));
  color: rgba(102, 0, 28, var(--text-opacity)); }

.uniformButton.-red-80.-clear {
  color: rgba(102, 0, 28, var(--text-opacity)); }

.uniformButtonGroup.-outline.-red-80 > * {
  border-color: rgba(102, 0, 28, var(--border-opacity));
  color: rgba(102, 0, 28, var(--text-opacity)); }

.uniformButton.-red-70,
.uniformButtonGroup.-red-70 > * {
  background-color: rgba(153, 0, 42, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-red-70.-outline {
  border-color: rgba(153, 0, 42, var(--border-opacity));
  color: rgba(153, 0, 42, var(--text-opacity)); }

.uniformButton.-red-70.-clear {
  color: rgba(153, 0, 42, var(--text-opacity)); }

.uniformButtonGroup.-outline.-red-70 > * {
  border-color: rgba(153, 0, 42, var(--border-opacity));
  color: rgba(153, 0, 42, var(--text-opacity)); }

.uniformButton.-red-60,
.uniformButtonGroup.-red-60 > * {
  background-color: rgba(204, 0, 57, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(51, 0, 14, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-red-60.-outline {
  border-color: rgba(204, 0, 57, var(--border-opacity));
  color: rgba(204, 0, 57, var(--text-opacity)); }

.uniformButton.-red-60.-clear {
  color: rgba(204, 0, 57, var(--text-opacity)); }

.uniformButtonGroup.-outline.-red-60 > * {
  border-color: rgba(204, 0, 57, var(--border-opacity));
  color: rgba(204, 0, 57, var(--text-opacity)); }

.uniformButton.-red-50,
.uniformButtonGroup.-red-50 > * {
  background-color: rgba(255, 0, 71, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(102, 0, 28, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-red-50.-outline {
  border-color: rgba(255, 0, 71, var(--border-opacity));
  color: rgba(255, 0, 71, var(--text-opacity)); }

.uniformButton.-red-50.-clear {
  color: rgba(255, 0, 71, var(--text-opacity)); }

.uniformButtonGroup.-outline.-red-50 > * {
  border-color: rgba(255, 0, 71, var(--border-opacity));
  color: rgba(255, 0, 71, var(--text-opacity)); }

.uniformButton.-red-40,
.uniformButtonGroup.-red-40 > * {
  background-color: rgba(255, 50, 108, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(153, 0, 42, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-red-40.-outline {
  border-color: rgba(255, 50, 108, var(--border-opacity));
  color: rgba(255, 50, 108, var(--text-opacity)); }

.uniformButton.-red-40.-clear {
  color: rgba(255, 50, 108, var(--text-opacity)); }

.uniformButtonGroup.-outline.-red-40 > * {
  border-color: rgba(255, 50, 108, var(--border-opacity));
  color: rgba(255, 50, 108, var(--text-opacity)); }

.uniformButton.-red-30,
.uniformButtonGroup.-red-30 > * {
  background-color: rgba(255, 101, 144, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(204, 0, 57, var(--border-opacity));
  color: rgba(153, 0, 42, var(--text-opacity)); }

.uniformButton.-red-30.-outline {
  border-color: rgba(255, 101, 144, var(--border-opacity));
  color: rgba(255, 101, 144, var(--text-opacity)); }

.uniformButton.-red-30.-clear {
  color: rgba(255, 101, 144, var(--text-opacity)); }

.uniformButtonGroup.-outline.-red-30 > * {
  border-color: rgba(255, 101, 144, var(--border-opacity));
  color: rgba(255, 101, 144, var(--text-opacity)); }

.uniformButton.-red-20,
.uniformButtonGroup.-red-20 > * {
  background-color: rgba(255, 153, 181, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(255, 0, 71, var(--border-opacity));
  color: rgba(153, 0, 42, var(--text-opacity)); }

.uniformButton.-red-20.-outline {
  border-color: rgba(255, 153, 181, var(--border-opacity));
  color: rgba(255, 153, 181, var(--text-opacity)); }

.uniformButton.-red-20.-clear {
  color: rgba(255, 153, 181, var(--text-opacity)); }

.uniformButtonGroup.-outline.-red-20 > * {
  border-color: rgba(255, 153, 181, var(--border-opacity));
  color: rgba(255, 153, 181, var(--text-opacity)); }

.uniformButton.-red-10,
.uniformButtonGroup.-red-10 > * {
  background-color: rgba(254, 204, 218, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(255, 50, 108, var(--border-opacity));
  color: rgba(153, 0, 42, var(--text-opacity)); }

.uniformButton.-red-10.-outline {
  border-color: rgba(254, 204, 218, var(--border-opacity));
  color: rgba(254, 204, 218, var(--text-opacity)); }

.uniformButton.-red-10.-clear {
  color: rgba(254, 204, 218, var(--text-opacity)); }

.uniformButtonGroup.-outline.-red-10 > * {
  border-color: rgba(254, 204, 218, var(--border-opacity));
  color: rgba(254, 204, 218, var(--text-opacity)); }

.uniformButton.-yellow-90,
.uniformButtonGroup.-yellow-90 > * {
  background-color: rgba(46, 51, 0, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-yellow-90.-outline {
  border-color: rgba(46, 51, 0, var(--border-opacity));
  color: rgba(46, 51, 0, var(--text-opacity)); }

.uniformButton.-yellow-90.-clear {
  color: rgba(46, 51, 0, var(--text-opacity)); }

.uniformButtonGroup.-outline.-yellow-90 > * {
  border-color: rgba(46, 51, 0, var(--border-opacity));
  color: rgba(46, 51, 0, var(--text-opacity)); }

.uniformButton.-yellow-80,
.uniformButtonGroup.-yellow-80 > * {
  background-color: rgba(90, 98, 3, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-yellow-80.-outline {
  border-color: rgba(90, 98, 3, var(--border-opacity));
  color: rgba(90, 98, 3, var(--text-opacity)); }

.uniformButton.-yellow-80.-clear {
  color: rgba(90, 98, 3, var(--text-opacity)); }

.uniformButtonGroup.-outline.-yellow-80 > * {
  border-color: rgba(90, 98, 3, var(--border-opacity));
  color: rgba(90, 98, 3, var(--text-opacity)); }

.uniformButton.-yellow-70,
.uniformButtonGroup.-yellow-70 > * {
  background-color: rgba(132, 143, 9, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-yellow-70.-outline {
  border-color: rgba(132, 143, 9, var(--border-opacity));
  color: rgba(132, 143, 9, var(--text-opacity)); }

.uniformButton.-yellow-70.-clear {
  color: rgba(132, 143, 9, var(--text-opacity)); }

.uniformButtonGroup.-outline.-yellow-70 > * {
  border-color: rgba(132, 143, 9, var(--border-opacity));
  color: rgba(132, 143, 9, var(--text-opacity)); }

.uniformButton.-yellow-60,
.uniformButtonGroup.-yellow-60 > * {
  background-color: rgba(171, 185, 18, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(42, 46, 4, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-yellow-60.-outline {
  border-color: rgba(171, 185, 18, var(--border-opacity));
  color: rgba(171, 185, 18, var(--text-opacity)); }

.uniformButton.-yellow-60.-clear {
  color: rgba(171, 185, 18, var(--text-opacity)); }

.uniformButtonGroup.-outline.-yellow-60 > * {
  border-color: rgba(171, 185, 18, var(--border-opacity));
  color: rgba(171, 185, 18, var(--text-opacity)); }

.uniformButton.-yellow-50,
.uniformButtonGroup.-yellow-50 > * {
  background-color: rgba(207, 224, 30, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(83, 89, 12, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-yellow-50.-outline {
  border-color: rgba(207, 224, 30, var(--border-opacity));
  color: rgba(207, 224, 30, var(--text-opacity)); }

.uniformButton.-yellow-50.-clear {
  color: rgba(207, 224, 30, var(--text-opacity)); }

.uniformButtonGroup.-outline.-yellow-50 > * {
  border-color: rgba(207, 224, 30, var(--border-opacity));
  color: rgba(207, 224, 30, var(--text-opacity)); }

.uniformButton.-yellow-40,
.uniformButtonGroup.-yellow-40 > * {
  background-color: rgba(222, 236, 69, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(128, 139, 13, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-yellow-40.-outline {
  border-color: rgba(222, 236, 69, var(--border-opacity));
  color: rgba(222, 236, 69, var(--text-opacity)); }

.uniformButton.-yellow-40.-clear {
  color: rgba(222, 236, 69, var(--text-opacity)); }

.uniformButtonGroup.-outline.-yellow-40 > * {
  border-color: rgba(222, 236, 69, var(--border-opacity));
  color: rgba(222, 236, 69, var(--text-opacity)); }

.uniformButton.-yellow-30,
.uniformButtonGroup.-yellow-30 > * {
  background-color: rgba(234, 245, 111, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(176, 191, 12, var(--border-opacity));
  color: rgba(132, 143, 9, var(--text-opacity)); }

.uniformButton.-yellow-30.-outline {
  border-color: rgba(234, 245, 111, var(--border-opacity));
  color: rgba(234, 245, 111, var(--text-opacity)); }

.uniformButton.-yellow-30.-clear {
  color: rgba(234, 245, 111, var(--text-opacity)); }

.uniformButtonGroup.-outline.-yellow-30 > * {
  border-color: rgba(234, 245, 111, var(--border-opacity));
  color: rgba(234, 245, 111, var(--text-opacity)); }

.uniformButton.-yellow-20,
.uniformButtonGroup.-yellow-20 > * {
  background-color: rgba(243, 251, 156, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(226, 247, 7, var(--border-opacity));
  color: rgba(136, 148, 4, var(--text-opacity)); }

.uniformButton.-yellow-20.-outline {
  border-color: rgba(243, 251, 156, var(--border-opacity));
  color: rgba(243, 251, 156, var(--text-opacity)); }

.uniformButton.-yellow-20.-clear {
  color: rgba(243, 251, 156, var(--text-opacity)); }

.uniformButtonGroup.-outline.-yellow-20 > * {
  border-color: rgba(243, 251, 156, var(--border-opacity));
  color: rgba(243, 251, 156, var(--text-opacity)); }

.uniformButton.-yellow-10,
.uniformButtonGroup.-yellow-10 > * {
  background-color: rgba(250, 254, 204, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(237, 255, 50, var(--border-opacity));
  color: rgba(139, 153, 0, var(--text-opacity)); }

.uniformButton.-yellow-10.-outline {
  border-color: rgba(250, 254, 204, var(--border-opacity));
  color: rgba(250, 254, 204, var(--text-opacity)); }

.uniformButton.-yellow-10.-clear {
  color: rgba(250, 254, 204, var(--text-opacity)); }

.uniformButtonGroup.-outline.-yellow-10 > * {
  border-color: rgba(250, 254, 204, var(--border-opacity));
  color: rgba(250, 254, 204, var(--text-opacity)); }

.uniformButton.-purple-90,
.uniformButtonGroup.-purple-90 > * {
  background-color: rgba(29, 0, 51, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-purple-90.-outline {
  border-color: rgba(29, 0, 51, var(--border-opacity));
  color: rgba(29, 0, 51, var(--text-opacity)); }

.uniformButton.-purple-90.-clear {
  color: rgba(29, 0, 51, var(--text-opacity)); }

.uniformButtonGroup.-outline.-purple-90 > * {
  border-color: rgba(29, 0, 51, var(--border-opacity));
  color: rgba(29, 0, 51, var(--text-opacity)); }

.uniformButton.-purple-80,
.uniformButtonGroup.-purple-80 > * {
  background-color: rgba(57, 7, 94, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-purple-80.-outline {
  border-color: rgba(57, 7, 94, var(--border-opacity));
  color: rgba(57, 7, 94, var(--text-opacity)); }

.uniformButton.-purple-80.-clear {
  color: rgba(57, 7, 94, var(--text-opacity)); }

.uniformButtonGroup.-outline.-purple-80 > * {
  border-color: rgba(57, 7, 94, var(--border-opacity));
  color: rgba(57, 7, 94, var(--text-opacity)); }

.uniformButton.-purple-70,
.uniformButtonGroup.-purple-70 > * {
  background-color: rgba(84, 23, 129, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-purple-70.-outline {
  border-color: rgba(84, 23, 129, var(--border-opacity));
  color: rgba(84, 23, 129, var(--text-opacity)); }

.uniformButton.-purple-70.-clear {
  color: rgba(84, 23, 129, var(--text-opacity)); }

.uniformButtonGroup.-outline.-purple-70 > * {
  border-color: rgba(84, 23, 129, var(--border-opacity));
  color: rgba(84, 23, 129, var(--text-opacity)); }

.uniformButton.-purple-60,
.uniformButtonGroup.-purple-60 > * {
  background-color: rgba(110, 46, 157, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(27, 11, 39, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-purple-60.-outline {
  border-color: rgba(110, 46, 157, var(--border-opacity));
  color: rgba(110, 46, 157, var(--text-opacity)); }

.uniformButton.-purple-60.-clear {
  color: rgba(110, 46, 157, var(--text-opacity)); }

.uniformButtonGroup.-outline.-purple-60 > * {
  border-color: rgba(110, 46, 157, var(--border-opacity));
  color: rgba(110, 46, 157, var(--text-opacity)); }

.uniformButton.-purple-50,
.uniformButtonGroup.-purple-50 > * {
  background-color: rgba(135, 78, 176, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(54, 31, 70, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-purple-50.-outline {
  border-color: rgba(135, 78, 176, var(--border-opacity));
  color: rgba(135, 78, 176, var(--text-opacity)); }

.uniformButton.-purple-50.-clear {
  color: rgba(135, 78, 176, var(--text-opacity)); }

.uniformButtonGroup.-outline.-purple-50 > * {
  border-color: rgba(135, 78, 176, var(--border-opacity));
  color: rgba(135, 78, 176, var(--text-opacity)); }

.uniformButton.-purple-40,
.uniformButtonGroup.-purple-40 > * {
  background-color: rgba(161, 97, 208, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(83, 35, 117, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-purple-40.-outline {
  border-color: rgba(161, 97, 208, var(--border-opacity));
  color: rgba(161, 97, 208, var(--text-opacity)); }

.uniformButton.-purple-40.-clear {
  color: rgba(161, 97, 208, var(--text-opacity)); }

.uniformButtonGroup.-outline.-purple-40 > * {
  border-color: rgba(161, 97, 208, var(--border-opacity));
  color: rgba(161, 97, 208, var(--text-opacity)); }

.uniformButton.-purple-30,
.uniformButtonGroup.-purple-30 > * {
  background-color: rgba(186, 125, 231, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(113, 31, 172, var(--border-opacity));
  color: rgba(84, 23, 129, var(--text-opacity)); }

.uniformButton.-purple-30.-outline {
  border-color: rgba(186, 125, 231, var(--border-opacity));
  color: rgba(186, 125, 231, var(--text-opacity)); }

.uniformButton.-purple-30.-clear {
  color: rgba(186, 125, 231, var(--text-opacity)); }

.uniformButtonGroup.-outline.-purple-30 > * {
  border-color: rgba(186, 125, 231, var(--border-opacity));
  color: rgba(186, 125, 231, var(--text-opacity)); }

.uniformButton.-purple-20,
.uniformButtonGroup.-purple-20 > * {
  background-color: rgba(210, 160, 247, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(144, 19, 235, var(--border-opacity));
  color: rgba(86, 11, 141, var(--text-opacity)); }

.uniformButton.-purple-20.-outline {
  border-color: rgba(210, 160, 247, var(--border-opacity));
  color: rgba(210, 160, 247, var(--text-opacity)); }

.uniformButton.-purple-20.-clear {
  color: rgba(210, 160, 247, var(--text-opacity)); }

.uniformButtonGroup.-outline.-purple-20 > * {
  border-color: rgba(210, 160, 247, var(--border-opacity));
  color: rgba(210, 160, 247, var(--text-opacity)); }

.uniformButton.-purple-10,
.uniformButtonGroup.-purple-10 > * {
  background-color: rgba(233, 204, 254, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(169, 50, 255, var(--border-opacity));
  color: rgba(88, 0, 153, var(--text-opacity)); }

.uniformButton.-purple-10.-outline {
  border-color: rgba(233, 204, 254, var(--border-opacity));
  color: rgba(233, 204, 254, var(--text-opacity)); }

.uniformButton.-purple-10.-clear {
  color: rgba(233, 204, 254, var(--text-opacity)); }

.uniformButtonGroup.-outline.-purple-10 > * {
  border-color: rgba(233, 204, 254, var(--border-opacity));
  color: rgba(233, 204, 254, var(--text-opacity)); }

.uniformButton.-teal-90,
.uniformButtonGroup.-teal-90 > * {
  background-color: rgba(0, 51, 44, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-teal-90.-outline {
  border-color: rgba(0, 51, 44, var(--border-opacity));
  color: rgba(0, 51, 44, var(--text-opacity)); }

.uniformButton.-teal-90.-clear {
  color: rgba(0, 51, 44, var(--text-opacity)); }

.uniformButtonGroup.-outline.-teal-90 > * {
  border-color: rgba(0, 51, 44, var(--border-opacity));
  color: rgba(0, 51, 44, var(--text-opacity)); }

.uniformButton.-teal-80,
.uniformButtonGroup.-teal-80 > * {
  background-color: rgba(0, 102, 89, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-teal-80.-outline {
  border-color: rgba(0, 102, 89, var(--border-opacity));
  color: rgba(0, 102, 89, var(--text-opacity)); }

.uniformButton.-teal-80.-clear {
  color: rgba(0, 102, 89, var(--text-opacity)); }

.uniformButtonGroup.-outline.-teal-80 > * {
  border-color: rgba(0, 102, 89, var(--border-opacity));
  color: rgba(0, 102, 89, var(--text-opacity)); }

.uniformButton.-teal-70,
.uniformButtonGroup.-teal-70 > * {
  background-color: rgba(0, 153, 134, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-teal-70.-outline {
  border-color: rgba(0, 153, 134, var(--border-opacity));
  color: rgba(0, 153, 134, var(--text-opacity)); }

.uniformButton.-teal-70.-clear {
  color: rgba(0, 153, 134, var(--text-opacity)); }

.uniformButtonGroup.-outline.-teal-70 > * {
  border-color: rgba(0, 153, 134, var(--border-opacity));
  color: rgba(0, 153, 134, var(--text-opacity)); }

.uniformButton.-teal-60,
.uniformButtonGroup.-teal-60 > * {
  background-color: rgba(0, 204, 179, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 51, 44, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-teal-60.-outline {
  border-color: rgba(0, 204, 179, var(--border-opacity));
  color: rgba(0, 204, 179, var(--text-opacity)); }

.uniformButton.-teal-60.-clear {
  color: rgba(0, 204, 179, var(--text-opacity)); }

.uniformButtonGroup.-outline.-teal-60 > * {
  border-color: rgba(0, 204, 179, var(--border-opacity));
  color: rgba(0, 204, 179, var(--text-opacity)); }

.uniformButton.-teal-50,
.uniformButtonGroup.-teal-50 > * {
  background-color: rgba(0, 255, 224, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 102, 89, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-teal-50.-outline {
  border-color: rgba(0, 255, 224, var(--border-opacity));
  color: rgba(0, 255, 224, var(--text-opacity)); }

.uniformButton.-teal-50.-clear {
  color: rgba(0, 255, 224, var(--text-opacity)); }

.uniformButtonGroup.-outline.-teal-50 > * {
  border-color: rgba(0, 255, 224, var(--border-opacity));
  color: rgba(0, 255, 224, var(--text-opacity)); }

.uniformButton.-teal-40,
.uniformButtonGroup.-teal-40 > * {
  background-color: rgba(50, 255, 230, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 153, 134, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-teal-40.-outline {
  border-color: rgba(50, 255, 230, var(--border-opacity));
  color: rgba(50, 255, 230, var(--text-opacity)); }

.uniformButton.-teal-40.-clear {
  color: rgba(50, 255, 230, var(--text-opacity)); }

.uniformButtonGroup.-outline.-teal-40 > * {
  border-color: rgba(50, 255, 230, var(--border-opacity));
  color: rgba(50, 255, 230, var(--text-opacity)); }

.uniformButton.-teal-30,
.uniformButtonGroup.-teal-30 > * {
  background-color: rgba(101, 255, 236, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 204, 179, var(--border-opacity));
  color: rgba(0, 153, 134, var(--text-opacity)); }

.uniformButton.-teal-30.-outline {
  border-color: rgba(101, 255, 236, var(--border-opacity));
  color: rgba(101, 255, 236, var(--text-opacity)); }

.uniformButton.-teal-30.-clear {
  color: rgba(101, 255, 236, var(--text-opacity)); }

.uniformButtonGroup.-outline.-teal-30 > * {
  border-color: rgba(101, 255, 236, var(--border-opacity));
  color: rgba(101, 255, 236, var(--text-opacity)); }

.uniformButton.-teal-20,
.uniformButtonGroup.-teal-20 > * {
  background-color: rgba(153, 255, 242, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 255, 224, var(--border-opacity));
  color: rgba(0, 153, 134, var(--text-opacity)); }

.uniformButton.-teal-20.-outline {
  border-color: rgba(153, 255, 242, var(--border-opacity));
  color: rgba(153, 255, 242, var(--text-opacity)); }

.uniformButton.-teal-20.-clear {
  color: rgba(153, 255, 242, var(--text-opacity)); }

.uniformButtonGroup.-outline.-teal-20 > * {
  border-color: rgba(153, 255, 242, var(--border-opacity));
  color: rgba(153, 255, 242, var(--text-opacity)); }

.uniformButton.-teal-10,
.uniformButtonGroup.-teal-10 > * {
  background-color: rgba(204, 254, 248, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(50, 255, 230, var(--border-opacity));
  color: rgba(0, 153, 134, var(--text-opacity)); }

.uniformButton.-teal-10.-outline {
  border-color: rgba(204, 254, 248, var(--border-opacity));
  color: rgba(204, 254, 248, var(--text-opacity)); }

.uniformButton.-teal-10.-clear {
  color: rgba(204, 254, 248, var(--text-opacity)); }

.uniformButtonGroup.-outline.-teal-10 > * {
  border-color: rgba(204, 254, 248, var(--border-opacity));
  color: rgba(204, 254, 248, var(--text-opacity)); }

.uniformButton.-orange-90,
.uniformButtonGroup.-orange-90 > * {
  background-color: rgba(51, 24, 0, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-orange-90.-outline {
  border-color: rgba(51, 24, 0, var(--border-opacity));
  color: rgba(51, 24, 0, var(--text-opacity)); }

.uniformButton.-orange-90.-clear {
  color: rgba(51, 24, 0, var(--text-opacity)); }

.uniformButtonGroup.-outline.-orange-90 > * {
  border-color: rgba(51, 24, 0, var(--border-opacity));
  color: rgba(51, 24, 0, var(--text-opacity)); }

.uniformButton.-orange-80,
.uniformButtonGroup.-orange-80 > * {
  background-color: rgba(102, 49, 0, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-orange-80.-outline {
  border-color: rgba(102, 49, 0, var(--border-opacity));
  color: rgba(102, 49, 0, var(--text-opacity)); }

.uniformButton.-orange-80.-clear {
  color: rgba(102, 49, 0, var(--text-opacity)); }

.uniformButtonGroup.-outline.-orange-80 > * {
  border-color: rgba(102, 49, 0, var(--border-opacity));
  color: rgba(102, 49, 0, var(--text-opacity)); }

.uniformButton.-orange-70,
.uniformButtonGroup.-orange-70 > * {
  background-color: rgba(153, 74, 0, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5; }

.uniformButton.-orange-70.-outline {
  border-color: rgba(153, 74, 0, var(--border-opacity));
  color: rgba(153, 74, 0, var(--text-opacity)); }

.uniformButton.-orange-70.-clear {
  color: rgba(153, 74, 0, var(--text-opacity)); }

.uniformButtonGroup.-outline.-orange-70 > * {
  border-color: rgba(153, 74, 0, var(--border-opacity));
  color: rgba(153, 74, 0, var(--text-opacity)); }

.uniformButton.-orange-60,
.uniformButtonGroup.-orange-60 > * {
  background-color: rgba(204, 99, 0, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(51, 24, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-orange-60.-outline {
  border-color: rgba(204, 99, 0, var(--border-opacity));
  color: rgba(204, 99, 0, var(--text-opacity)); }

.uniformButton.-orange-60.-clear {
  color: rgba(204, 99, 0, var(--text-opacity)); }

.uniformButtonGroup.-outline.-orange-60 > * {
  border-color: rgba(204, 99, 0, var(--border-opacity));
  color: rgba(204, 99, 0, var(--text-opacity)); }

.uniformButton.-orange-50,
.uniformButtonGroup.-orange-50 > * {
  background-color: rgba(255, 123, 0, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(102, 49, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-orange-50.-outline {
  border-color: rgba(255, 123, 0, var(--border-opacity));
  color: rgba(255, 123, 0, var(--text-opacity)); }

.uniformButton.-orange-50.-clear {
  color: rgba(255, 123, 0, var(--text-opacity)); }

.uniformButtonGroup.-outline.-orange-50 > * {
  border-color: rgba(255, 123, 0, var(--border-opacity));
  color: rgba(255, 123, 0, var(--text-opacity)); }

.uniformButton.-orange-40,
.uniformButtonGroup.-orange-40 > * {
  background-color: rgba(255, 150, 50, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(153, 74, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity)); }

.uniformButton.-orange-40.-outline {
  border-color: rgba(255, 150, 50, var(--border-opacity));
  color: rgba(255, 150, 50, var(--text-opacity)); }

.uniformButton.-orange-40.-clear {
  color: rgba(255, 150, 50, var(--text-opacity)); }

.uniformButtonGroup.-outline.-orange-40 > * {
  border-color: rgba(255, 150, 50, var(--border-opacity));
  color: rgba(255, 150, 50, var(--text-opacity)); }

.uniformButton.-orange-30,
.uniformButtonGroup.-orange-30 > * {
  background-color: rgba(255, 176, 101, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(204, 99, 0, var(--border-opacity));
  color: rgba(153, 74, 0, var(--text-opacity)); }

.uniformButton.-orange-30.-outline {
  border-color: rgba(255, 176, 101, var(--border-opacity));
  color: rgba(255, 176, 101, var(--text-opacity)); }

.uniformButton.-orange-30.-clear {
  color: rgba(255, 176, 101, var(--text-opacity)); }

.uniformButtonGroup.-outline.-orange-30 > * {
  border-color: rgba(255, 176, 101, var(--border-opacity));
  color: rgba(255, 176, 101, var(--text-opacity)); }

.uniformButton.-orange-20,
.uniformButtonGroup.-orange-20 > * {
  background-color: rgba(255, 202, 153, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(255, 123, 0, var(--border-opacity));
  color: rgba(153, 74, 0, var(--text-opacity)); }

.uniformButton.-orange-20.-outline {
  border-color: rgba(255, 202, 153, var(--border-opacity));
  color: rgba(255, 202, 153, var(--text-opacity)); }

.uniformButton.-orange-20.-clear {
  color: rgba(255, 202, 153, var(--text-opacity)); }

.uniformButtonGroup.-outline.-orange-20 > * {
  border-color: rgba(255, 202, 153, var(--border-opacity));
  color: rgba(255, 202, 153, var(--text-opacity)); }

.uniformButton.-orange-10,
.uniformButtonGroup.-orange-10 > * {
  background-color: rgba(254, 228, 204, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(255, 150, 50, var(--border-opacity));
  color: rgba(153, 74, 0, var(--text-opacity)); }

.uniformButton.-orange-10.-outline {
  border-color: rgba(254, 228, 204, var(--border-opacity));
  color: rgba(254, 228, 204, var(--text-opacity)); }

.uniformButton.-orange-10.-clear {
  color: rgba(254, 228, 204, var(--text-opacity)); }

.uniformButtonGroup.-outline.-orange-10 > * {
  border-color: rgba(254, 228, 204, var(--border-opacity));
  color: rgba(254, 228, 204, var(--text-opacity)); }

.uniformButton:hover, .uniformButton.-hover,
.uniformButtonGroup > *:hover,
.uniformButtonGroup > *.-hover {
  --bg-opacity: 1;
  --border-opacity: 1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 33%, rgba(255, 255, 255, 0)); }

.uniformButton:focus, .uniformButton.-focus,
.uniformButtonGroup > *:focus,
.uniformButtonGroup > *.-focus {
  box-shadow: 0 0 0 2px rgba(9, 148, 226, 0.7);
  z-index: 2; }
  .uniformButton.-active:focus, .uniformButton:focus:active, .uniformButton.-focus.-active, .uniformButton.-focus:active,
  .uniformButtonGroup > *.-active:focus,
  .uniformButtonGroup > *:focus:active,
  .uniformButtonGroup > *.-focus.-active,
  .uniformButtonGroup > *.-focus:active {
    box-shadow: 0 0 0 2px rgba(9, 148, 226, 0.7), inset 1px 1px 3px rgba(0, 0, 0, 0.2); }

.uniformButton:active, .uniformButton.-active,
.uniformButtonGroup > *:active,
.uniformButtonGroup > *.-active {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, var(--active-opacity));
  padding-top: calc(var(--pad-v) + 1px);
  padding-bottom: calc(var(--pad-v) - 1px); }

.uniformButton:disabled, .uniformButton.-disabled,
.uniformButtonGroup > *:disabled,
.uniformButtonGroup > *.-disabled {
  --text-opacity: 0.5;
  cursor: not-allowed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(rgba(128, 128, 128, 0.5), rgba(128, 128, 128, 0.5));
  background-blend-mode: saturation, luminosity; }

.uniformButton.-clear {
  background: none;
  border-color: transparent; }

.uniformButton.-outline {
  --bg-opacity: 0;
  --border-opacity: 1;
  border-width: 0.1429em;
  background-image: none; }

.uniformButton.-block {
  display: block;
  width: 100%; }

.uniformButton.-xs {
  --pad-v: 0.1em;
  --pad-h: 0.3em; }

.uniformButton.-sm {
  --pad-v: 0.25em;
  --pad-h: 0.5em; }

.uniformButton.-lg {
  --pad-v: 1em;
  --pad-h: 2em; }

.uniformButton.-xl {
  --pad-v: 1.5em;
  --pad-h: 3em;
  --border-radius: 0.5em; }

.uniformButton.-input {
  --pad-v: 0.75em; }

.uniformButtonGroup {
  display: inline-flex; }
  .uniformButtonGroup > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
    margin-right: -1px; }
    .uniformButtonGroup > *:first-child {
      border-top-left-radius: var(--border-radius);
      border-bottom-left-radius: var(--border-radius); }
    .uniformButtonGroup > *:last-child {
      border-top-right-radius: var(--border-radius);
      border-bottom-right-radius: var(--border-radius); }
  .uniformButtonGroup.-clear > * {
    background: none;
    border-color: transparent; }
  .uniformButtonGroup.-outline > * {
    --bg-opacity: 0;
    --border-opacity: 1;
    border-width: 0.1429em;
    margin-right: -0.1429em;
    background-image: none; }
  .uniformButtonGroup.block, .uniformButtonGroup.-block {
    display: flex; }
  .uniformButtonGroup.-xs > * {
    --pad-v: 0.1em;
    --pad-h: 0.3em; }
  .uniformButtonGroup.-sm > * {
    --pad-v: 0.25em;
    --pad-h: 0.5em; }
  .uniformButtonGroup.-lg > * {
    --pad-v: 1em;
    --pad-h: 2em; }
  .uniformButtonGroup.-xl > * {
    --pad-v: 1.5em;
    --pad-h: 3em;
    --border-radius: 0.5em; }

.uniformRadio,
.uniformCheckbox {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 0.0714em solid #7e8081;
  vertical-align: middle;
  margin-top: -0.15em;
  border-radius: 0.2856em;
  position: relative;
  transition: border-color 0.05s ease-in;
  box-shadow: inset 0.0714em 0.0714em 0 0 white, inset 0.1428em 0.1428em 0.1428em rgba(0, 0, 0, 0.2);
  color: #0994E2;
  outline: 0; }
  .uniformRadio::before,
  .uniformCheckbox::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.25em;
    content: "";
    width: 0em;
    height: 0em;
    transition: width 0.05s ease-in, height 0.05s ease-in;
    background: currentColor; }
  .uniformRadio.checked,
  .uniformCheckbox.checked {
    border-color: currentColor; }
    .uniformRadio.checked::before,
    .uniformCheckbox.checked::before {
      width: 1em;
      height: 1em; }
  .uniformRadio.-toggle,
  .uniformCheckbox.-toggle {
    width: 2em;
    height: 1em;
    border-radius: 50%;
    background: #e5e6e6;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2); }
  .uniformRadio:focus,
  .uniformCheckbox:focus {
    box-shadow: inset 0.0714em 0.0714em 0.0714em rgba(0, 0, 0, 0.2), 0 0 0 0.1428em rgba(9, 148, 226, 0.7); }

.uniformCheckbox::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z' fill='%23FFFFFF'%3E%3C/path%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%; }

.uniformRadio {
  border-radius: 50%; }
  .uniformRadio::before {
    border-radius: 50%; }
  .uniformRadio.checked::before {
    width: 0.5712em;
    height: 0.5712em; }

.uniformToggle {
  width: 1.4284em;
  height: 0.8572em;
  vertical-align: middle;
  margin-top: -0.1428em;
  background: #cbcccd;
  border-radius: 1em;
  box-shadow: inset 0.0714em 0.0714em 0.0714em rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: relative;
  transition: background 50ms ease-in-out;
  color: #0994E2;
  outline: 0; }
  .uniformToggle::before {
    content: "";
    transition: right 50ms ease-in-out;
    width: 0.5716em;
    height: 0.5716em;
    margin: 0.1428em;
    background: white;
    border-radius: 50%;
    position: absolute;
    right: calc(100% - 0.8398em);
    top: 0;
    box-shadow: 0.0714em 0.0714em 0.0714em rgba(0, 0, 0, 0.2); }
  .uniformToggle.checked {
    justify-content: end;
    background: currentColor; }
    .uniformToggle.checked::before {
      right: 0; }
  .uniformToggle:focus {
    box-shadow: inset 0.0714em 0.0714em 0.0714em rgba(0, 0, 0, 0.2), 0 0 0 0.1428em rgba(9, 148, 226, 0.7); }

.container {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em; }

.uniformDropdown {
  cursor: pointer; }

.uniformDropdown-dropdown {
  position: absolute;
  z-index: 9999;
  background: white;
  border-top: white;
  border-radius: 0.25em; }
  .uniformDropdown-dropdown button {
    appearance: none;
    outline: none;
    border: none;
    background: none;
    width: 100%;
    padding: 0.5em;
    display: block; }
    .uniformDropdown-dropdown button:hover {
      background: #d3eefd; }
  .uniformDropdown-dropdown.absolute {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2); }
  .uniformDropdown-dropdown.square {
    border-radius: 0; }

.uniformDropzone {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px dashed #0aa1f5;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  z-index: 98;
  color: #0aa1f5;
  font-weight: bold;
  align-items: center;
  justify-content: center; }

.-show .uniformDropzone {
  display: flex; }

.-active .uniformDropzone {
  background: rgba(9, 148, 226, 0.3);
  color: #036196; }

.uniformFloatingLabelInput {
  position: relative; }
  .uniformFloatingLabelInput label {
    --font-size: 1em;
    font-size: var(--font-size);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: font-size 100ms, top 100ms, transform 100ms; }
  .uniformFloatingLabelInput.present label {
    opacity: 0.8;
    font-size: calc(var(--font-size) * 0.7);
    top: 0;
    transform: none; }
  .uniformFloatingLabelInput:focus-within {
    color: #7bbe0e; }
    .uniformFloatingLabelInput:focus-within label {
      opacity: 1; }

.uniformInputGroup {
  background: white;
  border-width: 1px;
  display: flex;
  align-items: center;
  transition: box-shadow 100ms ease-in; }
  .uniformInputGroup:focus-within {
    border-color: rgba(var(--focus-color), 1);
    box-shadow: 0 0 0 2px rgba(var(--focus-color), 1); }
  .uniformInputGroup > * {
    flex: 0 1 auto;
    padding-left: 0.5em; }
    .uniformInputGroup > *:last-child {
      padding-right: 0.5em; }
  .uniformInputGroup *:focus {
    box-shadow: none; }
  .uniformInputGroup input,
  .uniformInputGroup .input {
    flex: 1 1 auto;
    border: none !important;
    background: none;
    appearance: none;
    outline: none;
    padding: 0.5em;
    box-shadow: none; }
  .uniformInputGroup .uniformInput, .uniformInputGroup .uniformInputs select, .uniformInputs .uniformInputGroup select, .uniformInputGroup .uniformInputs input:not([type=checkbox]):not([type=radio]), .uniformInputs .uniformInputGroup input:not([type=checkbox]):not([type=radio]) {
    border: none !important; }

.uniformLabel.-white {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2); }

.hover\:uniformLabel.-white:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2); }

.group:hover .group-hover\:uniformLabel.-white {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2); }

.focus\:uniformLabel.-white:focus {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2); }

.uniformLabel.-gray {
  color: #505152;
  background-color: rgba(80, 81, 82, 0.2); }

.hover\:uniformLabel.-gray:hover {
  color: #505152;
  background-color: rgba(80, 81, 82, 0.2); }

.group:hover .group-hover\:uniformLabel.-gray {
  color: #505152;
  background-color: rgba(80, 81, 82, 0.2); }

.focus\:uniformLabel.-gray:focus {
  color: #505152;
  background-color: rgba(80, 81, 82, 0.2); }

.uniformLabel.-green {
  color: #b4ee56;
  background-color: rgba(180, 238, 86, 0.2); }

.hover\:uniformLabel.-green:hover {
  color: #b4ee56;
  background-color: rgba(180, 238, 86, 0.2); }

.group:hover .group-hover\:uniformLabel.-green {
  color: #b4ee56;
  background-color: rgba(180, 238, 86, 0.2); }

.focus\:uniformLabel.-green:focus {
  color: #b4ee56;
  background-color: rgba(180, 238, 86, 0.2); }

.uniformLabel.-blue {
  color: #0994E2;
  background-color: rgba(9, 148, 226, 0.2); }

.hover\:uniformLabel.-blue:hover {
  color: #0994E2;
  background-color: rgba(9, 148, 226, 0.2); }

.group:hover .group-hover\:uniformLabel.-blue {
  color: #0994E2;
  background-color: rgba(9, 148, 226, 0.2); }

.focus\:uniformLabel.-blue:focus {
  color: #0994E2;
  background-color: rgba(9, 148, 226, 0.2); }

.uniformLabel.-red {
  color: #ff2562;
  background-color: rgba(255, 37, 98, 0.2); }

.hover\:uniformLabel.-red:hover {
  color: #ff2562;
  background-color: rgba(255, 37, 98, 0.2); }

.group:hover .group-hover\:uniformLabel.-red {
  color: #ff2562;
  background-color: rgba(255, 37, 98, 0.2); }

.focus\:uniformLabel.-red:focus {
  color: #ff2562;
  background-color: rgba(255, 37, 98, 0.2); }

.uniformLabel.-yellow {
  color: #D7E542;
  background-color: rgba(215, 229, 66, 0.2); }

.hover\:uniformLabel.-yellow:hover {
  color: #D7E542;
  background-color: rgba(215, 229, 66, 0.2); }

.group:hover .group-hover\:uniformLabel.-yellow {
  color: #D7E542;
  background-color: rgba(215, 229, 66, 0.2); }

.focus\:uniformLabel.-yellow:focus {
  color: #D7E542;
  background-color: rgba(215, 229, 66, 0.2); }

.uniformLabel.-purple {
  color: #9461b9;
  background-color: rgba(148, 97, 185, 0.2); }

.hover\:uniformLabel.-purple:hover {
  color: #9461b9;
  background-color: rgba(148, 97, 185, 0.2); }

.group:hover .group-hover\:uniformLabel.-purple {
  color: #9461b9;
  background-color: rgba(148, 97, 185, 0.2); }

.focus\:uniformLabel.-purple:focus {
  color: #9461b9;
  background-color: rgba(148, 97, 185, 0.2); }

.uniformLabel.-gray-05 {
  color: #f9f9fc;
  background-color: rgba(249, 249, 252, 0.2); }

.hover\:uniformLabel.-gray-05:hover {
  color: #f9f9fc;
  background-color: rgba(249, 249, 252, 0.2); }

.group:hover .group-hover\:uniformLabel.-gray-05 {
  color: #f9f9fc;
  background-color: rgba(249, 249, 252, 0.2); }

.focus\:uniformLabel.-gray-05:focus {
  color: #f9f9fc;
  background-color: rgba(249, 249, 252, 0.2); }

.uniformLabel.-pink {
  color: #fe455c;
  background-color: rgba(254, 69, 92, 0.2); }

.hover\:uniformLabel.-pink:hover {
  color: #fe455c;
  background-color: rgba(254, 69, 92, 0.2); }

.group:hover .group-hover\:uniformLabel.-pink {
  color: #fe455c;
  background-color: rgba(254, 69, 92, 0.2); }

.focus\:uniformLabel.-pink:focus {
  color: #fe455c;
  background-color: rgba(254, 69, 92, 0.2); }

.uniformLabel.-teal {
  color: #00c7af;
  background-color: rgba(0, 199, 175, 0.2); }

.hover\:uniformLabel.-teal:hover {
  color: #00c7af;
  background-color: rgba(0, 199, 175, 0.2); }

.group:hover .group-hover\:uniformLabel.-teal {
  color: #00c7af;
  background-color: rgba(0, 199, 175, 0.2); }

.focus\:uniformLabel.-teal:focus {
  color: #00c7af;
  background-color: rgba(0, 199, 175, 0.2); }

.uniformLabel.-orange {
  color: #ffa44e;
  background-color: rgba(255, 164, 78, 0.2); }

.hover\:uniformLabel.-orange:hover {
  color: #ffa44e;
  background-color: rgba(255, 164, 78, 0.2); }

.group:hover .group-hover\:uniformLabel.-orange {
  color: #ffa44e;
  background-color: rgba(255, 164, 78, 0.2); }

.focus\:uniformLabel.-orange:focus {
  color: #ffa44e;
  background-color: rgba(255, 164, 78, 0.2); }

.uniformLabel.-gray-90 {
  color: #191a1a;
  background-color: rgba(25, 26, 26, 0.2); }

.hover\:uniformLabel.-gray-90:hover {
  color: #191a1a;
  background-color: rgba(25, 26, 26, 0.2); }

.group:hover .group-hover\:uniformLabel.-gray-90 {
  color: #191a1a;
  background-color: rgba(25, 26, 26, 0.2); }

.focus\:uniformLabel.-gray-90:focus {
  color: #191a1a;
  background-color: rgba(25, 26, 26, 0.2); }

.uniformLabel.-gray-80 {
  color: #323334;
  background-color: rgba(50, 51, 52, 0.2); }

.hover\:uniformLabel.-gray-80:hover {
  color: #323334;
  background-color: rgba(50, 51, 52, 0.2); }

.group:hover .group-hover\:uniformLabel.-gray-80 {
  color: #323334;
  background-color: rgba(50, 51, 52, 0.2); }

.focus\:uniformLabel.-gray-80:focus {
  color: #323334;
  background-color: rgba(50, 51, 52, 0.2); }

.uniformLabel.-gray-70 {
  color: #4c4d4d;
  background-color: rgba(76, 77, 77, 0.2); }

.hover\:uniformLabel.-gray-70:hover {
  color: #4c4d4d;
  background-color: rgba(76, 77, 77, 0.2); }

.group:hover .group-hover\:uniformLabel.-gray-70 {
  color: #4c4d4d;
  background-color: rgba(76, 77, 77, 0.2); }

.focus\:uniformLabel.-gray-70:focus {
  color: #4c4d4d;
  background-color: rgba(76, 77, 77, 0.2); }

.uniformLabel.-gray-60 {
  color: #656667;
  background-color: rgba(101, 102, 103, 0.2); }

.hover\:uniformLabel.-gray-60:hover {
  color: #656667;
  background-color: rgba(101, 102, 103, 0.2); }

.group:hover .group-hover\:uniformLabel.-gray-60 {
  color: #656667;
  background-color: rgba(101, 102, 103, 0.2); }

.focus\:uniformLabel.-gray-60:focus {
  color: #656667;
  background-color: rgba(101, 102, 103, 0.2); }

.uniformLabel.-gray-50 {
  color: #7e8081;
  background-color: rgba(126, 128, 129, 0.2); }

.hover\:uniformLabel.-gray-50:hover {
  color: #7e8081;
  background-color: rgba(126, 128, 129, 0.2); }

.group:hover .group-hover\:uniformLabel.-gray-50 {
  color: #7e8081;
  background-color: rgba(126, 128, 129, 0.2); }

.focus\:uniformLabel.-gray-50:focus {
  color: #7e8081;
  background-color: rgba(126, 128, 129, 0.2); }

.uniformLabel.-gray-40 {
  color: #98999a;
  background-color: rgba(152, 153, 154, 0.2); }

.hover\:uniformLabel.-gray-40:hover {
  color: #98999a;
  background-color: rgba(152, 153, 154, 0.2); }

.group:hover .group-hover\:uniformLabel.-gray-40 {
  color: #98999a;
  background-color: rgba(152, 153, 154, 0.2); }

.focus\:uniformLabel.-gray-40:focus {
  color: #98999a;
  background-color: rgba(152, 153, 154, 0.2); }

.uniformLabel.-gray-30 {
  color: #b2b3b3;
  background-color: rgba(178, 179, 179, 0.2); }

.hover\:uniformLabel.-gray-30:hover {
  color: #b2b3b3;
  background-color: rgba(178, 179, 179, 0.2); }

.group:hover .group-hover\:uniformLabel.-gray-30 {
  color: #b2b3b3;
  background-color: rgba(178, 179, 179, 0.2); }

.focus\:uniformLabel.-gray-30:focus {
  color: #b2b3b3;
  background-color: rgba(178, 179, 179, 0.2); }

.uniformLabel.-gray-20 {
  color: #cbcccd;
  background-color: rgba(203, 204, 205, 0.2); }

.hover\:uniformLabel.-gray-20:hover {
  color: #cbcccd;
  background-color: rgba(203, 204, 205, 0.2); }

.group:hover .group-hover\:uniformLabel.-gray-20 {
  color: #cbcccd;
  background-color: rgba(203, 204, 205, 0.2); }

.focus\:uniformLabel.-gray-20:focus {
  color: #cbcccd;
  background-color: rgba(203, 204, 205, 0.2); }

.uniformLabel.-gray-10 {
  color: #e5e6e6;
  background-color: rgba(229, 230, 230, 0.2); }

.hover\:uniformLabel.-gray-10:hover {
  color: #e5e6e6;
  background-color: rgba(229, 230, 230, 0.2); }

.group:hover .group-hover\:uniformLabel.-gray-10 {
  color: #e5e6e6;
  background-color: rgba(229, 230, 230, 0.2); }

.focus\:uniformLabel.-gray-10:focus {
  color: #e5e6e6;
  background-color: rgba(229, 230, 230, 0.2); }

.uniformLabel.-green-90 {
  color: #203300;
  background-color: rgba(32, 51, 0, 0.2); }

.hover\:uniformLabel.-green-90:hover {
  color: #203300;
  background-color: rgba(32, 51, 0, 0.2); }

.group:hover .group-hover\:uniformLabel.-green-90 {
  color: #203300;
  background-color: rgba(32, 51, 0, 0.2); }

.focus\:uniformLabel.-green-90:focus {
  color: #203300;
  background-color: rgba(32, 51, 0, 0.2); }

.uniformLabel.-green-80 {
  color: #3f6402;
  background-color: rgba(63, 100, 2, 0.2); }

.hover\:uniformLabel.-green-80:hover {
  color: #3f6402;
  background-color: rgba(63, 100, 2, 0.2); }

.group:hover .group-hover\:uniformLabel.-green-80 {
  color: #3f6402;
  background-color: rgba(63, 100, 2, 0.2); }

.focus\:uniformLabel.-green-80:focus {
  color: #3f6402;
  background-color: rgba(63, 100, 2, 0.2); }

.uniformLabel.-green-70 {
  color: #5d9207;
  background-color: rgba(93, 146, 7, 0.2); }

.hover\:uniformLabel.-green-70:hover {
  color: #5d9207;
  background-color: rgba(93, 146, 7, 0.2); }

.group:hover .group-hover\:uniformLabel.-green-70 {
  color: #5d9207;
  background-color: rgba(93, 146, 7, 0.2); }

.focus\:uniformLabel.-green-70:focus {
  color: #5d9207;
  background-color: rgba(93, 146, 7, 0.2); }

.uniformLabel.-green-60 {
  color: #7bbe0e;
  background-color: rgba(123, 190, 14, 0.2); }

.hover\:uniformLabel.-green-60:hover {
  color: #7bbe0e;
  background-color: rgba(123, 190, 14, 0.2); }

.group:hover .group-hover\:uniformLabel.-green-60 {
  color: #7bbe0e;
  background-color: rgba(123, 190, 14, 0.2); }

.focus\:uniformLabel.-green-60:focus {
  color: #7bbe0e;
  background-color: rgba(123, 190, 14, 0.2); }

.uniformLabel.-green-50 {
  color: #98e817;
  background-color: rgba(152, 232, 23, 0.2); }

.hover\:uniformLabel.-green-50:hover {
  color: #98e817;
  background-color: rgba(152, 232, 23, 0.2); }

.group:hover .group-hover\:uniformLabel.-green-50 {
  color: #98e817;
  background-color: rgba(152, 232, 23, 0.2); }

.focus\:uniformLabel.-green-50:focus {
  color: #98e817;
  background-color: rgba(152, 232, 23, 0.2); }

.uniformLabel.-green-40 {
  color: #aef141;
  background-color: rgba(174, 241, 65, 0.2); }

.hover\:uniformLabel.-green-40:hover {
  color: #aef141;
  background-color: rgba(174, 241, 65, 0.2); }

.group:hover .group-hover\:uniformLabel.-green-40 {
  color: #aef141;
  background-color: rgba(174, 241, 65, 0.2); }

.focus\:uniformLabel.-green-40:focus {
  color: #aef141;
  background-color: rgba(174, 241, 65, 0.2); }

.uniformLabel.-green-30 {
  color: #c3f86d;
  background-color: rgba(195, 248, 109, 0.2); }

.hover\:uniformLabel.-green-30:hover {
  color: #c3f86d;
  background-color: rgba(195, 248, 109, 0.2); }

.group:hover .group-hover\:uniformLabel.-green-30 {
  color: #c3f86d;
  background-color: rgba(195, 248, 109, 0.2); }

.focus\:uniformLabel.-green-30:focus {
  color: #c3f86d;
  background-color: rgba(195, 248, 109, 0.2); }

.uniformLabel.-green-20 {
  color: #d8fd9b;
  background-color: rgba(216, 253, 155, 0.2); }

.hover\:uniformLabel.-green-20:hover {
  color: #d8fd9b;
  background-color: rgba(216, 253, 155, 0.2); }

.group:hover .group-hover\:uniformLabel.-green-20 {
  color: #d8fd9b;
  background-color: rgba(216, 253, 155, 0.2); }

.focus\:uniformLabel.-green-20:focus {
  color: #d8fd9b;
  background-color: rgba(216, 253, 155, 0.2); }

.uniformLabel.-green-10 {
  color: #ecffcc;
  background-color: rgba(236, 255, 204, 0.2); }

.hover\:uniformLabel.-green-10:hover {
  color: #ecffcc;
  background-color: rgba(236, 255, 204, 0.2); }

.group:hover .group-hover\:uniformLabel.-green-10 {
  color: #ecffcc;
  background-color: rgba(236, 255, 204, 0.2); }

.focus\:uniformLabel.-green-10:focus {
  color: #ecffcc;
  background-color: rgba(236, 255, 204, 0.2); }

.uniformLabel.-blue-90 {
  color: #002133;
  background-color: rgba(0, 33, 51, 0.2); }

.hover\:uniformLabel.-blue-90:hover {
  color: #002133;
  background-color: rgba(0, 33, 51, 0.2); }

.group:hover .group-hover\:uniformLabel.-blue-90 {
  color: #002133;
  background-color: rgba(0, 33, 51, 0.2); }

.focus\:uniformLabel.-blue-90:focus {
  color: #002133;
  background-color: rgba(0, 33, 51, 0.2); }

.uniformLabel.-blue-80 {
  color: #014165;
  background-color: rgba(1, 65, 101, 0.2); }

.hover\:uniformLabel.-blue-80:hover {
  color: #014165;
  background-color: rgba(1, 65, 101, 0.2); }

.group:hover .group-hover\:uniformLabel.-blue-80 {
  color: #014165;
  background-color: rgba(1, 65, 101, 0.2); }

.focus\:uniformLabel.-blue-80:focus {
  color: #014165;
  background-color: rgba(1, 65, 101, 0.2); }

.uniformLabel.-blue-70 {
  color: #036196;
  background-color: rgba(3, 97, 150, 0.2); }

.hover\:uniformLabel.-blue-70:hover {
  color: #036196;
  background-color: rgba(3, 97, 150, 0.2); }

.group:hover .group-hover\:uniformLabel.-blue-70 {
  color: #036196;
  background-color: rgba(3, 97, 150, 0.2); }

.focus\:uniformLabel.-blue-70:focus {
  color: #036196;
  background-color: rgba(3, 97, 150, 0.2); }

.uniformLabel.-blue-60 {
  color: #0681c6;
  background-color: rgba(6, 129, 198, 0.2); }

.hover\:uniformLabel.-blue-60:hover {
  color: #0681c6;
  background-color: rgba(6, 129, 198, 0.2); }

.group:hover .group-hover\:uniformLabel.-blue-60 {
  color: #0681c6;
  background-color: rgba(6, 129, 198, 0.2); }

.focus\:uniformLabel.-blue-60:focus {
  color: #0681c6;
  background-color: rgba(6, 129, 198, 0.2); }

.uniformLabel.-blue-50 {
  color: #0aa1f5;
  background-color: rgba(10, 161, 245, 0.2); }

.hover\:uniformLabel.-blue-50:hover {
  color: #0aa1f5;
  background-color: rgba(10, 161, 245, 0.2); }

.group:hover .group-hover\:uniformLabel.-blue-50 {
  color: #0aa1f5;
  background-color: rgba(10, 161, 245, 0.2); }

.focus\:uniformLabel.-blue-50:focus {
  color: #0aa1f5;
  background-color: rgba(10, 161, 245, 0.2); }

.uniformLabel.-blue-40 {
  color: #39b4f9;
  background-color: rgba(57, 180, 249, 0.2); }

.hover\:uniformLabel.-blue-40:hover {
  color: #39b4f9;
  background-color: rgba(57, 180, 249, 0.2); }

.group:hover .group-hover\:uniformLabel.-blue-40 {
  color: #39b4f9;
  background-color: rgba(57, 180, 249, 0.2); }

.focus\:uniformLabel.-blue-40:focus {
  color: #39b4f9;
  background-color: rgba(57, 180, 249, 0.2); }

.uniformLabel.-blue-30 {
  color: #69c7fc;
  background-color: rgba(105, 199, 252, 0.2); }

.hover\:uniformLabel.-blue-30:hover {
  color: #69c7fc;
  background-color: rgba(105, 199, 252, 0.2); }

.group:hover .group-hover\:uniformLabel.-blue-30 {
  color: #69c7fc;
  background-color: rgba(105, 199, 252, 0.2); }

.focus\:uniformLabel.-blue-30:focus {
  color: #69c7fc;
  background-color: rgba(105, 199, 252, 0.2); }

.uniformLabel.-blue-20 {
  color: #9adafe;
  background-color: rgba(154, 218, 254, 0.2); }

.hover\:uniformLabel.-blue-20:hover {
  color: #9adafe;
  background-color: rgba(154, 218, 254, 0.2); }

.group:hover .group-hover\:uniformLabel.-blue-20 {
  color: #9adafe;
  background-color: rgba(154, 218, 254, 0.2); }

.focus\:uniformLabel.-blue-20:focus {
  color: #9adafe;
  background-color: rgba(154, 218, 254, 0.2); }

.uniformLabel.-blue-10 {
  color: #ccedff;
  background-color: rgba(204, 237, 255, 0.2); }

.hover\:uniformLabel.-blue-10:hover {
  color: #ccedff;
  background-color: rgba(204, 237, 255, 0.2); }

.group:hover .group-hover\:uniformLabel.-blue-10 {
  color: #ccedff;
  background-color: rgba(204, 237, 255, 0.2); }

.focus\:uniformLabel.-blue-10:focus {
  color: #ccedff;
  background-color: rgba(204, 237, 255, 0.2); }

.uniformLabel.-red-90 {
  color: #33000e;
  background-color: rgba(51, 0, 14, 0.2); }

.hover\:uniformLabel.-red-90:hover {
  color: #33000e;
  background-color: rgba(51, 0, 14, 0.2); }

.group:hover .group-hover\:uniformLabel.-red-90 {
  color: #33000e;
  background-color: rgba(51, 0, 14, 0.2); }

.focus\:uniformLabel.-red-90:focus {
  color: #33000e;
  background-color: rgba(51, 0, 14, 0.2); }

.uniformLabel.-red-80 {
  color: #66001d;
  background-color: rgba(102, 0, 29, 0.2); }

.hover\:uniformLabel.-red-80:hover {
  color: #66001d;
  background-color: rgba(102, 0, 29, 0.2); }

.group:hover .group-hover\:uniformLabel.-red-80 {
  color: #66001d;
  background-color: rgba(102, 0, 29, 0.2); }

.focus\:uniformLabel.-red-80:focus {
  color: #66001d;
  background-color: rgba(102, 0, 29, 0.2); }

.uniformLabel.-red-70 {
  color: #99002b;
  background-color: rgba(153, 0, 43, 0.2); }

.hover\:uniformLabel.-red-70:hover {
  color: #99002b;
  background-color: rgba(153, 0, 43, 0.2); }

.group:hover .group-hover\:uniformLabel.-red-70 {
  color: #99002b;
  background-color: rgba(153, 0, 43, 0.2); }

.focus\:uniformLabel.-red-70:focus {
  color: #99002b;
  background-color: rgba(153, 0, 43, 0.2); }

.uniformLabel.-red-60 {
  color: #cc0039;
  background-color: rgba(204, 0, 57, 0.2); }

.hover\:uniformLabel.-red-60:hover {
  color: #cc0039;
  background-color: rgba(204, 0, 57, 0.2); }

.group:hover .group-hover\:uniformLabel.-red-60 {
  color: #cc0039;
  background-color: rgba(204, 0, 57, 0.2); }

.focus\:uniformLabel.-red-60:focus {
  color: #cc0039;
  background-color: rgba(204, 0, 57, 0.2); }

.uniformLabel.-red-50 {
  color: #ff0047;
  background-color: rgba(255, 0, 71, 0.2); }

.hover\:uniformLabel.-red-50:hover {
  color: #ff0047;
  background-color: rgba(255, 0, 71, 0.2); }

.group:hover .group-hover\:uniformLabel.-red-50 {
  color: #ff0047;
  background-color: rgba(255, 0, 71, 0.2); }

.focus\:uniformLabel.-red-50:focus {
  color: #ff0047;
  background-color: rgba(255, 0, 71, 0.2); }

.uniformLabel.-red-40 {
  color: #ff336c;
  background-color: rgba(255, 51, 108, 0.2); }

.hover\:uniformLabel.-red-40:hover {
  color: #ff336c;
  background-color: rgba(255, 51, 108, 0.2); }

.group:hover .group-hover\:uniformLabel.-red-40 {
  color: #ff336c;
  background-color: rgba(255, 51, 108, 0.2); }

.focus\:uniformLabel.-red-40:focus {
  color: #ff336c;
  background-color: rgba(255, 51, 108, 0.2); }

.uniformLabel.-red-30 {
  color: #ff6691;
  background-color: rgba(255, 102, 145, 0.2); }

.hover\:uniformLabel.-red-30:hover {
  color: #ff6691;
  background-color: rgba(255, 102, 145, 0.2); }

.group:hover .group-hover\:uniformLabel.-red-30 {
  color: #ff6691;
  background-color: rgba(255, 102, 145, 0.2); }

.focus\:uniformLabel.-red-30:focus {
  color: #ff6691;
  background-color: rgba(255, 102, 145, 0.2); }

.uniformLabel.-red-20 {
  color: #ff99b6;
  background-color: rgba(255, 153, 182, 0.2); }

.hover\:uniformLabel.-red-20:hover {
  color: #ff99b6;
  background-color: rgba(255, 153, 182, 0.2); }

.group:hover .group-hover\:uniformLabel.-red-20 {
  color: #ff99b6;
  background-color: rgba(255, 153, 182, 0.2); }

.focus\:uniformLabel.-red-20:focus {
  color: #ff99b6;
  background-color: rgba(255, 153, 182, 0.2); }

.uniformLabel.-red-10 {
  color: #ffccda;
  background-color: rgba(255, 204, 218, 0.2); }

.hover\:uniformLabel.-red-10:hover {
  color: #ffccda;
  background-color: rgba(255, 204, 218, 0.2); }

.group:hover .group-hover\:uniformLabel.-red-10 {
  color: #ffccda;
  background-color: rgba(255, 204, 218, 0.2); }

.focus\:uniformLabel.-red-10:focus {
  color: #ffccda;
  background-color: rgba(255, 204, 218, 0.2); }

.uniformLabel.-yellow-90 {
  color: #2f3300;
  background-color: rgba(47, 51, 0, 0.2); }

.hover\:uniformLabel.-yellow-90:hover {
  color: #2f3300;
  background-color: rgba(47, 51, 0, 0.2); }

.group:hover .group-hover\:uniformLabel.-yellow-90 {
  color: #2f3300;
  background-color: rgba(47, 51, 0, 0.2); }

.focus\:uniformLabel.-yellow-90:focus {
  color: #2f3300;
  background-color: rgba(47, 51, 0, 0.2); }

.uniformLabel.-yellow-80 {
  color: #5b6303;
  background-color: rgba(91, 99, 3, 0.2); }

.hover\:uniformLabel.-yellow-80:hover {
  color: #5b6303;
  background-color: rgba(91, 99, 3, 0.2); }

.group:hover .group-hover\:uniformLabel.-yellow-80 {
  color: #5b6303;
  background-color: rgba(91, 99, 3, 0.2); }

.focus\:uniformLabel.-yellow-80:focus {
  color: #5b6303;
  background-color: rgba(91, 99, 3, 0.2); }

.uniformLabel.-yellow-70 {
  color: #849009;
  background-color: rgba(132, 144, 9, 0.2); }

.hover\:uniformLabel.-yellow-70:hover {
  color: #849009;
  background-color: rgba(132, 144, 9, 0.2); }

.group:hover .group-hover\:uniformLabel.-yellow-70 {
  color: #849009;
  background-color: rgba(132, 144, 9, 0.2); }

.focus\:uniformLabel.-yellow-70:focus {
  color: #849009;
  background-color: rgba(132, 144, 9, 0.2); }

.uniformLabel.-yellow-60 {
  color: #abb913;
  background-color: rgba(171, 185, 19, 0.2); }

.hover\:uniformLabel.-yellow-60:hover {
  color: #abb913;
  background-color: rgba(171, 185, 19, 0.2); }

.group:hover .group-hover\:uniformLabel.-yellow-60 {
  color: #abb913;
  background-color: rgba(171, 185, 19, 0.2); }

.focus\:uniformLabel.-yellow-60:focus {
  color: #abb913;
  background-color: rgba(171, 185, 19, 0.2); }

.uniformLabel.-yellow-50 {
  color: #d0e01f;
  background-color: rgba(208, 224, 31, 0.2); }

.hover\:uniformLabel.-yellow-50:hover {
  color: #d0e01f;
  background-color: rgba(208, 224, 31, 0.2); }

.group:hover .group-hover\:uniformLabel.-yellow-50 {
  color: #d0e01f;
  background-color: rgba(208, 224, 31, 0.2); }

.focus\:uniformLabel.-yellow-50:focus {
  color: #d0e01f;
  background-color: rgba(208, 224, 31, 0.2); }

.uniformLabel.-yellow-40 {
  color: #deec46;
  background-color: rgba(222, 236, 70, 0.2); }

.hover\:uniformLabel.-yellow-40:hover {
  color: #deec46;
  background-color: rgba(222, 236, 70, 0.2); }

.group:hover .group-hover\:uniformLabel.-yellow-40 {
  color: #deec46;
  background-color: rgba(222, 236, 70, 0.2); }

.focus\:uniformLabel.-yellow-40:focus {
  color: #deec46;
  background-color: rgba(222, 236, 70, 0.2); }

.uniformLabel.-yellow-30 {
  color: #eaf66f;
  background-color: rgba(234, 246, 111, 0.2); }

.hover\:uniformLabel.-yellow-30:hover {
  color: #eaf66f;
  background-color: rgba(234, 246, 111, 0.2); }

.group:hover .group-hover\:uniformLabel.-yellow-30 {
  color: #eaf66f;
  background-color: rgba(234, 246, 111, 0.2); }

.focus\:uniformLabel.-yellow-30:focus {
  color: #eaf66f;
  background-color: rgba(234, 246, 111, 0.2); }

.uniformLabel.-yellow-20 {
  color: #f4fc9c;
  background-color: rgba(244, 252, 156, 0.2); }

.hover\:uniformLabel.-yellow-20:hover {
  color: #f4fc9c;
  background-color: rgba(244, 252, 156, 0.2); }

.group:hover .group-hover\:uniformLabel.-yellow-20 {
  color: #f4fc9c;
  background-color: rgba(244, 252, 156, 0.2); }

.focus\:uniformLabel.-yellow-20:focus {
  color: #f4fc9c;
  background-color: rgba(244, 252, 156, 0.2); }

.uniformLabel.-yellow-10 {
  color: #fbffcc;
  background-color: rgba(251, 255, 204, 0.2); }

.hover\:uniformLabel.-yellow-10:hover {
  color: #fbffcc;
  background-color: rgba(251, 255, 204, 0.2); }

.group:hover .group-hover\:uniformLabel.-yellow-10 {
  color: #fbffcc;
  background-color: rgba(251, 255, 204, 0.2); }

.focus\:uniformLabel.-yellow-10:focus {
  color: #fbffcc;
  background-color: rgba(251, 255, 204, 0.2); }

.uniformLabel.-purple-90 {
  color: #1e0033;
  background-color: rgba(30, 0, 51, 0.2); }

.hover\:uniformLabel.-purple-90:hover {
  color: #1e0033;
  background-color: rgba(30, 0, 51, 0.2); }

.group:hover .group-hover\:uniformLabel.-purple-90 {
  color: #1e0033;
  background-color: rgba(30, 0, 51, 0.2); }

.focus\:uniformLabel.-purple-90:focus {
  color: #1e0033;
  background-color: rgba(30, 0, 51, 0.2); }

.uniformLabel.-purple-80 {
  color: #3a085e;
  background-color: rgba(58, 8, 94, 0.2); }

.hover\:uniformLabel.-purple-80:hover {
  color: #3a085e;
  background-color: rgba(58, 8, 94, 0.2); }

.group:hover .group-hover\:uniformLabel.-purple-80 {
  color: #3a085e;
  background-color: rgba(58, 8, 94, 0.2); }

.focus\:uniformLabel.-purple-80:focus {
  color: #3a085e;
  background-color: rgba(58, 8, 94, 0.2); }

.uniformLabel.-purple-70 {
  color: #551782;
  background-color: rgba(85, 23, 130, 0.2); }

.hover\:uniformLabel.-purple-70:hover {
  color: #551782;
  background-color: rgba(85, 23, 130, 0.2); }

.group:hover .group-hover\:uniformLabel.-purple-70 {
  color: #551782;
  background-color: rgba(85, 23, 130, 0.2); }

.focus\:uniformLabel.-purple-70:focus {
  color: #551782;
  background-color: rgba(85, 23, 130, 0.2); }

.uniformLabel.-purple-60 {
  color: #6f2f9d;
  background-color: rgba(111, 47, 157, 0.2); }

.hover\:uniformLabel.-purple-60:hover {
  color: #6f2f9d;
  background-color: rgba(111, 47, 157, 0.2); }

.group:hover .group-hover\:uniformLabel.-purple-60 {
  color: #6f2f9d;
  background-color: rgba(111, 47, 157, 0.2); }

.focus\:uniformLabel.-purple-60:focus {
  color: #6f2f9d;
  background-color: rgba(111, 47, 157, 0.2); }

.uniformLabel.-purple-50 {
  color: #874eb1;
  background-color: rgba(135, 78, 177, 0.2); }

.hover\:uniformLabel.-purple-50:hover {
  color: #874eb1;
  background-color: rgba(135, 78, 177, 0.2); }

.group:hover .group-hover\:uniformLabel.-purple-50 {
  color: #874eb1;
  background-color: rgba(135, 78, 177, 0.2); }

.focus\:uniformLabel.-purple-50:focus {
  color: #874eb1;
  background-color: rgba(135, 78, 177, 0.2); }

.uniformLabel.-purple-40 {
  color: #a262d0;
  background-color: rgba(162, 98, 208, 0.2); }

.hover\:uniformLabel.-purple-40:hover {
  color: #a262d0;
  background-color: rgba(162, 98, 208, 0.2); }

.group:hover .group-hover\:uniformLabel.-purple-40 {
  color: #a262d0;
  background-color: rgba(162, 98, 208, 0.2); }

.focus\:uniformLabel.-purple-40:focus {
  color: #a262d0;
  background-color: rgba(162, 98, 208, 0.2); }

.uniformLabel.-purple-30 {
  color: #bb7de8;
  background-color: rgba(187, 125, 232, 0.2); }

.hover\:uniformLabel.-purple-30:hover {
  color: #bb7de8;
  background-color: rgba(187, 125, 232, 0.2); }

.group:hover .group-hover\:uniformLabel.-purple-30 {
  color: #bb7de8;
  background-color: rgba(187, 125, 232, 0.2); }

.focus\:uniformLabel.-purple-30:focus {
  color: #bb7de8;
  background-color: rgba(187, 125, 232, 0.2); }

.uniformLabel.-purple-20 {
  color: #d3a1f7;
  background-color: rgba(211, 161, 247, 0.2); }

.hover\:uniformLabel.-purple-20:hover {
  color: #d3a1f7;
  background-color: rgba(211, 161, 247, 0.2); }

.group:hover .group-hover\:uniformLabel.-purple-20 {
  color: #d3a1f7;
  background-color: rgba(211, 161, 247, 0.2); }

.focus\:uniformLabel.-purple-20:focus {
  color: #d3a1f7;
  background-color: rgba(211, 161, 247, 0.2); }

.uniformLabel.-purple-10 {
  color: #eaccff;
  background-color: rgba(234, 204, 255, 0.2); }

.hover\:uniformLabel.-purple-10:hover {
  color: #eaccff;
  background-color: rgba(234, 204, 255, 0.2); }

.group:hover .group-hover\:uniformLabel.-purple-10 {
  color: #eaccff;
  background-color: rgba(234, 204, 255, 0.2); }

.focus\:uniformLabel.-purple-10:focus {
  color: #eaccff;
  background-color: rgba(234, 204, 255, 0.2); }

.uniformLabel.-teal-90 {
  color: #00332d;
  background-color: rgba(0, 51, 45, 0.2); }

.hover\:uniformLabel.-teal-90:hover {
  color: #00332d;
  background-color: rgba(0, 51, 45, 0.2); }

.group:hover .group-hover\:uniformLabel.-teal-90 {
  color: #00332d;
  background-color: rgba(0, 51, 45, 0.2); }

.focus\:uniformLabel.-teal-90:focus {
  color: #00332d;
  background-color: rgba(0, 51, 45, 0.2); }

.uniformLabel.-teal-80 {
  color: #00665a;
  background-color: rgba(0, 102, 90, 0.2); }

.hover\:uniformLabel.-teal-80:hover {
  color: #00665a;
  background-color: rgba(0, 102, 90, 0.2); }

.group:hover .group-hover\:uniformLabel.-teal-80 {
  color: #00665a;
  background-color: rgba(0, 102, 90, 0.2); }

.focus\:uniformLabel.-teal-80:focus {
  color: #00665a;
  background-color: rgba(0, 102, 90, 0.2); }

.uniformLabel.-teal-70 {
  color: #009987;
  background-color: rgba(0, 153, 135, 0.2); }

.hover\:uniformLabel.-teal-70:hover {
  color: #009987;
  background-color: rgba(0, 153, 135, 0.2); }

.group:hover .group-hover\:uniformLabel.-teal-70 {
  color: #009987;
  background-color: rgba(0, 153, 135, 0.2); }

.focus\:uniformLabel.-teal-70:focus {
  color: #009987;
  background-color: rgba(0, 153, 135, 0.2); }

.uniformLabel.-teal-60 {
  color: #00ccb3;
  background-color: rgba(0, 204, 179, 0.2); }

.hover\:uniformLabel.-teal-60:hover {
  color: #00ccb3;
  background-color: rgba(0, 204, 179, 0.2); }

.group:hover .group-hover\:uniformLabel.-teal-60 {
  color: #00ccb3;
  background-color: rgba(0, 204, 179, 0.2); }

.focus\:uniformLabel.-teal-60:focus {
  color: #00ccb3;
  background-color: rgba(0, 204, 179, 0.2); }

.uniformLabel.-teal-50 {
  color: #00ffe0;
  background-color: rgba(0, 255, 224, 0.2); }

.hover\:uniformLabel.-teal-50:hover {
  color: #00ffe0;
  background-color: rgba(0, 255, 224, 0.2); }

.group:hover .group-hover\:uniformLabel.-teal-50 {
  color: #00ffe0;
  background-color: rgba(0, 255, 224, 0.2); }

.focus\:uniformLabel.-teal-50:focus {
  color: #00ffe0;
  background-color: rgba(0, 255, 224, 0.2); }

.uniformLabel.-teal-40 {
  color: #33ffe6;
  background-color: rgba(51, 255, 230, 0.2); }

.hover\:uniformLabel.-teal-40:hover {
  color: #33ffe6;
  background-color: rgba(51, 255, 230, 0.2); }

.group:hover .group-hover\:uniformLabel.-teal-40 {
  color: #33ffe6;
  background-color: rgba(51, 255, 230, 0.2); }

.focus\:uniformLabel.-teal-40:focus {
  color: #33ffe6;
  background-color: rgba(51, 255, 230, 0.2); }

.uniformLabel.-teal-30 {
  color: #66ffed;
  background-color: rgba(102, 255, 237, 0.2); }

.hover\:uniformLabel.-teal-30:hover {
  color: #66ffed;
  background-color: rgba(102, 255, 237, 0.2); }

.group:hover .group-hover\:uniformLabel.-teal-30 {
  color: #66ffed;
  background-color: rgba(102, 255, 237, 0.2); }

.focus\:uniformLabel.-teal-30:focus {
  color: #66ffed;
  background-color: rgba(102, 255, 237, 0.2); }

.uniformLabel.-teal-20 {
  color: #99fff3;
  background-color: rgba(153, 255, 243, 0.2); }

.hover\:uniformLabel.-teal-20:hover {
  color: #99fff3;
  background-color: rgba(153, 255, 243, 0.2); }

.group:hover .group-hover\:uniformLabel.-teal-20 {
  color: #99fff3;
  background-color: rgba(153, 255, 243, 0.2); }

.focus\:uniformLabel.-teal-20:focus {
  color: #99fff3;
  background-color: rgba(153, 255, 243, 0.2); }

.uniformLabel.-teal-10 {
  color: #ccfff9;
  background-color: rgba(204, 255, 249, 0.2); }

.hover\:uniformLabel.-teal-10:hover {
  color: #ccfff9;
  background-color: rgba(204, 255, 249, 0.2); }

.group:hover .group-hover\:uniformLabel.-teal-10 {
  color: #ccfff9;
  background-color: rgba(204, 255, 249, 0.2); }

.focus\:uniformLabel.-teal-10:focus {
  color: #ccfff9;
  background-color: rgba(204, 255, 249, 0.2); }

.uniformLabel.-orange-90 {
  color: #331900;
  background-color: rgba(51, 25, 0, 0.2); }

.hover\:uniformLabel.-orange-90:hover {
  color: #331900;
  background-color: rgba(51, 25, 0, 0.2); }

.group:hover .group-hover\:uniformLabel.-orange-90 {
  color: #331900;
  background-color: rgba(51, 25, 0, 0.2); }

.focus\:uniformLabel.-orange-90:focus {
  color: #331900;
  background-color: rgba(51, 25, 0, 0.2); }

.uniformLabel.-orange-80 {
  color: #663200;
  background-color: rgba(102, 50, 0, 0.2); }

.hover\:uniformLabel.-orange-80:hover {
  color: #663200;
  background-color: rgba(102, 50, 0, 0.2); }

.group:hover .group-hover\:uniformLabel.-orange-80 {
  color: #663200;
  background-color: rgba(102, 50, 0, 0.2); }

.focus\:uniformLabel.-orange-80:focus {
  color: #663200;
  background-color: rgba(102, 50, 0, 0.2); }

.uniformLabel.-orange-70 {
  color: #994a00;
  background-color: rgba(153, 74, 0, 0.2); }

.hover\:uniformLabel.-orange-70:hover {
  color: #994a00;
  background-color: rgba(153, 74, 0, 0.2); }

.group:hover .group-hover\:uniformLabel.-orange-70 {
  color: #994a00;
  background-color: rgba(153, 74, 0, 0.2); }

.focus\:uniformLabel.-orange-70:focus {
  color: #994a00;
  background-color: rgba(153, 74, 0, 0.2); }

.uniformLabel.-orange-60 {
  color: #cc6300;
  background-color: rgba(204, 99, 0, 0.2); }

.hover\:uniformLabel.-orange-60:hover {
  color: #cc6300;
  background-color: rgba(204, 99, 0, 0.2); }

.group:hover .group-hover\:uniformLabel.-orange-60 {
  color: #cc6300;
  background-color: rgba(204, 99, 0, 0.2); }

.focus\:uniformLabel.-orange-60:focus {
  color: #cc6300;
  background-color: rgba(204, 99, 0, 0.2); }

.uniformLabel.-orange-50 {
  color: #ff7c00;
  background-color: rgba(255, 124, 0, 0.2); }

.hover\:uniformLabel.-orange-50:hover {
  color: #ff7c00;
  background-color: rgba(255, 124, 0, 0.2); }

.group:hover .group-hover\:uniformLabel.-orange-50 {
  color: #ff7c00;
  background-color: rgba(255, 124, 0, 0.2); }

.focus\:uniformLabel.-orange-50:focus {
  color: #ff7c00;
  background-color: rgba(255, 124, 0, 0.2); }

.uniformLabel.-orange-40 {
  color: #ff9633;
  background-color: rgba(255, 150, 51, 0.2); }

.hover\:uniformLabel.-orange-40:hover {
  color: #ff9633;
  background-color: rgba(255, 150, 51, 0.2); }

.group:hover .group-hover\:uniformLabel.-orange-40 {
  color: #ff9633;
  background-color: rgba(255, 150, 51, 0.2); }

.focus\:uniformLabel.-orange-40:focus {
  color: #ff9633;
  background-color: rgba(255, 150, 51, 0.2); }

.uniformLabel.-orange-30 {
  color: #ffb066;
  background-color: rgba(255, 176, 102, 0.2); }

.hover\:uniformLabel.-orange-30:hover {
  color: #ffb066;
  background-color: rgba(255, 176, 102, 0.2); }

.group:hover .group-hover\:uniformLabel.-orange-30 {
  color: #ffb066;
  background-color: rgba(255, 176, 102, 0.2); }

.focus\:uniformLabel.-orange-30:focus {
  color: #ffb066;
  background-color: rgba(255, 176, 102, 0.2); }

.uniformLabel.-orange-20 {
  color: #ffcb99;
  background-color: rgba(255, 203, 153, 0.2); }

.hover\:uniformLabel.-orange-20:hover {
  color: #ffcb99;
  background-color: rgba(255, 203, 153, 0.2); }

.group:hover .group-hover\:uniformLabel.-orange-20 {
  color: #ffcb99;
  background-color: rgba(255, 203, 153, 0.2); }

.focus\:uniformLabel.-orange-20:focus {
  color: #ffcb99;
  background-color: rgba(255, 203, 153, 0.2); }

.uniformLabel.-orange-10 {
  color: #ffe5cc;
  background-color: rgba(255, 229, 204, 0.2); }

.hover\:uniformLabel.-orange-10:hover {
  color: #ffe5cc;
  background-color: rgba(255, 229, 204, 0.2); }

.group:hover .group-hover\:uniformLabel.-orange-10 {
  color: #ffe5cc;
  background-color: rgba(255, 229, 204, 0.2); }

.focus\:uniformLabel.-orange-10:focus {
  color: #ffe5cc;
  background-color: rgba(255, 229, 204, 0.2); }

.uniformLabel {
  --pad-v: 0.1428em;
  --pad-h: 0.357em;
  display: inline-block;
  vertical-align: baseline;
  padding: var(--pad-v) var(--pad-h);
  border-radius: 0.3em;
  line-height: 1.2;
  background: rgba(50, 51, 52, 0.15); }
  .uniformLabel.-outline {
    border: 0.1em solid currentColor;
    background: transparent; }
  .uniformLabel.-round {
    border-radius: 1em;
    padding-left: calc(var(--pad-h) * 1.5);
    padding-right: calc(var(--pad-h) * 1.5); }
  .uniformLabel.-lg {
    --pad-v: 0.215em;
    --pad-h: 0.54em; }
  .uniformLabel.-xl {
    --pad-v: 0.43em;
    --pad-h: 1.071em; }

.uniformLoader {
  line-height: 1em;
  display: inline-block;
  white-space: nowrap; }
  .uniformLoader:before, .uniformLoader:after {
    margin: 0 0.2em;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    background-color: currentColor;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    animation: uniformLoader 1.4s infinite cubic-bezier(0.65, 0, 0.35, 1);
    content: ""; }
  .uniformLoader:after {
    animation-delay: 0.7s; }
  .uniformLoader.-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .uniformLoader.-cover:before, .uniformLoader.-cover:after {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -0.4em;
      margin-left: -0.6em; }
    .uniformLoader.-cover:after {
      margin-left: 0.6em; }

@keyframes uniformLoader {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0);
    opacity: 0; } }

.uniformModal-active {
  overflow: hidden; }

.uniformModal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2em;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: start;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px); }
  .uniformModal > * {
    z-index: 2; }

.uniformModal-container {
  appearance: none; }
  .uniformModal-container:focus-visible {
    outline: none; }

.uniformModal-close-container {
  position: relative;
  width: 0; }

.uniformModal-close {
  z-index: 2;
  color: white;
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  height: 2em;
  width: 2em;
  opacity: 0.5; }
  .uniformModal-close:hover {
    opacity: 1; }
  .uniformModal-close:after, .uniformModal-close:before {
    content: "";
    width: 1px;
    height: 1.5em;
    background: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    transform: translateY(-50%) rotate(-45deg); }
  .uniformModal-close:before {
    transform: translateY(-50%) rotate(45deg); }

.uniformNav {
  --border-opacity: 1;
  --text-opacity: 1;
  --bg-opacity: 0;
  --hover-color: 9, 148, 226;
  --active-color: 122.8459252971, 190.0161290323, 13.9838709677;
  --color: 9, 148, 226;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-stretch; }
  .uniformNav.-nowrap {
    flex-wrap: nowrap; }
  .uniformNav > * {
    --text-opacity: 1;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    padding: 0 1em;
    border-color: transparent;
    border-top-width: 2px;
    border-bottom-width: 2px; }
    .uniformNav > *.flex-fill {
      flex: 1 1 auto; }
  .uniformNav > a {
    text-decoration: none;
    color: rgba(var(--color), var(--text-opacity)); }
    .uniformNav > a:hover {
      color: rgba(var(--hover-color), 1);
      border-left-color: rgba(var(--hover-color), var(--border-opacity));
      border-bottom-color: rgba(var(--hover-color), var(--border-opacity)); }
    .uniformNav > a.active {
      color: rgba(var(--active-color), 1);
      border-left-color: rgba(var(--active-color), 1);
      border-bottom-color: rgba(var(--active-color), 1); }
  .uniformNav.-pills {
    gap: 0.25em; }
    .uniformNav.-pills > * {
      border: none;
      border-radius: 0.25em;
      padding: 0.25em 0.5em; }
    .uniformNav.-pills > a:hover, .uniformNav.-pills > a.active {
      --bg-opacity: 0.15;
      background-color: rgba(var(--hover-color), var(--bg-opacity)); }
    .uniformNav.-pills > a.active {
      background-color: rgba(var(--active-color), var(--bg-opacity)); }
  .uniformNav.-vertical {
    flex-direction: column;
    align-items: stretch; }
    .uniformNav.-vertical > * {
      padding: 0.5em;
      border-top-width: 0;
      border-bottom-width: 0;
      border-left-width: 2px;
      border-right-width: 2px; }
    .uniformNav.-vertical.-pills > * + * {
      margin-left: 0;
      margin-top: 0.1em; }

.uniformNav.-active-white {
  --active-color: 255, 255, 255; }

.hover\:uniformNav.-active-white:hover {
  --active-color: 255, 255, 255; }

.group:hover .group-hover\:uniformNav.-active-white {
  --active-color: 255, 255, 255; }

.focus\:uniformNav.-active-white:focus {
  --active-color: 255, 255, 255; }

.uniformNav.-active-gray {
  --active-color: 80, 81, 82; }

.hover\:uniformNav.-active-gray:hover {
  --active-color: 80, 81, 82; }

.group:hover .group-hover\:uniformNav.-active-gray {
  --active-color: 80, 81, 82; }

.focus\:uniformNav.-active-gray:focus {
  --active-color: 80, 81, 82; }

.uniformNav.-active-green {
  --active-color: 180, 238, 86; }

.hover\:uniformNav.-active-green:hover {
  --active-color: 180, 238, 86; }

.group:hover .group-hover\:uniformNav.-active-green {
  --active-color: 180, 238, 86; }

.focus\:uniformNav.-active-green:focus {
  --active-color: 180, 238, 86; }

.uniformNav.-active-blue {
  --active-color: 9, 148, 226; }

.hover\:uniformNav.-active-blue:hover {
  --active-color: 9, 148, 226; }

.group:hover .group-hover\:uniformNav.-active-blue {
  --active-color: 9, 148, 226; }

.focus\:uniformNav.-active-blue:focus {
  --active-color: 9, 148, 226; }

.uniformNav.-active-red {
  --active-color: 255, 37, 98; }

.hover\:uniformNav.-active-red:hover {
  --active-color: 255, 37, 98; }

.group:hover .group-hover\:uniformNav.-active-red {
  --active-color: 255, 37, 98; }

.focus\:uniformNav.-active-red:focus {
  --active-color: 255, 37, 98; }

.uniformNav.-active-yellow {
  --active-color: 215, 229, 66; }

.hover\:uniformNav.-active-yellow:hover {
  --active-color: 215, 229, 66; }

.group:hover .group-hover\:uniformNav.-active-yellow {
  --active-color: 215, 229, 66; }

.focus\:uniformNav.-active-yellow:focus {
  --active-color: 215, 229, 66; }

.uniformNav.-active-purple {
  --active-color: 148, 97, 185; }

.hover\:uniformNav.-active-purple:hover {
  --active-color: 148, 97, 185; }

.group:hover .group-hover\:uniformNav.-active-purple {
  --active-color: 148, 97, 185; }

.focus\:uniformNav.-active-purple:focus {
  --active-color: 148, 97, 185; }

.uniformNav.-active-gray-05 {
  --active-color: 249, 249, 252; }

.hover\:uniformNav.-active-gray-05:hover {
  --active-color: 249, 249, 252; }

.group:hover .group-hover\:uniformNav.-active-gray-05 {
  --active-color: 249, 249, 252; }

.focus\:uniformNav.-active-gray-05:focus {
  --active-color: 249, 249, 252; }

.uniformNav.-active-pink {
  --active-color: 254, 69, 92; }

.hover\:uniformNav.-active-pink:hover {
  --active-color: 254, 69, 92; }

.group:hover .group-hover\:uniformNav.-active-pink {
  --active-color: 254, 69, 92; }

.focus\:uniformNav.-active-pink:focus {
  --active-color: 254, 69, 92; }

.uniformNav.-active-teal {
  --active-color: 0, 199, 175; }

.hover\:uniformNav.-active-teal:hover {
  --active-color: 0, 199, 175; }

.group:hover .group-hover\:uniformNav.-active-teal {
  --active-color: 0, 199, 175; }

.focus\:uniformNav.-active-teal:focus {
  --active-color: 0, 199, 175; }

.uniformNav.-active-orange {
  --active-color: 255, 164, 78; }

.hover\:uniformNav.-active-orange:hover {
  --active-color: 255, 164, 78; }

.group:hover .group-hover\:uniformNav.-active-orange {
  --active-color: 255, 164, 78; }

.focus\:uniformNav.-active-orange:focus {
  --active-color: 255, 164, 78; }

.uniformNav.-active-gray-90 {
  --active-color: 25.1851851852, 25.5, 25.8148148148; }

.hover\:uniformNav.-active-gray-90:hover {
  --active-color: 25.1851851852, 25.5, 25.8148148148; }

.group:hover .group-hover\:uniformNav.-active-gray-90 {
  --active-color: 25.1851851852, 25.5, 25.8148148148; }

.focus\:uniformNav.-active-gray-90:focus {
  --active-color: 25.1851851852, 25.5, 25.8148148148; }

.uniformNav.-active-gray-80 {
  --active-color: 50.3703703704, 51, 51.6296296296; }

.hover\:uniformNav.-active-gray-80:hover {
  --active-color: 50.3703703704, 51, 51.6296296296; }

.group:hover .group-hover\:uniformNav.-active-gray-80 {
  --active-color: 50.3703703704, 51, 51.6296296296; }

.focus\:uniformNav.-active-gray-80:focus {
  --active-color: 50.3703703704, 51, 51.6296296296; }

.uniformNav.-active-gray-70 {
  --active-color: 75.5555555556, 76.5, 77.4444444444; }

.hover\:uniformNav.-active-gray-70:hover {
  --active-color: 75.5555555556, 76.5, 77.4444444444; }

.group:hover .group-hover\:uniformNav.-active-gray-70 {
  --active-color: 75.5555555556, 76.5, 77.4444444444; }

.focus\:uniformNav.-active-gray-70:focus {
  --active-color: 75.5555555556, 76.5, 77.4444444444; }

.uniformNav.-active-gray-60 {
  --active-color: 100.7407407407, 102, 103.2592592593; }

.hover\:uniformNav.-active-gray-60:hover {
  --active-color: 100.7407407407, 102, 103.2592592593; }

.group:hover .group-hover\:uniformNav.-active-gray-60 {
  --active-color: 100.7407407407, 102, 103.2592592593; }

.focus\:uniformNav.-active-gray-60:focus {
  --active-color: 100.7407407407, 102, 103.2592592593; }

.uniformNav.-active-gray-50 {
  --active-color: 125.9259259259, 127.5, 129.0740740741; }

.hover\:uniformNav.-active-gray-50:hover {
  --active-color: 125.9259259259, 127.5, 129.0740740741; }

.group:hover .group-hover\:uniformNav.-active-gray-50 {
  --active-color: 125.9259259259, 127.5, 129.0740740741; }

.focus\:uniformNav.-active-gray-50:focus {
  --active-color: 125.9259259259, 127.5, 129.0740740741; }

.uniformNav.-active-gray-40 {
  --active-color: 151.7407407407, 153, 154.2592592593; }

.hover\:uniformNav.-active-gray-40:hover {
  --active-color: 151.7407407407, 153, 154.2592592593; }

.group:hover .group-hover\:uniformNav.-active-gray-40 {
  --active-color: 151.7407407407, 153, 154.2592592593; }

.focus\:uniformNav.-active-gray-40:focus {
  --active-color: 151.7407407407, 153, 154.2592592593; }

.uniformNav.-active-gray-30 {
  --active-color: 177.5555555556, 178.5, 179.4444444444; }

.hover\:uniformNav.-active-gray-30:hover {
  --active-color: 177.5555555556, 178.5, 179.4444444444; }

.group:hover .group-hover\:uniformNav.-active-gray-30 {
  --active-color: 177.5555555556, 178.5, 179.4444444444; }

.focus\:uniformNav.-active-gray-30:focus {
  --active-color: 177.5555555556, 178.5, 179.4444444444; }

.uniformNav.-active-gray-20 {
  --active-color: 203.3703703704, 204, 204.6296296296; }

.hover\:uniformNav.-active-gray-20:hover {
  --active-color: 203.3703703704, 204, 204.6296296296; }

.group:hover .group-hover\:uniformNav.-active-gray-20 {
  --active-color: 203.3703703704, 204, 204.6296296296; }

.focus\:uniformNav.-active-gray-20:focus {
  --active-color: 203.3703703704, 204, 204.6296296296; }

.uniformNav.-active-gray-10 {
  --active-color: 229.1851851852, 229.5, 229.8148148148; }

.hover\:uniformNav.-active-gray-10:hover {
  --active-color: 229.1851851852, 229.5, 229.8148148148; }

.group:hover .group-hover\:uniformNav.-active-gray-10 {
  --active-color: 229.1851851852, 229.5, 229.8148148148; }

.focus\:uniformNav.-active-gray-10:focus {
  --active-color: 229.1851851852, 229.5, 229.8148148148; }

.uniformNav.-active-green-90 {
  --active-color: 31.5394736842, 51, 0; }

.hover\:uniformNav.-active-green-90:hover {
  --active-color: 31.5394736842, 51, 0; }

.group:hover .group-hover\:uniformNav.-active-green-90 {
  --active-color: 31.5394736842, 51, 0; }

.focus\:uniformNav.-active-green-90:focus {
  --active-color: 31.5394736842, 51, 0; }

.uniformNav.-active-green-80 {
  --active-color: 62.5269524618, 99.6693548387, 2.3306451613; }

.hover\:uniformNav.-active-green-80:hover {
  --active-color: 62.5269524618, 99.6693548387, 2.3306451613; }

.group:hover .group-hover\:uniformNav.-active-green-80 {
  --active-color: 62.5269524618, 99.6693548387, 2.3306451613; }

.focus\:uniformNav.-active-green-80:focus {
  --active-color: 62.5269524618, 99.6693548387, 2.3306451613; }

.uniformNav.-active-green-70 {
  --active-color: 92.9624363328, 146.0080645161, 6.9919354839; }

.hover\:uniformNav.-active-green-70:hover {
  --active-color: 92.9624363328, 146.0080645161, 6.9919354839; }

.group:hover .group-hover\:uniformNav.-active-green-70 {
  --active-color: 92.9624363328, 146.0080645161, 6.9919354839; }

.focus\:uniformNav.-active-green-70:focus {
  --active-color: 92.9624363328, 146.0080645161, 6.9919354839; }

.uniformNav.-active-green-60 {
  --active-color: 122.8459252971, 190.0161290323, 13.9838709677; }

.hover\:uniformNav.-active-green-60:hover {
  --active-color: 122.8459252971, 190.0161290323, 13.9838709677; }

.group:hover .group-hover\:uniformNav.-active-green-60 {
  --active-color: 122.8459252971, 190.0161290323, 13.9838709677; }

.focus\:uniformNav.-active-green-60:focus {
  --active-color: 122.8459252971, 190.0161290323, 13.9838709677; }

.uniformNav.-active-green-50 {
  --active-color: 152.1774193548, 231.6935483871, 23.3064516129; }

.hover\:uniformNav.-active-green-50:hover {
  --active-color: 152.1774193548, 231.6935483871, 23.3064516129; }

.group:hover .group-hover\:uniformNav.-active-green-50 {
  --active-color: 152.1774193548, 231.6935483871, 23.3064516129; }

.focus\:uniformNav.-active-green-50:focus {
  --active-color: 152.1774193548, 231.6935483871, 23.3064516129; }

.uniformNav.-active-green-40 {
  --active-color: 173.8459252971, 241.0161290323, 64.9838709677; }

.hover\:uniformNav.-active-green-40:hover {
  --active-color: 173.8459252971, 241.0161290323, 64.9838709677; }

.group:hover .group-hover\:uniformNav.-active-green-40 {
  --active-color: 173.8459252971, 241.0161290323, 64.9838709677; }

.focus\:uniformNav.-active-green-40:focus {
  --active-color: 173.8459252971, 241.0161290323, 64.9838709677; }

.uniformNav.-active-green-30 {
  --active-color: 194.9624363328, 248.0080645161, 108.9919354839; }

.hover\:uniformNav.-active-green-30:hover {
  --active-color: 194.9624363328, 248.0080645161, 108.9919354839; }

.group:hover .group-hover\:uniformNav.-active-green-30 {
  --active-color: 194.9624363328, 248.0080645161, 108.9919354839; }

.focus\:uniformNav.-active-green-30:focus {
  --active-color: 194.9624363328, 248.0080645161, 108.9919354839; }

.uniformNav.-active-green-20 {
  --active-color: 215.5269524618, 252.6693548387, 155.3306451613; }

.hover\:uniformNav.-active-green-20:hover {
  --active-color: 215.5269524618, 252.6693548387, 155.3306451613; }

.group:hover .group-hover\:uniformNav.-active-green-20 {
  --active-color: 215.5269524618, 252.6693548387, 155.3306451613; }

.focus\:uniformNav.-active-green-20:focus {
  --active-color: 215.5269524618, 252.6693548387, 155.3306451613; }

.uniformNav.-active-green-10 {
  --active-color: 235.5394736842, 255, 204; }

.hover\:uniformNav.-active-green-10:hover {
  --active-color: 235.5394736842, 255, 204; }

.group:hover .group-hover\:uniformNav.-active-green-10 {
  --active-color: 235.5394736842, 255, 204; }

.focus\:uniformNav.-active-green-10:focus {
  --active-color: 235.5394736842, 255, 204; }

.uniformNav.-active-blue-90 {
  --active-color: 0, 32.668202765, 51; }

.hover\:uniformNav.-active-blue-90:hover {
  --active-color: 0, 32.668202765, 51; }

.group:hover .group-hover\:uniformNav.-active-blue-90 {
  --active-color: 0, 32.668202765, 51; }

.focus\:uniformNav.-active-blue-90:focus {
  --active-color: 0, 32.668202765, 51; }

.uniformNav.-active-blue-80 {
  --active-color: 0.9765957447, 65.0618786156, 101.0234042553; }

.hover\:uniformNav.-active-blue-80:hover {
  --active-color: 0.9765957447, 65.0618786156, 101.0234042553; }

.group:hover .group-hover\:uniformNav.-active-blue-80 {
  --active-color: 0.9765957447, 65.0618786156, 101.0234042553; }

.focus\:uniformNav.-active-blue-80:focus {
  --active-color: 0.9765957447, 65.0618786156, 101.0234042553; }

.uniformNav.-active-blue-70 {
  --active-color: 2.929787234, 97.1810275517, 150.070212766; }

.hover\:uniformNav.-active-blue-70:hover {
  --active-color: 2.929787234, 97.1810275517, 150.070212766; }

.group:hover .group-hover\:uniformNav.-active-blue-70 {
  --active-color: 2.929787234, 97.1810275517, 150.070212766; }

.focus\:uniformNav.-active-blue-70:focus {
  --active-color: 2.929787234, 97.1810275517, 150.070212766; }

.uniformNav.-active-blue-60 {
  --active-color: 5.8595744681, 129.0256495735, 198.1404255319; }

.hover\:uniformNav.-active-blue-60:hover {
  --active-color: 5.8595744681, 129.0256495735, 198.1404255319; }

.group:hover .group-hover\:uniformNav.-active-blue-60 {
  --active-color: 5.8595744681, 129.0256495735, 198.1404255319; }

.focus\:uniformNav.-active-blue-60:focus {
  --active-color: 5.8595744681, 129.0256495735, 198.1404255319; }

.uniformNav.-active-blue-50 {
  --active-color: 9.7659574468, 160.5957446809, 245.2340425532; }

.hover\:uniformNav.-active-blue-50:hover {
  --active-color: 9.7659574468, 160.5957446809, 245.2340425532; }

.group:hover .group-hover\:uniformNav.-active-blue-50 {
  --active-color: 9.7659574468, 160.5957446809, 245.2340425532; }

.focus\:uniformNav.-active-blue-50:focus {
  --active-color: 9.7659574468, 160.5957446809, 245.2340425532; }

.uniformNav.-active-blue-40 {
  --active-color: 56.8595744681, 180.0256495735, 249.1404255319; }

.hover\:uniformNav.-active-blue-40:hover {
  --active-color: 56.8595744681, 180.0256495735, 249.1404255319; }

.group:hover .group-hover\:uniformNav.-active-blue-40 {
  --active-color: 56.8595744681, 180.0256495735, 249.1404255319; }

.focus\:uniformNav.-active-blue-40:focus {
  --active-color: 56.8595744681, 180.0256495735, 249.1404255319; }

.uniformNav.-active-blue-30 {
  --active-color: 104.929787234, 199.1810275517, 252.070212766; }

.hover\:uniformNav.-active-blue-30:hover {
  --active-color: 104.929787234, 199.1810275517, 252.070212766; }

.group:hover .group-hover\:uniformNav.-active-blue-30 {
  --active-color: 104.929787234, 199.1810275517, 252.070212766; }

.focus\:uniformNav.-active-blue-30:focus {
  --active-color: 104.929787234, 199.1810275517, 252.070212766; }

.uniformNav.-active-blue-20 {
  --active-color: 153.9765957447, 218.0618786156, 254.0234042553; }

.hover\:uniformNav.-active-blue-20:hover {
  --active-color: 153.9765957447, 218.0618786156, 254.0234042553; }

.group:hover .group-hover\:uniformNav.-active-blue-20 {
  --active-color: 153.9765957447, 218.0618786156, 254.0234042553; }

.focus\:uniformNav.-active-blue-20:focus {
  --active-color: 153.9765957447, 218.0618786156, 254.0234042553; }

.uniformNav.-active-blue-10 {
  --active-color: 204, 236.668202765, 255; }

.hover\:uniformNav.-active-blue-10:hover {
  --active-color: 204, 236.668202765, 255; }

.group:hover .group-hover\:uniformNav.-active-blue-10 {
  --active-color: 204, 236.668202765, 255; }

.focus\:uniformNav.-active-blue-10:focus {
  --active-color: 204, 236.668202765, 255; }

.uniformNav.-active-red-90 {
  --active-color: 51, 0, 14.2706422018; }

.hover\:uniformNav.-active-red-90:hover {
  --active-color: 51, 0, 14.2706422018; }

.group:hover .group-hover\:uniformNav.-active-red-90 {
  --active-color: 51, 0, 14.2706422018; }

.focus\:uniformNav.-active-red-90:focus {
  --active-color: 51, 0, 14.2706422018; }

.uniformNav.-active-red-80 {
  --active-color: 102, 0, 28.5412844037; }

.hover\:uniformNav.-active-red-80:hover {
  --active-color: 102, 0, 28.5412844037; }

.group:hover .group-hover\:uniformNav.-active-red-80 {
  --active-color: 102, 0, 28.5412844037; }

.focus\:uniformNav.-active-red-80:focus {
  --active-color: 102, 0, 28.5412844037; }

.uniformNav.-active-red-70 {
  --active-color: 153, 0, 42.8119266055; }

.hover\:uniformNav.-active-red-70:hover {
  --active-color: 153, 0, 42.8119266055; }

.group:hover .group-hover\:uniformNav.-active-red-70 {
  --active-color: 153, 0, 42.8119266055; }

.focus\:uniformNav.-active-red-70:focus {
  --active-color: 153, 0, 42.8119266055; }

.uniformNav.-active-red-60 {
  --active-color: 204, 0, 57.0825688073; }

.hover\:uniformNav.-active-red-60:hover {
  --active-color: 204, 0, 57.0825688073; }

.group:hover .group-hover\:uniformNav.-active-red-60 {
  --active-color: 204, 0, 57.0825688073; }

.focus\:uniformNav.-active-red-60:focus {
  --active-color: 204, 0, 57.0825688073; }

.uniformNav.-active-red-50 {
  --active-color: 255, 0, 71.3532110092; }

.hover\:uniformNav.-active-red-50:hover {
  --active-color: 255, 0, 71.3532110092; }

.group:hover .group-hover\:uniformNav.-active-red-50 {
  --active-color: 255, 0, 71.3532110092; }

.focus\:uniformNav.-active-red-50:focus {
  --active-color: 255, 0, 71.3532110092; }

.uniformNav.-active-red-40 {
  --active-color: 255, 51, 108.0825688073; }

.hover\:uniformNav.-active-red-40:hover {
  --active-color: 255, 51, 108.0825688073; }

.group:hover .group-hover\:uniformNav.-active-red-40 {
  --active-color: 255, 51, 108.0825688073; }

.focus\:uniformNav.-active-red-40:focus {
  --active-color: 255, 51, 108.0825688073; }

.uniformNav.-active-red-30 {
  --active-color: 255, 102, 144.8119266055; }

.hover\:uniformNav.-active-red-30:hover {
  --active-color: 255, 102, 144.8119266055; }

.group:hover .group-hover\:uniformNav.-active-red-30 {
  --active-color: 255, 102, 144.8119266055; }

.focus\:uniformNav.-active-red-30:focus {
  --active-color: 255, 102, 144.8119266055; }

.uniformNav.-active-red-20 {
  --active-color: 255, 153, 181.5412844037; }

.hover\:uniformNav.-active-red-20:hover {
  --active-color: 255, 153, 181.5412844037; }

.group:hover .group-hover\:uniformNav.-active-red-20 {
  --active-color: 255, 153, 181.5412844037; }

.focus\:uniformNav.-active-red-20:focus {
  --active-color: 255, 153, 181.5412844037; }

.uniformNav.-active-red-10 {
  --active-color: 255, 204, 218.2706422018; }

.hover\:uniformNav.-active-red-10:hover {
  --active-color: 255, 204, 218.2706422018; }

.group:hover .group-hover\:uniformNav.-active-red-10 {
  --active-color: 255, 204, 218.2706422018; }

.focus\:uniformNav.-active-red-10:focus {
  --active-color: 255, 204, 218.2706422018; }

.uniformNav.-active-yellow-90 {
  --active-color: 46.6196319018, 51, 0; }

.hover\:uniformNav.-active-yellow-90:hover {
  --active-color: 46.6196319018, 51, 0; }

.group:hover .group-hover\:uniformNav.-active-yellow-90 {
  --active-color: 46.6196319018, 51, 0; }

.focus\:uniformNav.-active-yellow-90:focus {
  --active-color: 46.6196319018, 51, 0; }

.uniformNav.-active-yellow-80 {
  --active-color: 90.6852618062, 98.9162790698, 3.0837209302; }

.hover\:uniformNav.-active-yellow-80:hover {
  --active-color: 90.6852618062, 98.9162790698, 3.0837209302; }

.group:hover .group-hover\:uniformNav.-active-yellow-80 {
  --active-color: 90.6852618062, 98.9162790698, 3.0837209302; }

.focus\:uniformNav.-active-yellow-80:focus {
  --active-color: 90.6852618062, 98.9162790698, 3.0837209302; }

.uniformNav.-active-yellow-70 {
  --active-color: 132.1968897132, 143.7488372093, 9.2511627907; }

.hover\:uniformNav.-active-yellow-70:hover {
  --active-color: 132.1968897132, 143.7488372093, 9.2511627907; }

.group:hover .group-hover\:uniformNav.-active-yellow-70 {
  --active-color: 132.1968897132, 143.7488372093, 9.2511627907; }

.focus\:uniformNav.-active-yellow-70:focus {
  --active-color: 132.1968897132, 143.7488372093, 9.2511627907; }

.uniformNav.-active-yellow-60 {
  --active-color: 171.1545156228, 185.4976744186, 18.5023255814; }

.hover\:uniformNav.-active-yellow-60:hover {
  --active-color: 171.1545156228, 185.4976744186, 18.5023255814; }

.group:hover .group-hover\:uniformNav.-active-yellow-60 {
  --active-color: 171.1545156228, 185.4976744186, 18.5023255814; }

.focus\:uniformNav.-active-yellow-60:focus {
  --active-color: 171.1545156228, 185.4976744186, 18.5023255814; }

.uniformNav.-active-yellow-50 {
  --active-color: 207.5581395349, 224.1627906977, 30.8372093023; }

.hover\:uniformNav.-active-yellow-50:hover {
  --active-color: 207.5581395349, 224.1627906977, 30.8372093023; }

.group:hover .group-hover\:uniformNav.-active-yellow-50 {
  --active-color: 207.5581395349, 224.1627906977, 30.8372093023; }

.focus\:uniformNav.-active-yellow-50:focus {
  --active-color: 207.5581395349, 224.1627906977, 30.8372093023; }

.uniformNav.-active-yellow-40 {
  --active-color: 222.1545156228, 236.4976744186, 69.5023255814; }

.hover\:uniformNav.-active-yellow-40:hover {
  --active-color: 222.1545156228, 236.4976744186, 69.5023255814; }

.group:hover .group-hover\:uniformNav.-active-yellow-40 {
  --active-color: 222.1545156228, 236.4976744186, 69.5023255814; }

.focus\:uniformNav.-active-yellow-40:focus {
  --active-color: 222.1545156228, 236.4976744186, 69.5023255814; }

.uniformNav.-active-yellow-30 {
  --active-color: 234.1968897132, 245.7488372093, 111.2511627907; }

.hover\:uniformNav.-active-yellow-30:hover {
  --active-color: 234.1968897132, 245.7488372093, 111.2511627907; }

.group:hover .group-hover\:uniformNav.-active-yellow-30 {
  --active-color: 234.1968897132, 245.7488372093, 111.2511627907; }

.focus\:uniformNav.-active-yellow-30:focus {
  --active-color: 234.1968897132, 245.7488372093, 111.2511627907; }

.uniformNav.-active-yellow-20 {
  --active-color: 243.6852618062, 251.9162790698, 156.0837209302; }

.hover\:uniformNav.-active-yellow-20:hover {
  --active-color: 243.6852618062, 251.9162790698, 156.0837209302; }

.group:hover .group-hover\:uniformNav.-active-yellow-20 {
  --active-color: 243.6852618062, 251.9162790698, 156.0837209302; }

.focus\:uniformNav.-active-yellow-20:focus {
  --active-color: 243.6852618062, 251.9162790698, 156.0837209302; }

.uniformNav.-active-yellow-10 {
  --active-color: 250.6196319018, 255, 204; }

.hover\:uniformNav.-active-yellow-10:hover {
  --active-color: 250.6196319018, 255, 204; }

.group:hover .group-hover\:uniformNav.-active-yellow-10 {
  --active-color: 250.6196319018, 255, 204; }

.focus\:uniformNav.-active-yellow-10:focus {
  --active-color: 250.6196319018, 255, 204; }

.uniformNav.-active-purple-90 {
  --active-color: 29.5568181818, 0, 51; }

.hover\:uniformNav.-active-purple-90:hover {
  --active-color: 29.5568181818, 0, 51; }

.group:hover .group-hover\:uniformNav.-active-purple-90 {
  --active-color: 29.5568181818, 0, 51; }

.focus\:uniformNav.-active-purple-90:focus {
  --active-color: 29.5568181818, 0, 51; }

.uniformNav.-active-purple-80 {
  --active-color: 57.8681220096, 7.8289473684, 94.1710526316; }

.hover\:uniformNav.-active-purple-80:hover {
  --active-color: 57.8681220096, 7.8289473684, 94.1710526316; }

.group:hover .group-hover\:uniformNav.-active-purple-80 {
  --active-color: 57.8681220096, 7.8289473684, 94.1710526316; }

.focus\:uniformNav.-active-purple-80:focus {
  --active-color: 57.8681220096, 7.8289473684, 94.1710526316; }

.uniformNav.-active-purple-70 {
  --active-color: 84.9339114833, 23.4868421053, 129.5131578947; }

.hover\:uniformNav.-active-purple-70:hover {
  --active-color: 84.9339114833, 23.4868421053, 129.5131578947; }

.group:hover .group-hover\:uniformNav.-active-purple-70 {
  --active-color: 84.9339114833, 23.4868421053, 129.5131578947; }

.focus\:uniformNav.-active-purple-70:focus {
  --active-color: 84.9339114833, 23.4868421053, 129.5131578947; }

.uniformNav.-active-purple-60 {
  --active-color: 110.7541866029, 46.9736842105, 157.0263157895; }

.hover\:uniformNav.-active-purple-60:hover {
  --active-color: 110.7541866029, 46.9736842105, 157.0263157895; }

.group:hover .group-hover\:uniformNav.-active-purple-60 {
  --active-color: 110.7541866029, 46.9736842105, 157.0263157895; }

.focus\:uniformNav.-active-purple-60:focus {
  --active-color: 110.7541866029, 46.9736842105, 157.0263157895; }

.uniformNav.-active-purple-50 {
  --active-color: 135.3289473684, 78.2894736842, 176.7105263158; }

.hover\:uniformNav.-active-purple-50:hover {
  --active-color: 135.3289473684, 78.2894736842, 176.7105263158; }

.group:hover .group-hover\:uniformNav.-active-purple-50 {
  --active-color: 135.3289473684, 78.2894736842, 176.7105263158; }

.focus\:uniformNav.-active-purple-50:focus {
  --active-color: 135.3289473684, 78.2894736842, 176.7105263158; }

.uniformNav.-active-purple-40 {
  --active-color: 161.7541866029, 97.9736842105, 208.0263157895; }

.hover\:uniformNav.-active-purple-40:hover {
  --active-color: 161.7541866029, 97.9736842105, 208.0263157895; }

.group:hover .group-hover\:uniformNav.-active-purple-40 {
  --active-color: 161.7541866029, 97.9736842105, 208.0263157895; }

.focus\:uniformNav.-active-purple-40:focus {
  --active-color: 161.7541866029, 97.9736842105, 208.0263157895; }

.uniformNav.-active-purple-30 {
  --active-color: 186.9339114833, 125.4868421053, 231.5131578947; }

.hover\:uniformNav.-active-purple-30:hover {
  --active-color: 186.9339114833, 125.4868421053, 231.5131578947; }

.group:hover .group-hover\:uniformNav.-active-purple-30 {
  --active-color: 186.9339114833, 125.4868421053, 231.5131578947; }

.focus\:uniformNav.-active-purple-30:focus {
  --active-color: 186.9339114833, 125.4868421053, 231.5131578947; }

.uniformNav.-active-purple-20 {
  --active-color: 210.8681220096, 160.8289473684, 247.1710526316; }

.hover\:uniformNav.-active-purple-20:hover {
  --active-color: 210.8681220096, 160.8289473684, 247.1710526316; }

.group:hover .group-hover\:uniformNav.-active-purple-20 {
  --active-color: 210.8681220096, 160.8289473684, 247.1710526316; }

.focus\:uniformNav.-active-purple-20:focus {
  --active-color: 210.8681220096, 160.8289473684, 247.1710526316; }

.uniformNav.-active-purple-10 {
  --active-color: 233.5568181818, 204, 255; }

.hover\:uniformNav.-active-purple-10:hover {
  --active-color: 233.5568181818, 204, 255; }

.group:hover .group-hover\:uniformNav.-active-purple-10 {
  --active-color: 233.5568181818, 204, 255; }

.focus\:uniformNav.-active-purple-10:focus {
  --active-color: 233.5568181818, 204, 255; }

.uniformNav.-active-teal-90 {
  --active-color: 0, 51, 44.8492462312; }

.hover\:uniformNav.-active-teal-90:hover {
  --active-color: 0, 51, 44.8492462312; }

.group:hover .group-hover\:uniformNav.-active-teal-90 {
  --active-color: 0, 51, 44.8492462312; }

.focus\:uniformNav.-active-teal-90:focus {
  --active-color: 0, 51, 44.8492462312; }

.uniformNav.-active-teal-80 {
  --active-color: 0, 102, 89.6984924623; }

.hover\:uniformNav.-active-teal-80:hover {
  --active-color: 0, 102, 89.6984924623; }

.group:hover .group-hover\:uniformNav.-active-teal-80 {
  --active-color: 0, 102, 89.6984924623; }

.focus\:uniformNav.-active-teal-80:focus {
  --active-color: 0, 102, 89.6984924623; }

.uniformNav.-active-teal-70 {
  --active-color: 0, 153, 134.5477386935; }

.hover\:uniformNav.-active-teal-70:hover {
  --active-color: 0, 153, 134.5477386935; }

.group:hover .group-hover\:uniformNav.-active-teal-70 {
  --active-color: 0, 153, 134.5477386935; }

.focus\:uniformNav.-active-teal-70:focus {
  --active-color: 0, 153, 134.5477386935; }

.uniformNav.-active-teal-60 {
  --active-color: 0, 204, 179.3969849246; }

.hover\:uniformNav.-active-teal-60:hover {
  --active-color: 0, 204, 179.3969849246; }

.group:hover .group-hover\:uniformNav.-active-teal-60 {
  --active-color: 0, 204, 179.3969849246; }

.focus\:uniformNav.-active-teal-60:focus {
  --active-color: 0, 204, 179.3969849246; }

.uniformNav.-active-teal-50 {
  --active-color: 0, 255, 224.2462311558; }

.hover\:uniformNav.-active-teal-50:hover {
  --active-color: 0, 255, 224.2462311558; }

.group:hover .group-hover\:uniformNav.-active-teal-50 {
  --active-color: 0, 255, 224.2462311558; }

.focus\:uniformNav.-active-teal-50:focus {
  --active-color: 0, 255, 224.2462311558; }

.uniformNav.-active-teal-40 {
  --active-color: 51, 255, 230.3969849246; }

.hover\:uniformNav.-active-teal-40:hover {
  --active-color: 51, 255, 230.3969849246; }

.group:hover .group-hover\:uniformNav.-active-teal-40 {
  --active-color: 51, 255, 230.3969849246; }

.focus\:uniformNav.-active-teal-40:focus {
  --active-color: 51, 255, 230.3969849246; }

.uniformNav.-active-teal-30 {
  --active-color: 102, 255, 236.5477386935; }

.hover\:uniformNav.-active-teal-30:hover {
  --active-color: 102, 255, 236.5477386935; }

.group:hover .group-hover\:uniformNav.-active-teal-30 {
  --active-color: 102, 255, 236.5477386935; }

.focus\:uniformNav.-active-teal-30:focus {
  --active-color: 102, 255, 236.5477386935; }

.uniformNav.-active-teal-20 {
  --active-color: 153, 255, 242.6984924623; }

.hover\:uniformNav.-active-teal-20:hover {
  --active-color: 153, 255, 242.6984924623; }

.group:hover .group-hover\:uniformNav.-active-teal-20 {
  --active-color: 153, 255, 242.6984924623; }

.focus\:uniformNav.-active-teal-20:focus {
  --active-color: 153, 255, 242.6984924623; }

.uniformNav.-active-teal-10 {
  --active-color: 204, 255, 248.8492462312; }

.hover\:uniformNav.-active-teal-10:hover {
  --active-color: 204, 255, 248.8492462312; }

.group:hover .group-hover\:uniformNav.-active-teal-10 {
  --active-color: 204, 255, 248.8492462312; }

.focus\:uniformNav.-active-teal-10:focus {
  --active-color: 204, 255, 248.8492462312; }

.uniformNav.-active-orange-90 {
  --active-color: 51, 24.7796610169, 0; }

.hover\:uniformNav.-active-orange-90:hover {
  --active-color: 51, 24.7796610169, 0; }

.group:hover .group-hover\:uniformNav.-active-orange-90 {
  --active-color: 51, 24.7796610169, 0; }

.focus\:uniformNav.-active-orange-90:focus {
  --active-color: 51, 24.7796610169, 0; }

.uniformNav.-active-orange-80 {
  --active-color: 102, 49.5593220339, 0; }

.hover\:uniformNav.-active-orange-80:hover {
  --active-color: 102, 49.5593220339, 0; }

.group:hover .group-hover\:uniformNav.-active-orange-80 {
  --active-color: 102, 49.5593220339, 0; }

.focus\:uniformNav.-active-orange-80:focus {
  --active-color: 102, 49.5593220339, 0; }

.uniformNav.-active-orange-70 {
  --active-color: 153, 74.3389830508, 0; }

.hover\:uniformNav.-active-orange-70:hover {
  --active-color: 153, 74.3389830508, 0; }

.group:hover .group-hover\:uniformNav.-active-orange-70 {
  --active-color: 153, 74.3389830508, 0; }

.focus\:uniformNav.-active-orange-70:focus {
  --active-color: 153, 74.3389830508, 0; }

.uniformNav.-active-orange-60 {
  --active-color: 204, 99.1186440678, 0; }

.hover\:uniformNav.-active-orange-60:hover {
  --active-color: 204, 99.1186440678, 0; }

.group:hover .group-hover\:uniformNav.-active-orange-60 {
  --active-color: 204, 99.1186440678, 0; }

.focus\:uniformNav.-active-orange-60:focus {
  --active-color: 204, 99.1186440678, 0; }

.uniformNav.-active-orange-50 {
  --active-color: 255, 123.8983050847, 0; }

.hover\:uniformNav.-active-orange-50:hover {
  --active-color: 255, 123.8983050847, 0; }

.group:hover .group-hover\:uniformNav.-active-orange-50 {
  --active-color: 255, 123.8983050847, 0; }

.focus\:uniformNav.-active-orange-50:focus {
  --active-color: 255, 123.8983050847, 0; }

.uniformNav.-active-orange-40 {
  --active-color: 255, 150.1186440678, 51; }

.hover\:uniformNav.-active-orange-40:hover {
  --active-color: 255, 150.1186440678, 51; }

.group:hover .group-hover\:uniformNav.-active-orange-40 {
  --active-color: 255, 150.1186440678, 51; }

.focus\:uniformNav.-active-orange-40:focus {
  --active-color: 255, 150.1186440678, 51; }

.uniformNav.-active-orange-30 {
  --active-color: 255, 176.3389830508, 102; }

.hover\:uniformNav.-active-orange-30:hover {
  --active-color: 255, 176.3389830508, 102; }

.group:hover .group-hover\:uniformNav.-active-orange-30 {
  --active-color: 255, 176.3389830508, 102; }

.focus\:uniformNav.-active-orange-30:focus {
  --active-color: 255, 176.3389830508, 102; }

.uniformNav.-active-orange-20 {
  --active-color: 255, 202.5593220339, 153; }

.hover\:uniformNav.-active-orange-20:hover {
  --active-color: 255, 202.5593220339, 153; }

.group:hover .group-hover\:uniformNav.-active-orange-20 {
  --active-color: 255, 202.5593220339, 153; }

.focus\:uniformNav.-active-orange-20:focus {
  --active-color: 255, 202.5593220339, 153; }

.uniformNav.-active-orange-10 {
  --active-color: 255, 228.7796610169, 204; }

.hover\:uniformNav.-active-orange-10:hover {
  --active-color: 255, 228.7796610169, 204; }

.group:hover .group-hover\:uniformNav.-active-orange-10 {
  --active-color: 255, 228.7796610169, 204; }

.focus\:uniformNav.-active-orange-10:focus {
  --active-color: 255, 228.7796610169, 204; }

.uniformNav.-white {
  --color: 255, 255, 255; }

.hover\:uniformNav.-white:hover {
  --color: 255, 255, 255; }

.group:hover .group-hover\:uniformNav.-white {
  --color: 255, 255, 255; }

.focus\:uniformNav.-white:focus {
  --color: 255, 255, 255; }

.uniformNav.-gray {
  --color: 80, 81, 82; }

.hover\:uniformNav.-gray:hover {
  --color: 80, 81, 82; }

.group:hover .group-hover\:uniformNav.-gray {
  --color: 80, 81, 82; }

.focus\:uniformNav.-gray:focus {
  --color: 80, 81, 82; }

.uniformNav.-green {
  --color: 180, 238, 86; }

.hover\:uniformNav.-green:hover {
  --color: 180, 238, 86; }

.group:hover .group-hover\:uniformNav.-green {
  --color: 180, 238, 86; }

.focus\:uniformNav.-green:focus {
  --color: 180, 238, 86; }

.uniformNav.-blue {
  --color: 9, 148, 226; }

.hover\:uniformNav.-blue:hover {
  --color: 9, 148, 226; }

.group:hover .group-hover\:uniformNav.-blue {
  --color: 9, 148, 226; }

.focus\:uniformNav.-blue:focus {
  --color: 9, 148, 226; }

.uniformNav.-red {
  --color: 255, 37, 98; }

.hover\:uniformNav.-red:hover {
  --color: 255, 37, 98; }

.group:hover .group-hover\:uniformNav.-red {
  --color: 255, 37, 98; }

.focus\:uniformNav.-red:focus {
  --color: 255, 37, 98; }

.uniformNav.-yellow {
  --color: 215, 229, 66; }

.hover\:uniformNav.-yellow:hover {
  --color: 215, 229, 66; }

.group:hover .group-hover\:uniformNav.-yellow {
  --color: 215, 229, 66; }

.focus\:uniformNav.-yellow:focus {
  --color: 215, 229, 66; }

.uniformNav.-purple {
  --color: 148, 97, 185; }

.hover\:uniformNav.-purple:hover {
  --color: 148, 97, 185; }

.group:hover .group-hover\:uniformNav.-purple {
  --color: 148, 97, 185; }

.focus\:uniformNav.-purple:focus {
  --color: 148, 97, 185; }

.uniformNav.-gray-05 {
  --color: 249, 249, 252; }

.hover\:uniformNav.-gray-05:hover {
  --color: 249, 249, 252; }

.group:hover .group-hover\:uniformNav.-gray-05 {
  --color: 249, 249, 252; }

.focus\:uniformNav.-gray-05:focus {
  --color: 249, 249, 252; }

.uniformNav.-pink {
  --color: 254, 69, 92; }

.hover\:uniformNav.-pink:hover {
  --color: 254, 69, 92; }

.group:hover .group-hover\:uniformNav.-pink {
  --color: 254, 69, 92; }

.focus\:uniformNav.-pink:focus {
  --color: 254, 69, 92; }

.uniformNav.-teal {
  --color: 0, 199, 175; }

.hover\:uniformNav.-teal:hover {
  --color: 0, 199, 175; }

.group:hover .group-hover\:uniformNav.-teal {
  --color: 0, 199, 175; }

.focus\:uniformNav.-teal:focus {
  --color: 0, 199, 175; }

.uniformNav.-orange {
  --color: 255, 164, 78; }

.hover\:uniformNav.-orange:hover {
  --color: 255, 164, 78; }

.group:hover .group-hover\:uniformNav.-orange {
  --color: 255, 164, 78; }

.focus\:uniformNav.-orange:focus {
  --color: 255, 164, 78; }

.uniformNav.-gray-90 {
  --color: 25.1851851852, 25.5, 25.8148148148; }

.hover\:uniformNav.-gray-90:hover {
  --color: 25.1851851852, 25.5, 25.8148148148; }

.group:hover .group-hover\:uniformNav.-gray-90 {
  --color: 25.1851851852, 25.5, 25.8148148148; }

.focus\:uniformNav.-gray-90:focus {
  --color: 25.1851851852, 25.5, 25.8148148148; }

.uniformNav.-gray-80 {
  --color: 50.3703703704, 51, 51.6296296296; }

.hover\:uniformNav.-gray-80:hover {
  --color: 50.3703703704, 51, 51.6296296296; }

.group:hover .group-hover\:uniformNav.-gray-80 {
  --color: 50.3703703704, 51, 51.6296296296; }

.focus\:uniformNav.-gray-80:focus {
  --color: 50.3703703704, 51, 51.6296296296; }

.uniformNav.-gray-70 {
  --color: 75.5555555556, 76.5, 77.4444444444; }

.hover\:uniformNav.-gray-70:hover {
  --color: 75.5555555556, 76.5, 77.4444444444; }

.group:hover .group-hover\:uniformNav.-gray-70 {
  --color: 75.5555555556, 76.5, 77.4444444444; }

.focus\:uniformNav.-gray-70:focus {
  --color: 75.5555555556, 76.5, 77.4444444444; }

.uniformNav.-gray-60 {
  --color: 100.7407407407, 102, 103.2592592593; }

.hover\:uniformNav.-gray-60:hover {
  --color: 100.7407407407, 102, 103.2592592593; }

.group:hover .group-hover\:uniformNav.-gray-60 {
  --color: 100.7407407407, 102, 103.2592592593; }

.focus\:uniformNav.-gray-60:focus {
  --color: 100.7407407407, 102, 103.2592592593; }

.uniformNav.-gray-50 {
  --color: 125.9259259259, 127.5, 129.0740740741; }

.hover\:uniformNav.-gray-50:hover {
  --color: 125.9259259259, 127.5, 129.0740740741; }

.group:hover .group-hover\:uniformNav.-gray-50 {
  --color: 125.9259259259, 127.5, 129.0740740741; }

.focus\:uniformNav.-gray-50:focus {
  --color: 125.9259259259, 127.5, 129.0740740741; }

.uniformNav.-gray-40 {
  --color: 151.7407407407, 153, 154.2592592593; }

.hover\:uniformNav.-gray-40:hover {
  --color: 151.7407407407, 153, 154.2592592593; }

.group:hover .group-hover\:uniformNav.-gray-40 {
  --color: 151.7407407407, 153, 154.2592592593; }

.focus\:uniformNav.-gray-40:focus {
  --color: 151.7407407407, 153, 154.2592592593; }

.uniformNav.-gray-30 {
  --color: 177.5555555556, 178.5, 179.4444444444; }

.hover\:uniformNav.-gray-30:hover {
  --color: 177.5555555556, 178.5, 179.4444444444; }

.group:hover .group-hover\:uniformNav.-gray-30 {
  --color: 177.5555555556, 178.5, 179.4444444444; }

.focus\:uniformNav.-gray-30:focus {
  --color: 177.5555555556, 178.5, 179.4444444444; }

.uniformNav.-gray-20 {
  --color: 203.3703703704, 204, 204.6296296296; }

.hover\:uniformNav.-gray-20:hover {
  --color: 203.3703703704, 204, 204.6296296296; }

.group:hover .group-hover\:uniformNav.-gray-20 {
  --color: 203.3703703704, 204, 204.6296296296; }

.focus\:uniformNav.-gray-20:focus {
  --color: 203.3703703704, 204, 204.6296296296; }

.uniformNav.-gray-10 {
  --color: 229.1851851852, 229.5, 229.8148148148; }

.hover\:uniformNav.-gray-10:hover {
  --color: 229.1851851852, 229.5, 229.8148148148; }

.group:hover .group-hover\:uniformNav.-gray-10 {
  --color: 229.1851851852, 229.5, 229.8148148148; }

.focus\:uniformNav.-gray-10:focus {
  --color: 229.1851851852, 229.5, 229.8148148148; }

.uniformNav.-green-90 {
  --color: 31.5394736842, 51, 0; }

.hover\:uniformNav.-green-90:hover {
  --color: 31.5394736842, 51, 0; }

.group:hover .group-hover\:uniformNav.-green-90 {
  --color: 31.5394736842, 51, 0; }

.focus\:uniformNav.-green-90:focus {
  --color: 31.5394736842, 51, 0; }

.uniformNav.-green-80 {
  --color: 62.5269524618, 99.6693548387, 2.3306451613; }

.hover\:uniformNav.-green-80:hover {
  --color: 62.5269524618, 99.6693548387, 2.3306451613; }

.group:hover .group-hover\:uniformNav.-green-80 {
  --color: 62.5269524618, 99.6693548387, 2.3306451613; }

.focus\:uniformNav.-green-80:focus {
  --color: 62.5269524618, 99.6693548387, 2.3306451613; }

.uniformNav.-green-70 {
  --color: 92.9624363328, 146.0080645161, 6.9919354839; }

.hover\:uniformNav.-green-70:hover {
  --color: 92.9624363328, 146.0080645161, 6.9919354839; }

.group:hover .group-hover\:uniformNav.-green-70 {
  --color: 92.9624363328, 146.0080645161, 6.9919354839; }

.focus\:uniformNav.-green-70:focus {
  --color: 92.9624363328, 146.0080645161, 6.9919354839; }

.uniformNav.-green-60 {
  --color: 122.8459252971, 190.0161290323, 13.9838709677; }

.hover\:uniformNav.-green-60:hover {
  --color: 122.8459252971, 190.0161290323, 13.9838709677; }

.group:hover .group-hover\:uniformNav.-green-60 {
  --color: 122.8459252971, 190.0161290323, 13.9838709677; }

.focus\:uniformNav.-green-60:focus {
  --color: 122.8459252971, 190.0161290323, 13.9838709677; }

.uniformNav.-green-50 {
  --color: 152.1774193548, 231.6935483871, 23.3064516129; }

.hover\:uniformNav.-green-50:hover {
  --color: 152.1774193548, 231.6935483871, 23.3064516129; }

.group:hover .group-hover\:uniformNav.-green-50 {
  --color: 152.1774193548, 231.6935483871, 23.3064516129; }

.focus\:uniformNav.-green-50:focus {
  --color: 152.1774193548, 231.6935483871, 23.3064516129; }

.uniformNav.-green-40 {
  --color: 173.8459252971, 241.0161290323, 64.9838709677; }

.hover\:uniformNav.-green-40:hover {
  --color: 173.8459252971, 241.0161290323, 64.9838709677; }

.group:hover .group-hover\:uniformNav.-green-40 {
  --color: 173.8459252971, 241.0161290323, 64.9838709677; }

.focus\:uniformNav.-green-40:focus {
  --color: 173.8459252971, 241.0161290323, 64.9838709677; }

.uniformNav.-green-30 {
  --color: 194.9624363328, 248.0080645161, 108.9919354839; }

.hover\:uniformNav.-green-30:hover {
  --color: 194.9624363328, 248.0080645161, 108.9919354839; }

.group:hover .group-hover\:uniformNav.-green-30 {
  --color: 194.9624363328, 248.0080645161, 108.9919354839; }

.focus\:uniformNav.-green-30:focus {
  --color: 194.9624363328, 248.0080645161, 108.9919354839; }

.uniformNav.-green-20 {
  --color: 215.5269524618, 252.6693548387, 155.3306451613; }

.hover\:uniformNav.-green-20:hover {
  --color: 215.5269524618, 252.6693548387, 155.3306451613; }

.group:hover .group-hover\:uniformNav.-green-20 {
  --color: 215.5269524618, 252.6693548387, 155.3306451613; }

.focus\:uniformNav.-green-20:focus {
  --color: 215.5269524618, 252.6693548387, 155.3306451613; }

.uniformNav.-green-10 {
  --color: 235.5394736842, 255, 204; }

.hover\:uniformNav.-green-10:hover {
  --color: 235.5394736842, 255, 204; }

.group:hover .group-hover\:uniformNav.-green-10 {
  --color: 235.5394736842, 255, 204; }

.focus\:uniformNav.-green-10:focus {
  --color: 235.5394736842, 255, 204; }

.uniformNav.-blue-90 {
  --color: 0, 32.668202765, 51; }

.hover\:uniformNav.-blue-90:hover {
  --color: 0, 32.668202765, 51; }

.group:hover .group-hover\:uniformNav.-blue-90 {
  --color: 0, 32.668202765, 51; }

.focus\:uniformNav.-blue-90:focus {
  --color: 0, 32.668202765, 51; }

.uniformNav.-blue-80 {
  --color: 0.9765957447, 65.0618786156, 101.0234042553; }

.hover\:uniformNav.-blue-80:hover {
  --color: 0.9765957447, 65.0618786156, 101.0234042553; }

.group:hover .group-hover\:uniformNav.-blue-80 {
  --color: 0.9765957447, 65.0618786156, 101.0234042553; }

.focus\:uniformNav.-blue-80:focus {
  --color: 0.9765957447, 65.0618786156, 101.0234042553; }

.uniformNav.-blue-70 {
  --color: 2.929787234, 97.1810275517, 150.070212766; }

.hover\:uniformNav.-blue-70:hover {
  --color: 2.929787234, 97.1810275517, 150.070212766; }

.group:hover .group-hover\:uniformNav.-blue-70 {
  --color: 2.929787234, 97.1810275517, 150.070212766; }

.focus\:uniformNav.-blue-70:focus {
  --color: 2.929787234, 97.1810275517, 150.070212766; }

.uniformNav.-blue-60 {
  --color: 5.8595744681, 129.0256495735, 198.1404255319; }

.hover\:uniformNav.-blue-60:hover {
  --color: 5.8595744681, 129.0256495735, 198.1404255319; }

.group:hover .group-hover\:uniformNav.-blue-60 {
  --color: 5.8595744681, 129.0256495735, 198.1404255319; }

.focus\:uniformNav.-blue-60:focus {
  --color: 5.8595744681, 129.0256495735, 198.1404255319; }

.uniformNav.-blue-50 {
  --color: 9.7659574468, 160.5957446809, 245.2340425532; }

.hover\:uniformNav.-blue-50:hover {
  --color: 9.7659574468, 160.5957446809, 245.2340425532; }

.group:hover .group-hover\:uniformNav.-blue-50 {
  --color: 9.7659574468, 160.5957446809, 245.2340425532; }

.focus\:uniformNav.-blue-50:focus {
  --color: 9.7659574468, 160.5957446809, 245.2340425532; }

.uniformNav.-blue-40 {
  --color: 56.8595744681, 180.0256495735, 249.1404255319; }

.hover\:uniformNav.-blue-40:hover {
  --color: 56.8595744681, 180.0256495735, 249.1404255319; }

.group:hover .group-hover\:uniformNav.-blue-40 {
  --color: 56.8595744681, 180.0256495735, 249.1404255319; }

.focus\:uniformNav.-blue-40:focus {
  --color: 56.8595744681, 180.0256495735, 249.1404255319; }

.uniformNav.-blue-30 {
  --color: 104.929787234, 199.1810275517, 252.070212766; }

.hover\:uniformNav.-blue-30:hover {
  --color: 104.929787234, 199.1810275517, 252.070212766; }

.group:hover .group-hover\:uniformNav.-blue-30 {
  --color: 104.929787234, 199.1810275517, 252.070212766; }

.focus\:uniformNav.-blue-30:focus {
  --color: 104.929787234, 199.1810275517, 252.070212766; }

.uniformNav.-blue-20 {
  --color: 153.9765957447, 218.0618786156, 254.0234042553; }

.hover\:uniformNav.-blue-20:hover {
  --color: 153.9765957447, 218.0618786156, 254.0234042553; }

.group:hover .group-hover\:uniformNav.-blue-20 {
  --color: 153.9765957447, 218.0618786156, 254.0234042553; }

.focus\:uniformNav.-blue-20:focus {
  --color: 153.9765957447, 218.0618786156, 254.0234042553; }

.uniformNav.-blue-10 {
  --color: 204, 236.668202765, 255; }

.hover\:uniformNav.-blue-10:hover {
  --color: 204, 236.668202765, 255; }

.group:hover .group-hover\:uniformNav.-blue-10 {
  --color: 204, 236.668202765, 255; }

.focus\:uniformNav.-blue-10:focus {
  --color: 204, 236.668202765, 255; }

.uniformNav.-red-90 {
  --color: 51, 0, 14.2706422018; }

.hover\:uniformNav.-red-90:hover {
  --color: 51, 0, 14.2706422018; }

.group:hover .group-hover\:uniformNav.-red-90 {
  --color: 51, 0, 14.2706422018; }

.focus\:uniformNav.-red-90:focus {
  --color: 51, 0, 14.2706422018; }

.uniformNav.-red-80 {
  --color: 102, 0, 28.5412844037; }

.hover\:uniformNav.-red-80:hover {
  --color: 102, 0, 28.5412844037; }

.group:hover .group-hover\:uniformNav.-red-80 {
  --color: 102, 0, 28.5412844037; }

.focus\:uniformNav.-red-80:focus {
  --color: 102, 0, 28.5412844037; }

.uniformNav.-red-70 {
  --color: 153, 0, 42.8119266055; }

.hover\:uniformNav.-red-70:hover {
  --color: 153, 0, 42.8119266055; }

.group:hover .group-hover\:uniformNav.-red-70 {
  --color: 153, 0, 42.8119266055; }

.focus\:uniformNav.-red-70:focus {
  --color: 153, 0, 42.8119266055; }

.uniformNav.-red-60 {
  --color: 204, 0, 57.0825688073; }

.hover\:uniformNav.-red-60:hover {
  --color: 204, 0, 57.0825688073; }

.group:hover .group-hover\:uniformNav.-red-60 {
  --color: 204, 0, 57.0825688073; }

.focus\:uniformNav.-red-60:focus {
  --color: 204, 0, 57.0825688073; }

.uniformNav.-red-50 {
  --color: 255, 0, 71.3532110092; }

.hover\:uniformNav.-red-50:hover {
  --color: 255, 0, 71.3532110092; }

.group:hover .group-hover\:uniformNav.-red-50 {
  --color: 255, 0, 71.3532110092; }

.focus\:uniformNav.-red-50:focus {
  --color: 255, 0, 71.3532110092; }

.uniformNav.-red-40 {
  --color: 255, 51, 108.0825688073; }

.hover\:uniformNav.-red-40:hover {
  --color: 255, 51, 108.0825688073; }

.group:hover .group-hover\:uniformNav.-red-40 {
  --color: 255, 51, 108.0825688073; }

.focus\:uniformNav.-red-40:focus {
  --color: 255, 51, 108.0825688073; }

.uniformNav.-red-30 {
  --color: 255, 102, 144.8119266055; }

.hover\:uniformNav.-red-30:hover {
  --color: 255, 102, 144.8119266055; }

.group:hover .group-hover\:uniformNav.-red-30 {
  --color: 255, 102, 144.8119266055; }

.focus\:uniformNav.-red-30:focus {
  --color: 255, 102, 144.8119266055; }

.uniformNav.-red-20 {
  --color: 255, 153, 181.5412844037; }

.hover\:uniformNav.-red-20:hover {
  --color: 255, 153, 181.5412844037; }

.group:hover .group-hover\:uniformNav.-red-20 {
  --color: 255, 153, 181.5412844037; }

.focus\:uniformNav.-red-20:focus {
  --color: 255, 153, 181.5412844037; }

.uniformNav.-red-10 {
  --color: 255, 204, 218.2706422018; }

.hover\:uniformNav.-red-10:hover {
  --color: 255, 204, 218.2706422018; }

.group:hover .group-hover\:uniformNav.-red-10 {
  --color: 255, 204, 218.2706422018; }

.focus\:uniformNav.-red-10:focus {
  --color: 255, 204, 218.2706422018; }

.uniformNav.-yellow-90 {
  --color: 46.6196319018, 51, 0; }

.hover\:uniformNav.-yellow-90:hover {
  --color: 46.6196319018, 51, 0; }

.group:hover .group-hover\:uniformNav.-yellow-90 {
  --color: 46.6196319018, 51, 0; }

.focus\:uniformNav.-yellow-90:focus {
  --color: 46.6196319018, 51, 0; }

.uniformNav.-yellow-80 {
  --color: 90.6852618062, 98.9162790698, 3.0837209302; }

.hover\:uniformNav.-yellow-80:hover {
  --color: 90.6852618062, 98.9162790698, 3.0837209302; }

.group:hover .group-hover\:uniformNav.-yellow-80 {
  --color: 90.6852618062, 98.9162790698, 3.0837209302; }

.focus\:uniformNav.-yellow-80:focus {
  --color: 90.6852618062, 98.9162790698, 3.0837209302; }

.uniformNav.-yellow-70 {
  --color: 132.1968897132, 143.7488372093, 9.2511627907; }

.hover\:uniformNav.-yellow-70:hover {
  --color: 132.1968897132, 143.7488372093, 9.2511627907; }

.group:hover .group-hover\:uniformNav.-yellow-70 {
  --color: 132.1968897132, 143.7488372093, 9.2511627907; }

.focus\:uniformNav.-yellow-70:focus {
  --color: 132.1968897132, 143.7488372093, 9.2511627907; }

.uniformNav.-yellow-60 {
  --color: 171.1545156228, 185.4976744186, 18.5023255814; }

.hover\:uniformNav.-yellow-60:hover {
  --color: 171.1545156228, 185.4976744186, 18.5023255814; }

.group:hover .group-hover\:uniformNav.-yellow-60 {
  --color: 171.1545156228, 185.4976744186, 18.5023255814; }

.focus\:uniformNav.-yellow-60:focus {
  --color: 171.1545156228, 185.4976744186, 18.5023255814; }

.uniformNav.-yellow-50 {
  --color: 207.5581395349, 224.1627906977, 30.8372093023; }

.hover\:uniformNav.-yellow-50:hover {
  --color: 207.5581395349, 224.1627906977, 30.8372093023; }

.group:hover .group-hover\:uniformNav.-yellow-50 {
  --color: 207.5581395349, 224.1627906977, 30.8372093023; }

.focus\:uniformNav.-yellow-50:focus {
  --color: 207.5581395349, 224.1627906977, 30.8372093023; }

.uniformNav.-yellow-40 {
  --color: 222.1545156228, 236.4976744186, 69.5023255814; }

.hover\:uniformNav.-yellow-40:hover {
  --color: 222.1545156228, 236.4976744186, 69.5023255814; }

.group:hover .group-hover\:uniformNav.-yellow-40 {
  --color: 222.1545156228, 236.4976744186, 69.5023255814; }

.focus\:uniformNav.-yellow-40:focus {
  --color: 222.1545156228, 236.4976744186, 69.5023255814; }

.uniformNav.-yellow-30 {
  --color: 234.1968897132, 245.7488372093, 111.2511627907; }

.hover\:uniformNav.-yellow-30:hover {
  --color: 234.1968897132, 245.7488372093, 111.2511627907; }

.group:hover .group-hover\:uniformNav.-yellow-30 {
  --color: 234.1968897132, 245.7488372093, 111.2511627907; }

.focus\:uniformNav.-yellow-30:focus {
  --color: 234.1968897132, 245.7488372093, 111.2511627907; }

.uniformNav.-yellow-20 {
  --color: 243.6852618062, 251.9162790698, 156.0837209302; }

.hover\:uniformNav.-yellow-20:hover {
  --color: 243.6852618062, 251.9162790698, 156.0837209302; }

.group:hover .group-hover\:uniformNav.-yellow-20 {
  --color: 243.6852618062, 251.9162790698, 156.0837209302; }

.focus\:uniformNav.-yellow-20:focus {
  --color: 243.6852618062, 251.9162790698, 156.0837209302; }

.uniformNav.-yellow-10 {
  --color: 250.6196319018, 255, 204; }

.hover\:uniformNav.-yellow-10:hover {
  --color: 250.6196319018, 255, 204; }

.group:hover .group-hover\:uniformNav.-yellow-10 {
  --color: 250.6196319018, 255, 204; }

.focus\:uniformNav.-yellow-10:focus {
  --color: 250.6196319018, 255, 204; }

.uniformNav.-purple-90 {
  --color: 29.5568181818, 0, 51; }

.hover\:uniformNav.-purple-90:hover {
  --color: 29.5568181818, 0, 51; }

.group:hover .group-hover\:uniformNav.-purple-90 {
  --color: 29.5568181818, 0, 51; }

.focus\:uniformNav.-purple-90:focus {
  --color: 29.5568181818, 0, 51; }

.uniformNav.-purple-80 {
  --color: 57.8681220096, 7.8289473684, 94.1710526316; }

.hover\:uniformNav.-purple-80:hover {
  --color: 57.8681220096, 7.8289473684, 94.1710526316; }

.group:hover .group-hover\:uniformNav.-purple-80 {
  --color: 57.8681220096, 7.8289473684, 94.1710526316; }

.focus\:uniformNav.-purple-80:focus {
  --color: 57.8681220096, 7.8289473684, 94.1710526316; }

.uniformNav.-purple-70 {
  --color: 84.9339114833, 23.4868421053, 129.5131578947; }

.hover\:uniformNav.-purple-70:hover {
  --color: 84.9339114833, 23.4868421053, 129.5131578947; }

.group:hover .group-hover\:uniformNav.-purple-70 {
  --color: 84.9339114833, 23.4868421053, 129.5131578947; }

.focus\:uniformNav.-purple-70:focus {
  --color: 84.9339114833, 23.4868421053, 129.5131578947; }

.uniformNav.-purple-60 {
  --color: 110.7541866029, 46.9736842105, 157.0263157895; }

.hover\:uniformNav.-purple-60:hover {
  --color: 110.7541866029, 46.9736842105, 157.0263157895; }

.group:hover .group-hover\:uniformNav.-purple-60 {
  --color: 110.7541866029, 46.9736842105, 157.0263157895; }

.focus\:uniformNav.-purple-60:focus {
  --color: 110.7541866029, 46.9736842105, 157.0263157895; }

.uniformNav.-purple-50 {
  --color: 135.3289473684, 78.2894736842, 176.7105263158; }

.hover\:uniformNav.-purple-50:hover {
  --color: 135.3289473684, 78.2894736842, 176.7105263158; }

.group:hover .group-hover\:uniformNav.-purple-50 {
  --color: 135.3289473684, 78.2894736842, 176.7105263158; }

.focus\:uniformNav.-purple-50:focus {
  --color: 135.3289473684, 78.2894736842, 176.7105263158; }

.uniformNav.-purple-40 {
  --color: 161.7541866029, 97.9736842105, 208.0263157895; }

.hover\:uniformNav.-purple-40:hover {
  --color: 161.7541866029, 97.9736842105, 208.0263157895; }

.group:hover .group-hover\:uniformNav.-purple-40 {
  --color: 161.7541866029, 97.9736842105, 208.0263157895; }

.focus\:uniformNav.-purple-40:focus {
  --color: 161.7541866029, 97.9736842105, 208.0263157895; }

.uniformNav.-purple-30 {
  --color: 186.9339114833, 125.4868421053, 231.5131578947; }

.hover\:uniformNav.-purple-30:hover {
  --color: 186.9339114833, 125.4868421053, 231.5131578947; }

.group:hover .group-hover\:uniformNav.-purple-30 {
  --color: 186.9339114833, 125.4868421053, 231.5131578947; }

.focus\:uniformNav.-purple-30:focus {
  --color: 186.9339114833, 125.4868421053, 231.5131578947; }

.uniformNav.-purple-20 {
  --color: 210.8681220096, 160.8289473684, 247.1710526316; }

.hover\:uniformNav.-purple-20:hover {
  --color: 210.8681220096, 160.8289473684, 247.1710526316; }

.group:hover .group-hover\:uniformNav.-purple-20 {
  --color: 210.8681220096, 160.8289473684, 247.1710526316; }

.focus\:uniformNav.-purple-20:focus {
  --color: 210.8681220096, 160.8289473684, 247.1710526316; }

.uniformNav.-purple-10 {
  --color: 233.5568181818, 204, 255; }

.hover\:uniformNav.-purple-10:hover {
  --color: 233.5568181818, 204, 255; }

.group:hover .group-hover\:uniformNav.-purple-10 {
  --color: 233.5568181818, 204, 255; }

.focus\:uniformNav.-purple-10:focus {
  --color: 233.5568181818, 204, 255; }

.uniformNav.-teal-90 {
  --color: 0, 51, 44.8492462312; }

.hover\:uniformNav.-teal-90:hover {
  --color: 0, 51, 44.8492462312; }

.group:hover .group-hover\:uniformNav.-teal-90 {
  --color: 0, 51, 44.8492462312; }

.focus\:uniformNav.-teal-90:focus {
  --color: 0, 51, 44.8492462312; }

.uniformNav.-teal-80 {
  --color: 0, 102, 89.6984924623; }

.hover\:uniformNav.-teal-80:hover {
  --color: 0, 102, 89.6984924623; }

.group:hover .group-hover\:uniformNav.-teal-80 {
  --color: 0, 102, 89.6984924623; }

.focus\:uniformNav.-teal-80:focus {
  --color: 0, 102, 89.6984924623; }

.uniformNav.-teal-70 {
  --color: 0, 153, 134.5477386935; }

.hover\:uniformNav.-teal-70:hover {
  --color: 0, 153, 134.5477386935; }

.group:hover .group-hover\:uniformNav.-teal-70 {
  --color: 0, 153, 134.5477386935; }

.focus\:uniformNav.-teal-70:focus {
  --color: 0, 153, 134.5477386935; }

.uniformNav.-teal-60 {
  --color: 0, 204, 179.3969849246; }

.hover\:uniformNav.-teal-60:hover {
  --color: 0, 204, 179.3969849246; }

.group:hover .group-hover\:uniformNav.-teal-60 {
  --color: 0, 204, 179.3969849246; }

.focus\:uniformNav.-teal-60:focus {
  --color: 0, 204, 179.3969849246; }

.uniformNav.-teal-50 {
  --color: 0, 255, 224.2462311558; }

.hover\:uniformNav.-teal-50:hover {
  --color: 0, 255, 224.2462311558; }

.group:hover .group-hover\:uniformNav.-teal-50 {
  --color: 0, 255, 224.2462311558; }

.focus\:uniformNav.-teal-50:focus {
  --color: 0, 255, 224.2462311558; }

.uniformNav.-teal-40 {
  --color: 51, 255, 230.3969849246; }

.hover\:uniformNav.-teal-40:hover {
  --color: 51, 255, 230.3969849246; }

.group:hover .group-hover\:uniformNav.-teal-40 {
  --color: 51, 255, 230.3969849246; }

.focus\:uniformNav.-teal-40:focus {
  --color: 51, 255, 230.3969849246; }

.uniformNav.-teal-30 {
  --color: 102, 255, 236.5477386935; }

.hover\:uniformNav.-teal-30:hover {
  --color: 102, 255, 236.5477386935; }

.group:hover .group-hover\:uniformNav.-teal-30 {
  --color: 102, 255, 236.5477386935; }

.focus\:uniformNav.-teal-30:focus {
  --color: 102, 255, 236.5477386935; }

.uniformNav.-teal-20 {
  --color: 153, 255, 242.6984924623; }

.hover\:uniformNav.-teal-20:hover {
  --color: 153, 255, 242.6984924623; }

.group:hover .group-hover\:uniformNav.-teal-20 {
  --color: 153, 255, 242.6984924623; }

.focus\:uniformNav.-teal-20:focus {
  --color: 153, 255, 242.6984924623; }

.uniformNav.-teal-10 {
  --color: 204, 255, 248.8492462312; }

.hover\:uniformNav.-teal-10:hover {
  --color: 204, 255, 248.8492462312; }

.group:hover .group-hover\:uniformNav.-teal-10 {
  --color: 204, 255, 248.8492462312; }

.focus\:uniformNav.-teal-10:focus {
  --color: 204, 255, 248.8492462312; }

.uniformNav.-orange-90 {
  --color: 51, 24.7796610169, 0; }

.hover\:uniformNav.-orange-90:hover {
  --color: 51, 24.7796610169, 0; }

.group:hover .group-hover\:uniformNav.-orange-90 {
  --color: 51, 24.7796610169, 0; }

.focus\:uniformNav.-orange-90:focus {
  --color: 51, 24.7796610169, 0; }

.uniformNav.-orange-80 {
  --color: 102, 49.5593220339, 0; }

.hover\:uniformNav.-orange-80:hover {
  --color: 102, 49.5593220339, 0; }

.group:hover .group-hover\:uniformNav.-orange-80 {
  --color: 102, 49.5593220339, 0; }

.focus\:uniformNav.-orange-80:focus {
  --color: 102, 49.5593220339, 0; }

.uniformNav.-orange-70 {
  --color: 153, 74.3389830508, 0; }

.hover\:uniformNav.-orange-70:hover {
  --color: 153, 74.3389830508, 0; }

.group:hover .group-hover\:uniformNav.-orange-70 {
  --color: 153, 74.3389830508, 0; }

.focus\:uniformNav.-orange-70:focus {
  --color: 153, 74.3389830508, 0; }

.uniformNav.-orange-60 {
  --color: 204, 99.1186440678, 0; }

.hover\:uniformNav.-orange-60:hover {
  --color: 204, 99.1186440678, 0; }

.group:hover .group-hover\:uniformNav.-orange-60 {
  --color: 204, 99.1186440678, 0; }

.focus\:uniformNav.-orange-60:focus {
  --color: 204, 99.1186440678, 0; }

.uniformNav.-orange-50 {
  --color: 255, 123.8983050847, 0; }

.hover\:uniformNav.-orange-50:hover {
  --color: 255, 123.8983050847, 0; }

.group:hover .group-hover\:uniformNav.-orange-50 {
  --color: 255, 123.8983050847, 0; }

.focus\:uniformNav.-orange-50:focus {
  --color: 255, 123.8983050847, 0; }

.uniformNav.-orange-40 {
  --color: 255, 150.1186440678, 51; }

.hover\:uniformNav.-orange-40:hover {
  --color: 255, 150.1186440678, 51; }

.group:hover .group-hover\:uniformNav.-orange-40 {
  --color: 255, 150.1186440678, 51; }

.focus\:uniformNav.-orange-40:focus {
  --color: 255, 150.1186440678, 51; }

.uniformNav.-orange-30 {
  --color: 255, 176.3389830508, 102; }

.hover\:uniformNav.-orange-30:hover {
  --color: 255, 176.3389830508, 102; }

.group:hover .group-hover\:uniformNav.-orange-30 {
  --color: 255, 176.3389830508, 102; }

.focus\:uniformNav.-orange-30:focus {
  --color: 255, 176.3389830508, 102; }

.uniformNav.-orange-20 {
  --color: 255, 202.5593220339, 153; }

.hover\:uniformNav.-orange-20:hover {
  --color: 255, 202.5593220339, 153; }

.group:hover .group-hover\:uniformNav.-orange-20 {
  --color: 255, 202.5593220339, 153; }

.focus\:uniformNav.-orange-20:focus {
  --color: 255, 202.5593220339, 153; }

.uniformNav.-orange-10 {
  --color: 255, 228.7796610169, 204; }

.hover\:uniformNav.-orange-10:hover {
  --color: 255, 228.7796610169, 204; }

.group:hover .group-hover\:uniformNav.-orange-10 {
  --color: 255, 228.7796610169, 204; }

.focus\:uniformNav.-orange-10:focus {
  --color: 255, 228.7796610169, 204; }

.uniformPointer {
  position: relative;
  margin: 7px 0 0 0; }
  .uniformPointer:after {
    clip-path: polygon(-45% -45%, 145% -45%, 145% 145%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -6px 0 0 -7px;
    transform: rotate(-45deg);
    width: 14px;
    height: 14px;
    overflow: hidden;
    content: "";
    border-style: solid;
    border-width: inherit;
    box-shadow: inherit;
    background: inherit;
    border: inherit; }
  .uniformPointer:before {
    content: '';
    position: absolute;
    background: inherit;
    z-index: 2;
    height: 2px;
    width: 40px;
    margin-left: -20px;
    top: 0;
    left: 50%; }
  .uniformPointer.-right {
    margin: 0 7px 0 0; }
    .uniformPointer.-right:after {
      left: auto;
      top: 50%;
      right: 0;
      margin: -7px -6px 0 0;
      transform: rotate(45deg); }
    .uniformPointer.-right:before {
      margin-left: 0;
      margin-top: -10px;
      height: 20px;
      width: 2px;
      top: 50%;
      right: 0;
      left: auto; }
  .uniformPointer.-left {
    margin: 0 0 0 7px; }
    .uniformPointer.-left:after {
      left: 0;
      top: 50%;
      margin: -7px 0 0 -6px;
      transform: rotate(-135deg); }
    .uniformPointer.-left:before {
      margin-left: 0;
      margin-top: -10px;
      height: 20px;
      width: 2px;
      left: 0;
      top: 50%; }
  .uniformPointer.-bottom {
    margin: 0 0 7px 0; }
    .uniformPointer.-bottom:after {
      top: auto;
      bottom: 0;
      margin: 0 0 -6px -7px;
      transform: rotate(-225deg); }
    .uniformPointer.-bottom:before {
      top: auto;
      bottom: 0; }

.uniformSelect {
  --border-color: 151.7407407407, 153, 154.2592592593;
  appearance: none;
  outline: none;
  vertical-align: middle;
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-template-areas: "value indicator";
  align-items: center;
  padding: 0 0.25em;
  background: white; }
  .uniformSelect select {
    display: none; }
  .uniformSelect.active {
    box-shadow: 0 0 0 2px rgba(var(--focus-color), 1), inset 2px 2px 3px rgba(0, 0, 0, 0.2); }
    .uniformSelect.active .uniformSelect-indicator svg {
      transform: rotate(180deg); }
  .uniformSelect:focus {
    box-shadow: 0 0 0 2px rgba(var(--focus-color), 1); }

.uniformSelect-placeholder,
.uniformSelect-value {
  grid-area: value;
  white-space: nowrap; }

.uniformSelect-placeholder {
  opacity: 0;
  user-select: none; }

.uniformSelect-value {
  z-index: 2;
  text-align: left;
  display: flex; }

.uniformSelect-indicator {
  padding-left: 0.25em;
  grid-area: indicator; }
  .uniformSelect-indicator svg {
    width: 1.4em;
    transition: transform 0.2s; }

.uniformSelect-options {
  background: white;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2), 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  .uniformSelect-options button {
    appearance: none;
    outline: none;
    border: none;
    background: none;
    display: block;
    min-width: 100%;
    padding: 0.5em 1.5em;
    text-align: left;
    position: relative; }
    .uniformSelect-options button.hide {
      display: none; }
    .uniformSelect-options button:hover {
      background: #d3eefd; }
    .uniformSelect-options button.active {
      color: #0681c6;
      font-weight: bold; }
      .uniformSelect-options button.active:after {
        position: absolute;
        left: 0.25em;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z' fill='%2339b4f9'%3E%3C/path%3E%3C/svg%3E");
        background-size: contain;
        content: '';
        width: 1em;
        height: 1em; }
  .uniformSelect-options .uniformSelect-actions {
    border-top: 1px solid #cbcccd;
    border-bottom: 1px solid #cbcccd;
    background: #f2f2f2;
    padding: 0.5em; }
    .uniformSelect-options .uniformSelect-actions:empty {
      display: none; }
  .uniformSelect-options .uniformSelect-show-all {
    color: #0994E2;
    background: none;
    text-align: center; }
    .uniformSelect-options .uniformSelect-show-all:hover {
      background: none; }
  .uniformSelect-options .uniformSelect-done {
    border-radius: 0.25em;
    border: 1px solid #cbcccd;
    background: white;
    text-align: center;
    background: white; }

.uniformSelect-selection + .uniformSelect-selection {
  margin-left: 0.5em; }

.uniformSelect-selection {
  display: inline-flex;
  align-items: center;
  font-size: 0.8em;
  margin: 0.2em 0;
  padding: 0;
  line-height: 1;
  padding-left: 0.5em;
  background: #e5e6e6;
  border-radius: 0.25em; }
  .uniformSelect-selection span {
    flex: 1 1 auto; }
  .uniformSelect-selection .uniformSelect-remove {
    padding: 0.2em;
    flex: 0 1 auto; }
    .uniformSelect-selection .uniformSelect-remove svg {
      width: 0.8em;
      height: auto; }
    .uniformSelect-selection .uniformSelect-remove:hover {
      fill: #ff2562; }

.uniformSpreadsheet {
  --border-color: 203.3703703704, 204, 204.6296296296;
  position: relative; }
  .uniformSpreadsheet .uniformTableGrid-header > * {
    background: #f2f2f2; }
  .uniformSpreadsheet .uniformTableGrid-header > *,
  .uniformSpreadsheet .uniformTableGrid-cell {
    border-width: 0 !important;
    box-shadow: 0 0 0 1px rgba(var(--border-color), var(--border-opacity)); }
  .uniformSpreadsheet .uniformTableGrid-cell {
    --padding: 0.25em;
    --active-shadow: 1px 1px 7px 2px rgba(0,0,0, 0.4);
    --selected-shadow: inset 0 0 0 1px #0994E2, 0 0 0 2px #0994E2;
    background: white;
    position: relative;
    padding: 0;
    outline: none; }
    .uniformSpreadsheet .uniformTableGrid-cell:focus, .uniformSpreadsheet .uniformTableGrid-cell:focus-within {
      box-shadow: var(--selected-shadow);
      z-index: 3; }
    .uniformSpreadsheet .uniformTableGrid-cell.selecting {
      background: #ccedff; }
    .uniformSpreadsheet .uniformTableGrid-cell.selected {
      background: #ccedff; }
    .uniformSpreadsheet .uniformTableGrid-cell.-active {
      box-shadow: var(--selected-shadow), var(--active-shadow);
      z-index: 3; }
    .uniformSpreadsheet .uniformTableGrid-cell.text-right .uniformSpreadsheet-cellContent, .uniformSpreadsheet .uniformTableGrid-cell.align-right .uniformSpreadsheet-cellContent {
      justify-content: end; }
    .uniformSpreadsheet .uniformTableGrid-cell.text-right .uniformSpreadsheet-cellInput, .uniformSpreadsheet .uniformTableGrid-cell.align-right .uniformSpreadsheet-cellInput {
      left: auto;
      right: 0; }
    .uniformSpreadsheet .uniformTableGrid-cell.text-center .uniformSpreadsheet-cellContent, .uniformSpreadsheet .uniformTableGrid-cell.align-center .uniformSpreadsheet-cellContent {
      justify-content: center; }

.uniformSpreadsheet-selectionOutline {
  border: 1px solid #0994E2;
  position: absolute;
  pointer-events: none;
  z-index: 3; }

.uniformSpreadsheet-cellContent {
  cursor: cell;
  color: inherit;
  outline: none;
  appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: var(--padding);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden; }
  .uniformSpreadsheet-cellContent select:first-child:last-child {
    width: 100%;
    height: 100%;
    cursor: cell;
    padding: var(--padding);
    background: none;
    border: none;
    outline: none;
    position: absolute;
    left: 0;
    top: 0; }

.uniformSpreadsheet-cellInput {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  box-shadow: var(--selected-shadow), var(--active-shadow);
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  .uniformSpreadsheet-cellInput input:not([type=checkbox]):not([type=radio]) {
    padding: var(--padding);
    border: none;
    outline: none;
    appearance: none;
    background: none; }

.uniformTableGrid {
  display: inline-grid;
  gap: 1px; }

.uniformTableGrid-row,
.uniformTableGrid-header {
  display: contents; }

.uniformTableGrid-cell,
.uniformTableGrid-header-cell {
  display: flex;
  align-items: center;
  padding: 0.5em;
  z-index: 1;
  position: relative; }
  .uniformTableGrid-cell.sticky,
  .uniformTableGrid-header-cell.sticky {
    position: sticky;
    z-index: 2; }
  .uniformTableGrid-cell.-resizing + *,
  .uniformTableGrid-header-cell.-resizing + * {
    z-index: 4; }
    .uniformTableGrid-cell.-resizing + *:after,
    .uniformTableGrid-header-cell.-resizing + *:after {
      content: '';
      position: absolute;
      width: 1px;
      left: -1px;
      top: 0;
      bottom: 0;
      background: #0994E2; }

.uniformTableGrid-row + .uniformTableGrid-row .uniformTableGrid-cell {
  border-top-width: 1px; }

.uniformTableGrid-header {
  user-select: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em; }
  .uniformTableGrid-header > * {
    user-select: none;
    position: relative; }
    .uniformTableGrid-header > * > * {
      z-index: 3; }

.uniformTableGrid-header > *:hover .uniformTableGrid-header-action, .uniformTableGrid-header > *.-active .uniformTableGrid-header-action {
  display: block; }

.uniformTableGrid-header > *.-disabled .uniformTableGrid-header-action {
  display: none; }

.uniformTableGrid-header-action {
  position: absolute;
  top: -1.5em;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 1; }
  .uniformTableGrid-header-action .uniformTableGrid-column-menu {
    position: absolute;
    right: 0.5em;
    top: 0;
    cursor: pointer;
    padding: 0 0.5em;
    color: #191a1a;
    border-radius: 0.25em;
    background: white;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }
    .uniformTableGrid-header-action .uniformTableGrid-column-menu:hover {
      color: #0994E2; }
    .uniformTableGrid-header-action .uniformTableGrid-column-menu svg {
      height: 1.5em;
      width: 1.5em; }

.uniformTableGrid-header > *:first-child .uniformTableGrid-resize-handle {
  display: none; }

.uniformTableGrid-header > *:hover + * .uniformTableGrid-resize-handle, .uniformTableGrid-header > *:hover .uniformTableGrid-resize-handle {
  opacity: 1; }

.uniformTableGrid-resize-handle {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 11px;
  margin-left: -6px;
  cursor: col-resize;
  opacity: 0; }
  .uniformTableGrid-resize-handle.-end {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -6px; }
  .uniformTableGrid-resize-handle:after {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 3px;
    left: 3px;
    bottom: 25%;
    height: 50%;
    content: ''; }
  .uniformTableGrid-resize-handle:hover, .uniformTableGrid-resize-handle.-hover {
    opacity: 1; }
    .uniformTableGrid-resize-handle:hover:before, .uniformTableGrid-resize-handle.-hover:before {
      position: absolute;
      left: 5px;
      bottom: 0;
      width: 1px;
      height: 90%;
      background: #0994E2;
      content: ''; }

.uniformTableGrid-order-action {
  display: inline-block;
  align-items: center;
  padding-right: 2.25em;
  cursor: pointer;
  position: relative;
  z-index: 2; }
  .uniformTableGrid-order-action .uniformTableGrid-order-indicator {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 2em;
    height: 2em;
    font-size: 0.9em; }
    .uniformTableGrid-order-action .uniformTableGrid-order-indicator > * {
      position: absolute;
      left: 50%;
      bottom: 35%;
      transform: translateX(-50%);
      width: 1.5em;
      height: 1.5em;
      color: rgba(0, 0, 0, 0.2); }
    .uniformTableGrid-order-action .uniformTableGrid-order-indicator > *:last-child {
      top: 35%;
      bottom: auto; }
  .uniformTableGrid-order-action.-active-asc .uniformTableGrid-order-indicator > *:first-child {
    color: #0681c6; }
  .uniformTableGrid-order-action.-active-desc .uniformTableGrid-order-indicator > *:last-child {
    color: #0681c6; }
  .uniformTableGrid-order-action.-active .uniformTableGrid-order-indicator {
    background: rgba(0, 0, 0, 0.08); }
  .uniformTableGrid-order-action:hover .uniformTableGrid-order-indicator {
    background: rgba(9, 148, 226, 0.2);
    color: rgba(0, 0, 0, 0.3); }

.layout-fixed {
  table-layout: fixed; }

.uniformTable {
  width: 100%; }
  .uniformTable td,
  .uniformTable th {
    padding: 0.5em; }
  .uniformTable tr + tr td,
  .uniformTable tr + tr th {
    border-top-width: 1px; }
  .uniformTable.-snug td,
  .uniformTable.-snug th,
  .uniformTable.-snug .table-cell {
    padding: 0.2em 0.5em; }
  .uniformTable.-tight td,
  .uniformTable.-tight th,
  .uniformTable.-tight .table-cell {
    padding: 0 0.5em; }
  .uniformTable.-striped tr:nth-child(2n+1) {
    background-color: transparent; }
  .uniformTable thead tr:last-child {
    border-bottom-width: 1px; }
  .uniformTable th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em; }

.uniformThumb {
  display: inline-block;
  background: #323334;
  position: relative;
  color: white;
  text-align: center; }
  .uniformThumb > * {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .uniformThumb > img {
    height: 100%;
    object-fit: cover; }
  .uniformThumb.-contain > img {
    object-fit: contain; }

.aspect-4x3::before {
  content: "";
  display: block;
  padding-top: 75%;
  padding-left: 75%; }

.aspect-2x1::before {
  content: "";
  display: block;
  padding-top: 50%;
  padding-left: 50%; }

.aspect-16x9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  padding-left: 56.25%; }

.aspect-square::before {
  content: "";
  display: block;
  padding-top: 100%;
  padding-left: 100%; }

.uniformInput, .uniformInputs select, .uniformInputs input:not([type=checkbox]):not([type=radio]),
.uniformInputGroup,
.uniformSelect {
  --focus-color: 9, 148, 226; }

.uniformInput, .uniformInputs select, .uniformInputs input:not([type=checkbox]):not([type=radio]) {
  border-width: 1px;
  padding: 0.5em;
  outline: none;
  appearance: none;
  transition: box-shadow 100ms ease-in; }
  .uniformInput:focus, .uniformInputs select:focus, .uniformInputs input:focus:not([type=checkbox]):not([type=radio]), .uniformInput[focus], .uniformInputs select[focus], .uniformInputs input[focus]:not([type=checkbox]):not([type=radio]) {
    border-color: rgba(var(--focus-color), 1);
    box-shadow: 0 0 0 2px rgba(var(--focus-color), 1); }

select.uniformInput, .uniformInputs select,
.uniformInputs select {
  padding-right: 1em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat center right; }

.focus-white {
  --focus-color: 255, 255, 255; }

.hover\:focus-white:hover {
  --focus-color: 255, 255, 255; }

.group:hover .group-hover\:focus-white {
  --focus-color: 255, 255, 255; }

.focus\:focus-white:focus {
  --focus-color: 255, 255, 255; }

.focus-gray {
  --focus-color: 80, 81, 82; }

.hover\:focus-gray:hover {
  --focus-color: 80, 81, 82; }

.group:hover .group-hover\:focus-gray {
  --focus-color: 80, 81, 82; }

.focus\:focus-gray:focus {
  --focus-color: 80, 81, 82; }

.focus-green {
  --focus-color: 180, 238, 86; }

.hover\:focus-green:hover {
  --focus-color: 180, 238, 86; }

.group:hover .group-hover\:focus-green {
  --focus-color: 180, 238, 86; }

.focus\:focus-green:focus {
  --focus-color: 180, 238, 86; }

.focus-blue {
  --focus-color: 9, 148, 226; }

.hover\:focus-blue:hover {
  --focus-color: 9, 148, 226; }

.group:hover .group-hover\:focus-blue {
  --focus-color: 9, 148, 226; }

.focus\:focus-blue:focus {
  --focus-color: 9, 148, 226; }

.focus-red {
  --focus-color: 255, 37, 98; }

.hover\:focus-red:hover {
  --focus-color: 255, 37, 98; }

.group:hover .group-hover\:focus-red {
  --focus-color: 255, 37, 98; }

.focus\:focus-red:focus {
  --focus-color: 255, 37, 98; }

.focus-yellow {
  --focus-color: 215, 229, 66; }

.hover\:focus-yellow:hover {
  --focus-color: 215, 229, 66; }

.group:hover .group-hover\:focus-yellow {
  --focus-color: 215, 229, 66; }

.focus\:focus-yellow:focus {
  --focus-color: 215, 229, 66; }

.focus-purple {
  --focus-color: 148, 97, 185; }

.hover\:focus-purple:hover {
  --focus-color: 148, 97, 185; }

.group:hover .group-hover\:focus-purple {
  --focus-color: 148, 97, 185; }

.focus\:focus-purple:focus {
  --focus-color: 148, 97, 185; }

.focus-gray-05 {
  --focus-color: 249, 249, 252; }

.hover\:focus-gray-05:hover {
  --focus-color: 249, 249, 252; }

.group:hover .group-hover\:focus-gray-05 {
  --focus-color: 249, 249, 252; }

.focus\:focus-gray-05:focus {
  --focus-color: 249, 249, 252; }

.focus-pink {
  --focus-color: 254, 69, 92; }

.hover\:focus-pink:hover {
  --focus-color: 254, 69, 92; }

.group:hover .group-hover\:focus-pink {
  --focus-color: 254, 69, 92; }

.focus\:focus-pink:focus {
  --focus-color: 254, 69, 92; }

.focus-teal {
  --focus-color: 0, 199, 175; }

.hover\:focus-teal:hover {
  --focus-color: 0, 199, 175; }

.group:hover .group-hover\:focus-teal {
  --focus-color: 0, 199, 175; }

.focus\:focus-teal:focus {
  --focus-color: 0, 199, 175; }

.focus-orange {
  --focus-color: 255, 164, 78; }

.hover\:focus-orange:hover {
  --focus-color: 255, 164, 78; }

.group:hover .group-hover\:focus-orange {
  --focus-color: 255, 164, 78; }

.focus\:focus-orange:focus {
  --focus-color: 255, 164, 78; }

.focus-gray-90 {
  --focus-color: 25.1851851852, 25.5, 25.8148148148; }

.hover\:focus-gray-90:hover {
  --focus-color: 25.1851851852, 25.5, 25.8148148148; }

.group:hover .group-hover\:focus-gray-90 {
  --focus-color: 25.1851851852, 25.5, 25.8148148148; }

.focus\:focus-gray-90:focus {
  --focus-color: 25.1851851852, 25.5, 25.8148148148; }

.focus-gray-80 {
  --focus-color: 50.3703703704, 51, 51.6296296296; }

.hover\:focus-gray-80:hover {
  --focus-color: 50.3703703704, 51, 51.6296296296; }

.group:hover .group-hover\:focus-gray-80 {
  --focus-color: 50.3703703704, 51, 51.6296296296; }

.focus\:focus-gray-80:focus {
  --focus-color: 50.3703703704, 51, 51.6296296296; }

.focus-gray-70 {
  --focus-color: 75.5555555556, 76.5, 77.4444444444; }

.hover\:focus-gray-70:hover {
  --focus-color: 75.5555555556, 76.5, 77.4444444444; }

.group:hover .group-hover\:focus-gray-70 {
  --focus-color: 75.5555555556, 76.5, 77.4444444444; }

.focus\:focus-gray-70:focus {
  --focus-color: 75.5555555556, 76.5, 77.4444444444; }

.focus-gray-60 {
  --focus-color: 100.7407407407, 102, 103.2592592593; }

.hover\:focus-gray-60:hover {
  --focus-color: 100.7407407407, 102, 103.2592592593; }

.group:hover .group-hover\:focus-gray-60 {
  --focus-color: 100.7407407407, 102, 103.2592592593; }

.focus\:focus-gray-60:focus {
  --focus-color: 100.7407407407, 102, 103.2592592593; }

.focus-gray-50 {
  --focus-color: 125.9259259259, 127.5, 129.0740740741; }

.hover\:focus-gray-50:hover {
  --focus-color: 125.9259259259, 127.5, 129.0740740741; }

.group:hover .group-hover\:focus-gray-50 {
  --focus-color: 125.9259259259, 127.5, 129.0740740741; }

.focus\:focus-gray-50:focus {
  --focus-color: 125.9259259259, 127.5, 129.0740740741; }

.focus-gray-40 {
  --focus-color: 151.7407407407, 153, 154.2592592593; }

.hover\:focus-gray-40:hover {
  --focus-color: 151.7407407407, 153, 154.2592592593; }

.group:hover .group-hover\:focus-gray-40 {
  --focus-color: 151.7407407407, 153, 154.2592592593; }

.focus\:focus-gray-40:focus {
  --focus-color: 151.7407407407, 153, 154.2592592593; }

.focus-gray-30 {
  --focus-color: 177.5555555556, 178.5, 179.4444444444; }

.hover\:focus-gray-30:hover {
  --focus-color: 177.5555555556, 178.5, 179.4444444444; }

.group:hover .group-hover\:focus-gray-30 {
  --focus-color: 177.5555555556, 178.5, 179.4444444444; }

.focus\:focus-gray-30:focus {
  --focus-color: 177.5555555556, 178.5, 179.4444444444; }

.focus-gray-20 {
  --focus-color: 203.3703703704, 204, 204.6296296296; }

.hover\:focus-gray-20:hover {
  --focus-color: 203.3703703704, 204, 204.6296296296; }

.group:hover .group-hover\:focus-gray-20 {
  --focus-color: 203.3703703704, 204, 204.6296296296; }

.focus\:focus-gray-20:focus {
  --focus-color: 203.3703703704, 204, 204.6296296296; }

.focus-gray-10 {
  --focus-color: 229.1851851852, 229.5, 229.8148148148; }

.hover\:focus-gray-10:hover {
  --focus-color: 229.1851851852, 229.5, 229.8148148148; }

.group:hover .group-hover\:focus-gray-10 {
  --focus-color: 229.1851851852, 229.5, 229.8148148148; }

.focus\:focus-gray-10:focus {
  --focus-color: 229.1851851852, 229.5, 229.8148148148; }

.focus-green-90 {
  --focus-color: 31.5394736842, 51, 0; }

.hover\:focus-green-90:hover {
  --focus-color: 31.5394736842, 51, 0; }

.group:hover .group-hover\:focus-green-90 {
  --focus-color: 31.5394736842, 51, 0; }

.focus\:focus-green-90:focus {
  --focus-color: 31.5394736842, 51, 0; }

.focus-green-80 {
  --focus-color: 62.5269524618, 99.6693548387, 2.3306451613; }

.hover\:focus-green-80:hover {
  --focus-color: 62.5269524618, 99.6693548387, 2.3306451613; }

.group:hover .group-hover\:focus-green-80 {
  --focus-color: 62.5269524618, 99.6693548387, 2.3306451613; }

.focus\:focus-green-80:focus {
  --focus-color: 62.5269524618, 99.6693548387, 2.3306451613; }

.focus-green-70 {
  --focus-color: 92.9624363328, 146.0080645161, 6.9919354839; }

.hover\:focus-green-70:hover {
  --focus-color: 92.9624363328, 146.0080645161, 6.9919354839; }

.group:hover .group-hover\:focus-green-70 {
  --focus-color: 92.9624363328, 146.0080645161, 6.9919354839; }

.focus\:focus-green-70:focus {
  --focus-color: 92.9624363328, 146.0080645161, 6.9919354839; }

.focus-green-60 {
  --focus-color: 122.8459252971, 190.0161290323, 13.9838709677; }

.hover\:focus-green-60:hover {
  --focus-color: 122.8459252971, 190.0161290323, 13.9838709677; }

.group:hover .group-hover\:focus-green-60 {
  --focus-color: 122.8459252971, 190.0161290323, 13.9838709677; }

.focus\:focus-green-60:focus {
  --focus-color: 122.8459252971, 190.0161290323, 13.9838709677; }

.focus-green-50 {
  --focus-color: 152.1774193548, 231.6935483871, 23.3064516129; }

.hover\:focus-green-50:hover {
  --focus-color: 152.1774193548, 231.6935483871, 23.3064516129; }

.group:hover .group-hover\:focus-green-50 {
  --focus-color: 152.1774193548, 231.6935483871, 23.3064516129; }

.focus\:focus-green-50:focus {
  --focus-color: 152.1774193548, 231.6935483871, 23.3064516129; }

.focus-green-40 {
  --focus-color: 173.8459252971, 241.0161290323, 64.9838709677; }

.hover\:focus-green-40:hover {
  --focus-color: 173.8459252971, 241.0161290323, 64.9838709677; }

.group:hover .group-hover\:focus-green-40 {
  --focus-color: 173.8459252971, 241.0161290323, 64.9838709677; }

.focus\:focus-green-40:focus {
  --focus-color: 173.8459252971, 241.0161290323, 64.9838709677; }

.focus-green-30 {
  --focus-color: 194.9624363328, 248.0080645161, 108.9919354839; }

.hover\:focus-green-30:hover {
  --focus-color: 194.9624363328, 248.0080645161, 108.9919354839; }

.group:hover .group-hover\:focus-green-30 {
  --focus-color: 194.9624363328, 248.0080645161, 108.9919354839; }

.focus\:focus-green-30:focus {
  --focus-color: 194.9624363328, 248.0080645161, 108.9919354839; }

.focus-green-20 {
  --focus-color: 215.5269524618, 252.6693548387, 155.3306451613; }

.hover\:focus-green-20:hover {
  --focus-color: 215.5269524618, 252.6693548387, 155.3306451613; }

.group:hover .group-hover\:focus-green-20 {
  --focus-color: 215.5269524618, 252.6693548387, 155.3306451613; }

.focus\:focus-green-20:focus {
  --focus-color: 215.5269524618, 252.6693548387, 155.3306451613; }

.focus-green-10 {
  --focus-color: 235.5394736842, 255, 204; }

.hover\:focus-green-10:hover {
  --focus-color: 235.5394736842, 255, 204; }

.group:hover .group-hover\:focus-green-10 {
  --focus-color: 235.5394736842, 255, 204; }

.focus\:focus-green-10:focus {
  --focus-color: 235.5394736842, 255, 204; }

.focus-blue-90 {
  --focus-color: 0, 32.668202765, 51; }

.hover\:focus-blue-90:hover {
  --focus-color: 0, 32.668202765, 51; }

.group:hover .group-hover\:focus-blue-90 {
  --focus-color: 0, 32.668202765, 51; }

.focus\:focus-blue-90:focus {
  --focus-color: 0, 32.668202765, 51; }

.focus-blue-80 {
  --focus-color: 0.9765957447, 65.0618786156, 101.0234042553; }

.hover\:focus-blue-80:hover {
  --focus-color: 0.9765957447, 65.0618786156, 101.0234042553; }

.group:hover .group-hover\:focus-blue-80 {
  --focus-color: 0.9765957447, 65.0618786156, 101.0234042553; }

.focus\:focus-blue-80:focus {
  --focus-color: 0.9765957447, 65.0618786156, 101.0234042553; }

.focus-blue-70 {
  --focus-color: 2.929787234, 97.1810275517, 150.070212766; }

.hover\:focus-blue-70:hover {
  --focus-color: 2.929787234, 97.1810275517, 150.070212766; }

.group:hover .group-hover\:focus-blue-70 {
  --focus-color: 2.929787234, 97.1810275517, 150.070212766; }

.focus\:focus-blue-70:focus {
  --focus-color: 2.929787234, 97.1810275517, 150.070212766; }

.focus-blue-60 {
  --focus-color: 5.8595744681, 129.0256495735, 198.1404255319; }

.hover\:focus-blue-60:hover {
  --focus-color: 5.8595744681, 129.0256495735, 198.1404255319; }

.group:hover .group-hover\:focus-blue-60 {
  --focus-color: 5.8595744681, 129.0256495735, 198.1404255319; }

.focus\:focus-blue-60:focus {
  --focus-color: 5.8595744681, 129.0256495735, 198.1404255319; }

.focus-blue-50 {
  --focus-color: 9.7659574468, 160.5957446809, 245.2340425532; }

.hover\:focus-blue-50:hover {
  --focus-color: 9.7659574468, 160.5957446809, 245.2340425532; }

.group:hover .group-hover\:focus-blue-50 {
  --focus-color: 9.7659574468, 160.5957446809, 245.2340425532; }

.focus\:focus-blue-50:focus {
  --focus-color: 9.7659574468, 160.5957446809, 245.2340425532; }

.focus-blue-40 {
  --focus-color: 56.8595744681, 180.0256495735, 249.1404255319; }

.hover\:focus-blue-40:hover {
  --focus-color: 56.8595744681, 180.0256495735, 249.1404255319; }

.group:hover .group-hover\:focus-blue-40 {
  --focus-color: 56.8595744681, 180.0256495735, 249.1404255319; }

.focus\:focus-blue-40:focus {
  --focus-color: 56.8595744681, 180.0256495735, 249.1404255319; }

.focus-blue-30 {
  --focus-color: 104.929787234, 199.1810275517, 252.070212766; }

.hover\:focus-blue-30:hover {
  --focus-color: 104.929787234, 199.1810275517, 252.070212766; }

.group:hover .group-hover\:focus-blue-30 {
  --focus-color: 104.929787234, 199.1810275517, 252.070212766; }

.focus\:focus-blue-30:focus {
  --focus-color: 104.929787234, 199.1810275517, 252.070212766; }

.focus-blue-20 {
  --focus-color: 153.9765957447, 218.0618786156, 254.0234042553; }

.hover\:focus-blue-20:hover {
  --focus-color: 153.9765957447, 218.0618786156, 254.0234042553; }

.group:hover .group-hover\:focus-blue-20 {
  --focus-color: 153.9765957447, 218.0618786156, 254.0234042553; }

.focus\:focus-blue-20:focus {
  --focus-color: 153.9765957447, 218.0618786156, 254.0234042553; }

.focus-blue-10 {
  --focus-color: 204, 236.668202765, 255; }

.hover\:focus-blue-10:hover {
  --focus-color: 204, 236.668202765, 255; }

.group:hover .group-hover\:focus-blue-10 {
  --focus-color: 204, 236.668202765, 255; }

.focus\:focus-blue-10:focus {
  --focus-color: 204, 236.668202765, 255; }

.focus-red-90 {
  --focus-color: 51, 0, 14.2706422018; }

.hover\:focus-red-90:hover {
  --focus-color: 51, 0, 14.2706422018; }

.group:hover .group-hover\:focus-red-90 {
  --focus-color: 51, 0, 14.2706422018; }

.focus\:focus-red-90:focus {
  --focus-color: 51, 0, 14.2706422018; }

.focus-red-80 {
  --focus-color: 102, 0, 28.5412844037; }

.hover\:focus-red-80:hover {
  --focus-color: 102, 0, 28.5412844037; }

.group:hover .group-hover\:focus-red-80 {
  --focus-color: 102, 0, 28.5412844037; }

.focus\:focus-red-80:focus {
  --focus-color: 102, 0, 28.5412844037; }

.focus-red-70 {
  --focus-color: 153, 0, 42.8119266055; }

.hover\:focus-red-70:hover {
  --focus-color: 153, 0, 42.8119266055; }

.group:hover .group-hover\:focus-red-70 {
  --focus-color: 153, 0, 42.8119266055; }

.focus\:focus-red-70:focus {
  --focus-color: 153, 0, 42.8119266055; }

.focus-red-60 {
  --focus-color: 204, 0, 57.0825688073; }

.hover\:focus-red-60:hover {
  --focus-color: 204, 0, 57.0825688073; }

.group:hover .group-hover\:focus-red-60 {
  --focus-color: 204, 0, 57.0825688073; }

.focus\:focus-red-60:focus {
  --focus-color: 204, 0, 57.0825688073; }

.focus-red-50 {
  --focus-color: 255, 0, 71.3532110092; }

.hover\:focus-red-50:hover {
  --focus-color: 255, 0, 71.3532110092; }

.group:hover .group-hover\:focus-red-50 {
  --focus-color: 255, 0, 71.3532110092; }

.focus\:focus-red-50:focus {
  --focus-color: 255, 0, 71.3532110092; }

.focus-red-40 {
  --focus-color: 255, 51, 108.0825688073; }

.hover\:focus-red-40:hover {
  --focus-color: 255, 51, 108.0825688073; }

.group:hover .group-hover\:focus-red-40 {
  --focus-color: 255, 51, 108.0825688073; }

.focus\:focus-red-40:focus {
  --focus-color: 255, 51, 108.0825688073; }

.focus-red-30 {
  --focus-color: 255, 102, 144.8119266055; }

.hover\:focus-red-30:hover {
  --focus-color: 255, 102, 144.8119266055; }

.group:hover .group-hover\:focus-red-30 {
  --focus-color: 255, 102, 144.8119266055; }

.focus\:focus-red-30:focus {
  --focus-color: 255, 102, 144.8119266055; }

.focus-red-20 {
  --focus-color: 255, 153, 181.5412844037; }

.hover\:focus-red-20:hover {
  --focus-color: 255, 153, 181.5412844037; }

.group:hover .group-hover\:focus-red-20 {
  --focus-color: 255, 153, 181.5412844037; }

.focus\:focus-red-20:focus {
  --focus-color: 255, 153, 181.5412844037; }

.focus-red-10 {
  --focus-color: 255, 204, 218.2706422018; }

.hover\:focus-red-10:hover {
  --focus-color: 255, 204, 218.2706422018; }

.group:hover .group-hover\:focus-red-10 {
  --focus-color: 255, 204, 218.2706422018; }

.focus\:focus-red-10:focus {
  --focus-color: 255, 204, 218.2706422018; }

.focus-yellow-90 {
  --focus-color: 46.6196319018, 51, 0; }

.hover\:focus-yellow-90:hover {
  --focus-color: 46.6196319018, 51, 0; }

.group:hover .group-hover\:focus-yellow-90 {
  --focus-color: 46.6196319018, 51, 0; }

.focus\:focus-yellow-90:focus {
  --focus-color: 46.6196319018, 51, 0; }

.focus-yellow-80 {
  --focus-color: 90.6852618062, 98.9162790698, 3.0837209302; }

.hover\:focus-yellow-80:hover {
  --focus-color: 90.6852618062, 98.9162790698, 3.0837209302; }

.group:hover .group-hover\:focus-yellow-80 {
  --focus-color: 90.6852618062, 98.9162790698, 3.0837209302; }

.focus\:focus-yellow-80:focus {
  --focus-color: 90.6852618062, 98.9162790698, 3.0837209302; }

.focus-yellow-70 {
  --focus-color: 132.1968897132, 143.7488372093, 9.2511627907; }

.hover\:focus-yellow-70:hover {
  --focus-color: 132.1968897132, 143.7488372093, 9.2511627907; }

.group:hover .group-hover\:focus-yellow-70 {
  --focus-color: 132.1968897132, 143.7488372093, 9.2511627907; }

.focus\:focus-yellow-70:focus {
  --focus-color: 132.1968897132, 143.7488372093, 9.2511627907; }

.focus-yellow-60 {
  --focus-color: 171.1545156228, 185.4976744186, 18.5023255814; }

.hover\:focus-yellow-60:hover {
  --focus-color: 171.1545156228, 185.4976744186, 18.5023255814; }

.group:hover .group-hover\:focus-yellow-60 {
  --focus-color: 171.1545156228, 185.4976744186, 18.5023255814; }

.focus\:focus-yellow-60:focus {
  --focus-color: 171.1545156228, 185.4976744186, 18.5023255814; }

.focus-yellow-50 {
  --focus-color: 207.5581395349, 224.1627906977, 30.8372093023; }

.hover\:focus-yellow-50:hover {
  --focus-color: 207.5581395349, 224.1627906977, 30.8372093023; }

.group:hover .group-hover\:focus-yellow-50 {
  --focus-color: 207.5581395349, 224.1627906977, 30.8372093023; }

.focus\:focus-yellow-50:focus {
  --focus-color: 207.5581395349, 224.1627906977, 30.8372093023; }

.focus-yellow-40 {
  --focus-color: 222.1545156228, 236.4976744186, 69.5023255814; }

.hover\:focus-yellow-40:hover {
  --focus-color: 222.1545156228, 236.4976744186, 69.5023255814; }

.group:hover .group-hover\:focus-yellow-40 {
  --focus-color: 222.1545156228, 236.4976744186, 69.5023255814; }

.focus\:focus-yellow-40:focus {
  --focus-color: 222.1545156228, 236.4976744186, 69.5023255814; }

.focus-yellow-30 {
  --focus-color: 234.1968897132, 245.7488372093, 111.2511627907; }

.hover\:focus-yellow-30:hover {
  --focus-color: 234.1968897132, 245.7488372093, 111.2511627907; }

.group:hover .group-hover\:focus-yellow-30 {
  --focus-color: 234.1968897132, 245.7488372093, 111.2511627907; }

.focus\:focus-yellow-30:focus {
  --focus-color: 234.1968897132, 245.7488372093, 111.2511627907; }

.focus-yellow-20 {
  --focus-color: 243.6852618062, 251.9162790698, 156.0837209302; }

.hover\:focus-yellow-20:hover {
  --focus-color: 243.6852618062, 251.9162790698, 156.0837209302; }

.group:hover .group-hover\:focus-yellow-20 {
  --focus-color: 243.6852618062, 251.9162790698, 156.0837209302; }

.focus\:focus-yellow-20:focus {
  --focus-color: 243.6852618062, 251.9162790698, 156.0837209302; }

.focus-yellow-10 {
  --focus-color: 250.6196319018, 255, 204; }

.hover\:focus-yellow-10:hover {
  --focus-color: 250.6196319018, 255, 204; }

.group:hover .group-hover\:focus-yellow-10 {
  --focus-color: 250.6196319018, 255, 204; }

.focus\:focus-yellow-10:focus {
  --focus-color: 250.6196319018, 255, 204; }

.focus-purple-90 {
  --focus-color: 29.5568181818, 0, 51; }

.hover\:focus-purple-90:hover {
  --focus-color: 29.5568181818, 0, 51; }

.group:hover .group-hover\:focus-purple-90 {
  --focus-color: 29.5568181818, 0, 51; }

.focus\:focus-purple-90:focus {
  --focus-color: 29.5568181818, 0, 51; }

.focus-purple-80 {
  --focus-color: 57.8681220096, 7.8289473684, 94.1710526316; }

.hover\:focus-purple-80:hover {
  --focus-color: 57.8681220096, 7.8289473684, 94.1710526316; }

.group:hover .group-hover\:focus-purple-80 {
  --focus-color: 57.8681220096, 7.8289473684, 94.1710526316; }

.focus\:focus-purple-80:focus {
  --focus-color: 57.8681220096, 7.8289473684, 94.1710526316; }

.focus-purple-70 {
  --focus-color: 84.9339114833, 23.4868421053, 129.5131578947; }

.hover\:focus-purple-70:hover {
  --focus-color: 84.9339114833, 23.4868421053, 129.5131578947; }

.group:hover .group-hover\:focus-purple-70 {
  --focus-color: 84.9339114833, 23.4868421053, 129.5131578947; }

.focus\:focus-purple-70:focus {
  --focus-color: 84.9339114833, 23.4868421053, 129.5131578947; }

.focus-purple-60 {
  --focus-color: 110.7541866029, 46.9736842105, 157.0263157895; }

.hover\:focus-purple-60:hover {
  --focus-color: 110.7541866029, 46.9736842105, 157.0263157895; }

.group:hover .group-hover\:focus-purple-60 {
  --focus-color: 110.7541866029, 46.9736842105, 157.0263157895; }

.focus\:focus-purple-60:focus {
  --focus-color: 110.7541866029, 46.9736842105, 157.0263157895; }

.focus-purple-50 {
  --focus-color: 135.3289473684, 78.2894736842, 176.7105263158; }

.hover\:focus-purple-50:hover {
  --focus-color: 135.3289473684, 78.2894736842, 176.7105263158; }

.group:hover .group-hover\:focus-purple-50 {
  --focus-color: 135.3289473684, 78.2894736842, 176.7105263158; }

.focus\:focus-purple-50:focus {
  --focus-color: 135.3289473684, 78.2894736842, 176.7105263158; }

.focus-purple-40 {
  --focus-color: 161.7541866029, 97.9736842105, 208.0263157895; }

.hover\:focus-purple-40:hover {
  --focus-color: 161.7541866029, 97.9736842105, 208.0263157895; }

.group:hover .group-hover\:focus-purple-40 {
  --focus-color: 161.7541866029, 97.9736842105, 208.0263157895; }

.focus\:focus-purple-40:focus {
  --focus-color: 161.7541866029, 97.9736842105, 208.0263157895; }

.focus-purple-30 {
  --focus-color: 186.9339114833, 125.4868421053, 231.5131578947; }

.hover\:focus-purple-30:hover {
  --focus-color: 186.9339114833, 125.4868421053, 231.5131578947; }

.group:hover .group-hover\:focus-purple-30 {
  --focus-color: 186.9339114833, 125.4868421053, 231.5131578947; }

.focus\:focus-purple-30:focus {
  --focus-color: 186.9339114833, 125.4868421053, 231.5131578947; }

.focus-purple-20 {
  --focus-color: 210.8681220096, 160.8289473684, 247.1710526316; }

.hover\:focus-purple-20:hover {
  --focus-color: 210.8681220096, 160.8289473684, 247.1710526316; }

.group:hover .group-hover\:focus-purple-20 {
  --focus-color: 210.8681220096, 160.8289473684, 247.1710526316; }

.focus\:focus-purple-20:focus {
  --focus-color: 210.8681220096, 160.8289473684, 247.1710526316; }

.focus-purple-10 {
  --focus-color: 233.5568181818, 204, 255; }

.hover\:focus-purple-10:hover {
  --focus-color: 233.5568181818, 204, 255; }

.group:hover .group-hover\:focus-purple-10 {
  --focus-color: 233.5568181818, 204, 255; }

.focus\:focus-purple-10:focus {
  --focus-color: 233.5568181818, 204, 255; }

.focus-teal-90 {
  --focus-color: 0, 51, 44.8492462312; }

.hover\:focus-teal-90:hover {
  --focus-color: 0, 51, 44.8492462312; }

.group:hover .group-hover\:focus-teal-90 {
  --focus-color: 0, 51, 44.8492462312; }

.focus\:focus-teal-90:focus {
  --focus-color: 0, 51, 44.8492462312; }

.focus-teal-80 {
  --focus-color: 0, 102, 89.6984924623; }

.hover\:focus-teal-80:hover {
  --focus-color: 0, 102, 89.6984924623; }

.group:hover .group-hover\:focus-teal-80 {
  --focus-color: 0, 102, 89.6984924623; }

.focus\:focus-teal-80:focus {
  --focus-color: 0, 102, 89.6984924623; }

.focus-teal-70 {
  --focus-color: 0, 153, 134.5477386935; }

.hover\:focus-teal-70:hover {
  --focus-color: 0, 153, 134.5477386935; }

.group:hover .group-hover\:focus-teal-70 {
  --focus-color: 0, 153, 134.5477386935; }

.focus\:focus-teal-70:focus {
  --focus-color: 0, 153, 134.5477386935; }

.focus-teal-60 {
  --focus-color: 0, 204, 179.3969849246; }

.hover\:focus-teal-60:hover {
  --focus-color: 0, 204, 179.3969849246; }

.group:hover .group-hover\:focus-teal-60 {
  --focus-color: 0, 204, 179.3969849246; }

.focus\:focus-teal-60:focus {
  --focus-color: 0, 204, 179.3969849246; }

.focus-teal-50 {
  --focus-color: 0, 255, 224.2462311558; }

.hover\:focus-teal-50:hover {
  --focus-color: 0, 255, 224.2462311558; }

.group:hover .group-hover\:focus-teal-50 {
  --focus-color: 0, 255, 224.2462311558; }

.focus\:focus-teal-50:focus {
  --focus-color: 0, 255, 224.2462311558; }

.focus-teal-40 {
  --focus-color: 51, 255, 230.3969849246; }

.hover\:focus-teal-40:hover {
  --focus-color: 51, 255, 230.3969849246; }

.group:hover .group-hover\:focus-teal-40 {
  --focus-color: 51, 255, 230.3969849246; }

.focus\:focus-teal-40:focus {
  --focus-color: 51, 255, 230.3969849246; }

.focus-teal-30 {
  --focus-color: 102, 255, 236.5477386935; }

.hover\:focus-teal-30:hover {
  --focus-color: 102, 255, 236.5477386935; }

.group:hover .group-hover\:focus-teal-30 {
  --focus-color: 102, 255, 236.5477386935; }

.focus\:focus-teal-30:focus {
  --focus-color: 102, 255, 236.5477386935; }

.focus-teal-20 {
  --focus-color: 153, 255, 242.6984924623; }

.hover\:focus-teal-20:hover {
  --focus-color: 153, 255, 242.6984924623; }

.group:hover .group-hover\:focus-teal-20 {
  --focus-color: 153, 255, 242.6984924623; }

.focus\:focus-teal-20:focus {
  --focus-color: 153, 255, 242.6984924623; }

.focus-teal-10 {
  --focus-color: 204, 255, 248.8492462312; }

.hover\:focus-teal-10:hover {
  --focus-color: 204, 255, 248.8492462312; }

.group:hover .group-hover\:focus-teal-10 {
  --focus-color: 204, 255, 248.8492462312; }

.focus\:focus-teal-10:focus {
  --focus-color: 204, 255, 248.8492462312; }

.focus-orange-90 {
  --focus-color: 51, 24.7796610169, 0; }

.hover\:focus-orange-90:hover {
  --focus-color: 51, 24.7796610169, 0; }

.group:hover .group-hover\:focus-orange-90 {
  --focus-color: 51, 24.7796610169, 0; }

.focus\:focus-orange-90:focus {
  --focus-color: 51, 24.7796610169, 0; }

.focus-orange-80 {
  --focus-color: 102, 49.5593220339, 0; }

.hover\:focus-orange-80:hover {
  --focus-color: 102, 49.5593220339, 0; }

.group:hover .group-hover\:focus-orange-80 {
  --focus-color: 102, 49.5593220339, 0; }

.focus\:focus-orange-80:focus {
  --focus-color: 102, 49.5593220339, 0; }

.focus-orange-70 {
  --focus-color: 153, 74.3389830508, 0; }

.hover\:focus-orange-70:hover {
  --focus-color: 153, 74.3389830508, 0; }

.group:hover .group-hover\:focus-orange-70 {
  --focus-color: 153, 74.3389830508, 0; }

.focus\:focus-orange-70:focus {
  --focus-color: 153, 74.3389830508, 0; }

.focus-orange-60 {
  --focus-color: 204, 99.1186440678, 0; }

.hover\:focus-orange-60:hover {
  --focus-color: 204, 99.1186440678, 0; }

.group:hover .group-hover\:focus-orange-60 {
  --focus-color: 204, 99.1186440678, 0; }

.focus\:focus-orange-60:focus {
  --focus-color: 204, 99.1186440678, 0; }

.focus-orange-50 {
  --focus-color: 255, 123.8983050847, 0; }

.hover\:focus-orange-50:hover {
  --focus-color: 255, 123.8983050847, 0; }

.group:hover .group-hover\:focus-orange-50 {
  --focus-color: 255, 123.8983050847, 0; }

.focus\:focus-orange-50:focus {
  --focus-color: 255, 123.8983050847, 0; }

.focus-orange-40 {
  --focus-color: 255, 150.1186440678, 51; }

.hover\:focus-orange-40:hover {
  --focus-color: 255, 150.1186440678, 51; }

.group:hover .group-hover\:focus-orange-40 {
  --focus-color: 255, 150.1186440678, 51; }

.focus\:focus-orange-40:focus {
  --focus-color: 255, 150.1186440678, 51; }

.focus-orange-30 {
  --focus-color: 255, 176.3389830508, 102; }

.hover\:focus-orange-30:hover {
  --focus-color: 255, 176.3389830508, 102; }

.group:hover .group-hover\:focus-orange-30 {
  --focus-color: 255, 176.3389830508, 102; }

.focus\:focus-orange-30:focus {
  --focus-color: 255, 176.3389830508, 102; }

.focus-orange-20 {
  --focus-color: 255, 202.5593220339, 153; }

.hover\:focus-orange-20:hover {
  --focus-color: 255, 202.5593220339, 153; }

.group:hover .group-hover\:focus-orange-20 {
  --focus-color: 255, 202.5593220339, 153; }

.focus\:focus-orange-20:focus {
  --focus-color: 255, 202.5593220339, 153; }

.focus-orange-10 {
  --focus-color: 255, 228.7796610169, 204; }

.hover\:focus-orange-10:hover {
  --focus-color: 255, 228.7796610169, 204; }

.group:hover .group-hover\:focus-orange-10 {
  --focus-color: 255, 228.7796610169, 204; }

.focus\:focus-orange-10:focus {
  --focus-color: 255, 228.7796610169, 204; }

.overflow-hidden {
  overflow: hidden; }

.overflow-y {
  overflow-y: auto; }

.overflow-y-scroll {
  overflow-y: scroll; }

.overflow-y-auto {
  overflow-y: auto; }

.overflow-x {
  overflow-x: auto; }

.overflow-x-scroll {
  overflow-x: scroll; }

.overflow-x-auto {
  overflow-x: auto; }


.reset {
  outline: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  color: inherit; }

.cursor-auto {
  cursor: auto; }

.cursor-default {
  cursor: default; }

.cursor-pointer {
  cursor: pointer; }

.cursor-wait {
  cursor: wait; }

.cursor-text {
  cursor: text; }

.cursor-move {
  cursor: move; }

.cursor-not-allowed {
  cursor: not-allowed; }

.cursor-help {
  cursor: help; }

.cursor-grab {
  cursor: grab; }

.cursor-move-v {
  cursor: ns-resize; }

.fill-current {
  fill: currentColor; }

.stroke-current {
  stroke: currentColor; }

.bg-white {
  background-color: rgba(255, 255, 255, var(--bg-opacity)); }

.hover\:bg-white:hover {
  background-color: rgba(255, 255, 255, var(--bg-opacity)); }

.group:hover .group-hover\:bg-white {
  background-color: rgba(255, 255, 255, var(--bg-opacity)); }

.focus\:bg-white:focus {
  background-color: rgba(255, 255, 255, var(--bg-opacity)); }

.bg-gray {
  background-color: rgba(80, 81, 82, var(--bg-opacity)); }

.hover\:bg-gray:hover {
  background-color: rgba(80, 81, 82, var(--bg-opacity)); }

.group:hover .group-hover\:bg-gray {
  background-color: rgba(80, 81, 82, var(--bg-opacity)); }

.focus\:bg-gray:focus {
  background-color: rgba(80, 81, 82, var(--bg-opacity)); }

.bg-green {
  background-color: rgba(180, 238, 86, var(--bg-opacity)); }

.hover\:bg-green:hover {
  background-color: rgba(180, 238, 86, var(--bg-opacity)); }

.group:hover .group-hover\:bg-green {
  background-color: rgba(180, 238, 86, var(--bg-opacity)); }

.focus\:bg-green:focus {
  background-color: rgba(180, 238, 86, var(--bg-opacity)); }

.bg-blue {
  background-color: rgba(9, 148, 226, var(--bg-opacity)); }

.hover\:bg-blue:hover {
  background-color: rgba(9, 148, 226, var(--bg-opacity)); }

.group:hover .group-hover\:bg-blue {
  background-color: rgba(9, 148, 226, var(--bg-opacity)); }

.focus\:bg-blue:focus {
  background-color: rgba(9, 148, 226, var(--bg-opacity)); }

.bg-red {
  background-color: rgba(255, 37, 98, var(--bg-opacity)); }

.hover\:bg-red:hover {
  background-color: rgba(255, 37, 98, var(--bg-opacity)); }

.group:hover .group-hover\:bg-red {
  background-color: rgba(255, 37, 98, var(--bg-opacity)); }

.focus\:bg-red:focus {
  background-color: rgba(255, 37, 98, var(--bg-opacity)); }

.bg-yellow {
  background-color: rgba(215, 229, 66, var(--bg-opacity)); }

.hover\:bg-yellow:hover {
  background-color: rgba(215, 229, 66, var(--bg-opacity)); }

.group:hover .group-hover\:bg-yellow {
  background-color: rgba(215, 229, 66, var(--bg-opacity)); }

.focus\:bg-yellow:focus {
  background-color: rgba(215, 229, 66, var(--bg-opacity)); }

.bg-purple {
  background-color: rgba(148, 97, 185, var(--bg-opacity)); }

.hover\:bg-purple:hover {
  background-color: rgba(148, 97, 185, var(--bg-opacity)); }

.group:hover .group-hover\:bg-purple {
  background-color: rgba(148, 97, 185, var(--bg-opacity)); }

.focus\:bg-purple:focus {
  background-color: rgba(148, 97, 185, var(--bg-opacity)); }

.bg-gray-05 {
  background-color: rgba(249, 249, 252, var(--bg-opacity)); }

.hover\:bg-gray-05:hover {
  background-color: rgba(249, 249, 252, var(--bg-opacity)); }

.group:hover .group-hover\:bg-gray-05 {
  background-color: rgba(249, 249, 252, var(--bg-opacity)); }

.focus\:bg-gray-05:focus {
  background-color: rgba(249, 249, 252, var(--bg-opacity)); }

.bg-pink {
  background-color: rgba(254, 69, 92, var(--bg-opacity)); }

.hover\:bg-pink:hover {
  background-color: rgba(254, 69, 92, var(--bg-opacity)); }

.group:hover .group-hover\:bg-pink {
  background-color: rgba(254, 69, 92, var(--bg-opacity)); }

.focus\:bg-pink:focus {
  background-color: rgba(254, 69, 92, var(--bg-opacity)); }

.bg-teal {
  background-color: rgba(0, 199, 175, var(--bg-opacity)); }

.hover\:bg-teal:hover {
  background-color: rgba(0, 199, 175, var(--bg-opacity)); }

.group:hover .group-hover\:bg-teal {
  background-color: rgba(0, 199, 175, var(--bg-opacity)); }

.focus\:bg-teal:focus {
  background-color: rgba(0, 199, 175, var(--bg-opacity)); }

.bg-orange {
  background-color: rgba(255, 164, 78, var(--bg-opacity)); }

.hover\:bg-orange:hover {
  background-color: rgba(255, 164, 78, var(--bg-opacity)); }

.group:hover .group-hover\:bg-orange {
  background-color: rgba(255, 164, 78, var(--bg-opacity)); }

.focus\:bg-orange:focus {
  background-color: rgba(255, 164, 78, var(--bg-opacity)); }

.bg-gray-90 {
  background-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--bg-opacity)); }

.hover\:bg-gray-90:hover {
  background-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--bg-opacity)); }

.group:hover .group-hover\:bg-gray-90 {
  background-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--bg-opacity)); }

.focus\:bg-gray-90:focus {
  background-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--bg-opacity)); }

.bg-gray-80 {
  background-color: rgba(50.3703703704, 51, 51.6296296296, var(--bg-opacity)); }

.hover\:bg-gray-80:hover {
  background-color: rgba(50.3703703704, 51, 51.6296296296, var(--bg-opacity)); }

.group:hover .group-hover\:bg-gray-80 {
  background-color: rgba(50.3703703704, 51, 51.6296296296, var(--bg-opacity)); }

.focus\:bg-gray-80:focus {
  background-color: rgba(50.3703703704, 51, 51.6296296296, var(--bg-opacity)); }

.bg-gray-70 {
  background-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--bg-opacity)); }

.hover\:bg-gray-70:hover {
  background-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--bg-opacity)); }

.group:hover .group-hover\:bg-gray-70 {
  background-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--bg-opacity)); }

.focus\:bg-gray-70:focus {
  background-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--bg-opacity)); }

.bg-gray-60 {
  background-color: rgba(100.7407407407, 102, 103.2592592593, var(--bg-opacity)); }

.hover\:bg-gray-60:hover {
  background-color: rgba(100.7407407407, 102, 103.2592592593, var(--bg-opacity)); }

.group:hover .group-hover\:bg-gray-60 {
  background-color: rgba(100.7407407407, 102, 103.2592592593, var(--bg-opacity)); }

.focus\:bg-gray-60:focus {
  background-color: rgba(100.7407407407, 102, 103.2592592593, var(--bg-opacity)); }

.bg-gray-50 {
  background-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--bg-opacity)); }

.hover\:bg-gray-50:hover {
  background-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--bg-opacity)); }

.group:hover .group-hover\:bg-gray-50 {
  background-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--bg-opacity)); }

.focus\:bg-gray-50:focus {
  background-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--bg-opacity)); }

.bg-gray-40 {
  background-color: rgba(151.7407407407, 153, 154.2592592593, var(--bg-opacity)); }

.hover\:bg-gray-40:hover {
  background-color: rgba(151.7407407407, 153, 154.2592592593, var(--bg-opacity)); }

.group:hover .group-hover\:bg-gray-40 {
  background-color: rgba(151.7407407407, 153, 154.2592592593, var(--bg-opacity)); }

.focus\:bg-gray-40:focus {
  background-color: rgba(151.7407407407, 153, 154.2592592593, var(--bg-opacity)); }

.bg-gray-30 {
  background-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--bg-opacity)); }

.hover\:bg-gray-30:hover {
  background-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--bg-opacity)); }

.group:hover .group-hover\:bg-gray-30 {
  background-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--bg-opacity)); }

.focus\:bg-gray-30:focus {
  background-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--bg-opacity)); }

.bg-gray-20 {
  background-color: rgba(203.3703703704, 204, 204.6296296296, var(--bg-opacity)); }

.hover\:bg-gray-20:hover {
  background-color: rgba(203.3703703704, 204, 204.6296296296, var(--bg-opacity)); }

.group:hover .group-hover\:bg-gray-20 {
  background-color: rgba(203.3703703704, 204, 204.6296296296, var(--bg-opacity)); }

.focus\:bg-gray-20:focus {
  background-color: rgba(203.3703703704, 204, 204.6296296296, var(--bg-opacity)); }

.bg-gray-10 {
  background-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--bg-opacity)); }

.hover\:bg-gray-10:hover {
  background-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--bg-opacity)); }

.group:hover .group-hover\:bg-gray-10 {
  background-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--bg-opacity)); }

.focus\:bg-gray-10:focus {
  background-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--bg-opacity)); }

.bg-green-90 {
  background-color: rgba(31.5394736842, 51, 0, var(--bg-opacity)); }

.hover\:bg-green-90:hover {
  background-color: rgba(31.5394736842, 51, 0, var(--bg-opacity)); }

.group:hover .group-hover\:bg-green-90 {
  background-color: rgba(31.5394736842, 51, 0, var(--bg-opacity)); }

.focus\:bg-green-90:focus {
  background-color: rgba(31.5394736842, 51, 0, var(--bg-opacity)); }

.bg-green-80 {
  background-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--bg-opacity)); }

.hover\:bg-green-80:hover {
  background-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--bg-opacity)); }

.group:hover .group-hover\:bg-green-80 {
  background-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--bg-opacity)); }

.focus\:bg-green-80:focus {
  background-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--bg-opacity)); }

.bg-green-70 {
  background-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--bg-opacity)); }

.hover\:bg-green-70:hover {
  background-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--bg-opacity)); }

.group:hover .group-hover\:bg-green-70 {
  background-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--bg-opacity)); }

.focus\:bg-green-70:focus {
  background-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--bg-opacity)); }

.bg-green-60 {
  background-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--bg-opacity)); }

.hover\:bg-green-60:hover {
  background-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--bg-opacity)); }

.group:hover .group-hover\:bg-green-60 {
  background-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--bg-opacity)); }

.focus\:bg-green-60:focus {
  background-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--bg-opacity)); }

.bg-green-50 {
  background-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--bg-opacity)); }

.hover\:bg-green-50:hover {
  background-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--bg-opacity)); }

.group:hover .group-hover\:bg-green-50 {
  background-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--bg-opacity)); }

.focus\:bg-green-50:focus {
  background-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--bg-opacity)); }

.bg-green-40 {
  background-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--bg-opacity)); }

.hover\:bg-green-40:hover {
  background-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--bg-opacity)); }

.group:hover .group-hover\:bg-green-40 {
  background-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--bg-opacity)); }

.focus\:bg-green-40:focus {
  background-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--bg-opacity)); }

.bg-green-30 {
  background-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--bg-opacity)); }

.hover\:bg-green-30:hover {
  background-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--bg-opacity)); }

.group:hover .group-hover\:bg-green-30 {
  background-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--bg-opacity)); }

.focus\:bg-green-30:focus {
  background-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--bg-opacity)); }

.bg-green-20 {
  background-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--bg-opacity)); }

.hover\:bg-green-20:hover {
  background-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--bg-opacity)); }

.group:hover .group-hover\:bg-green-20 {
  background-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--bg-opacity)); }

.focus\:bg-green-20:focus {
  background-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--bg-opacity)); }

.bg-green-10 {
  background-color: rgba(235.5394736842, 255, 204, var(--bg-opacity)); }

.hover\:bg-green-10:hover {
  background-color: rgba(235.5394736842, 255, 204, var(--bg-opacity)); }

.group:hover .group-hover\:bg-green-10 {
  background-color: rgba(235.5394736842, 255, 204, var(--bg-opacity)); }

.focus\:bg-green-10:focus {
  background-color: rgba(235.5394736842, 255, 204, var(--bg-opacity)); }

.bg-blue-90 {
  background-color: rgba(0, 32.668202765, 51, var(--bg-opacity)); }

.hover\:bg-blue-90:hover {
  background-color: rgba(0, 32.668202765, 51, var(--bg-opacity)); }

.group:hover .group-hover\:bg-blue-90 {
  background-color: rgba(0, 32.668202765, 51, var(--bg-opacity)); }

.focus\:bg-blue-90:focus {
  background-color: rgba(0, 32.668202765, 51, var(--bg-opacity)); }

.bg-blue-80 {
  background-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--bg-opacity)); }

.hover\:bg-blue-80:hover {
  background-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--bg-opacity)); }

.group:hover .group-hover\:bg-blue-80 {
  background-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--bg-opacity)); }

.focus\:bg-blue-80:focus {
  background-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--bg-opacity)); }

.bg-blue-70 {
  background-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--bg-opacity)); }

.hover\:bg-blue-70:hover {
  background-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--bg-opacity)); }

.group:hover .group-hover\:bg-blue-70 {
  background-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--bg-opacity)); }

.focus\:bg-blue-70:focus {
  background-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--bg-opacity)); }

.bg-blue-60 {
  background-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--bg-opacity)); }

.hover\:bg-blue-60:hover {
  background-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--bg-opacity)); }

.group:hover .group-hover\:bg-blue-60 {
  background-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--bg-opacity)); }

.focus\:bg-blue-60:focus {
  background-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--bg-opacity)); }

.bg-blue-50 {
  background-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--bg-opacity)); }

.hover\:bg-blue-50:hover {
  background-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--bg-opacity)); }

.group:hover .group-hover\:bg-blue-50 {
  background-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--bg-opacity)); }

.focus\:bg-blue-50:focus {
  background-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--bg-opacity)); }

.bg-blue-40 {
  background-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--bg-opacity)); }

.hover\:bg-blue-40:hover {
  background-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--bg-opacity)); }

.group:hover .group-hover\:bg-blue-40 {
  background-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--bg-opacity)); }

.focus\:bg-blue-40:focus {
  background-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--bg-opacity)); }

.bg-blue-30 {
  background-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--bg-opacity)); }

.hover\:bg-blue-30:hover {
  background-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--bg-opacity)); }

.group:hover .group-hover\:bg-blue-30 {
  background-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--bg-opacity)); }

.focus\:bg-blue-30:focus {
  background-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--bg-opacity)); }

.bg-blue-20 {
  background-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--bg-opacity)); }

.hover\:bg-blue-20:hover {
  background-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--bg-opacity)); }

.group:hover .group-hover\:bg-blue-20 {
  background-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--bg-opacity)); }

.focus\:bg-blue-20:focus {
  background-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--bg-opacity)); }

.bg-blue-10 {
  background-color: rgba(204, 236.668202765, 255, var(--bg-opacity)); }

.hover\:bg-blue-10:hover {
  background-color: rgba(204, 236.668202765, 255, var(--bg-opacity)); }

.group:hover .group-hover\:bg-blue-10 {
  background-color: rgba(204, 236.668202765, 255, var(--bg-opacity)); }

.focus\:bg-blue-10:focus {
  background-color: rgba(204, 236.668202765, 255, var(--bg-opacity)); }

.bg-red-90 {
  background-color: rgba(51, 0, 14.2706422018, var(--bg-opacity)); }

.hover\:bg-red-90:hover {
  background-color: rgba(51, 0, 14.2706422018, var(--bg-opacity)); }

.group:hover .group-hover\:bg-red-90 {
  background-color: rgba(51, 0, 14.2706422018, var(--bg-opacity)); }

.focus\:bg-red-90:focus {
  background-color: rgba(51, 0, 14.2706422018, var(--bg-opacity)); }

.bg-red-80 {
  background-color: rgba(102, 0, 28.5412844037, var(--bg-opacity)); }

.hover\:bg-red-80:hover {
  background-color: rgba(102, 0, 28.5412844037, var(--bg-opacity)); }

.group:hover .group-hover\:bg-red-80 {
  background-color: rgba(102, 0, 28.5412844037, var(--bg-opacity)); }

.focus\:bg-red-80:focus {
  background-color: rgba(102, 0, 28.5412844037, var(--bg-opacity)); }

.bg-red-70 {
  background-color: rgba(153, 0, 42.8119266055, var(--bg-opacity)); }

.hover\:bg-red-70:hover {
  background-color: rgba(153, 0, 42.8119266055, var(--bg-opacity)); }

.group:hover .group-hover\:bg-red-70 {
  background-color: rgba(153, 0, 42.8119266055, var(--bg-opacity)); }

.focus\:bg-red-70:focus {
  background-color: rgba(153, 0, 42.8119266055, var(--bg-opacity)); }

.bg-red-60 {
  background-color: rgba(204, 0, 57.0825688073, var(--bg-opacity)); }

.hover\:bg-red-60:hover {
  background-color: rgba(204, 0, 57.0825688073, var(--bg-opacity)); }

.group:hover .group-hover\:bg-red-60 {
  background-color: rgba(204, 0, 57.0825688073, var(--bg-opacity)); }

.focus\:bg-red-60:focus {
  background-color: rgba(204, 0, 57.0825688073, var(--bg-opacity)); }

.bg-red-50 {
  background-color: rgba(255, 0, 71.3532110092, var(--bg-opacity)); }

.hover\:bg-red-50:hover {
  background-color: rgba(255, 0, 71.3532110092, var(--bg-opacity)); }

.group:hover .group-hover\:bg-red-50 {
  background-color: rgba(255, 0, 71.3532110092, var(--bg-opacity)); }

.focus\:bg-red-50:focus {
  background-color: rgba(255, 0, 71.3532110092, var(--bg-opacity)); }

.bg-red-40 {
  background-color: rgba(255, 51, 108.0825688073, var(--bg-opacity)); }

.hover\:bg-red-40:hover {
  background-color: rgba(255, 51, 108.0825688073, var(--bg-opacity)); }

.group:hover .group-hover\:bg-red-40 {
  background-color: rgba(255, 51, 108.0825688073, var(--bg-opacity)); }

.focus\:bg-red-40:focus {
  background-color: rgba(255, 51, 108.0825688073, var(--bg-opacity)); }

.bg-red-30 {
  background-color: rgba(255, 102, 144.8119266055, var(--bg-opacity)); }

.hover\:bg-red-30:hover {
  background-color: rgba(255, 102, 144.8119266055, var(--bg-opacity)); }

.group:hover .group-hover\:bg-red-30 {
  background-color: rgba(255, 102, 144.8119266055, var(--bg-opacity)); }

.focus\:bg-red-30:focus {
  background-color: rgba(255, 102, 144.8119266055, var(--bg-opacity)); }

.bg-red-20 {
  background-color: rgba(255, 153, 181.5412844037, var(--bg-opacity)); }

.hover\:bg-red-20:hover {
  background-color: rgba(255, 153, 181.5412844037, var(--bg-opacity)); }

.group:hover .group-hover\:bg-red-20 {
  background-color: rgba(255, 153, 181.5412844037, var(--bg-opacity)); }

.focus\:bg-red-20:focus {
  background-color: rgba(255, 153, 181.5412844037, var(--bg-opacity)); }

.bg-red-10 {
  background-color: rgba(255, 204, 218.2706422018, var(--bg-opacity)); }

.hover\:bg-red-10:hover {
  background-color: rgba(255, 204, 218.2706422018, var(--bg-opacity)); }

.group:hover .group-hover\:bg-red-10 {
  background-color: rgba(255, 204, 218.2706422018, var(--bg-opacity)); }

.focus\:bg-red-10:focus {
  background-color: rgba(255, 204, 218.2706422018, var(--bg-opacity)); }

.bg-yellow-90 {
  background-color: rgba(46.6196319018, 51, 0, var(--bg-opacity)); }

.hover\:bg-yellow-90:hover {
  background-color: rgba(46.6196319018, 51, 0, var(--bg-opacity)); }

.group:hover .group-hover\:bg-yellow-90 {
  background-color: rgba(46.6196319018, 51, 0, var(--bg-opacity)); }

.focus\:bg-yellow-90:focus {
  background-color: rgba(46.6196319018, 51, 0, var(--bg-opacity)); }

.bg-yellow-80 {
  background-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--bg-opacity)); }

.hover\:bg-yellow-80:hover {
  background-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--bg-opacity)); }

.group:hover .group-hover\:bg-yellow-80 {
  background-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--bg-opacity)); }

.focus\:bg-yellow-80:focus {
  background-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--bg-opacity)); }

.bg-yellow-70 {
  background-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--bg-opacity)); }

.hover\:bg-yellow-70:hover {
  background-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--bg-opacity)); }

.group:hover .group-hover\:bg-yellow-70 {
  background-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--bg-opacity)); }

.focus\:bg-yellow-70:focus {
  background-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--bg-opacity)); }

.bg-yellow-60 {
  background-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--bg-opacity)); }

.hover\:bg-yellow-60:hover {
  background-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--bg-opacity)); }

.group:hover .group-hover\:bg-yellow-60 {
  background-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--bg-opacity)); }

.focus\:bg-yellow-60:focus {
  background-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--bg-opacity)); }

.bg-yellow-50 {
  background-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--bg-opacity)); }

.hover\:bg-yellow-50:hover {
  background-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--bg-opacity)); }

.group:hover .group-hover\:bg-yellow-50 {
  background-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--bg-opacity)); }

.focus\:bg-yellow-50:focus {
  background-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--bg-opacity)); }

.bg-yellow-40 {
  background-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--bg-opacity)); }

.hover\:bg-yellow-40:hover {
  background-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--bg-opacity)); }

.group:hover .group-hover\:bg-yellow-40 {
  background-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--bg-opacity)); }

.focus\:bg-yellow-40:focus {
  background-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--bg-opacity)); }

.bg-yellow-30 {
  background-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--bg-opacity)); }

.hover\:bg-yellow-30:hover {
  background-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--bg-opacity)); }

.group:hover .group-hover\:bg-yellow-30 {
  background-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--bg-opacity)); }

.focus\:bg-yellow-30:focus {
  background-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--bg-opacity)); }

.bg-yellow-20 {
  background-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--bg-opacity)); }

.hover\:bg-yellow-20:hover {
  background-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--bg-opacity)); }

.group:hover .group-hover\:bg-yellow-20 {
  background-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--bg-opacity)); }

.focus\:bg-yellow-20:focus {
  background-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--bg-opacity)); }

.bg-yellow-10 {
  background-color: rgba(250.6196319018, 255, 204, var(--bg-opacity)); }

.hover\:bg-yellow-10:hover {
  background-color: rgba(250.6196319018, 255, 204, var(--bg-opacity)); }

.group:hover .group-hover\:bg-yellow-10 {
  background-color: rgba(250.6196319018, 255, 204, var(--bg-opacity)); }

.focus\:bg-yellow-10:focus {
  background-color: rgba(250.6196319018, 255, 204, var(--bg-opacity)); }

.bg-purple-90 {
  background-color: rgba(29.5568181818, 0, 51, var(--bg-opacity)); }

.hover\:bg-purple-90:hover {
  background-color: rgba(29.5568181818, 0, 51, var(--bg-opacity)); }

.group:hover .group-hover\:bg-purple-90 {
  background-color: rgba(29.5568181818, 0, 51, var(--bg-opacity)); }

.focus\:bg-purple-90:focus {
  background-color: rgba(29.5568181818, 0, 51, var(--bg-opacity)); }

.bg-purple-80 {
  background-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--bg-opacity)); }

.hover\:bg-purple-80:hover {
  background-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--bg-opacity)); }

.group:hover .group-hover\:bg-purple-80 {
  background-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--bg-opacity)); }

.focus\:bg-purple-80:focus {
  background-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--bg-opacity)); }

.bg-purple-70 {
  background-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--bg-opacity)); }

.hover\:bg-purple-70:hover {
  background-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--bg-opacity)); }

.group:hover .group-hover\:bg-purple-70 {
  background-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--bg-opacity)); }

.focus\:bg-purple-70:focus {
  background-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--bg-opacity)); }

.bg-purple-60 {
  background-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--bg-opacity)); }

.hover\:bg-purple-60:hover {
  background-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--bg-opacity)); }

.group:hover .group-hover\:bg-purple-60 {
  background-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--bg-opacity)); }

.focus\:bg-purple-60:focus {
  background-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--bg-opacity)); }

.bg-purple-50 {
  background-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--bg-opacity)); }

.hover\:bg-purple-50:hover {
  background-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--bg-opacity)); }

.group:hover .group-hover\:bg-purple-50 {
  background-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--bg-opacity)); }

.focus\:bg-purple-50:focus {
  background-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--bg-opacity)); }

.bg-purple-40 {
  background-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--bg-opacity)); }

.hover\:bg-purple-40:hover {
  background-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--bg-opacity)); }

.group:hover .group-hover\:bg-purple-40 {
  background-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--bg-opacity)); }

.focus\:bg-purple-40:focus {
  background-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--bg-opacity)); }

.bg-purple-30 {
  background-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--bg-opacity)); }

.hover\:bg-purple-30:hover {
  background-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--bg-opacity)); }

.group:hover .group-hover\:bg-purple-30 {
  background-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--bg-opacity)); }

.focus\:bg-purple-30:focus {
  background-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--bg-opacity)); }

.bg-purple-20 {
  background-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--bg-opacity)); }

.hover\:bg-purple-20:hover {
  background-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--bg-opacity)); }

.group:hover .group-hover\:bg-purple-20 {
  background-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--bg-opacity)); }

.focus\:bg-purple-20:focus {
  background-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--bg-opacity)); }

.bg-purple-10 {
  background-color: rgba(233.5568181818, 204, 255, var(--bg-opacity)); }

.hover\:bg-purple-10:hover {
  background-color: rgba(233.5568181818, 204, 255, var(--bg-opacity)); }

.group:hover .group-hover\:bg-purple-10 {
  background-color: rgba(233.5568181818, 204, 255, var(--bg-opacity)); }

.focus\:bg-purple-10:focus {
  background-color: rgba(233.5568181818, 204, 255, var(--bg-opacity)); }

.bg-teal-90 {
  background-color: rgba(0, 51, 44.8492462312, var(--bg-opacity)); }

.hover\:bg-teal-90:hover {
  background-color: rgba(0, 51, 44.8492462312, var(--bg-opacity)); }

.group:hover .group-hover\:bg-teal-90 {
  background-color: rgba(0, 51, 44.8492462312, var(--bg-opacity)); }

.focus\:bg-teal-90:focus {
  background-color: rgba(0, 51, 44.8492462312, var(--bg-opacity)); }

.bg-teal-80 {
  background-color: rgba(0, 102, 89.6984924623, var(--bg-opacity)); }

.hover\:bg-teal-80:hover {
  background-color: rgba(0, 102, 89.6984924623, var(--bg-opacity)); }

.group:hover .group-hover\:bg-teal-80 {
  background-color: rgba(0, 102, 89.6984924623, var(--bg-opacity)); }

.focus\:bg-teal-80:focus {
  background-color: rgba(0, 102, 89.6984924623, var(--bg-opacity)); }

.bg-teal-70 {
  background-color: rgba(0, 153, 134.5477386935, var(--bg-opacity)); }

.hover\:bg-teal-70:hover {
  background-color: rgba(0, 153, 134.5477386935, var(--bg-opacity)); }

.group:hover .group-hover\:bg-teal-70 {
  background-color: rgba(0, 153, 134.5477386935, var(--bg-opacity)); }

.focus\:bg-teal-70:focus {
  background-color: rgba(0, 153, 134.5477386935, var(--bg-opacity)); }

.bg-teal-60 {
  background-color: rgba(0, 204, 179.3969849246, var(--bg-opacity)); }

.hover\:bg-teal-60:hover {
  background-color: rgba(0, 204, 179.3969849246, var(--bg-opacity)); }

.group:hover .group-hover\:bg-teal-60 {
  background-color: rgba(0, 204, 179.3969849246, var(--bg-opacity)); }

.focus\:bg-teal-60:focus {
  background-color: rgba(0, 204, 179.3969849246, var(--bg-opacity)); }

.bg-teal-50 {
  background-color: rgba(0, 255, 224.2462311558, var(--bg-opacity)); }

.hover\:bg-teal-50:hover {
  background-color: rgba(0, 255, 224.2462311558, var(--bg-opacity)); }

.group:hover .group-hover\:bg-teal-50 {
  background-color: rgba(0, 255, 224.2462311558, var(--bg-opacity)); }

.focus\:bg-teal-50:focus {
  background-color: rgba(0, 255, 224.2462311558, var(--bg-opacity)); }

.bg-teal-40 {
  background-color: rgba(51, 255, 230.3969849246, var(--bg-opacity)); }

.hover\:bg-teal-40:hover {
  background-color: rgba(51, 255, 230.3969849246, var(--bg-opacity)); }

.group:hover .group-hover\:bg-teal-40 {
  background-color: rgba(51, 255, 230.3969849246, var(--bg-opacity)); }

.focus\:bg-teal-40:focus {
  background-color: rgba(51, 255, 230.3969849246, var(--bg-opacity)); }

.bg-teal-30 {
  background-color: rgba(102, 255, 236.5477386935, var(--bg-opacity)); }

.hover\:bg-teal-30:hover {
  background-color: rgba(102, 255, 236.5477386935, var(--bg-opacity)); }

.group:hover .group-hover\:bg-teal-30 {
  background-color: rgba(102, 255, 236.5477386935, var(--bg-opacity)); }

.focus\:bg-teal-30:focus {
  background-color: rgba(102, 255, 236.5477386935, var(--bg-opacity)); }

.bg-teal-20 {
  background-color: rgba(153, 255, 242.6984924623, var(--bg-opacity)); }

.hover\:bg-teal-20:hover {
  background-color: rgba(153, 255, 242.6984924623, var(--bg-opacity)); }

.group:hover .group-hover\:bg-teal-20 {
  background-color: rgba(153, 255, 242.6984924623, var(--bg-opacity)); }

.focus\:bg-teal-20:focus {
  background-color: rgba(153, 255, 242.6984924623, var(--bg-opacity)); }

.bg-teal-10 {
  background-color: rgba(204, 255, 248.8492462312, var(--bg-opacity)); }

.hover\:bg-teal-10:hover {
  background-color: rgba(204, 255, 248.8492462312, var(--bg-opacity)); }

.group:hover .group-hover\:bg-teal-10 {
  background-color: rgba(204, 255, 248.8492462312, var(--bg-opacity)); }

.focus\:bg-teal-10:focus {
  background-color: rgba(204, 255, 248.8492462312, var(--bg-opacity)); }

.bg-orange-90 {
  background-color: rgba(51, 24.7796610169, 0, var(--bg-opacity)); }

.hover\:bg-orange-90:hover {
  background-color: rgba(51, 24.7796610169, 0, var(--bg-opacity)); }

.group:hover .group-hover\:bg-orange-90 {
  background-color: rgba(51, 24.7796610169, 0, var(--bg-opacity)); }

.focus\:bg-orange-90:focus {
  background-color: rgba(51, 24.7796610169, 0, var(--bg-opacity)); }

.bg-orange-80 {
  background-color: rgba(102, 49.5593220339, 0, var(--bg-opacity)); }

.hover\:bg-orange-80:hover {
  background-color: rgba(102, 49.5593220339, 0, var(--bg-opacity)); }

.group:hover .group-hover\:bg-orange-80 {
  background-color: rgba(102, 49.5593220339, 0, var(--bg-opacity)); }

.focus\:bg-orange-80:focus {
  background-color: rgba(102, 49.5593220339, 0, var(--bg-opacity)); }

.bg-orange-70 {
  background-color: rgba(153, 74.3389830508, 0, var(--bg-opacity)); }

.hover\:bg-orange-70:hover {
  background-color: rgba(153, 74.3389830508, 0, var(--bg-opacity)); }

.group:hover .group-hover\:bg-orange-70 {
  background-color: rgba(153, 74.3389830508, 0, var(--bg-opacity)); }

.focus\:bg-orange-70:focus {
  background-color: rgba(153, 74.3389830508, 0, var(--bg-opacity)); }

.bg-orange-60 {
  background-color: rgba(204, 99.1186440678, 0, var(--bg-opacity)); }

.hover\:bg-orange-60:hover {
  background-color: rgba(204, 99.1186440678, 0, var(--bg-opacity)); }

.group:hover .group-hover\:bg-orange-60 {
  background-color: rgba(204, 99.1186440678, 0, var(--bg-opacity)); }

.focus\:bg-orange-60:focus {
  background-color: rgba(204, 99.1186440678, 0, var(--bg-opacity)); }

.bg-orange-50 {
  background-color: rgba(255, 123.8983050847, 0, var(--bg-opacity)); }

.hover\:bg-orange-50:hover {
  background-color: rgba(255, 123.8983050847, 0, var(--bg-opacity)); }

.group:hover .group-hover\:bg-orange-50 {
  background-color: rgba(255, 123.8983050847, 0, var(--bg-opacity)); }

.focus\:bg-orange-50:focus {
  background-color: rgba(255, 123.8983050847, 0, var(--bg-opacity)); }

.bg-orange-40 {
  background-color: rgba(255, 150.1186440678, 51, var(--bg-opacity)); }

.hover\:bg-orange-40:hover {
  background-color: rgba(255, 150.1186440678, 51, var(--bg-opacity)); }

.group:hover .group-hover\:bg-orange-40 {
  background-color: rgba(255, 150.1186440678, 51, var(--bg-opacity)); }

.focus\:bg-orange-40:focus {
  background-color: rgba(255, 150.1186440678, 51, var(--bg-opacity)); }

.bg-orange-30 {
  background-color: rgba(255, 176.3389830508, 102, var(--bg-opacity)); }

.hover\:bg-orange-30:hover {
  background-color: rgba(255, 176.3389830508, 102, var(--bg-opacity)); }

.group:hover .group-hover\:bg-orange-30 {
  background-color: rgba(255, 176.3389830508, 102, var(--bg-opacity)); }

.focus\:bg-orange-30:focus {
  background-color: rgba(255, 176.3389830508, 102, var(--bg-opacity)); }

.bg-orange-20 {
  background-color: rgba(255, 202.5593220339, 153, var(--bg-opacity)); }

.hover\:bg-orange-20:hover {
  background-color: rgba(255, 202.5593220339, 153, var(--bg-opacity)); }

.group:hover .group-hover\:bg-orange-20 {
  background-color: rgba(255, 202.5593220339, 153, var(--bg-opacity)); }

.focus\:bg-orange-20:focus {
  background-color: rgba(255, 202.5593220339, 153, var(--bg-opacity)); }

.bg-orange-10 {
  background-color: rgba(255, 228.7796610169, 204, var(--bg-opacity)); }

.hover\:bg-orange-10:hover {
  background-color: rgba(255, 228.7796610169, 204, var(--bg-opacity)); }

.group:hover .group-hover\:bg-orange-10 {
  background-color: rgba(255, 228.7796610169, 204, var(--bg-opacity)); }

.focus\:bg-orange-10:focus {
  background-color: rgba(255, 228.7796610169, 204, var(--bg-opacity)); }

.bg-none {
  background: transparent; }

.border {
  border-width: 1px; }

.border-none {
  border-width: 0; }

.border-2px {
  border-width: 2px; }

.border-3px {
  border-width: 3px; }

.border-4px {
  border-width: 4px; }

.border-white {
  --border-color: 255, 255, 255; }

.hover\:border-white:hover {
  --border-color: 255, 255, 255; }

.group:hover .group-hover\:border-white {
  --border-color: 255, 255, 255; }

.focus\:border-white:focus {
  --border-color: 255, 255, 255; }

.border-gray {
  --border-color: 80, 81, 82; }

.hover\:border-gray:hover {
  --border-color: 80, 81, 82; }

.group:hover .group-hover\:border-gray {
  --border-color: 80, 81, 82; }

.focus\:border-gray:focus {
  --border-color: 80, 81, 82; }

.border-green {
  --border-color: 180, 238, 86; }

.hover\:border-green:hover {
  --border-color: 180, 238, 86; }

.group:hover .group-hover\:border-green {
  --border-color: 180, 238, 86; }

.focus\:border-green:focus {
  --border-color: 180, 238, 86; }

.border-blue {
  --border-color: 9, 148, 226; }

.hover\:border-blue:hover {
  --border-color: 9, 148, 226; }

.group:hover .group-hover\:border-blue {
  --border-color: 9, 148, 226; }

.focus\:border-blue:focus {
  --border-color: 9, 148, 226; }

.border-red {
  --border-color: 255, 37, 98; }

.hover\:border-red:hover {
  --border-color: 255, 37, 98; }

.group:hover .group-hover\:border-red {
  --border-color: 255, 37, 98; }

.focus\:border-red:focus {
  --border-color: 255, 37, 98; }

.border-yellow {
  --border-color: 215, 229, 66; }

.hover\:border-yellow:hover {
  --border-color: 215, 229, 66; }

.group:hover .group-hover\:border-yellow {
  --border-color: 215, 229, 66; }

.focus\:border-yellow:focus {
  --border-color: 215, 229, 66; }

.border-purple {
  --border-color: 148, 97, 185; }

.hover\:border-purple:hover {
  --border-color: 148, 97, 185; }

.group:hover .group-hover\:border-purple {
  --border-color: 148, 97, 185; }

.focus\:border-purple:focus {
  --border-color: 148, 97, 185; }

.border-gray-05 {
  --border-color: 249, 249, 252; }

.hover\:border-gray-05:hover {
  --border-color: 249, 249, 252; }

.group:hover .group-hover\:border-gray-05 {
  --border-color: 249, 249, 252; }

.focus\:border-gray-05:focus {
  --border-color: 249, 249, 252; }

.border-pink {
  --border-color: 254, 69, 92; }

.hover\:border-pink:hover {
  --border-color: 254, 69, 92; }

.group:hover .group-hover\:border-pink {
  --border-color: 254, 69, 92; }

.focus\:border-pink:focus {
  --border-color: 254, 69, 92; }

.border-teal {
  --border-color: 0, 199, 175; }

.hover\:border-teal:hover {
  --border-color: 0, 199, 175; }

.group:hover .group-hover\:border-teal {
  --border-color: 0, 199, 175; }

.focus\:border-teal:focus {
  --border-color: 0, 199, 175; }

.border-orange {
  --border-color: 255, 164, 78; }

.hover\:border-orange:hover {
  --border-color: 255, 164, 78; }

.group:hover .group-hover\:border-orange {
  --border-color: 255, 164, 78; }

.focus\:border-orange:focus {
  --border-color: 255, 164, 78; }

.border-gray-90 {
  --border-color: 25.1851851852, 25.5, 25.8148148148; }

.hover\:border-gray-90:hover {
  --border-color: 25.1851851852, 25.5, 25.8148148148; }

.group:hover .group-hover\:border-gray-90 {
  --border-color: 25.1851851852, 25.5, 25.8148148148; }

.focus\:border-gray-90:focus {
  --border-color: 25.1851851852, 25.5, 25.8148148148; }

.border-gray-80 {
  --border-color: 50.3703703704, 51, 51.6296296296; }

.hover\:border-gray-80:hover {
  --border-color: 50.3703703704, 51, 51.6296296296; }

.group:hover .group-hover\:border-gray-80 {
  --border-color: 50.3703703704, 51, 51.6296296296; }

.focus\:border-gray-80:focus {
  --border-color: 50.3703703704, 51, 51.6296296296; }

.border-gray-70 {
  --border-color: 75.5555555556, 76.5, 77.4444444444; }

.hover\:border-gray-70:hover {
  --border-color: 75.5555555556, 76.5, 77.4444444444; }

.group:hover .group-hover\:border-gray-70 {
  --border-color: 75.5555555556, 76.5, 77.4444444444; }

.focus\:border-gray-70:focus {
  --border-color: 75.5555555556, 76.5, 77.4444444444; }

.border-gray-60 {
  --border-color: 100.7407407407, 102, 103.2592592593; }

.hover\:border-gray-60:hover {
  --border-color: 100.7407407407, 102, 103.2592592593; }

.group:hover .group-hover\:border-gray-60 {
  --border-color: 100.7407407407, 102, 103.2592592593; }

.focus\:border-gray-60:focus {
  --border-color: 100.7407407407, 102, 103.2592592593; }

.border-gray-50 {
  --border-color: 125.9259259259, 127.5, 129.0740740741; }

.hover\:border-gray-50:hover {
  --border-color: 125.9259259259, 127.5, 129.0740740741; }

.group:hover .group-hover\:border-gray-50 {
  --border-color: 125.9259259259, 127.5, 129.0740740741; }

.focus\:border-gray-50:focus {
  --border-color: 125.9259259259, 127.5, 129.0740740741; }

.border-gray-40 {
  --border-color: 151.7407407407, 153, 154.2592592593; }

.hover\:border-gray-40:hover {
  --border-color: 151.7407407407, 153, 154.2592592593; }

.group:hover .group-hover\:border-gray-40 {
  --border-color: 151.7407407407, 153, 154.2592592593; }

.focus\:border-gray-40:focus {
  --border-color: 151.7407407407, 153, 154.2592592593; }

.border-gray-30 {
  --border-color: 177.5555555556, 178.5, 179.4444444444; }

.hover\:border-gray-30:hover {
  --border-color: 177.5555555556, 178.5, 179.4444444444; }

.group:hover .group-hover\:border-gray-30 {
  --border-color: 177.5555555556, 178.5, 179.4444444444; }

.focus\:border-gray-30:focus {
  --border-color: 177.5555555556, 178.5, 179.4444444444; }

.border-gray-20 {
  --border-color: 203.3703703704, 204, 204.6296296296; }

.hover\:border-gray-20:hover {
  --border-color: 203.3703703704, 204, 204.6296296296; }

.group:hover .group-hover\:border-gray-20 {
  --border-color: 203.3703703704, 204, 204.6296296296; }

.focus\:border-gray-20:focus {
  --border-color: 203.3703703704, 204, 204.6296296296; }

.border-gray-10 {
  --border-color: 229.1851851852, 229.5, 229.8148148148; }

.hover\:border-gray-10:hover {
  --border-color: 229.1851851852, 229.5, 229.8148148148; }

.group:hover .group-hover\:border-gray-10 {
  --border-color: 229.1851851852, 229.5, 229.8148148148; }

.focus\:border-gray-10:focus {
  --border-color: 229.1851851852, 229.5, 229.8148148148; }

.border-green-90 {
  --border-color: 31.5394736842, 51, 0; }

.hover\:border-green-90:hover {
  --border-color: 31.5394736842, 51, 0; }

.group:hover .group-hover\:border-green-90 {
  --border-color: 31.5394736842, 51, 0; }

.focus\:border-green-90:focus {
  --border-color: 31.5394736842, 51, 0; }

.border-green-80 {
  --border-color: 62.5269524618, 99.6693548387, 2.3306451613; }

.hover\:border-green-80:hover {
  --border-color: 62.5269524618, 99.6693548387, 2.3306451613; }

.group:hover .group-hover\:border-green-80 {
  --border-color: 62.5269524618, 99.6693548387, 2.3306451613; }

.focus\:border-green-80:focus {
  --border-color: 62.5269524618, 99.6693548387, 2.3306451613; }

.border-green-70 {
  --border-color: 92.9624363328, 146.0080645161, 6.9919354839; }

.hover\:border-green-70:hover {
  --border-color: 92.9624363328, 146.0080645161, 6.9919354839; }

.group:hover .group-hover\:border-green-70 {
  --border-color: 92.9624363328, 146.0080645161, 6.9919354839; }

.focus\:border-green-70:focus {
  --border-color: 92.9624363328, 146.0080645161, 6.9919354839; }

.border-green-60 {
  --border-color: 122.8459252971, 190.0161290323, 13.9838709677; }

.hover\:border-green-60:hover {
  --border-color: 122.8459252971, 190.0161290323, 13.9838709677; }

.group:hover .group-hover\:border-green-60 {
  --border-color: 122.8459252971, 190.0161290323, 13.9838709677; }

.focus\:border-green-60:focus {
  --border-color: 122.8459252971, 190.0161290323, 13.9838709677; }

.border-green-50 {
  --border-color: 152.1774193548, 231.6935483871, 23.3064516129; }

.hover\:border-green-50:hover {
  --border-color: 152.1774193548, 231.6935483871, 23.3064516129; }

.group:hover .group-hover\:border-green-50 {
  --border-color: 152.1774193548, 231.6935483871, 23.3064516129; }

.focus\:border-green-50:focus {
  --border-color: 152.1774193548, 231.6935483871, 23.3064516129; }

.border-green-40 {
  --border-color: 173.8459252971, 241.0161290323, 64.9838709677; }

.hover\:border-green-40:hover {
  --border-color: 173.8459252971, 241.0161290323, 64.9838709677; }

.group:hover .group-hover\:border-green-40 {
  --border-color: 173.8459252971, 241.0161290323, 64.9838709677; }

.focus\:border-green-40:focus {
  --border-color: 173.8459252971, 241.0161290323, 64.9838709677; }

.border-green-30 {
  --border-color: 194.9624363328, 248.0080645161, 108.9919354839; }

.hover\:border-green-30:hover {
  --border-color: 194.9624363328, 248.0080645161, 108.9919354839; }

.group:hover .group-hover\:border-green-30 {
  --border-color: 194.9624363328, 248.0080645161, 108.9919354839; }

.focus\:border-green-30:focus {
  --border-color: 194.9624363328, 248.0080645161, 108.9919354839; }

.border-green-20 {
  --border-color: 215.5269524618, 252.6693548387, 155.3306451613; }

.hover\:border-green-20:hover {
  --border-color: 215.5269524618, 252.6693548387, 155.3306451613; }

.group:hover .group-hover\:border-green-20 {
  --border-color: 215.5269524618, 252.6693548387, 155.3306451613; }

.focus\:border-green-20:focus {
  --border-color: 215.5269524618, 252.6693548387, 155.3306451613; }

.border-green-10 {
  --border-color: 235.5394736842, 255, 204; }

.hover\:border-green-10:hover {
  --border-color: 235.5394736842, 255, 204; }

.group:hover .group-hover\:border-green-10 {
  --border-color: 235.5394736842, 255, 204; }

.focus\:border-green-10:focus {
  --border-color: 235.5394736842, 255, 204; }

.border-blue-90 {
  --border-color: 0, 32.668202765, 51; }

.hover\:border-blue-90:hover {
  --border-color: 0, 32.668202765, 51; }

.group:hover .group-hover\:border-blue-90 {
  --border-color: 0, 32.668202765, 51; }

.focus\:border-blue-90:focus {
  --border-color: 0, 32.668202765, 51; }

.border-blue-80 {
  --border-color: 0.9765957447, 65.0618786156, 101.0234042553; }

.hover\:border-blue-80:hover {
  --border-color: 0.9765957447, 65.0618786156, 101.0234042553; }

.group:hover .group-hover\:border-blue-80 {
  --border-color: 0.9765957447, 65.0618786156, 101.0234042553; }

.focus\:border-blue-80:focus {
  --border-color: 0.9765957447, 65.0618786156, 101.0234042553; }

.border-blue-70 {
  --border-color: 2.929787234, 97.1810275517, 150.070212766; }

.hover\:border-blue-70:hover {
  --border-color: 2.929787234, 97.1810275517, 150.070212766; }

.group:hover .group-hover\:border-blue-70 {
  --border-color: 2.929787234, 97.1810275517, 150.070212766; }

.focus\:border-blue-70:focus {
  --border-color: 2.929787234, 97.1810275517, 150.070212766; }

.border-blue-60 {
  --border-color: 5.8595744681, 129.0256495735, 198.1404255319; }

.hover\:border-blue-60:hover {
  --border-color: 5.8595744681, 129.0256495735, 198.1404255319; }

.group:hover .group-hover\:border-blue-60 {
  --border-color: 5.8595744681, 129.0256495735, 198.1404255319; }

.focus\:border-blue-60:focus {
  --border-color: 5.8595744681, 129.0256495735, 198.1404255319; }

.border-blue-50 {
  --border-color: 9.7659574468, 160.5957446809, 245.2340425532; }

.hover\:border-blue-50:hover {
  --border-color: 9.7659574468, 160.5957446809, 245.2340425532; }

.group:hover .group-hover\:border-blue-50 {
  --border-color: 9.7659574468, 160.5957446809, 245.2340425532; }

.focus\:border-blue-50:focus {
  --border-color: 9.7659574468, 160.5957446809, 245.2340425532; }

.border-blue-40 {
  --border-color: 56.8595744681, 180.0256495735, 249.1404255319; }

.hover\:border-blue-40:hover {
  --border-color: 56.8595744681, 180.0256495735, 249.1404255319; }

.group:hover .group-hover\:border-blue-40 {
  --border-color: 56.8595744681, 180.0256495735, 249.1404255319; }

.focus\:border-blue-40:focus {
  --border-color: 56.8595744681, 180.0256495735, 249.1404255319; }

.border-blue-30 {
  --border-color: 104.929787234, 199.1810275517, 252.070212766; }

.hover\:border-blue-30:hover {
  --border-color: 104.929787234, 199.1810275517, 252.070212766; }

.group:hover .group-hover\:border-blue-30 {
  --border-color: 104.929787234, 199.1810275517, 252.070212766; }

.focus\:border-blue-30:focus {
  --border-color: 104.929787234, 199.1810275517, 252.070212766; }

.border-blue-20 {
  --border-color: 153.9765957447, 218.0618786156, 254.0234042553; }

.hover\:border-blue-20:hover {
  --border-color: 153.9765957447, 218.0618786156, 254.0234042553; }

.group:hover .group-hover\:border-blue-20 {
  --border-color: 153.9765957447, 218.0618786156, 254.0234042553; }

.focus\:border-blue-20:focus {
  --border-color: 153.9765957447, 218.0618786156, 254.0234042553; }

.border-blue-10 {
  --border-color: 204, 236.668202765, 255; }

.hover\:border-blue-10:hover {
  --border-color: 204, 236.668202765, 255; }

.group:hover .group-hover\:border-blue-10 {
  --border-color: 204, 236.668202765, 255; }

.focus\:border-blue-10:focus {
  --border-color: 204, 236.668202765, 255; }

.border-red-90 {
  --border-color: 51, 0, 14.2706422018; }

.hover\:border-red-90:hover {
  --border-color: 51, 0, 14.2706422018; }

.group:hover .group-hover\:border-red-90 {
  --border-color: 51, 0, 14.2706422018; }

.focus\:border-red-90:focus {
  --border-color: 51, 0, 14.2706422018; }

.border-red-80 {
  --border-color: 102, 0, 28.5412844037; }

.hover\:border-red-80:hover {
  --border-color: 102, 0, 28.5412844037; }

.group:hover .group-hover\:border-red-80 {
  --border-color: 102, 0, 28.5412844037; }

.focus\:border-red-80:focus {
  --border-color: 102, 0, 28.5412844037; }

.border-red-70 {
  --border-color: 153, 0, 42.8119266055; }

.hover\:border-red-70:hover {
  --border-color: 153, 0, 42.8119266055; }

.group:hover .group-hover\:border-red-70 {
  --border-color: 153, 0, 42.8119266055; }

.focus\:border-red-70:focus {
  --border-color: 153, 0, 42.8119266055; }

.border-red-60 {
  --border-color: 204, 0, 57.0825688073; }

.hover\:border-red-60:hover {
  --border-color: 204, 0, 57.0825688073; }

.group:hover .group-hover\:border-red-60 {
  --border-color: 204, 0, 57.0825688073; }

.focus\:border-red-60:focus {
  --border-color: 204, 0, 57.0825688073; }

.border-red-50 {
  --border-color: 255, 0, 71.3532110092; }

.hover\:border-red-50:hover {
  --border-color: 255, 0, 71.3532110092; }

.group:hover .group-hover\:border-red-50 {
  --border-color: 255, 0, 71.3532110092; }

.focus\:border-red-50:focus {
  --border-color: 255, 0, 71.3532110092; }

.border-red-40 {
  --border-color: 255, 51, 108.0825688073; }

.hover\:border-red-40:hover {
  --border-color: 255, 51, 108.0825688073; }

.group:hover .group-hover\:border-red-40 {
  --border-color: 255, 51, 108.0825688073; }

.focus\:border-red-40:focus {
  --border-color: 255, 51, 108.0825688073; }

.border-red-30 {
  --border-color: 255, 102, 144.8119266055; }

.hover\:border-red-30:hover {
  --border-color: 255, 102, 144.8119266055; }

.group:hover .group-hover\:border-red-30 {
  --border-color: 255, 102, 144.8119266055; }

.focus\:border-red-30:focus {
  --border-color: 255, 102, 144.8119266055; }

.border-red-20 {
  --border-color: 255, 153, 181.5412844037; }

.hover\:border-red-20:hover {
  --border-color: 255, 153, 181.5412844037; }

.group:hover .group-hover\:border-red-20 {
  --border-color: 255, 153, 181.5412844037; }

.focus\:border-red-20:focus {
  --border-color: 255, 153, 181.5412844037; }

.border-red-10 {
  --border-color: 255, 204, 218.2706422018; }

.hover\:border-red-10:hover {
  --border-color: 255, 204, 218.2706422018; }

.group:hover .group-hover\:border-red-10 {
  --border-color: 255, 204, 218.2706422018; }

.focus\:border-red-10:focus {
  --border-color: 255, 204, 218.2706422018; }

.border-yellow-90 {
  --border-color: 46.6196319018, 51, 0; }

.hover\:border-yellow-90:hover {
  --border-color: 46.6196319018, 51, 0; }

.group:hover .group-hover\:border-yellow-90 {
  --border-color: 46.6196319018, 51, 0; }

.focus\:border-yellow-90:focus {
  --border-color: 46.6196319018, 51, 0; }

.border-yellow-80 {
  --border-color: 90.6852618062, 98.9162790698, 3.0837209302; }

.hover\:border-yellow-80:hover {
  --border-color: 90.6852618062, 98.9162790698, 3.0837209302; }

.group:hover .group-hover\:border-yellow-80 {
  --border-color: 90.6852618062, 98.9162790698, 3.0837209302; }

.focus\:border-yellow-80:focus {
  --border-color: 90.6852618062, 98.9162790698, 3.0837209302; }

.border-yellow-70 {
  --border-color: 132.1968897132, 143.7488372093, 9.2511627907; }

.hover\:border-yellow-70:hover {
  --border-color: 132.1968897132, 143.7488372093, 9.2511627907; }

.group:hover .group-hover\:border-yellow-70 {
  --border-color: 132.1968897132, 143.7488372093, 9.2511627907; }

.focus\:border-yellow-70:focus {
  --border-color: 132.1968897132, 143.7488372093, 9.2511627907; }

.border-yellow-60 {
  --border-color: 171.1545156228, 185.4976744186, 18.5023255814; }

.hover\:border-yellow-60:hover {
  --border-color: 171.1545156228, 185.4976744186, 18.5023255814; }

.group:hover .group-hover\:border-yellow-60 {
  --border-color: 171.1545156228, 185.4976744186, 18.5023255814; }

.focus\:border-yellow-60:focus {
  --border-color: 171.1545156228, 185.4976744186, 18.5023255814; }

.border-yellow-50 {
  --border-color: 207.5581395349, 224.1627906977, 30.8372093023; }

.hover\:border-yellow-50:hover {
  --border-color: 207.5581395349, 224.1627906977, 30.8372093023; }

.group:hover .group-hover\:border-yellow-50 {
  --border-color: 207.5581395349, 224.1627906977, 30.8372093023; }

.focus\:border-yellow-50:focus {
  --border-color: 207.5581395349, 224.1627906977, 30.8372093023; }

.border-yellow-40 {
  --border-color: 222.1545156228, 236.4976744186, 69.5023255814; }

.hover\:border-yellow-40:hover {
  --border-color: 222.1545156228, 236.4976744186, 69.5023255814; }

.group:hover .group-hover\:border-yellow-40 {
  --border-color: 222.1545156228, 236.4976744186, 69.5023255814; }

.focus\:border-yellow-40:focus {
  --border-color: 222.1545156228, 236.4976744186, 69.5023255814; }

.border-yellow-30 {
  --border-color: 234.1968897132, 245.7488372093, 111.2511627907; }

.hover\:border-yellow-30:hover {
  --border-color: 234.1968897132, 245.7488372093, 111.2511627907; }

.group:hover .group-hover\:border-yellow-30 {
  --border-color: 234.1968897132, 245.7488372093, 111.2511627907; }

.focus\:border-yellow-30:focus {
  --border-color: 234.1968897132, 245.7488372093, 111.2511627907; }

.border-yellow-20 {
  --border-color: 243.6852618062, 251.9162790698, 156.0837209302; }

.hover\:border-yellow-20:hover {
  --border-color: 243.6852618062, 251.9162790698, 156.0837209302; }

.group:hover .group-hover\:border-yellow-20 {
  --border-color: 243.6852618062, 251.9162790698, 156.0837209302; }

.focus\:border-yellow-20:focus {
  --border-color: 243.6852618062, 251.9162790698, 156.0837209302; }

.border-yellow-10 {
  --border-color: 250.6196319018, 255, 204; }

.hover\:border-yellow-10:hover {
  --border-color: 250.6196319018, 255, 204; }

.group:hover .group-hover\:border-yellow-10 {
  --border-color: 250.6196319018, 255, 204; }

.focus\:border-yellow-10:focus {
  --border-color: 250.6196319018, 255, 204; }

.border-purple-90 {
  --border-color: 29.5568181818, 0, 51; }

.hover\:border-purple-90:hover {
  --border-color: 29.5568181818, 0, 51; }

.group:hover .group-hover\:border-purple-90 {
  --border-color: 29.5568181818, 0, 51; }

.focus\:border-purple-90:focus {
  --border-color: 29.5568181818, 0, 51; }

.border-purple-80 {
  --border-color: 57.8681220096, 7.8289473684, 94.1710526316; }

.hover\:border-purple-80:hover {
  --border-color: 57.8681220096, 7.8289473684, 94.1710526316; }

.group:hover .group-hover\:border-purple-80 {
  --border-color: 57.8681220096, 7.8289473684, 94.1710526316; }

.focus\:border-purple-80:focus {
  --border-color: 57.8681220096, 7.8289473684, 94.1710526316; }

.border-purple-70 {
  --border-color: 84.9339114833, 23.4868421053, 129.5131578947; }

.hover\:border-purple-70:hover {
  --border-color: 84.9339114833, 23.4868421053, 129.5131578947; }

.group:hover .group-hover\:border-purple-70 {
  --border-color: 84.9339114833, 23.4868421053, 129.5131578947; }

.focus\:border-purple-70:focus {
  --border-color: 84.9339114833, 23.4868421053, 129.5131578947; }

.border-purple-60 {
  --border-color: 110.7541866029, 46.9736842105, 157.0263157895; }

.hover\:border-purple-60:hover {
  --border-color: 110.7541866029, 46.9736842105, 157.0263157895; }

.group:hover .group-hover\:border-purple-60 {
  --border-color: 110.7541866029, 46.9736842105, 157.0263157895; }

.focus\:border-purple-60:focus {
  --border-color: 110.7541866029, 46.9736842105, 157.0263157895; }

.border-purple-50 {
  --border-color: 135.3289473684, 78.2894736842, 176.7105263158; }

.hover\:border-purple-50:hover {
  --border-color: 135.3289473684, 78.2894736842, 176.7105263158; }

.group:hover .group-hover\:border-purple-50 {
  --border-color: 135.3289473684, 78.2894736842, 176.7105263158; }

.focus\:border-purple-50:focus {
  --border-color: 135.3289473684, 78.2894736842, 176.7105263158; }

.border-purple-40 {
  --border-color: 161.7541866029, 97.9736842105, 208.0263157895; }

.hover\:border-purple-40:hover {
  --border-color: 161.7541866029, 97.9736842105, 208.0263157895; }

.group:hover .group-hover\:border-purple-40 {
  --border-color: 161.7541866029, 97.9736842105, 208.0263157895; }

.focus\:border-purple-40:focus {
  --border-color: 161.7541866029, 97.9736842105, 208.0263157895; }

.border-purple-30 {
  --border-color: 186.9339114833, 125.4868421053, 231.5131578947; }

.hover\:border-purple-30:hover {
  --border-color: 186.9339114833, 125.4868421053, 231.5131578947; }

.group:hover .group-hover\:border-purple-30 {
  --border-color: 186.9339114833, 125.4868421053, 231.5131578947; }

.focus\:border-purple-30:focus {
  --border-color: 186.9339114833, 125.4868421053, 231.5131578947; }

.border-purple-20 {
  --border-color: 210.8681220096, 160.8289473684, 247.1710526316; }

.hover\:border-purple-20:hover {
  --border-color: 210.8681220096, 160.8289473684, 247.1710526316; }

.group:hover .group-hover\:border-purple-20 {
  --border-color: 210.8681220096, 160.8289473684, 247.1710526316; }

.focus\:border-purple-20:focus {
  --border-color: 210.8681220096, 160.8289473684, 247.1710526316; }

.border-purple-10 {
  --border-color: 233.5568181818, 204, 255; }

.hover\:border-purple-10:hover {
  --border-color: 233.5568181818, 204, 255; }

.group:hover .group-hover\:border-purple-10 {
  --border-color: 233.5568181818, 204, 255; }

.focus\:border-purple-10:focus {
  --border-color: 233.5568181818, 204, 255; }

.border-teal-90 {
  --border-color: 0, 51, 44.8492462312; }

.hover\:border-teal-90:hover {
  --border-color: 0, 51, 44.8492462312; }

.group:hover .group-hover\:border-teal-90 {
  --border-color: 0, 51, 44.8492462312; }

.focus\:border-teal-90:focus {
  --border-color: 0, 51, 44.8492462312; }

.border-teal-80 {
  --border-color: 0, 102, 89.6984924623; }

.hover\:border-teal-80:hover {
  --border-color: 0, 102, 89.6984924623; }

.group:hover .group-hover\:border-teal-80 {
  --border-color: 0, 102, 89.6984924623; }

.focus\:border-teal-80:focus {
  --border-color: 0, 102, 89.6984924623; }

.border-teal-70 {
  --border-color: 0, 153, 134.5477386935; }

.hover\:border-teal-70:hover {
  --border-color: 0, 153, 134.5477386935; }

.group:hover .group-hover\:border-teal-70 {
  --border-color: 0, 153, 134.5477386935; }

.focus\:border-teal-70:focus {
  --border-color: 0, 153, 134.5477386935; }

.border-teal-60 {
  --border-color: 0, 204, 179.3969849246; }

.hover\:border-teal-60:hover {
  --border-color: 0, 204, 179.3969849246; }

.group:hover .group-hover\:border-teal-60 {
  --border-color: 0, 204, 179.3969849246; }

.focus\:border-teal-60:focus {
  --border-color: 0, 204, 179.3969849246; }

.border-teal-50 {
  --border-color: 0, 255, 224.2462311558; }

.hover\:border-teal-50:hover {
  --border-color: 0, 255, 224.2462311558; }

.group:hover .group-hover\:border-teal-50 {
  --border-color: 0, 255, 224.2462311558; }

.focus\:border-teal-50:focus {
  --border-color: 0, 255, 224.2462311558; }

.border-teal-40 {
  --border-color: 51, 255, 230.3969849246; }

.hover\:border-teal-40:hover {
  --border-color: 51, 255, 230.3969849246; }

.group:hover .group-hover\:border-teal-40 {
  --border-color: 51, 255, 230.3969849246; }

.focus\:border-teal-40:focus {
  --border-color: 51, 255, 230.3969849246; }

.border-teal-30 {
  --border-color: 102, 255, 236.5477386935; }

.hover\:border-teal-30:hover {
  --border-color: 102, 255, 236.5477386935; }

.group:hover .group-hover\:border-teal-30 {
  --border-color: 102, 255, 236.5477386935; }

.focus\:border-teal-30:focus {
  --border-color: 102, 255, 236.5477386935; }

.border-teal-20 {
  --border-color: 153, 255, 242.6984924623; }

.hover\:border-teal-20:hover {
  --border-color: 153, 255, 242.6984924623; }

.group:hover .group-hover\:border-teal-20 {
  --border-color: 153, 255, 242.6984924623; }

.focus\:border-teal-20:focus {
  --border-color: 153, 255, 242.6984924623; }

.border-teal-10 {
  --border-color: 204, 255, 248.8492462312; }

.hover\:border-teal-10:hover {
  --border-color: 204, 255, 248.8492462312; }

.group:hover .group-hover\:border-teal-10 {
  --border-color: 204, 255, 248.8492462312; }

.focus\:border-teal-10:focus {
  --border-color: 204, 255, 248.8492462312; }

.border-orange-90 {
  --border-color: 51, 24.7796610169, 0; }

.hover\:border-orange-90:hover {
  --border-color: 51, 24.7796610169, 0; }

.group:hover .group-hover\:border-orange-90 {
  --border-color: 51, 24.7796610169, 0; }

.focus\:border-orange-90:focus {
  --border-color: 51, 24.7796610169, 0; }

.border-orange-80 {
  --border-color: 102, 49.5593220339, 0; }

.hover\:border-orange-80:hover {
  --border-color: 102, 49.5593220339, 0; }

.group:hover .group-hover\:border-orange-80 {
  --border-color: 102, 49.5593220339, 0; }

.focus\:border-orange-80:focus {
  --border-color: 102, 49.5593220339, 0; }

.border-orange-70 {
  --border-color: 153, 74.3389830508, 0; }

.hover\:border-orange-70:hover {
  --border-color: 153, 74.3389830508, 0; }

.group:hover .group-hover\:border-orange-70 {
  --border-color: 153, 74.3389830508, 0; }

.focus\:border-orange-70:focus {
  --border-color: 153, 74.3389830508, 0; }

.border-orange-60 {
  --border-color: 204, 99.1186440678, 0; }

.hover\:border-orange-60:hover {
  --border-color: 204, 99.1186440678, 0; }

.group:hover .group-hover\:border-orange-60 {
  --border-color: 204, 99.1186440678, 0; }

.focus\:border-orange-60:focus {
  --border-color: 204, 99.1186440678, 0; }

.border-orange-50 {
  --border-color: 255, 123.8983050847, 0; }

.hover\:border-orange-50:hover {
  --border-color: 255, 123.8983050847, 0; }

.group:hover .group-hover\:border-orange-50 {
  --border-color: 255, 123.8983050847, 0; }

.focus\:border-orange-50:focus {
  --border-color: 255, 123.8983050847, 0; }

.border-orange-40 {
  --border-color: 255, 150.1186440678, 51; }

.hover\:border-orange-40:hover {
  --border-color: 255, 150.1186440678, 51; }

.group:hover .group-hover\:border-orange-40 {
  --border-color: 255, 150.1186440678, 51; }

.focus\:border-orange-40:focus {
  --border-color: 255, 150.1186440678, 51; }

.border-orange-30 {
  --border-color: 255, 176.3389830508, 102; }

.hover\:border-orange-30:hover {
  --border-color: 255, 176.3389830508, 102; }

.group:hover .group-hover\:border-orange-30 {
  --border-color: 255, 176.3389830508, 102; }

.focus\:border-orange-30:focus {
  --border-color: 255, 176.3389830508, 102; }

.border-orange-20 {
  --border-color: 255, 202.5593220339, 153; }

.hover\:border-orange-20:hover {
  --border-color: 255, 202.5593220339, 153; }

.group:hover .group-hover\:border-orange-20 {
  --border-color: 255, 202.5593220339, 153; }

.focus\:border-orange-20:focus {
  --border-color: 255, 202.5593220339, 153; }

.border-orange-10 {
  --border-color: 255, 228.7796610169, 204; }

.hover\:border-orange-10:hover {
  --border-color: 255, 228.7796610169, 204; }

.group:hover .group-hover\:border-orange-10 {
  --border-color: 255, 228.7796610169, 204; }

.focus\:border-orange-10:focus {
  --border-color: 255, 228.7796610169, 204; }

.border-dashed {
  border-style: dashed; }

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

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

.border-top-none {
  border-top-width: 0; }

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

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

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

.border-top-white {
  border-top-color: rgba(255, 255, 255, var(--border-opacity)); }

.hover\:border-top-white:hover {
  border-top-color: rgba(255, 255, 255, var(--border-opacity)); }

.group:hover .group-hover\:border-top-white {
  border-top-color: rgba(255, 255, 255, var(--border-opacity)); }

.focus\:border-top-white:focus {
  border-top-color: rgba(255, 255, 255, var(--border-opacity)); }

.border-top-gray {
  border-top-color: rgba(80, 81, 82, var(--border-opacity)); }

.hover\:border-top-gray:hover {
  border-top-color: rgba(80, 81, 82, var(--border-opacity)); }

.group:hover .group-hover\:border-top-gray {
  border-top-color: rgba(80, 81, 82, var(--border-opacity)); }

.focus\:border-top-gray:focus {
  border-top-color: rgba(80, 81, 82, var(--border-opacity)); }

.border-top-green {
  border-top-color: rgba(180, 238, 86, var(--border-opacity)); }

.hover\:border-top-green:hover {
  border-top-color: rgba(180, 238, 86, var(--border-opacity)); }

.group:hover .group-hover\:border-top-green {
  border-top-color: rgba(180, 238, 86, var(--border-opacity)); }

.focus\:border-top-green:focus {
  border-top-color: rgba(180, 238, 86, var(--border-opacity)); }

.border-top-blue {
  border-top-color: rgba(9, 148, 226, var(--border-opacity)); }

.hover\:border-top-blue:hover {
  border-top-color: rgba(9, 148, 226, var(--border-opacity)); }

.group:hover .group-hover\:border-top-blue {
  border-top-color: rgba(9, 148, 226, var(--border-opacity)); }

.focus\:border-top-blue:focus {
  border-top-color: rgba(9, 148, 226, var(--border-opacity)); }

.border-top-red {
  border-top-color: rgba(255, 37, 98, var(--border-opacity)); }

.hover\:border-top-red:hover {
  border-top-color: rgba(255, 37, 98, var(--border-opacity)); }

.group:hover .group-hover\:border-top-red {
  border-top-color: rgba(255, 37, 98, var(--border-opacity)); }

.focus\:border-top-red:focus {
  border-top-color: rgba(255, 37, 98, var(--border-opacity)); }

.border-top-yellow {
  border-top-color: rgba(215, 229, 66, var(--border-opacity)); }

.hover\:border-top-yellow:hover {
  border-top-color: rgba(215, 229, 66, var(--border-opacity)); }

.group:hover .group-hover\:border-top-yellow {
  border-top-color: rgba(215, 229, 66, var(--border-opacity)); }

.focus\:border-top-yellow:focus {
  border-top-color: rgba(215, 229, 66, var(--border-opacity)); }

.border-top-purple {
  border-top-color: rgba(148, 97, 185, var(--border-opacity)); }

.hover\:border-top-purple:hover {
  border-top-color: rgba(148, 97, 185, var(--border-opacity)); }

.group:hover .group-hover\:border-top-purple {
  border-top-color: rgba(148, 97, 185, var(--border-opacity)); }

.focus\:border-top-purple:focus {
  border-top-color: rgba(148, 97, 185, var(--border-opacity)); }

.border-top-gray-05 {
  border-top-color: rgba(249, 249, 252, var(--border-opacity)); }

.hover\:border-top-gray-05:hover {
  border-top-color: rgba(249, 249, 252, var(--border-opacity)); }

.group:hover .group-hover\:border-top-gray-05 {
  border-top-color: rgba(249, 249, 252, var(--border-opacity)); }

.focus\:border-top-gray-05:focus {
  border-top-color: rgba(249, 249, 252, var(--border-opacity)); }

.border-top-pink {
  border-top-color: rgba(254, 69, 92, var(--border-opacity)); }

.hover\:border-top-pink:hover {
  border-top-color: rgba(254, 69, 92, var(--border-opacity)); }

.group:hover .group-hover\:border-top-pink {
  border-top-color: rgba(254, 69, 92, var(--border-opacity)); }

.focus\:border-top-pink:focus {
  border-top-color: rgba(254, 69, 92, var(--border-opacity)); }

.border-top-teal {
  border-top-color: rgba(0, 199, 175, var(--border-opacity)); }

.hover\:border-top-teal:hover {
  border-top-color: rgba(0, 199, 175, var(--border-opacity)); }

.group:hover .group-hover\:border-top-teal {
  border-top-color: rgba(0, 199, 175, var(--border-opacity)); }

.focus\:border-top-teal:focus {
  border-top-color: rgba(0, 199, 175, var(--border-opacity)); }

.border-top-orange {
  border-top-color: rgba(255, 164, 78, var(--border-opacity)); }

.hover\:border-top-orange:hover {
  border-top-color: rgba(255, 164, 78, var(--border-opacity)); }

.group:hover .group-hover\:border-top-orange {
  border-top-color: rgba(255, 164, 78, var(--border-opacity)); }

.focus\:border-top-orange:focus {
  border-top-color: rgba(255, 164, 78, var(--border-opacity)); }

.border-top-gray-90 {
  border-top-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.hover\:border-top-gray-90:hover {
  border-top-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.group:hover .group-hover\:border-top-gray-90 {
  border-top-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.focus\:border-top-gray-90:focus {
  border-top-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.border-top-gray-80 {
  border-top-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.hover\:border-top-gray-80:hover {
  border-top-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.group:hover .group-hover\:border-top-gray-80 {
  border-top-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.focus\:border-top-gray-80:focus {
  border-top-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.border-top-gray-70 {
  border-top-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.hover\:border-top-gray-70:hover {
  border-top-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.group:hover .group-hover\:border-top-gray-70 {
  border-top-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.focus\:border-top-gray-70:focus {
  border-top-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.border-top-gray-60 {
  border-top-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.hover\:border-top-gray-60:hover {
  border-top-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.group:hover .group-hover\:border-top-gray-60 {
  border-top-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.focus\:border-top-gray-60:focus {
  border-top-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.border-top-gray-50 {
  border-top-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.hover\:border-top-gray-50:hover {
  border-top-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.group:hover .group-hover\:border-top-gray-50 {
  border-top-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.focus\:border-top-gray-50:focus {
  border-top-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.border-top-gray-40 {
  border-top-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.hover\:border-top-gray-40:hover {
  border-top-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.group:hover .group-hover\:border-top-gray-40 {
  border-top-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.focus\:border-top-gray-40:focus {
  border-top-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.border-top-gray-30 {
  border-top-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.hover\:border-top-gray-30:hover {
  border-top-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.group:hover .group-hover\:border-top-gray-30 {
  border-top-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.focus\:border-top-gray-30:focus {
  border-top-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.border-top-gray-20 {
  border-top-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.hover\:border-top-gray-20:hover {
  border-top-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.group:hover .group-hover\:border-top-gray-20 {
  border-top-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.focus\:border-top-gray-20:focus {
  border-top-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.border-top-gray-10 {
  border-top-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.hover\:border-top-gray-10:hover {
  border-top-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.group:hover .group-hover\:border-top-gray-10 {
  border-top-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.focus\:border-top-gray-10:focus {
  border-top-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.border-top-green-90 {
  border-top-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.hover\:border-top-green-90:hover {
  border-top-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-top-green-90 {
  border-top-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.focus\:border-top-green-90:focus {
  border-top-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.border-top-green-80 {
  border-top-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.hover\:border-top-green-80:hover {
  border-top-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.group:hover .group-hover\:border-top-green-80 {
  border-top-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.focus\:border-top-green-80:focus {
  border-top-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.border-top-green-70 {
  border-top-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.hover\:border-top-green-70:hover {
  border-top-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.group:hover .group-hover\:border-top-green-70 {
  border-top-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.focus\:border-top-green-70:focus {
  border-top-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.border-top-green-60 {
  border-top-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.hover\:border-top-green-60:hover {
  border-top-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.group:hover .group-hover\:border-top-green-60 {
  border-top-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.focus\:border-top-green-60:focus {
  border-top-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.border-top-green-50 {
  border-top-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.hover\:border-top-green-50:hover {
  border-top-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.group:hover .group-hover\:border-top-green-50 {
  border-top-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.focus\:border-top-green-50:focus {
  border-top-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.border-top-green-40 {
  border-top-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.hover\:border-top-green-40:hover {
  border-top-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.group:hover .group-hover\:border-top-green-40 {
  border-top-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.focus\:border-top-green-40:focus {
  border-top-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.border-top-green-30 {
  border-top-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.hover\:border-top-green-30:hover {
  border-top-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.group:hover .group-hover\:border-top-green-30 {
  border-top-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.focus\:border-top-green-30:focus {
  border-top-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.border-top-green-20 {
  border-top-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.hover\:border-top-green-20:hover {
  border-top-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.group:hover .group-hover\:border-top-green-20 {
  border-top-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.focus\:border-top-green-20:focus {
  border-top-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.border-top-green-10 {
  border-top-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.hover\:border-top-green-10:hover {
  border-top-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.group:hover .group-hover\:border-top-green-10 {
  border-top-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.focus\:border-top-green-10:focus {
  border-top-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.border-top-blue-90 {
  border-top-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.hover\:border-top-blue-90:hover {
  border-top-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.group:hover .group-hover\:border-top-blue-90 {
  border-top-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.focus\:border-top-blue-90:focus {
  border-top-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.border-top-blue-80 {
  border-top-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.hover\:border-top-blue-80:hover {
  border-top-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.group:hover .group-hover\:border-top-blue-80 {
  border-top-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.focus\:border-top-blue-80:focus {
  border-top-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.border-top-blue-70 {
  border-top-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.hover\:border-top-blue-70:hover {
  border-top-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.group:hover .group-hover\:border-top-blue-70 {
  border-top-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.focus\:border-top-blue-70:focus {
  border-top-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.border-top-blue-60 {
  border-top-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.hover\:border-top-blue-60:hover {
  border-top-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.group:hover .group-hover\:border-top-blue-60 {
  border-top-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.focus\:border-top-blue-60:focus {
  border-top-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.border-top-blue-50 {
  border-top-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.hover\:border-top-blue-50:hover {
  border-top-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.group:hover .group-hover\:border-top-blue-50 {
  border-top-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.focus\:border-top-blue-50:focus {
  border-top-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.border-top-blue-40 {
  border-top-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.hover\:border-top-blue-40:hover {
  border-top-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.group:hover .group-hover\:border-top-blue-40 {
  border-top-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.focus\:border-top-blue-40:focus {
  border-top-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.border-top-blue-30 {
  border-top-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.hover\:border-top-blue-30:hover {
  border-top-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.group:hover .group-hover\:border-top-blue-30 {
  border-top-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.focus\:border-top-blue-30:focus {
  border-top-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.border-top-blue-20 {
  border-top-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.hover\:border-top-blue-20:hover {
  border-top-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.group:hover .group-hover\:border-top-blue-20 {
  border-top-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.focus\:border-top-blue-20:focus {
  border-top-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.border-top-blue-10 {
  border-top-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.hover\:border-top-blue-10:hover {
  border-top-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.group:hover .group-hover\:border-top-blue-10 {
  border-top-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.focus\:border-top-blue-10:focus {
  border-top-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.border-top-red-90 {
  border-top-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.hover\:border-top-red-90:hover {
  border-top-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.group:hover .group-hover\:border-top-red-90 {
  border-top-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.focus\:border-top-red-90:focus {
  border-top-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.border-top-red-80 {
  border-top-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.hover\:border-top-red-80:hover {
  border-top-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.group:hover .group-hover\:border-top-red-80 {
  border-top-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.focus\:border-top-red-80:focus {
  border-top-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.border-top-red-70 {
  border-top-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.hover\:border-top-red-70:hover {
  border-top-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.group:hover .group-hover\:border-top-red-70 {
  border-top-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.focus\:border-top-red-70:focus {
  border-top-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.border-top-red-60 {
  border-top-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.hover\:border-top-red-60:hover {
  border-top-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.group:hover .group-hover\:border-top-red-60 {
  border-top-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.focus\:border-top-red-60:focus {
  border-top-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.border-top-red-50 {
  border-top-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.hover\:border-top-red-50:hover {
  border-top-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.group:hover .group-hover\:border-top-red-50 {
  border-top-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.focus\:border-top-red-50:focus {
  border-top-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.border-top-red-40 {
  border-top-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.hover\:border-top-red-40:hover {
  border-top-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.group:hover .group-hover\:border-top-red-40 {
  border-top-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.focus\:border-top-red-40:focus {
  border-top-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.border-top-red-30 {
  border-top-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.hover\:border-top-red-30:hover {
  border-top-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.group:hover .group-hover\:border-top-red-30 {
  border-top-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.focus\:border-top-red-30:focus {
  border-top-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.border-top-red-20 {
  border-top-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.hover\:border-top-red-20:hover {
  border-top-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.group:hover .group-hover\:border-top-red-20 {
  border-top-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.focus\:border-top-red-20:focus {
  border-top-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.border-top-red-10 {
  border-top-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.hover\:border-top-red-10:hover {
  border-top-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.group:hover .group-hover\:border-top-red-10 {
  border-top-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.focus\:border-top-red-10:focus {
  border-top-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.border-top-yellow-90 {
  border-top-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.hover\:border-top-yellow-90:hover {
  border-top-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-top-yellow-90 {
  border-top-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.focus\:border-top-yellow-90:focus {
  border-top-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.border-top-yellow-80 {
  border-top-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.hover\:border-top-yellow-80:hover {
  border-top-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.group:hover .group-hover\:border-top-yellow-80 {
  border-top-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.focus\:border-top-yellow-80:focus {
  border-top-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.border-top-yellow-70 {
  border-top-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.hover\:border-top-yellow-70:hover {
  border-top-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.group:hover .group-hover\:border-top-yellow-70 {
  border-top-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.focus\:border-top-yellow-70:focus {
  border-top-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.border-top-yellow-60 {
  border-top-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.hover\:border-top-yellow-60:hover {
  border-top-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.group:hover .group-hover\:border-top-yellow-60 {
  border-top-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.focus\:border-top-yellow-60:focus {
  border-top-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.border-top-yellow-50 {
  border-top-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.hover\:border-top-yellow-50:hover {
  border-top-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.group:hover .group-hover\:border-top-yellow-50 {
  border-top-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.focus\:border-top-yellow-50:focus {
  border-top-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.border-top-yellow-40 {
  border-top-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.hover\:border-top-yellow-40:hover {
  border-top-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.group:hover .group-hover\:border-top-yellow-40 {
  border-top-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.focus\:border-top-yellow-40:focus {
  border-top-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.border-top-yellow-30 {
  border-top-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.hover\:border-top-yellow-30:hover {
  border-top-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.group:hover .group-hover\:border-top-yellow-30 {
  border-top-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.focus\:border-top-yellow-30:focus {
  border-top-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.border-top-yellow-20 {
  border-top-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.hover\:border-top-yellow-20:hover {
  border-top-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.group:hover .group-hover\:border-top-yellow-20 {
  border-top-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.focus\:border-top-yellow-20:focus {
  border-top-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.border-top-yellow-10 {
  border-top-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.hover\:border-top-yellow-10:hover {
  border-top-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.group:hover .group-hover\:border-top-yellow-10 {
  border-top-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.focus\:border-top-yellow-10:focus {
  border-top-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.border-top-purple-90 {
  border-top-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.hover\:border-top-purple-90:hover {
  border-top-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.group:hover .group-hover\:border-top-purple-90 {
  border-top-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.focus\:border-top-purple-90:focus {
  border-top-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.border-top-purple-80 {
  border-top-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.hover\:border-top-purple-80:hover {
  border-top-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.group:hover .group-hover\:border-top-purple-80 {
  border-top-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.focus\:border-top-purple-80:focus {
  border-top-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.border-top-purple-70 {
  border-top-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.hover\:border-top-purple-70:hover {
  border-top-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.group:hover .group-hover\:border-top-purple-70 {
  border-top-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.focus\:border-top-purple-70:focus {
  border-top-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.border-top-purple-60 {
  border-top-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.hover\:border-top-purple-60:hover {
  border-top-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.group:hover .group-hover\:border-top-purple-60 {
  border-top-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.focus\:border-top-purple-60:focus {
  border-top-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.border-top-purple-50 {
  border-top-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.hover\:border-top-purple-50:hover {
  border-top-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.group:hover .group-hover\:border-top-purple-50 {
  border-top-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.focus\:border-top-purple-50:focus {
  border-top-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.border-top-purple-40 {
  border-top-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.hover\:border-top-purple-40:hover {
  border-top-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.group:hover .group-hover\:border-top-purple-40 {
  border-top-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.focus\:border-top-purple-40:focus {
  border-top-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.border-top-purple-30 {
  border-top-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.hover\:border-top-purple-30:hover {
  border-top-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.group:hover .group-hover\:border-top-purple-30 {
  border-top-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.focus\:border-top-purple-30:focus {
  border-top-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.border-top-purple-20 {
  border-top-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.hover\:border-top-purple-20:hover {
  border-top-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.group:hover .group-hover\:border-top-purple-20 {
  border-top-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.focus\:border-top-purple-20:focus {
  border-top-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.border-top-purple-10 {
  border-top-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.hover\:border-top-purple-10:hover {
  border-top-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.group:hover .group-hover\:border-top-purple-10 {
  border-top-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.focus\:border-top-purple-10:focus {
  border-top-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.border-top-teal-90 {
  border-top-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.hover\:border-top-teal-90:hover {
  border-top-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.group:hover .group-hover\:border-top-teal-90 {
  border-top-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.focus\:border-top-teal-90:focus {
  border-top-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.border-top-teal-80 {
  border-top-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.hover\:border-top-teal-80:hover {
  border-top-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.group:hover .group-hover\:border-top-teal-80 {
  border-top-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.focus\:border-top-teal-80:focus {
  border-top-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.border-top-teal-70 {
  border-top-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.hover\:border-top-teal-70:hover {
  border-top-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.group:hover .group-hover\:border-top-teal-70 {
  border-top-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.focus\:border-top-teal-70:focus {
  border-top-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.border-top-teal-60 {
  border-top-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.hover\:border-top-teal-60:hover {
  border-top-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.group:hover .group-hover\:border-top-teal-60 {
  border-top-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.focus\:border-top-teal-60:focus {
  border-top-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.border-top-teal-50 {
  border-top-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.hover\:border-top-teal-50:hover {
  border-top-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.group:hover .group-hover\:border-top-teal-50 {
  border-top-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.focus\:border-top-teal-50:focus {
  border-top-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.border-top-teal-40 {
  border-top-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.hover\:border-top-teal-40:hover {
  border-top-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.group:hover .group-hover\:border-top-teal-40 {
  border-top-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.focus\:border-top-teal-40:focus {
  border-top-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.border-top-teal-30 {
  border-top-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.hover\:border-top-teal-30:hover {
  border-top-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.group:hover .group-hover\:border-top-teal-30 {
  border-top-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.focus\:border-top-teal-30:focus {
  border-top-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.border-top-teal-20 {
  border-top-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.hover\:border-top-teal-20:hover {
  border-top-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.group:hover .group-hover\:border-top-teal-20 {
  border-top-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.focus\:border-top-teal-20:focus {
  border-top-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.border-top-teal-10 {
  border-top-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.hover\:border-top-teal-10:hover {
  border-top-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.group:hover .group-hover\:border-top-teal-10 {
  border-top-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.focus\:border-top-teal-10:focus {
  border-top-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.border-top-orange-90 {
  border-top-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.hover\:border-top-orange-90:hover {
  border-top-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-top-orange-90 {
  border-top-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.focus\:border-top-orange-90:focus {
  border-top-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.border-top-orange-80 {
  border-top-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.hover\:border-top-orange-80:hover {
  border-top-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-top-orange-80 {
  border-top-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.focus\:border-top-orange-80:focus {
  border-top-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.border-top-orange-70 {
  border-top-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.hover\:border-top-orange-70:hover {
  border-top-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-top-orange-70 {
  border-top-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.focus\:border-top-orange-70:focus {
  border-top-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.border-top-orange-60 {
  border-top-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.hover\:border-top-orange-60:hover {
  border-top-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-top-orange-60 {
  border-top-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.focus\:border-top-orange-60:focus {
  border-top-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.border-top-orange-50 {
  border-top-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.hover\:border-top-orange-50:hover {
  border-top-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-top-orange-50 {
  border-top-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.focus\:border-top-orange-50:focus {
  border-top-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.border-top-orange-40 {
  border-top-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.hover\:border-top-orange-40:hover {
  border-top-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.group:hover .group-hover\:border-top-orange-40 {
  border-top-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.focus\:border-top-orange-40:focus {
  border-top-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.border-top-orange-30 {
  border-top-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.hover\:border-top-orange-30:hover {
  border-top-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.group:hover .group-hover\:border-top-orange-30 {
  border-top-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.focus\:border-top-orange-30:focus {
  border-top-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.border-top-orange-20 {
  border-top-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.hover\:border-top-orange-20:hover {
  border-top-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.group:hover .group-hover\:border-top-orange-20 {
  border-top-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.focus\:border-top-orange-20:focus {
  border-top-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.border-top-orange-10 {
  border-top-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

.hover\:border-top-orange-10:hover {
  border-top-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

.group:hover .group-hover\:border-top-orange-10 {
  border-top-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

.focus\:border-top-orange-10:focus {
  border-top-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

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

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

.border-right-none {
  border-right-width: 0; }

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

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

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

.border-right-white {
  border-right-color: rgba(255, 255, 255, var(--border-opacity)); }

.hover\:border-right-white:hover {
  border-right-color: rgba(255, 255, 255, var(--border-opacity)); }

.group:hover .group-hover\:border-right-white {
  border-right-color: rgba(255, 255, 255, var(--border-opacity)); }

.focus\:border-right-white:focus {
  border-right-color: rgba(255, 255, 255, var(--border-opacity)); }

.border-right-gray {
  border-right-color: rgba(80, 81, 82, var(--border-opacity)); }

.hover\:border-right-gray:hover {
  border-right-color: rgba(80, 81, 82, var(--border-opacity)); }

.group:hover .group-hover\:border-right-gray {
  border-right-color: rgba(80, 81, 82, var(--border-opacity)); }

.focus\:border-right-gray:focus {
  border-right-color: rgba(80, 81, 82, var(--border-opacity)); }

.border-right-green {
  border-right-color: rgba(180, 238, 86, var(--border-opacity)); }

.hover\:border-right-green:hover {
  border-right-color: rgba(180, 238, 86, var(--border-opacity)); }

.group:hover .group-hover\:border-right-green {
  border-right-color: rgba(180, 238, 86, var(--border-opacity)); }

.focus\:border-right-green:focus {
  border-right-color: rgba(180, 238, 86, var(--border-opacity)); }

.border-right-blue {
  border-right-color: rgba(9, 148, 226, var(--border-opacity)); }

.hover\:border-right-blue:hover {
  border-right-color: rgba(9, 148, 226, var(--border-opacity)); }

.group:hover .group-hover\:border-right-blue {
  border-right-color: rgba(9, 148, 226, var(--border-opacity)); }

.focus\:border-right-blue:focus {
  border-right-color: rgba(9, 148, 226, var(--border-opacity)); }

.border-right-red {
  border-right-color: rgba(255, 37, 98, var(--border-opacity)); }

.hover\:border-right-red:hover {
  border-right-color: rgba(255, 37, 98, var(--border-opacity)); }

.group:hover .group-hover\:border-right-red {
  border-right-color: rgba(255, 37, 98, var(--border-opacity)); }

.focus\:border-right-red:focus {
  border-right-color: rgba(255, 37, 98, var(--border-opacity)); }

.border-right-yellow {
  border-right-color: rgba(215, 229, 66, var(--border-opacity)); }

.hover\:border-right-yellow:hover {
  border-right-color: rgba(215, 229, 66, var(--border-opacity)); }

.group:hover .group-hover\:border-right-yellow {
  border-right-color: rgba(215, 229, 66, var(--border-opacity)); }

.focus\:border-right-yellow:focus {
  border-right-color: rgba(215, 229, 66, var(--border-opacity)); }

.border-right-purple {
  border-right-color: rgba(148, 97, 185, var(--border-opacity)); }

.hover\:border-right-purple:hover {
  border-right-color: rgba(148, 97, 185, var(--border-opacity)); }

.group:hover .group-hover\:border-right-purple {
  border-right-color: rgba(148, 97, 185, var(--border-opacity)); }

.focus\:border-right-purple:focus {
  border-right-color: rgba(148, 97, 185, var(--border-opacity)); }

.border-right-gray-05 {
  border-right-color: rgba(249, 249, 252, var(--border-opacity)); }

.hover\:border-right-gray-05:hover {
  border-right-color: rgba(249, 249, 252, var(--border-opacity)); }

.group:hover .group-hover\:border-right-gray-05 {
  border-right-color: rgba(249, 249, 252, var(--border-opacity)); }

.focus\:border-right-gray-05:focus {
  border-right-color: rgba(249, 249, 252, var(--border-opacity)); }

.border-right-pink {
  border-right-color: rgba(254, 69, 92, var(--border-opacity)); }

.hover\:border-right-pink:hover {
  border-right-color: rgba(254, 69, 92, var(--border-opacity)); }

.group:hover .group-hover\:border-right-pink {
  border-right-color: rgba(254, 69, 92, var(--border-opacity)); }

.focus\:border-right-pink:focus {
  border-right-color: rgba(254, 69, 92, var(--border-opacity)); }

.border-right-teal {
  border-right-color: rgba(0, 199, 175, var(--border-opacity)); }

.hover\:border-right-teal:hover {
  border-right-color: rgba(0, 199, 175, var(--border-opacity)); }

.group:hover .group-hover\:border-right-teal {
  border-right-color: rgba(0, 199, 175, var(--border-opacity)); }

.focus\:border-right-teal:focus {
  border-right-color: rgba(0, 199, 175, var(--border-opacity)); }

.border-right-orange {
  border-right-color: rgba(255, 164, 78, var(--border-opacity)); }

.hover\:border-right-orange:hover {
  border-right-color: rgba(255, 164, 78, var(--border-opacity)); }

.group:hover .group-hover\:border-right-orange {
  border-right-color: rgba(255, 164, 78, var(--border-opacity)); }

.focus\:border-right-orange:focus {
  border-right-color: rgba(255, 164, 78, var(--border-opacity)); }

.border-right-gray-90 {
  border-right-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.hover\:border-right-gray-90:hover {
  border-right-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.group:hover .group-hover\:border-right-gray-90 {
  border-right-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.focus\:border-right-gray-90:focus {
  border-right-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.border-right-gray-80 {
  border-right-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.hover\:border-right-gray-80:hover {
  border-right-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.group:hover .group-hover\:border-right-gray-80 {
  border-right-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.focus\:border-right-gray-80:focus {
  border-right-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.border-right-gray-70 {
  border-right-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.hover\:border-right-gray-70:hover {
  border-right-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.group:hover .group-hover\:border-right-gray-70 {
  border-right-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.focus\:border-right-gray-70:focus {
  border-right-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.border-right-gray-60 {
  border-right-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.hover\:border-right-gray-60:hover {
  border-right-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.group:hover .group-hover\:border-right-gray-60 {
  border-right-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.focus\:border-right-gray-60:focus {
  border-right-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.border-right-gray-50 {
  border-right-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.hover\:border-right-gray-50:hover {
  border-right-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.group:hover .group-hover\:border-right-gray-50 {
  border-right-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.focus\:border-right-gray-50:focus {
  border-right-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.border-right-gray-40 {
  border-right-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.hover\:border-right-gray-40:hover {
  border-right-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.group:hover .group-hover\:border-right-gray-40 {
  border-right-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.focus\:border-right-gray-40:focus {
  border-right-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.border-right-gray-30 {
  border-right-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.hover\:border-right-gray-30:hover {
  border-right-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.group:hover .group-hover\:border-right-gray-30 {
  border-right-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.focus\:border-right-gray-30:focus {
  border-right-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.border-right-gray-20 {
  border-right-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.hover\:border-right-gray-20:hover {
  border-right-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.group:hover .group-hover\:border-right-gray-20 {
  border-right-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.focus\:border-right-gray-20:focus {
  border-right-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.border-right-gray-10 {
  border-right-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.hover\:border-right-gray-10:hover {
  border-right-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.group:hover .group-hover\:border-right-gray-10 {
  border-right-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.focus\:border-right-gray-10:focus {
  border-right-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.border-right-green-90 {
  border-right-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.hover\:border-right-green-90:hover {
  border-right-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-right-green-90 {
  border-right-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.focus\:border-right-green-90:focus {
  border-right-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.border-right-green-80 {
  border-right-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.hover\:border-right-green-80:hover {
  border-right-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.group:hover .group-hover\:border-right-green-80 {
  border-right-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.focus\:border-right-green-80:focus {
  border-right-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.border-right-green-70 {
  border-right-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.hover\:border-right-green-70:hover {
  border-right-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.group:hover .group-hover\:border-right-green-70 {
  border-right-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.focus\:border-right-green-70:focus {
  border-right-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.border-right-green-60 {
  border-right-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.hover\:border-right-green-60:hover {
  border-right-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.group:hover .group-hover\:border-right-green-60 {
  border-right-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.focus\:border-right-green-60:focus {
  border-right-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.border-right-green-50 {
  border-right-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.hover\:border-right-green-50:hover {
  border-right-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.group:hover .group-hover\:border-right-green-50 {
  border-right-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.focus\:border-right-green-50:focus {
  border-right-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.border-right-green-40 {
  border-right-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.hover\:border-right-green-40:hover {
  border-right-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.group:hover .group-hover\:border-right-green-40 {
  border-right-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.focus\:border-right-green-40:focus {
  border-right-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.border-right-green-30 {
  border-right-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.hover\:border-right-green-30:hover {
  border-right-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.group:hover .group-hover\:border-right-green-30 {
  border-right-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.focus\:border-right-green-30:focus {
  border-right-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.border-right-green-20 {
  border-right-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.hover\:border-right-green-20:hover {
  border-right-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.group:hover .group-hover\:border-right-green-20 {
  border-right-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.focus\:border-right-green-20:focus {
  border-right-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.border-right-green-10 {
  border-right-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.hover\:border-right-green-10:hover {
  border-right-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.group:hover .group-hover\:border-right-green-10 {
  border-right-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.focus\:border-right-green-10:focus {
  border-right-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.border-right-blue-90 {
  border-right-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.hover\:border-right-blue-90:hover {
  border-right-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.group:hover .group-hover\:border-right-blue-90 {
  border-right-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.focus\:border-right-blue-90:focus {
  border-right-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.border-right-blue-80 {
  border-right-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.hover\:border-right-blue-80:hover {
  border-right-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.group:hover .group-hover\:border-right-blue-80 {
  border-right-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.focus\:border-right-blue-80:focus {
  border-right-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.border-right-blue-70 {
  border-right-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.hover\:border-right-blue-70:hover {
  border-right-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.group:hover .group-hover\:border-right-blue-70 {
  border-right-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.focus\:border-right-blue-70:focus {
  border-right-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.border-right-blue-60 {
  border-right-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.hover\:border-right-blue-60:hover {
  border-right-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.group:hover .group-hover\:border-right-blue-60 {
  border-right-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.focus\:border-right-blue-60:focus {
  border-right-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.border-right-blue-50 {
  border-right-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.hover\:border-right-blue-50:hover {
  border-right-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.group:hover .group-hover\:border-right-blue-50 {
  border-right-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.focus\:border-right-blue-50:focus {
  border-right-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.border-right-blue-40 {
  border-right-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.hover\:border-right-blue-40:hover {
  border-right-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.group:hover .group-hover\:border-right-blue-40 {
  border-right-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.focus\:border-right-blue-40:focus {
  border-right-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.border-right-blue-30 {
  border-right-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.hover\:border-right-blue-30:hover {
  border-right-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.group:hover .group-hover\:border-right-blue-30 {
  border-right-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.focus\:border-right-blue-30:focus {
  border-right-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.border-right-blue-20 {
  border-right-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.hover\:border-right-blue-20:hover {
  border-right-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.group:hover .group-hover\:border-right-blue-20 {
  border-right-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.focus\:border-right-blue-20:focus {
  border-right-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.border-right-blue-10 {
  border-right-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.hover\:border-right-blue-10:hover {
  border-right-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.group:hover .group-hover\:border-right-blue-10 {
  border-right-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.focus\:border-right-blue-10:focus {
  border-right-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.border-right-red-90 {
  border-right-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.hover\:border-right-red-90:hover {
  border-right-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.group:hover .group-hover\:border-right-red-90 {
  border-right-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.focus\:border-right-red-90:focus {
  border-right-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.border-right-red-80 {
  border-right-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.hover\:border-right-red-80:hover {
  border-right-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.group:hover .group-hover\:border-right-red-80 {
  border-right-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.focus\:border-right-red-80:focus {
  border-right-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.border-right-red-70 {
  border-right-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.hover\:border-right-red-70:hover {
  border-right-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.group:hover .group-hover\:border-right-red-70 {
  border-right-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.focus\:border-right-red-70:focus {
  border-right-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.border-right-red-60 {
  border-right-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.hover\:border-right-red-60:hover {
  border-right-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.group:hover .group-hover\:border-right-red-60 {
  border-right-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.focus\:border-right-red-60:focus {
  border-right-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.border-right-red-50 {
  border-right-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.hover\:border-right-red-50:hover {
  border-right-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.group:hover .group-hover\:border-right-red-50 {
  border-right-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.focus\:border-right-red-50:focus {
  border-right-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.border-right-red-40 {
  border-right-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.hover\:border-right-red-40:hover {
  border-right-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.group:hover .group-hover\:border-right-red-40 {
  border-right-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.focus\:border-right-red-40:focus {
  border-right-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.border-right-red-30 {
  border-right-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.hover\:border-right-red-30:hover {
  border-right-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.group:hover .group-hover\:border-right-red-30 {
  border-right-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.focus\:border-right-red-30:focus {
  border-right-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.border-right-red-20 {
  border-right-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.hover\:border-right-red-20:hover {
  border-right-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.group:hover .group-hover\:border-right-red-20 {
  border-right-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.focus\:border-right-red-20:focus {
  border-right-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.border-right-red-10 {
  border-right-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.hover\:border-right-red-10:hover {
  border-right-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.group:hover .group-hover\:border-right-red-10 {
  border-right-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.focus\:border-right-red-10:focus {
  border-right-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.border-right-yellow-90 {
  border-right-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.hover\:border-right-yellow-90:hover {
  border-right-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-right-yellow-90 {
  border-right-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.focus\:border-right-yellow-90:focus {
  border-right-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.border-right-yellow-80 {
  border-right-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.hover\:border-right-yellow-80:hover {
  border-right-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.group:hover .group-hover\:border-right-yellow-80 {
  border-right-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.focus\:border-right-yellow-80:focus {
  border-right-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.border-right-yellow-70 {
  border-right-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.hover\:border-right-yellow-70:hover {
  border-right-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.group:hover .group-hover\:border-right-yellow-70 {
  border-right-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.focus\:border-right-yellow-70:focus {
  border-right-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.border-right-yellow-60 {
  border-right-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.hover\:border-right-yellow-60:hover {
  border-right-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.group:hover .group-hover\:border-right-yellow-60 {
  border-right-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.focus\:border-right-yellow-60:focus {
  border-right-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.border-right-yellow-50 {
  border-right-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.hover\:border-right-yellow-50:hover {
  border-right-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.group:hover .group-hover\:border-right-yellow-50 {
  border-right-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.focus\:border-right-yellow-50:focus {
  border-right-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.border-right-yellow-40 {
  border-right-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.hover\:border-right-yellow-40:hover {
  border-right-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.group:hover .group-hover\:border-right-yellow-40 {
  border-right-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.focus\:border-right-yellow-40:focus {
  border-right-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.border-right-yellow-30 {
  border-right-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.hover\:border-right-yellow-30:hover {
  border-right-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.group:hover .group-hover\:border-right-yellow-30 {
  border-right-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.focus\:border-right-yellow-30:focus {
  border-right-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.border-right-yellow-20 {
  border-right-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.hover\:border-right-yellow-20:hover {
  border-right-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.group:hover .group-hover\:border-right-yellow-20 {
  border-right-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.focus\:border-right-yellow-20:focus {
  border-right-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.border-right-yellow-10 {
  border-right-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.hover\:border-right-yellow-10:hover {
  border-right-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.group:hover .group-hover\:border-right-yellow-10 {
  border-right-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.focus\:border-right-yellow-10:focus {
  border-right-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.border-right-purple-90 {
  border-right-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.hover\:border-right-purple-90:hover {
  border-right-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.group:hover .group-hover\:border-right-purple-90 {
  border-right-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.focus\:border-right-purple-90:focus {
  border-right-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.border-right-purple-80 {
  border-right-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.hover\:border-right-purple-80:hover {
  border-right-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.group:hover .group-hover\:border-right-purple-80 {
  border-right-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.focus\:border-right-purple-80:focus {
  border-right-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.border-right-purple-70 {
  border-right-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.hover\:border-right-purple-70:hover {
  border-right-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.group:hover .group-hover\:border-right-purple-70 {
  border-right-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.focus\:border-right-purple-70:focus {
  border-right-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.border-right-purple-60 {
  border-right-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.hover\:border-right-purple-60:hover {
  border-right-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.group:hover .group-hover\:border-right-purple-60 {
  border-right-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.focus\:border-right-purple-60:focus {
  border-right-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.border-right-purple-50 {
  border-right-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.hover\:border-right-purple-50:hover {
  border-right-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.group:hover .group-hover\:border-right-purple-50 {
  border-right-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.focus\:border-right-purple-50:focus {
  border-right-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.border-right-purple-40 {
  border-right-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.hover\:border-right-purple-40:hover {
  border-right-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.group:hover .group-hover\:border-right-purple-40 {
  border-right-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.focus\:border-right-purple-40:focus {
  border-right-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.border-right-purple-30 {
  border-right-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.hover\:border-right-purple-30:hover {
  border-right-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.group:hover .group-hover\:border-right-purple-30 {
  border-right-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.focus\:border-right-purple-30:focus {
  border-right-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.border-right-purple-20 {
  border-right-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.hover\:border-right-purple-20:hover {
  border-right-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.group:hover .group-hover\:border-right-purple-20 {
  border-right-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.focus\:border-right-purple-20:focus {
  border-right-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.border-right-purple-10 {
  border-right-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.hover\:border-right-purple-10:hover {
  border-right-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.group:hover .group-hover\:border-right-purple-10 {
  border-right-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.focus\:border-right-purple-10:focus {
  border-right-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.border-right-teal-90 {
  border-right-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.hover\:border-right-teal-90:hover {
  border-right-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.group:hover .group-hover\:border-right-teal-90 {
  border-right-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.focus\:border-right-teal-90:focus {
  border-right-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.border-right-teal-80 {
  border-right-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.hover\:border-right-teal-80:hover {
  border-right-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.group:hover .group-hover\:border-right-teal-80 {
  border-right-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.focus\:border-right-teal-80:focus {
  border-right-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.border-right-teal-70 {
  border-right-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.hover\:border-right-teal-70:hover {
  border-right-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.group:hover .group-hover\:border-right-teal-70 {
  border-right-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.focus\:border-right-teal-70:focus {
  border-right-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.border-right-teal-60 {
  border-right-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.hover\:border-right-teal-60:hover {
  border-right-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.group:hover .group-hover\:border-right-teal-60 {
  border-right-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.focus\:border-right-teal-60:focus {
  border-right-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.border-right-teal-50 {
  border-right-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.hover\:border-right-teal-50:hover {
  border-right-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.group:hover .group-hover\:border-right-teal-50 {
  border-right-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.focus\:border-right-teal-50:focus {
  border-right-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.border-right-teal-40 {
  border-right-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.hover\:border-right-teal-40:hover {
  border-right-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.group:hover .group-hover\:border-right-teal-40 {
  border-right-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.focus\:border-right-teal-40:focus {
  border-right-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.border-right-teal-30 {
  border-right-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.hover\:border-right-teal-30:hover {
  border-right-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.group:hover .group-hover\:border-right-teal-30 {
  border-right-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.focus\:border-right-teal-30:focus {
  border-right-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.border-right-teal-20 {
  border-right-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.hover\:border-right-teal-20:hover {
  border-right-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.group:hover .group-hover\:border-right-teal-20 {
  border-right-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.focus\:border-right-teal-20:focus {
  border-right-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.border-right-teal-10 {
  border-right-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.hover\:border-right-teal-10:hover {
  border-right-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.group:hover .group-hover\:border-right-teal-10 {
  border-right-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.focus\:border-right-teal-10:focus {
  border-right-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.border-right-orange-90 {
  border-right-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.hover\:border-right-orange-90:hover {
  border-right-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-right-orange-90 {
  border-right-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.focus\:border-right-orange-90:focus {
  border-right-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.border-right-orange-80 {
  border-right-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.hover\:border-right-orange-80:hover {
  border-right-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-right-orange-80 {
  border-right-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.focus\:border-right-orange-80:focus {
  border-right-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.border-right-orange-70 {
  border-right-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.hover\:border-right-orange-70:hover {
  border-right-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-right-orange-70 {
  border-right-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.focus\:border-right-orange-70:focus {
  border-right-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.border-right-orange-60 {
  border-right-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.hover\:border-right-orange-60:hover {
  border-right-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-right-orange-60 {
  border-right-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.focus\:border-right-orange-60:focus {
  border-right-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.border-right-orange-50 {
  border-right-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.hover\:border-right-orange-50:hover {
  border-right-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-right-orange-50 {
  border-right-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.focus\:border-right-orange-50:focus {
  border-right-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.border-right-orange-40 {
  border-right-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.hover\:border-right-orange-40:hover {
  border-right-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.group:hover .group-hover\:border-right-orange-40 {
  border-right-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.focus\:border-right-orange-40:focus {
  border-right-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.border-right-orange-30 {
  border-right-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.hover\:border-right-orange-30:hover {
  border-right-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.group:hover .group-hover\:border-right-orange-30 {
  border-right-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.focus\:border-right-orange-30:focus {
  border-right-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.border-right-orange-20 {
  border-right-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.hover\:border-right-orange-20:hover {
  border-right-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.group:hover .group-hover\:border-right-orange-20 {
  border-right-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.focus\:border-right-orange-20:focus {
  border-right-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.border-right-orange-10 {
  border-right-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

.hover\:border-right-orange-10:hover {
  border-right-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

.group:hover .group-hover\:border-right-orange-10 {
  border-right-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

.focus\:border-right-orange-10:focus {
  border-right-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

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

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

.border-bottom-none {
  border-bottom-width: 0; }

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

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

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

.border-bottom-white {
  border-bottom-color: rgba(255, 255, 255, var(--border-opacity)); }

.hover\:border-bottom-white:hover {
  border-bottom-color: rgba(255, 255, 255, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-white {
  border-bottom-color: rgba(255, 255, 255, var(--border-opacity)); }

.focus\:border-bottom-white:focus {
  border-bottom-color: rgba(255, 255, 255, var(--border-opacity)); }

.border-bottom-gray {
  border-bottom-color: rgba(80, 81, 82, var(--border-opacity)); }

.hover\:border-bottom-gray:hover {
  border-bottom-color: rgba(80, 81, 82, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-gray {
  border-bottom-color: rgba(80, 81, 82, var(--border-opacity)); }

.focus\:border-bottom-gray:focus {
  border-bottom-color: rgba(80, 81, 82, var(--border-opacity)); }

.border-bottom-green {
  border-bottom-color: rgba(180, 238, 86, var(--border-opacity)); }

.hover\:border-bottom-green:hover {
  border-bottom-color: rgba(180, 238, 86, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-green {
  border-bottom-color: rgba(180, 238, 86, var(--border-opacity)); }

.focus\:border-bottom-green:focus {
  border-bottom-color: rgba(180, 238, 86, var(--border-opacity)); }

.border-bottom-blue {
  border-bottom-color: rgba(9, 148, 226, var(--border-opacity)); }

.hover\:border-bottom-blue:hover {
  border-bottom-color: rgba(9, 148, 226, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-blue {
  border-bottom-color: rgba(9, 148, 226, var(--border-opacity)); }

.focus\:border-bottom-blue:focus {
  border-bottom-color: rgba(9, 148, 226, var(--border-opacity)); }

.border-bottom-red {
  border-bottom-color: rgba(255, 37, 98, var(--border-opacity)); }

.hover\:border-bottom-red:hover {
  border-bottom-color: rgba(255, 37, 98, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-red {
  border-bottom-color: rgba(255, 37, 98, var(--border-opacity)); }

.focus\:border-bottom-red:focus {
  border-bottom-color: rgba(255, 37, 98, var(--border-opacity)); }

.border-bottom-yellow {
  border-bottom-color: rgba(215, 229, 66, var(--border-opacity)); }

.hover\:border-bottom-yellow:hover {
  border-bottom-color: rgba(215, 229, 66, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-yellow {
  border-bottom-color: rgba(215, 229, 66, var(--border-opacity)); }

.focus\:border-bottom-yellow:focus {
  border-bottom-color: rgba(215, 229, 66, var(--border-opacity)); }

.border-bottom-purple {
  border-bottom-color: rgba(148, 97, 185, var(--border-opacity)); }

.hover\:border-bottom-purple:hover {
  border-bottom-color: rgba(148, 97, 185, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-purple {
  border-bottom-color: rgba(148, 97, 185, var(--border-opacity)); }

.focus\:border-bottom-purple:focus {
  border-bottom-color: rgba(148, 97, 185, var(--border-opacity)); }

.border-bottom-gray-05 {
  border-bottom-color: rgba(249, 249, 252, var(--border-opacity)); }

.hover\:border-bottom-gray-05:hover {
  border-bottom-color: rgba(249, 249, 252, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-gray-05 {
  border-bottom-color: rgba(249, 249, 252, var(--border-opacity)); }

.focus\:border-bottom-gray-05:focus {
  border-bottom-color: rgba(249, 249, 252, var(--border-opacity)); }

.border-bottom-pink {
  border-bottom-color: rgba(254, 69, 92, var(--border-opacity)); }

.hover\:border-bottom-pink:hover {
  border-bottom-color: rgba(254, 69, 92, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-pink {
  border-bottom-color: rgba(254, 69, 92, var(--border-opacity)); }

.focus\:border-bottom-pink:focus {
  border-bottom-color: rgba(254, 69, 92, var(--border-opacity)); }

.border-bottom-teal {
  border-bottom-color: rgba(0, 199, 175, var(--border-opacity)); }

.hover\:border-bottom-teal:hover {
  border-bottom-color: rgba(0, 199, 175, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-teal {
  border-bottom-color: rgba(0, 199, 175, var(--border-opacity)); }

.focus\:border-bottom-teal:focus {
  border-bottom-color: rgba(0, 199, 175, var(--border-opacity)); }

.border-bottom-orange {
  border-bottom-color: rgba(255, 164, 78, var(--border-opacity)); }

.hover\:border-bottom-orange:hover {
  border-bottom-color: rgba(255, 164, 78, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-orange {
  border-bottom-color: rgba(255, 164, 78, var(--border-opacity)); }

.focus\:border-bottom-orange:focus {
  border-bottom-color: rgba(255, 164, 78, var(--border-opacity)); }

.border-bottom-gray-90 {
  border-bottom-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.hover\:border-bottom-gray-90:hover {
  border-bottom-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-gray-90 {
  border-bottom-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.focus\:border-bottom-gray-90:focus {
  border-bottom-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.border-bottom-gray-80 {
  border-bottom-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.hover\:border-bottom-gray-80:hover {
  border-bottom-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-gray-80 {
  border-bottom-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.focus\:border-bottom-gray-80:focus {
  border-bottom-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.border-bottom-gray-70 {
  border-bottom-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.hover\:border-bottom-gray-70:hover {
  border-bottom-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-gray-70 {
  border-bottom-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.focus\:border-bottom-gray-70:focus {
  border-bottom-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.border-bottom-gray-60 {
  border-bottom-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.hover\:border-bottom-gray-60:hover {
  border-bottom-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-gray-60 {
  border-bottom-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.focus\:border-bottom-gray-60:focus {
  border-bottom-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.border-bottom-gray-50 {
  border-bottom-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.hover\:border-bottom-gray-50:hover {
  border-bottom-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-gray-50 {
  border-bottom-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.focus\:border-bottom-gray-50:focus {
  border-bottom-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.border-bottom-gray-40 {
  border-bottom-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.hover\:border-bottom-gray-40:hover {
  border-bottom-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-gray-40 {
  border-bottom-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.focus\:border-bottom-gray-40:focus {
  border-bottom-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.border-bottom-gray-30 {
  border-bottom-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.hover\:border-bottom-gray-30:hover {
  border-bottom-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-gray-30 {
  border-bottom-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.focus\:border-bottom-gray-30:focus {
  border-bottom-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.border-bottom-gray-20 {
  border-bottom-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.hover\:border-bottom-gray-20:hover {
  border-bottom-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-gray-20 {
  border-bottom-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.focus\:border-bottom-gray-20:focus {
  border-bottom-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.border-bottom-gray-10 {
  border-bottom-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.hover\:border-bottom-gray-10:hover {
  border-bottom-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-gray-10 {
  border-bottom-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.focus\:border-bottom-gray-10:focus {
  border-bottom-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.border-bottom-green-90 {
  border-bottom-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.hover\:border-bottom-green-90:hover {
  border-bottom-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-green-90 {
  border-bottom-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.focus\:border-bottom-green-90:focus {
  border-bottom-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.border-bottom-green-80 {
  border-bottom-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.hover\:border-bottom-green-80:hover {
  border-bottom-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-green-80 {
  border-bottom-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.focus\:border-bottom-green-80:focus {
  border-bottom-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.border-bottom-green-70 {
  border-bottom-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.hover\:border-bottom-green-70:hover {
  border-bottom-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-green-70 {
  border-bottom-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.focus\:border-bottom-green-70:focus {
  border-bottom-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.border-bottom-green-60 {
  border-bottom-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.hover\:border-bottom-green-60:hover {
  border-bottom-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-green-60 {
  border-bottom-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.focus\:border-bottom-green-60:focus {
  border-bottom-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.border-bottom-green-50 {
  border-bottom-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.hover\:border-bottom-green-50:hover {
  border-bottom-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-green-50 {
  border-bottom-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.focus\:border-bottom-green-50:focus {
  border-bottom-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.border-bottom-green-40 {
  border-bottom-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.hover\:border-bottom-green-40:hover {
  border-bottom-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-green-40 {
  border-bottom-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.focus\:border-bottom-green-40:focus {
  border-bottom-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.border-bottom-green-30 {
  border-bottom-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.hover\:border-bottom-green-30:hover {
  border-bottom-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-green-30 {
  border-bottom-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.focus\:border-bottom-green-30:focus {
  border-bottom-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.border-bottom-green-20 {
  border-bottom-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.hover\:border-bottom-green-20:hover {
  border-bottom-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-green-20 {
  border-bottom-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.focus\:border-bottom-green-20:focus {
  border-bottom-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.border-bottom-green-10 {
  border-bottom-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.hover\:border-bottom-green-10:hover {
  border-bottom-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-green-10 {
  border-bottom-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.focus\:border-bottom-green-10:focus {
  border-bottom-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.border-bottom-blue-90 {
  border-bottom-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.hover\:border-bottom-blue-90:hover {
  border-bottom-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-blue-90 {
  border-bottom-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.focus\:border-bottom-blue-90:focus {
  border-bottom-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.border-bottom-blue-80 {
  border-bottom-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.hover\:border-bottom-blue-80:hover {
  border-bottom-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-blue-80 {
  border-bottom-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.focus\:border-bottom-blue-80:focus {
  border-bottom-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.border-bottom-blue-70 {
  border-bottom-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.hover\:border-bottom-blue-70:hover {
  border-bottom-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-blue-70 {
  border-bottom-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.focus\:border-bottom-blue-70:focus {
  border-bottom-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.border-bottom-blue-60 {
  border-bottom-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.hover\:border-bottom-blue-60:hover {
  border-bottom-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-blue-60 {
  border-bottom-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.focus\:border-bottom-blue-60:focus {
  border-bottom-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.border-bottom-blue-50 {
  border-bottom-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.hover\:border-bottom-blue-50:hover {
  border-bottom-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-blue-50 {
  border-bottom-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.focus\:border-bottom-blue-50:focus {
  border-bottom-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.border-bottom-blue-40 {
  border-bottom-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.hover\:border-bottom-blue-40:hover {
  border-bottom-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-blue-40 {
  border-bottom-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.focus\:border-bottom-blue-40:focus {
  border-bottom-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.border-bottom-blue-30 {
  border-bottom-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.hover\:border-bottom-blue-30:hover {
  border-bottom-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-blue-30 {
  border-bottom-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.focus\:border-bottom-blue-30:focus {
  border-bottom-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.border-bottom-blue-20 {
  border-bottom-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.hover\:border-bottom-blue-20:hover {
  border-bottom-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-blue-20 {
  border-bottom-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.focus\:border-bottom-blue-20:focus {
  border-bottom-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.border-bottom-blue-10 {
  border-bottom-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.hover\:border-bottom-blue-10:hover {
  border-bottom-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-blue-10 {
  border-bottom-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.focus\:border-bottom-blue-10:focus {
  border-bottom-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.border-bottom-red-90 {
  border-bottom-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.hover\:border-bottom-red-90:hover {
  border-bottom-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-red-90 {
  border-bottom-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.focus\:border-bottom-red-90:focus {
  border-bottom-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.border-bottom-red-80 {
  border-bottom-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.hover\:border-bottom-red-80:hover {
  border-bottom-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-red-80 {
  border-bottom-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.focus\:border-bottom-red-80:focus {
  border-bottom-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.border-bottom-red-70 {
  border-bottom-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.hover\:border-bottom-red-70:hover {
  border-bottom-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-red-70 {
  border-bottom-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.focus\:border-bottom-red-70:focus {
  border-bottom-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.border-bottom-red-60 {
  border-bottom-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.hover\:border-bottom-red-60:hover {
  border-bottom-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-red-60 {
  border-bottom-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.focus\:border-bottom-red-60:focus {
  border-bottom-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.border-bottom-red-50 {
  border-bottom-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.hover\:border-bottom-red-50:hover {
  border-bottom-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-red-50 {
  border-bottom-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.focus\:border-bottom-red-50:focus {
  border-bottom-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.border-bottom-red-40 {
  border-bottom-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.hover\:border-bottom-red-40:hover {
  border-bottom-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-red-40 {
  border-bottom-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.focus\:border-bottom-red-40:focus {
  border-bottom-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.border-bottom-red-30 {
  border-bottom-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.hover\:border-bottom-red-30:hover {
  border-bottom-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-red-30 {
  border-bottom-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.focus\:border-bottom-red-30:focus {
  border-bottom-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.border-bottom-red-20 {
  border-bottom-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.hover\:border-bottom-red-20:hover {
  border-bottom-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-red-20 {
  border-bottom-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.focus\:border-bottom-red-20:focus {
  border-bottom-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.border-bottom-red-10 {
  border-bottom-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.hover\:border-bottom-red-10:hover {
  border-bottom-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-red-10 {
  border-bottom-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.focus\:border-bottom-red-10:focus {
  border-bottom-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.border-bottom-yellow-90 {
  border-bottom-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.hover\:border-bottom-yellow-90:hover {
  border-bottom-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-yellow-90 {
  border-bottom-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.focus\:border-bottom-yellow-90:focus {
  border-bottom-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.border-bottom-yellow-80 {
  border-bottom-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.hover\:border-bottom-yellow-80:hover {
  border-bottom-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-yellow-80 {
  border-bottom-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.focus\:border-bottom-yellow-80:focus {
  border-bottom-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.border-bottom-yellow-70 {
  border-bottom-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.hover\:border-bottom-yellow-70:hover {
  border-bottom-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-yellow-70 {
  border-bottom-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.focus\:border-bottom-yellow-70:focus {
  border-bottom-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.border-bottom-yellow-60 {
  border-bottom-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.hover\:border-bottom-yellow-60:hover {
  border-bottom-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-yellow-60 {
  border-bottom-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.focus\:border-bottom-yellow-60:focus {
  border-bottom-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.border-bottom-yellow-50 {
  border-bottom-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.hover\:border-bottom-yellow-50:hover {
  border-bottom-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-yellow-50 {
  border-bottom-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.focus\:border-bottom-yellow-50:focus {
  border-bottom-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.border-bottom-yellow-40 {
  border-bottom-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.hover\:border-bottom-yellow-40:hover {
  border-bottom-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-yellow-40 {
  border-bottom-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.focus\:border-bottom-yellow-40:focus {
  border-bottom-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.border-bottom-yellow-30 {
  border-bottom-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.hover\:border-bottom-yellow-30:hover {
  border-bottom-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-yellow-30 {
  border-bottom-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.focus\:border-bottom-yellow-30:focus {
  border-bottom-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.border-bottom-yellow-20 {
  border-bottom-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.hover\:border-bottom-yellow-20:hover {
  border-bottom-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-yellow-20 {
  border-bottom-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.focus\:border-bottom-yellow-20:focus {
  border-bottom-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.border-bottom-yellow-10 {
  border-bottom-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.hover\:border-bottom-yellow-10:hover {
  border-bottom-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-yellow-10 {
  border-bottom-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.focus\:border-bottom-yellow-10:focus {
  border-bottom-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.border-bottom-purple-90 {
  border-bottom-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.hover\:border-bottom-purple-90:hover {
  border-bottom-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-purple-90 {
  border-bottom-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.focus\:border-bottom-purple-90:focus {
  border-bottom-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.border-bottom-purple-80 {
  border-bottom-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.hover\:border-bottom-purple-80:hover {
  border-bottom-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-purple-80 {
  border-bottom-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.focus\:border-bottom-purple-80:focus {
  border-bottom-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.border-bottom-purple-70 {
  border-bottom-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.hover\:border-bottom-purple-70:hover {
  border-bottom-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-purple-70 {
  border-bottom-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.focus\:border-bottom-purple-70:focus {
  border-bottom-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.border-bottom-purple-60 {
  border-bottom-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.hover\:border-bottom-purple-60:hover {
  border-bottom-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-purple-60 {
  border-bottom-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.focus\:border-bottom-purple-60:focus {
  border-bottom-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.border-bottom-purple-50 {
  border-bottom-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.hover\:border-bottom-purple-50:hover {
  border-bottom-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-purple-50 {
  border-bottom-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.focus\:border-bottom-purple-50:focus {
  border-bottom-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.border-bottom-purple-40 {
  border-bottom-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.hover\:border-bottom-purple-40:hover {
  border-bottom-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-purple-40 {
  border-bottom-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.focus\:border-bottom-purple-40:focus {
  border-bottom-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.border-bottom-purple-30 {
  border-bottom-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.hover\:border-bottom-purple-30:hover {
  border-bottom-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-purple-30 {
  border-bottom-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.focus\:border-bottom-purple-30:focus {
  border-bottom-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.border-bottom-purple-20 {
  border-bottom-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.hover\:border-bottom-purple-20:hover {
  border-bottom-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-purple-20 {
  border-bottom-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.focus\:border-bottom-purple-20:focus {
  border-bottom-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.border-bottom-purple-10 {
  border-bottom-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.hover\:border-bottom-purple-10:hover {
  border-bottom-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-purple-10 {
  border-bottom-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.focus\:border-bottom-purple-10:focus {
  border-bottom-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.border-bottom-teal-90 {
  border-bottom-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.hover\:border-bottom-teal-90:hover {
  border-bottom-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-teal-90 {
  border-bottom-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.focus\:border-bottom-teal-90:focus {
  border-bottom-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.border-bottom-teal-80 {
  border-bottom-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.hover\:border-bottom-teal-80:hover {
  border-bottom-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-teal-80 {
  border-bottom-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.focus\:border-bottom-teal-80:focus {
  border-bottom-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.border-bottom-teal-70 {
  border-bottom-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.hover\:border-bottom-teal-70:hover {
  border-bottom-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-teal-70 {
  border-bottom-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.focus\:border-bottom-teal-70:focus {
  border-bottom-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.border-bottom-teal-60 {
  border-bottom-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.hover\:border-bottom-teal-60:hover {
  border-bottom-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-teal-60 {
  border-bottom-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.focus\:border-bottom-teal-60:focus {
  border-bottom-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.border-bottom-teal-50 {
  border-bottom-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.hover\:border-bottom-teal-50:hover {
  border-bottom-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-teal-50 {
  border-bottom-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.focus\:border-bottom-teal-50:focus {
  border-bottom-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.border-bottom-teal-40 {
  border-bottom-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.hover\:border-bottom-teal-40:hover {
  border-bottom-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-teal-40 {
  border-bottom-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.focus\:border-bottom-teal-40:focus {
  border-bottom-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.border-bottom-teal-30 {
  border-bottom-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.hover\:border-bottom-teal-30:hover {
  border-bottom-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-teal-30 {
  border-bottom-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.focus\:border-bottom-teal-30:focus {
  border-bottom-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.border-bottom-teal-20 {
  border-bottom-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.hover\:border-bottom-teal-20:hover {
  border-bottom-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-teal-20 {
  border-bottom-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.focus\:border-bottom-teal-20:focus {
  border-bottom-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.border-bottom-teal-10 {
  border-bottom-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.hover\:border-bottom-teal-10:hover {
  border-bottom-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-teal-10 {
  border-bottom-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.focus\:border-bottom-teal-10:focus {
  border-bottom-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.border-bottom-orange-90 {
  border-bottom-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.hover\:border-bottom-orange-90:hover {
  border-bottom-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-orange-90 {
  border-bottom-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.focus\:border-bottom-orange-90:focus {
  border-bottom-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.border-bottom-orange-80 {
  border-bottom-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.hover\:border-bottom-orange-80:hover {
  border-bottom-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-orange-80 {
  border-bottom-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.focus\:border-bottom-orange-80:focus {
  border-bottom-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.border-bottom-orange-70 {
  border-bottom-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.hover\:border-bottom-orange-70:hover {
  border-bottom-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-orange-70 {
  border-bottom-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.focus\:border-bottom-orange-70:focus {
  border-bottom-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.border-bottom-orange-60 {
  border-bottom-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.hover\:border-bottom-orange-60:hover {
  border-bottom-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-orange-60 {
  border-bottom-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.focus\:border-bottom-orange-60:focus {
  border-bottom-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.border-bottom-orange-50 {
  border-bottom-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.hover\:border-bottom-orange-50:hover {
  border-bottom-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-orange-50 {
  border-bottom-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.focus\:border-bottom-orange-50:focus {
  border-bottom-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.border-bottom-orange-40 {
  border-bottom-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.hover\:border-bottom-orange-40:hover {
  border-bottom-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-orange-40 {
  border-bottom-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.focus\:border-bottom-orange-40:focus {
  border-bottom-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.border-bottom-orange-30 {
  border-bottom-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.hover\:border-bottom-orange-30:hover {
  border-bottom-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-orange-30 {
  border-bottom-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.focus\:border-bottom-orange-30:focus {
  border-bottom-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.border-bottom-orange-20 {
  border-bottom-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.hover\:border-bottom-orange-20:hover {
  border-bottom-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-orange-20 {
  border-bottom-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.focus\:border-bottom-orange-20:focus {
  border-bottom-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.border-bottom-orange-10 {
  border-bottom-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

.hover\:border-bottom-orange-10:hover {
  border-bottom-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

.group:hover .group-hover\:border-bottom-orange-10 {
  border-bottom-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

.focus\:border-bottom-orange-10:focus {
  border-bottom-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

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

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

.border-left-none {
  border-left-width: 0; }

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

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

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

.border-left-white {
  border-left-color: rgba(255, 255, 255, var(--border-opacity)); }

.hover\:border-left-white:hover {
  border-left-color: rgba(255, 255, 255, var(--border-opacity)); }

.group:hover .group-hover\:border-left-white {
  border-left-color: rgba(255, 255, 255, var(--border-opacity)); }

.focus\:border-left-white:focus {
  border-left-color: rgba(255, 255, 255, var(--border-opacity)); }

.border-left-gray {
  border-left-color: rgba(80, 81, 82, var(--border-opacity)); }

.hover\:border-left-gray:hover {
  border-left-color: rgba(80, 81, 82, var(--border-opacity)); }

.group:hover .group-hover\:border-left-gray {
  border-left-color: rgba(80, 81, 82, var(--border-opacity)); }

.focus\:border-left-gray:focus {
  border-left-color: rgba(80, 81, 82, var(--border-opacity)); }

.border-left-green {
  border-left-color: rgba(180, 238, 86, var(--border-opacity)); }

.hover\:border-left-green:hover {
  border-left-color: rgba(180, 238, 86, var(--border-opacity)); }

.group:hover .group-hover\:border-left-green {
  border-left-color: rgba(180, 238, 86, var(--border-opacity)); }

.focus\:border-left-green:focus {
  border-left-color: rgba(180, 238, 86, var(--border-opacity)); }

.border-left-blue {
  border-left-color: rgba(9, 148, 226, var(--border-opacity)); }

.hover\:border-left-blue:hover {
  border-left-color: rgba(9, 148, 226, var(--border-opacity)); }

.group:hover .group-hover\:border-left-blue {
  border-left-color: rgba(9, 148, 226, var(--border-opacity)); }

.focus\:border-left-blue:focus {
  border-left-color: rgba(9, 148, 226, var(--border-opacity)); }

.border-left-red {
  border-left-color: rgba(255, 37, 98, var(--border-opacity)); }

.hover\:border-left-red:hover {
  border-left-color: rgba(255, 37, 98, var(--border-opacity)); }

.group:hover .group-hover\:border-left-red {
  border-left-color: rgba(255, 37, 98, var(--border-opacity)); }

.focus\:border-left-red:focus {
  border-left-color: rgba(255, 37, 98, var(--border-opacity)); }

.border-left-yellow {
  border-left-color: rgba(215, 229, 66, var(--border-opacity)); }

.hover\:border-left-yellow:hover {
  border-left-color: rgba(215, 229, 66, var(--border-opacity)); }

.group:hover .group-hover\:border-left-yellow {
  border-left-color: rgba(215, 229, 66, var(--border-opacity)); }

.focus\:border-left-yellow:focus {
  border-left-color: rgba(215, 229, 66, var(--border-opacity)); }

.border-left-purple {
  border-left-color: rgba(148, 97, 185, var(--border-opacity)); }

.hover\:border-left-purple:hover {
  border-left-color: rgba(148, 97, 185, var(--border-opacity)); }

.group:hover .group-hover\:border-left-purple {
  border-left-color: rgba(148, 97, 185, var(--border-opacity)); }

.focus\:border-left-purple:focus {
  border-left-color: rgba(148, 97, 185, var(--border-opacity)); }

.border-left-gray-05 {
  border-left-color: rgba(249, 249, 252, var(--border-opacity)); }

.hover\:border-left-gray-05:hover {
  border-left-color: rgba(249, 249, 252, var(--border-opacity)); }

.group:hover .group-hover\:border-left-gray-05 {
  border-left-color: rgba(249, 249, 252, var(--border-opacity)); }

.focus\:border-left-gray-05:focus {
  border-left-color: rgba(249, 249, 252, var(--border-opacity)); }

.border-left-pink {
  border-left-color: rgba(254, 69, 92, var(--border-opacity)); }

.hover\:border-left-pink:hover {
  border-left-color: rgba(254, 69, 92, var(--border-opacity)); }

.group:hover .group-hover\:border-left-pink {
  border-left-color: rgba(254, 69, 92, var(--border-opacity)); }

.focus\:border-left-pink:focus {
  border-left-color: rgba(254, 69, 92, var(--border-opacity)); }

.border-left-teal {
  border-left-color: rgba(0, 199, 175, var(--border-opacity)); }

.hover\:border-left-teal:hover {
  border-left-color: rgba(0, 199, 175, var(--border-opacity)); }

.group:hover .group-hover\:border-left-teal {
  border-left-color: rgba(0, 199, 175, var(--border-opacity)); }

.focus\:border-left-teal:focus {
  border-left-color: rgba(0, 199, 175, var(--border-opacity)); }

.border-left-orange {
  border-left-color: rgba(255, 164, 78, var(--border-opacity)); }

.hover\:border-left-orange:hover {
  border-left-color: rgba(255, 164, 78, var(--border-opacity)); }

.group:hover .group-hover\:border-left-orange {
  border-left-color: rgba(255, 164, 78, var(--border-opacity)); }

.focus\:border-left-orange:focus {
  border-left-color: rgba(255, 164, 78, var(--border-opacity)); }

.border-left-gray-90 {
  border-left-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.hover\:border-left-gray-90:hover {
  border-left-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.group:hover .group-hover\:border-left-gray-90 {
  border-left-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.focus\:border-left-gray-90:focus {
  border-left-color: rgba(25.1851851852, 25.5, 25.8148148148, var(--border-opacity)); }

.border-left-gray-80 {
  border-left-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.hover\:border-left-gray-80:hover {
  border-left-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.group:hover .group-hover\:border-left-gray-80 {
  border-left-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.focus\:border-left-gray-80:focus {
  border-left-color: rgba(50.3703703704, 51, 51.6296296296, var(--border-opacity)); }

.border-left-gray-70 {
  border-left-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.hover\:border-left-gray-70:hover {
  border-left-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.group:hover .group-hover\:border-left-gray-70 {
  border-left-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.focus\:border-left-gray-70:focus {
  border-left-color: rgba(75.5555555556, 76.5, 77.4444444444, var(--border-opacity)); }

.border-left-gray-60 {
  border-left-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.hover\:border-left-gray-60:hover {
  border-left-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.group:hover .group-hover\:border-left-gray-60 {
  border-left-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.focus\:border-left-gray-60:focus {
  border-left-color: rgba(100.7407407407, 102, 103.2592592593, var(--border-opacity)); }

.border-left-gray-50 {
  border-left-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.hover\:border-left-gray-50:hover {
  border-left-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.group:hover .group-hover\:border-left-gray-50 {
  border-left-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.focus\:border-left-gray-50:focus {
  border-left-color: rgba(125.9259259259, 127.5, 129.0740740741, var(--border-opacity)); }

.border-left-gray-40 {
  border-left-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.hover\:border-left-gray-40:hover {
  border-left-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.group:hover .group-hover\:border-left-gray-40 {
  border-left-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.focus\:border-left-gray-40:focus {
  border-left-color: rgba(151.7407407407, 153, 154.2592592593, var(--border-opacity)); }

.border-left-gray-30 {
  border-left-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.hover\:border-left-gray-30:hover {
  border-left-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.group:hover .group-hover\:border-left-gray-30 {
  border-left-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.focus\:border-left-gray-30:focus {
  border-left-color: rgba(177.5555555556, 178.5, 179.4444444444, var(--border-opacity)); }

.border-left-gray-20 {
  border-left-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.hover\:border-left-gray-20:hover {
  border-left-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.group:hover .group-hover\:border-left-gray-20 {
  border-left-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.focus\:border-left-gray-20:focus {
  border-left-color: rgba(203.3703703704, 204, 204.6296296296, var(--border-opacity)); }

.border-left-gray-10 {
  border-left-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.hover\:border-left-gray-10:hover {
  border-left-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.group:hover .group-hover\:border-left-gray-10 {
  border-left-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.focus\:border-left-gray-10:focus {
  border-left-color: rgba(229.1851851852, 229.5, 229.8148148148, var(--border-opacity)); }

.border-left-green-90 {
  border-left-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.hover\:border-left-green-90:hover {
  border-left-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-left-green-90 {
  border-left-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.focus\:border-left-green-90:focus {
  border-left-color: rgba(31.5394736842, 51, 0, var(--border-opacity)); }

.border-left-green-80 {
  border-left-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.hover\:border-left-green-80:hover {
  border-left-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.group:hover .group-hover\:border-left-green-80 {
  border-left-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.focus\:border-left-green-80:focus {
  border-left-color: rgba(62.5269524618, 99.6693548387, 2.3306451613, var(--border-opacity)); }

.border-left-green-70 {
  border-left-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.hover\:border-left-green-70:hover {
  border-left-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.group:hover .group-hover\:border-left-green-70 {
  border-left-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.focus\:border-left-green-70:focus {
  border-left-color: rgba(92.9624363328, 146.0080645161, 6.9919354839, var(--border-opacity)); }

.border-left-green-60 {
  border-left-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.hover\:border-left-green-60:hover {
  border-left-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.group:hover .group-hover\:border-left-green-60 {
  border-left-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.focus\:border-left-green-60:focus {
  border-left-color: rgba(122.8459252971, 190.0161290323, 13.9838709677, var(--border-opacity)); }

.border-left-green-50 {
  border-left-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.hover\:border-left-green-50:hover {
  border-left-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.group:hover .group-hover\:border-left-green-50 {
  border-left-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.focus\:border-left-green-50:focus {
  border-left-color: rgba(152.1774193548, 231.6935483871, 23.3064516129, var(--border-opacity)); }

.border-left-green-40 {
  border-left-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.hover\:border-left-green-40:hover {
  border-left-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.group:hover .group-hover\:border-left-green-40 {
  border-left-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.focus\:border-left-green-40:focus {
  border-left-color: rgba(173.8459252971, 241.0161290323, 64.9838709677, var(--border-opacity)); }

.border-left-green-30 {
  border-left-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.hover\:border-left-green-30:hover {
  border-left-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.group:hover .group-hover\:border-left-green-30 {
  border-left-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.focus\:border-left-green-30:focus {
  border-left-color: rgba(194.9624363328, 248.0080645161, 108.9919354839, var(--border-opacity)); }

.border-left-green-20 {
  border-left-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.hover\:border-left-green-20:hover {
  border-left-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.group:hover .group-hover\:border-left-green-20 {
  border-left-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.focus\:border-left-green-20:focus {
  border-left-color: rgba(215.5269524618, 252.6693548387, 155.3306451613, var(--border-opacity)); }

.border-left-green-10 {
  border-left-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.hover\:border-left-green-10:hover {
  border-left-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.group:hover .group-hover\:border-left-green-10 {
  border-left-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.focus\:border-left-green-10:focus {
  border-left-color: rgba(235.5394736842, 255, 204, var(--border-opacity)); }

.border-left-blue-90 {
  border-left-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.hover\:border-left-blue-90:hover {
  border-left-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.group:hover .group-hover\:border-left-blue-90 {
  border-left-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.focus\:border-left-blue-90:focus {
  border-left-color: rgba(0, 32.668202765, 51, var(--border-opacity)); }

.border-left-blue-80 {
  border-left-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.hover\:border-left-blue-80:hover {
  border-left-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.group:hover .group-hover\:border-left-blue-80 {
  border-left-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.focus\:border-left-blue-80:focus {
  border-left-color: rgba(0.9765957447, 65.0618786156, 101.0234042553, var(--border-opacity)); }

.border-left-blue-70 {
  border-left-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.hover\:border-left-blue-70:hover {
  border-left-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.group:hover .group-hover\:border-left-blue-70 {
  border-left-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.focus\:border-left-blue-70:focus {
  border-left-color: rgba(2.929787234, 97.1810275517, 150.070212766, var(--border-opacity)); }

.border-left-blue-60 {
  border-left-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.hover\:border-left-blue-60:hover {
  border-left-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.group:hover .group-hover\:border-left-blue-60 {
  border-left-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.focus\:border-left-blue-60:focus {
  border-left-color: rgba(5.8595744681, 129.0256495735, 198.1404255319, var(--border-opacity)); }

.border-left-blue-50 {
  border-left-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.hover\:border-left-blue-50:hover {
  border-left-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.group:hover .group-hover\:border-left-blue-50 {
  border-left-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.focus\:border-left-blue-50:focus {
  border-left-color: rgba(9.7659574468, 160.5957446809, 245.2340425532, var(--border-opacity)); }

.border-left-blue-40 {
  border-left-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.hover\:border-left-blue-40:hover {
  border-left-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.group:hover .group-hover\:border-left-blue-40 {
  border-left-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.focus\:border-left-blue-40:focus {
  border-left-color: rgba(56.8595744681, 180.0256495735, 249.1404255319, var(--border-opacity)); }

.border-left-blue-30 {
  border-left-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.hover\:border-left-blue-30:hover {
  border-left-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.group:hover .group-hover\:border-left-blue-30 {
  border-left-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.focus\:border-left-blue-30:focus {
  border-left-color: rgba(104.929787234, 199.1810275517, 252.070212766, var(--border-opacity)); }

.border-left-blue-20 {
  border-left-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.hover\:border-left-blue-20:hover {
  border-left-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.group:hover .group-hover\:border-left-blue-20 {
  border-left-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.focus\:border-left-blue-20:focus {
  border-left-color: rgba(153.9765957447, 218.0618786156, 254.0234042553, var(--border-opacity)); }

.border-left-blue-10 {
  border-left-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.hover\:border-left-blue-10:hover {
  border-left-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.group:hover .group-hover\:border-left-blue-10 {
  border-left-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.focus\:border-left-blue-10:focus {
  border-left-color: rgba(204, 236.668202765, 255, var(--border-opacity)); }

.border-left-red-90 {
  border-left-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.hover\:border-left-red-90:hover {
  border-left-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.group:hover .group-hover\:border-left-red-90 {
  border-left-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.focus\:border-left-red-90:focus {
  border-left-color: rgba(51, 0, 14.2706422018, var(--border-opacity)); }

.border-left-red-80 {
  border-left-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.hover\:border-left-red-80:hover {
  border-left-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.group:hover .group-hover\:border-left-red-80 {
  border-left-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.focus\:border-left-red-80:focus {
  border-left-color: rgba(102, 0, 28.5412844037, var(--border-opacity)); }

.border-left-red-70 {
  border-left-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.hover\:border-left-red-70:hover {
  border-left-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.group:hover .group-hover\:border-left-red-70 {
  border-left-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.focus\:border-left-red-70:focus {
  border-left-color: rgba(153, 0, 42.8119266055, var(--border-opacity)); }

.border-left-red-60 {
  border-left-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.hover\:border-left-red-60:hover {
  border-left-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.group:hover .group-hover\:border-left-red-60 {
  border-left-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.focus\:border-left-red-60:focus {
  border-left-color: rgba(204, 0, 57.0825688073, var(--border-opacity)); }

.border-left-red-50 {
  border-left-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.hover\:border-left-red-50:hover {
  border-left-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.group:hover .group-hover\:border-left-red-50 {
  border-left-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.focus\:border-left-red-50:focus {
  border-left-color: rgba(255, 0, 71.3532110092, var(--border-opacity)); }

.border-left-red-40 {
  border-left-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.hover\:border-left-red-40:hover {
  border-left-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.group:hover .group-hover\:border-left-red-40 {
  border-left-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.focus\:border-left-red-40:focus {
  border-left-color: rgba(255, 51, 108.0825688073, var(--border-opacity)); }

.border-left-red-30 {
  border-left-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.hover\:border-left-red-30:hover {
  border-left-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.group:hover .group-hover\:border-left-red-30 {
  border-left-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.focus\:border-left-red-30:focus {
  border-left-color: rgba(255, 102, 144.8119266055, var(--border-opacity)); }

.border-left-red-20 {
  border-left-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.hover\:border-left-red-20:hover {
  border-left-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.group:hover .group-hover\:border-left-red-20 {
  border-left-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.focus\:border-left-red-20:focus {
  border-left-color: rgba(255, 153, 181.5412844037, var(--border-opacity)); }

.border-left-red-10 {
  border-left-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.hover\:border-left-red-10:hover {
  border-left-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.group:hover .group-hover\:border-left-red-10 {
  border-left-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.focus\:border-left-red-10:focus {
  border-left-color: rgba(255, 204, 218.2706422018, var(--border-opacity)); }

.border-left-yellow-90 {
  border-left-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.hover\:border-left-yellow-90:hover {
  border-left-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-left-yellow-90 {
  border-left-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.focus\:border-left-yellow-90:focus {
  border-left-color: rgba(46.6196319018, 51, 0, var(--border-opacity)); }

.border-left-yellow-80 {
  border-left-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.hover\:border-left-yellow-80:hover {
  border-left-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.group:hover .group-hover\:border-left-yellow-80 {
  border-left-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.focus\:border-left-yellow-80:focus {
  border-left-color: rgba(90.6852618062, 98.9162790698, 3.0837209302, var(--border-opacity)); }

.border-left-yellow-70 {
  border-left-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.hover\:border-left-yellow-70:hover {
  border-left-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.group:hover .group-hover\:border-left-yellow-70 {
  border-left-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.focus\:border-left-yellow-70:focus {
  border-left-color: rgba(132.1968897132, 143.7488372093, 9.2511627907, var(--border-opacity)); }

.border-left-yellow-60 {
  border-left-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.hover\:border-left-yellow-60:hover {
  border-left-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.group:hover .group-hover\:border-left-yellow-60 {
  border-left-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.focus\:border-left-yellow-60:focus {
  border-left-color: rgba(171.1545156228, 185.4976744186, 18.5023255814, var(--border-opacity)); }

.border-left-yellow-50 {
  border-left-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.hover\:border-left-yellow-50:hover {
  border-left-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.group:hover .group-hover\:border-left-yellow-50 {
  border-left-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.focus\:border-left-yellow-50:focus {
  border-left-color: rgba(207.5581395349, 224.1627906977, 30.8372093023, var(--border-opacity)); }

.border-left-yellow-40 {
  border-left-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.hover\:border-left-yellow-40:hover {
  border-left-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.group:hover .group-hover\:border-left-yellow-40 {
  border-left-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.focus\:border-left-yellow-40:focus {
  border-left-color: rgba(222.1545156228, 236.4976744186, 69.5023255814, var(--border-opacity)); }

.border-left-yellow-30 {
  border-left-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.hover\:border-left-yellow-30:hover {
  border-left-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.group:hover .group-hover\:border-left-yellow-30 {
  border-left-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.focus\:border-left-yellow-30:focus {
  border-left-color: rgba(234.1968897132, 245.7488372093, 111.2511627907, var(--border-opacity)); }

.border-left-yellow-20 {
  border-left-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.hover\:border-left-yellow-20:hover {
  border-left-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.group:hover .group-hover\:border-left-yellow-20 {
  border-left-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.focus\:border-left-yellow-20:focus {
  border-left-color: rgba(243.6852618062, 251.9162790698, 156.0837209302, var(--border-opacity)); }

.border-left-yellow-10 {
  border-left-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.hover\:border-left-yellow-10:hover {
  border-left-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.group:hover .group-hover\:border-left-yellow-10 {
  border-left-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.focus\:border-left-yellow-10:focus {
  border-left-color: rgba(250.6196319018, 255, 204, var(--border-opacity)); }

.border-left-purple-90 {
  border-left-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.hover\:border-left-purple-90:hover {
  border-left-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.group:hover .group-hover\:border-left-purple-90 {
  border-left-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.focus\:border-left-purple-90:focus {
  border-left-color: rgba(29.5568181818, 0, 51, var(--border-opacity)); }

.border-left-purple-80 {
  border-left-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.hover\:border-left-purple-80:hover {
  border-left-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.group:hover .group-hover\:border-left-purple-80 {
  border-left-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.focus\:border-left-purple-80:focus {
  border-left-color: rgba(57.8681220096, 7.8289473684, 94.1710526316, var(--border-opacity)); }

.border-left-purple-70 {
  border-left-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.hover\:border-left-purple-70:hover {
  border-left-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.group:hover .group-hover\:border-left-purple-70 {
  border-left-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.focus\:border-left-purple-70:focus {
  border-left-color: rgba(84.9339114833, 23.4868421053, 129.5131578947, var(--border-opacity)); }

.border-left-purple-60 {
  border-left-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.hover\:border-left-purple-60:hover {
  border-left-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.group:hover .group-hover\:border-left-purple-60 {
  border-left-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.focus\:border-left-purple-60:focus {
  border-left-color: rgba(110.7541866029, 46.9736842105, 157.0263157895, var(--border-opacity)); }

.border-left-purple-50 {
  border-left-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.hover\:border-left-purple-50:hover {
  border-left-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.group:hover .group-hover\:border-left-purple-50 {
  border-left-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.focus\:border-left-purple-50:focus {
  border-left-color: rgba(135.3289473684, 78.2894736842, 176.7105263158, var(--border-opacity)); }

.border-left-purple-40 {
  border-left-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.hover\:border-left-purple-40:hover {
  border-left-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.group:hover .group-hover\:border-left-purple-40 {
  border-left-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.focus\:border-left-purple-40:focus {
  border-left-color: rgba(161.7541866029, 97.9736842105, 208.0263157895, var(--border-opacity)); }

.border-left-purple-30 {
  border-left-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.hover\:border-left-purple-30:hover {
  border-left-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.group:hover .group-hover\:border-left-purple-30 {
  border-left-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.focus\:border-left-purple-30:focus {
  border-left-color: rgba(186.9339114833, 125.4868421053, 231.5131578947, var(--border-opacity)); }

.border-left-purple-20 {
  border-left-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.hover\:border-left-purple-20:hover {
  border-left-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.group:hover .group-hover\:border-left-purple-20 {
  border-left-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.focus\:border-left-purple-20:focus {
  border-left-color: rgba(210.8681220096, 160.8289473684, 247.1710526316, var(--border-opacity)); }

.border-left-purple-10 {
  border-left-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.hover\:border-left-purple-10:hover {
  border-left-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.group:hover .group-hover\:border-left-purple-10 {
  border-left-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.focus\:border-left-purple-10:focus {
  border-left-color: rgba(233.5568181818, 204, 255, var(--border-opacity)); }

.border-left-teal-90 {
  border-left-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.hover\:border-left-teal-90:hover {
  border-left-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.group:hover .group-hover\:border-left-teal-90 {
  border-left-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.focus\:border-left-teal-90:focus {
  border-left-color: rgba(0, 51, 44.8492462312, var(--border-opacity)); }

.border-left-teal-80 {
  border-left-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.hover\:border-left-teal-80:hover {
  border-left-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.group:hover .group-hover\:border-left-teal-80 {
  border-left-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.focus\:border-left-teal-80:focus {
  border-left-color: rgba(0, 102, 89.6984924623, var(--border-opacity)); }

.border-left-teal-70 {
  border-left-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.hover\:border-left-teal-70:hover {
  border-left-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.group:hover .group-hover\:border-left-teal-70 {
  border-left-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.focus\:border-left-teal-70:focus {
  border-left-color: rgba(0, 153, 134.5477386935, var(--border-opacity)); }

.border-left-teal-60 {
  border-left-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.hover\:border-left-teal-60:hover {
  border-left-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.group:hover .group-hover\:border-left-teal-60 {
  border-left-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.focus\:border-left-teal-60:focus {
  border-left-color: rgba(0, 204, 179.3969849246, var(--border-opacity)); }

.border-left-teal-50 {
  border-left-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.hover\:border-left-teal-50:hover {
  border-left-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.group:hover .group-hover\:border-left-teal-50 {
  border-left-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.focus\:border-left-teal-50:focus {
  border-left-color: rgba(0, 255, 224.2462311558, var(--border-opacity)); }

.border-left-teal-40 {
  border-left-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.hover\:border-left-teal-40:hover {
  border-left-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.group:hover .group-hover\:border-left-teal-40 {
  border-left-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.focus\:border-left-teal-40:focus {
  border-left-color: rgba(51, 255, 230.3969849246, var(--border-opacity)); }

.border-left-teal-30 {
  border-left-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.hover\:border-left-teal-30:hover {
  border-left-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.group:hover .group-hover\:border-left-teal-30 {
  border-left-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.focus\:border-left-teal-30:focus {
  border-left-color: rgba(102, 255, 236.5477386935, var(--border-opacity)); }

.border-left-teal-20 {
  border-left-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.hover\:border-left-teal-20:hover {
  border-left-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.group:hover .group-hover\:border-left-teal-20 {
  border-left-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.focus\:border-left-teal-20:focus {
  border-left-color: rgba(153, 255, 242.6984924623, var(--border-opacity)); }

.border-left-teal-10 {
  border-left-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.hover\:border-left-teal-10:hover {
  border-left-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.group:hover .group-hover\:border-left-teal-10 {
  border-left-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.focus\:border-left-teal-10:focus {
  border-left-color: rgba(204, 255, 248.8492462312, var(--border-opacity)); }

.border-left-orange-90 {
  border-left-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.hover\:border-left-orange-90:hover {
  border-left-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-left-orange-90 {
  border-left-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.focus\:border-left-orange-90:focus {
  border-left-color: rgba(51, 24.7796610169, 0, var(--border-opacity)); }

.border-left-orange-80 {
  border-left-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.hover\:border-left-orange-80:hover {
  border-left-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-left-orange-80 {
  border-left-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.focus\:border-left-orange-80:focus {
  border-left-color: rgba(102, 49.5593220339, 0, var(--border-opacity)); }

.border-left-orange-70 {
  border-left-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.hover\:border-left-orange-70:hover {
  border-left-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-left-orange-70 {
  border-left-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.focus\:border-left-orange-70:focus {
  border-left-color: rgba(153, 74.3389830508, 0, var(--border-opacity)); }

.border-left-orange-60 {
  border-left-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.hover\:border-left-orange-60:hover {
  border-left-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-left-orange-60 {
  border-left-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.focus\:border-left-orange-60:focus {
  border-left-color: rgba(204, 99.1186440678, 0, var(--border-opacity)); }

.border-left-orange-50 {
  border-left-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.hover\:border-left-orange-50:hover {
  border-left-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.group:hover .group-hover\:border-left-orange-50 {
  border-left-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.focus\:border-left-orange-50:focus {
  border-left-color: rgba(255, 123.8983050847, 0, var(--border-opacity)); }

.border-left-orange-40 {
  border-left-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.hover\:border-left-orange-40:hover {
  border-left-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.group:hover .group-hover\:border-left-orange-40 {
  border-left-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.focus\:border-left-orange-40:focus {
  border-left-color: rgba(255, 150.1186440678, 51, var(--border-opacity)); }

.border-left-orange-30 {
  border-left-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.hover\:border-left-orange-30:hover {
  border-left-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.group:hover .group-hover\:border-left-orange-30 {
  border-left-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.focus\:border-left-orange-30:focus {
  border-left-color: rgba(255, 176.3389830508, 102, var(--border-opacity)); }

.border-left-orange-20 {
  border-left-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.hover\:border-left-orange-20:hover {
  border-left-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.group:hover .group-hover\:border-left-orange-20 {
  border-left-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.focus\:border-left-orange-20:focus {
  border-left-color: rgba(255, 202.5593220339, 153, var(--border-opacity)); }

.border-left-orange-10 {
  border-left-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

.hover\:border-left-orange-10:hover {
  border-left-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

.group:hover .group-hover\:border-left-orange-10 {
  border-left-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

.focus\:border-left-orange-10:focus {
  border-left-color: rgba(255, 228.7796610169, 204, var(--border-opacity)); }

.rounded {
  border-radius: 0.25rem; }

.rounded-none {
  border-radius: 0; }

.rounded-xs {
  border-radius: 0.1rem; }

.rounded-sm {
  border-radius: 0.2rem; }

.rounded-lg {
  border-radius: 0.5rem; }

.rounded-xl {
  border-radius: 1rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-top-none {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.rounded-top-xs {
  border-top-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem; }

.rounded-top-sm {
  border-top-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.rounded-top-lg {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem; }

.rounded-top-xl {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-bottom-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.rounded-bottom-xs {
  border-bottom-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem; }

.rounded-bottom-sm {
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.rounded-bottom-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.rounded-bottom-xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.rounded-left {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rounded-left-xs {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem; }

.rounded-left-sm {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.rounded-left-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.rounded-left-xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.rounded-right {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.rounded-right-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.rounded-right-xs {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem; }

.rounded-right-sm {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.rounded-right-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.rounded-right-xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem; }

.square {
  border-radius: 0; }

.square-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.square-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.square-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.square-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.round {
  border-radius: 50%; }

.divide-h > * + * {
  border-left-width: 1px; }

.divide-h-none > * + * {
  border-left-width: 0; }

.divide-h-2px > * + * {
  border-left-width: 2px; }

.divide-h-3px > * + * {
  border-left-width: 3px; }

.divide-h-4px > * + * {
  border-left-width: 4px; }

.divide-v > * + * {
  border-top-width: 1px; }

.divide-v-none > * + * {
  border-top-width: 0; }

.divide-v-2px > * + * {
  border-top-width: 2px; }

.divide-v-3px > * + * {
  border-top-width: 3px; }

.divide-v-4px > * + * {
  border-top-width: 4px; }

.shadow-xs {
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, var(--shadow-opacity)); }

.hover\:shadow-xs:hover {
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, var(--shadow-opacity)); }

.group:hover .group-hover\:shadow-xs {
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, var(--shadow-opacity)); }

.focus\:shadow-xs:focus {
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, var(--shadow-opacity)); }

.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, var(--shadow-opacity)); }

.hover\:shadow-sm:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, var(--shadow-opacity)); }

.group:hover .group-hover\:shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, var(--shadow-opacity)); }

.focus\:shadow-sm:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, var(--shadow-opacity)); }

.shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, var(--shadow-opacity)); }

.hover\:shadow:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, var(--shadow-opacity)); }

.group:hover .group-hover\:shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, var(--shadow-opacity)); }

.focus\:shadow:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, var(--shadow-opacity)); }

.shadow-md {
  box-shadow: 0 2px 6px rgba(0, 0, 0, var(--shadow-opacity)); }

.hover\:shadow-md:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, var(--shadow-opacity)); }

.group:hover .group-hover\:shadow-md {
  box-shadow: 0 2px 6px rgba(0, 0, 0, var(--shadow-opacity)); }

.focus\:shadow-md:focus {
  box-shadow: 0 2px 6px rgba(0, 0, 0, var(--shadow-opacity)); }

.shadow-lg {
  box-shadow: 0 2px 12px rgba(0, 0, 0, var(--shadow-opacity)); }

.hover\:shadow-lg:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, var(--shadow-opacity)); }

.group:hover .group-hover\:shadow-lg {
  box-shadow: 0 2px 12px rgba(0, 0, 0, var(--shadow-opacity)); }

.focus\:shadow-lg:focus {
  box-shadow: 0 2px 12px rgba(0, 0, 0, var(--shadow-opacity)); }

.shadow-outline {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, var(--shadow-opacity)); }

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, var(--shadow-opacity)); }

.group:hover .group-hover\:shadow-outline {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, var(--shadow-opacity)); }

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, var(--shadow-opacity)); }

.shadow-inset {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, var(--shadow-opacity)); }

.hover\:shadow-inset:hover {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, var(--shadow-opacity)); }

.group:hover .group-hover\:shadow-inset {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, var(--shadow-opacity)); }

.focus\:shadow-inset:focus {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, var(--shadow-opacity)); }

.shadow-inline {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, var(--shadow-opacity)); }

.hover\:shadow-inline:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, var(--shadow-opacity)); }

.group:hover .group-hover\:shadow-inline {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, var(--shadow-opacity)); }

.focus\:shadow-inline:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, var(--shadow-opacity)); }

.opacity-0 {
  opacity: 0; }

.hover\:opacity-0:hover {
  opacity: 0; }

.group:hover .group-hover\:opacity-0 {
  opacity: 0; }

.focus\:opacity-0:focus {
  opacity: 0; }

.shadow-opacity-0 {
  --shadow-opacity: 0; }

.hover\:shadow-opacity-0:hover {
  --shadow-opacity: 0; }

.group:hover .group-hover\:shadow-opacity-0 {
  --shadow-opacity: 0; }

.focus\:shadow-opacity-0:focus {
  --shadow-opacity: 0; }

.text-opacity-0 {
  --text-opacity: 0; }

.hover\:text-opacity-0:hover {
  --text-opacity: 0; }

.group:hover .group-hover\:text-opacity-0 {
  --text-opacity: 0; }

.focus\:text-opacity-0:focus {
  --text-opacity: 0; }

.bg-opacity-0 {
  --bg-opacity: 0; }

.hover\:bg-opacity-0:hover {
  --bg-opacity: 0; }

.group:hover .group-hover\:bg-opacity-0 {
  --bg-opacity: 0; }

.focus\:bg-opacity-0:focus {
  --bg-opacity: 0; }

.border-opacity-0 {
  --border-opacity: 0; }

.hover\:border-opacity-0:hover {
  --border-opacity: 0; }

.group:hover .group-hover\:border-opacity-0 {
  --border-opacity: 0; }

.focus\:border-opacity-0:focus {
  --border-opacity: 0; }

.placeholder-opacity-0 {
  --placeholder-opacity: 0; }

.hover\:placeholder-opacity-0:hover {
  --placeholder-opacity: 0; }

.group:hover .group-hover\:placeholder-opacity-0 {
  --placeholder-opacity: 0; }

.focus\:placeholder-opacity-0:focus {
  --placeholder-opacity: 0; }

.opacity-10 {
  opacity: 0.1; }

.hover\:opacity-10:hover {
  opacity: 0.1; }

.group:hover .group-hover\:opacity-10 {
  opacity: 0.1; }

.focus\:opacity-10:focus {
  opacity: 0.1; }

.shadow-opacity-10 {
  --shadow-opacity: 0.1; }

.hover\:shadow-opacity-10:hover {
  --shadow-opacity: 0.1; }

.group:hover .group-hover\:shadow-opacity-10 {
  --shadow-opacity: 0.1; }

.focus\:shadow-opacity-10:focus {
  --shadow-opacity: 0.1; }

.text-opacity-10 {
  --text-opacity: 0.1; }

.hover\:text-opacity-10:hover {
  --text-opacity: 0.1; }

.group:hover .group-hover\:text-opacity-10 {
  --text-opacity: 0.1; }

.focus\:text-opacity-10:focus {
  --text-opacity: 0.1; }

.bg-opacity-10 {
  --bg-opacity: 0.1; }

.hover\:bg-opacity-10:hover {
  --bg-opacity: 0.1; }

.group:hover .group-hover\:bg-opacity-10 {
  --bg-opacity: 0.1; }

.focus\:bg-opacity-10:focus {
  --bg-opacity: 0.1; }

.border-opacity-10 {
  --border-opacity: 0.1; }

.hover\:border-opacity-10:hover {
  --border-opacity: 0.1; }

.group:hover .group-hover\:border-opacity-10 {
  --border-opacity: 0.1; }

.focus\:border-opacity-10:focus {
  --border-opacity: 0.1; }

.placeholder-opacity-10 {
  --placeholder-opacity: 0.1; }

.hover\:placeholder-opacity-10:hover {
  --placeholder-opacity: 0.1; }

.group:hover .group-hover\:placeholder-opacity-10 {
  --placeholder-opacity: 0.1; }

.focus\:placeholder-opacity-10:focus {
  --placeholder-opacity: 0.1; }

.opacity-20 {
  opacity: 0.2; }

.hover\:opacity-20:hover {
  opacity: 0.2; }

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2; }

.focus\:opacity-20:focus {
  opacity: 0.2; }

.shadow-opacity-20 {
  --shadow-opacity: 0.2; }

.hover\:shadow-opacity-20:hover {
  --shadow-opacity: 0.2; }

.group:hover .group-hover\:shadow-opacity-20 {
  --shadow-opacity: 0.2; }

.focus\:shadow-opacity-20:focus {
  --shadow-opacity: 0.2; }

.text-opacity-20 {
  --text-opacity: 0.2; }

.hover\:text-opacity-20:hover {
  --text-opacity: 0.2; }

.group:hover .group-hover\:text-opacity-20 {
  --text-opacity: 0.2; }

.focus\:text-opacity-20:focus {
  --text-opacity: 0.2; }

.bg-opacity-20 {
  --bg-opacity: 0.2; }

.hover\:bg-opacity-20:hover {
  --bg-opacity: 0.2; }

.group:hover .group-hover\:bg-opacity-20 {
  --bg-opacity: 0.2; }

.focus\:bg-opacity-20:focus {
  --bg-opacity: 0.2; }

.border-opacity-20 {
  --border-opacity: 0.2; }

.hover\:border-opacity-20:hover {
  --border-opacity: 0.2; }

.group:hover .group-hover\:border-opacity-20 {
  --border-opacity: 0.2; }

.focus\:border-opacity-20:focus {
  --border-opacity: 0.2; }

.placeholder-opacity-20 {
  --placeholder-opacity: 0.2; }

.hover\:placeholder-opacity-20:hover {
  --placeholder-opacity: 0.2; }

.group:hover .group-hover\:placeholder-opacity-20 {
  --placeholder-opacity: 0.2; }

.focus\:placeholder-opacity-20:focus {
  --placeholder-opacity: 0.2; }

.opacity-30 {
  opacity: 0.3; }

.hover\:opacity-30:hover {
  opacity: 0.3; }

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3; }

.focus\:opacity-30:focus {
  opacity: 0.3; }

.shadow-opacity-30 {
  --shadow-opacity: 0.3; }

.hover\:shadow-opacity-30:hover {
  --shadow-opacity: 0.3; }

.group:hover .group-hover\:shadow-opacity-30 {
  --shadow-opacity: 0.3; }

.focus\:shadow-opacity-30:focus {
  --shadow-opacity: 0.3; }

.text-opacity-30 {
  --text-opacity: 0.3; }

.hover\:text-opacity-30:hover {
  --text-opacity: 0.3; }

.group:hover .group-hover\:text-opacity-30 {
  --text-opacity: 0.3; }

.focus\:text-opacity-30:focus {
  --text-opacity: 0.3; }

.bg-opacity-30 {
  --bg-opacity: 0.3; }

.hover\:bg-opacity-30:hover {
  --bg-opacity: 0.3; }

.group:hover .group-hover\:bg-opacity-30 {
  --bg-opacity: 0.3; }

.focus\:bg-opacity-30:focus {
  --bg-opacity: 0.3; }

.border-opacity-30 {
  --border-opacity: 0.3; }

.hover\:border-opacity-30:hover {
  --border-opacity: 0.3; }

.group:hover .group-hover\:border-opacity-30 {
  --border-opacity: 0.3; }

.focus\:border-opacity-30:focus {
  --border-opacity: 0.3; }

.placeholder-opacity-30 {
  --placeholder-opacity: 0.3; }

.hover\:placeholder-opacity-30:hover {
  --placeholder-opacity: 0.3; }

.group:hover .group-hover\:placeholder-opacity-30 {
  --placeholder-opacity: 0.3; }

.focus\:placeholder-opacity-30:focus {
  --placeholder-opacity: 0.3; }

.opacity-40 {
  opacity: 0.4; }

.hover\:opacity-40:hover {
  opacity: 0.4; }

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4; }

.focus\:opacity-40:focus {
  opacity: 0.4; }

.shadow-opacity-40 {
  --shadow-opacity: 0.4; }

.hover\:shadow-opacity-40:hover {
  --shadow-opacity: 0.4; }

.group:hover .group-hover\:shadow-opacity-40 {
  --shadow-opacity: 0.4; }

.focus\:shadow-opacity-40:focus {
  --shadow-opacity: 0.4; }

.text-opacity-40 {
  --text-opacity: 0.4; }

.hover\:text-opacity-40:hover {
  --text-opacity: 0.4; }

.group:hover .group-hover\:text-opacity-40 {
  --text-opacity: 0.4; }

.focus\:text-opacity-40:focus {
  --text-opacity: 0.4; }

.bg-opacity-40 {
  --bg-opacity: 0.4; }

.hover\:bg-opacity-40:hover {
  --bg-opacity: 0.4; }

.group:hover .group-hover\:bg-opacity-40 {
  --bg-opacity: 0.4; }

.focus\:bg-opacity-40:focus {
  --bg-opacity: 0.4; }

.border-opacity-40 {
  --border-opacity: 0.4; }

.hover\:border-opacity-40:hover {
  --border-opacity: 0.4; }

.group:hover .group-hover\:border-opacity-40 {
  --border-opacity: 0.4; }

.focus\:border-opacity-40:focus {
  --border-opacity: 0.4; }

.placeholder-opacity-40 {
  --placeholder-opacity: 0.4; }

.hover\:placeholder-opacity-40:hover {
  --placeholder-opacity: 0.4; }

.group:hover .group-hover\:placeholder-opacity-40 {
  --placeholder-opacity: 0.4; }

.focus\:placeholder-opacity-40:focus {
  --placeholder-opacity: 0.4; }

.opacity-50 {
  opacity: 0.5; }

.hover\:opacity-50:hover {
  opacity: 0.5; }

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5; }

.focus\:opacity-50:focus {
  opacity: 0.5; }

.shadow-opacity-50 {
  --shadow-opacity: 0.5; }

.hover\:shadow-opacity-50:hover {
  --shadow-opacity: 0.5; }

.group:hover .group-hover\:shadow-opacity-50 {
  --shadow-opacity: 0.5; }

.focus\:shadow-opacity-50:focus {
  --shadow-opacity: 0.5; }

.text-opacity-50 {
  --text-opacity: 0.5; }

.hover\:text-opacity-50:hover {
  --text-opacity: 0.5; }

.group:hover .group-hover\:text-opacity-50 {
  --text-opacity: 0.5; }

.focus\:text-opacity-50:focus {
  --text-opacity: 0.5; }

.bg-opacity-50 {
  --bg-opacity: 0.5; }

.hover\:bg-opacity-50:hover {
  --bg-opacity: 0.5; }

.group:hover .group-hover\:bg-opacity-50 {
  --bg-opacity: 0.5; }

.focus\:bg-opacity-50:focus {
  --bg-opacity: 0.5; }

.border-opacity-50 {
  --border-opacity: 0.5; }

.hover\:border-opacity-50:hover {
  --border-opacity: 0.5; }

.group:hover .group-hover\:border-opacity-50 {
  --border-opacity: 0.5; }

.focus\:border-opacity-50:focus {
  --border-opacity: 0.5; }

.placeholder-opacity-50 {
  --placeholder-opacity: 0.5; }

.hover\:placeholder-opacity-50:hover {
  --placeholder-opacity: 0.5; }

.group:hover .group-hover\:placeholder-opacity-50 {
  --placeholder-opacity: 0.5; }

.focus\:placeholder-opacity-50:focus {
  --placeholder-opacity: 0.5; }

.opacity-60 {
  opacity: 0.6; }

.hover\:opacity-60:hover {
  opacity: 0.6; }

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6; }

.focus\:opacity-60:focus {
  opacity: 0.6; }

.shadow-opacity-60 {
  --shadow-opacity: 0.6; }

.hover\:shadow-opacity-60:hover {
  --shadow-opacity: 0.6; }

.group:hover .group-hover\:shadow-opacity-60 {
  --shadow-opacity: 0.6; }

.focus\:shadow-opacity-60:focus {
  --shadow-opacity: 0.6; }

.text-opacity-60 {
  --text-opacity: 0.6; }

.hover\:text-opacity-60:hover {
  --text-opacity: 0.6; }

.group:hover .group-hover\:text-opacity-60 {
  --text-opacity: 0.6; }

.focus\:text-opacity-60:focus {
  --text-opacity: 0.6; }

.bg-opacity-60 {
  --bg-opacity: 0.6; }

.hover\:bg-opacity-60:hover {
  --bg-opacity: 0.6; }

.group:hover .group-hover\:bg-opacity-60 {
  --bg-opacity: 0.6; }

.focus\:bg-opacity-60:focus {
  --bg-opacity: 0.6; }

.border-opacity-60 {
  --border-opacity: 0.6; }

.hover\:border-opacity-60:hover {
  --border-opacity: 0.6; }

.group:hover .group-hover\:border-opacity-60 {
  --border-opacity: 0.6; }

.focus\:border-opacity-60:focus {
  --border-opacity: 0.6; }

.placeholder-opacity-60 {
  --placeholder-opacity: 0.6; }

.hover\:placeholder-opacity-60:hover {
  --placeholder-opacity: 0.6; }

.group:hover .group-hover\:placeholder-opacity-60 {
  --placeholder-opacity: 0.6; }

.focus\:placeholder-opacity-60:focus {
  --placeholder-opacity: 0.6; }

.opacity-70 {
  opacity: 0.7; }

.hover\:opacity-70:hover {
  opacity: 0.7; }

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7; }

.focus\:opacity-70:focus {
  opacity: 0.7; }

.shadow-opacity-70 {
  --shadow-opacity: 0.7; }

.hover\:shadow-opacity-70:hover {
  --shadow-opacity: 0.7; }

.group:hover .group-hover\:shadow-opacity-70 {
  --shadow-opacity: 0.7; }

.focus\:shadow-opacity-70:focus {
  --shadow-opacity: 0.7; }

.text-opacity-70 {
  --text-opacity: 0.7; }

.hover\:text-opacity-70:hover {
  --text-opacity: 0.7; }

.group:hover .group-hover\:text-opacity-70 {
  --text-opacity: 0.7; }

.focus\:text-opacity-70:focus {
  --text-opacity: 0.7; }

.bg-opacity-70 {
  --bg-opacity: 0.7; }

.hover\:bg-opacity-70:hover {
  --bg-opacity: 0.7; }

.group:hover .group-hover\:bg-opacity-70 {
  --bg-opacity: 0.7; }

.focus\:bg-opacity-70:focus {
  --bg-opacity: 0.7; }

.border-opacity-70 {
  --border-opacity: 0.7; }

.hover\:border-opacity-70:hover {
  --border-opacity: 0.7; }

.group:hover .group-hover\:border-opacity-70 {
  --border-opacity: 0.7; }

.focus\:border-opacity-70:focus {
  --border-opacity: 0.7; }

.placeholder-opacity-70 {
  --placeholder-opacity: 0.7; }

.hover\:placeholder-opacity-70:hover {
  --placeholder-opacity: 0.7; }

.group:hover .group-hover\:placeholder-opacity-70 {
  --placeholder-opacity: 0.7; }

.focus\:placeholder-opacity-70:focus {
  --placeholder-opacity: 0.7; }

.opacity-80 {
  opacity: 0.8; }

.hover\:opacity-80:hover {
  opacity: 0.8; }

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8; }

.focus\:opacity-80:focus {
  opacity: 0.8; }

.shadow-opacity-80 {
  --shadow-opacity: 0.8; }

.hover\:shadow-opacity-80:hover {
  --shadow-opacity: 0.8; }

.group:hover .group-hover\:shadow-opacity-80 {
  --shadow-opacity: 0.8; }

.focus\:shadow-opacity-80:focus {
  --shadow-opacity: 0.8; }

.text-opacity-80 {
  --text-opacity: 0.8; }

.hover\:text-opacity-80:hover {
  --text-opacity: 0.8; }

.group:hover .group-hover\:text-opacity-80 {
  --text-opacity: 0.8; }

.focus\:text-opacity-80:focus {
  --text-opacity: 0.8; }

.bg-opacity-80 {
  --bg-opacity: 0.8; }

.hover\:bg-opacity-80:hover {
  --bg-opacity: 0.8; }

.group:hover .group-hover\:bg-opacity-80 {
  --bg-opacity: 0.8; }

.focus\:bg-opacity-80:focus {
  --bg-opacity: 0.8; }

.border-opacity-80 {
  --border-opacity: 0.8; }

.hover\:border-opacity-80:hover {
  --border-opacity: 0.8; }

.group:hover .group-hover\:border-opacity-80 {
  --border-opacity: 0.8; }

.focus\:border-opacity-80:focus {
  --border-opacity: 0.8; }

.placeholder-opacity-80 {
  --placeholder-opacity: 0.8; }

.hover\:placeholder-opacity-80:hover {
  --placeholder-opacity: 0.8; }

.group:hover .group-hover\:placeholder-opacity-80 {
  --placeholder-opacity: 0.8; }

.focus\:placeholder-opacity-80:focus {
  --placeholder-opacity: 0.8; }

.opacity-90 {
  opacity: 0.9; }

.hover\:opacity-90:hover {
  opacity: 0.9; }

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9; }

.focus\:opacity-90:focus {
  opacity: 0.9; }

.shadow-opacity-90 {
  --shadow-opacity: 0.9; }

.hover\:shadow-opacity-90:hover {
  --shadow-opacity: 0.9; }

.group:hover .group-hover\:shadow-opacity-90 {
  --shadow-opacity: 0.9; }

.focus\:shadow-opacity-90:focus {
  --shadow-opacity: 0.9; }

.text-opacity-90 {
  --text-opacity: 0.9; }

.hover\:text-opacity-90:hover {
  --text-opacity: 0.9; }

.group:hover .group-hover\:text-opacity-90 {
  --text-opacity: 0.9; }

.focus\:text-opacity-90:focus {
  --text-opacity: 0.9; }

.bg-opacity-90 {
  --bg-opacity: 0.9; }

.hover\:bg-opacity-90:hover {
  --bg-opacity: 0.9; }

.group:hover .group-hover\:bg-opacity-90 {
  --bg-opacity: 0.9; }

.focus\:bg-opacity-90:focus {
  --bg-opacity: 0.9; }

.border-opacity-90 {
  --border-opacity: 0.9; }

.hover\:border-opacity-90:hover {
  --border-opacity: 0.9; }

.group:hover .group-hover\:border-opacity-90 {
  --border-opacity: 0.9; }

.focus\:border-opacity-90:focus {
  --border-opacity: 0.9; }

.placeholder-opacity-90 {
  --placeholder-opacity: 0.9; }

.hover\:placeholder-opacity-90:hover {
  --placeholder-opacity: 0.9; }

.group:hover .group-hover\:placeholder-opacity-90 {
  --placeholder-opacity: 0.9; }

.focus\:placeholder-opacity-90:focus {
  --placeholder-opacity: 0.9; }

.opacity-100 {
  opacity: 1; }

.hover\:opacity-100:hover {
  opacity: 1; }

.group:hover .group-hover\:opacity-100 {
  opacity: 1; }

.focus\:opacity-100:focus {
  opacity: 1; }

.shadow-opacity-100 {
  --shadow-opacity: 1; }

.hover\:shadow-opacity-100:hover {
  --shadow-opacity: 1; }

.group:hover .group-hover\:shadow-opacity-100 {
  --shadow-opacity: 1; }

.focus\:shadow-opacity-100:focus {
  --shadow-opacity: 1; }

.text-opacity-100 {
  --text-opacity: 1; }

.hover\:text-opacity-100:hover {
  --text-opacity: 1; }

.group:hover .group-hover\:text-opacity-100 {
  --text-opacity: 1; }

.focus\:text-opacity-100:focus {
  --text-opacity: 1; }

.bg-opacity-100 {
  --bg-opacity: 1; }

.hover\:bg-opacity-100:hover {
  --bg-opacity: 1; }

.group:hover .group-hover\:bg-opacity-100 {
  --bg-opacity: 1; }

.focus\:bg-opacity-100:focus {
  --bg-opacity: 1; }

.border-opacity-100 {
  --border-opacity: 1; }

.hover\:border-opacity-100:hover {
  --border-opacity: 1; }

.group:hover .group-hover\:border-opacity-100 {
  --border-opacity: 1; }

.focus\:border-opacity-100:focus {
  --border-opacity: 1; }

.placeholder-opacity-100 {
  --placeholder-opacity: 1; }

.hover\:placeholder-opacity-100:hover {
  --placeholder-opacity: 1; }

.group:hover .group-hover\:placeholder-opacity-100 {
  --placeholder-opacity: 1; }

.focus\:placeholder-opacity-100:focus {
  --placeholder-opacity: 1; }

.transition-none {
  transition-property: none; }

.transition-all {
  transition-property: all; }

.transition-colors {
  transition-property: "background-color, border-color, color, fill, stroke"; }

.transition-opacity {
  transition-property: opacity; }

.transition-shadow {
  transition-property: box-shadow; }

.transition-transform {
  transition-property: transform; }

.transition-0 {
  transition-duration: 0ms; }

.transition-100 {
  transition-duration: 100ms; }

.transition-200 {
  transition-duration: 200ms; }

.transition-300 {
  transition-duration: 300ms; }

.transition-400 {
  transition-duration: 400ms; }

.transition-500 {
  transition-duration: 500ms; }

.transition-600 {
  transition-duration: 600ms; }

.transition-700 {
  transition-duration: 700ms; }

.transition-800 {
  transition-duration: 800ms; }

.transition-900 {
  transition-duration: 900ms; }

.transition-1000 {
  transition-duration: 1000ms; }

.transition-fade-down,
.transition-fade-up,
.transition-fade-left,
.transition-fade-right {
  transition: transform 100ms, opacity 100ms;
  opacity: 1; }
  .transition-fade-down.-out,
  .transition-fade-up.-out,
  .transition-fade-left.-out,
  .transition-fade-right.-out {
    opacity: 0; }

.transition-fade-down.-out {
  transform: translateY(10px); }

.transition-fade-up.-out {
  transform: translateY(-10px); }

.transition-fade-left.-out {
  transform: translateX(10px); }

.transition-fade-right.-out {
  transform: translateX(-10px); }

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important; }

.rotate-0 {
  --transform-rotate: 0deg; }

.-rotate-0 {
  --transform-rotate: -0deg; }

.rotate-1 {
  --transform-rotate: 1deg; }

.-rotate-1 {
  --transform-rotate: -1deg; }

.rotate-2 {
  --transform-rotate: 2deg; }

.-rotate-2 {
  --transform-rotate: -2deg; }

.rotate-3 {
  --transform-rotate: 3deg; }

.-rotate-3 {
  --transform-rotate: -3deg; }

.rotate-6 {
  --transform-rotate: 6deg; }

.-rotate-6 {
  --transform-rotate: -6deg; }

.rotate-12 {
  --transform-rotate: 12deg; }

.-rotate-12 {
  --transform-rotate: -12deg; }

.rotate-45 {
  --transform-rotate: 45deg; }

.-rotate-45 {
  --transform-rotate: -45deg; }

.rotate-90 {
  --transform-rotate: 90deg; }

.-rotate-90 {
  --transform-rotate: -90deg; }

.rotate-180 {
  --transform-rotate: 180deg; }

.-rotate-180 {
  --transform-rotate: -180deg; }

.animate-spin {
  --animation-duration: 1s;
  animation: spin var(--animation-duration) linear infinite; }

.animate-ping {
  --animation-duration: 1s;
  animation: ping var(--animation-duration) linear infinite; }

.animate-pulse {
  --animation-duration: 1s;
  animation: pulse var(--animation-duration) linear infinite; }

.animate-bounce {
  --animation-duration: 1s;
  animation: bounce var(--animation-duration) linear infinite; }

.animate-blink {
  --animation-duration: 1s;
  animation: blink var(--animation-duration) linear infinite; }

.animation-0 {
  --animation-duration: $i * 100ms; }

.animation-100 {
  --animation-duration: $i * 100ms; }

.animation-200 {
  --animation-duration: $i * 100ms; }

.animation-300 {
  --animation-duration: $i * 100ms; }

.animation-400 {
  --animation-duration: $i * 100ms; }

.animation-500 {
  --animation-duration: $i * 100ms; }

.animation-600 {
  --animation-duration: $i * 100ms; }

.animation-700 {
  --animation-duration: $i * 100ms; }

.animation-800 {
  --animation-duration: $i * 100ms; }

.animation-900 {
  --animation-duration: $i * 100ms; }

.animation-1000 {
  --animation-duration: $i * 100ms; }

.animation-1100 {
  --animation-duration: $i * 100ms; }

.animation-1200 {
  --animation-duration: $i * 100ms; }

.animation-1300 {
  --animation-duration: $i * 100ms; }

.animation-1400 {
  --animation-duration: $i * 100ms; }

.animation-1500 {
  --animation-duration: $i * 100ms; }

.animation-1600 {
  --animation-duration: $i * 100ms; }

.animation-1700 {
  --animation-duration: $i * 100ms; }

.animation-1800 {
  --animation-duration: $i * 100ms; }

.animation-1900 {
  --animation-duration: $i * 100ms; }

.animation-2000 {
  --animation-duration: $i * 100ms; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1; }
  75%, 100% {
    transform: scale(2);
    opacity: 0; } }

@keyframes pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: .5; } }

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1); }
  50% {
    transform: translateY(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1); } }

@keyframes shimmer {
  0%, 100% {
    transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1); }
  50% {
    transform: translateY(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1); } }

@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.grid {
  display: grid; }

.inline-grid {
  display: inline-grid; }

.flex {
  display: flex; }

.inline-flex {
  display: inline-flex; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.table-row {
  display: table-row; }

.contents {
  display: contents; }

.hide {
  display: none; }

.hover\:hide:hover {
  display: none; }

.group:hover .group-hover\:hide {
  display: none; }

.focus\:hide:focus {
  display: none; }

.show {
  display: inherit; }

.hover\:show:hover {
  display: inherit; }

.group:hover .group-hover\:show {
  display: inherit; }

.focus\:show:focus {
  display: inherit; }

.hide-empty:empty {
  display: none; }

.hover\:hide-empty:empty:hover {
  display: none; }

.group:hover .group-hover\:hide-empty:empty {
  display: none; }

.focus\:hide-empty:empty:focus {
  display: none; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.clear {
  clear: both; }

.flex-col {
  flex-direction: column; }

.flex-nowrap {
  flex-wrap: nowrap; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-fill {
  flex: 1 1 auto; }

.flex-grow {
  flex: 1 0 auto; }

.flex-shrink {
  flex: 0 1 auto; }

.flex-none {
  flex: 0 0 auto; }

.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; }

.cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.col-span-1 {
  grid-column: span 1/span 1; }

.col-start-1 {
  grid-column-start: 1; }

.col-end-1 {
  grid-column-end: 1; }

.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.col-span-2 {
  grid-column: span 2/span 2; }

.col-start-2 {
  grid-column-start: 2; }

.col-end-2 {
  grid-column-end: 2; }

.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.col-span-3 {
  grid-column: span 3/span 3; }

.col-start-3 {
  grid-column-start: 3; }

.col-end-3 {
  grid-column-end: 3; }

.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.col-span-4 {
  grid-column: span 4/span 4; }

.col-start-4 {
  grid-column-start: 4; }

.col-end-4 {
  grid-column-end: 4; }

.cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

.col-span-5 {
  grid-column: span 5/span 5; }

.col-start-5 {
  grid-column-start: 5; }

.col-end-5 {
  grid-column-end: 5; }

.cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)); }

.col-span-6 {
  grid-column: span 6/span 6; }

.col-start-6 {
  grid-column-start: 6; }

.col-end-6 {
  grid-column-end: 6; }

.cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)); }

.col-span-7 {
  grid-column: span 7/span 7; }

.col-start-7 {
  grid-column-start: 7; }

.col-end-7 {
  grid-column-end: 7; }

.cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)); }

.col-span-8 {
  grid-column: span 8/span 8; }

.col-start-8 {
  grid-column-start: 8; }

.col-end-8 {
  grid-column-end: 8; }

.cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)); }

.col-span-9 {
  grid-column: span 9/span 9; }

.col-start-9 {
  grid-column-start: 9; }

.col-end-9 {
  grid-column-end: 9; }

.cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)); }

.col-span-10 {
  grid-column: span 10/span 10; }

.col-start-10 {
  grid-column-start: 10; }

.col-end-10 {
  grid-column-end: 10; }

.cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)); }

.col-span-11 {
  grid-column: span 11/span 11; }

.col-start-11 {
  grid-column-start: 11; }

.col-end-11 {
  grid-column-end: 11; }

.cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)); }

.col-span-12 {
  grid-column: span 12/span 12; }

.col-start-12 {
  grid-column-start: 12; }

.col-end-12 {
  grid-column-end: 12; }

.cols-fill-0-px {
  grid-template-columns: repeat(auto-fill, minmax(0px, 1fr)); }

.cols-fit-0-px {
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr)); }

.cols-fill-5-px {
  grid-template-columns: repeat(auto-fill, minmax(5px, 1fr)); }

.cols-fit-5-px {
  grid-template-columns: repeat(auto-fit, minmax(5px, 1fr)); }

.cols-fill-10-px {
  grid-template-columns: repeat(auto-fill, minmax(10px, 1fr)); }

.cols-fit-10-px {
  grid-template-columns: repeat(auto-fit, minmax(10px, 1fr)); }

.cols-fill-15-px {
  grid-template-columns: repeat(auto-fill, minmax(15px, 1fr)); }

.cols-fit-15-px {
  grid-template-columns: repeat(auto-fit, minmax(15px, 1fr)); }

.cols-fill-20-px {
  grid-template-columns: repeat(auto-fill, minmax(20px, 1fr)); }

.cols-fit-20-px {
  grid-template-columns: repeat(auto-fit, minmax(20px, 1fr)); }

.cols-fill-25-px {
  grid-template-columns: repeat(auto-fill, minmax(25px, 1fr)); }

.cols-fit-25-px {
  grid-template-columns: repeat(auto-fit, minmax(25px, 1fr)); }

.cols-fill-30-px {
  grid-template-columns: repeat(auto-fill, minmax(30px, 1fr)); }

.cols-fit-30-px {
  grid-template-columns: repeat(auto-fit, minmax(30px, 1fr)); }

.cols-fill-35-px {
  grid-template-columns: repeat(auto-fill, minmax(35px, 1fr)); }

.cols-fit-35-px {
  grid-template-columns: repeat(auto-fit, minmax(35px, 1fr)); }

.cols-fill-40-px {
  grid-template-columns: repeat(auto-fill, minmax(40px, 1fr)); }

.cols-fit-40-px {
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr)); }

.cols-fill-45-px {
  grid-template-columns: repeat(auto-fill, minmax(45px, 1fr)); }

.cols-fit-45-px {
  grid-template-columns: repeat(auto-fit, minmax(45px, 1fr)); }

.cols-fill-50-px {
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)); }

.cols-fit-50-px {
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr)); }

.cols-fill-55-px {
  grid-template-columns: repeat(auto-fill, minmax(55px, 1fr)); }

.cols-fit-55-px {
  grid-template-columns: repeat(auto-fit, minmax(55px, 1fr)); }

.cols-fill-60-px {
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); }

.cols-fit-60-px {
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); }

.cols-fill-65-px {
  grid-template-columns: repeat(auto-fill, minmax(65px, 1fr)); }

.cols-fit-65-px {
  grid-template-columns: repeat(auto-fit, minmax(65px, 1fr)); }

.cols-fill-70-px {
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr)); }

.cols-fit-70-px {
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)); }

.cols-fill-75-px {
  grid-template-columns: repeat(auto-fill, minmax(75px, 1fr)); }

.cols-fit-75-px {
  grid-template-columns: repeat(auto-fit, minmax(75px, 1fr)); }

.cols-fill-80-px {
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); }

.cols-fit-80-px {
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); }

.cols-fill-85-px {
  grid-template-columns: repeat(auto-fill, minmax(85px, 1fr)); }

.cols-fit-85-px {
  grid-template-columns: repeat(auto-fit, minmax(85px, 1fr)); }

.cols-fill-90-px {
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); }

.cols-fit-90-px {
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); }

.cols-fill-95-px {
  grid-template-columns: repeat(auto-fill, minmax(95px, 1fr)); }

.cols-fit-95-px {
  grid-template-columns: repeat(auto-fit, minmax(95px, 1fr)); }

.cols-fill-100-px {
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); }

.cols-fit-100-px {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); }

.cols-fill-105-px {
  grid-template-columns: repeat(auto-fill, minmax(105px, 1fr)); }

.cols-fit-105-px {
  grid-template-columns: repeat(auto-fit, minmax(105px, 1fr)); }

.cols-fill-110-px {
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }

.cols-fit-110-px {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); }

.cols-fill-115-px {
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr)); }

.cols-fit-115-px {
  grid-template-columns: repeat(auto-fit, minmax(115px, 1fr)); }

.cols-fill-120-px {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }

.cols-fit-120-px {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }

.cols-fill-125-px {
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr)); }

.cols-fit-125-px {
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)); }

.cols-fill-130-px {
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }

.cols-fit-130-px {
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); }

.cols-fill-135-px {
  grid-template-columns: repeat(auto-fill, minmax(135px, 1fr)); }

.cols-fit-135-px {
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); }

.cols-fill-140-px {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }

.cols-fit-140-px {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }

.cols-fill-145-px {
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr)); }

.cols-fit-145-px {
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); }

.cols-fill-150-px {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }

.cols-fit-150-px {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }

.cols-fill-155-px {
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr)); }

.cols-fit-155-px {
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)); }

.cols-fill-160-px {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }

.cols-fit-160-px {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }

.cols-fill-165-px {
  grid-template-columns: repeat(auto-fill, minmax(165px, 1fr)); }

.cols-fit-165-px {
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); }

.cols-fill-170-px {
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); }

.cols-fit-170-px {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }

.cols-fill-175-px {
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); }

.cols-fit-175-px {
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); }

.cols-fill-180-px {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }

.cols-fit-180-px {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }

.cols-fill-185-px {
  grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); }

.cols-fit-185-px {
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); }

.cols-fill-190-px {
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); }

.cols-fit-190-px {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }

.cols-fill-195-px {
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr)); }

.cols-fit-195-px {
  grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); }

.cols-fill-200-px {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }

.cols-fit-200-px {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.cols-fill-205-px {
  grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)); }

.cols-fit-205-px {
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)); }

.cols-fill-210-px {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }

.cols-fit-210-px {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }

.cols-fill-215-px {
  grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); }

.cols-fit-215-px {
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); }

.cols-fill-220-px {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }

.cols-fit-220-px {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

.cols-fill-225-px {
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr)); }

.cols-fit-225-px {
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)); }

.cols-fill-230-px {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }

.cols-fit-230-px {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }

.cols-fill-235-px {
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); }

.cols-fit-235-px {
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); }

.cols-fill-240-px {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }

.cols-fit-240-px {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

.cols-fill-245-px {
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)); }

.cols-fit-245-px {
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); }

.cols-fill-250-px {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }

.cols-fit-250-px {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }

.cols-fill-255-px {
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); }

.cols-fit-255-px {
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); }

.cols-fill-260-px {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }

.cols-fit-260-px {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

.cols-fill-265-px {
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr)); }

.cols-fit-265-px {
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); }

.cols-fill-270-px {
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); }

.cols-fit-270-px {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }

.cols-fill-275-px {
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr)); }

.cols-fit-275-px {
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); }

.cols-fill-280-px {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }

.cols-fit-280-px {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.cols-fill-285-px {
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr)); }

.cols-fit-285-px {
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); }

.cols-fill-290-px {
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }

.cols-fit-290-px {
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }

.cols-fill-295-px {
  grid-template-columns: repeat(auto-fill, minmax(295px, 1fr)); }

.cols-fit-295-px {
  grid-template-columns: repeat(auto-fit, minmax(295px, 1fr)); }

.cols-fill-300-px {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }

.cols-fit-300-px {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

.cols-fill-305-px {
  grid-template-columns: repeat(auto-fill, minmax(305px, 1fr)); }

.cols-fit-305-px {
  grid-template-columns: repeat(auto-fit, minmax(305px, 1fr)); }

.cols-fill-310-px {
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); }

.cols-fit-310-px {
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); }

.cols-fill-315-px {
  grid-template-columns: repeat(auto-fill, minmax(315px, 1fr)); }

.cols-fit-315-px {
  grid-template-columns: repeat(auto-fit, minmax(315px, 1fr)); }

.cols-fill-320-px {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }

.cols-fit-320-px {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.cols-fill-325-px {
  grid-template-columns: repeat(auto-fill, minmax(325px, 1fr)); }

.cols-fit-325-px {
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr)); }

.cols-fill-330-px {
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); }

.cols-fit-330-px {
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); }

.cols-fill-335-px {
  grid-template-columns: repeat(auto-fill, minmax(335px, 1fr)); }

.cols-fit-335-px {
  grid-template-columns: repeat(auto-fit, minmax(335px, 1fr)); }

.cols-fill-340-px {
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); }

.cols-fit-340-px {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); }

.cols-fill-345-px {
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr)); }

.cols-fit-345-px {
  grid-template-columns: repeat(auto-fit, minmax(345px, 1fr)); }

.cols-fill-350-px {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); }

.cols-fit-350-px {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); }

.cols-fill-355-px {
  grid-template-columns: repeat(auto-fill, minmax(355px, 1fr)); }

.cols-fit-355-px {
  grid-template-columns: repeat(auto-fit, minmax(355px, 1fr)); }

.cols-fill-360-px {
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); }

.cols-fit-360-px {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); }

.cols-fill-365-px {
  grid-template-columns: repeat(auto-fill, minmax(365px, 1fr)); }

.cols-fit-365-px {
  grid-template-columns: repeat(auto-fit, minmax(365px, 1fr)); }

.cols-fill-370-px {
  grid-template-columns: repeat(auto-fill, minmax(370px, 1fr)); }

.cols-fit-370-px {
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr)); }

.cols-fill-375-px {
  grid-template-columns: repeat(auto-fill, minmax(375px, 1fr)); }

.cols-fit-375-px {
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr)); }

.cols-fill-380-px {
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)); }

.cols-fit-380-px {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); }

.cols-fill-385-px {
  grid-template-columns: repeat(auto-fill, minmax(385px, 1fr)); }

.cols-fit-385-px {
  grid-template-columns: repeat(auto-fit, minmax(385px, 1fr)); }

.cols-fill-390-px {
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr)); }

.cols-fit-390-px {
  grid-template-columns: repeat(auto-fit, minmax(390px, 1fr)); }

.cols-fill-395-px {
  grid-template-columns: repeat(auto-fill, minmax(395px, 1fr)); }

.cols-fit-395-px {
  grid-template-columns: repeat(auto-fit, minmax(395px, 1fr)); }

.cols-fill-400-px {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); }

.cols-fit-400-px {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); }

.cols-fill-405-px {
  grid-template-columns: repeat(auto-fill, minmax(405px, 1fr)); }

.cols-fit-405-px {
  grid-template-columns: repeat(auto-fit, minmax(405px, 1fr)); }

.cols-fill-410-px {
  grid-template-columns: repeat(auto-fill, minmax(410px, 1fr)); }

.cols-fit-410-px {
  grid-template-columns: repeat(auto-fit, minmax(410px, 1fr)); }

.cols-fill-415-px {
  grid-template-columns: repeat(auto-fill, minmax(415px, 1fr)); }

.cols-fit-415-px {
  grid-template-columns: repeat(auto-fit, minmax(415px, 1fr)); }

.cols-fill-420-px {
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); }

.cols-fit-420-px {
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); }

.cols-fill-425-px {
  grid-template-columns: repeat(auto-fill, minmax(425px, 1fr)); }

.cols-fit-425-px {
  grid-template-columns: repeat(auto-fit, minmax(425px, 1fr)); }

.cols-fill-430-px {
  grid-template-columns: repeat(auto-fill, minmax(430px, 1fr)); }

.cols-fit-430-px {
  grid-template-columns: repeat(auto-fit, minmax(430px, 1fr)); }

.cols-fill-435-px {
  grid-template-columns: repeat(auto-fill, minmax(435px, 1fr)); }

.cols-fit-435-px {
  grid-template-columns: repeat(auto-fit, minmax(435px, 1fr)); }

.cols-fill-440-px {
  grid-template-columns: repeat(auto-fill, minmax(440px, 1fr)); }

.cols-fit-440-px {
  grid-template-columns: repeat(auto-fit, minmax(440px, 1fr)); }

.cols-fill-445-px {
  grid-template-columns: repeat(auto-fill, minmax(445px, 1fr)); }

.cols-fit-445-px {
  grid-template-columns: repeat(auto-fit, minmax(445px, 1fr)); }

.cols-fill-450-px {
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); }

.cols-fit-450-px {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); }

.cols-fill-455-px {
  grid-template-columns: repeat(auto-fill, minmax(455px, 1fr)); }

.cols-fit-455-px {
  grid-template-columns: repeat(auto-fit, minmax(455px, 1fr)); }

.cols-fill-460-px {
  grid-template-columns: repeat(auto-fill, minmax(460px, 1fr)); }

.cols-fit-460-px {
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr)); }

.cols-fill-465-px {
  grid-template-columns: repeat(auto-fill, minmax(465px, 1fr)); }

.cols-fit-465-px {
  grid-template-columns: repeat(auto-fit, minmax(465px, 1fr)); }

.cols-fill-470-px {
  grid-template-columns: repeat(auto-fill, minmax(470px, 1fr)); }

.cols-fit-470-px {
  grid-template-columns: repeat(auto-fit, minmax(470px, 1fr)); }

.cols-fill-475-px {
  grid-template-columns: repeat(auto-fill, minmax(475px, 1fr)); }

.cols-fit-475-px {
  grid-template-columns: repeat(auto-fit, minmax(475px, 1fr)); }

.cols-fill-480-px {
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr)); }

.cols-fit-480-px {
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr)); }

.cols-fill-485-px {
  grid-template-columns: repeat(auto-fill, minmax(485px, 1fr)); }

.cols-fit-485-px {
  grid-template-columns: repeat(auto-fit, minmax(485px, 1fr)); }

.cols-fill-490-px {
  grid-template-columns: repeat(auto-fill, minmax(490px, 1fr)); }

.cols-fit-490-px {
  grid-template-columns: repeat(auto-fit, minmax(490px, 1fr)); }

.cols-fill-495-px {
  grid-template-columns: repeat(auto-fill, minmax(495px, 1fr)); }

.cols-fit-495-px {
  grid-template-columns: repeat(auto-fit, minmax(495px, 1fr)); }

.cols-fill-500-px {
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr)); }

.cols-fit-500-px {
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); }

.rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)); }

.row-span-1 {
  grid-row: span 1/span 1; }

.row-start-1 {
  grid-row-start: 1; }

.row-end-1 {
  grid-row-end: 1; }

.rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)); }

.row-span-2 {
  grid-row: span 2/span 2; }

.row-start-2 {
  grid-row-start: 2; }

.row-end-2 {
  grid-row-end: 2; }

.rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)); }

.row-span-3 {
  grid-row: span 3/span 3; }

.row-start-3 {
  grid-row-start: 3; }

.row-end-3 {
  grid-row-end: 3; }

.rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)); }

.row-span-4 {
  grid-row: span 4/span 4; }

.row-start-4 {
  grid-row-start: 4; }

.row-end-4 {
  grid-row-end: 4; }

.rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)); }

.row-span-5 {
  grid-row: span 5/span 5; }

.row-start-5 {
  grid-row-start: 5; }

.row-end-5 {
  grid-row-end: 5; }

.rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)); }

.row-span-6 {
  grid-row: span 6/span 6; }

.row-start-6 {
  grid-row-start: 6; }

.row-end-6 {
  grid-row-end: 6; }

.grid-flow-row {
  grid-auto-flow: row; }

.grid-flow-row-dense {
  grid-auto-flow: row dense; }

.grid-flow-col {
  grid-auto-flow: column; }

.grid-flow-column-dense {
  grid-auto-flow: column dense; }

.gap {
  gap: 1rem; }

.gap-none {
  gap: 0; }

.gap-xs {
  gap: 0.8rem; }

.gap-sm {
  gap: 0.9rem; }

.gap-lg {
  gap: 1.2rem; }

.gap-xl {
  gap: 1.4rem; }

.gap-1\/2x {
  gap: 0.5rem; }

.gap-1\/4x {
  gap: 0.25rem; }

.gap-2x {
  gap: 2rem; }

.gap-4x {
  gap: 4rem; }

.gap-h {
  column-gap: 1rem; }

.gap-h-none {
  column-gap: 0; }

.gap-h-xs {
  column-gap: 0.8rem; }

.gap-h-sm {
  column-gap: 0.9rem; }

.gap-h-lg {
  column-gap: 1.2rem; }

.gap-h-xl {
  column-gap: 1.4rem; }

.gap-h-1\/2x {
  column-gap: 0.5rem; }

.gap-h-1\/4x {
  column-gap: 0.25rem; }

.gap-h-2x {
  column-gap: 2rem; }

.gap-h-4x {
  column-gap: 4rem; }

.gap-v {
  row-gap: 1rem; }

.gap-v-none {
  row-gap: 0; }

.gap-v-xs {
  row-gap: 0.8rem; }

.gap-v-sm {
  row-gap: 0.9rem; }

.gap-v-lg {
  row-gap: 1.2rem; }

.gap-v-xl {
  row-gap: 1.4rem; }

.gap-v-1\/2x {
  row-gap: 0.5rem; }

.gap-v-1\/4x {
  row-gap: 0.25rem; }

.gap-v-2x {
  row-gap: 2rem; }

.gap-v-4x {
  row-gap: 4rem; }

.justify-content-start {
  justify-content: flex-start; }

.align-content-start {
  align-content: flex-start; }

.justify-content-end {
  justify-content: flex-end; }

.align-content-end {
  align-content: flex-end; }

.justify-content-center {
  justify-content: center; }

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

.justify-content-between {
  justify-content: space-between; }

.align-content-between {
  align-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

.align-content-around {
  align-content: space-around; }

.justify-content-evenly {
  justify-content: space-evenly; }

.align-content-evenly {
  align-content: space-evenly; }

.justify-auto {
  justify-items: auto; }

.align-auto {
  align-items: auto; }

.justify-start {
  justify-items: start; }

.align-start {
  align-items: start; }

.justify-end {
  justify-items: end; }

.align-end {
  align-items: end; }

.justify-center {
  justify-items: center; }

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

.justify-stretch {
  justify-items: stretch; }

.align-stretch {
  align-items: stretch; }

.justify-baseline {
  justify-items: baseline; }

.align-baseline {
  align-items: baseline; }

.justify-flex-start {
  justify-items: flex-start; }

.align-flex-start {
  align-items: flex-start; }

.justify-flex-end {
  justify-items: flex-end; }

.align-flex-end {
  align-items: flex-end; }

.justify-self-auto {
  justify-self: auto; }

.align-self-auto {
  align-self: auto; }

.justify-self-start {
  justify-self: start; }

.align-self-start {
  align-self: start; }

.justify-self-end {
  justify-self: end; }

.align-self-end {
  align-self: end; }

.justify-self-center {
  justify-self: center; }

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

.justify-self-stretch {
  justify-self: stretch; }

.align-self-stretch {
  align-self: stretch; }

.justify-self-flex-start {
  justify-self: flex-start; }

.align-self-flex-start {
  align-self: flex-start; }

.justify-self-flex-end {
  justify-self: flex-end; }

.align-self-flex-end {
  align-self: flex-end; }

.object-cover {
  object-fit: cover; }

.object-contain {
  object-fit: contain; }

.object-center {
  object-position: center; }

.align-baseline {
  vertical-align: baseline; }

.align-middle {
  vertical-align: middle; }

.align-top {
  vertical-align: top; }

.align-bottom {
  vertical-align: bottom; }

.align-text-top {
  vertical-align: text-top; }

.align-text-bottom {
  vertical-align: text-bottom; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.sticky {
  position: sticky; }

.fixed {
  position: fixed; }

.static {
  position: static; }

.top-0 {
  top: 0; }

.top-auto {
  top: auto; }

.sticky-top {
  position: sticky;
  top: 0; }

.right-0 {
  right: 0; }

.right-auto {
  right: auto; }

.sticky-right {
  position: sticky;
  right: 0; }

.bottom-0 {
  bottom: 0; }

.bottom-auto {
  bottom: auto; }

.sticky-bottom {
  position: sticky;
  bottom: 0; }

.left-0 {
  left: 0; }

.left-auto {
  left: auto; }

.sticky-left {
  position: sticky;
  left: 0; }

.position-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.position-v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.position-h-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.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-16 {
  z-index: 16; }

.z-17 {
  z-index: 17; }

.z-18 {
  z-index: 18; }

.z-19 {
  z-index: 19; }

.z-20 {
  z-index: 20; }

.z-21 {
  z-index: 21; }

.z-22 {
  z-index: 22; }

.z-23 {
  z-index: 23; }

.z-24 {
  z-index: 24; }

.z-25 {
  z-index: 25; }

.z-26 {
  z-index: 26; }

.z-27 {
  z-index: 27; }

.z-28 {
  z-index: 28; }

.z-29 {
  z-index: 29; }

.z-30 {
  z-index: 30; }

.z-31 {
  z-index: 31; }

.z-32 {
  z-index: 32; }

.z-33 {
  z-index: 33; }

.z-34 {
  z-index: 34; }

.z-35 {
  z-index: 35; }

.z-36 {
  z-index: 36; }

.z-37 {
  z-index: 37; }

.z-38 {
  z-index: 38; }

.z-39 {
  z-index: 39; }

.z-40 {
  z-index: 40; }

.z-41 {
  z-index: 41; }

.z-42 {
  z-index: 42; }

.z-43 {
  z-index: 43; }

.z-44 {
  z-index: 44; }

.z-45 {
  z-index: 45; }

.z-46 {
  z-index: 46; }

.z-47 {
  z-index: 47; }

.z-48 {
  z-index: 48; }

.z-49 {
  z-index: 49; }

.z-50 {
  z-index: 50; }

.z-51 {
  z-index: 51; }

.z-52 {
  z-index: 52; }

.z-53 {
  z-index: 53; }

.z-54 {
  z-index: 54; }

.z-55 {
  z-index: 55; }

.z-56 {
  z-index: 56; }

.z-57 {
  z-index: 57; }

.z-58 {
  z-index: 58; }

.z-59 {
  z-index: 59; }

.z-60 {
  z-index: 60; }

.z-61 {
  z-index: 61; }

.z-62 {
  z-index: 62; }

.z-63 {
  z-index: 63; }

.z-64 {
  z-index: 64; }

.z-65 {
  z-index: 65; }

.z-66 {
  z-index: 66; }

.z-67 {
  z-index: 67; }

.z-68 {
  z-index: 68; }

.z-69 {
  z-index: 69; }

.z-70 {
  z-index: 70; }

.z-71 {
  z-index: 71; }

.z-72 {
  z-index: 72; }

.z-73 {
  z-index: 73; }

.z-74 {
  z-index: 74; }

.z-75 {
  z-index: 75; }

.z-76 {
  z-index: 76; }

.z-77 {
  z-index: 77; }

.z-78 {
  z-index: 78; }

.z-79 {
  z-index: 79; }

.z-80 {
  z-index: 80; }

.z-81 {
  z-index: 81; }

.z-82 {
  z-index: 82; }

.z-83 {
  z-index: 83; }

.z-84 {
  z-index: 84; }

.z-85 {
  z-index: 85; }

.z-86 {
  z-index: 86; }

.z-87 {
  z-index: 87; }

.z-88 {
  z-index: 88; }

.z-89 {
  z-index: 89; }

.z-90 {
  z-index: 90; }

.z-91 {
  z-index: 91; }

.z-92 {
  z-index: 92; }

.z-93 {
  z-index: 93; }

.z-94 {
  z-index: 94; }

.z-95 {
  z-index: 95; }

.z-96 {
  z-index: 96; }

.z-97 {
  z-index: 97; }

.z-98 {
  z-index: 98; }

.z-99 {
  z-index: 99; }

.z-100 {
  z-index: 100; }

.width-1\/1 {
  width: 100%; }

.min-width-1\/1 {
  min-width: 100%; }

.max-width-1\/1 {
  max-width: 100%; }

.width-1\/2 {
  width: 50%; }

.min-width-1\/2 {
  min-width: 50%; }

.max-width-1\/2 {
  max-width: 50%; }

.width-2\/2 {
  width: 100%; }

.min-width-2\/2 {
  min-width: 100%; }

.max-width-2\/2 {
  max-width: 100%; }

.width-1\/3 {
  width: 33.3333333333%; }

.min-width-1\/3 {
  min-width: 33.3333333333%; }

.max-width-1\/3 {
  max-width: 33.3333333333%; }

.width-2\/3 {
  width: 66.6666666667%; }

.min-width-2\/3 {
  min-width: 66.6666666667%; }

.max-width-2\/3 {
  max-width: 66.6666666667%; }

.width-3\/3 {
  width: 100%; }

.min-width-3\/3 {
  min-width: 100%; }

.max-width-3\/3 {
  max-width: 100%; }

.width-1\/4 {
  width: 25%; }

.min-width-1\/4 {
  min-width: 25%; }

.max-width-1\/4 {
  max-width: 25%; }

.width-2\/4 {
  width: 50%; }

.min-width-2\/4 {
  min-width: 50%; }

.max-width-2\/4 {
  max-width: 50%; }

.width-3\/4 {
  width: 75%; }

.min-width-3\/4 {
  min-width: 75%; }

.max-width-3\/4 {
  max-width: 75%; }

.width-4\/4 {
  width: 100%; }

.min-width-4\/4 {
  min-width: 100%; }

.max-width-4\/4 {
  max-width: 100%; }

.width-1\/5 {
  width: 20%; }

.min-width-1\/5 {
  min-width: 20%; }

.max-width-1\/5 {
  max-width: 20%; }

.width-2\/5 {
  width: 40%; }

.min-width-2\/5 {
  min-width: 40%; }

.max-width-2\/5 {
  max-width: 40%; }

.width-3\/5 {
  width: 60%; }

.min-width-3\/5 {
  min-width: 60%; }

.max-width-3\/5 {
  max-width: 60%; }

.width-4\/5 {
  width: 80%; }

.min-width-4\/5 {
  min-width: 80%; }

.max-width-4\/5 {
  max-width: 80%; }

.width-5\/5 {
  width: 100%; }

.min-width-5\/5 {
  min-width: 100%; }

.max-width-5\/5 {
  max-width: 100%; }

.width-1\/6 {
  width: 16.6666666667%; }

.min-width-1\/6 {
  min-width: 16.6666666667%; }

.max-width-1\/6 {
  max-width: 16.6666666667%; }

.width-2\/6 {
  width: 33.3333333333%; }

.min-width-2\/6 {
  min-width: 33.3333333333%; }

.max-width-2\/6 {
  max-width: 33.3333333333%; }

.width-3\/6 {
  width: 50%; }

.min-width-3\/6 {
  min-width: 50%; }

.max-width-3\/6 {
  max-width: 50%; }

.width-4\/6 {
  width: 66.6666666667%; }

.min-width-4\/6 {
  min-width: 66.6666666667%; }

.max-width-4\/6 {
  max-width: 66.6666666667%; }

.width-5\/6 {
  width: 83.3333333333%; }

.min-width-5\/6 {
  min-width: 83.3333333333%; }

.max-width-5\/6 {
  max-width: 83.3333333333%; }

.width-6\/6 {
  width: 100%; }

.min-width-6\/6 {
  min-width: 100%; }

.max-width-6\/6 {
  max-width: 100%; }

.width-1\/7 {
  width: 14.2857142857%; }

.min-width-1\/7 {
  min-width: 14.2857142857%; }

.max-width-1\/7 {
  max-width: 14.2857142857%; }

.width-2\/7 {
  width: 28.5714285714%; }

.min-width-2\/7 {
  min-width: 28.5714285714%; }

.max-width-2\/7 {
  max-width: 28.5714285714%; }

.width-3\/7 {
  width: 42.8571428571%; }

.min-width-3\/7 {
  min-width: 42.8571428571%; }

.max-width-3\/7 {
  max-width: 42.8571428571%; }

.width-4\/7 {
  width: 57.1428571429%; }

.min-width-4\/7 {
  min-width: 57.1428571429%; }

.max-width-4\/7 {
  max-width: 57.1428571429%; }

.width-5\/7 {
  width: 71.4285714286%; }

.min-width-5\/7 {
  min-width: 71.4285714286%; }

.max-width-5\/7 {
  max-width: 71.4285714286%; }

.width-6\/7 {
  width: 85.7142857143%; }

.min-width-6\/7 {
  min-width: 85.7142857143%; }

.max-width-6\/7 {
  max-width: 85.7142857143%; }

.width-7\/7 {
  width: 100%; }

.min-width-7\/7 {
  min-width: 100%; }

.max-width-7\/7 {
  max-width: 100%; }

.width-1\/8 {
  width: 12.5%; }

.min-width-1\/8 {
  min-width: 12.5%; }

.max-width-1\/8 {
  max-width: 12.5%; }

.width-2\/8 {
  width: 25%; }

.min-width-2\/8 {
  min-width: 25%; }

.max-width-2\/8 {
  max-width: 25%; }

.width-3\/8 {
  width: 37.5%; }

.min-width-3\/8 {
  min-width: 37.5%; }

.max-width-3\/8 {
  max-width: 37.5%; }

.width-4\/8 {
  width: 50%; }

.min-width-4\/8 {
  min-width: 50%; }

.max-width-4\/8 {
  max-width: 50%; }

.width-5\/8 {
  width: 62.5%; }

.min-width-5\/8 {
  min-width: 62.5%; }

.max-width-5\/8 {
  max-width: 62.5%; }

.width-6\/8 {
  width: 75%; }

.min-width-6\/8 {
  min-width: 75%; }

.max-width-6\/8 {
  max-width: 75%; }

.width-7\/8 {
  width: 87.5%; }

.min-width-7\/8 {
  min-width: 87.5%; }

.max-width-7\/8 {
  max-width: 87.5%; }

.width-8\/8 {
  width: 100%; }

.min-width-8\/8 {
  min-width: 100%; }

.max-width-8\/8 {
  max-width: 100%; }

.width-1\/9 {
  width: 11.1111111111%; }

.min-width-1\/9 {
  min-width: 11.1111111111%; }

.max-width-1\/9 {
  max-width: 11.1111111111%; }

.width-2\/9 {
  width: 22.2222222222%; }

.min-width-2\/9 {
  min-width: 22.2222222222%; }

.max-width-2\/9 {
  max-width: 22.2222222222%; }

.width-3\/9 {
  width: 33.3333333333%; }

.min-width-3\/9 {
  min-width: 33.3333333333%; }

.max-width-3\/9 {
  max-width: 33.3333333333%; }

.width-4\/9 {
  width: 44.4444444444%; }

.min-width-4\/9 {
  min-width: 44.4444444444%; }

.max-width-4\/9 {
  max-width: 44.4444444444%; }

.width-5\/9 {
  width: 55.5555555556%; }

.min-width-5\/9 {
  min-width: 55.5555555556%; }

.max-width-5\/9 {
  max-width: 55.5555555556%; }

.width-6\/9 {
  width: 66.6666666667%; }

.min-width-6\/9 {
  min-width: 66.6666666667%; }

.max-width-6\/9 {
  max-width: 66.6666666667%; }

.width-7\/9 {
  width: 77.7777777778%; }

.min-width-7\/9 {
  min-width: 77.7777777778%; }

.max-width-7\/9 {
  max-width: 77.7777777778%; }

.width-8\/9 {
  width: 88.8888888889%; }

.min-width-8\/9 {
  min-width: 88.8888888889%; }

.max-width-8\/9 {
  max-width: 88.8888888889%; }

.width-9\/9 {
  width: 100%; }

.min-width-9\/9 {
  min-width: 100%; }

.max-width-9\/9 {
  max-width: 100%; }

.width-1\/10 {
  width: 10%; }

.min-width-1\/10 {
  min-width: 10%; }

.max-width-1\/10 {
  max-width: 10%; }

.width-2\/10 {
  width: 20%; }

.min-width-2\/10 {
  min-width: 20%; }

.max-width-2\/10 {
  max-width: 20%; }

.width-3\/10 {
  width: 30%; }

.min-width-3\/10 {
  min-width: 30%; }

.max-width-3\/10 {
  max-width: 30%; }

.width-4\/10 {
  width: 40%; }

.min-width-4\/10 {
  min-width: 40%; }

.max-width-4\/10 {
  max-width: 40%; }

.width-5\/10 {
  width: 50%; }

.min-width-5\/10 {
  min-width: 50%; }

.max-width-5\/10 {
  max-width: 50%; }

.width-6\/10 {
  width: 60%; }

.min-width-6\/10 {
  min-width: 60%; }

.max-width-6\/10 {
  max-width: 60%; }

.width-7\/10 {
  width: 70%; }

.min-width-7\/10 {
  min-width: 70%; }

.max-width-7\/10 {
  max-width: 70%; }

.width-8\/10 {
  width: 80%; }

.min-width-8\/10 {
  min-width: 80%; }

.max-width-8\/10 {
  max-width: 80%; }

.width-9\/10 {
  width: 90%; }

.min-width-9\/10 {
  min-width: 90%; }

.max-width-9\/10 {
  max-width: 90%; }

.width-10\/10 {
  width: 100%; }

.min-width-10\/10 {
  min-width: 100%; }

.max-width-10\/10 {
  max-width: 100%; }

.width-1\/11 {
  width: 9.0909090909%; }

.min-width-1\/11 {
  min-width: 9.0909090909%; }

.max-width-1\/11 {
  max-width: 9.0909090909%; }

.width-2\/11 {
  width: 18.1818181818%; }

.min-width-2\/11 {
  min-width: 18.1818181818%; }

.max-width-2\/11 {
  max-width: 18.1818181818%; }

.width-3\/11 {
  width: 27.2727272727%; }

.min-width-3\/11 {
  min-width: 27.2727272727%; }

.max-width-3\/11 {
  max-width: 27.2727272727%; }

.width-4\/11 {
  width: 36.3636363636%; }

.min-width-4\/11 {
  min-width: 36.3636363636%; }

.max-width-4\/11 {
  max-width: 36.3636363636%; }

.width-5\/11 {
  width: 45.4545454545%; }

.min-width-5\/11 {
  min-width: 45.4545454545%; }

.max-width-5\/11 {
  max-width: 45.4545454545%; }

.width-6\/11 {
  width: 54.5454545455%; }

.min-width-6\/11 {
  min-width: 54.5454545455%; }

.max-width-6\/11 {
  max-width: 54.5454545455%; }

.width-7\/11 {
  width: 63.6363636364%; }

.min-width-7\/11 {
  min-width: 63.6363636364%; }

.max-width-7\/11 {
  max-width: 63.6363636364%; }

.width-8\/11 {
  width: 72.7272727273%; }

.min-width-8\/11 {
  min-width: 72.7272727273%; }

.max-width-8\/11 {
  max-width: 72.7272727273%; }

.width-9\/11 {
  width: 81.8181818182%; }

.min-width-9\/11 {
  min-width: 81.8181818182%; }

.max-width-9\/11 {
  max-width: 81.8181818182%; }

.width-10\/11 {
  width: 90.9090909091%; }

.min-width-10\/11 {
  min-width: 90.9090909091%; }

.max-width-10\/11 {
  max-width: 90.9090909091%; }

.width-11\/11 {
  width: 100%; }

.min-width-11\/11 {
  min-width: 100%; }

.max-width-11\/11 {
  max-width: 100%; }

.width-1\/12 {
  width: 8.3333333333%; }

.min-width-1\/12 {
  min-width: 8.3333333333%; }

.max-width-1\/12 {
  max-width: 8.3333333333%; }

.width-2\/12 {
  width: 16.6666666667%; }

.min-width-2\/12 {
  min-width: 16.6666666667%; }

.max-width-2\/12 {
  max-width: 16.6666666667%; }

.width-3\/12 {
  width: 25%; }

.min-width-3\/12 {
  min-width: 25%; }

.max-width-3\/12 {
  max-width: 25%; }

.width-4\/12 {
  width: 33.3333333333%; }

.min-width-4\/12 {
  min-width: 33.3333333333%; }

.max-width-4\/12 {
  max-width: 33.3333333333%; }

.width-5\/12 {
  width: 41.6666666667%; }

.min-width-5\/12 {
  min-width: 41.6666666667%; }

.max-width-5\/12 {
  max-width: 41.6666666667%; }

.width-6\/12 {
  width: 50%; }

.min-width-6\/12 {
  min-width: 50%; }

.max-width-6\/12 {
  max-width: 50%; }

.width-7\/12 {
  width: 58.3333333333%; }

.min-width-7\/12 {
  min-width: 58.3333333333%; }

.max-width-7\/12 {
  max-width: 58.3333333333%; }

.width-8\/12 {
  width: 66.6666666667%; }

.min-width-8\/12 {
  min-width: 66.6666666667%; }

.max-width-8\/12 {
  max-width: 66.6666666667%; }

.width-9\/12 {
  width: 75%; }

.min-width-9\/12 {
  min-width: 75%; }

.max-width-9\/12 {
  max-width: 75%; }

.width-10\/12 {
  width: 83.3333333333%; }

.min-width-10\/12 {
  min-width: 83.3333333333%; }

.max-width-10\/12 {
  max-width: 83.3333333333%; }

.width-11\/12 {
  width: 91.6666666667%; }

.min-width-11\/12 {
  min-width: 91.6666666667%; }

.max-width-11\/12 {
  max-width: 91.6666666667%; }

.width-12\/12 {
  width: 100%; }

.min-width-12\/12 {
  min-width: 100%; }

.max-width-12\/12 {
  max-width: 100%; }

.width-0-px {
  width: 0px; }

.max-width-0-px {
  max-width: 0px; }

.min-width-0-px {
  min-width: 0px; }

.height-0-px {
  height: 0px; }

.min-height-0-px {
  min-height: 0px; }

.max-height-0-px {
  max-height: 0px; }

.width-5-px {
  width: 5px; }

.max-width-5-px {
  max-width: 5px; }

.min-width-5-px {
  min-width: 5px; }

.height-5-px {
  height: 5px; }

.min-height-5-px {
  min-height: 5px; }

.max-height-5-px {
  max-height: 5px; }

.width-10-px {
  width: 10px; }

.max-width-10-px {
  max-width: 10px; }

.min-width-10-px {
  min-width: 10px; }

.height-10-px {
  height: 10px; }

.min-height-10-px {
  min-height: 10px; }

.max-height-10-px {
  max-height: 10px; }

.width-15-px {
  width: 15px; }

.max-width-15-px {
  max-width: 15px; }

.min-width-15-px {
  min-width: 15px; }

.height-15-px {
  height: 15px; }

.min-height-15-px {
  min-height: 15px; }

.max-height-15-px {
  max-height: 15px; }

.width-20-px {
  width: 20px; }

.max-width-20-px {
  max-width: 20px; }

.min-width-20-px {
  min-width: 20px; }

.height-20-px {
  height: 20px; }

.min-height-20-px {
  min-height: 20px; }

.max-height-20-px {
  max-height: 20px; }

.width-25-px {
  width: 25px; }

.max-width-25-px {
  max-width: 25px; }

.min-width-25-px {
  min-width: 25px; }

.height-25-px {
  height: 25px; }

.min-height-25-px {
  min-height: 25px; }

.max-height-25-px {
  max-height: 25px; }

.width-30-px {
  width: 30px; }

.max-width-30-px {
  max-width: 30px; }

.min-width-30-px {
  min-width: 30px; }

.height-30-px {
  height: 30px; }

.min-height-30-px {
  min-height: 30px; }

.max-height-30-px {
  max-height: 30px; }

.width-35-px {
  width: 35px; }

.max-width-35-px {
  max-width: 35px; }

.min-width-35-px {
  min-width: 35px; }

.height-35-px {
  height: 35px; }

.min-height-35-px {
  min-height: 35px; }

.max-height-35-px {
  max-height: 35px; }

.width-40-px {
  width: 40px; }

.max-width-40-px {
  max-width: 40px; }

.min-width-40-px {
  min-width: 40px; }

.height-40-px {
  height: 40px; }

.min-height-40-px {
  min-height: 40px; }

.max-height-40-px {
  max-height: 40px; }

.width-45-px {
  width: 45px; }

.max-width-45-px {
  max-width: 45px; }

.min-width-45-px {
  min-width: 45px; }

.height-45-px {
  height: 45px; }

.min-height-45-px {
  min-height: 45px; }

.max-height-45-px {
  max-height: 45px; }

.width-50-px {
  width: 50px; }

.max-width-50-px {
  max-width: 50px; }

.min-width-50-px {
  min-width: 50px; }

.height-50-px {
  height: 50px; }

.min-height-50-px {
  min-height: 50px; }

.max-height-50-px {
  max-height: 50px; }

.width-55-px {
  width: 55px; }

.max-width-55-px {
  max-width: 55px; }

.min-width-55-px {
  min-width: 55px; }

.height-55-px {
  height: 55px; }

.min-height-55-px {
  min-height: 55px; }

.max-height-55-px {
  max-height: 55px; }

.width-60-px {
  width: 60px; }

.max-width-60-px {
  max-width: 60px; }

.min-width-60-px {
  min-width: 60px; }

.height-60-px {
  height: 60px; }

.min-height-60-px {
  min-height: 60px; }

.max-height-60-px {
  max-height: 60px; }

.width-65-px {
  width: 65px; }

.max-width-65-px {
  max-width: 65px; }

.min-width-65-px {
  min-width: 65px; }

.height-65-px {
  height: 65px; }

.min-height-65-px {
  min-height: 65px; }

.max-height-65-px {
  max-height: 65px; }

.width-70-px {
  width: 70px; }

.max-width-70-px {
  max-width: 70px; }

.min-width-70-px {
  min-width: 70px; }

.height-70-px {
  height: 70px; }

.min-height-70-px {
  min-height: 70px; }

.max-height-70-px {
  max-height: 70px; }

.width-75-px {
  width: 75px; }

.max-width-75-px {
  max-width: 75px; }

.min-width-75-px {
  min-width: 75px; }

.height-75-px {
  height: 75px; }

.min-height-75-px {
  min-height: 75px; }

.max-height-75-px {
  max-height: 75px; }

.width-80-px {
  width: 80px; }

.max-width-80-px {
  max-width: 80px; }

.min-width-80-px {
  min-width: 80px; }

.height-80-px {
  height: 80px; }

.min-height-80-px {
  min-height: 80px; }

.max-height-80-px {
  max-height: 80px; }

.width-85-px {
  width: 85px; }

.max-width-85-px {
  max-width: 85px; }

.min-width-85-px {
  min-width: 85px; }

.height-85-px {
  height: 85px; }

.min-height-85-px {
  min-height: 85px; }

.max-height-85-px {
  max-height: 85px; }

.width-90-px {
  width: 90px; }

.max-width-90-px {
  max-width: 90px; }

.min-width-90-px {
  min-width: 90px; }

.height-90-px {
  height: 90px; }

.min-height-90-px {
  min-height: 90px; }

.max-height-90-px {
  max-height: 90px; }

.width-95-px {
  width: 95px; }

.max-width-95-px {
  max-width: 95px; }

.min-width-95-px {
  min-width: 95px; }

.height-95-px {
  height: 95px; }

.min-height-95-px {
  min-height: 95px; }

.max-height-95-px {
  max-height: 95px; }

.width-100-px {
  width: 100px; }

.max-width-100-px {
  max-width: 100px; }

.min-width-100-px {
  min-width: 100px; }

.height-100-px {
  height: 100px; }

.min-height-100-px {
  min-height: 100px; }

.max-height-100-px {
  max-height: 100px; }

.width-105-px {
  width: 105px; }

.max-width-105-px {
  max-width: 105px; }

.min-width-105-px {
  min-width: 105px; }

.height-105-px {
  height: 105px; }

.min-height-105-px {
  min-height: 105px; }

.max-height-105-px {
  max-height: 105px; }

.width-110-px {
  width: 110px; }

.max-width-110-px {
  max-width: 110px; }

.min-width-110-px {
  min-width: 110px; }

.height-110-px {
  height: 110px; }

.min-height-110-px {
  min-height: 110px; }

.max-height-110-px {
  max-height: 110px; }

.width-115-px {
  width: 115px; }

.max-width-115-px {
  max-width: 115px; }

.min-width-115-px {
  min-width: 115px; }

.height-115-px {
  height: 115px; }

.min-height-115-px {
  min-height: 115px; }

.max-height-115-px {
  max-height: 115px; }

.width-120-px {
  width: 120px; }

.max-width-120-px {
  max-width: 120px; }

.min-width-120-px {
  min-width: 120px; }

.height-120-px {
  height: 120px; }

.min-height-120-px {
  min-height: 120px; }

.max-height-120-px {
  max-height: 120px; }

.width-125-px {
  width: 125px; }

.max-width-125-px {
  max-width: 125px; }

.min-width-125-px {
  min-width: 125px; }

.height-125-px {
  height: 125px; }

.min-height-125-px {
  min-height: 125px; }

.max-height-125-px {
  max-height: 125px; }

.width-130-px {
  width: 130px; }

.max-width-130-px {
  max-width: 130px; }

.min-width-130-px {
  min-width: 130px; }

.height-130-px {
  height: 130px; }

.min-height-130-px {
  min-height: 130px; }

.max-height-130-px {
  max-height: 130px; }

.width-135-px {
  width: 135px; }

.max-width-135-px {
  max-width: 135px; }

.min-width-135-px {
  min-width: 135px; }

.height-135-px {
  height: 135px; }

.min-height-135-px {
  min-height: 135px; }

.max-height-135-px {
  max-height: 135px; }

.width-140-px {
  width: 140px; }

.max-width-140-px {
  max-width: 140px; }

.min-width-140-px {
  min-width: 140px; }

.height-140-px {
  height: 140px; }

.min-height-140-px {
  min-height: 140px; }

.max-height-140-px {
  max-height: 140px; }

.width-145-px {
  width: 145px; }

.max-width-145-px {
  max-width: 145px; }

.min-width-145-px {
  min-width: 145px; }

.height-145-px {
  height: 145px; }

.min-height-145-px {
  min-height: 145px; }

.max-height-145-px {
  max-height: 145px; }

.width-150-px {
  width: 150px; }

.max-width-150-px {
  max-width: 150px; }

.min-width-150-px {
  min-width: 150px; }

.height-150-px {
  height: 150px; }

.min-height-150-px {
  min-height: 150px; }

.max-height-150-px {
  max-height: 150px; }

.width-155-px {
  width: 155px; }

.max-width-155-px {
  max-width: 155px; }

.min-width-155-px {
  min-width: 155px; }

.height-155-px {
  height: 155px; }

.min-height-155-px {
  min-height: 155px; }

.max-height-155-px {
  max-height: 155px; }

.width-160-px {
  width: 160px; }

.max-width-160-px {
  max-width: 160px; }

.min-width-160-px {
  min-width: 160px; }

.height-160-px {
  height: 160px; }

.min-height-160-px {
  min-height: 160px; }

.max-height-160-px {
  max-height: 160px; }

.width-165-px {
  width: 165px; }

.max-width-165-px {
  max-width: 165px; }

.min-width-165-px {
  min-width: 165px; }

.height-165-px {
  height: 165px; }

.min-height-165-px {
  min-height: 165px; }

.max-height-165-px {
  max-height: 165px; }

.width-170-px {
  width: 170px; }

.max-width-170-px {
  max-width: 170px; }

.min-width-170-px {
  min-width: 170px; }

.height-170-px {
  height: 170px; }

.min-height-170-px {
  min-height: 170px; }

.max-height-170-px {
  max-height: 170px; }

.width-175-px {
  width: 175px; }

.max-width-175-px {
  max-width: 175px; }

.min-width-175-px {
  min-width: 175px; }

.height-175-px {
  height: 175px; }

.min-height-175-px {
  min-height: 175px; }

.max-height-175-px {
  max-height: 175px; }

.width-180-px {
  width: 180px; }

.max-width-180-px {
  max-width: 180px; }

.min-width-180-px {
  min-width: 180px; }

.height-180-px {
  height: 180px; }

.min-height-180-px {
  min-height: 180px; }

.max-height-180-px {
  max-height: 180px; }

.width-185-px {
  width: 185px; }

.max-width-185-px {
  max-width: 185px; }

.min-width-185-px {
  min-width: 185px; }

.height-185-px {
  height: 185px; }

.min-height-185-px {
  min-height: 185px; }

.max-height-185-px {
  max-height: 185px; }

.width-190-px {
  width: 190px; }

.max-width-190-px {
  max-width: 190px; }

.min-width-190-px {
  min-width: 190px; }

.height-190-px {
  height: 190px; }

.min-height-190-px {
  min-height: 190px; }

.max-height-190-px {
  max-height: 190px; }

.width-195-px {
  width: 195px; }

.max-width-195-px {
  max-width: 195px; }

.min-width-195-px {
  min-width: 195px; }

.height-195-px {
  height: 195px; }

.min-height-195-px {
  min-height: 195px; }

.max-height-195-px {
  max-height: 195px; }

.width-200-px {
  width: 200px; }

.max-width-200-px {
  max-width: 200px; }

.min-width-200-px {
  min-width: 200px; }

.height-200-px {
  height: 200px; }

.min-height-200-px {
  min-height: 200px; }

.max-height-200-px {
  max-height: 200px; }

.width-205-px {
  width: 205px; }

.max-width-205-px {
  max-width: 205px; }

.min-width-205-px {
  min-width: 205px; }

.height-205-px {
  height: 205px; }

.min-height-205-px {
  min-height: 205px; }

.max-height-205-px {
  max-height: 205px; }

.width-210-px {
  width: 210px; }

.max-width-210-px {
  max-width: 210px; }

.min-width-210-px {
  min-width: 210px; }

.height-210-px {
  height: 210px; }

.min-height-210-px {
  min-height: 210px; }

.max-height-210-px {
  max-height: 210px; }

.width-215-px {
  width: 215px; }

.max-width-215-px {
  max-width: 215px; }

.min-width-215-px {
  min-width: 215px; }

.height-215-px {
  height: 215px; }

.min-height-215-px {
  min-height: 215px; }

.max-height-215-px {
  max-height: 215px; }

.width-220-px {
  width: 220px; }

.max-width-220-px {
  max-width: 220px; }

.min-width-220-px {
  min-width: 220px; }

.height-220-px {
  height: 220px; }

.min-height-220-px {
  min-height: 220px; }

.max-height-220-px {
  max-height: 220px; }

.width-225-px {
  width: 225px; }

.max-width-225-px {
  max-width: 225px; }

.min-width-225-px {
  min-width: 225px; }

.height-225-px {
  height: 225px; }

.min-height-225-px {
  min-height: 225px; }

.max-height-225-px {
  max-height: 225px; }

.width-230-px {
  width: 230px; }

.max-width-230-px {
  max-width: 230px; }

.min-width-230-px {
  min-width: 230px; }

.height-230-px {
  height: 230px; }

.min-height-230-px {
  min-height: 230px; }

.max-height-230-px {
  max-height: 230px; }

.width-235-px {
  width: 235px; }

.max-width-235-px {
  max-width: 235px; }

.min-width-235-px {
  min-width: 235px; }

.height-235-px {
  height: 235px; }

.min-height-235-px {
  min-height: 235px; }

.max-height-235-px {
  max-height: 235px; }

.width-240-px {
  width: 240px; }

.max-width-240-px {
  max-width: 240px; }

.min-width-240-px {
  min-width: 240px; }

.height-240-px {
  height: 240px; }

.min-height-240-px {
  min-height: 240px; }

.max-height-240-px {
  max-height: 240px; }

.width-245-px {
  width: 245px; }

.max-width-245-px {
  max-width: 245px; }

.min-width-245-px {
  min-width: 245px; }

.height-245-px {
  height: 245px; }

.min-height-245-px {
  min-height: 245px; }

.max-height-245-px {
  max-height: 245px; }

.width-250-px {
  width: 250px; }

.max-width-250-px {
  max-width: 250px; }

.min-width-250-px {
  min-width: 250px; }

.height-250-px {
  height: 250px; }

.min-height-250-px {
  min-height: 250px; }

.max-height-250-px {
  max-height: 250px; }

.width-255-px {
  width: 255px; }

.max-width-255-px {
  max-width: 255px; }

.min-width-255-px {
  min-width: 255px; }

.height-255-px {
  height: 255px; }

.min-height-255-px {
  min-height: 255px; }

.max-height-255-px {
  max-height: 255px; }

.width-260-px {
  width: 260px; }

.max-width-260-px {
  max-width: 260px; }

.min-width-260-px {
  min-width: 260px; }

.height-260-px {
  height: 260px; }

.min-height-260-px {
  min-height: 260px; }

.max-height-260-px {
  max-height: 260px; }

.width-265-px {
  width: 265px; }

.max-width-265-px {
  max-width: 265px; }

.min-width-265-px {
  min-width: 265px; }

.height-265-px {
  height: 265px; }

.min-height-265-px {
  min-height: 265px; }

.max-height-265-px {
  max-height: 265px; }

.width-270-px {
  width: 270px; }

.max-width-270-px {
  max-width: 270px; }

.min-width-270-px {
  min-width: 270px; }

.height-270-px {
  height: 270px; }

.min-height-270-px {
  min-height: 270px; }

.max-height-270-px {
  max-height: 270px; }

.width-275-px {
  width: 275px; }

.max-width-275-px {
  max-width: 275px; }

.min-width-275-px {
  min-width: 275px; }

.height-275-px {
  height: 275px; }

.min-height-275-px {
  min-height: 275px; }

.max-height-275-px {
  max-height: 275px; }

.width-280-px {
  width: 280px; }

.max-width-280-px {
  max-width: 280px; }

.min-width-280-px {
  min-width: 280px; }

.height-280-px {
  height: 280px; }

.min-height-280-px {
  min-height: 280px; }

.max-height-280-px {
  max-height: 280px; }

.width-285-px {
  width: 285px; }

.max-width-285-px {
  max-width: 285px; }

.min-width-285-px {
  min-width: 285px; }

.height-285-px {
  height: 285px; }

.min-height-285-px {
  min-height: 285px; }

.max-height-285-px {
  max-height: 285px; }

.width-290-px {
  width: 290px; }

.max-width-290-px {
  max-width: 290px; }

.min-width-290-px {
  min-width: 290px; }

.height-290-px {
  height: 290px; }

.min-height-290-px {
  min-height: 290px; }

.max-height-290-px {
  max-height: 290px; }

.width-295-px {
  width: 295px; }

.max-width-295-px {
  max-width: 295px; }

.min-width-295-px {
  min-width: 295px; }

.height-295-px {
  height: 295px; }

.min-height-295-px {
  min-height: 295px; }

.max-height-295-px {
  max-height: 295px; }

.width-300-px {
  width: 300px; }

.max-width-300-px {
  max-width: 300px; }

.min-width-300-px {
  min-width: 300px; }

.height-300-px {
  height: 300px; }

.min-height-300-px {
  min-height: 300px; }

.max-height-300-px {
  max-height: 300px; }

.width-305-px {
  width: 305px; }

.max-width-305-px {
  max-width: 305px; }

.min-width-305-px {
  min-width: 305px; }

.height-305-px {
  height: 305px; }

.min-height-305-px {
  min-height: 305px; }

.max-height-305-px {
  max-height: 305px; }

.width-310-px {
  width: 310px; }

.max-width-310-px {
  max-width: 310px; }

.min-width-310-px {
  min-width: 310px; }

.height-310-px {
  height: 310px; }

.min-height-310-px {
  min-height: 310px; }

.max-height-310-px {
  max-height: 310px; }

.width-315-px {
  width: 315px; }

.max-width-315-px {
  max-width: 315px; }

.min-width-315-px {
  min-width: 315px; }

.height-315-px {
  height: 315px; }

.min-height-315-px {
  min-height: 315px; }

.max-height-315-px {
  max-height: 315px; }

.width-320-px {
  width: 320px; }

.max-width-320-px {
  max-width: 320px; }

.min-width-320-px {
  min-width: 320px; }

.height-320-px {
  height: 320px; }

.min-height-320-px {
  min-height: 320px; }

.max-height-320-px {
  max-height: 320px; }

.width-325-px {
  width: 325px; }

.max-width-325-px {
  max-width: 325px; }

.min-width-325-px {
  min-width: 325px; }

.height-325-px {
  height: 325px; }

.min-height-325-px {
  min-height: 325px; }

.max-height-325-px {
  max-height: 325px; }

.width-330-px {
  width: 330px; }

.max-width-330-px {
  max-width: 330px; }

.min-width-330-px {
  min-width: 330px; }

.height-330-px {
  height: 330px; }

.min-height-330-px {
  min-height: 330px; }

.max-height-330-px {
  max-height: 330px; }

.width-335-px {
  width: 335px; }

.max-width-335-px {
  max-width: 335px; }

.min-width-335-px {
  min-width: 335px; }

.height-335-px {
  height: 335px; }

.min-height-335-px {
  min-height: 335px; }

.max-height-335-px {
  max-height: 335px; }

.width-340-px {
  width: 340px; }

.max-width-340-px {
  max-width: 340px; }

.min-width-340-px {
  min-width: 340px; }

.height-340-px {
  height: 340px; }

.min-height-340-px {
  min-height: 340px; }

.max-height-340-px {
  max-height: 340px; }

.width-345-px {
  width: 345px; }

.max-width-345-px {
  max-width: 345px; }

.min-width-345-px {
  min-width: 345px; }

.height-345-px {
  height: 345px; }

.min-height-345-px {
  min-height: 345px; }

.max-height-345-px {
  max-height: 345px; }

.width-350-px {
  width: 350px; }

.max-width-350-px {
  max-width: 350px; }

.min-width-350-px {
  min-width: 350px; }

.height-350-px {
  height: 350px; }

.min-height-350-px {
  min-height: 350px; }

.max-height-350-px {
  max-height: 350px; }

.width-355-px {
  width: 355px; }

.max-width-355-px {
  max-width: 355px; }

.min-width-355-px {
  min-width: 355px; }

.height-355-px {
  height: 355px; }

.min-height-355-px {
  min-height: 355px; }

.max-height-355-px {
  max-height: 355px; }

.width-360-px {
  width: 360px; }

.max-width-360-px {
  max-width: 360px; }

.min-width-360-px {
  min-width: 360px; }

.height-360-px {
  height: 360px; }

.min-height-360-px {
  min-height: 360px; }

.max-height-360-px {
  max-height: 360px; }

.width-365-px {
  width: 365px; }

.max-width-365-px {
  max-width: 365px; }

.min-width-365-px {
  min-width: 365px; }

.height-365-px {
  height: 365px; }

.min-height-365-px {
  min-height: 365px; }

.max-height-365-px {
  max-height: 365px; }

.width-370-px {
  width: 370px; }

.max-width-370-px {
  max-width: 370px; }

.min-width-370-px {
  min-width: 370px; }

.height-370-px {
  height: 370px; }

.min-height-370-px {
  min-height: 370px; }

.max-height-370-px {
  max-height: 370px; }

.width-375-px {
  width: 375px; }

.max-width-375-px {
  max-width: 375px; }

.min-width-375-px {
  min-width: 375px; }

.height-375-px {
  height: 375px; }

.min-height-375-px {
  min-height: 375px; }

.max-height-375-px {
  max-height: 375px; }

.width-380-px {
  width: 380px; }

.max-width-380-px {
  max-width: 380px; }

.min-width-380-px {
  min-width: 380px; }

.height-380-px {
  height: 380px; }

.min-height-380-px {
  min-height: 380px; }

.max-height-380-px {
  max-height: 380px; }

.width-385-px {
  width: 385px; }

.max-width-385-px {
  max-width: 385px; }

.min-width-385-px {
  min-width: 385px; }

.height-385-px {
  height: 385px; }

.min-height-385-px {
  min-height: 385px; }

.max-height-385-px {
  max-height: 385px; }

.width-390-px {
  width: 390px; }

.max-width-390-px {
  max-width: 390px; }

.min-width-390-px {
  min-width: 390px; }

.height-390-px {
  height: 390px; }

.min-height-390-px {
  min-height: 390px; }

.max-height-390-px {
  max-height: 390px; }

.width-395-px {
  width: 395px; }

.max-width-395-px {
  max-width: 395px; }

.min-width-395-px {
  min-width: 395px; }

.height-395-px {
  height: 395px; }

.min-height-395-px {
  min-height: 395px; }

.max-height-395-px {
  max-height: 395px; }

.width-400-px {
  width: 400px; }

.max-width-400-px {
  max-width: 400px; }

.min-width-400-px {
  min-width: 400px; }

.height-400-px {
  height: 400px; }

.min-height-400-px {
  min-height: 400px; }

.max-height-400-px {
  max-height: 400px; }

.width-405-px {
  width: 405px; }

.max-width-405-px {
  max-width: 405px; }

.min-width-405-px {
  min-width: 405px; }

.height-405-px {
  height: 405px; }

.min-height-405-px {
  min-height: 405px; }

.max-height-405-px {
  max-height: 405px; }

.width-410-px {
  width: 410px; }

.max-width-410-px {
  max-width: 410px; }

.min-width-410-px {
  min-width: 410px; }

.height-410-px {
  height: 410px; }

.min-height-410-px {
  min-height: 410px; }

.max-height-410-px {
  max-height: 410px; }

.width-415-px {
  width: 415px; }

.max-width-415-px {
  max-width: 415px; }

.min-width-415-px {
  min-width: 415px; }

.height-415-px {
  height: 415px; }

.min-height-415-px {
  min-height: 415px; }

.max-height-415-px {
  max-height: 415px; }

.width-420-px {
  width: 420px; }

.max-width-420-px {
  max-width: 420px; }

.min-width-420-px {
  min-width: 420px; }

.height-420-px {
  height: 420px; }

.min-height-420-px {
  min-height: 420px; }

.max-height-420-px {
  max-height: 420px; }

.width-425-px {
  width: 425px; }

.max-width-425-px {
  max-width: 425px; }

.min-width-425-px {
  min-width: 425px; }

.height-425-px {
  height: 425px; }

.min-height-425-px {
  min-height: 425px; }

.max-height-425-px {
  max-height: 425px; }

.width-430-px {
  width: 430px; }

.max-width-430-px {
  max-width: 430px; }

.min-width-430-px {
  min-width: 430px; }

.height-430-px {
  height: 430px; }

.min-height-430-px {
  min-height: 430px; }

.max-height-430-px {
  max-height: 430px; }

.width-435-px {
  width: 435px; }

.max-width-435-px {
  max-width: 435px; }

.min-width-435-px {
  min-width: 435px; }

.height-435-px {
  height: 435px; }

.min-height-435-px {
  min-height: 435px; }

.max-height-435-px {
  max-height: 435px; }

.width-440-px {
  width: 440px; }

.max-width-440-px {
  max-width: 440px; }

.min-width-440-px {
  min-width: 440px; }

.height-440-px {
  height: 440px; }

.min-height-440-px {
  min-height: 440px; }

.max-height-440-px {
  max-height: 440px; }

.width-445-px {
  width: 445px; }

.max-width-445-px {
  max-width: 445px; }

.min-width-445-px {
  min-width: 445px; }

.height-445-px {
  height: 445px; }

.min-height-445-px {
  min-height: 445px; }

.max-height-445-px {
  max-height: 445px; }

.width-450-px {
  width: 450px; }

.max-width-450-px {
  max-width: 450px; }

.min-width-450-px {
  min-width: 450px; }

.height-450-px {
  height: 450px; }

.min-height-450-px {
  min-height: 450px; }

.max-height-450-px {
  max-height: 450px; }

.width-455-px {
  width: 455px; }

.max-width-455-px {
  max-width: 455px; }

.min-width-455-px {
  min-width: 455px; }

.height-455-px {
  height: 455px; }

.min-height-455-px {
  min-height: 455px; }

.max-height-455-px {
  max-height: 455px; }

.width-460-px {
  width: 460px; }

.max-width-460-px {
  max-width: 460px; }

.min-width-460-px {
  min-width: 460px; }

.height-460-px {
  height: 460px; }

.min-height-460-px {
  min-height: 460px; }

.max-height-460-px {
  max-height: 460px; }

.width-465-px {
  width: 465px; }

.max-width-465-px {
  max-width: 465px; }

.min-width-465-px {
  min-width: 465px; }

.height-465-px {
  height: 465px; }

.min-height-465-px {
  min-height: 465px; }

.max-height-465-px {
  max-height: 465px; }

.width-470-px {
  width: 470px; }

.max-width-470-px {
  max-width: 470px; }

.min-width-470-px {
  min-width: 470px; }

.height-470-px {
  height: 470px; }

.min-height-470-px {
  min-height: 470px; }

.max-height-470-px {
  max-height: 470px; }

.width-475-px {
  width: 475px; }

.max-width-475-px {
  max-width: 475px; }

.min-width-475-px {
  min-width: 475px; }

.height-475-px {
  height: 475px; }

.min-height-475-px {
  min-height: 475px; }

.max-height-475-px {
  max-height: 475px; }

.width-480-px {
  width: 480px; }

.max-width-480-px {
  max-width: 480px; }

.min-width-480-px {
  min-width: 480px; }

.height-480-px {
  height: 480px; }

.min-height-480-px {
  min-height: 480px; }

.max-height-480-px {
  max-height: 480px; }

.width-485-px {
  width: 485px; }

.max-width-485-px {
  max-width: 485px; }

.min-width-485-px {
  min-width: 485px; }

.height-485-px {
  height: 485px; }

.min-height-485-px {
  min-height: 485px; }

.max-height-485-px {
  max-height: 485px; }

.width-490-px {
  width: 490px; }

.max-width-490-px {
  max-width: 490px; }

.min-width-490-px {
  min-width: 490px; }

.height-490-px {
  height: 490px; }

.min-height-490-px {
  min-height: 490px; }

.max-height-490-px {
  max-height: 490px; }

.width-495-px {
  width: 495px; }

.max-width-495-px {
  max-width: 495px; }

.min-width-495-px {
  min-width: 495px; }

.height-495-px {
  height: 495px; }

.min-height-495-px {
  min-height: 495px; }

.max-height-495-px {
  max-height: 495px; }

.width-500-px {
  width: 500px; }

.max-width-500-px {
  max-width: 500px; }

.min-width-500-px {
  min-width: 500px; }

.height-500-px {
  height: 500px; }

.min-height-500-px {
  min-height: 500px; }

.max-height-500-px {
  max-height: 500px; }

.width-0-vw {
  width: 0vw; }

.min-width-0-vw {
  min-width: 0vw; }

.max-width-0-vw {
  max-width: 0vw; }

.width-5-vw {
  width: 5vw; }

.min-width-5-vw {
  min-width: 5vw; }

.max-width-5-vw {
  max-width: 5vw; }

.width-10-vw {
  width: 10vw; }

.min-width-10-vw {
  min-width: 10vw; }

.max-width-10-vw {
  max-width: 10vw; }

.width-15-vw {
  width: 15vw; }

.min-width-15-vw {
  min-width: 15vw; }

.max-width-15-vw {
  max-width: 15vw; }

.width-20-vw {
  width: 20vw; }

.min-width-20-vw {
  min-width: 20vw; }

.max-width-20-vw {
  max-width: 20vw; }

.width-25-vw {
  width: 25vw; }

.min-width-25-vw {
  min-width: 25vw; }

.max-width-25-vw {
  max-width: 25vw; }

.width-30-vw {
  width: 30vw; }

.min-width-30-vw {
  min-width: 30vw; }

.max-width-30-vw {
  max-width: 30vw; }

.width-35-vw {
  width: 35vw; }

.min-width-35-vw {
  min-width: 35vw; }

.max-width-35-vw {
  max-width: 35vw; }

.width-40-vw {
  width: 40vw; }

.min-width-40-vw {
  min-width: 40vw; }

.max-width-40-vw {
  max-width: 40vw; }

.width-45-vw {
  width: 45vw; }

.min-width-45-vw {
  min-width: 45vw; }

.max-width-45-vw {
  max-width: 45vw; }

.width-50-vw {
  width: 50vw; }

.min-width-50-vw {
  min-width: 50vw; }

.max-width-50-vw {
  max-width: 50vw; }

.width-55-vw {
  width: 55vw; }

.min-width-55-vw {
  min-width: 55vw; }

.max-width-55-vw {
  max-width: 55vw; }

.width-60-vw {
  width: 60vw; }

.min-width-60-vw {
  min-width: 60vw; }

.max-width-60-vw {
  max-width: 60vw; }

.width-65-vw {
  width: 65vw; }

.min-width-65-vw {
  min-width: 65vw; }

.max-width-65-vw {
  max-width: 65vw; }

.width-70-vw {
  width: 70vw; }

.min-width-70-vw {
  min-width: 70vw; }

.max-width-70-vw {
  max-width: 70vw; }

.width-75-vw {
  width: 75vw; }

.min-width-75-vw {
  min-width: 75vw; }

.max-width-75-vw {
  max-width: 75vw; }

.width-80-vw {
  width: 80vw; }

.min-width-80-vw {
  min-width: 80vw; }

.max-width-80-vw {
  max-width: 80vw; }

.width-85-vw {
  width: 85vw; }

.min-width-85-vw {
  min-width: 85vw; }

.max-width-85-vw {
  max-width: 85vw; }

.width-90-vw {
  width: 90vw; }

.min-width-90-vw {
  min-width: 90vw; }

.max-width-90-vw {
  max-width: 90vw; }

.width-95-vw {
  width: 95vw; }

.min-width-95-vw {
  min-width: 95vw; }

.max-width-95-vw {
  max-width: 95vw; }

.width-100-vw {
  width: 100vw; }

.min-width-100-vw {
  min-width: 100vw; }

.max-width-100-vw {
  max-width: 100vw; }

.height-0-vh {
  height: 0vh; }

.min-height-0-vh {
  min-height: 0vh; }

.max-height-0-vh {
  max-height: 0vh; }

.height-5-vh {
  height: 5vh; }

.min-height-5-vh {
  min-height: 5vh; }

.max-height-5-vh {
  max-height: 5vh; }

.height-10-vh {
  height: 10vh; }

.min-height-10-vh {
  min-height: 10vh; }

.max-height-10-vh {
  max-height: 10vh; }

.height-15-vh {
  height: 15vh; }

.min-height-15-vh {
  min-height: 15vh; }

.max-height-15-vh {
  max-height: 15vh; }

.height-20-vh {
  height: 20vh; }

.min-height-20-vh {
  min-height: 20vh; }

.max-height-20-vh {
  max-height: 20vh; }

.height-25-vh {
  height: 25vh; }

.min-height-25-vh {
  min-height: 25vh; }

.max-height-25-vh {
  max-height: 25vh; }

.height-30-vh {
  height: 30vh; }

.min-height-30-vh {
  min-height: 30vh; }

.max-height-30-vh {
  max-height: 30vh; }

.height-35-vh {
  height: 35vh; }

.min-height-35-vh {
  min-height: 35vh; }

.max-height-35-vh {
  max-height: 35vh; }

.height-40-vh {
  height: 40vh; }

.min-height-40-vh {
  min-height: 40vh; }

.max-height-40-vh {
  max-height: 40vh; }

.height-45-vh {
  height: 45vh; }

.min-height-45-vh {
  min-height: 45vh; }

.max-height-45-vh {
  max-height: 45vh; }

.height-50-vh {
  height: 50vh; }

.min-height-50-vh {
  min-height: 50vh; }

.max-height-50-vh {
  max-height: 50vh; }

.height-55-vh {
  height: 55vh; }

.min-height-55-vh {
  min-height: 55vh; }

.max-height-55-vh {
  max-height: 55vh; }

.height-60-vh {
  height: 60vh; }

.min-height-60-vh {
  min-height: 60vh; }

.max-height-60-vh {
  max-height: 60vh; }

.height-65-vh {
  height: 65vh; }

.min-height-65-vh {
  min-height: 65vh; }

.max-height-65-vh {
  max-height: 65vh; }

.height-70-vh {
  height: 70vh; }

.min-height-70-vh {
  min-height: 70vh; }

.max-height-70-vh {
  max-height: 70vh; }

.height-75-vh {
  height: 75vh; }

.min-height-75-vh {
  min-height: 75vh; }

.max-height-75-vh {
  max-height: 75vh; }

.height-80-vh {
  height: 80vh; }

.min-height-80-vh {
  min-height: 80vh; }

.max-height-80-vh {
  max-height: 80vh; }

.height-85-vh {
  height: 85vh; }

.min-height-85-vh {
  min-height: 85vh; }

.max-height-85-vh {
  max-height: 85vh; }

.height-90-vh {
  height: 90vh; }

.min-height-90-vh {
  min-height: 90vh; }

.max-height-90-vh {
  max-height: 90vh; }

.height-95-vh {
  height: 95vh; }

.min-height-95-vh {
  min-height: 95vh; }

.max-height-95-vh {
  max-height: 95vh; }

.height-100-vh {
  height: 100vh; }

.min-height-100-vh {
  min-height: 100vh; }

.max-height-100-vh {
  max-height: 100vh; }

.height-100-vh {
  height: 100vh; }

.min-height-100-vh {
  min-height: 100vh; }

.max-height-100-vh {
  max-height: 100vh; }

.height-auto {
  height: auto; }

.height-full {
  height: 100%; }

.max-height-auto {
  max-height: auto; }

.max-height-full {
  max-height: 100%; }

.min-height-auto {
  min-height: auto; }

.min-height-full {
  min-height: 100%; }

.width-auto {
  width: auto; }

.width-full {
  width: 100%; }

.max-width-auto {
  max-width: auto; }

.max-width-full {
  max-width: 100%; }

.min-width-auto {
  min-width: auto; }

.min-width-full {
  min-width: 100%; }

.space-h > * + * {
  margin-left: 1rem; }

.space-h-none > * + * {
  margin-left: 0; }

.space-h-1\/4x > * + * {
  margin-left: 0.25rem; }

.space-h-1\/2x > * + * {
  margin-left: 0.5rem; }

.space-h-3\/4x > * + * {
  margin-left: 0.75rem; }

.space-h-xs > * + * {
  margin-left: 0.8rem; }

.space-h-sm > * + * {
  margin-left: 0.9rem; }

.space-h-lg > * + * {
  margin-left: 1.2rem; }

.space-h-xl > * + * {
  margin-left: 1.4rem; }

.space-h-2x > * + * {
  margin-left: 2rem; }

.space-h-4x > * + * {
  margin-left: 4rem; }

.space-v > * + * {
  margin-top: 1rem; }

.space-v-none > * + * {
  margin-top: 0; }

.space-v-1\/4x > * + * {
  margin-top: 0.25rem; }

.space-v-1\/2x > * + * {
  margin-top: 0.5rem; }

.space-v-3\/4x > * + * {
  margin-top: 0.75rem; }

.space-v-xs > * + * {
  margin-top: 0.8rem; }

.space-v-sm > * + * {
  margin-top: 0.9rem; }

.space-v-lg > * + * {
  margin-top: 1.2rem; }

.space-v-xl > * + * {
  margin-top: 1.4rem; }

.space-v-2x > * + * {
  margin-top: 2rem; }

.space-v-4x > * + * {
  margin-top: 4rem; }

.space > * + * {
  margin-top: 1rem;
  margin-left: 1rem; }

.space-none > * + * {
  margin-top: 0;
  margin-left: 0; }

.space-1\/4x > * + * {
  margin-top: 0.25rem;
  margin-left: 0.25rem; }

.space-1\/2x > * + * {
  margin-top: 0.5rem;
  margin-left: 0.5rem; }

.space-3\/4x > * + * {
  margin-top: 0.75rem;
  margin-left: 0.75rem; }

.space-xs > * + * {
  margin-top: 0.8rem;
  margin-left: 0.8rem; }

.space-sm > * + * {
  margin-top: 0.9rem;
  margin-left: 0.9rem; }

.space-lg > * + * {
  margin-top: 1.2rem;
  margin-left: 1.2rem; }

.space-xl > * + * {
  margin-top: 1.4rem;
  margin-left: 1.4rem; }

.space-2x > * + * {
  margin-top: 2rem;
  margin-left: 2rem; }

.space-4x > * + * {
  margin-top: 4rem;
  margin-left: 4rem; }

.margin {
  margin: 1rem; }

.margin-none {
  margin: 0; }

.margin-1\/4x {
  margin: 0.25rem; }

.margin-1\/2x {
  margin: 0.5rem; }

.margin-3\/4x {
  margin: 0.75rem; }

.margin-xs {
  margin: 0.8rem; }

.margin-sm {
  margin: 0.9rem; }

.margin-lg {
  margin: 1.2rem; }

.margin-xl {
  margin: 1.4rem; }

.margin-2x {
  margin: 2rem; }

.margin-4x {
  margin: 4rem; }

.margin-6x {
  margin: 6rem; }

.margin-8x {
  margin: 8rem; }

.margin-v {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.margin-v-none {
  margin-top: 0;
  margin-bottom: 0; }

.margin-v-1\/4x {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.margin-v-1\/2x {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.margin-v-3\/4x {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }

.margin-v-xs {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem; }

.margin-v-sm {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem; }

.margin-v-lg {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem; }

.margin-v-xl {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem; }

.margin-v-2x {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.margin-v-4x {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.margin-v-6x {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.margin-v-8x {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.margin-h {
  margin-left: 1rem;
  margin-right: 1rem; }

.margin-h-none {
  margin-left: 0;
  margin-right: 0; }

.margin-h-1\/4x {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.margin-h-1\/2x {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.margin-h-3\/4x {
  margin-left: 0.75rem;
  margin-right: 0.75rem; }

.margin-h-xs {
  margin-left: 0.8rem;
  margin-right: 0.8rem; }

.margin-h-sm {
  margin-left: 0.9rem;
  margin-right: 0.9rem; }

.margin-h-lg {
  margin-left: 1.2rem;
  margin-right: 1.2rem; }

.margin-h-xl {
  margin-left: 1.4rem;
  margin-right: 1.4rem; }

.margin-h-2x {
  margin-left: 2rem;
  margin-right: 2rem; }

.margin-h-4x {
  margin-left: 4rem;
  margin-right: 4rem; }

.margin-h-6x {
  margin-left: 6rem;
  margin-right: 6rem; }

.margin-h-8x {
  margin-left: 8rem;
  margin-right: 8rem; }

.margin-nest {
  margin: -1rem; }

.margin-nest-none {
  margin: 0; }

.margin-nest-1\/4x {
  margin: -0.25rem; }

.margin-nest-1\/2x {
  margin: -0.5rem; }

.margin-nest-3\/4x {
  margin: -0.75rem; }

.margin-nest-xs {
  margin: -0.8rem; }

.margin-nest-sm {
  margin: -0.9rem; }

.margin-nest-lg {
  margin: -1.2rem; }

.margin-nest-xl {
  margin: -1.4rem; }

.margin-nest-2x {
  margin: -2rem; }

.margin-nest-4x {
  margin: -4rem; }

.margin-nest-6x {
  margin: -6rem; }

.margin-nest-8x {
  margin: -8rem; }

.margin-v-nest {
  margin-top: -1rem;
  margin-bottom: -1rem; }

.margin-v-nest-none {
  margin-top: 0;
  margin-bottom: 0; }

.margin-v-nest-1\/4x {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem; }

.margin-v-nest-1\/2x {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }

.margin-v-nest-3\/4x {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem; }

.margin-v-nest-xs {
  margin-top: -0.8rem;
  margin-bottom: -0.8rem; }

.margin-v-nest-sm {
  margin-top: -0.9rem;
  margin-bottom: -0.9rem; }

.margin-v-nest-lg {
  margin-top: -1.2rem;
  margin-bottom: -1.2rem; }

.margin-v-nest-xl {
  margin-top: -1.4rem;
  margin-bottom: -1.4rem; }

.margin-v-nest-2x {
  margin-top: -2rem;
  margin-bottom: -2rem; }

.margin-v-nest-4x {
  margin-top: -4rem;
  margin-bottom: -4rem; }

.margin-v-nest-6x {
  margin-top: -6rem;
  margin-bottom: -6rem; }

.margin-v-nest-8x {
  margin-top: -8rem;
  margin-bottom: -8rem; }

.margin-h-nest {
  margin-left: -1rem;
  margin-right: -1rem; }

.margin-h-nest-none {
  margin-left: 0;
  margin-right: 0; }

.margin-h-nest-1\/4x {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }

.margin-h-nest-1\/2x {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.margin-h-nest-3\/4x {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.margin-h-nest-xs {
  margin-left: -0.8rem;
  margin-right: -0.8rem; }

.margin-h-nest-sm {
  margin-left: -0.9rem;
  margin-right: -0.9rem; }

.margin-h-nest-lg {
  margin-left: -1.2rem;
  margin-right: -1.2rem; }

.margin-h-nest-xl {
  margin-left: -1.4rem;
  margin-right: -1.4rem; }

.margin-h-nest-2x {
  margin-left: -2rem;
  margin-right: -2rem; }

.margin-h-nest-4x {
  margin-left: -4rem;
  margin-right: -4rem; }

.margin-h-nest-6x {
  margin-left: -6rem;
  margin-right: -6rem; }

.margin-h-nest-8x {
  margin-left: -8rem;
  margin-right: -8rem; }

.margin-top {
  margin-top: 1rem; }

.margin-top-none {
  margin-top: 0; }

.margin-top-1\/4x {
  margin-top: 0.25rem; }

.margin-top-1\/2x {
  margin-top: 0.5rem; }

.margin-top-3\/4x {
  margin-top: 0.75rem; }

.margin-top-xs {
  margin-top: 0.8rem; }

.margin-top-sm {
  margin-top: 0.9rem; }

.margin-top-lg {
  margin-top: 1.2rem; }

.margin-top-xl {
  margin-top: 1.4rem; }

.margin-top-2x {
  margin-top: 2rem; }

.margin-top-4x {
  margin-top: 4rem; }

.margin-top-6x {
  margin-top: 6rem; }

.margin-top-8x {
  margin-top: 8rem; }

.margin-top-nest {
  margin-top: -1rem; }

.margin-top-nest-none {
  margin-top: 0; }

.margin-top-nest-1\/4x {
  margin-top: -0.25rem; }

.margin-top-nest-1\/2x {
  margin-top: -0.5rem; }

.margin-top-nest-3\/4x {
  margin-top: -0.75rem; }

.margin-top-nest-xs {
  margin-top: -0.8rem; }

.margin-top-nest-sm {
  margin-top: -0.9rem; }

.margin-top-nest-lg {
  margin-top: -1.2rem; }

.margin-top-nest-xl {
  margin-top: -1.4rem; }

.margin-top-nest-2x {
  margin-top: -2rem; }

.margin-top-nest-4x {
  margin-top: -4rem; }

.margin-top-nest-6x {
  margin-top: -6rem; }

.margin-top-nest-8x {
  margin-top: -8rem; }

.margin-right {
  margin-right: 1rem; }

.margin-right-none {
  margin-right: 0; }

.margin-right-1\/4x {
  margin-right: 0.25rem; }

.margin-right-1\/2x {
  margin-right: 0.5rem; }

.margin-right-3\/4x {
  margin-right: 0.75rem; }

.margin-right-xs {
  margin-right: 0.8rem; }

.margin-right-sm {
  margin-right: 0.9rem; }

.margin-right-lg {
  margin-right: 1.2rem; }

.margin-right-xl {
  margin-right: 1.4rem; }

.margin-right-2x {
  margin-right: 2rem; }

.margin-right-4x {
  margin-right: 4rem; }

.margin-right-6x {
  margin-right: 6rem; }

.margin-right-8x {
  margin-right: 8rem; }

.margin-right-nest {
  margin-right: -1rem; }

.margin-right-nest-none {
  margin-right: 0; }

.margin-right-nest-1\/4x {
  margin-right: -0.25rem; }

.margin-right-nest-1\/2x {
  margin-right: -0.5rem; }

.margin-right-nest-3\/4x {
  margin-right: -0.75rem; }

.margin-right-nest-xs {
  margin-right: -0.8rem; }

.margin-right-nest-sm {
  margin-right: -0.9rem; }

.margin-right-nest-lg {
  margin-right: -1.2rem; }

.margin-right-nest-xl {
  margin-right: -1.4rem; }

.margin-right-nest-2x {
  margin-right: -2rem; }

.margin-right-nest-4x {
  margin-right: -4rem; }

.margin-right-nest-6x {
  margin-right: -6rem; }

.margin-right-nest-8x {
  margin-right: -8rem; }

.margin-bottom {
  margin-bottom: 1rem; }

.margin-bottom-none {
  margin-bottom: 0; }

.margin-bottom-1\/4x {
  margin-bottom: 0.25rem; }

.margin-bottom-1\/2x {
  margin-bottom: 0.5rem; }

.margin-bottom-3\/4x {
  margin-bottom: 0.75rem; }

.margin-bottom-xs {
  margin-bottom: 0.8rem; }

.margin-bottom-sm {
  margin-bottom: 0.9rem; }

.margin-bottom-lg {
  margin-bottom: 1.2rem; }

.margin-bottom-xl {
  margin-bottom: 1.4rem; }

.margin-bottom-2x {
  margin-bottom: 2rem; }

.margin-bottom-4x {
  margin-bottom: 4rem; }

.margin-bottom-6x {
  margin-bottom: 6rem; }

.margin-bottom-8x {
  margin-bottom: 8rem; }

.margin-bottom-nest {
  margin-bottom: -1rem; }

.margin-bottom-nest-none {
  margin-bottom: 0; }

.margin-bottom-nest-1\/4x {
  margin-bottom: -0.25rem; }

.margin-bottom-nest-1\/2x {
  margin-bottom: -0.5rem; }

.margin-bottom-nest-3\/4x {
  margin-bottom: -0.75rem; }

.margin-bottom-nest-xs {
  margin-bottom: -0.8rem; }

.margin-bottom-nest-sm {
  margin-bottom: -0.9rem; }

.margin-bottom-nest-lg {
  margin-bottom: -1.2rem; }

.margin-bottom-nest-xl {
  margin-bottom: -1.4rem; }

.margin-bottom-nest-2x {
  margin-bottom: -2rem; }

.margin-bottom-nest-4x {
  margin-bottom: -4rem; }

.margin-bottom-nest-6x {
  margin-bottom: -6rem; }

.margin-bottom-nest-8x {
  margin-bottom: -8rem; }

.margin-left {
  margin-left: 1rem; }

.margin-left-none {
  margin-left: 0; }

.margin-left-1\/4x {
  margin-left: 0.25rem; }

.margin-left-1\/2x {
  margin-left: 0.5rem; }

.margin-left-3\/4x {
  margin-left: 0.75rem; }

.margin-left-xs {
  margin-left: 0.8rem; }

.margin-left-sm {
  margin-left: 0.9rem; }

.margin-left-lg {
  margin-left: 1.2rem; }

.margin-left-xl {
  margin-left: 1.4rem; }

.margin-left-2x {
  margin-left: 2rem; }

.margin-left-4x {
  margin-left: 4rem; }

.margin-left-6x {
  margin-left: 6rem; }

.margin-left-8x {
  margin-left: 8rem; }

.margin-left-nest {
  margin-left: -1rem; }

.margin-left-nest-none {
  margin-left: 0; }

.margin-left-nest-1\/4x {
  margin-left: -0.25rem; }

.margin-left-nest-1\/2x {
  margin-left: -0.5rem; }

.margin-left-nest-3\/4x {
  margin-left: -0.75rem; }

.margin-left-nest-xs {
  margin-left: -0.8rem; }

.margin-left-nest-sm {
  margin-left: -0.9rem; }

.margin-left-nest-lg {
  margin-left: -1.2rem; }

.margin-left-nest-xl {
  margin-left: -1.4rem; }

.margin-left-nest-2x {
  margin-left: -2rem; }

.margin-left-nest-4x {
  margin-left: -4rem; }

.margin-left-nest-6x {
  margin-left: -6rem; }

.margin-left-nest-8x {
  margin-left: -8rem; }

.pad {
  padding: 1rem; }

.pad-none {
  padding: 0; }

.pad-1\/4x {
  padding: 0.25rem; }

.pad-1\/2x {
  padding: 0.5rem; }

.pad-3\/4x {
  padding: 0.75rem; }

.pad-xs {
  padding: 0.8rem; }

.pad-sm {
  padding: 0.9rem; }

.pad-lg {
  padding: 1.2rem; }

.pad-xl {
  padding: 1.4rem; }

.pad-2x {
  padding: 2rem; }

.pad-4x {
  padding: 4rem; }

.pad-6x {
  padding: 6rem; }

.pad-8x {
  padding: 8rem; }

.pad-v {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.pad-v-none {
  padding-top: 0;
  padding-bottom: 0; }

.pad-v-1\/4x {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.pad-v-1\/2x {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.pad-v-3\/4x {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.pad-v-xs {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem; }

.pad-v-sm {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem; }

.pad-v-lg {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem; }

.pad-v-xl {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem; }

.pad-v-2x {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.pad-v-4x {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.pad-v-6x {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.pad-v-8x {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.pad-h {
  padding-left: 1rem;
  padding-right: 1rem; }

.pad-h-none {
  padding-left: 0;
  padding-right: 0; }

.pad-h-1\/4x {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.pad-h-1\/2x {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.pad-h-3\/4x {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.pad-h-xs {
  padding-left: 0.8rem;
  padding-right: 0.8rem; }

.pad-h-sm {
  padding-left: 0.9rem;
  padding-right: 0.9rem; }

.pad-h-lg {
  padding-left: 1.2rem;
  padding-right: 1.2rem; }

.pad-h-xl {
  padding-left: 1.4rem;
  padding-right: 1.4rem; }

.pad-h-2x {
  padding-left: 2rem;
  padding-right: 2rem; }

.pad-h-4x {
  padding-left: 4rem;
  padding-right: 4rem; }

.pad-h-6x {
  padding-left: 6rem;
  padding-right: 6rem; }

.pad-h-8x {
  padding-left: 8rem;
  padding-right: 8rem; }

.pad-top {
  padding-top: 1rem; }

.pad-top-none {
  padding-top: 0; }

.pad-top-1\/4x {
  padding-top: 0.25rem; }

.pad-top-1\/2x {
  padding-top: 0.5rem; }

.pad-top-3\/4x {
  padding-top: 0.75rem; }

.pad-top-xs {
  padding-top: 0.8rem; }

.pad-top-sm {
  padding-top: 0.9rem; }

.pad-top-lg {
  padding-top: 1.2rem; }

.pad-top-xl {
  padding-top: 1.4rem; }

.pad-top-2x {
  padding-top: 2rem; }

.pad-top-4x {
  padding-top: 4rem; }

.pad-top-6x {
  padding-top: 6rem; }

.pad-top-8x {
  padding-top: 8rem; }

.pad-right {
  padding-right: 1rem; }

.pad-right-none {
  padding-right: 0; }

.pad-right-1\/4x {
  padding-right: 0.25rem; }

.pad-right-1\/2x {
  padding-right: 0.5rem; }

.pad-right-3\/4x {
  padding-right: 0.75rem; }

.pad-right-xs {
  padding-right: 0.8rem; }

.pad-right-sm {
  padding-right: 0.9rem; }

.pad-right-lg {
  padding-right: 1.2rem; }

.pad-right-xl {
  padding-right: 1.4rem; }

.pad-right-2x {
  padding-right: 2rem; }

.pad-right-4x {
  padding-right: 4rem; }

.pad-right-6x {
  padding-right: 6rem; }

.pad-right-8x {
  padding-right: 8rem; }

.pad-bottom {
  padding-bottom: 1rem; }

.pad-bottom-none {
  padding-bottom: 0; }

.pad-bottom-1\/4x {
  padding-bottom: 0.25rem; }

.pad-bottom-1\/2x {
  padding-bottom: 0.5rem; }

.pad-bottom-3\/4x {
  padding-bottom: 0.75rem; }

.pad-bottom-xs {
  padding-bottom: 0.8rem; }

.pad-bottom-sm {
  padding-bottom: 0.9rem; }

.pad-bottom-lg {
  padding-bottom: 1.2rem; }

.pad-bottom-xl {
  padding-bottom: 1.4rem; }

.pad-bottom-2x {
  padding-bottom: 2rem; }

.pad-bottom-4x {
  padding-bottom: 4rem; }

.pad-bottom-6x {
  padding-bottom: 6rem; }

.pad-bottom-8x {
  padding-bottom: 8rem; }

.pad-left {
  padding-left: 1rem; }

.pad-left-none {
  padding-left: 0; }

.pad-left-1\/4x {
  padding-left: 0.25rem; }

.pad-left-1\/2x {
  padding-left: 0.5rem; }

.pad-left-3\/4x {
  padding-left: 0.75rem; }

.pad-left-xs {
  padding-left: 0.8rem; }

.pad-left-sm {
  padding-left: 0.9rem; }

.pad-left-lg {
  padding-left: 1.2rem; }

.pad-left-xl {
  padding-left: 1.4rem; }

.pad-left-2x {
  padding-left: 2rem; }

.pad-left-4x {
  padding-left: 4rem; }

.pad-left-6x {
  padding-left: 6rem; }

.pad-left-8x {
  padding-left: 8rem; }

.stroke-sm {
  stroke-width: 0.5px; }

.stroke-md {
  stroke-width: 1px; }

.stroke-lg {
  stroke-width: 1.5px; }

.stroke-2x {
  stroke-width: 2px; }

.stroke-3x {
  stroke-width: 3px; }

.stroke-white {
  stroke: #FFFFFF; }

.hover\:stroke-white:hover {
  stroke: #FFFFFF; }

.group:hover .group-hover\:stroke-white {
  stroke: #FFFFFF; }

.focus\:stroke-white:focus {
  stroke: #FFFFFF; }

.stroke-gray {
  stroke: #505152; }

.hover\:stroke-gray:hover {
  stroke: #505152; }

.group:hover .group-hover\:stroke-gray {
  stroke: #505152; }

.focus\:stroke-gray:focus {
  stroke: #505152; }

.stroke-green {
  stroke: #b4ee56; }

.hover\:stroke-green:hover {
  stroke: #b4ee56; }

.group:hover .group-hover\:stroke-green {
  stroke: #b4ee56; }

.focus\:stroke-green:focus {
  stroke: #b4ee56; }

.stroke-blue {
  stroke: #0994E2; }

.hover\:stroke-blue:hover {
  stroke: #0994E2; }

.group:hover .group-hover\:stroke-blue {
  stroke: #0994E2; }

.focus\:stroke-blue:focus {
  stroke: #0994E2; }

.stroke-red {
  stroke: #ff2562; }

.hover\:stroke-red:hover {
  stroke: #ff2562; }

.group:hover .group-hover\:stroke-red {
  stroke: #ff2562; }

.focus\:stroke-red:focus {
  stroke: #ff2562; }

.stroke-yellow {
  stroke: #D7E542; }

.hover\:stroke-yellow:hover {
  stroke: #D7E542; }

.group:hover .group-hover\:stroke-yellow {
  stroke: #D7E542; }

.focus\:stroke-yellow:focus {
  stroke: #D7E542; }

.stroke-purple {
  stroke: #9461b9; }

.hover\:stroke-purple:hover {
  stroke: #9461b9; }

.group:hover .group-hover\:stroke-purple {
  stroke: #9461b9; }

.focus\:stroke-purple:focus {
  stroke: #9461b9; }

.stroke-gray-05 {
  stroke: #f9f9fc; }

.hover\:stroke-gray-05:hover {
  stroke: #f9f9fc; }

.group:hover .group-hover\:stroke-gray-05 {
  stroke: #f9f9fc; }

.focus\:stroke-gray-05:focus {
  stroke: #f9f9fc; }

.stroke-pink {
  stroke: #fe455c; }

.hover\:stroke-pink:hover {
  stroke: #fe455c; }

.group:hover .group-hover\:stroke-pink {
  stroke: #fe455c; }

.focus\:stroke-pink:focus {
  stroke: #fe455c; }

.stroke-teal {
  stroke: #00c7af; }

.hover\:stroke-teal:hover {
  stroke: #00c7af; }

.group:hover .group-hover\:stroke-teal {
  stroke: #00c7af; }

.focus\:stroke-teal:focus {
  stroke: #00c7af; }

.stroke-orange {
  stroke: #ffa44e; }

.hover\:stroke-orange:hover {
  stroke: #ffa44e; }

.group:hover .group-hover\:stroke-orange {
  stroke: #ffa44e; }

.focus\:stroke-orange:focus {
  stroke: #ffa44e; }

.stroke-gray-90 {
  stroke: #191a1a; }

.hover\:stroke-gray-90:hover {
  stroke: #191a1a; }

.group:hover .group-hover\:stroke-gray-90 {
  stroke: #191a1a; }

.focus\:stroke-gray-90:focus {
  stroke: #191a1a; }

.stroke-gray-80 {
  stroke: #323334; }

.hover\:stroke-gray-80:hover {
  stroke: #323334; }

.group:hover .group-hover\:stroke-gray-80 {
  stroke: #323334; }

.focus\:stroke-gray-80:focus {
  stroke: #323334; }

.stroke-gray-70 {
  stroke: #4c4d4d; }

.hover\:stroke-gray-70:hover {
  stroke: #4c4d4d; }

.group:hover .group-hover\:stroke-gray-70 {
  stroke: #4c4d4d; }

.focus\:stroke-gray-70:focus {
  stroke: #4c4d4d; }

.stroke-gray-60 {
  stroke: #656667; }

.hover\:stroke-gray-60:hover {
  stroke: #656667; }

.group:hover .group-hover\:stroke-gray-60 {
  stroke: #656667; }

.focus\:stroke-gray-60:focus {
  stroke: #656667; }

.stroke-gray-50 {
  stroke: #7e8081; }

.hover\:stroke-gray-50:hover {
  stroke: #7e8081; }

.group:hover .group-hover\:stroke-gray-50 {
  stroke: #7e8081; }

.focus\:stroke-gray-50:focus {
  stroke: #7e8081; }

.stroke-gray-40 {
  stroke: #98999a; }

.hover\:stroke-gray-40:hover {
  stroke: #98999a; }

.group:hover .group-hover\:stroke-gray-40 {
  stroke: #98999a; }

.focus\:stroke-gray-40:focus {
  stroke: #98999a; }

.stroke-gray-30 {
  stroke: #b2b3b3; }

.hover\:stroke-gray-30:hover {
  stroke: #b2b3b3; }

.group:hover .group-hover\:stroke-gray-30 {
  stroke: #b2b3b3; }

.focus\:stroke-gray-30:focus {
  stroke: #b2b3b3; }

.stroke-gray-20 {
  stroke: #cbcccd; }

.hover\:stroke-gray-20:hover {
  stroke: #cbcccd; }

.group:hover .group-hover\:stroke-gray-20 {
  stroke: #cbcccd; }

.focus\:stroke-gray-20:focus {
  stroke: #cbcccd; }

.stroke-gray-10 {
  stroke: #e5e6e6; }

.hover\:stroke-gray-10:hover {
  stroke: #e5e6e6; }

.group:hover .group-hover\:stroke-gray-10 {
  stroke: #e5e6e6; }

.focus\:stroke-gray-10:focus {
  stroke: #e5e6e6; }

.stroke-green-90 {
  stroke: #203300; }

.hover\:stroke-green-90:hover {
  stroke: #203300; }

.group:hover .group-hover\:stroke-green-90 {
  stroke: #203300; }

.focus\:stroke-green-90:focus {
  stroke: #203300; }

.stroke-green-80 {
  stroke: #3f6402; }

.hover\:stroke-green-80:hover {
  stroke: #3f6402; }

.group:hover .group-hover\:stroke-green-80 {
  stroke: #3f6402; }

.focus\:stroke-green-80:focus {
  stroke: #3f6402; }

.stroke-green-70 {
  stroke: #5d9207; }

.hover\:stroke-green-70:hover {
  stroke: #5d9207; }

.group:hover .group-hover\:stroke-green-70 {
  stroke: #5d9207; }

.focus\:stroke-green-70:focus {
  stroke: #5d9207; }

.stroke-green-60 {
  stroke: #7bbe0e; }

.hover\:stroke-green-60:hover {
  stroke: #7bbe0e; }

.group:hover .group-hover\:stroke-green-60 {
  stroke: #7bbe0e; }

.focus\:stroke-green-60:focus {
  stroke: #7bbe0e; }

.stroke-green-50 {
  stroke: #98e817; }

.hover\:stroke-green-50:hover {
  stroke: #98e817; }

.group:hover .group-hover\:stroke-green-50 {
  stroke: #98e817; }

.focus\:stroke-green-50:focus {
  stroke: #98e817; }

.stroke-green-40 {
  stroke: #aef141; }

.hover\:stroke-green-40:hover {
  stroke: #aef141; }

.group:hover .group-hover\:stroke-green-40 {
  stroke: #aef141; }

.focus\:stroke-green-40:focus {
  stroke: #aef141; }

.stroke-green-30 {
  stroke: #c3f86d; }

.hover\:stroke-green-30:hover {
  stroke: #c3f86d; }

.group:hover .group-hover\:stroke-green-30 {
  stroke: #c3f86d; }

.focus\:stroke-green-30:focus {
  stroke: #c3f86d; }

.stroke-green-20 {
  stroke: #d8fd9b; }

.hover\:stroke-green-20:hover {
  stroke: #d8fd9b; }

.group:hover .group-hover\:stroke-green-20 {
  stroke: #d8fd9b; }

.focus\:stroke-green-20:focus {
  stroke: #d8fd9b; }

.stroke-green-10 {
  stroke: #ecffcc; }

.hover\:stroke-green-10:hover {
  stroke: #ecffcc; }

.group:hover .group-hover\:stroke-green-10 {
  stroke: #ecffcc; }

.focus\:stroke-green-10:focus {
  stroke: #ecffcc; }

.stroke-blue-90 {
  stroke: #002133; }

.hover\:stroke-blue-90:hover {
  stroke: #002133; }

.group:hover .group-hover\:stroke-blue-90 {
  stroke: #002133; }

.focus\:stroke-blue-90:focus {
  stroke: #002133; }

.stroke-blue-80 {
  stroke: #014165; }

.hover\:stroke-blue-80:hover {
  stroke: #014165; }

.group:hover .group-hover\:stroke-blue-80 {
  stroke: #014165; }

.focus\:stroke-blue-80:focus {
  stroke: #014165; }

.stroke-blue-70 {
  stroke: #036196; }

.hover\:stroke-blue-70:hover {
  stroke: #036196; }

.group:hover .group-hover\:stroke-blue-70 {
  stroke: #036196; }

.focus\:stroke-blue-70:focus {
  stroke: #036196; }

.stroke-blue-60 {
  stroke: #0681c6; }

.hover\:stroke-blue-60:hover {
  stroke: #0681c6; }

.group:hover .group-hover\:stroke-blue-60 {
  stroke: #0681c6; }

.focus\:stroke-blue-60:focus {
  stroke: #0681c6; }

.stroke-blue-50 {
  stroke: #0aa1f5; }

.hover\:stroke-blue-50:hover {
  stroke: #0aa1f5; }

.group:hover .group-hover\:stroke-blue-50 {
  stroke: #0aa1f5; }

.focus\:stroke-blue-50:focus {
  stroke: #0aa1f5; }

.stroke-blue-40 {
  stroke: #39b4f9; }

.hover\:stroke-blue-40:hover {
  stroke: #39b4f9; }

.group:hover .group-hover\:stroke-blue-40 {
  stroke: #39b4f9; }

.focus\:stroke-blue-40:focus {
  stroke: #39b4f9; }

.stroke-blue-30 {
  stroke: #69c7fc; }

.hover\:stroke-blue-30:hover {
  stroke: #69c7fc; }

.group:hover .group-hover\:stroke-blue-30 {
  stroke: #69c7fc; }

.focus\:stroke-blue-30:focus {
  stroke: #69c7fc; }

.stroke-blue-20 {
  stroke: #9adafe; }

.hover\:stroke-blue-20:hover {
  stroke: #9adafe; }

.group:hover .group-hover\:stroke-blue-20 {
  stroke: #9adafe; }

.focus\:stroke-blue-20:focus {
  stroke: #9adafe; }

.stroke-blue-10 {
  stroke: #ccedff; }

.hover\:stroke-blue-10:hover {
  stroke: #ccedff; }

.group:hover .group-hover\:stroke-blue-10 {
  stroke: #ccedff; }

.focus\:stroke-blue-10:focus {
  stroke: #ccedff; }

.stroke-red-90 {
  stroke: #33000e; }

.hover\:stroke-red-90:hover {
  stroke: #33000e; }

.group:hover .group-hover\:stroke-red-90 {
  stroke: #33000e; }

.focus\:stroke-red-90:focus {
  stroke: #33000e; }

.stroke-red-80 {
  stroke: #66001d; }

.hover\:stroke-red-80:hover {
  stroke: #66001d; }

.group:hover .group-hover\:stroke-red-80 {
  stroke: #66001d; }

.focus\:stroke-red-80:focus {
  stroke: #66001d; }

.stroke-red-70 {
  stroke: #99002b; }

.hover\:stroke-red-70:hover {
  stroke: #99002b; }

.group:hover .group-hover\:stroke-red-70 {
  stroke: #99002b; }

.focus\:stroke-red-70:focus {
  stroke: #99002b; }

.stroke-red-60 {
  stroke: #cc0039; }

.hover\:stroke-red-60:hover {
  stroke: #cc0039; }

.group:hover .group-hover\:stroke-red-60 {
  stroke: #cc0039; }

.focus\:stroke-red-60:focus {
  stroke: #cc0039; }

.stroke-red-50 {
  stroke: #ff0047; }

.hover\:stroke-red-50:hover {
  stroke: #ff0047; }

.group:hover .group-hover\:stroke-red-50 {
  stroke: #ff0047; }

.focus\:stroke-red-50:focus {
  stroke: #ff0047; }

.stroke-red-40 {
  stroke: #ff336c; }

.hover\:stroke-red-40:hover {
  stroke: #ff336c; }

.group:hover .group-hover\:stroke-red-40 {
  stroke: #ff336c; }

.focus\:stroke-red-40:focus {
  stroke: #ff336c; }

.stroke-red-30 {
  stroke: #ff6691; }

.hover\:stroke-red-30:hover {
  stroke: #ff6691; }

.group:hover .group-hover\:stroke-red-30 {
  stroke: #ff6691; }

.focus\:stroke-red-30:focus {
  stroke: #ff6691; }

.stroke-red-20 {
  stroke: #ff99b6; }

.hover\:stroke-red-20:hover {
  stroke: #ff99b6; }

.group:hover .group-hover\:stroke-red-20 {
  stroke: #ff99b6; }

.focus\:stroke-red-20:focus {
  stroke: #ff99b6; }

.stroke-red-10 {
  stroke: #ffccda; }

.hover\:stroke-red-10:hover {
  stroke: #ffccda; }

.group:hover .group-hover\:stroke-red-10 {
  stroke: #ffccda; }

.focus\:stroke-red-10:focus {
  stroke: #ffccda; }

.stroke-yellow-90 {
  stroke: #2f3300; }

.hover\:stroke-yellow-90:hover {
  stroke: #2f3300; }

.group:hover .group-hover\:stroke-yellow-90 {
  stroke: #2f3300; }

.focus\:stroke-yellow-90:focus {
  stroke: #2f3300; }

.stroke-yellow-80 {
  stroke: #5b6303; }

.hover\:stroke-yellow-80:hover {
  stroke: #5b6303; }

.group:hover .group-hover\:stroke-yellow-80 {
  stroke: #5b6303; }

.focus\:stroke-yellow-80:focus {
  stroke: #5b6303; }

.stroke-yellow-70 {
  stroke: #849009; }

.hover\:stroke-yellow-70:hover {
  stroke: #849009; }

.group:hover .group-hover\:stroke-yellow-70 {
  stroke: #849009; }

.focus\:stroke-yellow-70:focus {
  stroke: #849009; }

.stroke-yellow-60 {
  stroke: #abb913; }

.hover\:stroke-yellow-60:hover {
  stroke: #abb913; }

.group:hover .group-hover\:stroke-yellow-60 {
  stroke: #abb913; }

.focus\:stroke-yellow-60:focus {
  stroke: #abb913; }

.stroke-yellow-50 {
  stroke: #d0e01f; }

.hover\:stroke-yellow-50:hover {
  stroke: #d0e01f; }

.group:hover .group-hover\:stroke-yellow-50 {
  stroke: #d0e01f; }

.focus\:stroke-yellow-50:focus {
  stroke: #d0e01f; }

.stroke-yellow-40 {
  stroke: #deec46; }

.hover\:stroke-yellow-40:hover {
  stroke: #deec46; }

.group:hover .group-hover\:stroke-yellow-40 {
  stroke: #deec46; }

.focus\:stroke-yellow-40:focus {
  stroke: #deec46; }

.stroke-yellow-30 {
  stroke: #eaf66f; }

.hover\:stroke-yellow-30:hover {
  stroke: #eaf66f; }

.group:hover .group-hover\:stroke-yellow-30 {
  stroke: #eaf66f; }

.focus\:stroke-yellow-30:focus {
  stroke: #eaf66f; }

.stroke-yellow-20 {
  stroke: #f4fc9c; }

.hover\:stroke-yellow-20:hover {
  stroke: #f4fc9c; }

.group:hover .group-hover\:stroke-yellow-20 {
  stroke: #f4fc9c; }

.focus\:stroke-yellow-20:focus {
  stroke: #f4fc9c; }

.stroke-yellow-10 {
  stroke: #fbffcc; }

.hover\:stroke-yellow-10:hover {
  stroke: #fbffcc; }

.group:hover .group-hover\:stroke-yellow-10 {
  stroke: #fbffcc; }

.focus\:stroke-yellow-10:focus {
  stroke: #fbffcc; }

.stroke-purple-90 {
  stroke: #1e0033; }

.hover\:stroke-purple-90:hover {
  stroke: #1e0033; }

.group:hover .group-hover\:stroke-purple-90 {
  stroke: #1e0033; }

.focus\:stroke-purple-90:focus {
  stroke: #1e0033; }

.stroke-purple-80 {
  stroke: #3a085e; }

.hover\:stroke-purple-80:hover {
  stroke: #3a085e; }

.group:hover .group-hover\:stroke-purple-80 {
  stroke: #3a085e; }

.focus\:stroke-purple-80:focus {
  stroke: #3a085e; }

.stroke-purple-70 {
  stroke: #551782; }

.hover\:stroke-purple-70:hover {
  stroke: #551782; }

.group:hover .group-hover\:stroke-purple-70 {
  stroke: #551782; }

.focus\:stroke-purple-70:focus {
  stroke: #551782; }

.stroke-purple-60 {
  stroke: #6f2f9d; }

.hover\:stroke-purple-60:hover {
  stroke: #6f2f9d; }

.group:hover .group-hover\:stroke-purple-60 {
  stroke: #6f2f9d; }

.focus\:stroke-purple-60:focus {
  stroke: #6f2f9d; }

.stroke-purple-50 {
  stroke: #874eb1; }

.hover\:stroke-purple-50:hover {
  stroke: #874eb1; }

.group:hover .group-hover\:stroke-purple-50 {
  stroke: #874eb1; }

.focus\:stroke-purple-50:focus {
  stroke: #874eb1; }

.stroke-purple-40 {
  stroke: #a262d0; }

.hover\:stroke-purple-40:hover {
  stroke: #a262d0; }

.group:hover .group-hover\:stroke-purple-40 {
  stroke: #a262d0; }

.focus\:stroke-purple-40:focus {
  stroke: #a262d0; }

.stroke-purple-30 {
  stroke: #bb7de8; }

.hover\:stroke-purple-30:hover {
  stroke: #bb7de8; }

.group:hover .group-hover\:stroke-purple-30 {
  stroke: #bb7de8; }

.focus\:stroke-purple-30:focus {
  stroke: #bb7de8; }

.stroke-purple-20 {
  stroke: #d3a1f7; }

.hover\:stroke-purple-20:hover {
  stroke: #d3a1f7; }

.group:hover .group-hover\:stroke-purple-20 {
  stroke: #d3a1f7; }

.focus\:stroke-purple-20:focus {
  stroke: #d3a1f7; }

.stroke-purple-10 {
  stroke: #eaccff; }

.hover\:stroke-purple-10:hover {
  stroke: #eaccff; }

.group:hover .group-hover\:stroke-purple-10 {
  stroke: #eaccff; }

.focus\:stroke-purple-10:focus {
  stroke: #eaccff; }

.stroke-teal-90 {
  stroke: #00332d; }

.hover\:stroke-teal-90:hover {
  stroke: #00332d; }

.group:hover .group-hover\:stroke-teal-90 {
  stroke: #00332d; }

.focus\:stroke-teal-90:focus {
  stroke: #00332d; }

.stroke-teal-80 {
  stroke: #00665a; }

.hover\:stroke-teal-80:hover {
  stroke: #00665a; }

.group:hover .group-hover\:stroke-teal-80 {
  stroke: #00665a; }

.focus\:stroke-teal-80:focus {
  stroke: #00665a; }

.stroke-teal-70 {
  stroke: #009987; }

.hover\:stroke-teal-70:hover {
  stroke: #009987; }

.group:hover .group-hover\:stroke-teal-70 {
  stroke: #009987; }

.focus\:stroke-teal-70:focus {
  stroke: #009987; }

.stroke-teal-60 {
  stroke: #00ccb3; }

.hover\:stroke-teal-60:hover {
  stroke: #00ccb3; }

.group:hover .group-hover\:stroke-teal-60 {
  stroke: #00ccb3; }

.focus\:stroke-teal-60:focus {
  stroke: #00ccb3; }

.stroke-teal-50 {
  stroke: #00ffe0; }

.hover\:stroke-teal-50:hover {
  stroke: #00ffe0; }

.group:hover .group-hover\:stroke-teal-50 {
  stroke: #00ffe0; }

.focus\:stroke-teal-50:focus {
  stroke: #00ffe0; }

.stroke-teal-40 {
  stroke: #33ffe6; }

.hover\:stroke-teal-40:hover {
  stroke: #33ffe6; }

.group:hover .group-hover\:stroke-teal-40 {
  stroke: #33ffe6; }

.focus\:stroke-teal-40:focus {
  stroke: #33ffe6; }

.stroke-teal-30 {
  stroke: #66ffed; }

.hover\:stroke-teal-30:hover {
  stroke: #66ffed; }

.group:hover .group-hover\:stroke-teal-30 {
  stroke: #66ffed; }

.focus\:stroke-teal-30:focus {
  stroke: #66ffed; }

.stroke-teal-20 {
  stroke: #99fff3; }

.hover\:stroke-teal-20:hover {
  stroke: #99fff3; }

.group:hover .group-hover\:stroke-teal-20 {
  stroke: #99fff3; }

.focus\:stroke-teal-20:focus {
  stroke: #99fff3; }

.stroke-teal-10 {
  stroke: #ccfff9; }

.hover\:stroke-teal-10:hover {
  stroke: #ccfff9; }

.group:hover .group-hover\:stroke-teal-10 {
  stroke: #ccfff9; }

.focus\:stroke-teal-10:focus {
  stroke: #ccfff9; }

.stroke-orange-90 {
  stroke: #331900; }

.hover\:stroke-orange-90:hover {
  stroke: #331900; }

.group:hover .group-hover\:stroke-orange-90 {
  stroke: #331900; }

.focus\:stroke-orange-90:focus {
  stroke: #331900; }

.stroke-orange-80 {
  stroke: #663200; }

.hover\:stroke-orange-80:hover {
  stroke: #663200; }

.group:hover .group-hover\:stroke-orange-80 {
  stroke: #663200; }

.focus\:stroke-orange-80:focus {
  stroke: #663200; }

.stroke-orange-70 {
  stroke: #994a00; }

.hover\:stroke-orange-70:hover {
  stroke: #994a00; }

.group:hover .group-hover\:stroke-orange-70 {
  stroke: #994a00; }

.focus\:stroke-orange-70:focus {
  stroke: #994a00; }

.stroke-orange-60 {
  stroke: #cc6300; }

.hover\:stroke-orange-60:hover {
  stroke: #cc6300; }

.group:hover .group-hover\:stroke-orange-60 {
  stroke: #cc6300; }

.focus\:stroke-orange-60:focus {
  stroke: #cc6300; }

.stroke-orange-50 {
  stroke: #ff7c00; }

.hover\:stroke-orange-50:hover {
  stroke: #ff7c00; }

.group:hover .group-hover\:stroke-orange-50 {
  stroke: #ff7c00; }

.focus\:stroke-orange-50:focus {
  stroke: #ff7c00; }

.stroke-orange-40 {
  stroke: #ff9633; }

.hover\:stroke-orange-40:hover {
  stroke: #ff9633; }

.group:hover .group-hover\:stroke-orange-40 {
  stroke: #ff9633; }

.focus\:stroke-orange-40:focus {
  stroke: #ff9633; }

.stroke-orange-30 {
  stroke: #ffb066; }

.hover\:stroke-orange-30:hover {
  stroke: #ffb066; }

.group:hover .group-hover\:stroke-orange-30 {
  stroke: #ffb066; }

.focus\:stroke-orange-30:focus {
  stroke: #ffb066; }

.stroke-orange-20 {
  stroke: #ffcb99; }

.hover\:stroke-orange-20:hover {
  stroke: #ffcb99; }

.group:hover .group-hover\:stroke-orange-20 {
  stroke: #ffcb99; }

.focus\:stroke-orange-20:focus {
  stroke: #ffcb99; }

.stroke-orange-10 {
  stroke: #ffe5cc; }

.hover\:stroke-orange-10:hover {
  stroke: #ffe5cc; }

.group:hover .group-hover\:stroke-orange-10 {
  stroke: #ffe5cc; }

.focus\:stroke-orange-10:focus {
  stroke: #ffe5cc; }

.fill-white {
  fill: #FFFFFF; }

.hover\:fill-white:hover {
  fill: #FFFFFF; }

.group:hover .group-hover\:fill-white {
  fill: #FFFFFF; }

.focus\:fill-white:focus {
  fill: #FFFFFF; }

.fill-gray {
  fill: #505152; }

.hover\:fill-gray:hover {
  fill: #505152; }

.group:hover .group-hover\:fill-gray {
  fill: #505152; }

.focus\:fill-gray:focus {
  fill: #505152; }

.fill-green {
  fill: #b4ee56; }

.hover\:fill-green:hover {
  fill: #b4ee56; }

.group:hover .group-hover\:fill-green {
  fill: #b4ee56; }

.focus\:fill-green:focus {
  fill: #b4ee56; }

.fill-blue {
  fill: #0994E2; }

.hover\:fill-blue:hover {
  fill: #0994E2; }

.group:hover .group-hover\:fill-blue {
  fill: #0994E2; }

.focus\:fill-blue:focus {
  fill: #0994E2; }

.fill-red {
  fill: #ff2562; }

.hover\:fill-red:hover {
  fill: #ff2562; }

.group:hover .group-hover\:fill-red {
  fill: #ff2562; }

.focus\:fill-red:focus {
  fill: #ff2562; }

.fill-yellow {
  fill: #D7E542; }

.hover\:fill-yellow:hover {
  fill: #D7E542; }

.group:hover .group-hover\:fill-yellow {
  fill: #D7E542; }

.focus\:fill-yellow:focus {
  fill: #D7E542; }

.fill-purple {
  fill: #9461b9; }

.hover\:fill-purple:hover {
  fill: #9461b9; }

.group:hover .group-hover\:fill-purple {
  fill: #9461b9; }

.focus\:fill-purple:focus {
  fill: #9461b9; }

.fill-gray-05 {
  fill: #f9f9fc; }

.hover\:fill-gray-05:hover {
  fill: #f9f9fc; }

.group:hover .group-hover\:fill-gray-05 {
  fill: #f9f9fc; }

.focus\:fill-gray-05:focus {
  fill: #f9f9fc; }

.fill-pink {
  fill: #fe455c; }

.hover\:fill-pink:hover {
  fill: #fe455c; }

.group:hover .group-hover\:fill-pink {
  fill: #fe455c; }

.focus\:fill-pink:focus {
  fill: #fe455c; }

.fill-teal {
  fill: #00c7af; }

.hover\:fill-teal:hover {
  fill: #00c7af; }

.group:hover .group-hover\:fill-teal {
  fill: #00c7af; }

.focus\:fill-teal:focus {
  fill: #00c7af; }

.fill-orange {
  fill: #ffa44e; }

.hover\:fill-orange:hover {
  fill: #ffa44e; }

.group:hover .group-hover\:fill-orange {
  fill: #ffa44e; }

.focus\:fill-orange:focus {
  fill: #ffa44e; }

.fill-gray-90 {
  fill: #191a1a; }

.hover\:fill-gray-90:hover {
  fill: #191a1a; }

.group:hover .group-hover\:fill-gray-90 {
  fill: #191a1a; }

.focus\:fill-gray-90:focus {
  fill: #191a1a; }

.fill-gray-80 {
  fill: #323334; }

.hover\:fill-gray-80:hover {
  fill: #323334; }

.group:hover .group-hover\:fill-gray-80 {
  fill: #323334; }

.focus\:fill-gray-80:focus {
  fill: #323334; }

.fill-gray-70 {
  fill: #4c4d4d; }

.hover\:fill-gray-70:hover {
  fill: #4c4d4d; }

.group:hover .group-hover\:fill-gray-70 {
  fill: #4c4d4d; }

.focus\:fill-gray-70:focus {
  fill: #4c4d4d; }

.fill-gray-60 {
  fill: #656667; }

.hover\:fill-gray-60:hover {
  fill: #656667; }

.group:hover .group-hover\:fill-gray-60 {
  fill: #656667; }

.focus\:fill-gray-60:focus {
  fill: #656667; }

.fill-gray-50 {
  fill: #7e8081; }

.hover\:fill-gray-50:hover {
  fill: #7e8081; }

.group:hover .group-hover\:fill-gray-50 {
  fill: #7e8081; }

.focus\:fill-gray-50:focus {
  fill: #7e8081; }

.fill-gray-40 {
  fill: #98999a; }

.hover\:fill-gray-40:hover {
  fill: #98999a; }

.group:hover .group-hover\:fill-gray-40 {
  fill: #98999a; }

.focus\:fill-gray-40:focus {
  fill: #98999a; }

.fill-gray-30 {
  fill: #b2b3b3; }

.hover\:fill-gray-30:hover {
  fill: #b2b3b3; }

.group:hover .group-hover\:fill-gray-30 {
  fill: #b2b3b3; }

.focus\:fill-gray-30:focus {
  fill: #b2b3b3; }

.fill-gray-20 {
  fill: #cbcccd; }

.hover\:fill-gray-20:hover {
  fill: #cbcccd; }

.group:hover .group-hover\:fill-gray-20 {
  fill: #cbcccd; }

.focus\:fill-gray-20:focus {
  fill: #cbcccd; }

.fill-gray-10 {
  fill: #e5e6e6; }

.hover\:fill-gray-10:hover {
  fill: #e5e6e6; }

.group:hover .group-hover\:fill-gray-10 {
  fill: #e5e6e6; }

.focus\:fill-gray-10:focus {
  fill: #e5e6e6; }

.fill-green-90 {
  fill: #203300; }

.hover\:fill-green-90:hover {
  fill: #203300; }

.group:hover .group-hover\:fill-green-90 {
  fill: #203300; }

.focus\:fill-green-90:focus {
  fill: #203300; }

.fill-green-80 {
  fill: #3f6402; }

.hover\:fill-green-80:hover {
  fill: #3f6402; }

.group:hover .group-hover\:fill-green-80 {
  fill: #3f6402; }

.focus\:fill-green-80:focus {
  fill: #3f6402; }

.fill-green-70 {
  fill: #5d9207; }

.hover\:fill-green-70:hover {
  fill: #5d9207; }

.group:hover .group-hover\:fill-green-70 {
  fill: #5d9207; }

.focus\:fill-green-70:focus {
  fill: #5d9207; }

.fill-green-60 {
  fill: #7bbe0e; }

.hover\:fill-green-60:hover {
  fill: #7bbe0e; }

.group:hover .group-hover\:fill-green-60 {
  fill: #7bbe0e; }

.focus\:fill-green-60:focus {
  fill: #7bbe0e; }

.fill-green-50 {
  fill: #98e817; }

.hover\:fill-green-50:hover {
  fill: #98e817; }

.group:hover .group-hover\:fill-green-50 {
  fill: #98e817; }

.focus\:fill-green-50:focus {
  fill: #98e817; }

.fill-green-40 {
  fill: #aef141; }

.hover\:fill-green-40:hover {
  fill: #aef141; }

.group:hover .group-hover\:fill-green-40 {
  fill: #aef141; }

.focus\:fill-green-40:focus {
  fill: #aef141; }

.fill-green-30 {
  fill: #c3f86d; }

.hover\:fill-green-30:hover {
  fill: #c3f86d; }

.group:hover .group-hover\:fill-green-30 {
  fill: #c3f86d; }

.focus\:fill-green-30:focus {
  fill: #c3f86d; }

.fill-green-20 {
  fill: #d8fd9b; }

.hover\:fill-green-20:hover {
  fill: #d8fd9b; }

.group:hover .group-hover\:fill-green-20 {
  fill: #d8fd9b; }

.focus\:fill-green-20:focus {
  fill: #d8fd9b; }

.fill-green-10 {
  fill: #ecffcc; }

.hover\:fill-green-10:hover {
  fill: #ecffcc; }

.group:hover .group-hover\:fill-green-10 {
  fill: #ecffcc; }

.focus\:fill-green-10:focus {
  fill: #ecffcc; }

.fill-blue-90 {
  fill: #002133; }

.hover\:fill-blue-90:hover {
  fill: #002133; }

.group:hover .group-hover\:fill-blue-90 {
  fill: #002133; }

.focus\:fill-blue-90:focus {
  fill: #002133; }

.fill-blue-80 {
  fill: #014165; }

.hover\:fill-blue-80:hover {
  fill: #014165; }

.group:hover .group-hover\:fill-blue-80 {
  fill: #014165; }

.focus\:fill-blue-80:focus {
  fill: #014165; }

.fill-blue-70 {
  fill: #036196; }

.hover\:fill-blue-70:hover {
  fill: #036196; }

.group:hover .group-hover\:fill-blue-70 {
  fill: #036196; }

.focus\:fill-blue-70:focus {
  fill: #036196; }

.fill-blue-60 {
  fill: #0681c6; }

.hover\:fill-blue-60:hover {
  fill: #0681c6; }

.group:hover .group-hover\:fill-blue-60 {
  fill: #0681c6; }

.focus\:fill-blue-60:focus {
  fill: #0681c6; }

.fill-blue-50 {
  fill: #0aa1f5; }

.hover\:fill-blue-50:hover {
  fill: #0aa1f5; }

.group:hover .group-hover\:fill-blue-50 {
  fill: #0aa1f5; }

.focus\:fill-blue-50:focus {
  fill: #0aa1f5; }

.fill-blue-40 {
  fill: #39b4f9; }

.hover\:fill-blue-40:hover {
  fill: #39b4f9; }

.group:hover .group-hover\:fill-blue-40 {
  fill: #39b4f9; }

.focus\:fill-blue-40:focus {
  fill: #39b4f9; }

.fill-blue-30 {
  fill: #69c7fc; }

.hover\:fill-blue-30:hover {
  fill: #69c7fc; }

.group:hover .group-hover\:fill-blue-30 {
  fill: #69c7fc; }

.focus\:fill-blue-30:focus {
  fill: #69c7fc; }

.fill-blue-20 {
  fill: #9adafe; }

.hover\:fill-blue-20:hover {
  fill: #9adafe; }

.group:hover .group-hover\:fill-blue-20 {
  fill: #9adafe; }

.focus\:fill-blue-20:focus {
  fill: #9adafe; }

.fill-blue-10 {
  fill: #ccedff; }

.hover\:fill-blue-10:hover {
  fill: #ccedff; }

.group:hover .group-hover\:fill-blue-10 {
  fill: #ccedff; }

.focus\:fill-blue-10:focus {
  fill: #ccedff; }

.fill-red-90 {
  fill: #33000e; }

.hover\:fill-red-90:hover {
  fill: #33000e; }

.group:hover .group-hover\:fill-red-90 {
  fill: #33000e; }

.focus\:fill-red-90:focus {
  fill: #33000e; }

.fill-red-80 {
  fill: #66001d; }

.hover\:fill-red-80:hover {
  fill: #66001d; }

.group:hover .group-hover\:fill-red-80 {
  fill: #66001d; }

.focus\:fill-red-80:focus {
  fill: #66001d; }

.fill-red-70 {
  fill: #99002b; }

.hover\:fill-red-70:hover {
  fill: #99002b; }

.group:hover .group-hover\:fill-red-70 {
  fill: #99002b; }

.focus\:fill-red-70:focus {
  fill: #99002b; }

.fill-red-60 {
  fill: #cc0039; }

.hover\:fill-red-60:hover {
  fill: #cc0039; }

.group:hover .group-hover\:fill-red-60 {
  fill: #cc0039; }

.focus\:fill-red-60:focus {
  fill: #cc0039; }

.fill-red-50 {
  fill: #ff0047; }

.hover\:fill-red-50:hover {
  fill: #ff0047; }

.group:hover .group-hover\:fill-red-50 {
  fill: #ff0047; }

.focus\:fill-red-50:focus {
  fill: #ff0047; }

.fill-red-40 {
  fill: #ff336c; }

.hover\:fill-red-40:hover {
  fill: #ff336c; }

.group:hover .group-hover\:fill-red-40 {
  fill: #ff336c; }

.focus\:fill-red-40:focus {
  fill: #ff336c; }

.fill-red-30 {
  fill: #ff6691; }

.hover\:fill-red-30:hover {
  fill: #ff6691; }

.group:hover .group-hover\:fill-red-30 {
  fill: #ff6691; }

.focus\:fill-red-30:focus {
  fill: #ff6691; }

.fill-red-20 {
  fill: #ff99b6; }

.hover\:fill-red-20:hover {
  fill: #ff99b6; }

.group:hover .group-hover\:fill-red-20 {
  fill: #ff99b6; }

.focus\:fill-red-20:focus {
  fill: #ff99b6; }

.fill-red-10 {
  fill: #ffccda; }

.hover\:fill-red-10:hover {
  fill: #ffccda; }

.group:hover .group-hover\:fill-red-10 {
  fill: #ffccda; }

.focus\:fill-red-10:focus {
  fill: #ffccda; }

.fill-yellow-90 {
  fill: #2f3300; }

.hover\:fill-yellow-90:hover {
  fill: #2f3300; }

.group:hover .group-hover\:fill-yellow-90 {
  fill: #2f3300; }

.focus\:fill-yellow-90:focus {
  fill: #2f3300; }

.fill-yellow-80 {
  fill: #5b6303; }

.hover\:fill-yellow-80:hover {
  fill: #5b6303; }

.group:hover .group-hover\:fill-yellow-80 {
  fill: #5b6303; }

.focus\:fill-yellow-80:focus {
  fill: #5b6303; }

.fill-yellow-70 {
  fill: #849009; }

.hover\:fill-yellow-70:hover {
  fill: #849009; }

.group:hover .group-hover\:fill-yellow-70 {
  fill: #849009; }

.focus\:fill-yellow-70:focus {
  fill: #849009; }

.fill-yellow-60 {
  fill: #abb913; }

.hover\:fill-yellow-60:hover {
  fill: #abb913; }

.group:hover .group-hover\:fill-yellow-60 {
  fill: #abb913; }

.focus\:fill-yellow-60:focus {
  fill: #abb913; }

.fill-yellow-50 {
  fill: #d0e01f; }

.hover\:fill-yellow-50:hover {
  fill: #d0e01f; }

.group:hover .group-hover\:fill-yellow-50 {
  fill: #d0e01f; }

.focus\:fill-yellow-50:focus {
  fill: #d0e01f; }

.fill-yellow-40 {
  fill: #deec46; }

.hover\:fill-yellow-40:hover {
  fill: #deec46; }

.group:hover .group-hover\:fill-yellow-40 {
  fill: #deec46; }

.focus\:fill-yellow-40:focus {
  fill: #deec46; }

.fill-yellow-30 {
  fill: #eaf66f; }

.hover\:fill-yellow-30:hover {
  fill: #eaf66f; }

.group:hover .group-hover\:fill-yellow-30 {
  fill: #eaf66f; }

.focus\:fill-yellow-30:focus {
  fill: #eaf66f; }

.fill-yellow-20 {
  fill: #f4fc9c; }

.hover\:fill-yellow-20:hover {
  fill: #f4fc9c; }

.group:hover .group-hover\:fill-yellow-20 {
  fill: #f4fc9c; }

.focus\:fill-yellow-20:focus {
  fill: #f4fc9c; }

.fill-yellow-10 {
  fill: #fbffcc; }

.hover\:fill-yellow-10:hover {
  fill: #fbffcc; }

.group:hover .group-hover\:fill-yellow-10 {
  fill: #fbffcc; }

.focus\:fill-yellow-10:focus {
  fill: #fbffcc; }

.fill-purple-90 {
  fill: #1e0033; }

.hover\:fill-purple-90:hover {
  fill: #1e0033; }

.group:hover .group-hover\:fill-purple-90 {
  fill: #1e0033; }

.focus\:fill-purple-90:focus {
  fill: #1e0033; }

.fill-purple-80 {
  fill: #3a085e; }

.hover\:fill-purple-80:hover {
  fill: #3a085e; }

.group:hover .group-hover\:fill-purple-80 {
  fill: #3a085e; }

.focus\:fill-purple-80:focus {
  fill: #3a085e; }

.fill-purple-70 {
  fill: #551782; }

.hover\:fill-purple-70:hover {
  fill: #551782; }

.group:hover .group-hover\:fill-purple-70 {
  fill: #551782; }

.focus\:fill-purple-70:focus {
  fill: #551782; }

.fill-purple-60 {
  fill: #6f2f9d; }

.hover\:fill-purple-60:hover {
  fill: #6f2f9d; }

.group:hover .group-hover\:fill-purple-60 {
  fill: #6f2f9d; }

.focus\:fill-purple-60:focus {
  fill: #6f2f9d; }

.fill-purple-50 {
  fill: #874eb1; }

.hover\:fill-purple-50:hover {
  fill: #874eb1; }

.group:hover .group-hover\:fill-purple-50 {
  fill: #874eb1; }

.focus\:fill-purple-50:focus {
  fill: #874eb1; }

.fill-purple-40 {
  fill: #a262d0; }

.hover\:fill-purple-40:hover {
  fill: #a262d0; }

.group:hover .group-hover\:fill-purple-40 {
  fill: #a262d0; }

.focus\:fill-purple-40:focus {
  fill: #a262d0; }

.fill-purple-30 {
  fill: #bb7de8; }

.hover\:fill-purple-30:hover {
  fill: #bb7de8; }

.group:hover .group-hover\:fill-purple-30 {
  fill: #bb7de8; }

.focus\:fill-purple-30:focus {
  fill: #bb7de8; }

.fill-purple-20 {
  fill: #d3a1f7; }

.hover\:fill-purple-20:hover {
  fill: #d3a1f7; }

.group:hover .group-hover\:fill-purple-20 {
  fill: #d3a1f7; }

.focus\:fill-purple-20:focus {
  fill: #d3a1f7; }

.fill-purple-10 {
  fill: #eaccff; }

.hover\:fill-purple-10:hover {
  fill: #eaccff; }

.group:hover .group-hover\:fill-purple-10 {
  fill: #eaccff; }

.focus\:fill-purple-10:focus {
  fill: #eaccff; }

.fill-teal-90 {
  fill: #00332d; }

.hover\:fill-teal-90:hover {
  fill: #00332d; }

.group:hover .group-hover\:fill-teal-90 {
  fill: #00332d; }

.focus\:fill-teal-90:focus {
  fill: #00332d; }

.fill-teal-80 {
  fill: #00665a; }

.hover\:fill-teal-80:hover {
  fill: #00665a; }

.group:hover .group-hover\:fill-teal-80 {
  fill: #00665a; }

.focus\:fill-teal-80:focus {
  fill: #00665a; }

.fill-teal-70 {
  fill: #009987; }

.hover\:fill-teal-70:hover {
  fill: #009987; }

.group:hover .group-hover\:fill-teal-70 {
  fill: #009987; }

.focus\:fill-teal-70:focus {
  fill: #009987; }

.fill-teal-60 {
  fill: #00ccb3; }

.hover\:fill-teal-60:hover {
  fill: #00ccb3; }

.group:hover .group-hover\:fill-teal-60 {
  fill: #00ccb3; }

.focus\:fill-teal-60:focus {
  fill: #00ccb3; }

.fill-teal-50 {
  fill: #00ffe0; }

.hover\:fill-teal-50:hover {
  fill: #00ffe0; }

.group:hover .group-hover\:fill-teal-50 {
  fill: #00ffe0; }

.focus\:fill-teal-50:focus {
  fill: #00ffe0; }

.fill-teal-40 {
  fill: #33ffe6; }

.hover\:fill-teal-40:hover {
  fill: #33ffe6; }

.group:hover .group-hover\:fill-teal-40 {
  fill: #33ffe6; }

.focus\:fill-teal-40:focus {
  fill: #33ffe6; }

.fill-teal-30 {
  fill: #66ffed; }

.hover\:fill-teal-30:hover {
  fill: #66ffed; }

.group:hover .group-hover\:fill-teal-30 {
  fill: #66ffed; }

.focus\:fill-teal-30:focus {
  fill: #66ffed; }

.fill-teal-20 {
  fill: #99fff3; }

.hover\:fill-teal-20:hover {
  fill: #99fff3; }

.group:hover .group-hover\:fill-teal-20 {
  fill: #99fff3; }

.focus\:fill-teal-20:focus {
  fill: #99fff3; }

.fill-teal-10 {
  fill: #ccfff9; }

.hover\:fill-teal-10:hover {
  fill: #ccfff9; }

.group:hover .group-hover\:fill-teal-10 {
  fill: #ccfff9; }

.focus\:fill-teal-10:focus {
  fill: #ccfff9; }

.fill-orange-90 {
  fill: #331900; }

.hover\:fill-orange-90:hover {
  fill: #331900; }

.group:hover .group-hover\:fill-orange-90 {
  fill: #331900; }

.focus\:fill-orange-90:focus {
  fill: #331900; }

.fill-orange-80 {
  fill: #663200; }

.hover\:fill-orange-80:hover {
  fill: #663200; }

.group:hover .group-hover\:fill-orange-80 {
  fill: #663200; }

.focus\:fill-orange-80:focus {
  fill: #663200; }

.fill-orange-70 {
  fill: #994a00; }

.hover\:fill-orange-70:hover {
  fill: #994a00; }

.group:hover .group-hover\:fill-orange-70 {
  fill: #994a00; }

.focus\:fill-orange-70:focus {
  fill: #994a00; }

.fill-orange-60 {
  fill: #cc6300; }

.hover\:fill-orange-60:hover {
  fill: #cc6300; }

.group:hover .group-hover\:fill-orange-60 {
  fill: #cc6300; }

.focus\:fill-orange-60:focus {
  fill: #cc6300; }

.fill-orange-50 {
  fill: #ff7c00; }

.hover\:fill-orange-50:hover {
  fill: #ff7c00; }

.group:hover .group-hover\:fill-orange-50 {
  fill: #ff7c00; }

.focus\:fill-orange-50:focus {
  fill: #ff7c00; }

.fill-orange-40 {
  fill: #ff9633; }

.hover\:fill-orange-40:hover {
  fill: #ff9633; }

.group:hover .group-hover\:fill-orange-40 {
  fill: #ff9633; }

.focus\:fill-orange-40:focus {
  fill: #ff9633; }

.fill-orange-30 {
  fill: #ffb066; }

.hover\:fill-orange-30:hover {
  fill: #ffb066; }

.group:hover .group-hover\:fill-orange-30 {
  fill: #ffb066; }

.focus\:fill-orange-30:focus {
  fill: #ffb066; }

.fill-orange-20 {
  fill: #ffcb99; }

.hover\:fill-orange-20:hover {
  fill: #ffcb99; }

.group:hover .group-hover\:fill-orange-20 {
  fill: #ffcb99; }

.focus\:fill-orange-20:focus {
  fill: #ffcb99; }

.fill-orange-10 {
  fill: #ffe5cc; }

.hover\:fill-orange-10:hover {
  fill: #ffe5cc; }

.group:hover .group-hover\:fill-orange-10 {
  fill: #ffe5cc; }

.focus\:fill-orange-10:focus {
  fill: #ffe5cc; }

.text-white {
  --text-opacity: 1.0;
  color: rgba(255, 255, 255, var(--text-opacity)); }

.hover\:text-white:hover {
  --text-opacity: 1.0;
  color: rgba(255, 255, 255, var(--text-opacity)); }

.group:hover .group-hover\:text-white {
  --text-opacity: 1.0;
  color: rgba(255, 255, 255, var(--text-opacity)); }

.focus\:text-white:focus {
  --text-opacity: 1.0;
  color: rgba(255, 255, 255, var(--text-opacity)); }

.text-gray {
  --text-opacity: 1.0;
  color: rgba(80, 81, 82, var(--text-opacity)); }

.hover\:text-gray:hover {
  --text-opacity: 1.0;
  color: rgba(80, 81, 82, var(--text-opacity)); }

.group:hover .group-hover\:text-gray {
  --text-opacity: 1.0;
  color: rgba(80, 81, 82, var(--text-opacity)); }

.focus\:text-gray:focus {
  --text-opacity: 1.0;
  color: rgba(80, 81, 82, var(--text-opacity)); }

.text-green {
  --text-opacity: 1.0;
  color: rgba(180, 238, 86, var(--text-opacity)); }

.hover\:text-green:hover {
  --text-opacity: 1.0;
  color: rgba(180, 238, 86, var(--text-opacity)); }

.group:hover .group-hover\:text-green {
  --text-opacity: 1.0;
  color: rgba(180, 238, 86, var(--text-opacity)); }

.focus\:text-green:focus {
  --text-opacity: 1.0;
  color: rgba(180, 238, 86, var(--text-opacity)); }

.text-blue {
  --text-opacity: 1.0;
  color: rgba(9, 148, 226, var(--text-opacity)); }

.hover\:text-blue:hover {
  --text-opacity: 1.0;
  color: rgba(9, 148, 226, var(--text-opacity)); }

.group:hover .group-hover\:text-blue {
  --text-opacity: 1.0;
  color: rgba(9, 148, 226, var(--text-opacity)); }

.focus\:text-blue:focus {
  --text-opacity: 1.0;
  color: rgba(9, 148, 226, var(--text-opacity)); }

.text-red {
  --text-opacity: 1.0;
  color: rgba(255, 37, 98, var(--text-opacity)); }

.hover\:text-red:hover {
  --text-opacity: 1.0;
  color: rgba(255, 37, 98, var(--text-opacity)); }

.group:hover .group-hover\:text-red {
  --text-opacity: 1.0;
  color: rgba(255, 37, 98, var(--text-opacity)); }

.focus\:text-red:focus {
  --text-opacity: 1.0;
  color: rgba(255, 37, 98, var(--text-opacity)); }

.text-yellow {
  --text-opacity: 1.0;
  color: rgba(215, 229, 66, var(--text-opacity)); }

.hover\:text-yellow:hover {
  --text-opacity: 1.0;
  color: rgba(215, 229, 66, var(--text-opacity)); }

.group:hover .group-hover\:text-yellow {
  --text-opacity: 1.0;
  color: rgba(215, 229, 66, var(--text-opacity)); }

.focus\:text-yellow:focus {
  --text-opacity: 1.0;
  color: rgba(215, 229, 66, var(--text-opacity)); }

.text-purple {
  --text-opacity: 1.0;
  color: rgba(148, 97, 185, var(--text-opacity)); }

.hover\:text-purple:hover {
  --text-opacity: 1.0;
  color: rgba(148, 97, 185, var(--text-opacity)); }

.group:hover .group-hover\:text-purple {
  --text-opacity: 1.0;
  color: rgba(148, 97, 185, var(--text-opacity)); }

.focus\:text-purple:focus {
  --text-opacity: 1.0;
  color: rgba(148, 97, 185, var(--text-opacity)); }

.text-gray-05 {
  --text-opacity: 1.0;
  color: rgba(249, 249, 252, var(--text-opacity)); }

.hover\:text-gray-05:hover {
  --text-opacity: 1.0;
  color: rgba(249, 249, 252, var(--text-opacity)); }

.group:hover .group-hover\:text-gray-05 {
  --text-opacity: 1.0;
  color: rgba(249, 249, 252, var(--text-opacity)); }

.focus\:text-gray-05:focus {
  --text-opacity: 1.0;
  color: rgba(249, 249, 252, var(--text-opacity)); }

.text-pink {
  --text-opacity: 1.0;
  color: rgba(254, 69, 92, var(--text-opacity)); }

.hover\:text-pink:hover {
  --text-opacity: 1.0;
  color: rgba(254, 69, 92, var(--text-opacity)); }

.group:hover .group-hover\:text-pink {
  --text-opacity: 1.0;
  color: rgba(254, 69, 92, var(--text-opacity)); }

.focus\:text-pink:focus {
  --text-opacity: 1.0;
  color: rgba(254, 69, 92, var(--text-opacity)); }

.text-teal {
  --text-opacity: 1.0;
  color: rgba(0, 199, 175, var(--text-opacity)); }

.hover\:text-teal:hover {
  --text-opacity: 1.0;
  color: rgba(0, 199, 175, var(--text-opacity)); }

.group:hover .group-hover\:text-teal {
  --text-opacity: 1.0;
  color: rgba(0, 199, 175, var(--text-opacity)); }

.focus\:text-teal:focus {
  --text-opacity: 1.0;
  color: rgba(0, 199, 175, var(--text-opacity)); }

.text-orange {
  --text-opacity: 1.0;
  color: rgba(255, 164, 78, var(--text-opacity)); }

.hover\:text-orange:hover {
  --text-opacity: 1.0;
  color: rgba(255, 164, 78, var(--text-opacity)); }

.group:hover .group-hover\:text-orange {
  --text-opacity: 1.0;
  color: rgba(255, 164, 78, var(--text-opacity)); }

.focus\:text-orange:focus {
  --text-opacity: 1.0;
  color: rgba(255, 164, 78, var(--text-opacity)); }

.text-gray-90 {
  --text-opacity: 1.0;
  color: rgba(25, 25, 25, var(--text-opacity)); }

.hover\:text-gray-90:hover {
  --text-opacity: 1.0;
  color: rgba(25, 25, 25, var(--text-opacity)); }

.group:hover .group-hover\:text-gray-90 {
  --text-opacity: 1.0;
  color: rgba(25, 25, 25, var(--text-opacity)); }

.focus\:text-gray-90:focus {
  --text-opacity: 1.0;
  color: rgba(25, 25, 25, var(--text-opacity)); }

.text-gray-80 {
  --text-opacity: 1.0;
  color: rgba(50, 50, 51, var(--text-opacity)); }

.hover\:text-gray-80:hover {
  --text-opacity: 1.0;
  color: rgba(50, 50, 51, var(--text-opacity)); }

.group:hover .group-hover\:text-gray-80 {
  --text-opacity: 1.0;
  color: rgba(50, 50, 51, var(--text-opacity)); }

.focus\:text-gray-80:focus {
  --text-opacity: 1.0;
  color: rgba(50, 50, 51, var(--text-opacity)); }

.text-gray-70 {
  --text-opacity: 1.0;
  color: rgba(75, 76, 77, var(--text-opacity)); }

.hover\:text-gray-70:hover {
  --text-opacity: 1.0;
  color: rgba(75, 76, 77, var(--text-opacity)); }

.group:hover .group-hover\:text-gray-70 {
  --text-opacity: 1.0;
  color: rgba(75, 76, 77, var(--text-opacity)); }

.focus\:text-gray-70:focus {
  --text-opacity: 1.0;
  color: rgba(75, 76, 77, var(--text-opacity)); }

.text-gray-60 {
  --text-opacity: 1.0;
  color: rgba(100, 101, 103, var(--text-opacity)); }

.hover\:text-gray-60:hover {
  --text-opacity: 1.0;
  color: rgba(100, 101, 103, var(--text-opacity)); }

.group:hover .group-hover\:text-gray-60 {
  --text-opacity: 1.0;
  color: rgba(100, 101, 103, var(--text-opacity)); }

.focus\:text-gray-60:focus {
  --text-opacity: 1.0;
  color: rgba(100, 101, 103, var(--text-opacity)); }

.text-gray-50 {
  --text-opacity: 1.0;
  color: rgba(125, 127, 129, var(--text-opacity)); }

.hover\:text-gray-50:hover {
  --text-opacity: 1.0;
  color: rgba(125, 127, 129, var(--text-opacity)); }

.group:hover .group-hover\:text-gray-50 {
  --text-opacity: 1.0;
  color: rgba(125, 127, 129, var(--text-opacity)); }

.focus\:text-gray-50:focus {
  --text-opacity: 1.0;
  color: rgba(125, 127, 129, var(--text-opacity)); }

.text-gray-40 {
  --text-opacity: 1.0;
  color: rgba(151, 153, 154, var(--text-opacity)); }

.hover\:text-gray-40:hover {
  --text-opacity: 1.0;
  color: rgba(151, 153, 154, var(--text-opacity)); }

.group:hover .group-hover\:text-gray-40 {
  --text-opacity: 1.0;
  color: rgba(151, 153, 154, var(--text-opacity)); }

.focus\:text-gray-40:focus {
  --text-opacity: 1.0;
  color: rgba(151, 153, 154, var(--text-opacity)); }

.text-gray-30 {
  --text-opacity: 1.0;
  color: rgba(177, 178, 179, var(--text-opacity)); }

.hover\:text-gray-30:hover {
  --text-opacity: 1.0;
  color: rgba(177, 178, 179, var(--text-opacity)); }

.group:hover .group-hover\:text-gray-30 {
  --text-opacity: 1.0;
  color: rgba(177, 178, 179, var(--text-opacity)); }

.focus\:text-gray-30:focus {
  --text-opacity: 1.0;
  color: rgba(177, 178, 179, var(--text-opacity)); }

.text-gray-20 {
  --text-opacity: 1.0;
  color: rgba(203, 204, 204, var(--text-opacity)); }

.hover\:text-gray-20:hover {
  --text-opacity: 1.0;
  color: rgba(203, 204, 204, var(--text-opacity)); }

.group:hover .group-hover\:text-gray-20 {
  --text-opacity: 1.0;
  color: rgba(203, 204, 204, var(--text-opacity)); }

.focus\:text-gray-20:focus {
  --text-opacity: 1.0;
  color: rgba(203, 204, 204, var(--text-opacity)); }

.text-gray-10 {
  --text-opacity: 1.0;
  color: rgba(229, 229, 229, var(--text-opacity)); }

.hover\:text-gray-10:hover {
  --text-opacity: 1.0;
  color: rgba(229, 229, 229, var(--text-opacity)); }

.group:hover .group-hover\:text-gray-10 {
  --text-opacity: 1.0;
  color: rgba(229, 229, 229, var(--text-opacity)); }

.focus\:text-gray-10:focus {
  --text-opacity: 1.0;
  color: rgba(229, 229, 229, var(--text-opacity)); }

.text-green-90 {
  --text-opacity: 1.0;
  color: rgba(31, 51, 0, var(--text-opacity)); }

.hover\:text-green-90:hover {
  --text-opacity: 1.0;
  color: rgba(31, 51, 0, var(--text-opacity)); }

.group:hover .group-hover\:text-green-90 {
  --text-opacity: 1.0;
  color: rgba(31, 51, 0, var(--text-opacity)); }

.focus\:text-green-90:focus {
  --text-opacity: 1.0;
  color: rgba(31, 51, 0, var(--text-opacity)); }

.text-green-80 {
  --text-opacity: 1.0;
  color: rgba(62, 99, 2, var(--text-opacity)); }

.hover\:text-green-80:hover {
  --text-opacity: 1.0;
  color: rgba(62, 99, 2, var(--text-opacity)); }

.group:hover .group-hover\:text-green-80 {
  --text-opacity: 1.0;
  color: rgba(62, 99, 2, var(--text-opacity)); }

.focus\:text-green-80:focus {
  --text-opacity: 1.0;
  color: rgba(62, 99, 2, var(--text-opacity)); }

.text-green-70 {
  --text-opacity: 1.0;
  color: rgba(92, 146, 6, var(--text-opacity)); }

.hover\:text-green-70:hover {
  --text-opacity: 1.0;
  color: rgba(92, 146, 6, var(--text-opacity)); }

.group:hover .group-hover\:text-green-70 {
  --text-opacity: 1.0;
  color: rgba(92, 146, 6, var(--text-opacity)); }

.focus\:text-green-70:focus {
  --text-opacity: 1.0;
  color: rgba(92, 146, 6, var(--text-opacity)); }

.text-green-60 {
  --text-opacity: 1.0;
  color: rgba(122, 190, 13, var(--text-opacity)); }

.hover\:text-green-60:hover {
  --text-opacity: 1.0;
  color: rgba(122, 190, 13, var(--text-opacity)); }

.group:hover .group-hover\:text-green-60 {
  --text-opacity: 1.0;
  color: rgba(122, 190, 13, var(--text-opacity)); }

.focus\:text-green-60:focus {
  --text-opacity: 1.0;
  color: rgba(122, 190, 13, var(--text-opacity)); }

.text-green-50 {
  --text-opacity: 1.0;
  color: rgba(152, 231, 23, var(--text-opacity)); }

.hover\:text-green-50:hover {
  --text-opacity: 1.0;
  color: rgba(152, 231, 23, var(--text-opacity)); }

.group:hover .group-hover\:text-green-50 {
  --text-opacity: 1.0;
  color: rgba(152, 231, 23, var(--text-opacity)); }

.focus\:text-green-50:focus {
  --text-opacity: 1.0;
  color: rgba(152, 231, 23, var(--text-opacity)); }

.text-green-40 {
  --text-opacity: 1.0;
  color: rgba(173, 241, 64, var(--text-opacity)); }

.hover\:text-green-40:hover {
  --text-opacity: 1.0;
  color: rgba(173, 241, 64, var(--text-opacity)); }

.group:hover .group-hover\:text-green-40 {
  --text-opacity: 1.0;
  color: rgba(173, 241, 64, var(--text-opacity)); }

.focus\:text-green-40:focus {
  --text-opacity: 1.0;
  color: rgba(173, 241, 64, var(--text-opacity)); }

.text-green-30 {
  --text-opacity: 1.0;
  color: rgba(194, 248, 108, var(--text-opacity)); }

.hover\:text-green-30:hover {
  --text-opacity: 1.0;
  color: rgba(194, 248, 108, var(--text-opacity)); }

.group:hover .group-hover\:text-green-30 {
  --text-opacity: 1.0;
  color: rgba(194, 248, 108, var(--text-opacity)); }

.focus\:text-green-30:focus {
  --text-opacity: 1.0;
  color: rgba(194, 248, 108, var(--text-opacity)); }

.text-green-20 {
  --text-opacity: 1.0;
  color: rgba(215, 252, 155, var(--text-opacity)); }

.hover\:text-green-20:hover {
  --text-opacity: 1.0;
  color: rgba(215, 252, 155, var(--text-opacity)); }

.group:hover .group-hover\:text-green-20 {
  --text-opacity: 1.0;
  color: rgba(215, 252, 155, var(--text-opacity)); }

.focus\:text-green-20:focus {
  --text-opacity: 1.0;
  color: rgba(215, 252, 155, var(--text-opacity)); }

.text-green-10 {
  --text-opacity: 1.0;
  color: rgba(235, 254, 204, var(--text-opacity)); }

.hover\:text-green-10:hover {
  --text-opacity: 1.0;
  color: rgba(235, 254, 204, var(--text-opacity)); }

.group:hover .group-hover\:text-green-10 {
  --text-opacity: 1.0;
  color: rgba(235, 254, 204, var(--text-opacity)); }

.focus\:text-green-10:focus {
  --text-opacity: 1.0;
  color: rgba(235, 254, 204, var(--text-opacity)); }

.text-blue-90 {
  --text-opacity: 1.0;
  color: rgba(0, 32, 51, var(--text-opacity)); }

.hover\:text-blue-90:hover {
  --text-opacity: 1.0;
  color: rgba(0, 32, 51, var(--text-opacity)); }

.group:hover .group-hover\:text-blue-90 {
  --text-opacity: 1.0;
  color: rgba(0, 32, 51, var(--text-opacity)); }

.focus\:text-blue-90:focus {
  --text-opacity: 1.0;
  color: rgba(0, 32, 51, var(--text-opacity)); }

.text-blue-80 {
  --text-opacity: 1.0;
  color: rgba(0, 65, 101, var(--text-opacity)); }

.hover\:text-blue-80:hover {
  --text-opacity: 1.0;
  color: rgba(0, 65, 101, var(--text-opacity)); }

.group:hover .group-hover\:text-blue-80 {
  --text-opacity: 1.0;
  color: rgba(0, 65, 101, var(--text-opacity)); }

.focus\:text-blue-80:focus {
  --text-opacity: 1.0;
  color: rgba(0, 65, 101, var(--text-opacity)); }

.text-blue-70 {
  --text-opacity: 1.0;
  color: rgba(2, 97, 150, var(--text-opacity)); }

.hover\:text-blue-70:hover {
  --text-opacity: 1.0;
  color: rgba(2, 97, 150, var(--text-opacity)); }

.group:hover .group-hover\:text-blue-70 {
  --text-opacity: 1.0;
  color: rgba(2, 97, 150, var(--text-opacity)); }

.focus\:text-blue-70:focus {
  --text-opacity: 1.0;
  color: rgba(2, 97, 150, var(--text-opacity)); }

.text-blue-60 {
  --text-opacity: 1.0;
  color: rgba(5, 129, 198, var(--text-opacity)); }

.hover\:text-blue-60:hover {
  --text-opacity: 1.0;
  color: rgba(5, 129, 198, var(--text-opacity)); }

.group:hover .group-hover\:text-blue-60 {
  --text-opacity: 1.0;
  color: rgba(5, 129, 198, var(--text-opacity)); }

.focus\:text-blue-60:focus {
  --text-opacity: 1.0;
  color: rgba(5, 129, 198, var(--text-opacity)); }

.text-blue-50 {
  --text-opacity: 1.0;
  color: rgba(9, 160, 245, var(--text-opacity)); }

.hover\:text-blue-50:hover {
  --text-opacity: 1.0;
  color: rgba(9, 160, 245, var(--text-opacity)); }

.group:hover .group-hover\:text-blue-50 {
  --text-opacity: 1.0;
  color: rgba(9, 160, 245, var(--text-opacity)); }

.focus\:text-blue-50:focus {
  --text-opacity: 1.0;
  color: rgba(9, 160, 245, var(--text-opacity)); }

.text-blue-40 {
  --text-opacity: 1.0;
  color: rgba(56, 180, 249, var(--text-opacity)); }

.hover\:text-blue-40:hover {
  --text-opacity: 1.0;
  color: rgba(56, 180, 249, var(--text-opacity)); }

.group:hover .group-hover\:text-blue-40 {
  --text-opacity: 1.0;
  color: rgba(56, 180, 249, var(--text-opacity)); }

.focus\:text-blue-40:focus {
  --text-opacity: 1.0;
  color: rgba(56, 180, 249, var(--text-opacity)); }

.text-blue-30 {
  --text-opacity: 1.0;
  color: rgba(104, 199, 252, var(--text-opacity)); }

.hover\:text-blue-30:hover {
  --text-opacity: 1.0;
  color: rgba(104, 199, 252, var(--text-opacity)); }

.group:hover .group-hover\:text-blue-30 {
  --text-opacity: 1.0;
  color: rgba(104, 199, 252, var(--text-opacity)); }

.focus\:text-blue-30:focus {
  --text-opacity: 1.0;
  color: rgba(104, 199, 252, var(--text-opacity)); }

.text-blue-20 {
  --text-opacity: 1.0;
  color: rgba(153, 218, 254, var(--text-opacity)); }

.hover\:text-blue-20:hover {
  --text-opacity: 1.0;
  color: rgba(153, 218, 254, var(--text-opacity)); }

.group:hover .group-hover\:text-blue-20 {
  --text-opacity: 1.0;
  color: rgba(153, 218, 254, var(--text-opacity)); }

.focus\:text-blue-20:focus {
  --text-opacity: 1.0;
  color: rgba(153, 218, 254, var(--text-opacity)); }

.text-blue-10 {
  --text-opacity: 1.0;
  color: rgba(204, 236, 254, var(--text-opacity)); }

.hover\:text-blue-10:hover {
  --text-opacity: 1.0;
  color: rgba(204, 236, 254, var(--text-opacity)); }

.group:hover .group-hover\:text-blue-10 {
  --text-opacity: 1.0;
  color: rgba(204, 236, 254, var(--text-opacity)); }

.focus\:text-blue-10:focus {
  --text-opacity: 1.0;
  color: rgba(204, 236, 254, var(--text-opacity)); }

.text-red-90 {
  --text-opacity: 1.0;
  color: rgba(51, 0, 14, var(--text-opacity)); }

.hover\:text-red-90:hover {
  --text-opacity: 1.0;
  color: rgba(51, 0, 14, var(--text-opacity)); }

.group:hover .group-hover\:text-red-90 {
  --text-opacity: 1.0;
  color: rgba(51, 0, 14, var(--text-opacity)); }

.focus\:text-red-90:focus {
  --text-opacity: 1.0;
  color: rgba(51, 0, 14, var(--text-opacity)); }

.text-red-80 {
  --text-opacity: 1.0;
  color: rgba(102, 0, 28, var(--text-opacity)); }

.hover\:text-red-80:hover {
  --text-opacity: 1.0;
  color: rgba(102, 0, 28, var(--text-opacity)); }

.group:hover .group-hover\:text-red-80 {
  --text-opacity: 1.0;
  color: rgba(102, 0, 28, var(--text-opacity)); }

.focus\:text-red-80:focus {
  --text-opacity: 1.0;
  color: rgba(102, 0, 28, var(--text-opacity)); }

.text-red-70 {
  --text-opacity: 1.0;
  color: rgba(153, 0, 42, var(--text-opacity)); }

.hover\:text-red-70:hover {
  --text-opacity: 1.0;
  color: rgba(153, 0, 42, var(--text-opacity)); }

.group:hover .group-hover\:text-red-70 {
  --text-opacity: 1.0;
  color: rgba(153, 0, 42, var(--text-opacity)); }

.focus\:text-red-70:focus {
  --text-opacity: 1.0;
  color: rgba(153, 0, 42, var(--text-opacity)); }

.text-red-60 {
  --text-opacity: 1.0;
  color: rgba(204, 0, 57, var(--text-opacity)); }

.hover\:text-red-60:hover {
  --text-opacity: 1.0;
  color: rgba(204, 0, 57, var(--text-opacity)); }

.group:hover .group-hover\:text-red-60 {
  --text-opacity: 1.0;
  color: rgba(204, 0, 57, var(--text-opacity)); }

.focus\:text-red-60:focus {
  --text-opacity: 1.0;
  color: rgba(204, 0, 57, var(--text-opacity)); }

.text-red-50 {
  --text-opacity: 1.0;
  color: rgba(255, 0, 71, var(--text-opacity)); }

.hover\:text-red-50:hover {
  --text-opacity: 1.0;
  color: rgba(255, 0, 71, var(--text-opacity)); }

.group:hover .group-hover\:text-red-50 {
  --text-opacity: 1.0;
  color: rgba(255, 0, 71, var(--text-opacity)); }

.focus\:text-red-50:focus {
  --text-opacity: 1.0;
  color: rgba(255, 0, 71, var(--text-opacity)); }

.text-red-40 {
  --text-opacity: 1.0;
  color: rgba(255, 50, 108, var(--text-opacity)); }

.hover\:text-red-40:hover {
  --text-opacity: 1.0;
  color: rgba(255, 50, 108, var(--text-opacity)); }

.group:hover .group-hover\:text-red-40 {
  --text-opacity: 1.0;
  color: rgba(255, 50, 108, var(--text-opacity)); }

.focus\:text-red-40:focus {
  --text-opacity: 1.0;
  color: rgba(255, 50, 108, var(--text-opacity)); }

.text-red-30 {
  --text-opacity: 1.0;
  color: rgba(255, 101, 144, var(--text-opacity)); }

.hover\:text-red-30:hover {
  --text-opacity: 1.0;
  color: rgba(255, 101, 144, var(--text-opacity)); }

.group:hover .group-hover\:text-red-30 {
  --text-opacity: 1.0;
  color: rgba(255, 101, 144, var(--text-opacity)); }

.focus\:text-red-30:focus {
  --text-opacity: 1.0;
  color: rgba(255, 101, 144, var(--text-opacity)); }

.text-red-20 {
  --text-opacity: 1.0;
  color: rgba(255, 153, 181, var(--text-opacity)); }

.hover\:text-red-20:hover {
  --text-opacity: 1.0;
  color: rgba(255, 153, 181, var(--text-opacity)); }

.group:hover .group-hover\:text-red-20 {
  --text-opacity: 1.0;
  color: rgba(255, 153, 181, var(--text-opacity)); }

.focus\:text-red-20:focus {
  --text-opacity: 1.0;
  color: rgba(255, 153, 181, var(--text-opacity)); }

.text-red-10 {
  --text-opacity: 1.0;
  color: rgba(254, 204, 218, var(--text-opacity)); }

.hover\:text-red-10:hover {
  --text-opacity: 1.0;
  color: rgba(254, 204, 218, var(--text-opacity)); }

.group:hover .group-hover\:text-red-10 {
  --text-opacity: 1.0;
  color: rgba(254, 204, 218, var(--text-opacity)); }

.focus\:text-red-10:focus {
  --text-opacity: 1.0;
  color: rgba(254, 204, 218, var(--text-opacity)); }

.text-yellow-90 {
  --text-opacity: 1.0;
  color: rgba(46, 51, 0, var(--text-opacity)); }

.hover\:text-yellow-90:hover {
  --text-opacity: 1.0;
  color: rgba(46, 51, 0, var(--text-opacity)); }

.group:hover .group-hover\:text-yellow-90 {
  --text-opacity: 1.0;
  color: rgba(46, 51, 0, var(--text-opacity)); }

.focus\:text-yellow-90:focus {
  --text-opacity: 1.0;
  color: rgba(46, 51, 0, var(--text-opacity)); }

.text-yellow-80 {
  --text-opacity: 1.0;
  color: rgba(90, 98, 3, var(--text-opacity)); }

.hover\:text-yellow-80:hover {
  --text-opacity: 1.0;
  color: rgba(90, 98, 3, var(--text-opacity)); }

.group:hover .group-hover\:text-yellow-80 {
  --text-opacity: 1.0;
  color: rgba(90, 98, 3, var(--text-opacity)); }

.focus\:text-yellow-80:focus {
  --text-opacity: 1.0;
  color: rgba(90, 98, 3, var(--text-opacity)); }

.text-yellow-70 {
  --text-opacity: 1.0;
  color: rgba(132, 143, 9, var(--text-opacity)); }

.hover\:text-yellow-70:hover {
  --text-opacity: 1.0;
  color: rgba(132, 143, 9, var(--text-opacity)); }

.group:hover .group-hover\:text-yellow-70 {
  --text-opacity: 1.0;
  color: rgba(132, 143, 9, var(--text-opacity)); }

.focus\:text-yellow-70:focus {
  --text-opacity: 1.0;
  color: rgba(132, 143, 9, var(--text-opacity)); }

.text-yellow-60 {
  --text-opacity: 1.0;
  color: rgba(171, 185, 18, var(--text-opacity)); }

.hover\:text-yellow-60:hover {
  --text-opacity: 1.0;
  color: rgba(171, 185, 18, var(--text-opacity)); }

.group:hover .group-hover\:text-yellow-60 {
  --text-opacity: 1.0;
  color: rgba(171, 185, 18, var(--text-opacity)); }

.focus\:text-yellow-60:focus {
  --text-opacity: 1.0;
  color: rgba(171, 185, 18, var(--text-opacity)); }

.text-yellow-50 {
  --text-opacity: 1.0;
  color: rgba(207, 224, 30, var(--text-opacity)); }

.hover\:text-yellow-50:hover {
  --text-opacity: 1.0;
  color: rgba(207, 224, 30, var(--text-opacity)); }

.group:hover .group-hover\:text-yellow-50 {
  --text-opacity: 1.0;
  color: rgba(207, 224, 30, var(--text-opacity)); }

.focus\:text-yellow-50:focus {
  --text-opacity: 1.0;
  color: rgba(207, 224, 30, var(--text-opacity)); }

.text-yellow-40 {
  --text-opacity: 1.0;
  color: rgba(222, 236, 69, var(--text-opacity)); }

.hover\:text-yellow-40:hover {
  --text-opacity: 1.0;
  color: rgba(222, 236, 69, var(--text-opacity)); }

.group:hover .group-hover\:text-yellow-40 {
  --text-opacity: 1.0;
  color: rgba(222, 236, 69, var(--text-opacity)); }

.focus\:text-yellow-40:focus {
  --text-opacity: 1.0;
  color: rgba(222, 236, 69, var(--text-opacity)); }

.text-yellow-30 {
  --text-opacity: 1.0;
  color: rgba(234, 245, 111, var(--text-opacity)); }

.hover\:text-yellow-30:hover {
  --text-opacity: 1.0;
  color: rgba(234, 245, 111, var(--text-opacity)); }

.group:hover .group-hover\:text-yellow-30 {
  --text-opacity: 1.0;
  color: rgba(234, 245, 111, var(--text-opacity)); }

.focus\:text-yellow-30:focus {
  --text-opacity: 1.0;
  color: rgba(234, 245, 111, var(--text-opacity)); }

.text-yellow-20 {
  --text-opacity: 1.0;
  color: rgba(243, 251, 156, var(--text-opacity)); }

.hover\:text-yellow-20:hover {
  --text-opacity: 1.0;
  color: rgba(243, 251, 156, var(--text-opacity)); }

.group:hover .group-hover\:text-yellow-20 {
  --text-opacity: 1.0;
  color: rgba(243, 251, 156, var(--text-opacity)); }

.focus\:text-yellow-20:focus {
  --text-opacity: 1.0;
  color: rgba(243, 251, 156, var(--text-opacity)); }

.text-yellow-10 {
  --text-opacity: 1.0;
  color: rgba(250, 254, 204, var(--text-opacity)); }

.hover\:text-yellow-10:hover {
  --text-opacity: 1.0;
  color: rgba(250, 254, 204, var(--text-opacity)); }

.group:hover .group-hover\:text-yellow-10 {
  --text-opacity: 1.0;
  color: rgba(250, 254, 204, var(--text-opacity)); }

.focus\:text-yellow-10:focus {
  --text-opacity: 1.0;
  color: rgba(250, 254, 204, var(--text-opacity)); }

.text-purple-90 {
  --text-opacity: 1.0;
  color: rgba(29, 0, 51, var(--text-opacity)); }

.hover\:text-purple-90:hover {
  --text-opacity: 1.0;
  color: rgba(29, 0, 51, var(--text-opacity)); }

.group:hover .group-hover\:text-purple-90 {
  --text-opacity: 1.0;
  color: rgba(29, 0, 51, var(--text-opacity)); }

.focus\:text-purple-90:focus {
  --text-opacity: 1.0;
  color: rgba(29, 0, 51, var(--text-opacity)); }

.text-purple-80 {
  --text-opacity: 1.0;
  color: rgba(57, 7, 94, var(--text-opacity)); }

.hover\:text-purple-80:hover {
  --text-opacity: 1.0;
  color: rgba(57, 7, 94, var(--text-opacity)); }

.group:hover .group-hover\:text-purple-80 {
  --text-opacity: 1.0;
  color: rgba(57, 7, 94, var(--text-opacity)); }

.focus\:text-purple-80:focus {
  --text-opacity: 1.0;
  color: rgba(57, 7, 94, var(--text-opacity)); }

.text-purple-70 {
  --text-opacity: 1.0;
  color: rgba(84, 23, 129, var(--text-opacity)); }

.hover\:text-purple-70:hover {
  --text-opacity: 1.0;
  color: rgba(84, 23, 129, var(--text-opacity)); }

.group:hover .group-hover\:text-purple-70 {
  --text-opacity: 1.0;
  color: rgba(84, 23, 129, var(--text-opacity)); }

.focus\:text-purple-70:focus {
  --text-opacity: 1.0;
  color: rgba(84, 23, 129, var(--text-opacity)); }

.text-purple-60 {
  --text-opacity: 1.0;
  color: rgba(110, 46, 157, var(--text-opacity)); }

.hover\:text-purple-60:hover {
  --text-opacity: 1.0;
  color: rgba(110, 46, 157, var(--text-opacity)); }

.group:hover .group-hover\:text-purple-60 {
  --text-opacity: 1.0;
  color: rgba(110, 46, 157, var(--text-opacity)); }

.focus\:text-purple-60:focus {
  --text-opacity: 1.0;
  color: rgba(110, 46, 157, var(--text-opacity)); }

.text-purple-50 {
  --text-opacity: 1.0;
  color: rgba(135, 78, 176, var(--text-opacity)); }

.hover\:text-purple-50:hover {
  --text-opacity: 1.0;
  color: rgba(135, 78, 176, var(--text-opacity)); }

.group:hover .group-hover\:text-purple-50 {
  --text-opacity: 1.0;
  color: rgba(135, 78, 176, var(--text-opacity)); }

.focus\:text-purple-50:focus {
  --text-opacity: 1.0;
  color: rgba(135, 78, 176, var(--text-opacity)); }

.text-purple-40 {
  --text-opacity: 1.0;
  color: rgba(161, 97, 208, var(--text-opacity)); }

.hover\:text-purple-40:hover {
  --text-opacity: 1.0;
  color: rgba(161, 97, 208, var(--text-opacity)); }

.group:hover .group-hover\:text-purple-40 {
  --text-opacity: 1.0;
  color: rgba(161, 97, 208, var(--text-opacity)); }

.focus\:text-purple-40:focus {
  --text-opacity: 1.0;
  color: rgba(161, 97, 208, var(--text-opacity)); }

.text-purple-30 {
  --text-opacity: 1.0;
  color: rgba(186, 125, 231, var(--text-opacity)); }

.hover\:text-purple-30:hover {
  --text-opacity: 1.0;
  color: rgba(186, 125, 231, var(--text-opacity)); }

.group:hover .group-hover\:text-purple-30 {
  --text-opacity: 1.0;
  color: rgba(186, 125, 231, var(--text-opacity)); }

.focus\:text-purple-30:focus {
  --text-opacity: 1.0;
  color: rgba(186, 125, 231, var(--text-opacity)); }

.text-purple-20 {
  --text-opacity: 1.0;
  color: rgba(210, 160, 247, var(--text-opacity)); }

.hover\:text-purple-20:hover {
  --text-opacity: 1.0;
  color: rgba(210, 160, 247, var(--text-opacity)); }

.group:hover .group-hover\:text-purple-20 {
  --text-opacity: 1.0;
  color: rgba(210, 160, 247, var(--text-opacity)); }

.focus\:text-purple-20:focus {
  --text-opacity: 1.0;
  color: rgba(210, 160, 247, var(--text-opacity)); }

.text-purple-10 {
  --text-opacity: 1.0;
  color: rgba(233, 204, 254, var(--text-opacity)); }

.hover\:text-purple-10:hover {
  --text-opacity: 1.0;
  color: rgba(233, 204, 254, var(--text-opacity)); }

.group:hover .group-hover\:text-purple-10 {
  --text-opacity: 1.0;
  color: rgba(233, 204, 254, var(--text-opacity)); }

.focus\:text-purple-10:focus {
  --text-opacity: 1.0;
  color: rgba(233, 204, 254, var(--text-opacity)); }

.text-teal-90 {
  --text-opacity: 1.0;
  color: rgba(0, 51, 44, var(--text-opacity)); }

.hover\:text-teal-90:hover {
  --text-opacity: 1.0;
  color: rgba(0, 51, 44, var(--text-opacity)); }

.group:hover .group-hover\:text-teal-90 {
  --text-opacity: 1.0;
  color: rgba(0, 51, 44, var(--text-opacity)); }

.focus\:text-teal-90:focus {
  --text-opacity: 1.0;
  color: rgba(0, 51, 44, var(--text-opacity)); }

.text-teal-80 {
  --text-opacity: 1.0;
  color: rgba(0, 102, 89, var(--text-opacity)); }

.hover\:text-teal-80:hover {
  --text-opacity: 1.0;
  color: rgba(0, 102, 89, var(--text-opacity)); }

.group:hover .group-hover\:text-teal-80 {
  --text-opacity: 1.0;
  color: rgba(0, 102, 89, var(--text-opacity)); }

.focus\:text-teal-80:focus {
  --text-opacity: 1.0;
  color: rgba(0, 102, 89, var(--text-opacity)); }

.text-teal-70 {
  --text-opacity: 1.0;
  color: rgba(0, 153, 134, var(--text-opacity)); }

.hover\:text-teal-70:hover {
  --text-opacity: 1.0;
  color: rgba(0, 153, 134, var(--text-opacity)); }

.group:hover .group-hover\:text-teal-70 {
  --text-opacity: 1.0;
  color: rgba(0, 153, 134, var(--text-opacity)); }

.focus\:text-teal-70:focus {
  --text-opacity: 1.0;
  color: rgba(0, 153, 134, var(--text-opacity)); }

.text-teal-60 {
  --text-opacity: 1.0;
  color: rgba(0, 204, 179, var(--text-opacity)); }

.hover\:text-teal-60:hover {
  --text-opacity: 1.0;
  color: rgba(0, 204, 179, var(--text-opacity)); }

.group:hover .group-hover\:text-teal-60 {
  --text-opacity: 1.0;
  color: rgba(0, 204, 179, var(--text-opacity)); }

.focus\:text-teal-60:focus {
  --text-opacity: 1.0;
  color: rgba(0, 204, 179, var(--text-opacity)); }

.text-teal-50 {
  --text-opacity: 1.0;
  color: rgba(0, 255, 224, var(--text-opacity)); }

.hover\:text-teal-50:hover {
  --text-opacity: 1.0;
  color: rgba(0, 255, 224, var(--text-opacity)); }

.group:hover .group-hover\:text-teal-50 {
  --text-opacity: 1.0;
  color: rgba(0, 255, 224, var(--text-opacity)); }

.focus\:text-teal-50:focus {
  --text-opacity: 1.0;
  color: rgba(0, 255, 224, var(--text-opacity)); }

.text-teal-40 {
  --text-opacity: 1.0;
  color: rgba(50, 255, 230, var(--text-opacity)); }

.hover\:text-teal-40:hover {
  --text-opacity: 1.0;
  color: rgba(50, 255, 230, var(--text-opacity)); }

.group:hover .group-hover\:text-teal-40 {
  --text-opacity: 1.0;
  color: rgba(50, 255, 230, var(--text-opacity)); }

.focus\:text-teal-40:focus {
  --text-opacity: 1.0;
  color: rgba(50, 255, 230, var(--text-opacity)); }

.text-teal-30 {
  --text-opacity: 1.0;
  color: rgba(101, 255, 236, var(--text-opacity)); }

.hover\:text-teal-30:hover {
  --text-opacity: 1.0;
  color: rgba(101, 255, 236, var(--text-opacity)); }

.group:hover .group-hover\:text-teal-30 {
  --text-opacity: 1.0;
  color: rgba(101, 255, 236, var(--text-opacity)); }

.focus\:text-teal-30:focus {
  --text-opacity: 1.0;
  color: rgba(101, 255, 236, var(--text-opacity)); }

.text-teal-20 {
  --text-opacity: 1.0;
  color: rgba(153, 255, 242, var(--text-opacity)); }

.hover\:text-teal-20:hover {
  --text-opacity: 1.0;
  color: rgba(153, 255, 242, var(--text-opacity)); }

.group:hover .group-hover\:text-teal-20 {
  --text-opacity: 1.0;
  color: rgba(153, 255, 242, var(--text-opacity)); }

.focus\:text-teal-20:focus {
  --text-opacity: 1.0;
  color: rgba(153, 255, 242, var(--text-opacity)); }

.text-teal-10 {
  --text-opacity: 1.0;
  color: rgba(204, 254, 248, var(--text-opacity)); }

.hover\:text-teal-10:hover {
  --text-opacity: 1.0;
  color: rgba(204, 254, 248, var(--text-opacity)); }

.group:hover .group-hover\:text-teal-10 {
  --text-opacity: 1.0;
  color: rgba(204, 254, 248, var(--text-opacity)); }

.focus\:text-teal-10:focus {
  --text-opacity: 1.0;
  color: rgba(204, 254, 248, var(--text-opacity)); }

.text-orange-90 {
  --text-opacity: 1.0;
  color: rgba(51, 24, 0, var(--text-opacity)); }

.hover\:text-orange-90:hover {
  --text-opacity: 1.0;
  color: rgba(51, 24, 0, var(--text-opacity)); }

.group:hover .group-hover\:text-orange-90 {
  --text-opacity: 1.0;
  color: rgba(51, 24, 0, var(--text-opacity)); }

.focus\:text-orange-90:focus {
  --text-opacity: 1.0;
  color: rgba(51, 24, 0, var(--text-opacity)); }

.text-orange-80 {
  --text-opacity: 1.0;
  color: rgba(102, 49, 0, var(--text-opacity)); }

.hover\:text-orange-80:hover {
  --text-opacity: 1.0;
  color: rgba(102, 49, 0, var(--text-opacity)); }

.group:hover .group-hover\:text-orange-80 {
  --text-opacity: 1.0;
  color: rgba(102, 49, 0, var(--text-opacity)); }

.focus\:text-orange-80:focus {
  --text-opacity: 1.0;
  color: rgba(102, 49, 0, var(--text-opacity)); }

.text-orange-70 {
  --text-opacity: 1.0;
  color: rgba(153, 74, 0, var(--text-opacity)); }

.hover\:text-orange-70:hover {
  --text-opacity: 1.0;
  color: rgba(153, 74, 0, var(--text-opacity)); }

.group:hover .group-hover\:text-orange-70 {
  --text-opacity: 1.0;
  color: rgba(153, 74, 0, var(--text-opacity)); }

.focus\:text-orange-70:focus {
  --text-opacity: 1.0;
  color: rgba(153, 74, 0, var(--text-opacity)); }

.text-orange-60 {
  --text-opacity: 1.0;
  color: rgba(204, 99, 0, var(--text-opacity)); }

.hover\:text-orange-60:hover {
  --text-opacity: 1.0;
  color: rgba(204, 99, 0, var(--text-opacity)); }

.group:hover .group-hover\:text-orange-60 {
  --text-opacity: 1.0;
  color: rgba(204, 99, 0, var(--text-opacity)); }

.focus\:text-orange-60:focus {
  --text-opacity: 1.0;
  color: rgba(204, 99, 0, var(--text-opacity)); }

.text-orange-50 {
  --text-opacity: 1.0;
  color: rgba(255, 123, 0, var(--text-opacity)); }

.hover\:text-orange-50:hover {
  --text-opacity: 1.0;
  color: rgba(255, 123, 0, var(--text-opacity)); }

.group:hover .group-hover\:text-orange-50 {
  --text-opacity: 1.0;
  color: rgba(255, 123, 0, var(--text-opacity)); }

.focus\:text-orange-50:focus {
  --text-opacity: 1.0;
  color: rgba(255, 123, 0, var(--text-opacity)); }

.text-orange-40 {
  --text-opacity: 1.0;
  color: rgba(255, 150, 50, var(--text-opacity)); }

.hover\:text-orange-40:hover {
  --text-opacity: 1.0;
  color: rgba(255, 150, 50, var(--text-opacity)); }

.group:hover .group-hover\:text-orange-40 {
  --text-opacity: 1.0;
  color: rgba(255, 150, 50, var(--text-opacity)); }

.focus\:text-orange-40:focus {
  --text-opacity: 1.0;
  color: rgba(255, 150, 50, var(--text-opacity)); }

.text-orange-30 {
  --text-opacity: 1.0;
  color: rgba(255, 176, 101, var(--text-opacity)); }

.hover\:text-orange-30:hover {
  --text-opacity: 1.0;
  color: rgba(255, 176, 101, var(--text-opacity)); }

.group:hover .group-hover\:text-orange-30 {
  --text-opacity: 1.0;
  color: rgba(255, 176, 101, var(--text-opacity)); }

.focus\:text-orange-30:focus {
  --text-opacity: 1.0;
  color: rgba(255, 176, 101, var(--text-opacity)); }

.text-orange-20 {
  --text-opacity: 1.0;
  color: rgba(255, 202, 153, var(--text-opacity)); }

.hover\:text-orange-20:hover {
  --text-opacity: 1.0;
  color: rgba(255, 202, 153, var(--text-opacity)); }

.group:hover .group-hover\:text-orange-20 {
  --text-opacity: 1.0;
  color: rgba(255, 202, 153, var(--text-opacity)); }

.focus\:text-orange-20:focus {
  --text-opacity: 1.0;
  color: rgba(255, 202, 153, var(--text-opacity)); }

.text-orange-10 {
  --text-opacity: 1.0;
  color: rgba(254, 228, 204, var(--text-opacity)); }

.hover\:text-orange-10:hover {
  --text-opacity: 1.0;
  color: rgba(254, 228, 204, var(--text-opacity)); }

.group:hover .group-hover\:text-orange-10 {
  --text-opacity: 1.0;
  color: rgba(254, 228, 204, var(--text-opacity)); }

.focus\:text-orange-10:focus {
  --text-opacity: 1.0;
  color: rgba(254, 228, 204, var(--text-opacity)); }

.text-current {
  color: currentColor; }

.text-md {
  font-size: 1rem; }

.placeholder-white::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.hover\:placeholder-white:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-white::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.focus\:placeholder-white:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.placeholder-gray::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(80, 81, 82, var(--placeholder-opacity)); }

.hover\:placeholder-gray:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(80, 81, 82, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-gray::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(80, 81, 82, var(--placeholder-opacity)); }

.focus\:placeholder-gray:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(80, 81, 82, var(--placeholder-opacity)); }

.placeholder-green::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(180, 238, 86, var(--placeholder-opacity)); }

.hover\:placeholder-green:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(180, 238, 86, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-green::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(180, 238, 86, var(--placeholder-opacity)); }

.focus\:placeholder-green:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(180, 238, 86, var(--placeholder-opacity)); }

.placeholder-blue::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(9, 148, 226, var(--placeholder-opacity)); }

.hover\:placeholder-blue:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(9, 148, 226, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-blue::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(9, 148, 226, var(--placeholder-opacity)); }

.focus\:placeholder-blue:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(9, 148, 226, var(--placeholder-opacity)); }

.placeholder-red::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 37, 98, var(--placeholder-opacity)); }

.hover\:placeholder-red:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 37, 98, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-red::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 37, 98, var(--placeholder-opacity)); }

.focus\:placeholder-red:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 37, 98, var(--placeholder-opacity)); }

.placeholder-yellow::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(215, 229, 66, var(--placeholder-opacity)); }

.hover\:placeholder-yellow:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(215, 229, 66, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-yellow::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(215, 229, 66, var(--placeholder-opacity)); }

.focus\:placeholder-yellow:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(215, 229, 66, var(--placeholder-opacity)); }

.placeholder-purple::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(148, 97, 185, var(--placeholder-opacity)); }

.hover\:placeholder-purple:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(148, 97, 185, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-purple::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(148, 97, 185, var(--placeholder-opacity)); }

.focus\:placeholder-purple:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(148, 97, 185, var(--placeholder-opacity)); }

.placeholder-gray-05::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(249, 249, 252, var(--placeholder-opacity)); }

.hover\:placeholder-gray-05:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(249, 249, 252, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-gray-05::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(249, 249, 252, var(--placeholder-opacity)); }

.focus\:placeholder-gray-05:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(249, 249, 252, var(--placeholder-opacity)); }

.placeholder-pink::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(254, 69, 92, var(--placeholder-opacity)); }

.hover\:placeholder-pink:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(254, 69, 92, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-pink::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(254, 69, 92, var(--placeholder-opacity)); }

.focus\:placeholder-pink:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(254, 69, 92, var(--placeholder-opacity)); }

.placeholder-teal::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 199, 175, var(--placeholder-opacity)); }

.hover\:placeholder-teal:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 199, 175, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-teal::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 199, 175, var(--placeholder-opacity)); }

.focus\:placeholder-teal:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 199, 175, var(--placeholder-opacity)); }

.placeholder-orange::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 164, 78, var(--placeholder-opacity)); }

.hover\:placeholder-orange:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 164, 78, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-orange::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 164, 78, var(--placeholder-opacity)); }

.focus\:placeholder-orange:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 164, 78, var(--placeholder-opacity)); }

.placeholder-gray-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(25, 25, 25, var(--placeholder-opacity)); }

.hover\:placeholder-gray-90:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(25, 25, 25, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-gray-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(25, 25, 25, var(--placeholder-opacity)); }

.focus\:placeholder-gray-90:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(25, 25, 25, var(--placeholder-opacity)); }

.placeholder-gray-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(50, 50, 51, var(--placeholder-opacity)); }

.hover\:placeholder-gray-80:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(50, 50, 51, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-gray-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(50, 50, 51, var(--placeholder-opacity)); }

.focus\:placeholder-gray-80:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(50, 50, 51, var(--placeholder-opacity)); }

.placeholder-gray-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(75, 76, 77, var(--placeholder-opacity)); }

.hover\:placeholder-gray-70:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(75, 76, 77, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-gray-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(75, 76, 77, var(--placeholder-opacity)); }

.focus\:placeholder-gray-70:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(75, 76, 77, var(--placeholder-opacity)); }

.placeholder-gray-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(100, 101, 103, var(--placeholder-opacity)); }

.hover\:placeholder-gray-60:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(100, 101, 103, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-gray-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(100, 101, 103, var(--placeholder-opacity)); }

.focus\:placeholder-gray-60:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(100, 101, 103, var(--placeholder-opacity)); }

.placeholder-gray-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(125, 127, 129, var(--placeholder-opacity)); }

.hover\:placeholder-gray-50:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(125, 127, 129, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-gray-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(125, 127, 129, var(--placeholder-opacity)); }

.focus\:placeholder-gray-50:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(125, 127, 129, var(--placeholder-opacity)); }

.placeholder-gray-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(151, 153, 154, var(--placeholder-opacity)); }

.hover\:placeholder-gray-40:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(151, 153, 154, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-gray-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(151, 153, 154, var(--placeholder-opacity)); }

.focus\:placeholder-gray-40:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(151, 153, 154, var(--placeholder-opacity)); }

.placeholder-gray-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(177, 178, 179, var(--placeholder-opacity)); }

.hover\:placeholder-gray-30:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(177, 178, 179, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-gray-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(177, 178, 179, var(--placeholder-opacity)); }

.focus\:placeholder-gray-30:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(177, 178, 179, var(--placeholder-opacity)); }

.placeholder-gray-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(203, 204, 204, var(--placeholder-opacity)); }

.hover\:placeholder-gray-20:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(203, 204, 204, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-gray-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(203, 204, 204, var(--placeholder-opacity)); }

.focus\:placeholder-gray-20:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(203, 204, 204, var(--placeholder-opacity)); }

.placeholder-gray-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.hover\:placeholder-gray-10:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-gray-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.focus\:placeholder-gray-10:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.placeholder-green-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(31, 51, 0, var(--placeholder-opacity)); }

.hover\:placeholder-green-90:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(31, 51, 0, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-green-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(31, 51, 0, var(--placeholder-opacity)); }

.focus\:placeholder-green-90:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(31, 51, 0, var(--placeholder-opacity)); }

.placeholder-green-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(62, 99, 2, var(--placeholder-opacity)); }

.hover\:placeholder-green-80:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(62, 99, 2, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-green-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(62, 99, 2, var(--placeholder-opacity)); }

.focus\:placeholder-green-80:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(62, 99, 2, var(--placeholder-opacity)); }

.placeholder-green-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(92, 146, 6, var(--placeholder-opacity)); }

.hover\:placeholder-green-70:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(92, 146, 6, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-green-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(92, 146, 6, var(--placeholder-opacity)); }

.focus\:placeholder-green-70:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(92, 146, 6, var(--placeholder-opacity)); }

.placeholder-green-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(122, 190, 13, var(--placeholder-opacity)); }

.hover\:placeholder-green-60:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(122, 190, 13, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-green-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(122, 190, 13, var(--placeholder-opacity)); }

.focus\:placeholder-green-60:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(122, 190, 13, var(--placeholder-opacity)); }

.placeholder-green-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(152, 231, 23, var(--placeholder-opacity)); }

.hover\:placeholder-green-50:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(152, 231, 23, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-green-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(152, 231, 23, var(--placeholder-opacity)); }

.focus\:placeholder-green-50:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(152, 231, 23, var(--placeholder-opacity)); }

.placeholder-green-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(173, 241, 64, var(--placeholder-opacity)); }

.hover\:placeholder-green-40:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(173, 241, 64, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-green-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(173, 241, 64, var(--placeholder-opacity)); }

.focus\:placeholder-green-40:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(173, 241, 64, var(--placeholder-opacity)); }

.placeholder-green-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(194, 248, 108, var(--placeholder-opacity)); }

.hover\:placeholder-green-30:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(194, 248, 108, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-green-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(194, 248, 108, var(--placeholder-opacity)); }

.focus\:placeholder-green-30:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(194, 248, 108, var(--placeholder-opacity)); }

.placeholder-green-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(215, 252, 155, var(--placeholder-opacity)); }

.hover\:placeholder-green-20:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(215, 252, 155, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-green-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(215, 252, 155, var(--placeholder-opacity)); }

.focus\:placeholder-green-20:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(215, 252, 155, var(--placeholder-opacity)); }

.placeholder-green-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(235, 254, 204, var(--placeholder-opacity)); }

.hover\:placeholder-green-10:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(235, 254, 204, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-green-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(235, 254, 204, var(--placeholder-opacity)); }

.focus\:placeholder-green-10:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(235, 254, 204, var(--placeholder-opacity)); }

.placeholder-blue-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 32, 51, var(--placeholder-opacity)); }

.hover\:placeholder-blue-90:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 32, 51, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-blue-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 32, 51, var(--placeholder-opacity)); }

.focus\:placeholder-blue-90:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 32, 51, var(--placeholder-opacity)); }

.placeholder-blue-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 65, 101, var(--placeholder-opacity)); }

.hover\:placeholder-blue-80:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 65, 101, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-blue-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 65, 101, var(--placeholder-opacity)); }

.focus\:placeholder-blue-80:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 65, 101, var(--placeholder-opacity)); }

.placeholder-blue-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(2, 97, 150, var(--placeholder-opacity)); }

.hover\:placeholder-blue-70:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(2, 97, 150, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-blue-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(2, 97, 150, var(--placeholder-opacity)); }

.focus\:placeholder-blue-70:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(2, 97, 150, var(--placeholder-opacity)); }

.placeholder-blue-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(5, 129, 198, var(--placeholder-opacity)); }

.hover\:placeholder-blue-60:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(5, 129, 198, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-blue-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(5, 129, 198, var(--placeholder-opacity)); }

.focus\:placeholder-blue-60:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(5, 129, 198, var(--placeholder-opacity)); }

.placeholder-blue-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(9, 160, 245, var(--placeholder-opacity)); }

.hover\:placeholder-blue-50:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(9, 160, 245, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-blue-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(9, 160, 245, var(--placeholder-opacity)); }

.focus\:placeholder-blue-50:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(9, 160, 245, var(--placeholder-opacity)); }

.placeholder-blue-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(56, 180, 249, var(--placeholder-opacity)); }

.hover\:placeholder-blue-40:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(56, 180, 249, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-blue-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(56, 180, 249, var(--placeholder-opacity)); }

.focus\:placeholder-blue-40:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(56, 180, 249, var(--placeholder-opacity)); }

.placeholder-blue-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(104, 199, 252, var(--placeholder-opacity)); }

.hover\:placeholder-blue-30:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(104, 199, 252, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-blue-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(104, 199, 252, var(--placeholder-opacity)); }

.focus\:placeholder-blue-30:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(104, 199, 252, var(--placeholder-opacity)); }

.placeholder-blue-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 218, 254, var(--placeholder-opacity)); }

.hover\:placeholder-blue-20:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 218, 254, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-blue-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 218, 254, var(--placeholder-opacity)); }

.focus\:placeholder-blue-20:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 218, 254, var(--placeholder-opacity)); }

.placeholder-blue-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 236, 254, var(--placeholder-opacity)); }

.hover\:placeholder-blue-10:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 236, 254, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-blue-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 236, 254, var(--placeholder-opacity)); }

.focus\:placeholder-blue-10:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 236, 254, var(--placeholder-opacity)); }

.placeholder-red-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(51, 0, 14, var(--placeholder-opacity)); }

.hover\:placeholder-red-90:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(51, 0, 14, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-red-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(51, 0, 14, var(--placeholder-opacity)); }

.focus\:placeholder-red-90:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(51, 0, 14, var(--placeholder-opacity)); }

.placeholder-red-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(102, 0, 28, var(--placeholder-opacity)); }

.hover\:placeholder-red-80:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(102, 0, 28, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-red-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(102, 0, 28, var(--placeholder-opacity)); }

.focus\:placeholder-red-80:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(102, 0, 28, var(--placeholder-opacity)); }

.placeholder-red-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 0, 42, var(--placeholder-opacity)); }

.hover\:placeholder-red-70:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 0, 42, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-red-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 0, 42, var(--placeholder-opacity)); }

.focus\:placeholder-red-70:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 0, 42, var(--placeholder-opacity)); }

.placeholder-red-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 0, 57, var(--placeholder-opacity)); }

.hover\:placeholder-red-60:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 0, 57, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-red-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 0, 57, var(--placeholder-opacity)); }

.focus\:placeholder-red-60:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 0, 57, var(--placeholder-opacity)); }

.placeholder-red-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 0, 71, var(--placeholder-opacity)); }

.hover\:placeholder-red-50:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 0, 71, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-red-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 0, 71, var(--placeholder-opacity)); }

.focus\:placeholder-red-50:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 0, 71, var(--placeholder-opacity)); }

.placeholder-red-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 50, 108, var(--placeholder-opacity)); }

.hover\:placeholder-red-40:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 50, 108, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-red-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 50, 108, var(--placeholder-opacity)); }

.focus\:placeholder-red-40:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 50, 108, var(--placeholder-opacity)); }

.placeholder-red-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 101, 144, var(--placeholder-opacity)); }

.hover\:placeholder-red-30:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 101, 144, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-red-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 101, 144, var(--placeholder-opacity)); }

.focus\:placeholder-red-30:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 101, 144, var(--placeholder-opacity)); }

.placeholder-red-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 153, 181, var(--placeholder-opacity)); }

.hover\:placeholder-red-20:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 153, 181, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-red-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 153, 181, var(--placeholder-opacity)); }

.focus\:placeholder-red-20:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 153, 181, var(--placeholder-opacity)); }

.placeholder-red-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(254, 204, 218, var(--placeholder-opacity)); }

.hover\:placeholder-red-10:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(254, 204, 218, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-red-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(254, 204, 218, var(--placeholder-opacity)); }

.focus\:placeholder-red-10:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(254, 204, 218, var(--placeholder-opacity)); }

.placeholder-yellow-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(46, 51, 0, var(--placeholder-opacity)); }

.hover\:placeholder-yellow-90:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(46, 51, 0, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-yellow-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(46, 51, 0, var(--placeholder-opacity)); }

.focus\:placeholder-yellow-90:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(46, 51, 0, var(--placeholder-opacity)); }

.placeholder-yellow-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(90, 98, 3, var(--placeholder-opacity)); }

.hover\:placeholder-yellow-80:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(90, 98, 3, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-yellow-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(90, 98, 3, var(--placeholder-opacity)); }

.focus\:placeholder-yellow-80:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(90, 98, 3, var(--placeholder-opacity)); }

.placeholder-yellow-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(132, 143, 9, var(--placeholder-opacity)); }

.hover\:placeholder-yellow-70:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(132, 143, 9, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-yellow-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(132, 143, 9, var(--placeholder-opacity)); }

.focus\:placeholder-yellow-70:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(132, 143, 9, var(--placeholder-opacity)); }

.placeholder-yellow-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(171, 185, 18, var(--placeholder-opacity)); }

.hover\:placeholder-yellow-60:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(171, 185, 18, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-yellow-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(171, 185, 18, var(--placeholder-opacity)); }

.focus\:placeholder-yellow-60:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(171, 185, 18, var(--placeholder-opacity)); }

.placeholder-yellow-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(207, 224, 30, var(--placeholder-opacity)); }

.hover\:placeholder-yellow-50:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(207, 224, 30, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-yellow-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(207, 224, 30, var(--placeholder-opacity)); }

.focus\:placeholder-yellow-50:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(207, 224, 30, var(--placeholder-opacity)); }

.placeholder-yellow-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(222, 236, 69, var(--placeholder-opacity)); }

.hover\:placeholder-yellow-40:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(222, 236, 69, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-yellow-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(222, 236, 69, var(--placeholder-opacity)); }

.focus\:placeholder-yellow-40:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(222, 236, 69, var(--placeholder-opacity)); }

.placeholder-yellow-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(234, 245, 111, var(--placeholder-opacity)); }

.hover\:placeholder-yellow-30:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(234, 245, 111, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-yellow-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(234, 245, 111, var(--placeholder-opacity)); }

.focus\:placeholder-yellow-30:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(234, 245, 111, var(--placeholder-opacity)); }

.placeholder-yellow-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(243, 251, 156, var(--placeholder-opacity)); }

.hover\:placeholder-yellow-20:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(243, 251, 156, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-yellow-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(243, 251, 156, var(--placeholder-opacity)); }

.focus\:placeholder-yellow-20:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(243, 251, 156, var(--placeholder-opacity)); }

.placeholder-yellow-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(250, 254, 204, var(--placeholder-opacity)); }

.hover\:placeholder-yellow-10:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(250, 254, 204, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-yellow-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(250, 254, 204, var(--placeholder-opacity)); }

.focus\:placeholder-yellow-10:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(250, 254, 204, var(--placeholder-opacity)); }

.placeholder-purple-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(29, 0, 51, var(--placeholder-opacity)); }

.hover\:placeholder-purple-90:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(29, 0, 51, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-purple-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(29, 0, 51, var(--placeholder-opacity)); }

.focus\:placeholder-purple-90:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(29, 0, 51, var(--placeholder-opacity)); }

.placeholder-purple-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(57, 7, 94, var(--placeholder-opacity)); }

.hover\:placeholder-purple-80:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(57, 7, 94, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-purple-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(57, 7, 94, var(--placeholder-opacity)); }

.focus\:placeholder-purple-80:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(57, 7, 94, var(--placeholder-opacity)); }

.placeholder-purple-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(84, 23, 129, var(--placeholder-opacity)); }

.hover\:placeholder-purple-70:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(84, 23, 129, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-purple-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(84, 23, 129, var(--placeholder-opacity)); }

.focus\:placeholder-purple-70:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(84, 23, 129, var(--placeholder-opacity)); }

.placeholder-purple-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(110, 46, 157, var(--placeholder-opacity)); }

.hover\:placeholder-purple-60:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(110, 46, 157, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-purple-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(110, 46, 157, var(--placeholder-opacity)); }

.focus\:placeholder-purple-60:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(110, 46, 157, var(--placeholder-opacity)); }

.placeholder-purple-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(135, 78, 176, var(--placeholder-opacity)); }

.hover\:placeholder-purple-50:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(135, 78, 176, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-purple-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(135, 78, 176, var(--placeholder-opacity)); }

.focus\:placeholder-purple-50:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(135, 78, 176, var(--placeholder-opacity)); }

.placeholder-purple-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(161, 97, 208, var(--placeholder-opacity)); }

.hover\:placeholder-purple-40:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(161, 97, 208, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-purple-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(161, 97, 208, var(--placeholder-opacity)); }

.focus\:placeholder-purple-40:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(161, 97, 208, var(--placeholder-opacity)); }

.placeholder-purple-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(186, 125, 231, var(--placeholder-opacity)); }

.hover\:placeholder-purple-30:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(186, 125, 231, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-purple-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(186, 125, 231, var(--placeholder-opacity)); }

.focus\:placeholder-purple-30:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(186, 125, 231, var(--placeholder-opacity)); }

.placeholder-purple-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(210, 160, 247, var(--placeholder-opacity)); }

.hover\:placeholder-purple-20:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(210, 160, 247, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-purple-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(210, 160, 247, var(--placeholder-opacity)); }

.focus\:placeholder-purple-20:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(210, 160, 247, var(--placeholder-opacity)); }

.placeholder-purple-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(233, 204, 254, var(--placeholder-opacity)); }

.hover\:placeholder-purple-10:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(233, 204, 254, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-purple-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(233, 204, 254, var(--placeholder-opacity)); }

.focus\:placeholder-purple-10:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(233, 204, 254, var(--placeholder-opacity)); }

.placeholder-teal-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 51, 44, var(--placeholder-opacity)); }

.hover\:placeholder-teal-90:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 51, 44, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-teal-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 51, 44, var(--placeholder-opacity)); }

.focus\:placeholder-teal-90:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 51, 44, var(--placeholder-opacity)); }

.placeholder-teal-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 102, 89, var(--placeholder-opacity)); }

.hover\:placeholder-teal-80:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 102, 89, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-teal-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 102, 89, var(--placeholder-opacity)); }

.focus\:placeholder-teal-80:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 102, 89, var(--placeholder-opacity)); }

.placeholder-teal-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 153, 134, var(--placeholder-opacity)); }

.hover\:placeholder-teal-70:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 153, 134, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-teal-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 153, 134, var(--placeholder-opacity)); }

.focus\:placeholder-teal-70:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 153, 134, var(--placeholder-opacity)); }

.placeholder-teal-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 204, 179, var(--placeholder-opacity)); }

.hover\:placeholder-teal-60:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 204, 179, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-teal-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 204, 179, var(--placeholder-opacity)); }

.focus\:placeholder-teal-60:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 204, 179, var(--placeholder-opacity)); }

.placeholder-teal-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 255, 224, var(--placeholder-opacity)); }

.hover\:placeholder-teal-50:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 255, 224, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-teal-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 255, 224, var(--placeholder-opacity)); }

.focus\:placeholder-teal-50:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(0, 255, 224, var(--placeholder-opacity)); }

.placeholder-teal-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(50, 255, 230, var(--placeholder-opacity)); }

.hover\:placeholder-teal-40:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(50, 255, 230, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-teal-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(50, 255, 230, var(--placeholder-opacity)); }

.focus\:placeholder-teal-40:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(50, 255, 230, var(--placeholder-opacity)); }

.placeholder-teal-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(101, 255, 236, var(--placeholder-opacity)); }

.hover\:placeholder-teal-30:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(101, 255, 236, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-teal-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(101, 255, 236, var(--placeholder-opacity)); }

.focus\:placeholder-teal-30:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(101, 255, 236, var(--placeholder-opacity)); }

.placeholder-teal-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 255, 242, var(--placeholder-opacity)); }

.hover\:placeholder-teal-20:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 255, 242, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-teal-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 255, 242, var(--placeholder-opacity)); }

.focus\:placeholder-teal-20:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 255, 242, var(--placeholder-opacity)); }

.placeholder-teal-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 254, 248, var(--placeholder-opacity)); }

.hover\:placeholder-teal-10:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 254, 248, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-teal-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 254, 248, var(--placeholder-opacity)); }

.focus\:placeholder-teal-10:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 254, 248, var(--placeholder-opacity)); }

.placeholder-orange-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(51, 24, 0, var(--placeholder-opacity)); }

.hover\:placeholder-orange-90:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(51, 24, 0, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-orange-90::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(51, 24, 0, var(--placeholder-opacity)); }

.focus\:placeholder-orange-90:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(51, 24, 0, var(--placeholder-opacity)); }

.placeholder-orange-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(102, 49, 0, var(--placeholder-opacity)); }

.hover\:placeholder-orange-80:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(102, 49, 0, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-orange-80::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(102, 49, 0, var(--placeholder-opacity)); }

.focus\:placeholder-orange-80:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(102, 49, 0, var(--placeholder-opacity)); }

.placeholder-orange-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 74, 0, var(--placeholder-opacity)); }

.hover\:placeholder-orange-70:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 74, 0, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-orange-70::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 74, 0, var(--placeholder-opacity)); }

.focus\:placeholder-orange-70:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(153, 74, 0, var(--placeholder-opacity)); }

.placeholder-orange-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 99, 0, var(--placeholder-opacity)); }

.hover\:placeholder-orange-60:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 99, 0, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-orange-60::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 99, 0, var(--placeholder-opacity)); }

.focus\:placeholder-orange-60:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(204, 99, 0, var(--placeholder-opacity)); }

.placeholder-orange-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 123, 0, var(--placeholder-opacity)); }

.hover\:placeholder-orange-50:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 123, 0, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-orange-50::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 123, 0, var(--placeholder-opacity)); }

.focus\:placeholder-orange-50:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 123, 0, var(--placeholder-opacity)); }

.placeholder-orange-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 150, 50, var(--placeholder-opacity)); }

.hover\:placeholder-orange-40:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 150, 50, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-orange-40::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 150, 50, var(--placeholder-opacity)); }

.focus\:placeholder-orange-40:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 150, 50, var(--placeholder-opacity)); }

.placeholder-orange-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 176, 101, var(--placeholder-opacity)); }

.hover\:placeholder-orange-30:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 176, 101, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-orange-30::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 176, 101, var(--placeholder-opacity)); }

.focus\:placeholder-orange-30:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 176, 101, var(--placeholder-opacity)); }

.placeholder-orange-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 202, 153, var(--placeholder-opacity)); }

.hover\:placeholder-orange-20:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 202, 153, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-orange-20::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 202, 153, var(--placeholder-opacity)); }

.focus\:placeholder-orange-20:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(255, 202, 153, var(--placeholder-opacity)); }

.placeholder-orange-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(254, 228, 204, var(--placeholder-opacity)); }

.hover\:placeholder-orange-10:hover::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(254, 228, 204, var(--placeholder-opacity)); }

.group:hover .group-hover\:placeholder-orange-10::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(254, 228, 204, var(--placeholder-opacity)); }

.focus\:placeholder-orange-10:focus::placeholder {
  --placeholder-opacity: 1.0;
  color: rgba(254, 228, 204, var(--placeholder-opacity)); }

.text {
  font-size: 1rem; }

.text-xs {
  font-size: 0.8rem; }

.text-sm {
  font-size: 0.9rem; }

.text-lg {
  font-size: 1.2rem; }

.text-xl {
  font-size: 1.4rem; }

.text-2x {
  font-size: 2rem; }

.text-4x {
  font-size: 4rem; }

.text-8x {
  font-size: 8rem; }

.text-mono {
  font-family: monospace, monospace; }

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

.text-lowercase {
  text-transform: lowercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-normal-case {
  text-transform: none; }

.text-italic {
  font-style: italic; }

.text-underline {
  text-decoration: underline; }

.hover\:text-underline:hover {
  text-decoration: underline; }

.group:hover .group-hover\:text-underline {
  text-decoration: underline; }

.focus\:text-underline:focus {
  text-decoration: underline; }

.text-no-underline {
  text-decoration: none; }

.text-line-through {
  text-decoration: line-through; }

.text-100 {
  font-weight: 100; }

.text-hairline {
  font-weight: 100; }

.text-200 {
  font-weight: 200; }

.text-thin {
  font-weight: 200; }

.text-300 {
  font-weight: 300; }

.text-light {
  font-weight: 300; }

.text-400 {
  font-weight: 400; }

.text-normal {
  font-weight: 400; }

.text-500 {
  font-weight: 500; }

.text-medium {
  font-weight: 500; }

.text-600 {
  font-weight: 600; }

.text-semibold {
  font-weight: 600; }

.text-700 {
  font-weight: 700; }

.text-bold {
  font-weight: 700; }

.text-800 {
  font-weight: 800; }

.text-extrabold {
  font-weight: 800; }

.text-900 {
  font-weight: 900; }

.text-black {
  font-weight: 900; }

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

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

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

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

.leading-none {
  line-height: 1; }

.leading-tight {
  line-height: 1.25; }

.leading-snug {
  line-height: 1.375; }

.leading-normal {
  line-height: 1.5; }

.leading-relaxed {
  line-height: 1.625; }

.leading-loose {
  line-height: 2; }

.tracking-tighter {
  letter-spacing: -0.05em; }

.tracking-tight {
  letter-spacing: -0.025em; }

.tracking-normal {
  letter-spacing: 0; }

.tracking-wide {
  letter-spacing: 0.025em; }

.tracking-wider {
  letter-spacing: 0.05em; }

.tracking-widest {
  letter-spacing: 0.1em; }

.text-col-2 {
  column-count: 2;
  column-gap: 5em; }

.text-col-3 {
  column-count: 3;
  column-gap: 5em; }

.text-no-break {
  break-inside: avoid-column; }

.text-break {
  word-break: break-all; }

.text-nowrap,
.text-no-wrap {
  white-space: nowrap; }

.text-overflow-hidden {
  text-overflow: ellipsis;
  overflow: hidden; }

.text-list-none {
  list-style-type: none; }

.text-list-disc {
  list-style-type: disc; }

.text-list-decimal {
  list-style-type: decimal; }

.text-list-inside {
  list-style-position: inside; }

.text-list-outside {
  list-style-position: outside; }

.select-none {
  user-select: none; }

.select-text {
  user-select: text; }

.select-all {
  user-select: all; }

.select-auto {
  user-select: auto; }

/*
  Icon Font: unicons
*/
@font-face {
  font-family: "unicons";
  src: url("../fonts/unicons_e87ac26a0fa4edd6b247cde9db62d03b.eot?") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "unicons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAEYAAA0AAAAAceQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAABF5AAAABoAAAAckcDp3k9TLzIAAAGgAAAASgAAAGBP+132Y21hcAAAAqgAAAEMAAACat7hFA1jdnQgAAADtAAAAAQAAAAEABEBRGdhc3AAAEXcAAAACAAAAAj//wADZ2x5ZgAABMQAADyDAABj5J3Wv1JoZWFkAAABMAAAADAAAAA2F/wrgmhoZWEAAAFgAAAAIAAAACQD+wHBaG10eAAAAewAAAC8AAABEg8qDCVsb2NhAAADuAAAAQoAAAEK9j3b2m1heHAAAAGAAAAAIAAAACABbwTqbmFtZQAAQUgAAAEsAAACFmuiPztwb3N0AABCdAAAA2YAAAV8R2t6v3jaY2BkYGAAYu2t3hrx/DZfGbiZGEDgdtbXZhj9/8//3UzcjEeAXA4GsDQAS/8NDXjaY2BkYGA88n83gx4Tw/8/DAxM3AxAERTACgB/3QS/AAEAAACEBLkAqQAAAAAAAgAAAAEAAQAAAEAALgAAAAB42mNgYfzLOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGAQYECEhzTWFoYFD4eJXxwP8DDHqMRxhcQWqQlCgwMAIAYlkMlAAAeNotjj0KwkAQhT8l8R8k6CYEgkjsgoUgpBPS6QVS2Qg2gsTKU9h7CcETiLVeSvTtxh3e7Oy892aWBwH23IQ3NGGHr9oQcWVOZsnvR+8BXRa6X5zUHTNS3lCwZkVfolQYclHfsNWUUHwk9PDE+KoOYlISNz9iT8lR6lzKVGxBfXK3cyLVUnpDi7M2h8Sak4jLmNKQt45ECk8983dHLlfcFZV+M+OpbGHrtuYidUxH3sC57ObSwYb5AZSsG1B42t3RPyjEcRjH8e/33Bk/vyTbySVlkZQySaeEpJMSKVkog0HKIqNIFhmUWMzSqTNQBgxikFKU/9FZhHhPbD9PvyuD2eSp53l66uk1PI9zrsgVMum8VeeHbfLRHPft1jMu7RJOLoUnQQlllFNJFTXUUk8DTTTTQhsddNJFD30MMMgQo4wzwRTTzDLPIsussk6WQy7C0NwUzryAUpJUmFdtXp15jaTNa428DN300h95I4yZN2neDHMssMQKa2yQ4ygMw3wQD7y+9Cn0oXe96VUvetaT8nrUg+51p1vd6FpXutS5znSqEx3rQPva0652tK0t5bSpbOEOfxm+2P2gPmYl9nuh8IL/HN9KMIaBABEBRAAAACoAKgAqACoAPgBoAMIBDAFUAZ4CYALCAx4DMANeA5AD5AQ0BbwGQAZSBnIGxAbsBy4HigfWCEgIngleCfwLDAtkC+IMFgxWDJ4NKg2iDeoOVA8GD0wPfBAmEE4QlhDMER4RTBHqEjgSZBKIEqATEhOGE6YT8hRQFOAVMhWEFbIV6BYAFigWShbWFygXdBg8GlYabhqgGuwbWhuEHCAcahyYHZQeDh5eHpwfEh/KIAIgPCBqIKIg/CFKIgAiTiKaIrwi8CMiI2QjnCQOJCokRiRgJHokmiS6JNok+iUYJTYlVCV2Jcol+CZuJqYm/CeMJ/ooKih4Ln4uwC8kL6wwCjBIMPIxejHyAAB42qW9CZxcVZUw/s697937ttrr1evuqu6uruqqSrqTdO0V0kl3h4QkJEBCoJsAYY8Bk4CICAyC9ieyu4xgIqAjOKIoUf8CAjoqtgM6bt8MjgS/cZtRx40o8zk6zrhVf+fcV72F4PL7V7/lvvvueu65Z7vnvtaYFtM07V6Y1LgmtVWPgDay9lGpaz+vPiKMb699lDMMao9wijYo+lEp4PdrHwWKr8VqsVItlo/ddu3evTDZPhyDGpbGtAu1NDwA56gytRalagx4P1v2GIylYbz9uTcvW4bJNF0zZj8Pv4NPqXQRzV9IW8yJZKrarA9WU0mRK9ZV3o1PTE8/Md3+zLN33/3s3QMw1v77O5ct+49pin3gbopUZWqzLzANDmFpaW2Ftk7ToL4K8jnhxQZi9SLdk6naQLXZiA00BgwMrFMJBnKiF5IpPxcGL5kaheoYa9SLeThi2MJy2w+7cde1YBqDU/BwewKeN0PCNtpDZij0RUwSMqd0U/CQCZ7AJ2tWA80Khaz2UYvyDU/sD5n7MYNr7TdDw6pMLkzdcrHNXPNmj8BROKyFtG6tomlGs4gNztHFT1V5vVlNYdv8gWbDyBWxuUXVVpEnIFFX6kVoyZDrhrroIuNb379t3zan/YIDk7HuPW/d0x2jpsDDeHUcD39OFoYb27Y19vuJhD/UHdu/ec+ezftj3aFYCA8aGwPhZ8BP4XVqXIrakLYKIVlNIfQEwqrYiNWbtVRnlGSyj9UQogGgAcevgCf8XSKTSbTfTNeNEduO2Du5IXRp66YhHfir9h1wTfsncH060f5JIp1OQFciPWyHbTssdWEwW2I6u/0fzz//+0xGM7WDs9+EK+BezUMY9WoDWkFbrq0kaEG1j2OzwjAMuVVMNSzRyHutzul37iU8a3jCuVzoOuiW8XEuDe7IHevo91Y8k3iFe5muC96+1DANai7cazrtPVu3XrJt256544Jt+NO0jLZi9tvwHDyIMEoofOvX8lpJG9ZGtJrW0ka1cW2Dtlnbpm3XztDO0s7VLtBepb1Gu1Z7nfYG7SbtVtV25sXEMBRf0u5jz8RfGE+nDAYMAVN8WbjQCc8gTBAfvxCxxOjQ4t+lyxd+ly5580lhWeIeumys0+86dYX3Md3g7amINOFhYbXPXLZs7bJlo+q6tlQKAu3nXxp13/ESXmSJ9h+oCuBY1u/Gx8/EY2zsg3MBmjtDOHeex7kzgHN9y0twdBQawfSpNepjUKOQQbNnACf3MM50QRMq79FkWgXrAKc9XgeQAtTgYGZwMNN+nq5DbsKdxklru7Oa7cKUa6sY15LYNA0vSB9smC6k20fShUIahtMFz3Zd2/PwHd6GHXtiwnY823EwznawKK99GK8zM0gBFmhWl1bWVmsTmlYIeoBzfQyQFo1DzSealMJRo3aX8MxFaLIRzSISMEi9pN6oCVnMwRHXaiO1wjomXTG4b1C4k5Y7XOzZOiidaUcObu0pFntguqfYnik0C4XmjvFd4+O7holQvIAUzGq1LAy9kC60LKtVSGOgMN0oFhuFA2ePjZ09RjQCsN2/xHZfjdRCa7R88KE2DT219mMfqE9DN95xfGZ/P/s0/AGeQdrm4QzRWkUckFrVTymYjylilky1/JYvS9tOO7Tv8m1bDu27bOa66x6+7jpYc8XgXec7pxzYd+i0rZftO1SmyIev+9dRjL5gMd0k7tGvac0OEFgHCH6HUvZDConTCExc+cCVVz7wrjv+/o47/v4aJOjOlJN0t6rIK2GAYu/YT+R6OiSGjZATNgrYM3f2X+C/4QGc4StwdOo4PhoNQiPoR8qnbpSETCBnwYq8ZB94YwwHLEUUcRVIpISGOmveXj711ldc8nb215dY9WL2xqkbdwgGVk8EpOgpTt2oT38fsu1/o/N9xYy5xhzbffprrznz9NeKTBTuvmTjyWu4gFiPI2M26PKSjesvvj6bXZfNnpDNIiws1c6HEBIZbKc2mCuWxqDVB9UmXnxRDJ6bCHlf+H0QAZEbgWJzHKRKU4JVuzdwkdCN6kTVYJ7g564YNIyYbkwYbth4KAmJxxPN5McTkLzQgZ1X7QTnzrQXbjnhRCIs10S8vw7Z4aoVjWaX21+zeuyLbDx6rGJ/Vy7X1a/ZWnn2n+Br8KiilWmkkjWkjj/X/hNsyL2UswAy68EkInl9FJpBPMYini8KFwPCRnO8mmimZE6GEZCyVu3kK5aKJZEXdJU0RsVWc+Gv1iQMxOTqz0t6lWqFwNOqzyUgFC3L+SSyWksFbyrNcVYp18qtyhpWy9eSJ0Ct3Ae1pJ/0yhUsM1kWXpAlVcN6WlRsgPAYhflLOS/flLViq06lNYRqdj6XL5ZyUpRwJkif/vKyJEv5Von+/BZ8Vtq2bL+RrnBl+35Im91Sdq80FwikuSj8QUvspOBO8ZRkprBZSGesR8p3mmaXwQE4Nw2Arm4Ag3GzK80Z060YMjwm8CXTbdfAZEznYESRWTJgzGBAP113LQpxE0mbpOT0C951foxz21B3nbnccZDdcsaZSG7ByBWbsEwsS3Ductdk4GKkfW3EjEHEsiIQMyOLwvAodnpcdfpz0m6vhQfbu2+NRK50TdO1mnQ1W+ra/j5itM3C2OhIhHFqkGAsYwK20RzkXJrJrM2xaob9FZaXxObr1B2EBHRLTIthfEetlmbCxRZKpJ0ml3NdW+giCgghQTfucJvr0hCGwN5FAca4rts2AhNB4HAHK5C3WVHqU9iMUZdiZph6F11EuxIoKVyCdLGB6ICY7JOo5xFmI0J4SZytKUX6A9xDhlAivM7R+w5ektzFlOyDb6mIPlBcQbEy4hYdLnEEzNBMWIDlzoQlDIHumq5MznSZMcIFxkMyJBMzSYnROkyYIZJPU4FQO4McwbVQfC2kZ4hveFTCXHFfPbaIbjNqIpwNvN3kWlSCjsLUjBKYU8GVCplJF4iH/IN2K5yg/YY0hQ4Lq/901cDAqoH/GaCb0ieuwDR3qTTxhVR491Dqy2PwbSMDAyMDz40MRHoiXZ2MAwM+PlEBJCO8gDLCIaURIP0uzEvQA4vk6UArGER2hPwCWS5xkAiUfGImjUB1QK4ad1Gof94KYQAZ/VC60P5SLCT2izieoZjYvXszaQpxd5oYySSx00kVIrngCCbYL/DAHLt3X680A42u1MYk9vFnqo9KE1rUyyX3hurqEdXD51R4rrsLB8LM1BKz/wg/gYeVbuXMS6h5BLnSe156SuRQxIXx7sNP2ivgufYp8I72Afj48cPZH9zie/4wXAtbLj4x95nO+b4NG/pWW6vzH7xmEdwLWlM7cRHciW53kFVpDXM4qp45CQSjpIUp3ayY15MLwwEH1Qi8QICdVrg0TZBF8USBeb9S02Y1BPRR4cbF0cOon5nTSqrBMQtQ+AUlo+3DpAG3t9z/xgE5KuKuOKopfNsy+zX4BPx/CC3SL5J9hhIUcYYS50SCXsIZVy+O8VYzMYYCZrHUhyQcL9ATy+QGMrH99+xvRGy94KeQSDIDuIHaT2//svKpGyIRbu6xz4GPlsaX5/uyK9MbL7xw42m7Nm/wM9JsFaDfykb6Y+lYQqba51mjK8vblxXOLZ5jx7oRnhNIM2aQZnioV2xHeCJTy+dko8OuatUWMR6uYsNckqqLjKnamn9PLUZUJjWNaAfMgZhQezJTOWGwkNaN1MDSUDLnxZDQI+gsYTjHjWt/OdAcp5O+9XUGZucGWtI3pIVMBYcE0xq6bs7HwFxMez8Nz8G5ebB59ig8C+/AkIO9RLqIWFnz8l4+NoDqCyoreKJclW9UUfpSGh29rc3F9IJS85RwVvMIDNddec+OB34Cq1fvuDKaZWGTMSfWddu6dZtZSIV3fGJ11AWOOieyvMFs9oNXXgkfbP/bxBe/uCtqOlbUvfDC6D0qEMWQG7UY6oUc8cTW1s1+F56Gv0WqlNKWaWu0rdqF2pXatPZ27SDiTQ0p8SKpBtUPEmta5bwSYKqVWoeAycUx/rExfSDUM6q2C7kqWGrpmETHPvtKo1GTLKWIXQkBA4+i6IiMrX0fQl/qsKv9xDAYJpLvM5DcC/2M4OGXhgn49MuFJ1P8EpihM3x8iCIf6uRSr85Y/LABy7XkLmlZcstqeK8u9fZuYdsC3ocv2ufA7e1rnzMdlFZQ51wjXSkF6tujFOOYo6g9MkFlGebRTlRw+yvMfA2VeY2wr5maonlqaQ7KlL9CmZJo3FZtpzaJOval2n7UsjVjIDYAePo4G9ZBDTkpTQUy6qxiI7AKVShUCBkBnFCGYnHOMBTfGVJ/4rkkrtXyrZqfRylM1nzEQ8TEANkQB2teokM34ZftLqSXQ/BMe+0W33G6BEgpsQu6NHUDRYWIcGN2OKq73bqUnOQOfIOYL4SMOqFW94rEim53IOZ4za7RYrPZPO20SPsiuL/9Gnhd++YK/KA9Ap/9RiTc7bo455Ar2zpSFWSwSHMivpsMm5agl46LFaP0IS1JLznHt6lw7KmnGptHTn3q/d0fGO0a7Xqqq33LZw7fq3TOGdTdZhS/uVb7xwXtaU6FpCcpfAIcoZCyN5Go7FOiEmo2YZIziAETahYVKSIORfRRkXSFjGMMSQ4KLXXSPFrVlhJKFOtOKYrlU6ImmdpypTqRWKqa5OGGIktJmVOye17Z5ZCeBlYvpQtj67CpLSXJB4RMkTlsfKl4pHuwu3twQ3VTtbrpgXjI7HaZyMR0yw3ZsYzUY8gcpDsQjySICOFgeFHL9eMCUzqIkJ2UVjSM8p1K2zPAWTSBLCMRtTHhCabIoAjj6FzEC42kLsLFehHBz4SR6In14aRH4ZCEHB0JJKWQtlVoFE2B7xuFpP5Ral33adS66paXFr+oHdg+LiwjnhGLGu3GQ8LCce8kPbZzPxRmId0z1x6qL9oz19pYb7znmNYc21Zd2f9ys9+D78H9Subq0XLaCZoW78gg8XlbX3IOaebuEtXM4hiosaWhJxwKw/s/+cY3fvKmu+67vDpZO/XyvdFUJJLaG0lFo6nqsi2+AW5UFDZGs2nfFFFXpDbD/Td94qabPtF+4fJTq1PVy+/bTEk7x4HebhFzQCyXbsTEmSW8LLV3dnb254jPVyBV6NbWIeeY1LRxnOfEtGWqSfglFJooKtpKemFSgQm1MAWRA8JbRB9ilX28Rnq9RMWZdDZEcVLiiiVSpO9PdWdi64dH/s4UgzVUPHLd4lV91/WFuaHnjNDyk7qFGH7jqd09UW6AaVsW6M7Kwg42LZzk8KvHvXWX5rLleLoa3bAs3urL9+U2bH3UMWuDRD+78xsZNP5Ps0dPcoOn4mMlK2VuPNXIGLqBHOfm0onht4UKSTvuV5tFYyPqwNlENUPySmT2RfgFSsg9Wlbp0som0VIqgJpZqBXLUm0M/JqHAh70n/W61521ZfXg8trwlqHd68fPZSeff8E4u37D4Indp8Jdr/vo61YW+4a2DK/fvWvila+cvO6ifRhP9dwxOwPXIM2IILdTOnsyjGQTNdkxxnMoolFNJaKqCFqc1S0/jDpRd9qJ94S70mBG02fXu/qROA5FwtlNq6PL/bzlmIOx6IrdMNPrhfy4ne6yUwm3rZ1zU2/C9nuGkjtvH4iFvRWrlJ08Mft1+Dl8BDmvp63UtESzD8KgEE7Z7YWiJJysGQiATnv8Tnv+cNGb+W1Pvxlg3YFzIp4FuUTX7sjqHqsrJI1UqCu6LoPIF2aGEQ/DYYYp+W0XT1y+/rRQ1OrzI33tZ9M9oUTy9EqvH9ZNI3ZaA+HhoZz4M+Q/w9oehAc1RlkaFGohARwBsjkUm60xjphD5oMx7lf5GCOTRJhJMQSrdKSVhGIpX5knvYDM+s1WZdROwT+lZHezcPKmFflwlzBQRDF52TZig8XsmlBPj5eJhJfHB4pSOJZwL+mv+DxqyEi0lDRs0xUhI8S6Myv9/kEWbt7cFJYpt30476fyjAd/eJwLD2Z3n7cr04xHVqDizQaNUKVSe3/VCeuoABuIxQNCoJbenvFPPX17DzPdUIKhLqwzHWwpI+nJbZkTNttCWLdOxlu5WrB2cC7qHu+HxxAbB7UhbUw7s4MtJHQiz0DoyHwRodNRZxtlnJQJlE6kMky3mvM6mVJ/a2Q0mVP2iA0opMMsoG28aDAS93Sk4hstwze8RCR/4cAW297iXp/eetnWtBvtNbYZmciU6RiWEaVZKXXTWQ2PXrjxhJXxSNy8ShrdqMuKHkNeZcfCiRWrYeOF7fem0+eHopHwV1DRrm/dWofhXMTp8hJdob9zTSwpko7oKGm7ZgnJotAuxP7eAx/T+rHHy7Tl2OdhTfOJSY4DkZhxULQFmVMkGGTJcaK0arKVbxXz/gjc5BiOqa9LJixDnsqi5imlsGMay0fdqPlf3ObxiRO/uvuE/om7SrLKdd95MB4xj1hhHnEiV4SRDLZ/ZYjef/nYd9/J77g1hHiZmn0eXkDdr6htQwmaVpFqpEEpWoDA95RagBGqLR0yiHOnNPc6SK4ULmUYb9RVYj91xA2ZpYlGYX1+W6NWHJTCFqYc7M4NVrsmuvPDPWLb0gSkg+HrrpLfeT/jO/XiRLHW2DY4KE3MLgpd1cFc90R3zlr8ChWyQpe/zA/eEIyHtCHUJc/RQqjFLsd+vUq7GSmAahxZA4nmeeo60IkzljyVlGUF+ya8HJlXsKvF/AiQIRexjWxxKEa8NIViD/iH0Kk1lUCPDC2pZnmu867pH1ZWflDmfTrbRxdFdB4uZrpgDPUeXVmnGP10J6GzxZGC6TS5OAsxVE10YQlO2XQnBLRmiMUlyWbtqPD0XKCtLyoAf6oEnbI6d2K8WPQuKBEDbzQZd4PCgzhHIlX1Z5+D78O9x9gMglUtzY/V1N8AnjBv1R7woGPdJvsBx7Mrc2UGRKbdhC+1W4vO//42/VbA59uj82fW8/4aj0wGPpTJHMlkKJTNZIiGDKFs/4/wcdWOpNalZZT84eWVWJivS5TtC3msutWp+vG37ll20g0nLSuRjRDeCO33jh09ehQe27OpecopzU2b2l/I/+pXt+Zy63I5jfDJnv0S/BKeULpbjzaqnYVSsAYpSRhPhLswzgjloVWSBTxX6agv6IgAfh8jCiSJCK1iLZJ9kcOgdlft05NhHdENBWbU4nR8zSvB65Z6DfAT226/g1mG2OG6oDF2GTcN0f7WD0/4Eaw+44SdX2aRSCiZ4qg3SJT0U4lQJAIMg0zX9dtZLGy5DqAkgIpqNBKJ0l0YR6AfwjEMk1WXc4hFbEQ9YVDMSXao/V4hznTdXzP2CsNon/290e99+vQ1O/qwRFQSTMlTyYRHAcQP3QCsEyn8iYB5mc51LCyoBo9YOBJ7mlmM1vdiEWnZUtlxdZ0DJYvRmOmagN/CtYg/AuWwMPkWJHCcxmHAL8VacqAkW35Mh1+37d99sX3lq299963w9ltOnLoVrm2/7c4v3ndL+5dX3XLLiWfdCmGts5b/LMp0H5tfV9U0WiaIoHKhBkkK0qvHUT1p1ipVv+a3jJhPKnYMYjIGRz3nIKK6IfQH7nQ86yA1HXH/b+9s/9t0++g+mNgHH4u47cOunGJs504ZcWHSMVW42f7mBBTb3x6Dwfa3YXCs/W0lfxjaMvgdnIf96kXOpgWKNSJCYEZsopKYlyWyP/gtZGPKWAHPRzyU1WX7jIjnRX5YDn73bcELnOdFfibDlsBbxPvZg2vXPnj+2rXnszN37lT4H9jOAntgv9bUtGMX+Y59TlSVnFtszPk5kFKEaDe5SBlq/8+ihx+Q0WXznsBi2XfOqkVayb2Lwu1D+HrPZkuZ1pTJbNlKBY/LUB68R8mDRCfmVnHml5vjqlUi2YrlY3BJqr8/9QW6nNmXSvWl7v42zPR77cu8/n4P7vH6216E1IJxOLv9EM3PBfv4sLZW26Gdrx1AbFJqB3IlZaNt1kdoyUZ5H4yD35F3cfJSinhgvi0u2HNVSC5wP0xp5IJH5USRL815iig9YVpZtyaknCB7baUihpXHBoXIjigmRBzPh5HDYUzcDZ63B0nns7ZvtULI5ZTvhTWj/D4Qlsr21SkgyH8+mcmX5BTtZ4KyQjH1/Jsg4ULVa5Q5E0ubUR4n7SmqQjuu7lb7c3U3IlZqBYGWNV9ea9tquijA6FVUTME1/5i2ts+xdIn6i22Y5OqCOJOZ/Rf4KTyEbQujFK/FlQyviGaLh8FQxgO54i2fuC6K57kr71zzi5UMNq5gK1fesQZGrsVYPFc2/UHob9w5Vr+j2fAH1dyc9yVyEGe01nG8iC46xofowy9xH0LZac4uomsmYrQP+Qa0fAmje9uf3wsXjO4dhYvmg5Ten/2GwtNB7WQEfb6o1mdoaY9sFCS/RlC2R/0Rg2phRgplffXUOz+wv1IeRFm6IV5S/iIclvvP2lkftSOxHjHRPch1K9wbGTohHCrGu/u6skm//Y0J09Ltem3z6efbIcfszUfNtBveVeF2BvHUDC0Pt+o7d+3rjSf1bFdfdyEbHh+MhCxp6XyweyITTcKHLFOcf/r24bodMidMl3FUbTKuWd4VcdJWyBs2nQCfLpn9CfwNvEurIhVao51Etmcf6W+g4IxCY251lUREP7imJNIBr6ZEXgzRE8rCPp0tMkmXFBBKgha3SPD8W4elLEQAbog3QCGTs5hpWYVMSk8XLMtkdj5d1N8kdJ2Fmc1izPnsY5EvJ74sfiv+l55BDqanE8lzmRfPcOYl0r57k7VSGuKidK5sMUin+nsYWCP59LAw5ErrplD6ta99WzL5moTXm0hGLu9LJnq9BI7l5OyP4TDKPwxxU2vF/AJSglahWS8VimL6xfaPUw4MIws/4qRKUL13pj3thuSM6BIzMqRwZ//s/4GDiNsFWjfQlMJDuo5Q63kNWgrG4W0FcjgKMQQxTuhfwpk3xmDdWZ5Z6EoaHOSJJnOtAde1Zbgnn8ucyVG3Yl29rK8LWU6kCz4wPpbrc3qjUeT2UlTDdto0TSsZTQ2u7Dojn2q/G/pWZQAV1y53kd4skU6PLZpzqCkHqy+ouKLQH1jq1NoA8rD6omVrQR1RUdiBdz2tNGn+00gCdXob7IgFichkOJNenk3l2GrTTCalaXHRi7QBZzVzwz48rLLc9vTP4xE7aplRK5J8KOEtSybCqTpj4bBrO67lovYdsfoMZgnLsuNKBmjO/jt8Gd6N/H9Em9BeQXANlpBiSUIqksJj+bnlJEJCtYjaD7WSrCk/mQRKBEkfST/pkSSv02pNsJ4T2CGV+bFE/SSEJlUHew2fRwkpHQonXkyEQ2kDH3YlDcd2d4ctSyR3/SIyHeJsN39kVmNcf5GWj4FdW2rC2sm1dtQutYr9XZI5bMgwhoQlYSdHks3b/9EdwSHrhph6LFuWlMItDwwM6O0PQqT9C5yaJJ2j/A769/TRZUNr1w5Ztm2lS6V0d4EZDr7s5VHey7k0AnqVmv0m/Ad8WHOVhx7Jr2paQrMfRVfwW6WiCh3v6sMPHKf9aSNk7HUc2Og6+YHt7X/e3hd1fCfav9xJOUP9KpwdonA26voOrMEsn9L1SzHHSY5z98CO9j/vUDliKtXyIEf/kOO7GHZTznH4UfPP4kd+bsGmrFARR+jleVLUErGBPo8MiNmRWq8hxB/jS1eJREK4UdGfFVFhLF4jJnkr/VJruKakjUCamNx1w1ln3fDGK+9/9avvhwyy/vOI/5/3zht24YsfUuyV7Slk1+cRcz8Px2hi9p9hBuefQ15KBZpQRVqVaPUH4grSiI6tg/AXDk4UR0aKEwcPDocPS3k4fFqlZdutymkzE2OD6fTg2MStq1ffejBiTHA+YUQO7txWThtGurxtzifrq8i/Po7yt1aQPkrcJRSNmDbd95739E0/sn37b2742BlnfOyGngcemON3c+kTi3NgoDUCEQwsyrv9ytS5N65efeO5qYVSvrrmhl3xV786vuuGY8uLvLS8l5R1bDma0s3m5jx5dY2gbrZBuxTpsbdk4Tjl/6lnmvdq7WIMOJKCUl7IIM28jLpAN5SbHVGNaupLhh7XDXU5+bjBwqym6/Aiqj4z02HGz+Hsd4aeTiOlSKcpCRKKlLPbSRnJXbrx4vsp6uUuX6dJLxzDsGFNDmkIG8by27/oyg10QVRVVnbCYadsBLLTX+DHUOzgK8nKJP36pQWloHE8P4bX/P9xY5jtuDFofBaDOP5noI40QFywUCyl5lfPlatZ8RhbvFohoGUDssDjsMG3htfHtu3bFls/XLzqlqseWjC0/1Ysu/XQrctEcPvohlxfnryYyYo+etJJ71uwo5+VsE/cvmO9TbftJwZrhX3I28m2Qe0iv+GG8he9XHvLnN4S6HFKcfGVZ7XSJlbpQZCWuHK0fkvmjnjHIaMUeIsTgfAjTMiGEv6KFVpPWAfj3K/181o/60XRLsLy0pMeqiKS7IKVEdYaYQ1F1yQ8Hk9LN2a1D8XT6fga6TjSMFEZ57q+0TaR0jM7Aq9q3wLXt3966znj4+eMH+ha1lXfUq+bzNSNwNfKUGYfrnNLclTlhc5ADAiuhwQnry0dwDRUUgHJTCQCcE9Pov2wFXNlTwKmEj1FO4JCusEM5EDI0u3AV7v9Luhvfw825PPt746fPT5+9s1Yc6FWO7n+ZobCGEONBmtlYOBf2OFYC0pYzDC45PbFuuQcOafODeRn5GIlyBWIJZGkLPj+Z7SiNg43k58+suamX8Y/nMt5kSPaX2rUpaD12o5pvFg3asVSmCnG4AlU3ZQcXas2DRqm1pyjn7Irk9ii7Mt1xLTWGFOueK2m38cqqG00G016hcnLzUqzVl4HRXLFy4mKCCx8jTJlzgslzWLlxdIqRhzJm/MnJCkf9RVEE6paVZkv05IpMo5SOTAPYmuTtCzgpahwCpVW8YbCf4GYoNpIdJ8cEmVRYiQpYh1DOSUgX5N8EZuUalUpDbmg1NRyAj7SvUpX0thSSqdA4QbbQD3A7vDAExFzKcRsBvjZCu6IpdQh7IaAVYg8gDodIYgOylyIaAPvePauuy679G74ZwY4qsIG8mbRJUhOhkUw2tvfcO6ucZTdkHa5NMAWiugy2iUwPeIvlSX7LE7ug0ksUDcxkmQlSYZOCjG82MrnEMjPkGolJzxEI46Iz6lVhsG4HRVkHNVD5IZHfoWI5WbSY+SdZ4JNJk/EbUI3C8sCy0oITCWkBZZjgRPCvqHagEn7yQkwcPyzY+TPQF4s1GngklkOi+jkERnmTIDew5keyjApDSOE7XQ51WukJGE7hJkpEK11L4aau0mVWVguD1tkee2HV4DqKSbhrOM+Sb09h6B517O7u9JcQZoz5QbADeae+4Z1JoK12VSedNhgzBHSHT2qJwhqwCSEJM1xBAwBTHdCmJxmFgHNJodHg2HPQmQIZJIseDgGytnT4UgVTZ2GwTEg6mAuHUGDGRHM1Ghp62CSvycOBgLLxSfK64eT5EuApEhiCi64gVJ9PIr14nsiJL2WQ56eWJdp6BC2EfpIDlDfx6IiLMxNAhU20GE6qr0o1nMclgiKvBEaWiJLCHQXyZyLAGcybBXthGvJWCxK9kvMBTxky0ifZQb7imqoh/4I9VC1ryjRAjmAEm4tA4cy7VvoCq/PtPdlKBTIQh7yy6PIL1Hqigf+8l4gEYxDgphijSi3cqXn/9RnjG5StprJiLHigBE8ItujJzgYflRZW8Jvan86jOG4G34TbFT6yWIf9DRZWvQOc2Ad64MIhAxlK5RzywbKKbjpK/0DCRtc/Mzttz9z+7uUK/oTSbLze4HtX621SYehPjh8OyWCnHJYf4VjT9IWg0n7IpyYliBI65yjtotgDpElFvv+K5ShEtog6u1bOutRrQQRwJSfUHpd3gFB1JMEhnqJIzHyFzU2DKncXFuVIkh5kIJti4f9cOgJGfZ7/NjHzUQ0/cXHDMNEBL3MCvHH7KQRVSsVhs3jLnUApQpdLUt4Zqjuw0hYhqToaj8XifVGE3Bt++tmzGAhJB2wMmbyr1OnHOyetMRkyMTphkREIr0wuOoljuvVs9+F2+A9WhdiQRWBSKtqalGtSOtteKmPwbdPRaLJ6mc5/Hc8oW+pCaFvR2R/D7f0O7Cx7f8rLWvG4t9EpFcypzX7S/gDXK3ZSkcpa5vIi6hZDxZ9Fmkl89ayddBxyVLv1bKvTCiBoB96IdgBgGJDs5hQjug48kUFe0S6UbIGrQNlCUB0aNaoCOnttQX5ToU22SHLCm1Q15lUf/jy7fWzqq86LZoVQ2Lvim0r1olBLrLRgXXDPfyCLyR6uZ2qlYh+G+H0iJEwBK3L5fO9lu4Ojgx9PUSeXtjbkK1KpOuT/gnh0rA/cfbQpuXrzxZ6rwFr8qO50eVcDPVwkcyVe+qntO8NJTjvNUxuyxQqnCIhefdgV0miHmw3BsrZQbINpTQLXoBLlTUvE3hMxhe2RRCy+4RduWRtya0VdFkBZgxe/9ev5JdtSWaXR/nGC4WdpfM8PN9ZGB4qJt3aQG0M9p659oQzRK81serEE062ZDQ7dwo5kl3Zs7xb9HqnB+sG3TiWP4a3YJuC1Z2XtKiRV1vU6Lz/U7fpN59vrWn6fOo375vbgAFvufzUrQesYuiMdWdse4faY7EumyUZXJ99Bn4Pn9aGtXdqD9FsL4kOV0UBtrPHwMf50gxctyWKt6nAgjICVb9WTtUCx6emsjMgK1ZrqxQoKuMQiRENxaJJeGkEdzIr5gJxhsQFnLnqHhiXkmTuSCkxojoXaLboJSoA48oQgKr+4JbufH+/OZCI2z1pJ57Imf3Zga4t3blsv5lLxDDSTVBkf+5qpNkMHN1OJm3DZo4ZS8QZMgQ34TguTlJmx+M2sn+HdjRZEuKJmOkgZ7GGLMNxzHg8DsySTsrG1Fyltki2cB076UiwgMVjCfakad4nzV0ShWJz7eulXHv8NgWR/bmuhdY3kKNZqkyUPi0naUtGbYjalm4Ja8jWHbAtbPKiRnA7kbCQgbm2nbJNk2GLkdcju0olHOqhjGGbJTOxgbat/7cw3yXl2RLHTa670TQDvTYz+234d3hQW6+drnT4JIl0okSCVqks8oRcq4C2m7SIxLfUBiGSLHEofTrVZqFaMyVJiPNSpaZS/JXdFwetBf/eD4l4PMd6+/oYxHL5KE5oDAPLIbigPwvJWGKQZ/v7YvlYRrK+cV6Ix5PZy03Tk/L1a00EpNxlyhnMyKCvkzGOIYBYLCgXIJofjLLebJYXYpg3HvGKg7w/2wvRLlMkTfP162g8qOuB3XepTWQ56kx/1C7CA0NOr/IrbpQ6jnq0svIyFpNHaLWDHIcnO/7cIfNljCgwqBY5VJKpzjZV/Zj2lf546wp/uj3t3/6pdvy2U7ehZWe/DL+GB7AVluZrJ5H1P1HzZckYgX5gc3yBVonnDDulYmANJjY8Br4sKt8yekcUoOkrRbjkl1r+wHd//d1fw0e+8wR853MhWzhCF6Zhv9eSLspehm1E3HDSiceikIgOJZKOa0oUlqVphFIRJxaNJpIr4mffE7sH7sdier4DT3wHJpMhLMZACfMwCpGuKbBYLk0XJ2NkeSLK40mbM9OMI8sE07UgGh1OJCHu3xN9J9I80DjMwl7sab92A2K/V0tiPwYa2UKu1Co1yTWu1EzRHj7sVUkU8kkkSuStg/NC5khXKgWqT70jTrQC/yeKXLQra4zg0lKOPt7cvqwxNqfhYYJaE54wIsNXtv8L/qa9l6FUaRSXkVway6+IrhiOJv0R5EWC9Vm0d8VjLIylQDScQaKjJ7kjkLsWesNx38xKpV4no6lNOPVRdIISCdmJJFmru21SSgwU+L0UN3MOgkZHcupY+mCBI8zc3HB0aCiaTK3cgrB0EPRMhBwbInbEcHSWTCS3uCNpR0TXV1IZX8RQ3MDKPD97XTbLLKRWniFYLAL66TtS0SjW6IYZuGHUrsBWtGZS8+Aw7Fey28L+dWWHMBrNYxc2sTi1rmihPoMaBRwKxeQtt8hYSB5EyesgTAbrg89bIfILQeH/zYjrt9xC+HxQyoOL6nNQF9cKaoYMKBOITxWqVdbG4pVXOKj2tj+vHPc7tVKJ1A5VpjgcmI8OdWo0qUHk7hM0SS6pM6N8lOa2sueLnXXazq6PEVD7A2CIrktbfqRTydL+Hgu/VgdusQ4cO/aw1LyB7Og85BQcjylueB5sMKQAeQz0gjXNubXqKn1xIFhUIecvWk315CpoFFC+Vl8ZUL6BXmeDCy1D12g+lIg5eGE2DEexjustFyVIpI3fOjUURXmXL0u3n49mYrwXipmLq/mw2LEiXeKwv2BHaLrKQVqrRv1rxjCNr31E98MPHwLWk490RWcMPV2YGKyGHoN8N/twyL4LycD8Nwd+gm2OoyTToF0u2CTaFkr76ButPubVOiO+aJcxjgeqS3zebApeyFKNRYryrVPNsBz2Sz62rqo2F1e6BlGwLPXumRkmijpMe52okab9tY9wN2p3lfzQY8WeQz3F/q6ZvuH20ZB5yAxpiBE6tu338CGkNjlsXUvtdiHP/tdob9DuJAxNze0DHQ3cv1CsqqAKUCP5pxdKXq3gDTRUMyWl7TijtxaFG52do1RSKtggEdhQ/8Iw/ExYlmwvp60JcRSG6krfB3a+ccFg+4Pwmu3CXiYsW3yeEnxhPkSn2iJxJGxZYWvzy1w/bitx/UfCRm35AkPcNjO45vkbLLn1YCDKrwnE+Uzw9Kwlb6Yy//yL4qGfQh46o7nIQYvKYttZn1DLY37ghT/HwgrBJnrqeylgseSRCYe3DTWbQ9v2vHXP0I0fu3GyOea6Y83JWc1NuHFyIxkib5M84sbRU6cqy5ZVpk7dtGfPpl033rjrvIvHl5vm8vGLz0OFsTvf3R0frFY3V/1SR38/Av8KnyCtejDwRsyp9TlswXw4iPc6TiCdRzXF4V9xJj/Tv2u8/5lEo5h4hpwKnxAY93jcjnWFehLP9I/tyj6zYtcNw898JR7CpOO7MGmhGX9GhuLicRIJHk/0hLpidoKKyT4zfMOuFc8s8hFwtCT5pDTn8KEhkY9Xqr43ML1t3zY8pq+5He64pq3BBBmqa3T5n41w0uSSMgbUbu0FGwFZP+d2+DearWD7JzQPbN16YOuZV108k9HDg2E9M3PxVaYKvWUr1rqVLtPm6JknhUInnTlqxkOhYM1gYZ9HQutbsE4UvIXNX1JtjYEWDibse+7QoecOtR9bObESj/My59Tz6+vxHeecM3GI3jxby65cmaXL/wxV/OW0hRNxyJ+dQb77ObW+l9aGUA7r1CKrvszLfClfahopFWzVeLnW8VAno0Pzu5Nr106uvXTHKZls4r5ENnMKFOorMbzXzsaA1j/jsVwu8cu1lGwyc8/evfekdRm9Z28N/jfGiaFma0gs7idJgkj1Y4FX6Pz+q8Si/pJrZyUnvYE+D+7z+vq89l6vr9Nj6Dn/CrjiArgP3jL3BlPV5rvd/nWrhaKePjuroc4D0yj7tbQ12ia19qqWyXNzRlaS60h2aZKltaPAKVNwUtltfdq7QvZj2UgRJ1JUFrH2q8mk4SU2nrty1cZEUnQe3tHnjXie6E/6J4/sHjnZ9/oN2zEWPX5t9HXO9Y7nOddD9cDlSdofRK5vSRXmgNX+19XXeFlDeYhKY8BbvX71aLJPkJmXC5G9feDEld1ikwi5d7ohsSmwn12uXQ53Q0IjVEp2vhig4Ap3GdMiLKYNVOg0CZKCFOME+T6irYQz4AzKR4ttc8vq1RTsdOaTwsSsJp25co7NNxjMcFqOQaIOO1UWyvwP89Vi3qVtHOxwBaoK89zlyIUabg1yGyrPHdqNcA1wLYrUbo6YqK5Rtl1G2DH2YJ49hhM2dv1B4PViIS7GaLEj6F9e2wrfgSblT/itpSWc+NRTRsQ2vowFfNmwI1B58kkq50sGHnPw+Qzm3xDkL6QWwwfLgXVLKrxsaWuC/HfM/gDb/zfHz//qRdUZT7LFjTGeekn941AK+j1HUp/esWNRAy7btQQcS+t+Sd63LekrWwqJpXBvifmBCnrwwaUdvWkp2AnmJyuYx7HPpE3QguFCfnjqqae4ZXNjvrrtTz7JGeNiAfS2Jme/hTrb+5X9OKwsQznkeatQalsTeKrS5lFZ82qN2gjQtTEM9OkYnzae9gJ5OnkF8ur0RqFUa+Rb64CcnDwJL7bjsOrAgcObdp909bPZU07JqvMnB0CoAP1OOQXe327CB7LvfNWrXpNfuzY7feDAbBbv+MPr3QcGMbhWyf99s9+BH8L7sMW9HU+JwAvfXwPNNVBDfSubD3NPph781M03nzd22bqCs/2Si7c7Otfb76AZTis477v50zevu2zs/DdBcTBmhMMhnacXfWsminxnjXYG8a/iwu5rMocbc5SStmVTdKuzbyCfU7v8hN/htaUqkbYlewZI6/VTw6QlB9uu98HDix6GQ6YlLqlubu2KGxEnpIdHd67aNX6x3Ibh1BUn7Rq7RHZSFNaPuAbsn9u+HQsdXQh6VkicX52ohmPO8vWDY+eJC2LO+Ha8oxAkzqv11QbCnfVytWdgCnmsTzvfF2sZhUVhWBSesDrf+Qq+n3O8cEftmA5uKOWoO9lLumd/Cj+GdyIP6lZfp2oc58smjZIMnJdhwKvR+m8/BFfaSzrHN+F5ks/aZ9IV3r37lYbU9S0jsKN9tb/esHS+db9uGvpk+2p4c/vqK7xw2IvAIcxwtcrwZmm1v3fhSTcYbNlp2uzsfpMtu8HgE7869SuRZCSS1NT3AczZH8Nv4F6U+1pq5/KZ2lnaOdr5iA8o+TWaHR5dQG3c4yI/BPlSsOqJtIa2g5B8qDzk55pfIlcPf3GHWrI119eS3+KtktEqyO9F9KjpuiYHy93GaT3vQ28i/3bBojaw1eBeblHsjqsZC/Hw8uHKp1aFNhlCGOXL6CsS1eSq2OpLdSH0kZU3FJYZa06EYqj9bAh6eJTxiBt189xl0P6yuzxHW2AndAc1pG8Bd3lm0IVEH7itfsd1Z/TNur7iFC7Wnfm5TRu3cn1o5e1vf3/7G5FosXlyk9YDJmdfQB3yEEpNRWX5Wq+dGnCzjnszqXZNJD6ljm6uvl0QU/O0hURkkXrxcmE4nE29kMpa4aTzWYNP8f2Ph+Px8Avh+FZucK/yNerloeNc9utS6tBoHyVnaphwkmET9El9cyLUngklEiFwuM7XViZRF8djYsktsGXGcOxpXcwi3bvglUjFH5CihUp/v1q/SDU7qxPgDRlvgdPeYsy0p8KO+QF30kl+wAg9cbf3elM89JD4RpfzzE1hYxiZ80efEab6nh2tif0Ivom6ZQzL76WvEem5YLcXdT1gFyV/Tr3PG4O0JlasBx/E8ZWjF/TUE09K1z5iiSeTyXt//giq4vcJ8eiTcG37xX6UWrhgluMaumn2JJ8U1hHblU8mGvF7/+lRgQnj4pHv7jd1yWJqHwyil9WtfKM/hPTv+0j/3qPRnpi74B3wMHwYPgKPwOPwJPwdfBaehn+Ar8DX4Ah8A76F2sf34PtIi3+K8HoR/hO5x2+hTRtpmMUcFmEJ1sV62QArsOVsFauwFhtl42wDO4ltYaewHewMdhY7m+1mF7I9bC97JTvArmCvYlexq9l17Ab2evZGdjO7g72VvZ0dYveyd7MH2IPsA+xD7CPsEfYYe5w9yT7JPsNm2NPsH9iX2FfYP7Jn2RH2Tb6Fb+Pb+Q6+k0/ys/m5/Hx+Ed/LL+MH+BX8an4N/yt+I/9f/GZ+C7+Tv5W/gx/i9/B38ffwB/gT/JP8U/zT/LP8af55/gX+Jf5V/ix/jn+Tf4f/gP+Iv8Bf5P/J/4v/N/8N/z2f1V09qif1Lj2jZ/VBvaiX9GF9RK/odX2ffrn+oP5B/aP6o/oT+ifI/unlZbVZqZG+2MfUAb7wREUmZbJChydFxZPJHF7Kspz3yvSIYTyS+WSQohwGD18l852XXo7ulCSHRXW8KLwyedkEB7nVNsahXK8gRlUQbSutRqverLQwUG40K+q5WcFQuUEm+Ua5VW41KFyvUbgZxDWqiPSYNohs0H2utHGo4EmFYDzeMEuDkpRVca3gxThD3oxHyvOTtCLTTz59lbKvAjUv5ZdTlRS+QjUgl/KEpD3IkjqUV90YQdZQrucqtPyDoWKlXqyUSyh5jEC9UqyU6pVSmSYqviEiTK9L+K6MqclRpYEJchW6FXONwAs9X6uQ/hFmchXrgIoYeCOCmZISmywbsoHD0CTwNoUsNyqS3mBEWXTeq5QngMRMmLRVzmFcvSybnQLqtVwni1DhOuWpUkQLy2piMZ3Swzg8ZZW03sJ+l1udWuZaomoTqyFIQiUHhS+pTcViwQ2ZwgJaQc14YjNbwsPW1xrJHFUtynioHJRfzFWN+nlZVjG6ph6CP6qsSiUn/HKxn6fK/bzmlYs0Wg3yRCqnal4/lL0ykka8I3VMerVewNf0rlKjS6riVSt+Gd97vof3CmZMVvxk2feqiA2VIG+yUqXXwUhUm4g9qHQjr0X5inyTi/3IZJO1HKZNlbGVXh0Tp8pUShLbQpX7xX6G1WE7IbUasP46NhOb6tWx9GolT8mD90yVQQ3ouAfhZMyQ3zOtP7CWV1ZlY8v8YhBaDdSxukc1daoozwUahMfYwzLV5PnULo8y+3WJJXuimB+DRrNOHaVTFVr16vNh1fdypap6VK4YY6yF80Tk8sFk7hxMuV/hpM/RJM9V5t/QmoEsV1qpVjXVqqmX2fwY76wXlMmCWkNcqwXPi481mI8wlFAtX0PkxadK+aHga17cMdVGt8B/bcknzI73MwQtBpgmM4EVbeYZ3mnmks+ewZ//4/aptjzRJB8aMEUnO318DKK0vTqKiovNLOXBI3sMvVv8meXmKrr6SFslZ4SiOnlVkeORBabD+Vwb2ZIWL35a2oPOMzumg2xJQtYpZH8QYp1UrPNEnZoPwvvIWSusIpVrWL5s/Fm9cqphd6UD5P1kMfq8WpRcqQD+AMc28eUGgaJFt270SKu7y8aStodFKPJR9keyjIWrjtgiMO3E0sLbB3XXNhKvTYRq5OHETEZfgYtwrhzVVDpJI6yjAKtHDdPMVX8V3k5FRdaGZftzkktDch5iuk12GVUohnCEIjqnVTgskrvN++d7j+ffIER5tJyVXsI03JBueMo97xikOl6v2aKQaZf0yJpwCKjyE2N63h68LXw8sLGXAeHLA3cphnRuOoVsBhFbRRIK0r5SyOQQNN1Jlz4iSN54hKi07jiHOgulLKqUHx93CbfWnikZk2eutf201FEoNHzhLNOz5WjHl5DQrWOWV5OMquDQeaU2R/POM5uL74QWsiwE54HN5spmOnQwfaGcTrHsBoIDzOfuZNQpkpJ2cuqdFvFONEAScKZ046MgGoEINb7TnJ9eSzGevXQIljwh5nA9rHcgLVH1cpPdPHQv3NTpRdD2RUhkzIXYQlyHfij6QiRQMm5SUaA8Ga2u7vnmHac9HZAf03pqmKqOq69ALmSdv7Gm8OJYMM4JHGKb87BO/qDky0kRDuOOjtMGQuE1U/dRAem93Zw+x6g7HN8SVlFam+lhjhSV8phsiiaV0oOGNA+eh/1aShuhbwnMr3N1jB+0kTZfUh9JIPWujy3ytW9eqFStCbq+Nt7tWnfeGesOWa8lbaw/1Z5B3QwmlTYXDz8cjnfHLTdFF9L2Hk5lleanfCwmUKucgWktqvY60BejtUIjWIDtRR2sX50l8h6SXse3H46xbQffNV7Y/eDTh74Oozr4QiixwTSvW22aG7bh5bpt2OJUKNE+iHpjirTH9gsonGrDZNUILtd/jTr09g1S/tUJUl60lXJtvVR1dT4DZnbm0luuNzys7AlL9eXga9eXaHv/Ep3Zr859qyzoSX7pjo5aq7joe2b0NTPapkbWupKs/QllenqAMY9a7FmhCXUNWR5jA1G8We6QN+nt97Z11/60Vv2G9a6VooJSwdVy1+vRIBgtplLTKfxtqWk2jquH47q/8y0F8kOjr5YvwzFeTyOc9/y8VyMjYmB6a8xFkecMmRjxDQLJCL5TXRo4BvtgYhp/R6emEqEmaFNTU81QYv/0froBxf0bpJxExOwM2MGpKW9y39T+Rjg+6VE4Hn58chKvDYrZT0B7YQEn+aKxLKgv/fzpESzSAL78GBjCq/xR2Ap9bSXYp7EUj87VDmhXazdo09qb/gJM4vkFxKk1Fn0Hz6stfCFVfS9kDtnU18EbeM8H8V5NfUZwSNl36V7qoNqfwLNzpzrIpVwFELXoWYUVxqkPcqtIy70KVVvG36muljft/WncC3bZYPGT9A1VCltuEJpUZbt95L5MsfSMv0OEjYh/czDt1lZqZe1EbRvOz0uQ4h07iMGUQyj4x4E0TtDOt9T9+R09wcdR6yXRWLQI6i0KzzQWUGC/sMTRpdCbqnyBPj+SSKTjcU57253ATBUcML0YQbZlye41fCyQVle+ECOrWIwnuqmu7sQKMhdGXPdbdB+iy7DKSam0JT7bKW2jtkU7ByERmLxrc4uEwT+E8BId//Dg07pEczv40vEkU58n7fzniJqRb9Tkov8noT6Pl6Ivkj6PJ447DZ+iQcOdfxUxpdwiVAw5TLQfVm4TqeefP0quEioH7fAPvhE7rWzPBwNfHvogA5lD9ymremcX1z7anIWX4enDIeth+raOLR62Qv8P1+GMMgB42nWQzWrCQBSFz/hLN9JNl4Wh3ZowGRDETUFqwIVQRFxXdIjBOIHELLrsI3TZl+g79U16Ml7oysDkfvf/zAAY4QcK1+8JqbDCEB/CHfKXcBfP+BXuYagehPu4Vy/CA8bfWal6d/ReQ1fLirty4Q75U7jLrd/CPYxUX7gPrR6FB4y/YQ4HD40FjjjjRG9Mz8IgwTRww/yB8Yq8whIb2oJb96Gz5h9z5/XieD65sbYmmY514w+u0qvlRhf53vmaNe2YtqkMTWh8vi89Yc0BGbMFdlyBtcuaYkdIQ+Ul2IoVLsiKKUxjJrL+511jFhNElB2FC7QHaekvaVllTtvY6JmWvSQ7iaaRNdbc1rYN166ZK8MjmfAscbCtDmxdVeel18YksTFG3xz1BywxUU542m1U13bcNhDdq2XbXclFTnN6nN57L07vvSdOwoAgSCICCQhl5VXKU/4mf5SfSQak5FjnhOdg9g4xO7gzd8DZ1mx8/vl7dn72f8+ftDDbms2xhTkSpMiQo8ACS6ywjR2cwmmcwVns4hyumf2Fa3EdrscNOI8bcRNuxi24FbfhdtyBC7gTd+Fu3IN7cR/uxwN4EA/hYTyCR/EYHscTeBJP4Wk8M7uAZ/EcnscLeBEv4WW8got4Fa/hdbyBN2eX8Bbexjt4F+/hfXyAD/ERPsYn+BSf4XN8gS/xFb7GN/gW3+F7XMIP+BE/ocTPYKjAUUOgQYsOEr9gDwo9BmgY7MPCwSNgjQNcxgaH+BW/4Xf8MWd1vaJV6uCVHETOLO/kWiSVUCqvrD5wwhZVkKqWQ7s4Bq7gTImhZjbjrBeWpbwTfG9ntMe5Uq4038u57nsx+ITrQRRkvGU8emYzr7VPaLmi1geD0qxOKdBuMnHZaOuTRlqRNIq1i0ZpbY1iQ9qoDRFqtC0dMUhawWzaMWM2WSfrWgx5J53XdpPIodGraMoqVBWFKsGahZJt56ugqgkNVEtCXPfIOF9EE6tLIvG0Z63kSc+kmvfMFD2ze5FnSvW2Iut1JSlrr9ciH0SgqtTWoHcG7Uu2pv8wOjMzYuBSpaaj2tPI3ydkN6f3g6CT9HDELbeCUx6b2qCEnTtWZ05EJTLXSaHqxHlml9GUojd+sxhhx1ST0rmuy4KJ3cvX0smY7kBUTnqRHmir6oLaLdfSb7apYdaXXFquxKnJ8VayoSX3SjvKRiqV8I75RTSju32k4egciewC58K53RPeGJAfat2XcijGXxqGhbGSi9KTkE62A/PBiiWzNFxlbOgRVKLxqwnaSKaYcDAr34W+cmPs4ggHk7rOijonZUojh4VhRlBd0iSBJvZsNKWxuiFS1GemVuObqfbliFurKfcI3X5gViyiNKUPlVhycv1EboIjuQlO5CYczDbVv7akZAzevdopFaM5ubIfM+xe7Uz7O8evxrTnTnhTxPL4XTBn/oPT3qq2rC3pPKvN7onRm5SworHCdQmJF+IUep2NNt44HqKkGcV5mjkSZ7vVmkaBktEHIGu0qmkiJd0CMTc1TVpMS3dSiVU05VpwumjFiA+lyUnkgTL9Cy5OwKMAAAAAAAH//wACeNpjYGBgZACCW6/+XQfRt7O+NsNoAGbUCRUAAA==") format("woff"), url("../fonts/unicons_e87ac26a0fa4edd6b247cde9db62d03b.woff2") format("woff2"), url("../fonts/unicons_e87ac26a0fa4edd6b247cde9db62d03b.ttf") format("truetype"), url("../fonts/unicons_e87ac26a0fa4edd6b247cde9db62d03b.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  content: attr(data-icon); }

[data-icon]:before,
.unicon-activity:before,
.unicon-add:before,
.unicon-add_outline:before,
.unicon-alert_circle:before,
.unicon-alert_triangle:before,
.unicon-archive:before,
.unicon-arrow_down:before,
.unicon-arrow_left:before,
.unicon-arrow_right:before,
.unicon-arrow_up:before,
.unicon-bell:before,
.unicon-browser:before,
.unicon-building:before,
.unicon-buildings:before,
.unicon-calendar:before,
.unicon-camera:before,
.unicon-caret_down:before,
.unicon-caret_left:before,
.unicon-caret_right:before,
.unicon-caret_up:before,
.unicon-chat:before,
.unicon-chat_fill:before,
.unicon-check:before,
.unicon-check_outline:before,
.unicon-check_success:before,
.unicon-check_success_fill:before,
.unicon-chevron_down:before,
.unicon-chevron_down_large:before,
.unicon-chevron_left:before,
.unicon-chevron_left_large:before,
.unicon-chevron_right:before,
.unicon-chevron_right_large:before,
.unicon-chevron_up:before,
.unicon-chevron_up_large:before,
.unicon-clock:before,
.unicon-comment:before,
.unicon-comment_fill:before,
.unicon-cone:before,
.unicon-contract:before,
.unicon-copy:before,
.unicon-document:before,
.unicon-dot:before,
.unicon-dots:before,
.unicon-download:before,
.unicon-drag_n_drop:before,
.unicon-ellipsis:before,
.unicon-entry:before,
.unicon-export:before,
.unicon-file:before,
.unicon-file_vector:before,
.unicon-file_zip:before,
.unicon-filter:before,
.unicon-fire:before,
.unicon-flag:before,
.unicon-floorplan:before,
.unicon-flyer:before,
.unicon-folder:before,
.unicon-for_sale:before,
.unicon-gear:before,
.unicon-google_drive:before,
.unicon-happy:before,
.unicon-hidden:before,
.unicon-history:before,
.unicon-image:before,
.unicon-info:before,
.unicon-info_bubble:before,
.unicon-leaf:before,
.unicon-lightbulb:before,
.unicon-lightning:before,
.unicon-lightning_fill:before,
.unicon-link:before,
.unicon-list:before,
.unicon-listings:before,
.unicon-lock:before,
.unicon-magic:before,
.unicon-mail:before,
.unicon-map:before,
.unicon-map_pin:before,
.unicon-markdown:before,
.unicon-menu:before,
.unicon-merge:before,
.unicon-mobile:before,
.unicon-move:before,
.unicon-neutral:before,
.unicon-no:before,
.unicon-not_available:before,
.unicon-not_available_fill:before,
.unicon-paperclip:before,
.unicon-pdf:before,
.unicon-pencil:before,
.unicon-phone:before,
.unicon-photo:before,
.unicon-photos:before,
.unicon-plant:before,
.unicon-play:before,
.unicon-play_tube:before,
.unicon-price_tag:before,
.unicon-printer:before,
.unicon-question:before,
.unicon-question_bubble:before,
.unicon-recover:before,
.unicon-refresh:before,
.unicon-ruler:before,
.unicon-sad:before,
.unicon-search:before,
.unicon-shield:before,
.unicon-shred:before,
.unicon-signature:before,
.unicon-star:before,
.unicon-star_empty:before,
.unicon-star_half:before,
.unicon-table:before,
.unicon-tag:before,
.unicon-thumbs_down:before,
.unicon-thumbs_up:before,
.unicon-trash:before,
.unicon-upload:before,
.unicon-user:before,
.unicon-user_circle:before,
.unicon-user_group:before,
.unicon-user_professional:before,
.unicon-user_square:before,
.unicon-visible:before,
.unicon-website:before,
.unicon-world:before,
.unicon-x:before,
.unicon-zoom_in:before,
.unicon-zoom_out:before {
  display: inline-block;
  font-family: "unicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.unicon-activity:before {
  content: "\f18f"; }

.unicon-add:before {
  content: "\f100"; }

.unicon-add_outline:before {
  content: "\f101"; }

.unicon-alert_circle:before {
  content: "\f190"; }

.unicon-alert_triangle:before {
  content: "\f191"; }

.unicon-archive:before {
  content: "\f105"; }

.unicon-arrow_down:before {
  content: "\f1a4"; }

.unicon-arrow_left:before {
  content: "\f1a5"; }

.unicon-arrow_right:before {
  content: "\f1a6"; }

.unicon-arrow_up:before {
  content: "\f1a7"; }

.unicon-bell:before {
  content: "\f10f"; }

.unicon-browser:before {
  content: "\f110"; }

.unicon-building:before {
  content: "\f111"; }

.unicon-buildings:before {
  content: "\f113"; }

.unicon-calendar:before {
  content: "\f114"; }

.unicon-camera:before {
  content: "\f115"; }

.unicon-caret_down:before {
  content: "\f1b7"; }

.unicon-caret_left:before {
  content: "\f1b8"; }

.unicon-caret_right:before {
  content: "\f1b9"; }

.unicon-caret_up:before {
  content: "\f1ba"; }

.unicon-chat:before {
  content: "\f196"; }

.unicon-chat_fill:before {
  content: "\f197"; }

.unicon-check:before {
  content: "\f11c"; }

.unicon-check_outline:before {
  content: "\f11d"; }

.unicon-check_success:before {
  content: "\f19a"; }

.unicon-check_success_fill:before {
  content: "\f19b"; }

.unicon-chevron_down:before {
  content: "\f1bb"; }

.unicon-chevron_down_large:before {
  content: "\f1bc"; }

.unicon-chevron_left:before {
  content: "\f1bd"; }

.unicon-chevron_left_large:before {
  content: "\f1be"; }

.unicon-chevron_right:before {
  content: "\f1bf"; }

.unicon-chevron_right_large:before {
  content: "\f1c0"; }

.unicon-chevron_up:before {
  content: "\f1c1"; }

.unicon-chevron_up_large:before {
  content: "\f1c2"; }

.unicon-clock:before {
  content: "\f11f"; }

.unicon-comment:before {
  content: "\f120"; }

.unicon-comment_fill:before {
  content: "\f198"; }

.unicon-cone:before {
  content: "\f121"; }

.unicon-contract:before {
  content: "\f122"; }

.unicon-copy:before {
  content: "\f124"; }

.unicon-document:before {
  content: "\f1ca"; }

.unicon-dot:before {
  content: "\f127"; }

.unicon-dots:before {
  content: "\f128"; }

.unicon-download:before {
  content: "\f129"; }

.unicon-drag_n_drop:before {
  content: "\f1c3"; }

.unicon-ellipsis:before {
  content: "\f12a"; }

.unicon-entry:before {
  content: "\f12b"; }

.unicon-export:before {
  content: "\f12c"; }

.unicon-file:before {
  content: "\f1d2"; }

.unicon-file_vector:before {
  content: "\f1d3"; }

.unicon-file_zip:before {
  content: "\f1d4"; }

.unicon-filter:before {
  content: "\f1cb"; }

.unicon-fire:before {
  content: "\f12e"; }

.unicon-flag:before {
  content: "\f130"; }

.unicon-floorplan:before {
  content: "\f131"; }

.unicon-flyer:before {
  content: "\f132"; }

.unicon-folder:before {
  content: "\f1ce"; }

.unicon-for_sale:before {
  content: "\f133"; }

.unicon-gear:before {
  content: "\f136"; }

.unicon-google_drive:before {
  content: "\f1cd"; }

.unicon-happy:before {
  content: "\f13c"; }

.unicon-hidden:before {
  content: "\f13d"; }

.unicon-history:before {
  content: "\f13e"; }

.unicon-image:before {
  content: "\f1cf"; }

.unicon-info:before {
  content: "\f140"; }

.unicon-info_bubble:before {
  content: "\f141"; }

.unicon-leaf:before {
  content: "\f144"; }

.unicon-lightbulb:before {
  content: "\f146"; }

.unicon-lightning:before {
  content: "\f147"; }

.unicon-lightning_fill:before {
  content: "\f195"; }

.unicon-link:before {
  content: "\f14a"; }

.unicon-list:before {
  content: "\f14c"; }

.unicon-listings:before {
  content: "\f14e"; }

.unicon-lock:before {
  content: "\f14f"; }

.unicon-magic:before {
  content: "\f151"; }

.unicon-mail:before {
  content: "\f152"; }

.unicon-map:before {
  content: "\f153"; }

.unicon-map_pin:before {
  content: "\f1ac"; }

.unicon-markdown:before {
  content: "\f154"; }

.unicon-menu:before {
  content: "\f1c7"; }

.unicon-merge:before {
  content: "\f156"; }

.unicon-mobile:before {
  content: "\f157"; }

.unicon-move:before {
  content: "\f159"; }

.unicon-neutral:before {
  content: "\f15a"; }

.unicon-no:before {
  content: "\f15b"; }

.unicon-not_available:before {
  content: "\f15c"; }

.unicon-not_available_fill:before {
  content: "\f1c4"; }

.unicon-paperclip:before {
  content: "\f1ad"; }

.unicon-pdf:before {
  content: "\f1d0"; }

.unicon-pencil:before {
  content: "\f15e"; }

.unicon-phone:before {
  content: "\f163"; }

.unicon-photo:before {
  content: "\f1c8"; }

.unicon-photos:before {
  content: "\f1c9"; }

.unicon-plant:before {
  content: "\f167"; }

.unicon-play:before {
  content: "\f168"; }

.unicon-play_tube:before {
  content: "\f1b6"; }

.unicon-price_tag:before {
  content: "\f1a2"; }

.unicon-printer:before {
  content: "\f1d5"; }

.unicon-question:before {
  content: "\f169"; }

.unicon-question_bubble:before {
  content: "\f16a"; }

.unicon-recover:before {
  content: "\f16b"; }

.unicon-refresh:before {
  content: "\f1c5"; }

.unicon-ruler:before {
  content: "\f16f"; }

.unicon-sad:before {
  content: "\f170"; }

.unicon-search:before {
  content: "\f171"; }

.unicon-shield:before {
  content: "\f174"; }

.unicon-shred:before {
  content: "\f1aa"; }

.unicon-signature:before {
  content: "\f1a3"; }

.unicon-star:before {
  content: "\f179"; }

.unicon-star_empty:before {
  content: "\f17a"; }

.unicon-star_half:before {
  content: "\f17b"; }

.unicon-table:before {
  content: "\f1d1"; }

.unicon-tag:before {
  content: "\f1cc"; }

.unicon-thumbs_down:before {
  content: "\f1a8"; }

.unicon-thumbs_up:before {
  content: "\f1a9"; }

.unicon-trash:before {
  content: "\f183"; }

.unicon-upload:before {
  content: "\f185"; }

.unicon-user:before {
  content: "\f1ae"; }

.unicon-user_circle:before {
  content: "\f1b3"; }

.unicon-user_group:before {
  content: "\f1b4"; }

.unicon-user_professional:before {
  content: "\f1b2"; }

.unicon-user_square:before {
  content: "\f1b5"; }

.unicon-visible:before {
  content: "\f186"; }

.unicon-website:before {
  content: "\f188"; }

.unicon-world:before {
  content: "\f189"; }

.unicon-x:before {
  content: "\f18a"; }

.unicon-zoom_in:before {
  content: "\f1a0"; }

.unicon-zoom_out:before {
  content: "\f1a1"; }

@font-face {
  font-family: "unicons";
  src: url(/assets/unicons_e87ac26a0fa4edd6b247cde9db62d03b-b3b8750667ad985325235a402c413a43d23ca29c5df84b1202cd0e870cc11507.eot);
  src: url("data:font/woff2;charset=utf-8;base64,d09GMgABAAAAADi0AA0AAAAAceAAADhYAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cBmAAhGoIBBEICoHHYIGgQQuCCgABNgIkA4ISBCAFhBYHinwbUFw1qpeO46CeALr9s+et2kiE+SbVqf//UwIdYwdoXLXKIQxCtBmNCIMmrG0DQqSHlP7RucvaueXiYbW81SWqW1O1eM47mXXQF9CQUABEib4/mCZTckIXK773jrNDNjRCAtlA7XvoGdg28ic5eQ0e5/y7l6TiSVu029Igc1ba0Ym14BMFZgJ8pqrf3d4ynZUkQEWP40hVoRMdnp9b7/9tP/ZXf5EgK2qzYIxQdINtVO5vAwEJN3CgQps3jEMQC2USVjLujLwD7uAi4Rq5aK+50/Mq1wECAN7nzVm+9HqT2psgsMueCZVwuPCJDQOfs/tzudpX+x9lyYl32THEizBQBkPhVN5P96Vkd9L4qrsg4czo727I6738ph210kv3IdQBUkdgOKjCEb9N08MSWDEyljBHIOnjpv+/tsvQqXv/eewwrAmHUgD0Y2O89yrUO5hr6B6SeVupvAr1DiYibXke0t/2fzatNuw27JM3kg932RP4ADVBdsDRJeEFYdWvaqmrfpfcIHu6W/KOrIGnthfU0oKsYQ88edFzQBwCtTQzu9Kg4cg+AMyYk/CC/MLwkmjDIwii4KLoHkOliqLEVrNIQMD7+ZCpS3w93wohQIhajXabDmE611d8EChHSHOqGcOVB/Ryo10EgLN4++v/a3DFO1N/2xlX+R8PQosI+tNDqsqP/YZsrL9GQFPweCIGsKLBV1U0YjXMn+7yQTm1Ij6KitTOFs2AUnqMuFGwEdmlVVZ/02IgUtDgg9nRtBpuYeV3KEoke6et6Vk5+XZnWUVNfVPrlp1de/oGjwYuv/DTEFwDMIHDGGmV37ooluyZsqape+C8QkfJaO0GfVPvR7sP+IdPPXb9pc//WpIp/x5UP31//vHTwx+/+/abrz795KMP33/v3XfefuvNV196/tknH3rwgft3bl+/dnkV14N4bKUNOkcoHpH4Y4aAAhfoLIdpSpn5gfUpOlLidMqafvfWdoyIV1URk4AQ6hVXoMGBCBBVkKAbVeC6OyF0B0cCF5xBQrtQEITIuu3uNriUpg4VVFMYW5YZVa8rSALaGNBJRpoyQRUoAGPmT3bR3Xkq4wYfSoWuzPEWbWjxCkSHriRLdtxr8ZFIVFA1cBEaksrEpyTojVPzasPXQuTCIC2UVCPsPjWb+Kz9t6WkvbPfhX5DOU9pmAeT/nshXzDS04gxShbRPvtK4NiET9vHG3mieSd7Li6dVO/L2fMOupQnQ8aYw/0Qwmovm3IhMlpzzJk7GxMCWJgijNzS2TQXwlQ0LQCdG1NqWySyuL9/i+g74AMmOTwi3e9X8WZKM8ypO1NOiKu6t6EcJbnBsCa/P212dZ2piSkqVpKGXJdUcz4e2jMdBozOfuRFfG5gPb2sDRfY5fekvGRN157bfqzdBDOuavrB+zue+Zk4l/1sEDUqE3DIQ9owIraEDVk6o1or+tLJxO9PQcQAMI1gWVY3Rm9GXHewyY1BbMBiTztsyEwHxIeAn7QRaQuOHdidMunSHEmjC0lDIFGgp0Bda8qNtX9SM8Br2uo1TqlvLGSQlvkIidFqOhPCndqtPmVuVPoBHmmum1cdRGyXF2yUZdtGbUwRbO6Nzi1NiwRxxjyP6BI9+CYSmWsScC9sYGOjFaX0Wr/zshRW6UilRCZAFWqVoGvxceMK1gGbxxqJ8SKUMhTfgBEBNCYntbegdj1BFrjveTTzNrX2MizefDCErc1WBpUVWypFXGvckSPPQGUQwT1ba46HGFpN/eX7Pm4WNCc6jgE6JtHC3+kxTwhEJqVs11d4AwmkVwnoWWOooKZ1v8MtubE/pKhDFvGiZw3Uh9aimCF2wjZto2C7sT3MqGqlBOAq3Mk4TmUzFlsIinAlRACZbIW44UpBDONadKZUMCZGSsRfxtcvhe+DNLRdccNq38gaf9y3AZQd3Pjed7rn7djbblU+8y/0c4MPpvn9OzKi1uzGAAuyetIZoUb+Ilfrpo713IBfzxnEjsaccDoo1PATqMw0UM9BcbdM9YW//Fjb6g2NPcAej8E6V5zjKa674DhG2MBjfTLD31Ydoa5z/z3/oMSv0qCyW2z6wSiPjvcL44WxpkfuvBmHHasxLr0+sjUaucPh+HvrUP1dEJmDeSLT+syNn0f1apCS2TfWPnGJEESQYojZK3aRIRYvO9VIsypPHlM8O+EgxXC9y0JatHN305p6aYKBFenwwQN3fThUgk7T0sgRYQLIeb9gZsVYe065AZkRuVkTQpo2urjcTOSVV2TVQUvUY3242CWtE3lWenS7e6WeZunqF6sd3GR6Xbg5abkwbS01tmV/vQR2psWXJtHQVC9KkxfGc0JQj/SBSVkhKuu3dKNZEyydt5RkIx0F/4CtgZ0REpNBRDjRz9Jd508EShChpoakYdAk93C6s+FfKpDMjMctZa4Q3UysbUFgWbhI4w+OgObZYWiXmREZ5AntyaW2VKdGvOW8M9kG0724BzdRxmOoU8NnQn1pSuuoXL24cze7CFCvF6rVp/HdTnL+gDORExbh9vHi+cZHb6BW+WR5VJHHZef+9nsyDSqeYP/Nd+wdIEhkBvo3okhlYEnKFucJwttJMvRYY5ggwepYU6D1UvrjY6BrrG42kARQGlcyw7FPASPpkAtwgY7Q2cgxmDhflYyw+wzCtwVR+nccuiXAykUx4BFT5e/I2QZzvRpYBMqJFl4vSUY6LoD0ScDYhrrZaerg09k2hkKhHNU+kIxxTEINVbJGUEIKlqhHEsC+pJTLuKIpwCSc6ISXeVSJIQODbAOkodqgjBtPmnuZnQJct9p9m6T7bepnzaLVtZSXRU/LdJm8pYkUgBL9PfWMSWRd4UqHq9MtOUN71l7BSfT1MY9mz3mFHIJ2uWTUr+7ASCT3+KTJmCOh8lzz3a5oAopoGxTiqjabsZumdQsykdukCQVcSFJ7h4GN2Bls1G2aKTucvvxGFNd+5TVqNbagKPVfFdqe/ZOsW3WGDJVPd7Anp8dVh3sU8tjsGtRBEctJZbM+pfxOuofdKuDt4rxGFwu5e/tedY50eD2xz7WFDz03gpdGKS6y/LKQoPtqT+e+M914bWWQfXb4qDk1ZH+89i4mWmBZPQ7rmfW6hCF1TRk+VoI0QgltJwyTdbPkGVjPHdLK6x/Y9fgs9vud5naxVQ9D34/53MKPihsJ8CT2HOq6f3AmS5G1rfPI3j2NKqWwN/Qzo1diWy8ryBbEBUJYPYmtSH795W+nB1Vybjb16c3O7VXVQr311+ppPAIw6+5ownXl8ngsjm9oaTEc/sXEBW8KWRF711chXrYOW14JlwKNID580hUESdaXELUft3ahQq03AGM8FCLYY13WYOxH/G9DE4cDZZZLixMFArYVCfULuq+dcAtZS+7Qmes841Gf6L/72tcFaVk4CsmLKOVDLDegr7GvWnsDu31pSQAQsVdz7PcZ7P45RfaoxB6y170pfVuU0biKYmLJFbt3Cergb7HhI/4WMzIZqPsIXyoELW49mMWFuaBQADuaKwolOoSIoe8gf56TsQQJUMbNd7ArvMZeDtsmF1C5cqPiij7yAK6Y9QYfF/x8yZ0BQwR9c+6gl2A8yTiB3lShIwwg8ZW5T46VWjUlt/gNzBEdsx6IHXvjimuPmSQqDL3xmPrT6dBvIyIIODqwVrEbqKiooaJt6a/sQGz2xAg2KYpIZ5cpCbeD/P0abzVVEAkpVxKbHCXV/78AqkJ0RK2p0RcxrJVszGRiqcOGPFYlxJ2t99axYgTWFKbP6jibkK67Abfnrr8RkgXyN/U3Wt3Ud165oReb6JtHBZzWK/GNUlMepuPv98SJ3ci2aqpEwGz6s7DpX67jsL/+bW1p0CX+t7/Ic2qTMoX7lX5TlaWlbqwd+T+Tnfxb7sK/zYdNUzCXnl0ePjwZ4y+4mrQW0EHG/6WO6bXh3s2v+/aN6YbXx7usCUjXtEM4fzDd19KYn8tz2nkHY7/bHDdPdslrd3N1e276ERch1NL/idUQDGnFrxth8bOSdAWrsuQDxSYHHGkYM112QKpJDUjW3z2od8V6WTPH/q07uZQiApdP9gkUkT9fIpTkSNS0sA/yFnK7KchBL8P8TH+GpE7bVZnyoXLYf2X08wC74nktIkL9qoPPcXWfK5TvNdRLyC4Amu69j2cvZCfSeXcG12EyGCUv50pLXAhiZ1gW2P1ZeePanUMAoyqHZspeg4Rs5zz/WdK6VDGepM1ErQaBJou4U2t6BJtH4QMSkW3UoSrUphSfCM4zP/jsKPtT+3yB8uRPqJfm66l32YJ0+KJYYgzINn1Hihqr5rF0JpM5bQ5WXrjsfFh6uESBhizkgracY++ZpoiYagxX8kfiRZM2T2YMy58/f/7eyueIkhKG/s6ILgAU46fbff7BvXWnpxwliyQHRYJENWNaMOgmRF18mnzDC4Nm+ZPbPTf5GMmQIMawiwu4+NJGJCimSJYdskKsxs4ViS5U0aVGZvHt3ZizO0jwV/fa4PV4nCkLKdyYRTeZWAkRtgYimj7rdxvcLuUDCw/bSlcxPP0cA+y3z/UL/6yYducCgBw7daWes64oc+tiHh3UlLZsbDkj4hdjeiUVFbPQXuZESaKyxI/ZwfQO6yrL2OvCJHlnzaCAx/Yy/42JZu0/tvn+Fj/ljHTF9Q4aDY2Ut+WadW5G5r3YO11x1NfK14JFrAYgDa/ywWVRQ8SrORfE0XhBbSYTGKRs7w6XSohS3OQ1EANBqsu5DLt4rCpTLXuVWwL7eOr7obq1KBTKtCi/PtB8OBJ/OHv5Zd5HBEaSidbFPpNrMX2MbQ6dGpvsE0956KeHeCwarj9fak3XsWg09Jwg88EfHLvqK2shIF7pRaV2AnpEyBWvgi5jP1H1Sbl/4DUXt67iM3p15q2snOvK1pnHuw/2R71vjOgIxOkIrI3lgxjNBXm2bf5pFeepr+HXKkiZafFKl+ZssDUMGEGbLQxjOT7X3sJNydy0t7GbFqDN2WJMbURvXNnmRBNGOTuFKG3DkIwdSdm25T3j6UNsI2NNiaLpgFNrk35VN+2KlKsQX7x0yujASWlmXtwhw/y6aH/wwJUWhy4ffHUZPldtzM+YqrthVyquaIY9wbzHpxAeeh/q7ryEa/zBa/B5FQSPL4ng7JEK1ejEs7o2/g6tD3ZSxhciZAsfTAsG0sW//PEk00MyTME740/r3+jPDtzKPDhzBqcG+XOnM5/Jvd7tXrb/Zua+zO6e7KZPn6h71vQodki/zxh7W3Gu6LSTtBxZxi+0Q6BQyxNnXjJIncLWRBNMwmfmY2EiU3HiNviirEVNP12EXmwEML2sgDLnMyeZFscd7291btpRFhZ1wcShT/9iceLQ1mwBXummzxK7zPYdgV7WVG2J1PLsIHNTwkDCF6F2HAW/fv7MKU7s5dgzivOPjrrdW9YFTM0160ui/1XQvtTU8DmIq03dYRAw4xMnw0PO1P7fZCfa4hRzm3NKB6iDa9pFY0lNL2SUBSHRtUtfnhqo270uamAQtfGOwi9R3+6mN/qGeaoxBC7i6SLgE/81xpla3f3awHR5lS4tk1l/e0gFFCoiZAI9r7mIbzdAhNAEc6C2w/rQ021BRPF2I+2KlFTdyPN2br02AKb3YNEHJRBgofeHCVDAWiXQdi1POliZVg1IhqM12UUmVoYSHHYYQ+dVSgSST1mWUBLLDmjFY7PCMa8hUKRKun/5qq4T+8gtxlL+oKV34Gp+QsqaGKKcQEFlk10ULEqJLswoFSifMW7MvrTXVuZ0XYKRd6n7bcTyfytw+yjLOgtYL91r3n6Wx33ut61wF9FMSua7KQi44b7GhtWH7ICdGj6ADHgbGkyOMekgtYvTwswswBowhpV+W1bO+mHRv77r4xusmBTZLOQUjd/u9vknD9bZCROskhdmC9s5sjsXvv+piOkYn+vAyr0du6srMgVLBcdBGWdT7K6087nVb9ulr1pbhVsg1DvEidfQDdj1t64w/Dr6kABlSJ5DOEkTrLPYbP1XN2PmhEz9jZK9/uXMStUCvKq7EenScmVq37rYFZ2INxU7Wj8lm9+DupLoBO2Njb19q8CP0PGRDJoOzXyIgRbp0Z6tTolblYSdxJLh5Kkx5cnMUDU/dJ8u3PMuNM6AcnicmcsfeM/VIbO5eRcO1NQtAlCm3Pq5EF1h5GbY0qgqbmKvKM///shNVNs9anxPBSyGTMTQnc3JTs9mK0nIUcNlURQX9k9akpXnIvUg64lFfTyvPczjWYRkYTD56zon4MjAyDl/jSERQCUh4REZ7wMCGiKTey6MZ5NZpt4wIWJ79d2Ajz3V+j+S3KXd4y0tMIdoW6g1SloEdN6VDnNHn5JVFyiVgJ4staGusjY9ZNcqsj9HWQ4784vjWctvjoaA9m3nwz62sP28hDlOY7d1AXhWbRlfzI4GrEXrdbZWUOGaxVI2DAqYyYKLsoaSHRHpLje/llgHiygfXnj6FxG4x4nL6+1/saLkufOVJdOQ2a25PfG/h0azWGYD7MpravgmWQqqYq/DXK9+oxJeCHDk9UNyhh1cgY97PhQXVrCAGv+mQATMnd9a31To96JGZnd1M6FkiNp4fKfk4DRaiAqrsGh6LUvSsZCbPdocxgVQyohRvWtcHNouiaYq6hCZ6jCZwiQMUZWC1xIP7YG7eMhhXB3pgnF06OLwj+rfFFlZu/bflvm5fPnfTDSHfGYWFgQhjYShNoIEOSKIYDZDL2C2FqmEAQl2ZiCnLFWh1WxLV3BOpi1LJ2cwRqb7D7EWZmajAgiXmSWMgXvHW+jdTT3EtYlDyjGT5uuSMwsK2TELVdwJR1QtkcIIUFnc00QOFqvKAcrecBXdQAeoONWPi7OkjLC/J/3uXS3kmvfbSh6X+ztmgirRdIEKfS7iggg3IiIEi/JozqgDmrCykwSRy08zdwnLUTjLEU5VbF105Zc6SaeKrmoihiGsn4JzUB3am8yJgZfVlvRfHmqwysZTW10AzVl0DOC8mQCI51L2oQvEsGLG2ZOlpY9j8Zpxmm224MabkEknBnCyNGHkn0NxADAbRk2yiFfaZSBHARkIgVqI8GFxmGgRTYYoTJSKkSGN80+ZX8vYq0B3Aew884Ota16wdNHOPbQSHEhQij2i3WEAafs2jeguKJygmzCdWdO4mTaQjNlorgRbbb16kXLC1rS5bpR5//4l9WCcNRFJJaFQEjNcntCBYUUGSHHFRKU0RDnJmfht4v/SWlg8q40y07lkCOqJ1UBJiVVuqwcPPjSh9/RRyL34sK7T0dFNIGaFrKvP/5x9O+T0O3vvSghocFa6Zy9z4LQknbOdoCKxfQAs5MPeXvv8xOa6gElsV9ZC7IG2r9pzCYAyQrB7RyFoe2DxCnvuSkTvyFonOO8f8ucv7ZiUNTySJRPJgIgq5hs4CvrFDruKm/SUG0hf5P/G7eUlAwSX489K9RLyE0yEeY9wOoMlWgkI2lknQsdSYm17d4oJWBZLBOSkQBLCMUKmG0oVq/L9bIGDndfDtpPVRypD7Uz7JUTLniwC8Ly2gTzTnTFOQkxySLiA2ZN7mEA5cnzTqwxT0G8E3Cxl3TQgaje3/T0jwE1rabs+dJdRQdwfwYXbAYrO+BJEAJD9pQ7Y9XzAN8J5tvXG1hhOfi08zHqjVUyIsLPFWQlnuSTVTbXzPAbP4u/lpijT9d6olVHge+UTrLy+R7va8uC2z3cZTz355qFDyeBVIZLpR/AJHDhAM/kUifBxvJN76QPmwKR3DpvB6pGSfsbPn8br9X4v6Rj9JQg+jTnozVQkHVpBPNP7PIv1vPTd7A3LOqczZmV5a29jveSM+IzEHk12k/XpNTX7P056vVqHz5AzeOAeB3dtEowJpFW1gphFxx3iDMFnuRChh1sL6egQSk9oZaAjG3lz7XNt/4RkhYDSQVqhwcCgDTESdjFu0qqt4fQhLIDmH81akZVcnb0iO7mm6Ps4MiKoEPtTAJ47s7BWSwtUYC9+vWA+0o0sG43SRR1NahjsPBqpi0R9T3TUJfbkgd4rI6Mj/VPrcQvFnqhEuhFaUoOg0UI3xZkMxYdXXRm3suNi6I5Avy8kTqFXxIXofB8Rc1wwzhR1itAMP8KkeUEdc4xpdpg79Y2OCcaoqOLorhIEpP1UnnJM4YFxMKvDJ/BOlvOTdD7FcsV7410sar4K3XfzCrs8K76O6CTq4rPkdkVtdop+Jp/RFm8zWuPz60vuu+7zBsAFjc8nk6pzckAWMze7wev3e9dl5aZn1l1vUDe5pKMjcDob+GR43TpDX195BTBtOLXhZ3xY+WxPz9dGmxcf54/jnezzlO5cMsG5makF7vAQLBqjVpQV7mt11xxsg4oLD7TW4MZVwa2HHFurrZn5SUUIxMOJroPfgQbkSAStlmb2VX2+SdndsOT3RzxReVYJFu0pS5VryyOW5fLN/FxxZoW29MDC5MxcKDHfnD/5XuaFNxPx6JuV0fFJNz7NeOLq8Mtooao5z0cvg6evoUPoM0U9Ala74blzVefkXVxMhnJR2cINrA6EhuxmTUTVhuq7nYvxbyw6k1fnp0IrFzQiQ+RrsTxSvupbbQDjYtLNSlugqcyuILRsE6iFC+csOmcZGV3W+WusUlGgQkJpHe66/5aqyjYqCSKQsEQV/0yWUEdAaEEKCIIi2eXmbSGS5sLGLXXNBuoJABAABUnSZ1uPCEd6Xt7xCvhqFdGEcbd1xW2LJ+xaQahAr0tU+SES91VailpTY1AMsay7rbsdgreAOLhw05ergC927vgC+sovv12p44sdO78AVkGSmBVOcZBG9hSnAGVjqpOVjGLR01NSdOmd1quVQuzVBG9NYyGCKZlkyUtrnkE/HxEheq31jgk17cCmcXok1UwX01vskYwpbAabQvwlDDE2gaOWeVq5TTElp+RTCrscfPvHYjyD/X8sAcr2O8oSk3C/O8GVTr1Z36wUUfgMrssWFZhRWBU66BI/S86QlNdL8RtAxarTS9vEY4FBPk6rN6tMhqnn5x8O+CZ9tnr2Rkq/uv/GBPJBhZ2xfGF5NLQ2o/bMJai9DfQHsAn+BNaJz+DzfaUTm8YXlFd3KqyKeefZ16br1dffYanqBn+3zJ+fp6aCnxNA9uORnCf47ElWsO9dPXj/flnz4pycNDw1Ptvj9OyCKqT5XI4y6+C9Iy8sOLPx70WxnLzUyC85peFoSQ1+sEQK7L4QWpc2/NI7MWanCnOVwaZVKEzD1pAUDswq43bL2YhDoHrG/qXyF8WPT5PTOOjQKBuVAxcLGk81fnspMSHMXPBy48s8l5In+QDDYZjgsqSV3ZUreCsG0yWvEnryCiqfqEzksYIsSMPphanQBwbXTkH0mjT6OWQI8fB6zzLSaujO8z1ZPbp3ALUOooMBgWKkA6EZi+lFSZbRdla7+Yu4LoNuLKL/vIyJebuDOeBSJ1IMQhg5ahfpi+KSC/PKGJtedGC4U+pGxpp4ejvajbr4M9mO9KDpbY5EB/g59uUX39598/nJ59PnJJcfl7GkLNIBVaNoWzpORxPdrTEpS1+kHkhYxU+hTM6fxvsCCCUQy92VNLQrCafBcjytKTFLi4rc/0syHp9KkOmfEuihx00VL+2yyJjztPT8clk4j8ZL49eS93SelLPp5FMn9wa2DG0Bs49ru9tLUnPTyJ4n0/nT/PaeqzRy9XWSjo9PVsUkr29IYkkgij/Brx1DxF/pSfoUa2Y02xIZ/Ozfdro0Hl2zfbSyqqLea4aJ//be8cjErmGQoJG/6WNiE0xS//vh/X1J/BLpQELsCjklJ4xQBIzY+Uar0WBAODyLiKN0MVTd06aSk2+y+HKDIymKkNuNbQedsRth9d2Hd5gGbdpG8mXiteDciSe373jitp/c0ZL7RMMNDbmxMZQ9xpCrxIfdaeKg+MfLcXObCMJ/k2Lqo9JD6mxg7CGVYeX9Prq+g+KNk5Q9LQycSHVuv71AwzardKmLM5+8RnQgWrWW0cHqYMj4MmS9BYZmO969+76GQRekMmgvbLeu6HKJnTrL9pxcWf8/Wg1q6d/1KBTL3BW5MCU3f3+ITyssOR1/utFosj3vsYh+ftjqLPkP2Opzbt58efNmZ8ZW4z6DPj06Ol2fsmpViqnUGZZZXldRZ4LsmzpSK7XelJTunBywYlL2mIh9gRziSAMos+3nUVcwTlKyYEcDih76bu4vW3QLL1pcqO7uJLCl7F/HVy0C/15dCfXuhp/d3fss3LsbVHGTG+rNJbncnAM4Wy1o5y5YtYS7eWhvMxu1iAqmpLyZ29uK/5iFGWYydxY8f3Y1skpaZnRmZxjTFqo+2VKRl4AwMNUv/TlgaVHYub5Xjx823/5y9gCfXuCmLm4vYFWbvl6aIy6A8/5Kqf3+3+oYMxO7VvBcynO8ntsvrp/X2KGsD1270uKRHgTZiGaPdqntVQ4VgJUfCp/R0lgQvGatXG1NSv58QQrWjMZFOQ5aO21rrWgz07zonj4RQOWrVysrFBkKvPwYL4P71KZXT+uhuMzMurrOOEh/+um/X7Jmp975gXoSG8UYGbsYvBN/c+kRtmr69A+EyI1gRwyRerZ9WfJZoWB7Xm3OrPQ/LKeac3lzXtS65az/WNyOXwmtfyH5njnlyvTHZYlH7pn7eiK6GsDsJOvFzTVmo81sCjcYs7KMhmKDB0NK/Ajmjtut1pJa9cZgt0bf58rmixzkBJ/adko9tZImBAFdyekYzDGmiBkQBpiOgRKRjhb6Qmep+g82UDjdYrpCnUIgQr9/0TSEajNE4mpja0IYNg4iIdIRQp0fFV6uWST4njm1YnQAkvHHseyxkMcaWUcaX2kVfkr05IFmU+SpkCcvPaDj1ci7Ie8c0MMScevNOxsaKtsky/strytLtqksrDjf/fwai7+O/3XFRusb9dfJcBeOL8qPHJ82LuzU6gYNu+ce+ZuuNzfmO7Ta/Iuffrj1sw+73DN08JYhg54K1T/54lEhutRbTfPU6kY9OryQ4rFPPoXRNEnAXXr03JwOqK9SrLv5HJkap+QNsn79Uvn01yOpAUpF6tVn+SXFK6qVGkiosE3bQkD9VHDfLXvBwQOVvBSUhb83/f63PfHE7tlHNm7wHpuzccOeDRvS6br6jRt9+PqGgSyLRbEu9FMwTDKQmJOFewovGC4gdsdjGICuw6epe5gxwmeKEGnXrtCaNIPu4G4Z18r9AS3vvos+jlCu/fL7c0v/+SdWzIocHzcEpRcvLdqfLbAvWtQ+WXSQYN1bUb9wek1NeoHhTJ3vliwE1ZPiB6JB0QPxiyBWPL+gQlzBuxxaWfJRCfAFV6OnpIJuvjtIkdN8CoCkKy/1SByFgg5Epx18x7aR5eREV+JPkJTJvD9F2nE1xY1JeGnCRgLC5NPk5ORWGgbaI7mk/cAy12JjOD3CXkOPRXZl0rFxDOgX722/w+3Yy70DllO68IU94sMPFzwK7bGsuAH1vPB8z+y5BpWjm45/k3avdLuXLfN4KioCbncABKJQL9sRX2gwFC5z4mtDP6cdRswyU+SK7tk37p/Y+cmMS9z9TvMvslSIqSbqkhnrTkDwckNBbF6arsBQjjNnMDM22vTsol86RsffdS5Z6lw8PLYxeddm7FVwRkwoRDvwqI8QrQ3xVUHhY+QBaVMnHj5GrRwJx7c3Sk+oAxF0/S7EGCf+SMqEeTtCiMnrck7rq/zWV/YX/13c2UwPUVtD6Aq1gVvaEGrhh9BCrGoF8EXE3h+UTnayyi7oJv1Sv27yQhlIPu9YuVKduznHZ8qLZiFoKoaQT/Uw79wZqHuHJz6sUU9I7XBRtcgA1TS+Fvpho/g1CeebLWB45Fl4Yc/AN9y3P3BVHKbvTybE/OYAxtVw7RfeFkXdOBOtLBcJ4ESYs22LULh2Mwvv1dqfeXojm54A4+HSJ96vAs8XxiJ8JJahIGWvfyp4IPj0dRmpYJC+hl2mjEtHWGWcrkdXmVwPlR92TmngMtpVJxdwnQKaJuYBSQJYAEH7ZzWlqG6cGtfhQ7whXOFJcChkXzYxiCqSII+l8lKPFe3wMMC9pEDAYrWwLW7PuXksoD4E8vIXLWL/4+DM0vLwx54AFRh8gP7EDP4/FHCMDv4fHHcHZsD1cZtwClYtSKV44zzq/yWJN2w8yg7sR7Y6nVsd9+aOrdu/PLmh8WRjZcNJxUjhuFRWRg17gP5J83/F8/PF/5l39ydczbouP3c2YKqupsRZrr8oN4vr7e/3ckUzCP7p2xJ65XhRIp0o5auyvJPp4LTEvOkNSaItpc6tZEIjkBdRyOTw+OaBl++fp1vpfDbA05RBC69a+zYXcG3L4qAHUFzSZFLnW6SyVEn+reM4kYIrPS14IDgl5SlkklymrHKijCjPMrn2w9jceXSb9/jgcV2qWcXW7JDh5alyaZO1635yF86Uqc7wl0NQEpnSlXekKz/SXIKSRN7dwc0B/ojAgVeOI7j3+FEXjPD96Ah3BGW0pjNguloTs9SCc4cwWrVVREeHuOvXhG0O25SqkWi6VKUPSh7wv1Hrd0k7OqRgFsSr4zUJ+zZ9XiKd1nANRjQNhJBPX46VMFfbC2qTaVtcSNiVkebEYYVx71BNoyqic1wlFiCdTmkMMUyDEhH/50THRvKExSjq0FgqYEIldehCGxIluG/ki317Jjfv2Tu5ee+eF18aLdCpRvng3bQFyhQo0UB3QdLItzF9o3v0ypWjR3x7x+XOEMptYS2AIWuHxuKNPzWNCbpVvxpshmWBSUx/vTMKw0BVvM6kSCz1oiIvHwZ0gkKbFOim00QgrDGoCCJwvBY0DSY7q9TF4EKELIBURlmLFLR1yK5aSKdz8ndLd7FAQkoi+SQQAMMsUBIBWDvsrgZiXUpJNuh0uZaLo0FkojKlejrmObWNmrCrJjdubDvMKIjXNm/m2jO7PBcfNu1mwBXgAnx72O3STAWdVdrVhLLbm61Vx0RTYGh9uQLIvJn6jrPii2KUB6I+Ux9Fw8EChkTXh2/pk2ZWouKZBXZLv9E0E8FCUT16UlDpJyC54y7ZXp4RLovNxuIbC3wibax9D2QA6o96xCvL8ch7IL5t3O8f39zsAV7vX5C77FraCmwPipur31lvySWZfDIu1wNVuue7u19LhlX7jzrcWiMMMCnmqHD0+IwLKxEVHEfhCAmEwABXn4E3wpAQxidAlpD/bsM7L95avG6u4YgbvaF/hAxd8rPiifbrC9PNrSRah8/giEavO5iQyn2bqUoG1PZHM/ywnT+BoSQQAAffYTiQpvxjAw4ezy1C6gSGHifBwFR/cyOiEtMnDYgrNu99WBMD3G+zh5AtSYI+24apPruHvZ2f+q08eVuSVP71BxJzgys/zhEdY4tOWe/K4/1WfMzuTlqYpR5TL3+5CNElqZHfeNHnTp+UayqyX/AsfFZ9SGxogLSoOnPu/BKGmoFUO/wCtChKK414cReRxEr6UrX0pBZscx+sK9Yn1RZlCH/b++eSskWpSaszkEGUp1RWtkPlH8MjjLTLykVD0S4jy8DSrigAJ/aO726g5WTtqq/AB6kGuIhKLs7+87Dy7F40Y3/a8oFmecYe3ef3mtDFYQcHMi6dDlssabr3EN9kTMl/ukiymNOXur74/xppvPe5rCWOAWDwoDOJfUJhX8Yh3ulWPEouYLZDHpby9JnJkkSa1C/VyQ7LoWjXqUOnzX3dHoIh0xFtZ+AzmTt0OzLOnmlTyGQM2e5aorDvzFWXDpL1S8UC+a5oSOe4erpvKeGBduMCOR4tuP17W8fQsKfd6fJ4bJ72iW1ba2vBF5OaHyEIWhQayiPVz7z5FghAbLXmPzBBU2++BZHqEPYiAP2g0QYBJHOXxGoffv4OV0NeWw/PfqVJXRCWDAUbJB1tltrabdsm2j1Wj8fpaveskBquapASP2OfT80MOYPZKS1PdkdExVGMv2RqlSc++e239z7mpmtlH310C4AP6G+NKbtwhomcL0UYCY5mBvNUoKvy2nRteM6Q7d7td5efIqH/MXXwkMowcr2ptkPl9jSZX1r1LQGCwYHacJV0iQcGuANHwC0VwWDeO72BRoiPD3Fg3rI6S3Gr2qk3E6qx4JMjQYP7h+/SIQhmlfLncKSdXmiDYU5D6Vrw/1tP72LSYSHfIEjXXy71Gg9ozVN3FZ62h2tQlTrWEPf7altHWBiUAcWDNXQEVi6GaPwCQX54GI8Gj3+4j0nyjpZnsmhKWwFtExDay69Cl/rB5tgYjYBO8/fyp0n3o9tp3OQ0393f7+A7+vtBf5EXdYOpfj+zizkYPQemh3Z0Czwz8M4yz/X6+ROkh02+7O0oMJ+o0hlyKIm7875l1jo3dz6Fh0zSnf2MD9/Keey53znBkSMQFN2s0PGeRpc4PiF0hT2k2qwlNZyy/OsLT1VHQd7RcOYPskOMzbdQLRAG8Q9wHaHkSaxubf5wA1Mv9Xgk/FGsnJIf4XKMdGVCQKdcb+iaSaEem8GOQJIefH8D6WH3oO+iVO1G+V8j2vY4GuDt9V0hr7zCinRXTGq1zqS5lq35yCCaFdkfHg0iL6Ddi/wXkpC3GNJBFkMG6KL7s29wNO1R5p/Oadg1AQTmc7Oog07nQfBy077RqYm2ubZuvbp/lF3l9qqK9+7cea/CXhUsI27oWPxuTbe2u09LppHppEbi8YBPXuXPkJ7nnnvgQvIeUxvt8aoWDznDp27dpCZFt5s3+XL2ANjElqu50p+4gnLss2SOimmwylSKUQa3PN8fbZYeAKzNSgFw8d6GzMx4Q/zGXa9iXxNatcw+pbAmc7ScZLSn7DNiwabT9cBa06zf/9ol5w2DcsY8ozyuqeyPJ0uWxmnM4kR5vra0FHz8MzV+SvLYC7IVigEl3z2cTKVsyJZrafFvhBs9h5S8GcCS9vfOZ8jiE2ThYJ/oY9Fwv/R6bBofugwvj18PgfUV8ZnDYDpGUC9osNi0FqgUWvSWBdIaiwkfCbgUHAZztsW/CucJ2+w/xrkzoM/LPs+APNbPrAMpiQHLfWMpw5+VffasxG378c3uU6mbF8rOb7Kdz2H1snJkAuhDODafz86xQ6aNQx+ww44hffDqII8wA0M9jii7L2HPxntONMDwf1utr7xhYp2PekS52lQxfBDSsftu3/1y/7DDeerlOPKQVDfsR8/mWt6RiQ0kgaupHTQcsxmnjfhPvlKxlGSS/BF/+VofDzd7CC3I7mMnv4QW5H+OuLTWigvuG/hqrDV7rIpufbbz3z/9PZqLzjcoGwJH0jaUbbC1NL+hTlYm5yhzlJ1GO/t/SWdlpfJbJU4ywiKcsENg/oK6sikZnD0zvmvXxP1+l6+sTU6uXVmh3UnkV4PqfMKoWdqACENDWXRYDnTepbjTiTNbqj9b78g8QZzT1oVT1eVkeoLTROZyiall7y0zF2oWu+5XlbmzKnptxbo8m+vj6mrhrMct46eHm0PvXc0Fptn9EWxwlM+HP2wwDu760W50L6vHwF3x0QWVq6x1W6woPSY9cnFu/v97gxKzNx2nqzIjvVviMEas3dT7y97cveteFX0i/ET0QAg+k93jwbSVPGycN47RMPV1FgxlGfVsCIYuRe1U8WB6bJEoeJiAgSThA6B4rjcodurZEC+f3xLKg9n6uf0BYoxYNPmcLc2CIJZ/arNjGZgtRFC8aIpnS7B4MmMRxPDdzJZu7cHIc/SoEync8PAXlmS8AK6OE4n/F38NK00ROz9OICbNGsqu8abd4vDZZjafMw+nJrJoqRpadkzMm3Y6hVP0I+1T8Jvw3vV0N+6mA+Gtw/2PYLa9F/L2Zdgm5wKci5vPP7eTc9OuO7+CuNyTbBg+DbJlcZrbt8Nr7zLHmXdxB/SJNcYMDv7w+tVrFJ8aGno+e9eu3mn/mPSGOYtRFalBikgs1527RStZnL0YF4+T1ElQ6XTDKpu11C5sHwmq5RqfALixhqPs+KwCjMkTGQDz7Mk9pyVXYWR93srsFcsJYDx3KihI7w6W1pQN2LQCqqA2MN4rXa3hck02UaMeRo6WBVnhPGtFlwvmUq3Pcw1woaUOzrGRBCtHsohPmzDAfJJBAP9ERURk/QIraB2yK4F1CAKTWHUwHds0JJv754MHeJOlPCsgDDMi2Dk37rblxoYlazMp383cmsf/flZpl6uGKsM5m5RVN3RSSKHLMVikkFS6zwsLstE5RmiArIQI1EDNcWhkMRqNjhEXVq7YKsTmAtI4WEEOicSeAIk6kfE5U5fNGC9nQyN9Zg5rZTCWAUMerpzNyaMLMKZbBqM9GBkWZxddhBV488woQAEJJAGwqNOQqknDOgPwpLLBA6eE8V54Fmdh49VyttXLN547x0k2rmZdQLEfspgrfskSkZGHwX/XHgylSBQa3hj//6gQwqNdjEaFyaFI5pR80IwPZcimWPrgxLWbFu2lB0ojBuLFEU98e52d0PO2P8LveaoxDhYJHlkr9oj6bC+93OosB1fBhkYFeH78gA1BZzaBdpLWM7Wk5NY9VcEFwQcNvugiXV+oR49Y8e80Znm5wjlHoV/1+YgeLTae1sT/t3DriuziOuCXIy8OhK0Kgwm+7tH0JtrHbjWVN0XznuYXH42CvEoXrvJIFFeM/nexlrwjfaGuL4p6kifrYI9O6+pjh/G1XpXva1/UmxL61Z0WGJsN5z3OreFteu78jHOBO/G9Fncg4wdxirWvNwNXL3mJbXkzmvaUli5cuGjx4jJbOsHUrMyOGxmqNu6NekXiB2Jx/ySDzAE+jtu79PkIrgPivkeUZhgWrRbiTIQ2PWHuaPJFMOz3fuFhwBPn+cUisd33iHpcX1b6DgMw9Ts6HT5hJ9U5v9bhcNQbOSp2PBUUqiaVmqh4torjvUl5rXpfoOKux//UKyai7rcQ8+IfxeLxcCQsDxgUHY9gNqdLg45MSdGOwJ2Iv4RxYfRsWFBOS+Rxwe8AGfHg/GZUdO5AYdoAkNioEJ344sGkz2jgW1uvpDtwB31eZ2QjlRAT88IL5Fq2M6lWyzgqBcmR8fWM+RyDe3T0Q4i6A+rVoJ51EnjLKtZcJ/0mNgD8Xly4Noj6XxJJefGKA5vBgaUn7yG3K7wKu9zh6kW6uc65+YAgBjRUkQOZSGDy5eWHcL3/w/cv/BXcIL+5LfM139ufAcAE5PI0RwFyPvAgMqHxKy7DAfm2mRxCO3nX67wmmgj9l7XMl//K5/zH5+GRb/mDp+AEK7mImHzDS7wZT2ATu+EvzBT63vnt5LzXeRChqf7tjYPydV/yarJdLRd9du7kDaiS33iR+9FLfuIRnoVbvuBXXoclP/cRT0kpvwuciaB8x3e8DmES37rnj5bPu8BbMEG0HuaNyJBzvlY/gnaNo5ApZ32cHfsNAee+FS75lF94Gxra8B+Wm2Ek4yCS9a86N8gvneAxTJNvOjA9V1J+6WkeR4b8wA+8lj0r/otOyZc9yOsAORN4KzBctpqREso8Nwwt5Tfm9dfkY/7hOBLyW5/zGMJh2jcObCB+XZbplL/wP7Yiw6QhaEZ2JQv33gFVPupfTqjNgX6mfNXvPAVCoaQnTH9NH9HHP/QHkSmnfM2HZBC+cHM1ZmAGDzOI69CRw1jscuSz5aEvP2YSW+UnFvK4ozBYk2CX7/id59FSTrZ+xnOzDZ8MifXIlt/5gofgkK/qXxxCnXvENUKf4jezl35PnAzXw/lp1SGBXjcRnXrebFfxXfwmm/ZuG1FEiJsU6oBGfL6N/6pIsrHK+YF63ip7drU/+TeMEPjPmRnyXzmem4+W4ECsT2BKjOUVCThTwML/6dHWAKg7/WrtSU2MToC2eRiZOIAOaBdA/jeNPHAiJoInMNMYhBDsK6lGClXoBTcAC4AfW0c8jNGYgAy3yOSiC2pCUTtMRjgII+rjmWhAHaYFi2SgsKpKmYTJJEXLIJEYhAIb5tP9ZyAbKiLY7v94qrqniAQI1aTCwpg52DQD1+G6sa3Iw33QMrSTHS0BtEM2HFnoFZEw1vXQYngUvcp69S5cKYY4QIAqSmKJDztm5rSFynCcsGOJLob3jCvIw0fjKuwMj2sIsI+wmf0JUGhEdU6XA2mc8GGKLobXjCuoxJFxFT5q4xpMthC21H8wStGEmTBRgcmYgWlD79AYRwzF6JrEArdozPrcaABqUAtz0zEFDS2Kea9joLRpplkxeca0JkEYu2YNZXpATW0GNBBdgXYGZ5kIAGWWSjE0i2bn9adjIuYCmdQrApUN4vwrMTcAm26VKCIiVPeU65xRKR5HCTqiK8Pth0JiONvnnWBuc5MZL4qZ3c3eUmU2XtKxa0eM+RBvml4v5hpwSo2iidijgkVXcDMU2PxyLFZcxE9lzOyS8XPyNcoPlo19fj16/achBRWq1GijnQ466aKbHnrpo58B6jQYZAjXMMwMZjKL2cxhLiNswZZsRZNRWsxjPgtYyNZsw7Zsx/bswI4sYifGWMw4E+zMEiZhsQu7shu7swd7shd7sw9TTGEqLbRiNG1MYzozmMksZjOHucxjPgtYyCIW006KDjrpYglLuYplLGcFV7OSVaxmDdfQTQ9rWce19LKeDVzH9dzARjaxmS1sZRt/hbv9sJ/2y37bH/tr/+y/WzaNnxXjxko4whK8ZyXg4Lw0hPPqespIUNgioRmRK8Zwnu0UIkitBJBsgiCWvESUJXDKvtvsP8pTRhLGiDqyoqyiS6CQJUDKqLxp0JRNVKqvVstuIpmIloBvI8LNFjnKSqjHEnxl6Z8jrm5VFaktXqfAYzIvLFVgbn63B6uZbHRVXsrbEm43omQtwY423cc9pKoMN7Md/3o6i1BlCWazErx12dn2sG+5GFau0tFutYZoMCMC1QKOqVdsMhs3TYnhANioK0lXuaZsyHYmpW4Y26WBLCzDFJmkRhWBIl3GS5chFpnQSgjPSsDPiL5zXmrQGLjbivMGb0UblgsXZ+sp92hIlrYliN5SnVlSwVPI1sZzbAjSi7MVqy+F013hcZNX8FpABVXvxlfZKzP2aHW9V2q9P/jxNCLAqId8hlNbclK8Hb7cjaZRpQpiTEYz6LYRa3nwMRLjtoFol8Biy/S8iBlv9Cvwu45eyDhsXpU721I9M5IzFi3qGV794xG/bbzgBQsp7BLUQ3vX+zZZlMXICHe2NuvAoizxNBzyri7OS3gD53vPdDuSLa9V4ze67BmBJl+cvfL4E+Hp1jWXYIcj2uVIF1NGeuQWceBXuVfZB247skZOzEw6R4TF59yj6dAOFxDttv7Z5JC5+tq1DHe8x0MMJwIAAAA=") format("woff2"), url(/assets/unicons_e87ac26a0fa4edd6b247cde9db62d03b-d7b2158d454bc251445bd8ca9458793f16fb5e1991a6713437b0a51a73e23a10.woff2) format("woff2"), url(/assets/unicons_e87ac26a0fa4edd6b247cde9db62d03b-be28e253e0d3be7a5825a63d5d264cfb12c27580283ad6fa34102e329fda8c2e.woff) format("woff"), url(/assets/unicons_e87ac26a0fa4edd6b247cde9db62d03b-c62d936c2645bd5af0bef074acf2ae0029f65bf20adcdf498a68d541e8d419e8.ttf) format("truetype"), url("/assets/unicons_e87ac26a0fa4edd6b247cde9db62d03b-bc2f1bae66fd14ff28bf1cb174f34f7e4858a1aa68d09805f0dd1809ed3f8b99.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.unicon {
  display: inline-block;
  font-family: "unicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.unicon-placeholder::placeholder {
  display: inline-block;
  font-family: "unicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

[data-icon]:before {
  content: attr(data-icon); }

[data-icon]:before,
.unicon-activity:before,
.unicon-add:before,
.unicon-add_outline:before,
.unicon-alert_circle:before,
.unicon-alert_triangle:before,
.unicon-archive:before,
.unicon-arrow_down:before,
.unicon-arrow_left:before,
.unicon-arrow_right:before,
.unicon-arrow_up:before,
.unicon-bell:before,
.unicon-browser:before,
.unicon-building:before,
.unicon-buildings:before,
.unicon-calendar:before,
.unicon-camera:before,
.unicon-caret_down:before,
.unicon-caret_left:before,
.unicon-caret_right:before,
.unicon-caret_up:before,
.unicon-chat:before,
.unicon-chat_fill:before,
.unicon-check:before,
.unicon-check_outline:before,
.unicon-check_success:before,
.unicon-check_success_fill:before,
.unicon-chevron_down:before,
.unicon-chevron_down_large:before,
.unicon-chevron_left:before,
.unicon-chevron_left_large:before,
.unicon-chevron_right:before,
.unicon-chevron_right_large:before,
.unicon-chevron_up:before,
.unicon-chevron_up_large:before,
.unicon-clock:before,
.unicon-comment:before,
.unicon-comment_fill:before,
.unicon-cone:before,
.unicon-contract:before,
.unicon-copy:before,
.unicon-document:before,
.unicon-dot:before,
.unicon-dots:before,
.unicon-download:before,
.unicon-drag_n_drop:before,
.unicon-ellipsis:before,
.unicon-entry:before,
.unicon-export:before,
.unicon-file:before,
.unicon-file_vector:before,
.unicon-file_zip:before,
.unicon-filter:before,
.unicon-fire:before,
.unicon-flag:before,
.unicon-floorplan:before,
.unicon-flyer:before,
.unicon-folder:before,
.unicon-for_sale:before,
.unicon-gear:before,
.unicon-google_drive:before,
.unicon-happy:before,
.unicon-hidden:before,
.unicon-history:before,
.unicon-image:before,
.unicon-info:before,
.unicon-info_bubble:before,
.unicon-leaf:before,
.unicon-lightbulb:before,
.unicon-lightning:before,
.unicon-lightning_fill:before,
.unicon-link:before,
.unicon-list:before,
.unicon-listings:before,
.unicon-lock:before,
.unicon-magic:before,
.unicon-mail:before,
.unicon-map:before,
.unicon-map_pin:before,
.unicon-markdown:before,
.unicon-menu:before,
.unicon-merge:before,
.unicon-mobile:before,
.unicon-move:before,
.unicon-neutral:before,
.unicon-no:before,
.unicon-not_available:before,
.unicon-not_available_fill:before,
.unicon-paperclip:before,
.unicon-pdf:before,
.unicon-pencil:before,
.unicon-phone:before,
.unicon-photo:before,
.unicon-photos:before,
.unicon-plant:before,
.unicon-play:before,
.unicon-play_tube:before,
.unicon-price_tag:before,
.unicon-printer:before,
.unicon-question:before,
.unicon-question_bubble:before,
.unicon-recover:before,
.unicon-refresh:before,
.unicon-ruler:before,
.unicon-sad:before,
.unicon-search:before,
.unicon-shield:before,
.unicon-shred:before,
.unicon-signature:before,
.unicon-star:before,
.unicon-star_empty:before,
.unicon-star_half:before,
.unicon-table:before,
.unicon-tag:before,
.unicon-thumbs_down:before,
.unicon-thumbs_up:before,
.unicon-trash:before,
.unicon-upload:before,
.unicon-user:before,
.unicon-user_circle:before,
.unicon-user_group:before,
.unicon-user_professional:before,
.unicon-user_square:before,
.unicon-visible:before,
.unicon-website:before,
.unicon-world:before,
.unicon-x:before,
.unicon-zoom_in:before,
.unicon-zoom_out:before {
  display: inline-block;
  font-family: "unicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.unicon-activity:before {
  content: "\f18f"; }

.unicon-add:before {
  content: "\f100"; }

.unicon-add_outline:before {
  content: "\f101"; }

.unicon-alert_circle:before {
  content: "\f190"; }

.unicon-alert_triangle:before {
  content: "\f191"; }

.unicon-archive:before {
  content: "\f105"; }

.unicon-arrow_down:before {
  content: "\f1a4"; }

.unicon-arrow_left:before {
  content: "\f1a5"; }

.unicon-arrow_right:before {
  content: "\f1a6"; }

.unicon-arrow_up:before {
  content: "\f1a7"; }

.unicon-bell:before {
  content: "\f10f"; }

.unicon-browser:before {
  content: "\f110"; }

.unicon-building:before {
  content: "\f111"; }

.unicon-buildings:before {
  content: "\f113"; }

.unicon-calendar:before {
  content: "\f114"; }

.unicon-camera:before {
  content: "\f115"; }

.unicon-caret_down:before {
  content: "\f1b7"; }

.unicon-caret_left:before {
  content: "\f1b8"; }

.unicon-caret_right:before {
  content: "\f1b9"; }

.unicon-caret_up:before {
  content: "\f1ba"; }

.unicon-chat:before {
  content: "\f196"; }

.unicon-chat_fill:before {
  content: "\f197"; }

.unicon-check:before {
  content: "\f11c"; }

.unicon-check_outline:before {
  content: "\f11d"; }

.unicon-check_success:before {
  content: "\f19a"; }

.unicon-check_success_fill:before {
  content: "\f19b"; }

.unicon-chevron_down:before {
  content: "\f1bb"; }

.unicon-chevron_down_large:before {
  content: "\f1bc"; }

.unicon-chevron_left:before {
  content: "\f1bd"; }

.unicon-chevron_left_large:before {
  content: "\f1be"; }

.unicon-chevron_right:before {
  content: "\f1bf"; }

.unicon-chevron_right_large:before {
  content: "\f1c0"; }

.unicon-chevron_up:before {
  content: "\f1c1"; }

.unicon-chevron_up_large:before {
  content: "\f1c2"; }

.unicon-clock:before {
  content: "\f11f"; }

.unicon-comment:before {
  content: "\f120"; }

.unicon-comment_fill:before {
  content: "\f198"; }

.unicon-cone:before {
  content: "\f121"; }

.unicon-contract:before {
  content: "\f122"; }

.unicon-copy:before {
  content: "\f124"; }

.unicon-document:before {
  content: "\f1ca"; }

.unicon-dot:before {
  content: "\f127"; }

.unicon-dots:before {
  content: "\f128"; }

.unicon-download:before {
  content: "\f129"; }

.unicon-drag_n_drop:before {
  content: "\f1c3"; }

.unicon-ellipsis:before {
  content: "\f12a"; }

.unicon-entry:before {
  content: "\f12b"; }

.unicon-export:before {
  content: "\f12c"; }

.unicon-file:before {
  content: "\f1d2"; }

.unicon-file_vector:before {
  content: "\f1d3"; }

.unicon-file_zip:before {
  content: "\f1d4"; }

.unicon-filter:before {
  content: "\f1cb"; }

.unicon-fire:before {
  content: "\f12e"; }

.unicon-flag:before {
  content: "\f130"; }

.unicon-floorplan:before {
  content: "\f131"; }

.unicon-flyer:before {
  content: "\f132"; }

.unicon-folder:before {
  content: "\f1ce"; }

.unicon-for_sale:before {
  content: "\f133"; }

.unicon-gear:before {
  content: "\f136"; }

.unicon-google_drive:before {
  content: "\f1cd"; }

.unicon-happy:before {
  content: "\f13c"; }

.unicon-hidden:before {
  content: "\f13d"; }

.unicon-history:before {
  content: "\f13e"; }

.unicon-image:before {
  content: "\f1cf"; }

.unicon-info:before {
  content: "\f140"; }

.unicon-info_bubble:before {
  content: "\f141"; }

.unicon-leaf:before {
  content: "\f144"; }

.unicon-lightbulb:before {
  content: "\f146"; }

.unicon-lightning:before {
  content: "\f147"; }

.unicon-lightning_fill:before {
  content: "\f195"; }

.unicon-link:before {
  content: "\f14a"; }

.unicon-list:before {
  content: "\f14c"; }

.unicon-listings:before {
  content: "\f14e"; }

.unicon-lock:before {
  content: "\f14f"; }

.unicon-magic:before {
  content: "\f151"; }

.unicon-mail:before {
  content: "\f152"; }

.unicon-map:before {
  content: "\f153"; }

.unicon-map_pin:before {
  content: "\f1ac"; }

.unicon-markdown:before {
  content: "\f154"; }

.unicon-menu:before {
  content: "\f1c7"; }

.unicon-merge:before {
  content: "\f156"; }

.unicon-mobile:before {
  content: "\f157"; }

.unicon-move:before {
  content: "\f159"; }

.unicon-neutral:before {
  content: "\f15a"; }

.unicon-no:before {
  content: "\f15b"; }

.unicon-not_available:before {
  content: "\f15c"; }

.unicon-not_available_fill:before {
  content: "\f1c4"; }

.unicon-paperclip:before {
  content: "\f1ad"; }

.unicon-pdf:before {
  content: "\f1d0"; }

.unicon-pencil:before {
  content: "\f15e"; }

.unicon-phone:before {
  content: "\f163"; }

.unicon-photo:before {
  content: "\f1c8"; }

.unicon-photos:before {
  content: "\f1c9"; }

.unicon-plant:before {
  content: "\f167"; }

.unicon-play:before {
  content: "\f168"; }

.unicon-play_tube:before {
  content: "\f1b6"; }

.unicon-price_tag:before {
  content: "\f1a2"; }

.unicon-printer:before {
  content: "\f1d5"; }

.unicon-question:before {
  content: "\f169"; }

.unicon-question_bubble:before {
  content: "\f16a"; }

.unicon-recover:before {
  content: "\f16b"; }

.unicon-refresh:before {
  content: "\f1c5"; }

.unicon-ruler:before {
  content: "\f16f"; }

.unicon-sad:before {
  content: "\f170"; }

.unicon-search:before {
  content: "\f171"; }

.unicon-shield:before {
  content: "\f174"; }

.unicon-shred:before {
  content: "\f1aa"; }

.unicon-signature:before {
  content: "\f1a3"; }

.unicon-star:before {
  content: "\f179"; }

.unicon-star_empty:before {
  content: "\f17a"; }

.unicon-star_half:before {
  content: "\f17b"; }

.unicon-table:before {
  content: "\f1d1"; }

.unicon-tag:before {
  content: "\f1cc"; }

.unicon-thumbs_down:before {
  content: "\f1a8"; }

.unicon-thumbs_up:before {
  content: "\f1a9"; }

.unicon-trash:before {
  content: "\f183"; }

.unicon-upload:before {
  content: "\f185"; }

.unicon-user:before {
  content: "\f1ae"; }

.unicon-user_circle:before {
  content: "\f1b3"; }

.unicon-user_group:before {
  content: "\f1b4"; }

.unicon-user_professional:before {
  content: "\f1b2"; }

.unicon-user_square:before {
  content: "\f1b5"; }

.unicon-visible:before {
  content: "\f186"; }

.unicon-website:before {
  content: "\f188"; }

.unicon-world:before {
  content: "\f189"; }

.unicon-x:before {
  content: "\f18a"; }

.unicon-zoom_in:before {
  content: "\f1a0"; }

.unicon-zoom_out:before {
  content: "\f1a1"; }

.tabs {
  overflow-x: auto;
  max-width: 100%;
  display: flex;
  scroll-snap-type: x mandatory; }
  .tabs::before, .tabs::after {
    content: '';
    margin: auto; }
  .tabs a {
    scroll-snap-align: start;
    padding: 0.75em 1.25em;
    border-bottom: 2px solid #cbcccd;
    text-decoration: none;
    color: currentColor; }
    .tabs a:hover {
      border-bottom-color: #7e8081;
      color: #191a1a; }
    .tabs a.active {
      border-bottom-color: #0994E2;
      color: #0994E2; }

.uniformThumb > object {
  height: 100%;
  object-fit: cover; }

.uniformThumb.-contain > object {
  object-fit: contain; }

.uniformThumb.-transparent {
  background: none; }

.tournament-container {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 4em; }
  .tournament-container .snapTo {
    scroll-snap-align: start; }

.tournament .matchup {
  --border-color: 177.5555555556, 178.5, 179.4444444444;
  position: relative; }
  .tournament .matchup.split-node {
    padding-right: 20px; }
  .tournament .matchup.top {
    padding-bottom: 20px; }
  .tournament .matchup .matchup-bracket {
    width: 20px;
    border-right-width: 2px;
    border-top-width: 2px; }
  .tournament .matchup.top > .matchup-bracket, .tournament .matchup.bottom > .matchup-bracket {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50%; }
  .tournament .matchup.bottom > .matchup-bracket {
    bottom: auto;
    top: 0;
    border-bottom-width: 2px;
    border-top-width: 0; }

.tournament .matchup-card {
  width: 250px;
  border-radius: 0.5em;
  background: white;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-wrap: wrap; }

.tournament .matchup-team {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 0.5em;
  white-space: nowrap; }
  .tournament .matchup-team > * {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    min-width: 0; }

.tournament .matchup-team + .matchup-team {
  border-top: 1px solid #e5e6e6; }
  .tournament .matchup-team + .matchup-team.-winner {
    color: #5d9207; }

.tournament .tournamentNav {
  display: flex;
  text-align: center;
  margin-left: -20px; }
  .tournament .tournamentNav > * {
    width: 290px; }

body {
  background: #f2f4f7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #4c4d4d;
  line-height: 1.5; }

.height-0-vh {
  height: 0vh; }

.min-height-0-vh {
  min-height: 0vh; }

.max-height-0-vh {
  max-height: 0vh; }

.height-5-vh {
  height: 5vh; }

.min-height-5-vh {
  min-height: 5vh; }

.max-height-5-vh {
  max-height: 5vh; }

.height-10-vh {
  height: 10vh; }

.min-height-10-vh {
  min-height: 10vh; }

.max-height-10-vh {
  max-height: 10vh; }

.height-15-vh {
  height: 15vh; }

.min-height-15-vh {
  min-height: 15vh; }

.max-height-15-vh {
  max-height: 15vh; }

.height-20-vh {
  height: 20vh; }

.min-height-20-vh {
  min-height: 20vh; }

.max-height-20-vh {
  max-height: 20vh; }

.height-25-vh {
  height: 25vh; }

.min-height-25-vh {
  min-height: 25vh; }

.max-height-25-vh {
  max-height: 25vh; }

.height-30-vh {
  height: 30vh; }

.min-height-30-vh {
  min-height: 30vh; }

.max-height-30-vh {
  max-height: 30vh; }

.height-35-vh {
  height: 35vh; }

.min-height-35-vh {
  min-height: 35vh; }

.max-height-35-vh {
  max-height: 35vh; }

.height-40-vh {
  height: 40vh; }

.min-height-40-vh {
  min-height: 40vh; }

.max-height-40-vh {
  max-height: 40vh; }

.height-45-vh {
  height: 45vh; }

.min-height-45-vh {
  min-height: 45vh; }

.max-height-45-vh {
  max-height: 45vh; }

.height-50-vh {
  height: 50vh; }

.min-height-50-vh {
  min-height: 50vh; }

.max-height-50-vh {
  max-height: 50vh; }

.height-55-vh {
  height: 55vh; }

.min-height-55-vh {
  min-height: 55vh; }

.max-height-55-vh {
  max-height: 55vh; }

.height-60-vh {
  height: 60vh; }

.min-height-60-vh {
  min-height: 60vh; }

.max-height-60-vh {
  max-height: 60vh; }

.height-65-vh {
  height: 65vh; }

.min-height-65-vh {
  min-height: 65vh; }

.max-height-65-vh {
  max-height: 65vh; }

.height-70-vh {
  height: 70vh; }

.min-height-70-vh {
  min-height: 70vh; }

.max-height-70-vh {
  max-height: 70vh; }

.height-75-vh {
  height: 75vh; }

.min-height-75-vh {
  min-height: 75vh; }

.max-height-75-vh {
  max-height: 75vh; }

.height-80-vh {
  height: 80vh; }

.min-height-80-vh {
  min-height: 80vh; }

.max-height-80-vh {
  max-height: 80vh; }

.height-85-vh {
  height: 85vh; }

.min-height-85-vh {
  min-height: 85vh; }

.max-height-85-vh {
  max-height: 85vh; }

.height-90-vh {
  height: 90vh; }

.min-height-90-vh {
  min-height: 90vh; }

.max-height-90-vh {
  max-height: 90vh; }

.height-95-vh {
  height: 95vh; }

.min-height-95-vh {
  min-height: 95vh; }

.max-height-95-vh {
  max-height: 95vh; }

.height-100-vh {
  height: 100vh; }

.min-height-100-vh {
  min-height: 100vh; }

.max-height-100-vh {
  max-height: 100vh; }

.hero {
  position: relative; }
  .hero h1 {
    font-size: 55px;
    font-weight: 800;
    line-height: 1; }
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-top: 2em; }
  .content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
    margin-top: 0; }

.content h1 {
  color: #014165; }

.content h3 {
  color: #036196; }

.content h5 {
  font-size: 1em; }

.content p {
  margin-bottom: 1em; }

ol {
  list-style: decimal;
  margin-left: 1.7em; }

.flex-reverse {
  flex-direction: column-reverse; }

.margin-right--8x {
  margin-right: -8rem; }

.margin-bottom--4x {
  margin-bottom: -4rem; }

.unicon {
  font-family: "unicons"; }

.bg-white-to-clear {
  background-image: linear-gradient(white, rgba(255, 255, 255, 0)); }

.bg-green-to-clear {
  background-image: linear-gradient(rgba(180, 238, 86, 0.7), rgba(180, 238, 86, 0)); }

.bg-yards {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none" stroke="white" stroke-width="4" stroke-linecap="square" stroke-linejoin="square"><polyline points="16 60 30 60"></polyline> <polyline points="8 0 8 64"></polyline> </svg>');
  background-repeat: repeat-y;
  background-position: top left; }
  .bg-yards.-both-sides {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none" stroke="white" stroke-width="4" stroke-linecap="square" stroke-linejoin="square"><polyline points="16 60 30 60"></polyline> <polyline points="8 0 8 64"></polyline> </svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none" stroke="white" stroke-width="4" stroke-linecap="square" stroke-linejoin="square"><polyline points="48 60 34 60"></polyline> <polyline points="58 0 58 64"></polyline> </svg>');
    background-position: top left, top right; }

.bg-turf {
  background-image: url(/grass-overlay.jpg);
  background-blend-mode: hard-light; }

.bg-turf-green-60 {
  background-image: url(/assets/bg-turf-green-60-fd51c9105deabac22443fb966eaa8c1e8e9d3b7aec94256eed537fd70db00a31.jpg);
  background-color: #7bbe0e; }

.bg-turf-green-70 {
  background-image: url(/assets/bg-turf-green-70-b9ce75ab810f22d270d1daef49c2f29352819de71076d89e0aa56a958f64a4e0.jpg);
  background-color: #5d9207; }

.bg-turf-gray-80 {
  background-image: url(/assets/bg-turf-gray-80-524e29c99ee616350cfeca8ca22f277b3479d3daf788881af25b07563b9dfd1a.jpg);
  background-color: #323334; }

.bg-turf-blue-80 {
  background-image: url(/assets/bg-turf-blue-80-60d1554224544685f5793acfe3c5682bbd7605d6f10bd51498f6f5c319c1fc9a.jpg);
  background-color: #014165; }

.bg-turf-blue, .hover\:bg-turf-blue:hover {
  background-image: url(/assets/bg-turf-blue-030b6f0aa0a5136ba9366324b617c824efa3c6a0d36eac83e3dc8267766ca6e5.jpg);
  background-color: #0994E2; }

.bg-background {
  background: #f2f4f7; }

.yards {
  font-size: 64px;
  font-weight: 900;
  transform: rotate(-90deg) translate(-128px);
  transform-origin: top left;
  line-height: 1; }

.field_with_errors {
  --border-color: 255, 37, 98; }
  .field_with_errors label {
    color: #ff2562; }

.uniformNav.-white > a:hover {
  color: white; }

.uniformTable th.sm\:hide, .uniformTable th.hide, .uniformTable td.sm\:hide, .uniformTable td.hide {
  padding: 0;
  width: 0;
  display: table-cell; }

.uniformInputs input:invalid {
  --border-color: 255, 37, 98; }@media only screen and (false) {
  .include_containers\:base {
    --breakpoints: "sm/max-width: 719px,md/min-width: 720px,lg/min-width: 1080px,xl/min-width: 1440px";
    --bg-opacity: 1.0;
    --shadow-opacity: 0.1;
    --border-opacity: 1.0;
    --border-color: 80, 81, 82; } 
  .include_containers\:layout-fixed {
    table-layout: fixed; } 
  .include_containers\:aspect-4x3::before {
    content: "";
    display: block;
    padding-top: 75%;
    padding-left: 75%; } 
  .include_containers\:aspect-2x1::before {
    content: "";
    display: block;
    padding-top: 50%;
    padding-left: 50%; } 
  .include_containers\:aspect-16x9::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    padding-left: 56.25%; } 
  .include_containers\:aspect-square::before {
    content: "";
    display: block;
    padding-top: 100%;
    padding-left: 100%; } 
  .include_containers\:fill-current {
    fill: currentColor; } 
  .include_containers\:stroke-current {
    stroke: currentColor; } 
  .include_containers\:bg-none {
    background: transparent; } 
  .include_containers\:border {
    border-width: 1px; } 
  .include_containers\:border-none {
    border-width: 0; } 
  .include_containers\:border-2px {
    border-width: 2px; } 
  .include_containers\:border-3px {
    border-width: 3px; } 
  .include_containers\:border-4px {
    border-width: 4px; } 
  .include_containers\:border-dashed {
    border-style: dashed; } 
  .include_containers\:border-top {
    border-top-width: 1px; } 
  .include_containers\:border-top {
    border-top-width: 1px; } 
  .include_containers\:border-top-none {
    border-top-width: 0; } 
  .include_containers\:border-top-2px {
    border-top-width: 2px; } 
  .include_containers\:border-top-3px {
    border-top-width: 3px; } 
  .include_containers\:border-top-4px {
    border-top-width: 4px; } 
  .include_containers\:border-right {
    border-right-width: 1px; } 
  .include_containers\:border-right {
    border-right-width: 1px; } 
  .include_containers\:border-right-none {
    border-right-width: 0; } 
  .include_containers\:border-right-2px {
    border-right-width: 2px; } 
  .include_containers\:border-right-3px {
    border-right-width: 3px; } 
  .include_containers\:border-right-4px {
    border-right-width: 4px; } 
  .include_containers\:border-bottom {
    border-bottom-width: 1px; } 
  .include_containers\:border-bottom {
    border-bottom-width: 1px; } 
  .include_containers\:border-bottom-none {
    border-bottom-width: 0; } 
  .include_containers\:border-bottom-2px {
    border-bottom-width: 2px; } 
  .include_containers\:border-bottom-3px {
    border-bottom-width: 3px; } 
  .include_containers\:border-bottom-4px {
    border-bottom-width: 4px; } 
  .include_containers\:border-left {
    border-left-width: 1px; } 
  .include_containers\:border-left {
    border-left-width: 1px; } 
  .include_containers\:border-left-none {
    border-left-width: 0; } 
  .include_containers\:border-left-2px {
    border-left-width: 2px; } 
  .include_containers\:border-left-3px {
    border-left-width: 3px; } 
  .include_containers\:border-left-4px {
    border-left-width: 4px; } 
  .include_containers\:rounded {
    border-radius: 0.25rem; } 
  .include_containers\:rounded-none {
    border-radius: 0; } 
  .include_containers\:rounded-xs {
    border-radius: 0.1rem; } 
  .include_containers\:rounded-sm {
    border-radius: 0.2rem; } 
  .include_containers\:rounded-lg {
    border-radius: 0.5rem; } 
  .include_containers\:rounded-xl {
    border-radius: 1rem; } 
  .include_containers\:rounded-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; } 
  .include_containers\:rounded-top-none {
    border-top-right-radius: 0;
    border-top-left-radius: 0; } 
  .include_containers\:rounded-top-xs {
    border-top-right-radius: 0.1rem;
    border-top-left-radius: 0.1rem; } 
  .include_containers\:rounded-top-sm {
    border-top-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem; } 
  .include_containers\:rounded-top-lg {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem; } 
  .include_containers\:rounded-top-xl {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem; } 
  .include_containers\:rounded-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; } 
  .include_containers\:rounded-bottom-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; } 
  .include_containers\:rounded-bottom-xs {
    border-bottom-right-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem; } 
  .include_containers\:rounded-bottom-sm {
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; } 
  .include_containers\:rounded-bottom-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } 
  .include_containers\:rounded-bottom-xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem; } 
  .include_containers\:rounded-left {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; } 
  .include_containers\:rounded-left-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } 
  .include_containers\:rounded-left-xs {
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem; } 
  .include_containers\:rounded-left-sm {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; } 
  .include_containers\:rounded-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } 
  .include_containers\:rounded-left-xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; } 
  .include_containers\:rounded-right {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } 
  .include_containers\:rounded-right-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } 
  .include_containers\:rounded-right-xs {
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem; } 
  .include_containers\:rounded-right-sm {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; } 
  .include_containers\:rounded-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; } 
  .include_containers\:rounded-right-xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem; } 
  .include_containers\:square {
    border-radius: 0; } 
  .include_containers\:square-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0; } 
  .include_containers\:square-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; } 
  .include_containers\:square-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } 
  .include_containers\:square-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } 
  .include_containers\:round {
    border-radius: 50%; } 
  .include_containers\:divide-h > * + * {
    border-left-width: 1px; } 
  .include_containers\:divide-h-none > * + * {
    border-left-width: 0; } 
  .include_containers\:divide-h-2px > * + * {
    border-left-width: 2px; } 
  .include_containers\:divide-h-3px > * + * {
    border-left-width: 3px; } 
  .include_containers\:divide-h-4px > * + * {
    border-left-width: 4px; } 
  .include_containers\:divide-v > * + * {
    border-top-width: 1px; } 
  .include_containers\:divide-v-none > * + * {
    border-top-width: 0; } 
  .include_containers\:divide-v-2px > * + * {
    border-top-width: 2px; } 
  .include_containers\:divide-v-3px > * + * {
    border-top-width: 3px; } 
  .include_containers\:divide-v-4px > * + * {
    border-top-width: 4px; } 
  .include_containers\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important; } 
  .include_containers\:rotate-0 {
    --transform-rotate: 0deg; } 
  .include_containers\:-rotate-0 {
    --transform-rotate: -0deg; } 
  .include_containers\:rotate-1 {
    --transform-rotate: 1deg; } 
  .include_containers\:-rotate-1 {
    --transform-rotate: -1deg; } 
  .include_containers\:rotate-2 {
    --transform-rotate: 2deg; } 
  .include_containers\:-rotate-2 {
    --transform-rotate: -2deg; } 
  .include_containers\:rotate-3 {
    --transform-rotate: 3deg; } 
  .include_containers\:-rotate-3 {
    --transform-rotate: -3deg; } 
  .include_containers\:rotate-6 {
    --transform-rotate: 6deg; } 
  .include_containers\:-rotate-6 {
    --transform-rotate: -6deg; } 
  .include_containers\:rotate-12 {
    --transform-rotate: 12deg; } 
  .include_containers\:-rotate-12 {
    --transform-rotate: -12deg; } 
  .include_containers\:rotate-45 {
    --transform-rotate: 45deg; } 
  .include_containers\:-rotate-45 {
    --transform-rotate: -45deg; } 
  .include_containers\:rotate-90 {
    --transform-rotate: 90deg; } 
  .include_containers\:-rotate-90 {
    --transform-rotate: -90deg; } 
  .include_containers\:rotate-180 {
    --transform-rotate: 180deg; } 
  .include_containers\:-rotate-180 {
    --transform-rotate: -180deg; } 
  .include_containers\:inline {
    display: inline; } 
  .include_containers\:block {
    display: block; } 
  .include_containers\:inline-block {
    display: inline-block; } 
  .include_containers\:grid {
    display: grid; } 
  .include_containers\:inline-grid {
    display: inline-grid; } 
  .include_containers\:flex {
    display: flex; } 
  .include_containers\:inline-flex {
    display: inline-flex; } 
  .include_containers\:table {
    display: table; } 
  .include_containers\:table-cell {
    display: table-cell; } 
  .include_containers\:table-row {
    display: table-row; } 
  .include_containers\:contents {
    display: contents; } 
  .include_containers\:hide {
    display: none; } 
  .include_containers\:show {
    display: inherit; } 
  .include_containers\:hide-empty:empty {
    display: none; } 
  .include_containers\:float-right {
    float: right; } 
  .include_containers\:float-left {
    float: left; } 
  .include_containers\:clear {
    clear: both; } 
  .include_containers\:flex-col {
    flex-direction: column; } 
  .include_containers\:flex-nowrap {
    flex-wrap: nowrap; } 
  .include_containers\:flex-wrap {
    flex-wrap: wrap; } 
  .include_containers\:flex-fill {
    flex: 1 1 auto; } 
  .include_containers\:flex-grow {
    flex: 1 0 auto; } 
  .include_containers\:flex-shrink {
    flex: 0 1 auto; } 
  .include_containers\:flex-none {
    flex: 0 0 auto; } 
  .include_containers\:order-1 {
    order: 1; } 
  .include_containers\:order-2 {
    order: 2; } 
  .include_containers\:order-3 {
    order: 3; } 
  .include_containers\:order-4 {
    order: 4; } 
  .include_containers\:order-5 {
    order: 5; } 
  .include_containers\:order-6 {
    order: 6; } 
  .include_containers\:order-7 {
    order: 7; } 
  .include_containers\:order-8 {
    order: 8; } 
  .include_containers\:order-9 {
    order: 9; } 
  .include_containers\:order-10 {
    order: 10; } 
  .include_containers\:order-11 {
    order: 11; } 
  .include_containers\:order-12 {
    order: 12; } 
  .include_containers\:cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } 
  .include_containers\:col-span-1 {
    grid-column: span 1/span 1; } 
  .include_containers\:col-start-1 {
    grid-column-start: 1; } 
  .include_containers\:col-end-1 {
    grid-column-end: 1; } 
  .include_containers\:cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } 
  .include_containers\:col-span-2 {
    grid-column: span 2/span 2; } 
  .include_containers\:col-start-2 {
    grid-column-start: 2; } 
  .include_containers\:col-end-2 {
    grid-column-end: 2; } 
  .include_containers\:cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } 
  .include_containers\:col-span-3 {
    grid-column: span 3/span 3; } 
  .include_containers\:col-start-3 {
    grid-column-start: 3; } 
  .include_containers\:col-end-3 {
    grid-column-end: 3; } 
  .include_containers\:cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } 
  .include_containers\:col-span-4 {
    grid-column: span 4/span 4; } 
  .include_containers\:col-start-4 {
    grid-column-start: 4; } 
  .include_containers\:col-end-4 {
    grid-column-end: 4; } 
  .include_containers\:cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } 
  .include_containers\:col-span-5 {
    grid-column: span 5/span 5; } 
  .include_containers\:col-start-5 {
    grid-column-start: 5; } 
  .include_containers\:col-end-5 {
    grid-column-end: 5; } 
  .include_containers\:cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } 
  .include_containers\:col-span-6 {
    grid-column: span 6/span 6; } 
  .include_containers\:col-start-6 {
    grid-column-start: 6; } 
  .include_containers\:col-end-6 {
    grid-column-end: 6; } 
  .include_containers\:cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); } 
  .include_containers\:col-span-7 {
    grid-column: span 7/span 7; } 
  .include_containers\:col-start-7 {
    grid-column-start: 7; } 
  .include_containers\:col-end-7 {
    grid-column-end: 7; } 
  .include_containers\:cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); } 
  .include_containers\:col-span-8 {
    grid-column: span 8/span 8; } 
  .include_containers\:col-start-8 {
    grid-column-start: 8; } 
  .include_containers\:col-end-8 {
    grid-column-end: 8; } 
  .include_containers\:cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); } 
  .include_containers\:col-span-9 {
    grid-column: span 9/span 9; } 
  .include_containers\:col-start-9 {
    grid-column-start: 9; } 
  .include_containers\:col-end-9 {
    grid-column-end: 9; } 
  .include_containers\:cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); } 
  .include_containers\:col-span-10 {
    grid-column: span 10/span 10; } 
  .include_containers\:col-start-10 {
    grid-column-start: 10; } 
  .include_containers\:col-end-10 {
    grid-column-end: 10; } 
  .include_containers\:cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)); } 
  .include_containers\:col-span-11 {
    grid-column: span 11/span 11; } 
  .include_containers\:col-start-11 {
    grid-column-start: 11; } 
  .include_containers\:col-end-11 {
    grid-column-end: 11; } 
  .include_containers\:cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)); } 
  .include_containers\:col-span-12 {
    grid-column: span 12/span 12; } 
  .include_containers\:col-start-12 {
    grid-column-start: 12; } 
  .include_containers\:col-end-12 {
    grid-column-end: 12; } 
  .include_containers\:cols-fill-0-px {
    grid-template-columns: repeat(auto-fill, minmax(0px, 1fr)); } 
  .include_containers\:cols-fit-0-px {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr)); } 
  .include_containers\:cols-fill-5-px {
    grid-template-columns: repeat(auto-fill, minmax(5px, 1fr)); } 
  .include_containers\:cols-fit-5-px {
    grid-template-columns: repeat(auto-fit, minmax(5px, 1fr)); } 
  .include_containers\:cols-fill-10-px {
    grid-template-columns: repeat(auto-fill, minmax(10px, 1fr)); } 
  .include_containers\:cols-fit-10-px {
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr)); } 
  .include_containers\:cols-fill-15-px {
    grid-template-columns: repeat(auto-fill, minmax(15px, 1fr)); } 
  .include_containers\:cols-fit-15-px {
    grid-template-columns: repeat(auto-fit, minmax(15px, 1fr)); } 
  .include_containers\:cols-fill-20-px {
    grid-template-columns: repeat(auto-fill, minmax(20px, 1fr)); } 
  .include_containers\:cols-fit-20-px {
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr)); } 
  .include_containers\:cols-fill-25-px {
    grid-template-columns: repeat(auto-fill, minmax(25px, 1fr)); } 
  .include_containers\:cols-fit-25-px {
    grid-template-columns: repeat(auto-fit, minmax(25px, 1fr)); } 
  .include_containers\:cols-fill-30-px {
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr)); } 
  .include_containers\:cols-fit-30-px {
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr)); } 
  .include_containers\:cols-fill-35-px {
    grid-template-columns: repeat(auto-fill, minmax(35px, 1fr)); } 
  .include_containers\:cols-fit-35-px {
    grid-template-columns: repeat(auto-fit, minmax(35px, 1fr)); } 
  .include_containers\:cols-fill-40-px {
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr)); } 
  .include_containers\:cols-fit-40-px {
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr)); } 
  .include_containers\:cols-fill-45-px {
    grid-template-columns: repeat(auto-fill, minmax(45px, 1fr)); } 
  .include_containers\:cols-fit-45-px {
    grid-template-columns: repeat(auto-fit, minmax(45px, 1fr)); } 
  .include_containers\:cols-fill-50-px {
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)); } 
  .include_containers\:cols-fit-50-px {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr)); } 
  .include_containers\:cols-fill-55-px {
    grid-template-columns: repeat(auto-fill, minmax(55px, 1fr)); } 
  .include_containers\:cols-fit-55-px {
    grid-template-columns: repeat(auto-fit, minmax(55px, 1fr)); } 
  .include_containers\:cols-fill-60-px {
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); } 
  .include_containers\:cols-fit-60-px {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); } 
  .include_containers\:cols-fill-65-px {
    grid-template-columns: repeat(auto-fill, minmax(65px, 1fr)); } 
  .include_containers\:cols-fit-65-px {
    grid-template-columns: repeat(auto-fit, minmax(65px, 1fr)); } 
  .include_containers\:cols-fill-70-px {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr)); } 
  .include_containers\:cols-fit-70-px {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)); } 
  .include_containers\:cols-fill-75-px {
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr)); } 
  .include_containers\:cols-fit-75-px {
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr)); } 
  .include_containers\:cols-fill-80-px {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); } 
  .include_containers\:cols-fit-80-px {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); } 
  .include_containers\:cols-fill-85-px {
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr)); } 
  .include_containers\:cols-fit-85-px {
    grid-template-columns: repeat(auto-fit, minmax(85px, 1fr)); } 
  .include_containers\:cols-fill-90-px {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); } 
  .include_containers\:cols-fit-90-px {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); } 
  .include_containers\:cols-fill-95-px {
    grid-template-columns: repeat(auto-fill, minmax(95px, 1fr)); } 
  .include_containers\:cols-fit-95-px {
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr)); } 
  .include_containers\:cols-fill-100-px {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); } 
  .include_containers\:cols-fit-100-px {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); } 
  .include_containers\:cols-fill-105-px {
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr)); } 
  .include_containers\:cols-fit-105-px {
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr)); } 
  .include_containers\:cols-fill-110-px {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); } 
  .include_containers\:cols-fit-110-px {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); } 
  .include_containers\:cols-fill-115-px {
    grid-template-columns: repeat(auto-fill, minmax(115px, 1fr)); } 
  .include_containers\:cols-fit-115-px {
    grid-template-columns: repeat(auto-fit, minmax(115px, 1fr)); } 
  .include_containers\:cols-fill-120-px {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); } 
  .include_containers\:cols-fit-120-px {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); } 
  .include_containers\:cols-fill-125-px {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr)); } 
  .include_containers\:cols-fit-125-px {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)); } 
  .include_containers\:cols-fill-130-px {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); } 
  .include_containers\:cols-fit-130-px {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); } 
  .include_containers\:cols-fill-135-px {
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr)); } 
  .include_containers\:cols-fit-135-px {
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); } 
  .include_containers\:cols-fill-140-px {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); } 
  .include_containers\:cols-fit-140-px {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); } 
  .include_containers\:cols-fill-145-px {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr)); } 
  .include_containers\:cols-fit-145-px {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); } 
  .include_containers\:cols-fill-150-px {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } 
  .include_containers\:cols-fit-150-px {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } 
  .include_containers\:cols-fill-155-px {
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr)); } 
  .include_containers\:cols-fit-155-px {
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)); } 
  .include_containers\:cols-fill-160-px {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); } 
  .include_containers\:cols-fit-160-px {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); } 
  .include_containers\:cols-fill-165-px {
    grid-template-columns: repeat(auto-fill, minmax(165px, 1fr)); } 
  .include_containers\:cols-fit-165-px {
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); } 
  .include_containers\:cols-fill-170-px {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); } 
  .include_containers\:cols-fit-170-px {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); } 
  .include_containers\:cols-fill-175-px {
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); } 
  .include_containers\:cols-fit-175-px {
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); } 
  .include_containers\:cols-fill-180-px {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); } 
  .include_containers\:cols-fit-180-px {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); } 
  .include_containers\:cols-fill-185-px {
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); } 
  .include_containers\:cols-fit-185-px {
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); } 
  .include_containers\:cols-fill-190-px {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); } 
  .include_containers\:cols-fit-190-px {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); } 
  .include_containers\:cols-fill-195-px {
    grid-template-columns: repeat(auto-fill, minmax(195px, 1fr)); } 
  .include_containers\:cols-fit-195-px {
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); } 
  .include_containers\:cols-fill-200-px {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } 
  .include_containers\:cols-fit-200-px {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } 
  .include_containers\:cols-fill-205-px {
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)); } 
  .include_containers\:cols-fit-205-px {
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)); } 
  .include_containers\:cols-fill-210-px {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); } 
  .include_containers\:cols-fit-210-px {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); } 
  .include_containers\:cols-fill-215-px {
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); } 
  .include_containers\:cols-fit-215-px {
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); } 
  .include_containers\:cols-fill-220-px {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); } 
  .include_containers\:cols-fit-220-px {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } 
  .include_containers\:cols-fill-225-px {
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr)); } 
  .include_containers\:cols-fit-225-px {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)); } 
  .include_containers\:cols-fill-230-px {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); } 
  .include_containers\:cols-fit-230-px {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); } 
  .include_containers\:cols-fill-235-px {
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); } 
  .include_containers\:cols-fit-235-px {
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); } 
  .include_containers\:cols-fill-240-px {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); } 
  .include_containers\:cols-fit-240-px {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } 
  .include_containers\:cols-fill-245-px {
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)); } 
  .include_containers\:cols-fit-245-px {
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); } 
  .include_containers\:cols-fill-250-px {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); } 
  .include_containers\:cols-fit-250-px {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } 
  .include_containers\:cols-fill-255-px {
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); } 
  .include_containers\:cols-fit-255-px {
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); } 
  .include_containers\:cols-fill-260-px {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); } 
  .include_containers\:cols-fit-260-px {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } 
  .include_containers\:cols-fill-265-px {
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr)); } 
  .include_containers\:cols-fit-265-px {
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); } 
  .include_containers\:cols-fill-270-px {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); } 
  .include_containers\:cols-fit-270-px {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); } 
  .include_containers\:cols-fill-275-px {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr)); } 
  .include_containers\:cols-fit-275-px {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); } 
  .include_containers\:cols-fill-280-px {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); } 
  .include_containers\:cols-fit-280-px {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } 
  .include_containers\:cols-fill-285-px {
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr)); } 
  .include_containers\:cols-fit-285-px {
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); } 
  .include_containers\:cols-fill-290-px {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); } 
  .include_containers\:cols-fit-290-px {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); } 
  .include_containers\:cols-fill-295-px {
    grid-template-columns: repeat(auto-fill, minmax(295px, 1fr)); } 
  .include_containers\:cols-fit-295-px {
    grid-template-columns: repeat(auto-fit, minmax(295px, 1fr)); } 
  .include_containers\:cols-fill-300-px {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } 
  .include_containers\:cols-fit-300-px {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } 
  .include_containers\:cols-fill-305-px {
    grid-template-columns: repeat(auto-fill, minmax(305px, 1fr)); } 
  .include_containers\:cols-fit-305-px {
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr)); } 
  .include_containers\:cols-fill-310-px {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); } 
  .include_containers\:cols-fit-310-px {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); } 
  .include_containers\:cols-fill-315-px {
    grid-template-columns: repeat(auto-fill, minmax(315px, 1fr)); } 
  .include_containers\:cols-fit-315-px {
    grid-template-columns: repeat(auto-fit, minmax(315px, 1fr)); } 
  .include_containers\:cols-fill-320-px {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); } 
  .include_containers\:cols-fit-320-px {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); } 
  .include_containers\:cols-fill-325-px {
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr)); } 
  .include_containers\:cols-fit-325-px {
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr)); } 
  .include_containers\:cols-fill-330-px {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); } 
  .include_containers\:cols-fit-330-px {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); } 
  .include_containers\:cols-fill-335-px {
    grid-template-columns: repeat(auto-fill, minmax(335px, 1fr)); } 
  .include_containers\:cols-fit-335-px {
    grid-template-columns: repeat(auto-fit, minmax(335px, 1fr)); } 
  .include_containers\:cols-fill-340-px {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); } 
  .include_containers\:cols-fit-340-px {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); } 
  .include_containers\:cols-fill-345-px {
    grid-template-columns: repeat(auto-fill, minmax(345px, 1fr)); } 
  .include_containers\:cols-fit-345-px {
    grid-template-columns: repeat(auto-fit, minmax(345px, 1fr)); } 
  .include_containers\:cols-fill-350-px {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); } 
  .include_containers\:cols-fit-350-px {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); } 
  .include_containers\:cols-fill-355-px {
    grid-template-columns: repeat(auto-fill, minmax(355px, 1fr)); } 
  .include_containers\:cols-fit-355-px {
    grid-template-columns: repeat(auto-fit, minmax(355px, 1fr)); } 
  .include_containers\:cols-fill-360-px {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); } 
  .include_containers\:cols-fit-360-px {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); } 
  .include_containers\:cols-fill-365-px {
    grid-template-columns: repeat(auto-fill, minmax(365px, 1fr)); } 
  .include_containers\:cols-fit-365-px {
    grid-template-columns: repeat(auto-fit, minmax(365px, 1fr)); } 
  .include_containers\:cols-fill-370-px {
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr)); } 
  .include_containers\:cols-fit-370-px {
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr)); } 
  .include_containers\:cols-fill-375-px {
    grid-template-columns: repeat(auto-fill, minmax(375px, 1fr)); } 
  .include_containers\:cols-fit-375-px {
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr)); } 
  .include_containers\:cols-fill-380-px {
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)); } 
  .include_containers\:cols-fit-380-px {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); } 
  .include_containers\:cols-fill-385-px {
    grid-template-columns: repeat(auto-fill, minmax(385px, 1fr)); } 
  .include_containers\:cols-fit-385-px {
    grid-template-columns: repeat(auto-fit, minmax(385px, 1fr)); } 
  .include_containers\:cols-fill-390-px {
    grid-template-columns: repeat(auto-fill, minmax(390px, 1fr)); } 
  .include_containers\:cols-fit-390-px {
    grid-template-columns: repeat(auto-fit, minmax(390px, 1fr)); } 
  .include_containers\:cols-fill-395-px {
    grid-template-columns: repeat(auto-fill, minmax(395px, 1fr)); } 
  .include_containers\:cols-fit-395-px {
    grid-template-columns: repeat(auto-fit, minmax(395px, 1fr)); } 
  .include_containers\:cols-fill-400-px {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); } 
  .include_containers\:cols-fit-400-px {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); } 
  .include_containers\:cols-fill-405-px {
    grid-template-columns: repeat(auto-fill, minmax(405px, 1fr)); } 
  .include_containers\:cols-fit-405-px {
    grid-template-columns: repeat(auto-fit, minmax(405px, 1fr)); } 
  .include_containers\:cols-fill-410-px {
    grid-template-columns: repeat(auto-fill, minmax(410px, 1fr)); } 
  .include_containers\:cols-fit-410-px {
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr)); } 
  .include_containers\:cols-fill-415-px {
    grid-template-columns: repeat(auto-fill, minmax(415px, 1fr)); } 
  .include_containers\:cols-fit-415-px {
    grid-template-columns: repeat(auto-fit, minmax(415px, 1fr)); } 
  .include_containers\:cols-fill-420-px {
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); } 
  .include_containers\:cols-fit-420-px {
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); } 
  .include_containers\:cols-fill-425-px {
    grid-template-columns: repeat(auto-fill, minmax(425px, 1fr)); } 
  .include_containers\:cols-fit-425-px {
    grid-template-columns: repeat(auto-fit, minmax(425px, 1fr)); } 
  .include_containers\:cols-fill-430-px {
    grid-template-columns: repeat(auto-fill, minmax(430px, 1fr)); } 
  .include_containers\:cols-fit-430-px {
    grid-template-columns: repeat(auto-fit, minmax(430px, 1fr)); } 
  .include_containers\:cols-fill-435-px {
    grid-template-columns: repeat(auto-fill, minmax(435px, 1fr)); } 
  .include_containers\:cols-fit-435-px {
    grid-template-columns: repeat(auto-fit, minmax(435px, 1fr)); } 
  .include_containers\:cols-fill-440-px {
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr)); } 
  .include_containers\:cols-fit-440-px {
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr)); } 
  .include_containers\:cols-fill-445-px {
    grid-template-columns: repeat(auto-fill, minmax(445px, 1fr)); } 
  .include_containers\:cols-fit-445-px {
    grid-template-columns: repeat(auto-fit, minmax(445px, 1fr)); } 
  .include_containers\:cols-fill-450-px {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); } 
  .include_containers\:cols-fit-450-px {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); } 
  .include_containers\:cols-fill-455-px {
    grid-template-columns: repeat(auto-fill, minmax(455px, 1fr)); } 
  .include_containers\:cols-fit-455-px {
    grid-template-columns: repeat(auto-fit, minmax(455px, 1fr)); } 
  .include_containers\:cols-fill-460-px {
    grid-template-columns: repeat(auto-fill, minmax(460px, 1fr)); } 
  .include_containers\:cols-fit-460-px {
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr)); } 
  .include_containers\:cols-fill-465-px {
    grid-template-columns: repeat(auto-fill, minmax(465px, 1fr)); } 
  .include_containers\:cols-fit-465-px {
    grid-template-columns: repeat(auto-fit, minmax(465px, 1fr)); } 
  .include_containers\:cols-fill-470-px {
    grid-template-columns: repeat(auto-fill, minmax(470px, 1fr)); } 
  .include_containers\:cols-fit-470-px {
    grid-template-columns: repeat(auto-fit, minmax(470px, 1fr)); } 
  .include_containers\:cols-fill-475-px {
    grid-template-columns: repeat(auto-fill, minmax(475px, 1fr)); } 
  .include_containers\:cols-fit-475-px {
    grid-template-columns: repeat(auto-fit, minmax(475px, 1fr)); } 
  .include_containers\:cols-fill-480-px {
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr)); } 
  .include_containers\:cols-fit-480-px {
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr)); } 
  .include_containers\:cols-fill-485-px {
    grid-template-columns: repeat(auto-fill, minmax(485px, 1fr)); } 
  .include_containers\:cols-fit-485-px {
    grid-template-columns: repeat(auto-fit, minmax(485px, 1fr)); } 
  .include_containers\:cols-fill-490-px {
    grid-template-columns: repeat(auto-fill, minmax(490px, 1fr)); } 
  .include_containers\:cols-fit-490-px {
    grid-template-columns: repeat(auto-fit, minmax(490px, 1fr)); } 
  .include_containers\:cols-fill-495-px {
    grid-template-columns: repeat(auto-fill, minmax(495px, 1fr)); } 
  .include_containers\:cols-fit-495-px {
    grid-template-columns: repeat(auto-fit, minmax(495px, 1fr)); } 
  .include_containers\:cols-fill-500-px {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr)); } 
  .include_containers\:cols-fit-500-px {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); } 
  .include_containers\:rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)); } 
  .include_containers\:row-span-1 {
    grid-row: span 1/span 1; } 
  .include_containers\:row-start-1 {
    grid-row-start: 1; } 
  .include_containers\:row-end-1 {
    grid-row-end: 1; } 
  .include_containers\:rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)); } 
  .include_containers\:row-span-2 {
    grid-row: span 2/span 2; } 
  .include_containers\:row-start-2 {
    grid-row-start: 2; } 
  .include_containers\:row-end-2 {
    grid-row-end: 2; } 
  .include_containers\:rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)); } 
  .include_containers\:row-span-3 {
    grid-row: span 3/span 3; } 
  .include_containers\:row-start-3 {
    grid-row-start: 3; } 
  .include_containers\:row-end-3 {
    grid-row-end: 3; } 
  .include_containers\:rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)); } 
  .include_containers\:row-span-4 {
    grid-row: span 4/span 4; } 
  .include_containers\:row-start-4 {
    grid-row-start: 4; } 
  .include_containers\:row-end-4 {
    grid-row-end: 4; } 
  .include_containers\:rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)); } 
  .include_containers\:row-span-5 {
    grid-row: span 5/span 5; } 
  .include_containers\:row-start-5 {
    grid-row-start: 5; } 
  .include_containers\:row-end-5 {
    grid-row-end: 5; } 
  .include_containers\:rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)); } 
  .include_containers\:row-span-6 {
    grid-row: span 6/span 6; } 
  .include_containers\:row-start-6 {
    grid-row-start: 6; } 
  .include_containers\:row-end-6 {
    grid-row-end: 6; } 
  .include_containers\:grid-flow-row {
    grid-auto-flow: row; } 
  .include_containers\:grid-flow-row-dense {
    grid-auto-flow: row dense; } 
  .include_containers\:grid-flow-col {
    grid-auto-flow: column; } 
  .include_containers\:grid-flow-column-dense {
    grid-auto-flow: column dense; } 
  .include_containers\:gap {
    gap: 1rem; } 
  .include_containers\:gap-none {
    gap: 0; } 
  .include_containers\:gap-xs {
    gap: 0.8rem; } 
  .include_containers\:gap-sm {
    gap: 0.9rem; } 
  .include_containers\:gap-lg {
    gap: 1.2rem; } 
  .include_containers\:gap-xl {
    gap: 1.4rem; } 
  .include_containers\:gap-1\/2x {
    gap: 0.5rem; } 
  .include_containers\:gap-1\/4x {
    gap: 0.25rem; } 
  .include_containers\:gap-2x {
    gap: 2rem; } 
  .include_containers\:gap-4x {
    gap: 4rem; } 
  .include_containers\:gap-h {
    column-gap: 1rem; } 
  .include_containers\:gap-h-none {
    column-gap: 0; } 
  .include_containers\:gap-h-xs {
    column-gap: 0.8rem; } 
  .include_containers\:gap-h-sm {
    column-gap: 0.9rem; } 
  .include_containers\:gap-h-lg {
    column-gap: 1.2rem; } 
  .include_containers\:gap-h-xl {
    column-gap: 1.4rem; } 
  .include_containers\:gap-h-1\/2x {
    column-gap: 0.5rem; } 
  .include_containers\:gap-h-1\/4x {
    column-gap: 0.25rem; } 
  .include_containers\:gap-h-2x {
    column-gap: 2rem; } 
  .include_containers\:gap-h-4x {
    column-gap: 4rem; } 
  .include_containers\:gap-v {
    row-gap: 1rem; } 
  .include_containers\:gap-v-none {
    row-gap: 0; } 
  .include_containers\:gap-v-xs {
    row-gap: 0.8rem; } 
  .include_containers\:gap-v-sm {
    row-gap: 0.9rem; } 
  .include_containers\:gap-v-lg {
    row-gap: 1.2rem; } 
  .include_containers\:gap-v-xl {
    row-gap: 1.4rem; } 
  .include_containers\:gap-v-1\/2x {
    row-gap: 0.5rem; } 
  .include_containers\:gap-v-1\/4x {
    row-gap: 0.25rem; } 
  .include_containers\:gap-v-2x {
    row-gap: 2rem; } 
  .include_containers\:gap-v-4x {
    row-gap: 4rem; } 
  .include_containers\:justify-content-start {
    justify-content: flex-start; } 
  .include_containers\:align-content-start {
    align-content: flex-start; } 
  .include_containers\:justify-content-end {
    justify-content: flex-end; } 
  .include_containers\:align-content-end {
    align-content: flex-end; } 
  .include_containers\:justify-content-center {
    justify-content: center; } 
  .include_containers\:align-content-center {
    align-content: center; } 
  .include_containers\:justify-content-between {
    justify-content: space-between; } 
  .include_containers\:align-content-between {
    align-content: space-between; } 
  .include_containers\:justify-content-around {
    justify-content: space-around; } 
  .include_containers\:align-content-around {
    align-content: space-around; } 
  .include_containers\:justify-content-evenly {
    justify-content: space-evenly; } 
  .include_containers\:align-content-evenly {
    align-content: space-evenly; } 
  .include_containers\:justify-auto {
    justify-items: auto; } 
  .include_containers\:align-auto {
    align-items: auto; } 
  .include_containers\:justify-start {
    justify-items: start; } 
  .include_containers\:align-start {
    align-items: start; } 
  .include_containers\:justify-end {
    justify-items: end; } 
  .include_containers\:align-end {
    align-items: end; } 
  .include_containers\:justify-center {
    justify-items: center; } 
  .include_containers\:align-center {
    align-items: center; } 
  .include_containers\:justify-stretch {
    justify-items: stretch; } 
  .include_containers\:align-stretch {
    align-items: stretch; } 
  .include_containers\:justify-baseline {
    justify-items: baseline; } 
  .include_containers\:align-baseline {
    align-items: baseline; } 
  .include_containers\:justify-flex-start {
    justify-items: flex-start; } 
  .include_containers\:align-flex-start {
    align-items: flex-start; } 
  .include_containers\:justify-flex-end {
    justify-items: flex-end; } 
  .include_containers\:align-flex-end {
    align-items: flex-end; } 
  .include_containers\:justify-self-auto {
    justify-self: auto; } 
  .include_containers\:align-self-auto {
    align-self: auto; } 
  .include_containers\:justify-self-start {
    justify-self: start; } 
  .include_containers\:align-self-start {
    align-self: start; } 
  .include_containers\:justify-self-end {
    justify-self: end; } 
  .include_containers\:align-self-end {
    align-self: end; } 
  .include_containers\:justify-self-center {
    justify-self: center; } 
  .include_containers\:align-self-center {
    align-self: center; } 
  .include_containers\:justify-self-stretch {
    justify-self: stretch; } 
  .include_containers\:align-self-stretch {
    align-self: stretch; } 
  .include_containers\:justify-self-flex-start {
    justify-self: flex-start; } 
  .include_containers\:align-self-flex-start {
    align-self: flex-start; } 
  .include_containers\:justify-self-flex-end {
    justify-self: flex-end; } 
  .include_containers\:align-self-flex-end {
    align-self: flex-end; } 
  .include_containers\:object-cover {
    object-fit: cover; } 
  .include_containers\:object-contain {
    object-fit: contain; } 
  .include_containers\:object-center {
    object-position: center; } 
  .include_containers\:align-baseline {
    vertical-align: baseline; } 
  .include_containers\:align-middle {
    vertical-align: middle; } 
  .include_containers\:align-top {
    vertical-align: top; } 
  .include_containers\:align-bottom {
    vertical-align: bottom; } 
  .include_containers\:align-text-top {
    vertical-align: text-top; } 
  .include_containers\:align-text-bottom {
    vertical-align: text-bottom; } 
  .include_containers\:relative {
    position: relative; } 
  .include_containers\:absolute {
    position: absolute; } 
  .include_containers\:sticky {
    position: sticky; } 
  .include_containers\:fixed {
    position: fixed; } 
  .include_containers\:static {
    position: static; } 
  .include_containers\:top-0 {
    top: 0; } 
  .include_containers\:top-auto {
    top: auto; } 
  .include_containers\:right-0 {
    right: 0; } 
  .include_containers\:right-auto {
    right: auto; } 
  .include_containers\:bottom-0 {
    bottom: 0; } 
  .include_containers\:bottom-auto {
    bottom: auto; } 
  .include_containers\:left-0 {
    left: 0; } 
  .include_containers\:left-auto {
    left: auto; } 
  .include_containers\:position-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } 
  .include_containers\:position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); } 
  .include_containers\:position-v-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); } 
  .include_containers\:position-h-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); } 
  .include_containers\:width-1\/1 {
    width: 100%; } 
  .include_containers\:min-width-1\/1 {
    min-width: 100%; } 
  .include_containers\:max-width-1\/1 {
    max-width: 100%; } 
  .include_containers\:width-1\/2 {
    width: 50%; } 
  .include_containers\:min-width-1\/2 {
    min-width: 50%; } 
  .include_containers\:max-width-1\/2 {
    max-width: 50%; } 
  .include_containers\:width-2\/2 {
    width: 100%; } 
  .include_containers\:min-width-2\/2 {
    min-width: 100%; } 
  .include_containers\:max-width-2\/2 {
    max-width: 100%; } 
  .include_containers\:width-1\/3 {
    width: 33.3333333333%; } 
  .include_containers\:min-width-1\/3 {
    min-width: 33.3333333333%; } 
  .include_containers\:max-width-1\/3 {
    max-width: 33.3333333333%; } 
  .include_containers\:width-2\/3 {
    width: 66.6666666667%; } 
  .include_containers\:min-width-2\/3 {
    min-width: 66.6666666667%; } 
  .include_containers\:max-width-2\/3 {
    max-width: 66.6666666667%; } 
  .include_containers\:width-3\/3 {
    width: 100%; } 
  .include_containers\:min-width-3\/3 {
    min-width: 100%; } 
  .include_containers\:max-width-3\/3 {
    max-width: 100%; } 
  .include_containers\:width-1\/4 {
    width: 25%; } 
  .include_containers\:min-width-1\/4 {
    min-width: 25%; } 
  .include_containers\:max-width-1\/4 {
    max-width: 25%; } 
  .include_containers\:width-2\/4 {
    width: 50%; } 
  .include_containers\:min-width-2\/4 {
    min-width: 50%; } 
  .include_containers\:max-width-2\/4 {
    max-width: 50%; } 
  .include_containers\:width-3\/4 {
    width: 75%; } 
  .include_containers\:min-width-3\/4 {
    min-width: 75%; } 
  .include_containers\:max-width-3\/4 {
    max-width: 75%; } 
  .include_containers\:width-4\/4 {
    width: 100%; } 
  .include_containers\:min-width-4\/4 {
    min-width: 100%; } 
  .include_containers\:max-width-4\/4 {
    max-width: 100%; } 
  .include_containers\:width-1\/5 {
    width: 20%; } 
  .include_containers\:min-width-1\/5 {
    min-width: 20%; } 
  .include_containers\:max-width-1\/5 {
    max-width: 20%; } 
  .include_containers\:width-2\/5 {
    width: 40%; } 
  .include_containers\:min-width-2\/5 {
    min-width: 40%; } 
  .include_containers\:max-width-2\/5 {
    max-width: 40%; } 
  .include_containers\:width-3\/5 {
    width: 60%; } 
  .include_containers\:min-width-3\/5 {
    min-width: 60%; } 
  .include_containers\:max-width-3\/5 {
    max-width: 60%; } 
  .include_containers\:width-4\/5 {
    width: 80%; } 
  .include_containers\:min-width-4\/5 {
    min-width: 80%; } 
  .include_containers\:max-width-4\/5 {
    max-width: 80%; } 
  .include_containers\:width-5\/5 {
    width: 100%; } 
  .include_containers\:min-width-5\/5 {
    min-width: 100%; } 
  .include_containers\:max-width-5\/5 {
    max-width: 100%; } 
  .include_containers\:width-1\/6 {
    width: 16.6666666667%; } 
  .include_containers\:min-width-1\/6 {
    min-width: 16.6666666667%; } 
  .include_containers\:max-width-1\/6 {
    max-width: 16.6666666667%; } 
  .include_containers\:width-2\/6 {
    width: 33.3333333333%; } 
  .include_containers\:min-width-2\/6 {
    min-width: 33.3333333333%; } 
  .include_containers\:max-width-2\/6 {
    max-width: 33.3333333333%; } 
  .include_containers\:width-3\/6 {
    width: 50%; } 
  .include_containers\:min-width-3\/6 {
    min-width: 50%; } 
  .include_containers\:max-width-3\/6 {
    max-width: 50%; } 
  .include_containers\:width-4\/6 {
    width: 66.6666666667%; } 
  .include_containers\:min-width-4\/6 {
    min-width: 66.6666666667%; } 
  .include_containers\:max-width-4\/6 {
    max-width: 66.6666666667%; } 
  .include_containers\:width-5\/6 {
    width: 83.3333333333%; } 
  .include_containers\:min-width-5\/6 {
    min-width: 83.3333333333%; } 
  .include_containers\:max-width-5\/6 {
    max-width: 83.3333333333%; } 
  .include_containers\:width-6\/6 {
    width: 100%; } 
  .include_containers\:min-width-6\/6 {
    min-width: 100%; } 
  .include_containers\:max-width-6\/6 {
    max-width: 100%; } 
  .include_containers\:width-1\/7 {
    width: 14.2857142857%; } 
  .include_containers\:min-width-1\/7 {
    min-width: 14.2857142857%; } 
  .include_containers\:max-width-1\/7 {
    max-width: 14.2857142857%; } 
  .include_containers\:width-2\/7 {
    width: 28.5714285714%; } 
  .include_containers\:min-width-2\/7 {
    min-width: 28.5714285714%; } 
  .include_containers\:max-width-2\/7 {
    max-width: 28.5714285714%; } 
  .include_containers\:width-3\/7 {
    width: 42.8571428571%; } 
  .include_containers\:min-width-3\/7 {
    min-width: 42.8571428571%; } 
  .include_containers\:max-width-3\/7 {
    max-width: 42.8571428571%; } 
  .include_containers\:width-4\/7 {
    width: 57.1428571429%; } 
  .include_containers\:min-width-4\/7 {
    min-width: 57.1428571429%; } 
  .include_containers\:max-width-4\/7 {
    max-width: 57.1428571429%; } 
  .include_containers\:width-5\/7 {
    width: 71.4285714286%; } 
  .include_containers\:min-width-5\/7 {
    min-width: 71.4285714286%; } 
  .include_containers\:max-width-5\/7 {
    max-width: 71.4285714286%; } 
  .include_containers\:width-6\/7 {
    width: 85.7142857143%; } 
  .include_containers\:min-width-6\/7 {
    min-width: 85.7142857143%; } 
  .include_containers\:max-width-6\/7 {
    max-width: 85.7142857143%; } 
  .include_containers\:width-7\/7 {
    width: 100%; } 
  .include_containers\:min-width-7\/7 {
    min-width: 100%; } 
  .include_containers\:max-width-7\/7 {
    max-width: 100%; } 
  .include_containers\:width-1\/8 {
    width: 12.5%; } 
  .include_containers\:min-width-1\/8 {
    min-width: 12.5%; } 
  .include_containers\:max-width-1\/8 {
    max-width: 12.5%; } 
  .include_containers\:width-2\/8 {
    width: 25%; } 
  .include_containers\:min-width-2\/8 {
    min-width: 25%; } 
  .include_containers\:max-width-2\/8 {
    max-width: 25%; } 
  .include_containers\:width-3\/8 {
    width: 37.5%; } 
  .include_containers\:min-width-3\/8 {
    min-width: 37.5%; } 
  .include_containers\:max-width-3\/8 {
    max-width: 37.5%; } 
  .include_containers\:width-4\/8 {
    width: 50%; } 
  .include_containers\:min-width-4\/8 {
    min-width: 50%; } 
  .include_containers\:max-width-4\/8 {
    max-width: 50%; } 
  .include_containers\:width-5\/8 {
    width: 62.5%; } 
  .include_containers\:min-width-5\/8 {
    min-width: 62.5%; } 
  .include_containers\:max-width-5\/8 {
    max-width: 62.5%; } 
  .include_containers\:width-6\/8 {
    width: 75%; } 
  .include_containers\:min-width-6\/8 {
    min-width: 75%; } 
  .include_containers\:max-width-6\/8 {
    max-width: 75%; } 
  .include_containers\:width-7\/8 {
    width: 87.5%; } 
  .include_containers\:min-width-7\/8 {
    min-width: 87.5%; } 
  .include_containers\:max-width-7\/8 {
    max-width: 87.5%; } 
  .include_containers\:width-8\/8 {
    width: 100%; } 
  .include_containers\:min-width-8\/8 {
    min-width: 100%; } 
  .include_containers\:max-width-8\/8 {
    max-width: 100%; } 
  .include_containers\:width-1\/9 {
    width: 11.1111111111%; } 
  .include_containers\:min-width-1\/9 {
    min-width: 11.1111111111%; } 
  .include_containers\:max-width-1\/9 {
    max-width: 11.1111111111%; } 
  .include_containers\:width-2\/9 {
    width: 22.2222222222%; } 
  .include_containers\:min-width-2\/9 {
    min-width: 22.2222222222%; } 
  .include_containers\:max-width-2\/9 {
    max-width: 22.2222222222%; } 
  .include_containers\:width-3\/9 {
    width: 33.3333333333%; } 
  .include_containers\:min-width-3\/9 {
    min-width: 33.3333333333%; } 
  .include_containers\:max-width-3\/9 {
    max-width: 33.3333333333%; } 
  .include_containers\:width-4\/9 {
    width: 44.4444444444%; } 
  .include_containers\:min-width-4\/9 {
    min-width: 44.4444444444%; } 
  .include_containers\:max-width-4\/9 {
    max-width: 44.4444444444%; } 
  .include_containers\:width-5\/9 {
    width: 55.5555555556%; } 
  .include_containers\:min-width-5\/9 {
    min-width: 55.5555555556%; } 
  .include_containers\:max-width-5\/9 {
    max-width: 55.5555555556%; } 
  .include_containers\:width-6\/9 {
    width: 66.6666666667%; } 
  .include_containers\:min-width-6\/9 {
    min-width: 66.6666666667%; } 
  .include_containers\:max-width-6\/9 {
    max-width: 66.6666666667%; } 
  .include_containers\:width-7\/9 {
    width: 77.7777777778%; } 
  .include_containers\:min-width-7\/9 {
    min-width: 77.7777777778%; } 
  .include_containers\:max-width-7\/9 {
    max-width: 77.7777777778%; } 
  .include_containers\:width-8\/9 {
    width: 88.8888888889%; } 
  .include_containers\:min-width-8\/9 {
    min-width: 88.8888888889%; } 
  .include_containers\:max-width-8\/9 {
    max-width: 88.8888888889%; } 
  .include_containers\:width-9\/9 {
    width: 100%; } 
  .include_containers\:min-width-9\/9 {
    min-width: 100%; } 
  .include_containers\:max-width-9\/9 {
    max-width: 100%; } 
  .include_containers\:width-1\/10 {
    width: 10%; } 
  .include_containers\:min-width-1\/10 {
    min-width: 10%; } 
  .include_containers\:max-width-1\/10 {
    max-width: 10%; } 
  .include_containers\:width-2\/10 {
    width: 20%; } 
  .include_containers\:min-width-2\/10 {
    min-width: 20%; } 
  .include_containers\:max-width-2\/10 {
    max-width: 20%; } 
  .include_containers\:width-3\/10 {
    width: 30%; } 
  .include_containers\:min-width-3\/10 {
    min-width: 30%; } 
  .include_containers\:max-width-3\/10 {
    max-width: 30%; } 
  .include_containers\:width-4\/10 {
    width: 40%; } 
  .include_containers\:min-width-4\/10 {
    min-width: 40%; } 
  .include_containers\:max-width-4\/10 {
    max-width: 40%; } 
  .include_containers\:width-5\/10 {
    width: 50%; } 
  .include_containers\:min-width-5\/10 {
    min-width: 50%; } 
  .include_containers\:max-width-5\/10 {
    max-width: 50%; } 
  .include_containers\:width-6\/10 {
    width: 60%; } 
  .include_containers\:min-width-6\/10 {
    min-width: 60%; } 
  .include_containers\:max-width-6\/10 {
    max-width: 60%; } 
  .include_containers\:width-7\/10 {
    width: 70%; } 
  .include_containers\:min-width-7\/10 {
    min-width: 70%; } 
  .include_containers\:max-width-7\/10 {
    max-width: 70%; } 
  .include_containers\:width-8\/10 {
    width: 80%; } 
  .include_containers\:min-width-8\/10 {
    min-width: 80%; } 
  .include_containers\:max-width-8\/10 {
    max-width: 80%; } 
  .include_containers\:width-9\/10 {
    width: 90%; } 
  .include_containers\:min-width-9\/10 {
    min-width: 90%; } 
  .include_containers\:max-width-9\/10 {
    max-width: 90%; } 
  .include_containers\:width-10\/10 {
    width: 100%; } 
  .include_containers\:min-width-10\/10 {
    min-width: 100%; } 
  .include_containers\:max-width-10\/10 {
    max-width: 100%; } 
  .include_containers\:width-1\/11 {
    width: 9.0909090909%; } 
  .include_containers\:min-width-1\/11 {
    min-width: 9.0909090909%; } 
  .include_containers\:max-width-1\/11 {
    max-width: 9.0909090909%; } 
  .include_containers\:width-2\/11 {
    width: 18.1818181818%; } 
  .include_containers\:min-width-2\/11 {
    min-width: 18.1818181818%; } 
  .include_containers\:max-width-2\/11 {
    max-width: 18.1818181818%; } 
  .include_containers\:width-3\/11 {
    width: 27.2727272727%; } 
  .include_containers\:min-width-3\/11 {
    min-width: 27.2727272727%; } 
  .include_containers\:max-width-3\/11 {
    max-width: 27.2727272727%; } 
  .include_containers\:width-4\/11 {
    width: 36.3636363636%; } 
  .include_containers\:min-width-4\/11 {
    min-width: 36.3636363636%; } 
  .include_containers\:max-width-4\/11 {
    max-width: 36.3636363636%; } 
  .include_containers\:width-5\/11 {
    width: 45.4545454545%; } 
  .include_containers\:min-width-5\/11 {
    min-width: 45.4545454545%; } 
  .include_containers\:max-width-5\/11 {
    max-width: 45.4545454545%; } 
  .include_containers\:width-6\/11 {
    width: 54.5454545455%; } 
  .include_containers\:min-width-6\/11 {
    min-width: 54.5454545455%; } 
  .include_containers\:max-width-6\/11 {
    max-width: 54.5454545455%; } 
  .include_containers\:width-7\/11 {
    width: 63.6363636364%; } 
  .include_containers\:min-width-7\/11 {
    min-width: 63.6363636364%; } 
  .include_containers\:max-width-7\/11 {
    max-width: 63.6363636364%; } 
  .include_containers\:width-8\/11 {
    width: 72.7272727273%; } 
  .include_containers\:min-width-8\/11 {
    min-width: 72.7272727273%; } 
  .include_containers\:max-width-8\/11 {
    max-width: 72.7272727273%; } 
  .include_containers\:width-9\/11 {
    width: 81.8181818182%; } 
  .include_containers\:min-width-9\/11 {
    min-width: 81.8181818182%; } 
  .include_containers\:max-width-9\/11 {
    max-width: 81.8181818182%; } 
  .include_containers\:width-10\/11 {
    width: 90.9090909091%; } 
  .include_containers\:min-width-10\/11 {
    min-width: 90.9090909091%; } 
  .include_containers\:max-width-10\/11 {
    max-width: 90.9090909091%; } 
  .include_containers\:width-11\/11 {
    width: 100%; } 
  .include_containers\:min-width-11\/11 {
    min-width: 100%; } 
  .include_containers\:max-width-11\/11 {
    max-width: 100%; } 
  .include_containers\:width-1\/12 {
    width: 8.3333333333%; } 
  .include_containers\:min-width-1\/12 {
    min-width: 8.3333333333%; } 
  .include_containers\:max-width-1\/12 {
    max-width: 8.3333333333%; } 
  .include_containers\:width-2\/12 {
    width: 16.6666666667%; } 
  .include_containers\:min-width-2\/12 {
    min-width: 16.6666666667%; } 
  .include_containers\:max-width-2\/12 {
    max-width: 16.6666666667%; } 
  .include_containers\:width-3\/12 {
    width: 25%; } 
  .include_containers\:min-width-3\/12 {
    min-width: 25%; } 
  .include_containers\:max-width-3\/12 {
    max-width: 25%; } 
  .include_containers\:width-4\/12 {
    width: 33.3333333333%; } 
  .include_containers\:min-width-4\/12 {
    min-width: 33.3333333333%; } 
  .include_containers\:max-width-4\/12 {
    max-width: 33.3333333333%; } 
  .include_containers\:width-5\/12 {
    width: 41.6666666667%; } 
  .include_containers\:min-width-5\/12 {
    min-width: 41.6666666667%; } 
  .include_containers\:max-width-5\/12 {
    max-width: 41.6666666667%; } 
  .include_containers\:width-6\/12 {
    width: 50%; } 
  .include_containers\:min-width-6\/12 {
    min-width: 50%; } 
  .include_containers\:max-width-6\/12 {
    max-width: 50%; } 
  .include_containers\:width-7\/12 {
    width: 58.3333333333%; } 
  .include_containers\:min-width-7\/12 {
    min-width: 58.3333333333%; } 
  .include_containers\:max-width-7\/12 {
    max-width: 58.3333333333%; } 
  .include_containers\:width-8\/12 {
    width: 66.6666666667%; } 
  .include_containers\:min-width-8\/12 {
    min-width: 66.6666666667%; } 
  .include_containers\:max-width-8\/12 {
    max-width: 66.6666666667%; } 
  .include_containers\:width-9\/12 {
    width: 75%; } 
  .include_containers\:min-width-9\/12 {
    min-width: 75%; } 
  .include_containers\:max-width-9\/12 {
    max-width: 75%; } 
  .include_containers\:width-10\/12 {
    width: 83.3333333333%; } 
  .include_containers\:min-width-10\/12 {
    min-width: 83.3333333333%; } 
  .include_containers\:max-width-10\/12 {
    max-width: 83.3333333333%; } 
  .include_containers\:width-11\/12 {
    width: 91.6666666667%; } 
  .include_containers\:min-width-11\/12 {
    min-width: 91.6666666667%; } 
  .include_containers\:max-width-11\/12 {
    max-width: 91.6666666667%; } 
  .include_containers\:width-12\/12 {
    width: 100%; } 
  .include_containers\:min-width-12\/12 {
    min-width: 100%; } 
  .include_containers\:max-width-12\/12 {
    max-width: 100%; } 
  .include_containers\:width-0-px {
    width: 0px; } 
  .include_containers\:max-width-0-px {
    max-width: 0px; } 
  .include_containers\:min-width-0-px {
    min-width: 0px; } 
  .include_containers\:height-0-px {
    height: 0px; } 
  .include_containers\:min-height-0-px {
    min-height: 0px; } 
  .include_containers\:max-height-0-px {
    max-height: 0px; } 
  .include_containers\:width-5-px {
    width: 5px; } 
  .include_containers\:max-width-5-px {
    max-width: 5px; } 
  .include_containers\:min-width-5-px {
    min-width: 5px; } 
  .include_containers\:height-5-px {
    height: 5px; } 
  .include_containers\:min-height-5-px {
    min-height: 5px; } 
  .include_containers\:max-height-5-px {
    max-height: 5px; } 
  .include_containers\:width-10-px {
    width: 10px; } 
  .include_containers\:max-width-10-px {
    max-width: 10px; } 
  .include_containers\:min-width-10-px {
    min-width: 10px; } 
  .include_containers\:height-10-px {
    height: 10px; } 
  .include_containers\:min-height-10-px {
    min-height: 10px; } 
  .include_containers\:max-height-10-px {
    max-height: 10px; } 
  .include_containers\:width-15-px {
    width: 15px; } 
  .include_containers\:max-width-15-px {
    max-width: 15px; } 
  .include_containers\:min-width-15-px {
    min-width: 15px; } 
  .include_containers\:height-15-px {
    height: 15px; } 
  .include_containers\:min-height-15-px {
    min-height: 15px; } 
  .include_containers\:max-height-15-px {
    max-height: 15px; } 
  .include_containers\:width-20-px {
    width: 20px; } 
  .include_containers\:max-width-20-px {
    max-width: 20px; } 
  .include_containers\:min-width-20-px {
    min-width: 20px; } 
  .include_containers\:height-20-px {
    height: 20px; } 
  .include_containers\:min-height-20-px {
    min-height: 20px; } 
  .include_containers\:max-height-20-px {
    max-height: 20px; } 
  .include_containers\:width-25-px {
    width: 25px; } 
  .include_containers\:max-width-25-px {
    max-width: 25px; } 
  .include_containers\:min-width-25-px {
    min-width: 25px; } 
  .include_containers\:height-25-px {
    height: 25px; } 
  .include_containers\:min-height-25-px {
    min-height: 25px; } 
  .include_containers\:max-height-25-px {
    max-height: 25px; } 
  .include_containers\:width-30-px {
    width: 30px; } 
  .include_containers\:max-width-30-px {
    max-width: 30px; } 
  .include_containers\:min-width-30-px {
    min-width: 30px; } 
  .include_containers\:height-30-px {
    height: 30px; } 
  .include_containers\:min-height-30-px {
    min-height: 30px; } 
  .include_containers\:max-height-30-px {
    max-height: 30px; } 
  .include_containers\:width-35-px {
    width: 35px; } 
  .include_containers\:max-width-35-px {
    max-width: 35px; } 
  .include_containers\:min-width-35-px {
    min-width: 35px; } 
  .include_containers\:height-35-px {
    height: 35px; } 
  .include_containers\:min-height-35-px {
    min-height: 35px; } 
  .include_containers\:max-height-35-px {
    max-height: 35px; } 
  .include_containers\:width-40-px {
    width: 40px; } 
  .include_containers\:max-width-40-px {
    max-width: 40px; } 
  .include_containers\:min-width-40-px {
    min-width: 40px; } 
  .include_containers\:height-40-px {
    height: 40px; } 
  .include_containers\:min-height-40-px {
    min-height: 40px; } 
  .include_containers\:max-height-40-px {
    max-height: 40px; } 
  .include_containers\:width-45-px {
    width: 45px; } 
  .include_containers\:max-width-45-px {
    max-width: 45px; } 
  .include_containers\:min-width-45-px {
    min-width: 45px; } 
  .include_containers\:height-45-px {
    height: 45px; } 
  .include_containers\:min-height-45-px {
    min-height: 45px; } 
  .include_containers\:max-height-45-px {
    max-height: 45px; } 
  .include_containers\:width-50-px {
    width: 50px; } 
  .include_containers\:max-width-50-px {
    max-width: 50px; } 
  .include_containers\:min-width-50-px {
    min-width: 50px; } 
  .include_containers\:height-50-px {
    height: 50px; } 
  .include_containers\:min-height-50-px {
    min-height: 50px; } 
  .include_containers\:max-height-50-px {
    max-height: 50px; } 
  .include_containers\:width-55-px {
    width: 55px; } 
  .include_containers\:max-width-55-px {
    max-width: 55px; } 
  .include_containers\:min-width-55-px {
    min-width: 55px; } 
  .include_containers\:height-55-px {
    height: 55px; } 
  .include_containers\:min-height-55-px {
    min-height: 55px; } 
  .include_containers\:max-height-55-px {
    max-height: 55px; } 
  .include_containers\:width-60-px {
    width: 60px; } 
  .include_containers\:max-width-60-px {
    max-width: 60px; } 
  .include_containers\:min-width-60-px {
    min-width: 60px; } 
  .include_containers\:height-60-px {
    height: 60px; } 
  .include_containers\:min-height-60-px {
    min-height: 60px; } 
  .include_containers\:max-height-60-px {
    max-height: 60px; } 
  .include_containers\:width-65-px {
    width: 65px; } 
  .include_containers\:max-width-65-px {
    max-width: 65px; } 
  .include_containers\:min-width-65-px {
    min-width: 65px; } 
  .include_containers\:height-65-px {
    height: 65px; } 
  .include_containers\:min-height-65-px {
    min-height: 65px; } 
  .include_containers\:max-height-65-px {
    max-height: 65px; } 
  .include_containers\:width-70-px {
    width: 70px; } 
  .include_containers\:max-width-70-px {
    max-width: 70px; } 
  .include_containers\:min-width-70-px {
    min-width: 70px; } 
  .include_containers\:height-70-px {
    height: 70px; } 
  .include_containers\:min-height-70-px {
    min-height: 70px; } 
  .include_containers\:max-height-70-px {
    max-height: 70px; } 
  .include_containers\:width-75-px {
    width: 75px; } 
  .include_containers\:max-width-75-px {
    max-width: 75px; } 
  .include_containers\:min-width-75-px {
    min-width: 75px; } 
  .include_containers\:height-75-px {
    height: 75px; } 
  .include_containers\:min-height-75-px {
    min-height: 75px; } 
  .include_containers\:max-height-75-px {
    max-height: 75px; } 
  .include_containers\:width-80-px {
    width: 80px; } 
  .include_containers\:max-width-80-px {
    max-width: 80px; } 
  .include_containers\:min-width-80-px {
    min-width: 80px; } 
  .include_containers\:height-80-px {
    height: 80px; } 
  .include_containers\:min-height-80-px {
    min-height: 80px; } 
  .include_containers\:max-height-80-px {
    max-height: 80px; } 
  .include_containers\:width-85-px {
    width: 85px; } 
  .include_containers\:max-width-85-px {
    max-width: 85px; } 
  .include_containers\:min-width-85-px {
    min-width: 85px; } 
  .include_containers\:height-85-px {
    height: 85px; } 
  .include_containers\:min-height-85-px {
    min-height: 85px; } 
  .include_containers\:max-height-85-px {
    max-height: 85px; } 
  .include_containers\:width-90-px {
    width: 90px; } 
  .include_containers\:max-width-90-px {
    max-width: 90px; } 
  .include_containers\:min-width-90-px {
    min-width: 90px; } 
  .include_containers\:height-90-px {
    height: 90px; } 
  .include_containers\:min-height-90-px {
    min-height: 90px; } 
  .include_containers\:max-height-90-px {
    max-height: 90px; } 
  .include_containers\:width-95-px {
    width: 95px; } 
  .include_containers\:max-width-95-px {
    max-width: 95px; } 
  .include_containers\:min-width-95-px {
    min-width: 95px; } 
  .include_containers\:height-95-px {
    height: 95px; } 
  .include_containers\:min-height-95-px {
    min-height: 95px; } 
  .include_containers\:max-height-95-px {
    max-height: 95px; } 
  .include_containers\:width-100-px {
    width: 100px; } 
  .include_containers\:max-width-100-px {
    max-width: 100px; } 
  .include_containers\:min-width-100-px {
    min-width: 100px; } 
  .include_containers\:height-100-px {
    height: 100px; } 
  .include_containers\:min-height-100-px {
    min-height: 100px; } 
  .include_containers\:max-height-100-px {
    max-height: 100px; } 
  .include_containers\:width-105-px {
    width: 105px; } 
  .include_containers\:max-width-105-px {
    max-width: 105px; } 
  .include_containers\:min-width-105-px {
    min-width: 105px; } 
  .include_containers\:height-105-px {
    height: 105px; } 
  .include_containers\:min-height-105-px {
    min-height: 105px; } 
  .include_containers\:max-height-105-px {
    max-height: 105px; } 
  .include_containers\:width-110-px {
    width: 110px; } 
  .include_containers\:max-width-110-px {
    max-width: 110px; } 
  .include_containers\:min-width-110-px {
    min-width: 110px; } 
  .include_containers\:height-110-px {
    height: 110px; } 
  .include_containers\:min-height-110-px {
    min-height: 110px; } 
  .include_containers\:max-height-110-px {
    max-height: 110px; } 
  .include_containers\:width-115-px {
    width: 115px; } 
  .include_containers\:max-width-115-px {
    max-width: 115px; } 
  .include_containers\:min-width-115-px {
    min-width: 115px; } 
  .include_containers\:height-115-px {
    height: 115px; } 
  .include_containers\:min-height-115-px {
    min-height: 115px; } 
  .include_containers\:max-height-115-px {
    max-height: 115px; } 
  .include_containers\:width-120-px {
    width: 120px; } 
  .include_containers\:max-width-120-px {
    max-width: 120px; } 
  .include_containers\:min-width-120-px {
    min-width: 120px; } 
  .include_containers\:height-120-px {
    height: 120px; } 
  .include_containers\:min-height-120-px {
    min-height: 120px; } 
  .include_containers\:max-height-120-px {
    max-height: 120px; } 
  .include_containers\:width-125-px {
    width: 125px; } 
  .include_containers\:max-width-125-px {
    max-width: 125px; } 
  .include_containers\:min-width-125-px {
    min-width: 125px; } 
  .include_containers\:height-125-px {
    height: 125px; } 
  .include_containers\:min-height-125-px {
    min-height: 125px; } 
  .include_containers\:max-height-125-px {
    max-height: 125px; } 
  .include_containers\:width-130-px {
    width: 130px; } 
  .include_containers\:max-width-130-px {
    max-width: 130px; } 
  .include_containers\:min-width-130-px {
    min-width: 130px; } 
  .include_containers\:height-130-px {
    height: 130px; } 
  .include_containers\:min-height-130-px {
    min-height: 130px; } 
  .include_containers\:max-height-130-px {
    max-height: 130px; } 
  .include_containers\:width-135-px {
    width: 135px; } 
  .include_containers\:max-width-135-px {
    max-width: 135px; } 
  .include_containers\:min-width-135-px {
    min-width: 135px; } 
  .include_containers\:height-135-px {
    height: 135px; } 
  .include_containers\:min-height-135-px {
    min-height: 135px; } 
  .include_containers\:max-height-135-px {
    max-height: 135px; } 
  .include_containers\:width-140-px {
    width: 140px; } 
  .include_containers\:max-width-140-px {
    max-width: 140px; } 
  .include_containers\:min-width-140-px {
    min-width: 140px; } 
  .include_containers\:height-140-px {
    height: 140px; } 
  .include_containers\:min-height-140-px {
    min-height: 140px; } 
  .include_containers\:max-height-140-px {
    max-height: 140px; } 
  .include_containers\:width-145-px {
    width: 145px; } 
  .include_containers\:max-width-145-px {
    max-width: 145px; } 
  .include_containers\:min-width-145-px {
    min-width: 145px; } 
  .include_containers\:height-145-px {
    height: 145px; } 
  .include_containers\:min-height-145-px {
    min-height: 145px; } 
  .include_containers\:max-height-145-px {
    max-height: 145px; } 
  .include_containers\:width-150-px {
    width: 150px; } 
  .include_containers\:max-width-150-px {
    max-width: 150px; } 
  .include_containers\:min-width-150-px {
    min-width: 150px; } 
  .include_containers\:height-150-px {
    height: 150px; } 
  .include_containers\:min-height-150-px {
    min-height: 150px; } 
  .include_containers\:max-height-150-px {
    max-height: 150px; } 
  .include_containers\:width-155-px {
    width: 155px; } 
  .include_containers\:max-width-155-px {
    max-width: 155px; } 
  .include_containers\:min-width-155-px {
    min-width: 155px; } 
  .include_containers\:height-155-px {
    height: 155px; } 
  .include_containers\:min-height-155-px {
    min-height: 155px; } 
  .include_containers\:max-height-155-px {
    max-height: 155px; } 
  .include_containers\:width-160-px {
    width: 160px; } 
  .include_containers\:max-width-160-px {
    max-width: 160px; } 
  .include_containers\:min-width-160-px {
    min-width: 160px; } 
  .include_containers\:height-160-px {
    height: 160px; } 
  .include_containers\:min-height-160-px {
    min-height: 160px; } 
  .include_containers\:max-height-160-px {
    max-height: 160px; } 
  .include_containers\:width-165-px {
    width: 165px; } 
  .include_containers\:max-width-165-px {
    max-width: 165px; } 
  .include_containers\:min-width-165-px {
    min-width: 165px; } 
  .include_containers\:height-165-px {
    height: 165px; } 
  .include_containers\:min-height-165-px {
    min-height: 165px; } 
  .include_containers\:max-height-165-px {
    max-height: 165px; } 
  .include_containers\:width-170-px {
    width: 170px; } 
  .include_containers\:max-width-170-px {
    max-width: 170px; } 
  .include_containers\:min-width-170-px {
    min-width: 170px; } 
  .include_containers\:height-170-px {
    height: 170px; } 
  .include_containers\:min-height-170-px {
    min-height: 170px; } 
  .include_containers\:max-height-170-px {
    max-height: 170px; } 
  .include_containers\:width-175-px {
    width: 175px; } 
  .include_containers\:max-width-175-px {
    max-width: 175px; } 
  .include_containers\:min-width-175-px {
    min-width: 175px; } 
  .include_containers\:height-175-px {
    height: 175px; } 
  .include_containers\:min-height-175-px {
    min-height: 175px; } 
  .include_containers\:max-height-175-px {
    max-height: 175px; } 
  .include_containers\:width-180-px {
    width: 180px; } 
  .include_containers\:max-width-180-px {
    max-width: 180px; } 
  .include_containers\:min-width-180-px {
    min-width: 180px; } 
  .include_containers\:height-180-px {
    height: 180px; } 
  .include_containers\:min-height-180-px {
    min-height: 180px; } 
  .include_containers\:max-height-180-px {
    max-height: 180px; } 
  .include_containers\:width-185-px {
    width: 185px; } 
  .include_containers\:max-width-185-px {
    max-width: 185px; } 
  .include_containers\:min-width-185-px {
    min-width: 185px; } 
  .include_containers\:height-185-px {
    height: 185px; } 
  .include_containers\:min-height-185-px {
    min-height: 185px; } 
  .include_containers\:max-height-185-px {
    max-height: 185px; } 
  .include_containers\:width-190-px {
    width: 190px; } 
  .include_containers\:max-width-190-px {
    max-width: 190px; } 
  .include_containers\:min-width-190-px {
    min-width: 190px; } 
  .include_containers\:height-190-px {
    height: 190px; } 
  .include_containers\:min-height-190-px {
    min-height: 190px; } 
  .include_containers\:max-height-190-px {
    max-height: 190px; } 
  .include_containers\:width-195-px {
    width: 195px; } 
  .include_containers\:max-width-195-px {
    max-width: 195px; } 
  .include_containers\:min-width-195-px {
    min-width: 195px; } 
  .include_containers\:height-195-px {
    height: 195px; } 
  .include_containers\:min-height-195-px {
    min-height: 195px; } 
  .include_containers\:max-height-195-px {
    max-height: 195px; } 
  .include_containers\:width-200-px {
    width: 200px; } 
  .include_containers\:max-width-200-px {
    max-width: 200px; } 
  .include_containers\:min-width-200-px {
    min-width: 200px; } 
  .include_containers\:height-200-px {
    height: 200px; } 
  .include_containers\:min-height-200-px {
    min-height: 200px; } 
  .include_containers\:max-height-200-px {
    max-height: 200px; } 
  .include_containers\:width-205-px {
    width: 205px; } 
  .include_containers\:max-width-205-px {
    max-width: 205px; } 
  .include_containers\:min-width-205-px {
    min-width: 205px; } 
  .include_containers\:height-205-px {
    height: 205px; } 
  .include_containers\:min-height-205-px {
    min-height: 205px; } 
  .include_containers\:max-height-205-px {
    max-height: 205px; } 
  .include_containers\:width-210-px {
    width: 210px; } 
  .include_containers\:max-width-210-px {
    max-width: 210px; } 
  .include_containers\:min-width-210-px {
    min-width: 210px; } 
  .include_containers\:height-210-px {
    height: 210px; } 
  .include_containers\:min-height-210-px {
    min-height: 210px; } 
  .include_containers\:max-height-210-px {
    max-height: 210px; } 
  .include_containers\:width-215-px {
    width: 215px; } 
  .include_containers\:max-width-215-px {
    max-width: 215px; } 
  .include_containers\:min-width-215-px {
    min-width: 215px; } 
  .include_containers\:height-215-px {
    height: 215px; } 
  .include_containers\:min-height-215-px {
    min-height: 215px; } 
  .include_containers\:max-height-215-px {
    max-height: 215px; } 
  .include_containers\:width-220-px {
    width: 220px; } 
  .include_containers\:max-width-220-px {
    max-width: 220px; } 
  .include_containers\:min-width-220-px {
    min-width: 220px; } 
  .include_containers\:height-220-px {
    height: 220px; } 
  .include_containers\:min-height-220-px {
    min-height: 220px; } 
  .include_containers\:max-height-220-px {
    max-height: 220px; } 
  .include_containers\:width-225-px {
    width: 225px; } 
  .include_containers\:max-width-225-px {
    max-width: 225px; } 
  .include_containers\:min-width-225-px {
    min-width: 225px; } 
  .include_containers\:height-225-px {
    height: 225px; } 
  .include_containers\:min-height-225-px {
    min-height: 225px; } 
  .include_containers\:max-height-225-px {
    max-height: 225px; } 
  .include_containers\:width-230-px {
    width: 230px; } 
  .include_containers\:max-width-230-px {
    max-width: 230px; } 
  .include_containers\:min-width-230-px {
    min-width: 230px; } 
  .include_containers\:height-230-px {
    height: 230px; } 
  .include_containers\:min-height-230-px {
    min-height: 230px; } 
  .include_containers\:max-height-230-px {
    max-height: 230px; } 
  .include_containers\:width-235-px {
    width: 235px; } 
  .include_containers\:max-width-235-px {
    max-width: 235px; } 
  .include_containers\:min-width-235-px {
    min-width: 235px; } 
  .include_containers\:height-235-px {
    height: 235px; } 
  .include_containers\:min-height-235-px {
    min-height: 235px; } 
  .include_containers\:max-height-235-px {
    max-height: 235px; } 
  .include_containers\:width-240-px {
    width: 240px; } 
  .include_containers\:max-width-240-px {
    max-width: 240px; } 
  .include_containers\:min-width-240-px {
    min-width: 240px; } 
  .include_containers\:height-240-px {
    height: 240px; } 
  .include_containers\:min-height-240-px {
    min-height: 240px; } 
  .include_containers\:max-height-240-px {
    max-height: 240px; } 
  .include_containers\:width-245-px {
    width: 245px; } 
  .include_containers\:max-width-245-px {
    max-width: 245px; } 
  .include_containers\:min-width-245-px {
    min-width: 245px; } 
  .include_containers\:height-245-px {
    height: 245px; } 
  .include_containers\:min-height-245-px {
    min-height: 245px; } 
  .include_containers\:max-height-245-px {
    max-height: 245px; } 
  .include_containers\:width-250-px {
    width: 250px; } 
  .include_containers\:max-width-250-px {
    max-width: 250px; } 
  .include_containers\:min-width-250-px {
    min-width: 250px; } 
  .include_containers\:height-250-px {
    height: 250px; } 
  .include_containers\:min-height-250-px {
    min-height: 250px; } 
  .include_containers\:max-height-250-px {
    max-height: 250px; } 
  .include_containers\:width-255-px {
    width: 255px; } 
  .include_containers\:max-width-255-px {
    max-width: 255px; } 
  .include_containers\:min-width-255-px {
    min-width: 255px; } 
  .include_containers\:height-255-px {
    height: 255px; } 
  .include_containers\:min-height-255-px {
    min-height: 255px; } 
  .include_containers\:max-height-255-px {
    max-height: 255px; } 
  .include_containers\:width-260-px {
    width: 260px; } 
  .include_containers\:max-width-260-px {
    max-width: 260px; } 
  .include_containers\:min-width-260-px {
    min-width: 260px; } 
  .include_containers\:height-260-px {
    height: 260px; } 
  .include_containers\:min-height-260-px {
    min-height: 260px; } 
  .include_containers\:max-height-260-px {
    max-height: 260px; } 
  .include_containers\:width-265-px {
    width: 265px; } 
  .include_containers\:max-width-265-px {
    max-width: 265px; } 
  .include_containers\:min-width-265-px {
    min-width: 265px; } 
  .include_containers\:height-265-px {
    height: 265px; } 
  .include_containers\:min-height-265-px {
    min-height: 265px; } 
  .include_containers\:max-height-265-px {
    max-height: 265px; } 
  .include_containers\:width-270-px {
    width: 270px; } 
  .include_containers\:max-width-270-px {
    max-width: 270px; } 
  .include_containers\:min-width-270-px {
    min-width: 270px; } 
  .include_containers\:height-270-px {
    height: 270px; } 
  .include_containers\:min-height-270-px {
    min-height: 270px; } 
  .include_containers\:max-height-270-px {
    max-height: 270px; } 
  .include_containers\:width-275-px {
    width: 275px; } 
  .include_containers\:max-width-275-px {
    max-width: 275px; } 
  .include_containers\:min-width-275-px {
    min-width: 275px; } 
  .include_containers\:height-275-px {
    height: 275px; } 
  .include_containers\:min-height-275-px {
    min-height: 275px; } 
  .include_containers\:max-height-275-px {
    max-height: 275px; } 
  .include_containers\:width-280-px {
    width: 280px; } 
  .include_containers\:max-width-280-px {
    max-width: 280px; } 
  .include_containers\:min-width-280-px {
    min-width: 280px; } 
  .include_containers\:height-280-px {
    height: 280px; } 
  .include_containers\:min-height-280-px {
    min-height: 280px; } 
  .include_containers\:max-height-280-px {
    max-height: 280px; } 
  .include_containers\:width-285-px {
    width: 285px; } 
  .include_containers\:max-width-285-px {
    max-width: 285px; } 
  .include_containers\:min-width-285-px {
    min-width: 285px; } 
  .include_containers\:height-285-px {
    height: 285px; } 
  .include_containers\:min-height-285-px {
    min-height: 285px; } 
  .include_containers\:max-height-285-px {
    max-height: 285px; } 
  .include_containers\:width-290-px {
    width: 290px; } 
  .include_containers\:max-width-290-px {
    max-width: 290px; } 
  .include_containers\:min-width-290-px {
    min-width: 290px; } 
  .include_containers\:height-290-px {
    height: 290px; } 
  .include_containers\:min-height-290-px {
    min-height: 290px; } 
  .include_containers\:max-height-290-px {
    max-height: 290px; } 
  .include_containers\:width-295-px {
    width: 295px; } 
  .include_containers\:max-width-295-px {
    max-width: 295px; } 
  .include_containers\:min-width-295-px {
    min-width: 295px; } 
  .include_containers\:height-295-px {
    height: 295px; } 
  .include_containers\:min-height-295-px {
    min-height: 295px; } 
  .include_containers\:max-height-295-px {
    max-height: 295px; } 
  .include_containers\:width-300-px {
    width: 300px; } 
  .include_containers\:max-width-300-px {
    max-width: 300px; } 
  .include_containers\:min-width-300-px {
    min-width: 300px; } 
  .include_containers\:height-300-px {
    height: 300px; } 
  .include_containers\:min-height-300-px {
    min-height: 300px; } 
  .include_containers\:max-height-300-px {
    max-height: 300px; } 
  .include_containers\:width-305-px {
    width: 305px; } 
  .include_containers\:max-width-305-px {
    max-width: 305px; } 
  .include_containers\:min-width-305-px {
    min-width: 305px; } 
  .include_containers\:height-305-px {
    height: 305px; } 
  .include_containers\:min-height-305-px {
    min-height: 305px; } 
  .include_containers\:max-height-305-px {
    max-height: 305px; } 
  .include_containers\:width-310-px {
    width: 310px; } 
  .include_containers\:max-width-310-px {
    max-width: 310px; } 
  .include_containers\:min-width-310-px {
    min-width: 310px; } 
  .include_containers\:height-310-px {
    height: 310px; } 
  .include_containers\:min-height-310-px {
    min-height: 310px; } 
  .include_containers\:max-height-310-px {
    max-height: 310px; } 
  .include_containers\:width-315-px {
    width: 315px; } 
  .include_containers\:max-width-315-px {
    max-width: 315px; } 
  .include_containers\:min-width-315-px {
    min-width: 315px; } 
  .include_containers\:height-315-px {
    height: 315px; } 
  .include_containers\:min-height-315-px {
    min-height: 315px; } 
  .include_containers\:max-height-315-px {
    max-height: 315px; } 
  .include_containers\:width-320-px {
    width: 320px; } 
  .include_containers\:max-width-320-px {
    max-width: 320px; } 
  .include_containers\:min-width-320-px {
    min-width: 320px; } 
  .include_containers\:height-320-px {
    height: 320px; } 
  .include_containers\:min-height-320-px {
    min-height: 320px; } 
  .include_containers\:max-height-320-px {
    max-height: 320px; } 
  .include_containers\:width-325-px {
    width: 325px; } 
  .include_containers\:max-width-325-px {
    max-width: 325px; } 
  .include_containers\:min-width-325-px {
    min-width: 325px; } 
  .include_containers\:height-325-px {
    height: 325px; } 
  .include_containers\:min-height-325-px {
    min-height: 325px; } 
  .include_containers\:max-height-325-px {
    max-height: 325px; } 
  .include_containers\:width-330-px {
    width: 330px; } 
  .include_containers\:max-width-330-px {
    max-width: 330px; } 
  .include_containers\:min-width-330-px {
    min-width: 330px; } 
  .include_containers\:height-330-px {
    height: 330px; } 
  .include_containers\:min-height-330-px {
    min-height: 330px; } 
  .include_containers\:max-height-330-px {
    max-height: 330px; } 
  .include_containers\:width-335-px {
    width: 335px; } 
  .include_containers\:max-width-335-px {
    max-width: 335px; } 
  .include_containers\:min-width-335-px {
    min-width: 335px; } 
  .include_containers\:height-335-px {
    height: 335px; } 
  .include_containers\:min-height-335-px {
    min-height: 335px; } 
  .include_containers\:max-height-335-px {
    max-height: 335px; } 
  .include_containers\:width-340-px {
    width: 340px; } 
  .include_containers\:max-width-340-px {
    max-width: 340px; } 
  .include_containers\:min-width-340-px {
    min-width: 340px; } 
  .include_containers\:height-340-px {
    height: 340px; } 
  .include_containers\:min-height-340-px {
    min-height: 340px; } 
  .include_containers\:max-height-340-px {
    max-height: 340px; } 
  .include_containers\:width-345-px {
    width: 345px; } 
  .include_containers\:max-width-345-px {
    max-width: 345px; } 
  .include_containers\:min-width-345-px {
    min-width: 345px; } 
  .include_containers\:height-345-px {
    height: 345px; } 
  .include_containers\:min-height-345-px {
    min-height: 345px; } 
  .include_containers\:max-height-345-px {
    max-height: 345px; } 
  .include_containers\:width-350-px {
    width: 350px; } 
  .include_containers\:max-width-350-px {
    max-width: 350px; } 
  .include_containers\:min-width-350-px {
    min-width: 350px; } 
  .include_containers\:height-350-px {
    height: 350px; } 
  .include_containers\:min-height-350-px {
    min-height: 350px; } 
  .include_containers\:max-height-350-px {
    max-height: 350px; } 
  .include_containers\:width-355-px {
    width: 355px; } 
  .include_containers\:max-width-355-px {
    max-width: 355px; } 
  .include_containers\:min-width-355-px {
    min-width: 355px; } 
  .include_containers\:height-355-px {
    height: 355px; } 
  .include_containers\:min-height-355-px {
    min-height: 355px; } 
  .include_containers\:max-height-355-px {
    max-height: 355px; } 
  .include_containers\:width-360-px {
    width: 360px; } 
  .include_containers\:max-width-360-px {
    max-width: 360px; } 
  .include_containers\:min-width-360-px {
    min-width: 360px; } 
  .include_containers\:height-360-px {
    height: 360px; } 
  .include_containers\:min-height-360-px {
    min-height: 360px; } 
  .include_containers\:max-height-360-px {
    max-height: 360px; } 
  .include_containers\:width-365-px {
    width: 365px; } 
  .include_containers\:max-width-365-px {
    max-width: 365px; } 
  .include_containers\:min-width-365-px {
    min-width: 365px; } 
  .include_containers\:height-365-px {
    height: 365px; } 
  .include_containers\:min-height-365-px {
    min-height: 365px; } 
  .include_containers\:max-height-365-px {
    max-height: 365px; } 
  .include_containers\:width-370-px {
    width: 370px; } 
  .include_containers\:max-width-370-px {
    max-width: 370px; } 
  .include_containers\:min-width-370-px {
    min-width: 370px; } 
  .include_containers\:height-370-px {
    height: 370px; } 
  .include_containers\:min-height-370-px {
    min-height: 370px; } 
  .include_containers\:max-height-370-px {
    max-height: 370px; } 
  .include_containers\:width-375-px {
    width: 375px; } 
  .include_containers\:max-width-375-px {
    max-width: 375px; } 
  .include_containers\:min-width-375-px {
    min-width: 375px; } 
  .include_containers\:height-375-px {
    height: 375px; } 
  .include_containers\:min-height-375-px {
    min-height: 375px; } 
  .include_containers\:max-height-375-px {
    max-height: 375px; } 
  .include_containers\:width-380-px {
    width: 380px; } 
  .include_containers\:max-width-380-px {
    max-width: 380px; } 
  .include_containers\:min-width-380-px {
    min-width: 380px; } 
  .include_containers\:height-380-px {
    height: 380px; } 
  .include_containers\:min-height-380-px {
    min-height: 380px; } 
  .include_containers\:max-height-380-px {
    max-height: 380px; } 
  .include_containers\:width-385-px {
    width: 385px; } 
  .include_containers\:max-width-385-px {
    max-width: 385px; } 
  .include_containers\:min-width-385-px {
    min-width: 385px; } 
  .include_containers\:height-385-px {
    height: 385px; } 
  .include_containers\:min-height-385-px {
    min-height: 385px; } 
  .include_containers\:max-height-385-px {
    max-height: 385px; } 
  .include_containers\:width-390-px {
    width: 390px; } 
  .include_containers\:max-width-390-px {
    max-width: 390px; } 
  .include_containers\:min-width-390-px {
    min-width: 390px; } 
  .include_containers\:height-390-px {
    height: 390px; } 
  .include_containers\:min-height-390-px {
    min-height: 390px; } 
  .include_containers\:max-height-390-px {
    max-height: 390px; } 
  .include_containers\:width-395-px {
    width: 395px; } 
  .include_containers\:max-width-395-px {
    max-width: 395px; } 
  .include_containers\:min-width-395-px {
    min-width: 395px; } 
  .include_containers\:height-395-px {
    height: 395px; } 
  .include_containers\:min-height-395-px {
    min-height: 395px; } 
  .include_containers\:max-height-395-px {
    max-height: 395px; } 
  .include_containers\:width-400-px {
    width: 400px; } 
  .include_containers\:max-width-400-px {
    max-width: 400px; } 
  .include_containers\:min-width-400-px {
    min-width: 400px; } 
  .include_containers\:height-400-px {
    height: 400px; } 
  .include_containers\:min-height-400-px {
    min-height: 400px; } 
  .include_containers\:max-height-400-px {
    max-height: 400px; } 
  .include_containers\:width-405-px {
    width: 405px; } 
  .include_containers\:max-width-405-px {
    max-width: 405px; } 
  .include_containers\:min-width-405-px {
    min-width: 405px; } 
  .include_containers\:height-405-px {
    height: 405px; } 
  .include_containers\:min-height-405-px {
    min-height: 405px; } 
  .include_containers\:max-height-405-px {
    max-height: 405px; } 
  .include_containers\:width-410-px {
    width: 410px; } 
  .include_containers\:max-width-410-px {
    max-width: 410px; } 
  .include_containers\:min-width-410-px {
    min-width: 410px; } 
  .include_containers\:height-410-px {
    height: 410px; } 
  .include_containers\:min-height-410-px {
    min-height: 410px; } 
  .include_containers\:max-height-410-px {
    max-height: 410px; } 
  .include_containers\:width-415-px {
    width: 415px; } 
  .include_containers\:max-width-415-px {
    max-width: 415px; } 
  .include_containers\:min-width-415-px {
    min-width: 415px; } 
  .include_containers\:height-415-px {
    height: 415px; } 
  .include_containers\:min-height-415-px {
    min-height: 415px; } 
  .include_containers\:max-height-415-px {
    max-height: 415px; } 
  .include_containers\:width-420-px {
    width: 420px; } 
  .include_containers\:max-width-420-px {
    max-width: 420px; } 
  .include_containers\:min-width-420-px {
    min-width: 420px; } 
  .include_containers\:height-420-px {
    height: 420px; } 
  .include_containers\:min-height-420-px {
    min-height: 420px; } 
  .include_containers\:max-height-420-px {
    max-height: 420px; } 
  .include_containers\:width-425-px {
    width: 425px; } 
  .include_containers\:max-width-425-px {
    max-width: 425px; } 
  .include_containers\:min-width-425-px {
    min-width: 425px; } 
  .include_containers\:height-425-px {
    height: 425px; } 
  .include_containers\:min-height-425-px {
    min-height: 425px; } 
  .include_containers\:max-height-425-px {
    max-height: 425px; } 
  .include_containers\:width-430-px {
    width: 430px; } 
  .include_containers\:max-width-430-px {
    max-width: 430px; } 
  .include_containers\:min-width-430-px {
    min-width: 430px; } 
  .include_containers\:height-430-px {
    height: 430px; } 
  .include_containers\:min-height-430-px {
    min-height: 430px; } 
  .include_containers\:max-height-430-px {
    max-height: 430px; } 
  .include_containers\:width-435-px {
    width: 435px; } 
  .include_containers\:max-width-435-px {
    max-width: 435px; } 
  .include_containers\:min-width-435-px {
    min-width: 435px; } 
  .include_containers\:height-435-px {
    height: 435px; } 
  .include_containers\:min-height-435-px {
    min-height: 435px; } 
  .include_containers\:max-height-435-px {
    max-height: 435px; } 
  .include_containers\:width-440-px {
    width: 440px; } 
  .include_containers\:max-width-440-px {
    max-width: 440px; } 
  .include_containers\:min-width-440-px {
    min-width: 440px; } 
  .include_containers\:height-440-px {
    height: 440px; } 
  .include_containers\:min-height-440-px {
    min-height: 440px; } 
  .include_containers\:max-height-440-px {
    max-height: 440px; } 
  .include_containers\:width-445-px {
    width: 445px; } 
  .include_containers\:max-width-445-px {
    max-width: 445px; } 
  .include_containers\:min-width-445-px {
    min-width: 445px; } 
  .include_containers\:height-445-px {
    height: 445px; } 
  .include_containers\:min-height-445-px {
    min-height: 445px; } 
  .include_containers\:max-height-445-px {
    max-height: 445px; } 
  .include_containers\:width-450-px {
    width: 450px; } 
  .include_containers\:max-width-450-px {
    max-width: 450px; } 
  .include_containers\:min-width-450-px {
    min-width: 450px; } 
  .include_containers\:height-450-px {
    height: 450px; } 
  .include_containers\:min-height-450-px {
    min-height: 450px; } 
  .include_containers\:max-height-450-px {
    max-height: 450px; } 
  .include_containers\:width-455-px {
    width: 455px; } 
  .include_containers\:max-width-455-px {
    max-width: 455px; } 
  .include_containers\:min-width-455-px {
    min-width: 455px; } 
  .include_containers\:height-455-px {
    height: 455px; } 
  .include_containers\:min-height-455-px {
    min-height: 455px; } 
  .include_containers\:max-height-455-px {
    max-height: 455px; } 
  .include_containers\:width-460-px {
    width: 460px; } 
  .include_containers\:max-width-460-px {
    max-width: 460px; } 
  .include_containers\:min-width-460-px {
    min-width: 460px; } 
  .include_containers\:height-460-px {
    height: 460px; } 
  .include_containers\:min-height-460-px {
    min-height: 460px; } 
  .include_containers\:max-height-460-px {
    max-height: 460px; } 
  .include_containers\:width-465-px {
    width: 465px; } 
  .include_containers\:max-width-465-px {
    max-width: 465px; } 
  .include_containers\:min-width-465-px {
    min-width: 465px; } 
  .include_containers\:height-465-px {
    height: 465px; } 
  .include_containers\:min-height-465-px {
    min-height: 465px; } 
  .include_containers\:max-height-465-px {
    max-height: 465px; } 
  .include_containers\:width-470-px {
    width: 470px; } 
  .include_containers\:max-width-470-px {
    max-width: 470px; } 
  .include_containers\:min-width-470-px {
    min-width: 470px; } 
  .include_containers\:height-470-px {
    height: 470px; } 
  .include_containers\:min-height-470-px {
    min-height: 470px; } 
  .include_containers\:max-height-470-px {
    max-height: 470px; } 
  .include_containers\:width-475-px {
    width: 475px; } 
  .include_containers\:max-width-475-px {
    max-width: 475px; } 
  .include_containers\:min-width-475-px {
    min-width: 475px; } 
  .include_containers\:height-475-px {
    height: 475px; } 
  .include_containers\:min-height-475-px {
    min-height: 475px; } 
  .include_containers\:max-height-475-px {
    max-height: 475px; } 
  .include_containers\:width-480-px {
    width: 480px; } 
  .include_containers\:max-width-480-px {
    max-width: 480px; } 
  .include_containers\:min-width-480-px {
    min-width: 480px; } 
  .include_containers\:height-480-px {
    height: 480px; } 
  .include_containers\:min-height-480-px {
    min-height: 480px; } 
  .include_containers\:max-height-480-px {
    max-height: 480px; } 
  .include_containers\:width-485-px {
    width: 485px; } 
  .include_containers\:max-width-485-px {
    max-width: 485px; } 
  .include_containers\:min-width-485-px {
    min-width: 485px; } 
  .include_containers\:height-485-px {
    height: 485px; } 
  .include_containers\:min-height-485-px {
    min-height: 485px; } 
  .include_containers\:max-height-485-px {
    max-height: 485px; } 
  .include_containers\:width-490-px {
    width: 490px; } 
  .include_containers\:max-width-490-px {
    max-width: 490px; } 
  .include_containers\:min-width-490-px {
    min-width: 490px; } 
  .include_containers\:height-490-px {
    height: 490px; } 
  .include_containers\:min-height-490-px {
    min-height: 490px; } 
  .include_containers\:max-height-490-px {
    max-height: 490px; } 
  .include_containers\:width-495-px {
    width: 495px; } 
  .include_containers\:max-width-495-px {
    max-width: 495px; } 
  .include_containers\:min-width-495-px {
    min-width: 495px; } 
  .include_containers\:height-495-px {
    height: 495px; } 
  .include_containers\:min-height-495-px {
    min-height: 495px; } 
  .include_containers\:max-height-495-px {
    max-height: 495px; } 
  .include_containers\:width-500-px {
    width: 500px; } 
  .include_containers\:max-width-500-px {
    max-width: 500px; } 
  .include_containers\:min-width-500-px {
    min-width: 500px; } 
  .include_containers\:height-500-px {
    height: 500px; } 
  .include_containers\:min-height-500-px {
    min-height: 500px; } 
  .include_containers\:max-height-500-px {
    max-height: 500px; } 
  .include_containers\:width-0-vw {
    width: 0vw; } 
  .include_containers\:min-width-0-vw {
    min-width: 0vw; } 
  .include_containers\:max-width-0-vw {
    max-width: 0vw; } 
  .include_containers\:width-5-vw {
    width: 5vw; } 
  .include_containers\:min-width-5-vw {
    min-width: 5vw; } 
  .include_containers\:max-width-5-vw {
    max-width: 5vw; } 
  .include_containers\:width-10-vw {
    width: 10vw; } 
  .include_containers\:min-width-10-vw {
    min-width: 10vw; } 
  .include_containers\:max-width-10-vw {
    max-width: 10vw; } 
  .include_containers\:width-15-vw {
    width: 15vw; } 
  .include_containers\:min-width-15-vw {
    min-width: 15vw; } 
  .include_containers\:max-width-15-vw {
    max-width: 15vw; } 
  .include_containers\:width-20-vw {
    width: 20vw; } 
  .include_containers\:min-width-20-vw {
    min-width: 20vw; } 
  .include_containers\:max-width-20-vw {
    max-width: 20vw; } 
  .include_containers\:width-25-vw {
    width: 25vw; } 
  .include_containers\:min-width-25-vw {
    min-width: 25vw; } 
  .include_containers\:max-width-25-vw {
    max-width: 25vw; } 
  .include_containers\:width-30-vw {
    width: 30vw; } 
  .include_containers\:min-width-30-vw {
    min-width: 30vw; } 
  .include_containers\:max-width-30-vw {
    max-width: 30vw; } 
  .include_containers\:width-35-vw {
    width: 35vw; } 
  .include_containers\:min-width-35-vw {
    min-width: 35vw; } 
  .include_containers\:max-width-35-vw {
    max-width: 35vw; } 
  .include_containers\:width-40-vw {
    width: 40vw; } 
  .include_containers\:min-width-40-vw {
    min-width: 40vw; } 
  .include_containers\:max-width-40-vw {
    max-width: 40vw; } 
  .include_containers\:width-45-vw {
    width: 45vw; } 
  .include_containers\:min-width-45-vw {
    min-width: 45vw; } 
  .include_containers\:max-width-45-vw {
    max-width: 45vw; } 
  .include_containers\:width-50-vw {
    width: 50vw; } 
  .include_containers\:min-width-50-vw {
    min-width: 50vw; } 
  .include_containers\:max-width-50-vw {
    max-width: 50vw; } 
  .include_containers\:width-55-vw {
    width: 55vw; } 
  .include_containers\:min-width-55-vw {
    min-width: 55vw; } 
  .include_containers\:max-width-55-vw {
    max-width: 55vw; } 
  .include_containers\:width-60-vw {
    width: 60vw; } 
  .include_containers\:min-width-60-vw {
    min-width: 60vw; } 
  .include_containers\:max-width-60-vw {
    max-width: 60vw; } 
  .include_containers\:width-65-vw {
    width: 65vw; } 
  .include_containers\:min-width-65-vw {
    min-width: 65vw; } 
  .include_containers\:max-width-65-vw {
    max-width: 65vw; } 
  .include_containers\:width-70-vw {
    width: 70vw; } 
  .include_containers\:min-width-70-vw {
    min-width: 70vw; } 
  .include_containers\:max-width-70-vw {
    max-width: 70vw; } 
  .include_containers\:width-75-vw {
    width: 75vw; } 
  .include_containers\:min-width-75-vw {
    min-width: 75vw; } 
  .include_containers\:max-width-75-vw {
    max-width: 75vw; } 
  .include_containers\:width-80-vw {
    width: 80vw; } 
  .include_containers\:min-width-80-vw {
    min-width: 80vw; } 
  .include_containers\:max-width-80-vw {
    max-width: 80vw; } 
  .include_containers\:width-85-vw {
    width: 85vw; } 
  .include_containers\:min-width-85-vw {
    min-width: 85vw; } 
  .include_containers\:max-width-85-vw {
    max-width: 85vw; } 
  .include_containers\:width-90-vw {
    width: 90vw; } 
  .include_containers\:min-width-90-vw {
    min-width: 90vw; } 
  .include_containers\:max-width-90-vw {
    max-width: 90vw; } 
  .include_containers\:width-95-vw {
    width: 95vw; } 
  .include_containers\:min-width-95-vw {
    min-width: 95vw; } 
  .include_containers\:max-width-95-vw {
    max-width: 95vw; } 
  .include_containers\:width-100-vw {
    width: 100vw; } 
  .include_containers\:min-width-100-vw {
    min-width: 100vw; } 
  .include_containers\:max-width-100-vw {
    max-width: 100vw; } 
  .include_containers\:height-0-vh {
    height: 0vh; } 
  .include_containers\:min-height-0-vh {
    min-height: 0vh; } 
  .include_containers\:max-height-0-vh {
    max-height: 0vh; } 
  .include_containers\:height-5-vh {
    height: 5vh; } 
  .include_containers\:min-height-5-vh {
    min-height: 5vh; } 
  .include_containers\:max-height-5-vh {
    max-height: 5vh; } 
  .include_containers\:height-10-vh {
    height: 10vh; } 
  .include_containers\:min-height-10-vh {
    min-height: 10vh; } 
  .include_containers\:max-height-10-vh {
    max-height: 10vh; } 
  .include_containers\:height-15-vh {
    height: 15vh; } 
  .include_containers\:min-height-15-vh {
    min-height: 15vh; } 
  .include_containers\:max-height-15-vh {
    max-height: 15vh; } 
  .include_containers\:height-20-vh {
    height: 20vh; } 
  .include_containers\:min-height-20-vh {
    min-height: 20vh; } 
  .include_containers\:max-height-20-vh {
    max-height: 20vh; } 
  .include_containers\:height-25-vh {
    height: 25vh; } 
  .include_containers\:min-height-25-vh {
    min-height: 25vh; } 
  .include_containers\:max-height-25-vh {
    max-height: 25vh; } 
  .include_containers\:height-30-vh {
    height: 30vh; } 
  .include_containers\:min-height-30-vh {
    min-height: 30vh; } 
  .include_containers\:max-height-30-vh {
    max-height: 30vh; } 
  .include_containers\:height-35-vh {
    height: 35vh; } 
  .include_containers\:min-height-35-vh {
    min-height: 35vh; } 
  .include_containers\:max-height-35-vh {
    max-height: 35vh; } 
  .include_containers\:height-40-vh {
    height: 40vh; } 
  .include_containers\:min-height-40-vh {
    min-height: 40vh; } 
  .include_containers\:max-height-40-vh {
    max-height: 40vh; } 
  .include_containers\:height-45-vh {
    height: 45vh; } 
  .include_containers\:min-height-45-vh {
    min-height: 45vh; } 
  .include_containers\:max-height-45-vh {
    max-height: 45vh; } 
  .include_containers\:height-50-vh {
    height: 50vh; } 
  .include_containers\:min-height-50-vh {
    min-height: 50vh; } 
  .include_containers\:max-height-50-vh {
    max-height: 50vh; } 
  .include_containers\:height-55-vh {
    height: 55vh; } 
  .include_containers\:min-height-55-vh {
    min-height: 55vh; } 
  .include_containers\:max-height-55-vh {
    max-height: 55vh; } 
  .include_containers\:height-60-vh {
    height: 60vh; } 
  .include_containers\:min-height-60-vh {
    min-height: 60vh; } 
  .include_containers\:max-height-60-vh {
    max-height: 60vh; } 
  .include_containers\:height-65-vh {
    height: 65vh; } 
  .include_containers\:min-height-65-vh {
    min-height: 65vh; } 
  .include_containers\:max-height-65-vh {
    max-height: 65vh; } 
  .include_containers\:height-70-vh {
    height: 70vh; } 
  .include_containers\:min-height-70-vh {
    min-height: 70vh; } 
  .include_containers\:max-height-70-vh {
    max-height: 70vh; } 
  .include_containers\:height-75-vh {
    height: 75vh; } 
  .include_containers\:min-height-75-vh {
    min-height: 75vh; } 
  .include_containers\:max-height-75-vh {
    max-height: 75vh; } 
  .include_containers\:height-80-vh {
    height: 80vh; } 
  .include_containers\:min-height-80-vh {
    min-height: 80vh; } 
  .include_containers\:max-height-80-vh {
    max-height: 80vh; } 
  .include_containers\:height-85-vh {
    height: 85vh; } 
  .include_containers\:min-height-85-vh {
    min-height: 85vh; } 
  .include_containers\:max-height-85-vh {
    max-height: 85vh; } 
  .include_containers\:height-90-vh {
    height: 90vh; } 
  .include_containers\:min-height-90-vh {
    min-height: 90vh; } 
  .include_containers\:max-height-90-vh {
    max-height: 90vh; } 
  .include_containers\:height-95-vh {
    height: 95vh; } 
  .include_containers\:min-height-95-vh {
    min-height: 95vh; } 
  .include_containers\:max-height-95-vh {
    max-height: 95vh; } 
  .include_containers\:height-100-vh {
    height: 100vh; } 
  .include_containers\:min-height-100-vh {
    min-height: 100vh; } 
  .include_containers\:max-height-100-vh {
    max-height: 100vh; } 
  .include_containers\:height-100-vh {
    height: 100vh; } 
  .include_containers\:min-height-100-vh {
    min-height: 100vh; } 
  .include_containers\:max-height-100-vh {
    max-height: 100vh; } 
  .include_containers\:height-auto {
    height: auto; } 
  .include_containers\:height-full {
    height: 100%; } 
  .include_containers\:max-height-auto {
    max-height: auto; } 
  .include_containers\:max-height-full {
    max-height: 100%; } 
  .include_containers\:min-height-auto {
    min-height: auto; } 
  .include_containers\:min-height-full {
    min-height: 100%; } 
  .include_containers\:width-auto {
    width: auto; } 
  .include_containers\:width-full {
    width: 100%; } 
  .include_containers\:max-width-auto {
    max-width: auto; } 
  .include_containers\:max-width-full {
    max-width: 100%; } 
  .include_containers\:min-width-auto {
    min-width: auto; } 
  .include_containers\:min-width-full {
    min-width: 100%; } 
  .include_containers\:space-h > * + * {
    margin-left: 1rem; } 
  .include_containers\:space-h-none > * + * {
    margin-left: 0; } 
  .include_containers\:space-h-1\/4x > * + * {
    margin-left: 0.25rem; } 
  .include_containers\:space-h-1\/2x > * + * {
    margin-left: 0.5rem; } 
  .include_containers\:space-h-3\/4x > * + * {
    margin-left: 0.75rem; } 
  .include_containers\:space-h-xs > * + * {
    margin-left: 0.8rem; } 
  .include_containers\:space-h-sm > * + * {
    margin-left: 0.9rem; } 
  .include_containers\:space-h-lg > * + * {
    margin-left: 1.2rem; } 
  .include_containers\:space-h-xl > * + * {
    margin-left: 1.4rem; } 
  .include_containers\:space-h-2x > * + * {
    margin-left: 2rem; } 
  .include_containers\:space-h-4x > * + * {
    margin-left: 4rem; } 
  .include_containers\:space-v > * + * {
    margin-top: 1rem; } 
  .include_containers\:space-v-none > * + * {
    margin-top: 0; } 
  .include_containers\:space-v-1\/4x > * + * {
    margin-top: 0.25rem; } 
  .include_containers\:space-v-1\/2x > * + * {
    margin-top: 0.5rem; } 
  .include_containers\:space-v-3\/4x > * + * {
    margin-top: 0.75rem; } 
  .include_containers\:space-v-xs > * + * {
    margin-top: 0.8rem; } 
  .include_containers\:space-v-sm > * + * {
    margin-top: 0.9rem; } 
  .include_containers\:space-v-lg > * + * {
    margin-top: 1.2rem; } 
  .include_containers\:space-v-xl > * + * {
    margin-top: 1.4rem; } 
  .include_containers\:space-v-2x > * + * {
    margin-top: 2rem; } 
  .include_containers\:space-v-4x > * + * {
    margin-top: 4rem; } 
  .include_containers\:space > * + * {
    margin-top: 1rem;
    margin-left: 1rem; } 
  .include_containers\:space-none > * + * {
    margin-top: 0;
    margin-left: 0; } 
  .include_containers\:space-1\/4x > * + * {
    margin-top: 0.25rem;
    margin-left: 0.25rem; } 
  .include_containers\:space-1\/2x > * + * {
    margin-top: 0.5rem;
    margin-left: 0.5rem; } 
  .include_containers\:space-3\/4x > * + * {
    margin-top: 0.75rem;
    margin-left: 0.75rem; } 
  .include_containers\:space-xs > * + * {
    margin-top: 0.8rem;
    margin-left: 0.8rem; } 
  .include_containers\:space-sm > * + * {
    margin-top: 0.9rem;
    margin-left: 0.9rem; } 
  .include_containers\:space-lg > * + * {
    margin-top: 1.2rem;
    margin-left: 1.2rem; } 
  .include_containers\:space-xl > * + * {
    margin-top: 1.4rem;
    margin-left: 1.4rem; } 
  .include_containers\:space-2x > * + * {
    margin-top: 2rem;
    margin-left: 2rem; } 
  .include_containers\:space-4x > * + * {
    margin-top: 4rem;
    margin-left: 4rem; } 
  .include_containers\:margin {
    margin: 1rem; } 
  .include_containers\:margin-none {
    margin: 0; } 
  .include_containers\:margin-1\/4x {
    margin: 0.25rem; } 
  .include_containers\:margin-1\/2x {
    margin: 0.5rem; } 
  .include_containers\:margin-3\/4x {
    margin: 0.75rem; } 
  .include_containers\:margin-xs {
    margin: 0.8rem; } 
  .include_containers\:margin-sm {
    margin: 0.9rem; } 
  .include_containers\:margin-lg {
    margin: 1.2rem; } 
  .include_containers\:margin-xl {
    margin: 1.4rem; } 
  .include_containers\:margin-2x {
    margin: 2rem; } 
  .include_containers\:margin-4x {
    margin: 4rem; } 
  .include_containers\:margin-6x {
    margin: 6rem; } 
  .include_containers\:margin-8x {
    margin: 8rem; } 
  .include_containers\:margin-v {
    margin-top: 1rem;
    margin-bottom: 1rem; } 
  .include_containers\:margin-v-none {
    margin-top: 0;
    margin-bottom: 0; } 
  .include_containers\:margin-v-1\/4x {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; } 
  .include_containers\:margin-v-1\/2x {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } 
  .include_containers\:margin-v-3\/4x {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; } 
  .include_containers\:margin-v-xs {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem; } 
  .include_containers\:margin-v-sm {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem; } 
  .include_containers\:margin-v-lg {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem; } 
  .include_containers\:margin-v-xl {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem; } 
  .include_containers\:margin-v-2x {
    margin-top: 2rem;
    margin-bottom: 2rem; } 
  .include_containers\:margin-v-4x {
    margin-top: 4rem;
    margin-bottom: 4rem; } 
  .include_containers\:margin-v-6x {
    margin-top: 6rem;
    margin-bottom: 6rem; } 
  .include_containers\:margin-v-8x {
    margin-top: 8rem;
    margin-bottom: 8rem; } 
  .include_containers\:margin-h {
    margin-left: 1rem;
    margin-right: 1rem; } 
  .include_containers\:margin-h-none {
    margin-left: 0;
    margin-right: 0; } 
  .include_containers\:margin-h-1\/4x {
    margin-left: 0.25rem;
    margin-right: 0.25rem; } 
  .include_containers\:margin-h-1\/2x {
    margin-left: 0.5rem;
    margin-right: 0.5rem; } 
  .include_containers\:margin-h-3\/4x {
    margin-left: 0.75rem;
    margin-right: 0.75rem; } 
  .include_containers\:margin-h-xs {
    margin-left: 0.8rem;
    margin-right: 0.8rem; } 
  .include_containers\:margin-h-sm {
    margin-left: 0.9rem;
    margin-right: 0.9rem; } 
  .include_containers\:margin-h-lg {
    margin-left: 1.2rem;
    margin-right: 1.2rem; } 
  .include_containers\:margin-h-xl {
    margin-left: 1.4rem;
    margin-right: 1.4rem; } 
  .include_containers\:margin-h-2x {
    margin-left: 2rem;
    margin-right: 2rem; } 
  .include_containers\:margin-h-4x {
    margin-left: 4rem;
    margin-right: 4rem; } 
  .include_containers\:margin-h-6x {
    margin-left: 6rem;
    margin-right: 6rem; } 
  .include_containers\:margin-h-8x {
    margin-left: 8rem;
    margin-right: 8rem; } 
  .include_containers\:margin-nest {
    margin: -1rem; } 
  .include_containers\:margin-nest-none {
    margin: 0; } 
  .include_containers\:margin-nest-1\/4x {
    margin: -0.25rem; } 
  .include_containers\:margin-nest-1\/2x {
    margin: -0.5rem; } 
  .include_containers\:margin-nest-3\/4x {
    margin: -0.75rem; } 
  .include_containers\:margin-nest-xs {
    margin: -0.8rem; } 
  .include_containers\:margin-nest-sm {
    margin: -0.9rem; } 
  .include_containers\:margin-nest-lg {
    margin: -1.2rem; } 
  .include_containers\:margin-nest-xl {
    margin: -1.4rem; } 
  .include_containers\:margin-nest-2x {
    margin: -2rem; } 
  .include_containers\:margin-nest-4x {
    margin: -4rem; } 
  .include_containers\:margin-nest-6x {
    margin: -6rem; } 
  .include_containers\:margin-nest-8x {
    margin: -8rem; } 
  .include_containers\:margin-v-nest {
    margin-top: -1rem;
    margin-bottom: -1rem; } 
  .include_containers\:margin-v-nest-none {
    margin-top: 0;
    margin-bottom: 0; } 
  .include_containers\:margin-v-nest-1\/4x {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; } 
  .include_containers\:margin-v-nest-1\/2x {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; } 
  .include_containers\:margin-v-nest-3\/4x {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; } 
  .include_containers\:margin-v-nest-xs {
    margin-top: -0.8rem;
    margin-bottom: -0.8rem; } 
  .include_containers\:margin-v-nest-sm {
    margin-top: -0.9rem;
    margin-bottom: -0.9rem; } 
  .include_containers\:margin-v-nest-lg {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem; } 
  .include_containers\:margin-v-nest-xl {
    margin-top: -1.4rem;
    margin-bottom: -1.4rem; } 
  .include_containers\:margin-v-nest-2x {
    margin-top: -2rem;
    margin-bottom: -2rem; } 
  .include_containers\:margin-v-nest-4x {
    margin-top: -4rem;
    margin-bottom: -4rem; } 
  .include_containers\:margin-v-nest-6x {
    margin-top: -6rem;
    margin-bottom: -6rem; } 
  .include_containers\:margin-v-nest-8x {
    margin-top: -8rem;
    margin-bottom: -8rem; } 
  .include_containers\:margin-h-nest {
    margin-left: -1rem;
    margin-right: -1rem; } 
  .include_containers\:margin-h-nest-none {
    margin-left: 0;
    margin-right: 0; } 
  .include_containers\:margin-h-nest-1\/4x {
    margin-left: -0.25rem;
    margin-right: -0.25rem; } 
  .include_containers\:margin-h-nest-1\/2x {
    margin-left: -0.5rem;
    margin-right: -0.5rem; } 
  .include_containers\:margin-h-nest-3\/4x {
    margin-left: -0.75rem;
    margin-right: -0.75rem; } 
  .include_containers\:margin-h-nest-xs {
    margin-left: -0.8rem;
    margin-right: -0.8rem; } 
  .include_containers\:margin-h-nest-sm {
    margin-left: -0.9rem;
    margin-right: -0.9rem; } 
  .include_containers\:margin-h-nest-lg {
    margin-left: -1.2rem;
    margin-right: -1.2rem; } 
  .include_containers\:margin-h-nest-xl {
    margin-left: -1.4rem;
    margin-right: -1.4rem; } 
  .include_containers\:margin-h-nest-2x {
    margin-left: -2rem;
    margin-right: -2rem; } 
  .include_containers\:margin-h-nest-4x {
    margin-left: -4rem;
    margin-right: -4rem; } 
  .include_containers\:margin-h-nest-6x {
    margin-left: -6rem;
    margin-right: -6rem; } 
  .include_containers\:margin-h-nest-8x {
    margin-left: -8rem;
    margin-right: -8rem; } 
  .include_containers\:margin-top {
    margin-top: 1rem; } 
  .include_containers\:margin-top-none {
    margin-top: 0; } 
  .include_containers\:margin-top-1\/4x {
    margin-top: 0.25rem; } 
  .include_containers\:margin-top-1\/2x {
    margin-top: 0.5rem; } 
  .include_containers\:margin-top-3\/4x {
    margin-top: 0.75rem; } 
  .include_containers\:margin-top-xs {
    margin-top: 0.8rem; } 
  .include_containers\:margin-top-sm {
    margin-top: 0.9rem; } 
  .include_containers\:margin-top-lg {
    margin-top: 1.2rem; } 
  .include_containers\:margin-top-xl {
    margin-top: 1.4rem; } 
  .include_containers\:margin-top-2x {
    margin-top: 2rem; } 
  .include_containers\:margin-top-4x {
    margin-top: 4rem; } 
  .include_containers\:margin-top-6x {
    margin-top: 6rem; } 
  .include_containers\:margin-top-8x {
    margin-top: 8rem; } 
  .include_containers\:margin-top-nest {
    margin-top: -1rem; } 
  .include_containers\:margin-top-nest-none {
    margin-top: 0; } 
  .include_containers\:margin-top-nest-1\/4x {
    margin-top: -0.25rem; } 
  .include_containers\:margin-top-nest-1\/2x {
    margin-top: -0.5rem; } 
  .include_containers\:margin-top-nest-3\/4x {
    margin-top: -0.75rem; } 
  .include_containers\:margin-top-nest-xs {
    margin-top: -0.8rem; } 
  .include_containers\:margin-top-nest-sm {
    margin-top: -0.9rem; } 
  .include_containers\:margin-top-nest-lg {
    margin-top: -1.2rem; } 
  .include_containers\:margin-top-nest-xl {
    margin-top: -1.4rem; } 
  .include_containers\:margin-top-nest-2x {
    margin-top: -2rem; } 
  .include_containers\:margin-top-nest-4x {
    margin-top: -4rem; } 
  .include_containers\:margin-top-nest-6x {
    margin-top: -6rem; } 
  .include_containers\:margin-top-nest-8x {
    margin-top: -8rem; } 
  .include_containers\:margin-right {
    margin-right: 1rem; } 
  .include_containers\:margin-right-none {
    margin-right: 0; } 
  .include_containers\:margin-right-1\/4x {
    margin-right: 0.25rem; } 
  .include_containers\:margin-right-1\/2x {
    margin-right: 0.5rem; } 
  .include_containers\:margin-right-3\/4x {
    margin-right: 0.75rem; } 
  .include_containers\:margin-right-xs {
    margin-right: 0.8rem; } 
  .include_containers\:margin-right-sm {
    margin-right: 0.9rem; } 
  .include_containers\:margin-right-lg {
    margin-right: 1.2rem; } 
  .include_containers\:margin-right-xl {
    margin-right: 1.4rem; } 
  .include_containers\:margin-right-2x {
    margin-right: 2rem; } 
  .include_containers\:margin-right-4x {
    margin-right: 4rem; } 
  .include_containers\:margin-right-6x {
    margin-right: 6rem; } 
  .include_containers\:margin-right-8x {
    margin-right: 8rem; } 
  .include_containers\:margin-right-nest {
    margin-right: -1rem; } 
  .include_containers\:margin-right-nest-none {
    margin-right: 0; } 
  .include_containers\:margin-right-nest-1\/4x {
    margin-right: -0.25rem; } 
  .include_containers\:margin-right-nest-1\/2x {
    margin-right: -0.5rem; } 
  .include_containers\:margin-right-nest-3\/4x {
    margin-right: -0.75rem; } 
  .include_containers\:margin-right-nest-xs {
    margin-right: -0.8rem; } 
  .include_containers\:margin-right-nest-sm {
    margin-right: -0.9rem; } 
  .include_containers\:margin-right-nest-lg {
    margin-right: -1.2rem; } 
  .include_containers\:margin-right-nest-xl {
    margin-right: -1.4rem; } 
  .include_containers\:margin-right-nest-2x {
    margin-right: -2rem; } 
  .include_containers\:margin-right-nest-4x {
    margin-right: -4rem; } 
  .include_containers\:margin-right-nest-6x {
    margin-right: -6rem; } 
  .include_containers\:margin-right-nest-8x {
    margin-right: -8rem; } 
  .include_containers\:margin-bottom {
    margin-bottom: 1rem; } 
  .include_containers\:margin-bottom-none {
    margin-bottom: 0; } 
  .include_containers\:margin-bottom-1\/4x {
    margin-bottom: 0.25rem; } 
  .include_containers\:margin-bottom-1\/2x {
    margin-bottom: 0.5rem; } 
  .include_containers\:margin-bottom-3\/4x {
    margin-bottom: 0.75rem; } 
  .include_containers\:margin-bottom-xs {
    margin-bottom: 0.8rem; } 
  .include_containers\:margin-bottom-sm {
    margin-bottom: 0.9rem; } 
  .include_containers\:margin-bottom-lg {
    margin-bottom: 1.2rem; } 
  .include_containers\:margin-bottom-xl {
    margin-bottom: 1.4rem; } 
  .include_containers\:margin-bottom-2x {
    margin-bottom: 2rem; } 
  .include_containers\:margin-bottom-4x {
    margin-bottom: 4rem; } 
  .include_containers\:margin-bottom-6x {
    margin-bottom: 6rem; } 
  .include_containers\:margin-bottom-8x {
    margin-bottom: 8rem; } 
  .include_containers\:margin-bottom-nest {
    margin-bottom: -1rem; } 
  .include_containers\:margin-bottom-nest-none {
    margin-bottom: 0; } 
  .include_containers\:margin-bottom-nest-1\/4x {
    margin-bottom: -0.25rem; } 
  .include_containers\:margin-bottom-nest-1\/2x {
    margin-bottom: -0.5rem; } 
  .include_containers\:margin-bottom-nest-3\/4x {
    margin-bottom: -0.75rem; } 
  .include_containers\:margin-bottom-nest-xs {
    margin-bottom: -0.8rem; } 
  .include_containers\:margin-bottom-nest-sm {
    margin-bottom: -0.9rem; } 
  .include_containers\:margin-bottom-nest-lg {
    margin-bottom: -1.2rem; } 
  .include_containers\:margin-bottom-nest-xl {
    margin-bottom: -1.4rem; } 
  .include_containers\:margin-bottom-nest-2x {
    margin-bottom: -2rem; } 
  .include_containers\:margin-bottom-nest-4x {
    margin-bottom: -4rem; } 
  .include_containers\:margin-bottom-nest-6x {
    margin-bottom: -6rem; } 
  .include_containers\:margin-bottom-nest-8x {
    margin-bottom: -8rem; } 
  .include_containers\:margin-left {
    margin-left: 1rem; } 
  .include_containers\:margin-left-none {
    margin-left: 0; } 
  .include_containers\:margin-left-1\/4x {
    margin-left: 0.25rem; } 
  .include_containers\:margin-left-1\/2x {
    margin-left: 0.5rem; } 
  .include_containers\:margin-left-3\/4x {
    margin-left: 0.75rem; } 
  .include_containers\:margin-left-xs {
    margin-left: 0.8rem; } 
  .include_containers\:margin-left-sm {
    margin-left: 0.9rem; } 
  .include_containers\:margin-left-lg {
    margin-left: 1.2rem; } 
  .include_containers\:margin-left-xl {
    margin-left: 1.4rem; } 
  .include_containers\:margin-left-2x {
    margin-left: 2rem; } 
  .include_containers\:margin-left-4x {
    margin-left: 4rem; } 
  .include_containers\:margin-left-6x {
    margin-left: 6rem; } 
  .include_containers\:margin-left-8x {
    margin-left: 8rem; } 
  .include_containers\:margin-left-nest {
    margin-left: -1rem; } 
  .include_containers\:margin-left-nest-none {
    margin-left: 0; } 
  .include_containers\:margin-left-nest-1\/4x {
    margin-left: -0.25rem; } 
  .include_containers\:margin-left-nest-1\/2x {
    margin-left: -0.5rem; } 
  .include_containers\:margin-left-nest-3\/4x {
    margin-left: -0.75rem; } 
  .include_containers\:margin-left-nest-xs {
    margin-left: -0.8rem; } 
  .include_containers\:margin-left-nest-sm {
    margin-left: -0.9rem; } 
  .include_containers\:margin-left-nest-lg {
    margin-left: -1.2rem; } 
  .include_containers\:margin-left-nest-xl {
    margin-left: -1.4rem; } 
  .include_containers\:margin-left-nest-2x {
    margin-left: -2rem; } 
  .include_containers\:margin-left-nest-4x {
    margin-left: -4rem; } 
  .include_containers\:margin-left-nest-6x {
    margin-left: -6rem; } 
  .include_containers\:margin-left-nest-8x {
    margin-left: -8rem; } 
  .include_containers\:pad {
    padding: 1rem; } 
  .include_containers\:pad-none {
    padding: 0; } 
  .include_containers\:pad-1\/4x {
    padding: 0.25rem; } 
  .include_containers\:pad-1\/2x {
    padding: 0.5rem; } 
  .include_containers\:pad-3\/4x {
    padding: 0.75rem; } 
  .include_containers\:pad-xs {
    padding: 0.8rem; } 
  .include_containers\:pad-sm {
    padding: 0.9rem; } 
  .include_containers\:pad-lg {
    padding: 1.2rem; } 
  .include_containers\:pad-xl {
    padding: 1.4rem; } 
  .include_containers\:pad-2x {
    padding: 2rem; } 
  .include_containers\:pad-4x {
    padding: 4rem; } 
  .include_containers\:pad-6x {
    padding: 6rem; } 
  .include_containers\:pad-8x {
    padding: 8rem; } 
  .include_containers\:pad-v {
    padding-top: 1rem;
    padding-bottom: 1rem; } 
  .include_containers\:pad-v-none {
    padding-top: 0;
    padding-bottom: 0; } 
  .include_containers\:pad-v-1\/4x {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; } 
  .include_containers\:pad-v-1\/2x {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; } 
  .include_containers\:pad-v-3\/4x {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; } 
  .include_containers\:pad-v-xs {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; } 
  .include_containers\:pad-v-sm {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem; } 
  .include_containers\:pad-v-lg {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; } 
  .include_containers\:pad-v-xl {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem; } 
  .include_containers\:pad-v-2x {
    padding-top: 2rem;
    padding-bottom: 2rem; } 
  .include_containers\:pad-v-4x {
    padding-top: 4rem;
    padding-bottom: 4rem; } 
  .include_containers\:pad-v-6x {
    padding-top: 6rem;
    padding-bottom: 6rem; } 
  .include_containers\:pad-v-8x {
    padding-top: 8rem;
    padding-bottom: 8rem; } 
  .include_containers\:pad-h {
    padding-left: 1rem;
    padding-right: 1rem; } 
  .include_containers\:pad-h-none {
    padding-left: 0;
    padding-right: 0; } 
  .include_containers\:pad-h-1\/4x {
    padding-left: 0.25rem;
    padding-right: 0.25rem; } 
  .include_containers\:pad-h-1\/2x {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } 
  .include_containers\:pad-h-3\/4x {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } 
  .include_containers\:pad-h-xs {
    padding-left: 0.8rem;
    padding-right: 0.8rem; } 
  .include_containers\:pad-h-sm {
    padding-left: 0.9rem;
    padding-right: 0.9rem; } 
  .include_containers\:pad-h-lg {
    padding-left: 1.2rem;
    padding-right: 1.2rem; } 
  .include_containers\:pad-h-xl {
    padding-left: 1.4rem;
    padding-right: 1.4rem; } 
  .include_containers\:pad-h-2x {
    padding-left: 2rem;
    padding-right: 2rem; } 
  .include_containers\:pad-h-4x {
    padding-left: 4rem;
    padding-right: 4rem; } 
  .include_containers\:pad-h-6x {
    padding-left: 6rem;
    padding-right: 6rem; } 
  .include_containers\:pad-h-8x {
    padding-left: 8rem;
    padding-right: 8rem; } 
  .include_containers\:pad-top {
    padding-top: 1rem; } 
  .include_containers\:pad-top-none {
    padding-top: 0; } 
  .include_containers\:pad-top-1\/4x {
    padding-top: 0.25rem; } 
  .include_containers\:pad-top-1\/2x {
    padding-top: 0.5rem; } 
  .include_containers\:pad-top-3\/4x {
    padding-top: 0.75rem; } 
  .include_containers\:pad-top-xs {
    padding-top: 0.8rem; } 
  .include_containers\:pad-top-sm {
    padding-top: 0.9rem; } 
  .include_containers\:pad-top-lg {
    padding-top: 1.2rem; } 
  .include_containers\:pad-top-xl {
    padding-top: 1.4rem; } 
  .include_containers\:pad-top-2x {
    padding-top: 2rem; } 
  .include_containers\:pad-top-4x {
    padding-top: 4rem; } 
  .include_containers\:pad-top-6x {
    padding-top: 6rem; } 
  .include_containers\:pad-top-8x {
    padding-top: 8rem; } 
  .include_containers\:pad-right {
    padding-right: 1rem; } 
  .include_containers\:pad-right-none {
    padding-right: 0; } 
  .include_containers\:pad-right-1\/4x {
    padding-right: 0.25rem; } 
  .include_containers\:pad-right-1\/2x {
    padding-right: 0.5rem; } 
  .include_containers\:pad-right-3\/4x {
    padding-right: 0.75rem; } 
  .include_containers\:pad-right-xs {
    padding-right: 0.8rem; } 
  .include_containers\:pad-right-sm {
    padding-right: 0.9rem; } 
  .include_containers\:pad-right-lg {
    padding-right: 1.2rem; } 
  .include_containers\:pad-right-xl {
    padding-right: 1.4rem; } 
  .include_containers\:pad-right-2x {
    padding-right: 2rem; } 
  .include_containers\:pad-right-4x {
    padding-right: 4rem; } 
  .include_containers\:pad-right-6x {
    padding-right: 6rem; } 
  .include_containers\:pad-right-8x {
    padding-right: 8rem; } 
  .include_containers\:pad-bottom {
    padding-bottom: 1rem; } 
  .include_containers\:pad-bottom-none {
    padding-bottom: 0; } 
  .include_containers\:pad-bottom-1\/4x {
    padding-bottom: 0.25rem; } 
  .include_containers\:pad-bottom-1\/2x {
    padding-bottom: 0.5rem; } 
  .include_containers\:pad-bottom-3\/4x {
    padding-bottom: 0.75rem; } 
  .include_containers\:pad-bottom-xs {
    padding-bottom: 0.8rem; } 
  .include_containers\:pad-bottom-sm {
    padding-bottom: 0.9rem; } 
  .include_containers\:pad-bottom-lg {
    padding-bottom: 1.2rem; } 
  .include_containers\:pad-bottom-xl {
    padding-bottom: 1.4rem; } 
  .include_containers\:pad-bottom-2x {
    padding-bottom: 2rem; } 
  .include_containers\:pad-bottom-4x {
    padding-bottom: 4rem; } 
  .include_containers\:pad-bottom-6x {
    padding-bottom: 6rem; } 
  .include_containers\:pad-bottom-8x {
    padding-bottom: 8rem; } 
  .include_containers\:pad-left {
    padding-left: 1rem; } 
  .include_containers\:pad-left-none {
    padding-left: 0; } 
  .include_containers\:pad-left-1\/4x {
    padding-left: 0.25rem; } 
  .include_containers\:pad-left-1\/2x {
    padding-left: 0.5rem; } 
  .include_containers\:pad-left-3\/4x {
    padding-left: 0.75rem; } 
  .include_containers\:pad-left-xs {
    padding-left: 0.8rem; } 
  .include_containers\:pad-left-sm {
    padding-left: 0.9rem; } 
  .include_containers\:pad-left-lg {
    padding-left: 1.2rem; } 
  .include_containers\:pad-left-xl {
    padding-left: 1.4rem; } 
  .include_containers\:pad-left-2x {
    padding-left: 2rem; } 
  .include_containers\:pad-left-4x {
    padding-left: 4rem; } 
  .include_containers\:pad-left-6x {
    padding-left: 6rem; } 
  .include_containers\:pad-left-8x {
    padding-left: 8rem; } 
  .include_containers\:stroke-sm {
    stroke-width: 0.5px; } 
  .include_containers\:stroke-md {
    stroke-width: 1px; } 
  .include_containers\:stroke-lg {
    stroke-width: 1.5px; } 
  .include_containers\:stroke-2x {
    stroke-width: 2px; } 
  .include_containers\:stroke-3x {
    stroke-width: 3px; } 
  .include_containers\:text-current {
    color: currentColor; } 
  .include_containers\:text-md {
    font-size: 1rem; } 
  .include_containers\:text {
    font-size: 1rem; } 
  .include_containers\:text-xs {
    font-size: 0.8rem; } 
  .include_containers\:text-sm {
    font-size: 0.9rem; } 
  .include_containers\:text-lg {
    font-size: 1.2rem; } 
  .include_containers\:text-xl {
    font-size: 1.4rem; } 
  .include_containers\:text-2x {
    font-size: 2rem; } 
  .include_containers\:text-4x {
    font-size: 4rem; } 
  .include_containers\:text-8x {
    font-size: 8rem; } 
  .include_containers\:text-mono {
    font-family: monospace, monospace; } 
  .include_containers\:text-uppercase {
    text-transform: uppercase; } 
  .include_containers\:text-lowercase {
    text-transform: lowercase; } 
  .include_containers\:text-capitalize {
    text-transform: capitalize; } 
  .include_containers\:text-normal-case {
    text-transform: none; } 
  .include_containers\:text-italic {
    font-style: italic; } 
  .include_containers\:text-no-underline {
    text-decoration: none; } 
  .include_containers\:text-line-through {
    text-decoration: line-through; } 
  .include_containers\:text-100 {
    font-weight: 100; } 
  .include_containers\:text-hairline {
    font-weight: 100; } 
  .include_containers\:text-200 {
    font-weight: 200; } 
  .include_containers\:text-thin {
    font-weight: 200; } 
  .include_containers\:text-300 {
    font-weight: 300; } 
  .include_containers\:text-light {
    font-weight: 300; } 
  .include_containers\:text-400 {
    font-weight: 400; } 
  .include_containers\:text-normal {
    font-weight: 400; } 
  .include_containers\:text-500 {
    font-weight: 500; } 
  .include_containers\:text-medium {
    font-weight: 500; } 
  .include_containers\:text-600 {
    font-weight: 600; } 
  .include_containers\:text-semibold {
    font-weight: 600; } 
  .include_containers\:text-700 {
    font-weight: 700; } 
  .include_containers\:text-bold {
    font-weight: 700; } 
  .include_containers\:text-800 {
    font-weight: 800; } 
  .include_containers\:text-extrabold {
    font-weight: 800; } 
  .include_containers\:text-900 {
    font-weight: 900; } 
  .include_containers\:text-black {
    font-weight: 900; } 
  .include_containers\:text-left {
    text-align: left; } 
  .include_containers\:text-right {
    text-align: right; } 
  .include_containers\:text-center {
    text-align: center; } 
  .include_containers\:text-justify {
    text-align: justify; } 
  .include_containers\:leading-none {
    line-height: 1; } 
  .include_containers\:leading-tight {
    line-height: 1.25; } 
  .include_containers\:leading-snug {
    line-height: 1.375; } 
  .include_containers\:leading-normal {
    line-height: 1.5; } 
  .include_containers\:leading-relaxed {
    line-height: 1.625; } 
  .include_containers\:leading-loose {
    line-height: 2; } 
  .include_containers\:tracking-tighter {
    letter-spacing: -0.05em; } 
  .include_containers\:tracking-tight {
    letter-spacing: -0.025em; } 
  .include_containers\:tracking-normal {
    letter-spacing: 0; } 
  .include_containers\:tracking-wide {
    letter-spacing: 0.025em; } 
  .include_containers\:tracking-wider {
    letter-spacing: 0.05em; } 
  .include_containers\:tracking-widest {
    letter-spacing: 0.1em; } 
  .include_containers\:text-col-2 {
    column-count: 2;
    column-gap: 5em; } 
  .include_containers\:text-col-3 {
    column-count: 3;
    column-gap: 5em; } 
  .include_containers\:text-list-none {
    list-style-type: none; } 
  .include_containers\:text-list-disc {
    list-style-type: disc; } 
  .include_containers\:text-list-decimal {
    list-style-type: decimal; } 
  .include_containers\:text-list-inside {
    list-style-position: inside; } 
  .include_containers\:text-list-outside {
    list-style-position: outside; } 
  .include_containers\:height-0-vh {
    height: 0vh; } 
  .include_containers\:min-height-0-vh {
    min-height: 0vh; } 
  .include_containers\:max-height-0-vh {
    max-height: 0vh; } 
  .include_containers\:height-5-vh {
    height: 5vh; } 
  .include_containers\:min-height-5-vh {
    min-height: 5vh; } 
  .include_containers\:max-height-5-vh {
    max-height: 5vh; } 
  .include_containers\:height-10-vh {
    height: 10vh; } 
  .include_containers\:min-height-10-vh {
    min-height: 10vh; } 
  .include_containers\:max-height-10-vh {
    max-height: 10vh; } 
  .include_containers\:height-15-vh {
    height: 15vh; } 
  .include_containers\:min-height-15-vh {
    min-height: 15vh; } 
  .include_containers\:max-height-15-vh {
    max-height: 15vh; } 
  .include_containers\:height-20-vh {
    height: 20vh; } 
  .include_containers\:min-height-20-vh {
    min-height: 20vh; } 
  .include_containers\:max-height-20-vh {
    max-height: 20vh; } 
  .include_containers\:height-25-vh {
    height: 25vh; } 
  .include_containers\:min-height-25-vh {
    min-height: 25vh; } 
  .include_containers\:max-height-25-vh {
    max-height: 25vh; } 
  .include_containers\:height-30-vh {
    height: 30vh; } 
  .include_containers\:min-height-30-vh {
    min-height: 30vh; } 
  .include_containers\:max-height-30-vh {
    max-height: 30vh; } 
  .include_containers\:height-35-vh {
    height: 35vh; } 
  .include_containers\:min-height-35-vh {
    min-height: 35vh; } 
  .include_containers\:max-height-35-vh {
    max-height: 35vh; } 
  .include_containers\:height-40-vh {
    height: 40vh; } 
  .include_containers\:min-height-40-vh {
    min-height: 40vh; } 
  .include_containers\:max-height-40-vh {
    max-height: 40vh; } 
  .include_containers\:height-45-vh {
    height: 45vh; } 
  .include_containers\:min-height-45-vh {
    min-height: 45vh; } 
  .include_containers\:max-height-45-vh {
    max-height: 45vh; } 
  .include_containers\:height-50-vh {
    height: 50vh; } 
  .include_containers\:min-height-50-vh {
    min-height: 50vh; } 
  .include_containers\:max-height-50-vh {
    max-height: 50vh; } 
  .include_containers\:height-55-vh {
    height: 55vh; } 
  .include_containers\:min-height-55-vh {
    min-height: 55vh; } 
  .include_containers\:max-height-55-vh {
    max-height: 55vh; } 
  .include_containers\:height-60-vh {
    height: 60vh; } 
  .include_containers\:min-height-60-vh {
    min-height: 60vh; } 
  .include_containers\:max-height-60-vh {
    max-height: 60vh; } 
  .include_containers\:height-65-vh {
    height: 65vh; } 
  .include_containers\:min-height-65-vh {
    min-height: 65vh; } 
  .include_containers\:max-height-65-vh {
    max-height: 65vh; } 
  .include_containers\:height-70-vh {
    height: 70vh; } 
  .include_containers\:min-height-70-vh {
    min-height: 70vh; } 
  .include_containers\:max-height-70-vh {
    max-height: 70vh; } 
  .include_containers\:height-75-vh {
    height: 75vh; } 
  .include_containers\:min-height-75-vh {
    min-height: 75vh; } 
  .include_containers\:max-height-75-vh {
    max-height: 75vh; } 
  .include_containers\:height-80-vh {
    height: 80vh; } 
  .include_containers\:min-height-80-vh {
    min-height: 80vh; } 
  .include_containers\:max-height-80-vh {
    max-height: 80vh; } 
  .include_containers\:height-85-vh {
    height: 85vh; } 
  .include_containers\:min-height-85-vh {
    min-height: 85vh; } 
  .include_containers\:max-height-85-vh {
    max-height: 85vh; } 
  .include_containers\:height-90-vh {
    height: 90vh; } 
  .include_containers\:min-height-90-vh {
    min-height: 90vh; } 
  .include_containers\:max-height-90-vh {
    max-height: 90vh; } 
  .include_containers\:height-95-vh {
    height: 95vh; } 
  .include_containers\:min-height-95-vh {
    min-height: 95vh; } 
  .include_containers\:max-height-95-vh {
    max-height: 95vh; } 
  .include_containers\:height-100-vh {
    height: 100vh; } 
  .include_containers\:min-height-100-vh {
    min-height: 100vh; } 
  .include_containers\:max-height-100-vh {
    max-height: 100vh; } 
  .include_containers\:flex-reverse {
    flex-direction: column-reverse; } 
  .include_containers\:margin-right--8x {
    margin-right: -8rem; } 
  .include_containers\:margin-bottom--4x {
    margin-bottom: -4rem; } }@media only screen and (max-width: 719px) {
  .sm\:base {
    --breakpoints: "sm/max-width: 719px,md/min-width: 720px,lg/min-width: 1080px,xl/min-width: 1440px";
    --bg-opacity: 1.0;
    --shadow-opacity: 0.1;
    --border-opacity: 1.0;
    --border-color: 80, 81, 82; } 
  .uniformOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 9998; }
  .uniformDropdown-dropdown {
    left: 0 !important;
    top: 0 !important;
    box-shadow: none !important;
    width: 100%; } 
  .sm\:layout-fixed {
    table-layout: fixed; } 
  .sm\:aspect-4x3::before {
    content: "";
    display: block;
    padding-top: 75%;
    padding-left: 75%; } 
  .sm\:aspect-2x1::before {
    content: "";
    display: block;
    padding-top: 50%;
    padding-left: 50%; } 
  .sm\:aspect-16x9::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    padding-left: 56.25%; } 
  .sm\:aspect-square::before {
    content: "";
    display: block;
    padding-top: 100%;
    padding-left: 100%; } 
  .sm\:fill-current {
    fill: currentColor; } 
  .sm\:stroke-current {
    stroke: currentColor; } 
  .sm\:bg-none {
    background: transparent; } 
  .sm\:border {
    border-width: 1px; } 
  .sm\:border-none {
    border-width: 0; } 
  .sm\:border-2px {
    border-width: 2px; } 
  .sm\:border-3px {
    border-width: 3px; } 
  .sm\:border-4px {
    border-width: 4px; } 
  .sm\:border-dashed {
    border-style: dashed; } 
  .sm\:border-top {
    border-top-width: 1px; } 
  .sm\:border-top {
    border-top-width: 1px; } 
  .sm\:border-top-none {
    border-top-width: 0; } 
  .sm\:border-top-2px {
    border-top-width: 2px; } 
  .sm\:border-top-3px {
    border-top-width: 3px; } 
  .sm\:border-top-4px {
    border-top-width: 4px; } 
  .sm\:border-right {
    border-right-width: 1px; } 
  .sm\:border-right {
    border-right-width: 1px; } 
  .sm\:border-right-none {
    border-right-width: 0; } 
  .sm\:border-right-2px {
    border-right-width: 2px; } 
  .sm\:border-right-3px {
    border-right-width: 3px; } 
  .sm\:border-right-4px {
    border-right-width: 4px; } 
  .sm\:border-bottom {
    border-bottom-width: 1px; } 
  .sm\:border-bottom {
    border-bottom-width: 1px; } 
  .sm\:border-bottom-none {
    border-bottom-width: 0; } 
  .sm\:border-bottom-2px {
    border-bottom-width: 2px; } 
  .sm\:border-bottom-3px {
    border-bottom-width: 3px; } 
  .sm\:border-bottom-4px {
    border-bottom-width: 4px; } 
  .sm\:border-left {
    border-left-width: 1px; } 
  .sm\:border-left {
    border-left-width: 1px; } 
  .sm\:border-left-none {
    border-left-width: 0; } 
  .sm\:border-left-2px {
    border-left-width: 2px; } 
  .sm\:border-left-3px {
    border-left-width: 3px; } 
  .sm\:border-left-4px {
    border-left-width: 4px; } 
  .sm\:rounded {
    border-radius: 0.25rem; } 
  .sm\:rounded-none {
    border-radius: 0; } 
  .sm\:rounded-xs {
    border-radius: 0.1rem; } 
  .sm\:rounded-sm {
    border-radius: 0.2rem; } 
  .sm\:rounded-lg {
    border-radius: 0.5rem; } 
  .sm\:rounded-xl {
    border-radius: 1rem; } 
  .sm\:rounded-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; } 
  .sm\:rounded-top-none {
    border-top-right-radius: 0;
    border-top-left-radius: 0; } 
  .sm\:rounded-top-xs {
    border-top-right-radius: 0.1rem;
    border-top-left-radius: 0.1rem; } 
  .sm\:rounded-top-sm {
    border-top-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem; } 
  .sm\:rounded-top-lg {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem; } 
  .sm\:rounded-top-xl {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem; } 
  .sm\:rounded-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; } 
  .sm\:rounded-bottom-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; } 
  .sm\:rounded-bottom-xs {
    border-bottom-right-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem; } 
  .sm\:rounded-bottom-sm {
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; } 
  .sm\:rounded-bottom-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } 
  .sm\:rounded-bottom-xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem; } 
  .sm\:rounded-left {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; } 
  .sm\:rounded-left-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } 
  .sm\:rounded-left-xs {
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem; } 
  .sm\:rounded-left-sm {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; } 
  .sm\:rounded-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } 
  .sm\:rounded-left-xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; } 
  .sm\:rounded-right {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } 
  .sm\:rounded-right-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } 
  .sm\:rounded-right-xs {
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem; } 
  .sm\:rounded-right-sm {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; } 
  .sm\:rounded-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; } 
  .sm\:rounded-right-xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem; } 
  .sm\:square {
    border-radius: 0; } 
  .sm\:square-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0; } 
  .sm\:square-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; } 
  .sm\:square-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } 
  .sm\:square-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } 
  .sm\:round {
    border-radius: 50%; } 
  .sm\:divide-h > * + * {
    border-left-width: 1px; } 
  .sm\:divide-h-none > * + * {
    border-left-width: 0; } 
  .sm\:divide-h-2px > * + * {
    border-left-width: 2px; } 
  .sm\:divide-h-3px > * + * {
    border-left-width: 3px; } 
  .sm\:divide-h-4px > * + * {
    border-left-width: 4px; } 
  .sm\:divide-v > * + * {
    border-top-width: 1px; } 
  .sm\:divide-v-none > * + * {
    border-top-width: 0; } 
  .sm\:divide-v-2px > * + * {
    border-top-width: 2px; } 
  .sm\:divide-v-3px > * + * {
    border-top-width: 3px; } 
  .sm\:divide-v-4px > * + * {
    border-top-width: 4px; } 
  .sm\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important; } 
  .sm\:rotate-0 {
    --transform-rotate: 0deg; } 
  .sm\:-rotate-0 {
    --transform-rotate: -0deg; } 
  .sm\:rotate-1 {
    --transform-rotate: 1deg; } 
  .sm\:-rotate-1 {
    --transform-rotate: -1deg; } 
  .sm\:rotate-2 {
    --transform-rotate: 2deg; } 
  .sm\:-rotate-2 {
    --transform-rotate: -2deg; } 
  .sm\:rotate-3 {
    --transform-rotate: 3deg; } 
  .sm\:-rotate-3 {
    --transform-rotate: -3deg; } 
  .sm\:rotate-6 {
    --transform-rotate: 6deg; } 
  .sm\:-rotate-6 {
    --transform-rotate: -6deg; } 
  .sm\:rotate-12 {
    --transform-rotate: 12deg; } 
  .sm\:-rotate-12 {
    --transform-rotate: -12deg; } 
  .sm\:rotate-45 {
    --transform-rotate: 45deg; } 
  .sm\:-rotate-45 {
    --transform-rotate: -45deg; } 
  .sm\:rotate-90 {
    --transform-rotate: 90deg; } 
  .sm\:-rotate-90 {
    --transform-rotate: -90deg; } 
  .sm\:rotate-180 {
    --transform-rotate: 180deg; } 
  .sm\:-rotate-180 {
    --transform-rotate: -180deg; } 
  .sm\:inline {
    display: inline; } 
  .sm\:block {
    display: block; } 
  .sm\:inline-block {
    display: inline-block; } 
  .sm\:grid {
    display: grid; } 
  .sm\:inline-grid {
    display: inline-grid; } 
  .sm\:flex {
    display: flex; } 
  .sm\:inline-flex {
    display: inline-flex; } 
  .sm\:table {
    display: table; } 
  .sm\:table-cell {
    display: table-cell; } 
  .sm\:table-row {
    display: table-row; } 
  .sm\:contents {
    display: contents; } 
  .sm\:hide {
    display: none; } 
  .sm\:show {
    display: inherit; } 
  .sm\:hide-empty:empty {
    display: none; } 
  .sm\:float-right {
    float: right; } 
  .sm\:float-left {
    float: left; } 
  .sm\:clear {
    clear: both; } 
  .sm\:flex-col {
    flex-direction: column; } 
  .sm\:flex-nowrap {
    flex-wrap: nowrap; } 
  .sm\:flex-wrap {
    flex-wrap: wrap; } 
  .sm\:flex-fill {
    flex: 1 1 auto; } 
  .sm\:flex-grow {
    flex: 1 0 auto; } 
  .sm\:flex-shrink {
    flex: 0 1 auto; } 
  .sm\:flex-none {
    flex: 0 0 auto; } 
  .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\:cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } 
  .sm\:col-span-1 {
    grid-column: span 1/span 1; } 
  .sm\:col-start-1 {
    grid-column-start: 1; } 
  .sm\:col-end-1 {
    grid-column-end: 1; } 
  .sm\:cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } 
  .sm\:col-span-2 {
    grid-column: span 2/span 2; } 
  .sm\:col-start-2 {
    grid-column-start: 2; } 
  .sm\:col-end-2 {
    grid-column-end: 2; } 
  .sm\:cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } 
  .sm\:col-span-3 {
    grid-column: span 3/span 3; } 
  .sm\:col-start-3 {
    grid-column-start: 3; } 
  .sm\:col-end-3 {
    grid-column-end: 3; } 
  .sm\:cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } 
  .sm\:col-span-4 {
    grid-column: span 4/span 4; } 
  .sm\:col-start-4 {
    grid-column-start: 4; } 
  .sm\:col-end-4 {
    grid-column-end: 4; } 
  .sm\:cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } 
  .sm\:col-span-5 {
    grid-column: span 5/span 5; } 
  .sm\:col-start-5 {
    grid-column-start: 5; } 
  .sm\:col-end-5 {
    grid-column-end: 5; } 
  .sm\:cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } 
  .sm\:col-span-6 {
    grid-column: span 6/span 6; } 
  .sm\:col-start-6 {
    grid-column-start: 6; } 
  .sm\:col-end-6 {
    grid-column-end: 6; } 
  .sm\:cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); } 
  .sm\:col-span-7 {
    grid-column: span 7/span 7; } 
  .sm\:col-start-7 {
    grid-column-start: 7; } 
  .sm\:col-end-7 {
    grid-column-end: 7; } 
  .sm\:cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); } 
  .sm\:col-span-8 {
    grid-column: span 8/span 8; } 
  .sm\:col-start-8 {
    grid-column-start: 8; } 
  .sm\:col-end-8 {
    grid-column-end: 8; } 
  .sm\:cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); } 
  .sm\:col-span-9 {
    grid-column: span 9/span 9; } 
  .sm\:col-start-9 {
    grid-column-start: 9; } 
  .sm\:col-end-9 {
    grid-column-end: 9; } 
  .sm\:cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); } 
  .sm\:col-span-10 {
    grid-column: span 10/span 10; } 
  .sm\:col-start-10 {
    grid-column-start: 10; } 
  .sm\:col-end-10 {
    grid-column-end: 10; } 
  .sm\:cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)); } 
  .sm\:col-span-11 {
    grid-column: span 11/span 11; } 
  .sm\:col-start-11 {
    grid-column-start: 11; } 
  .sm\:col-end-11 {
    grid-column-end: 11; } 
  .sm\:cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)); } 
  .sm\:col-span-12 {
    grid-column: span 12/span 12; } 
  .sm\:col-start-12 {
    grid-column-start: 12; } 
  .sm\:col-end-12 {
    grid-column-end: 12; } 
  .sm\:cols-fill-0-px {
    grid-template-columns: repeat(auto-fill, minmax(0px, 1fr)); } 
  .sm\:cols-fit-0-px {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr)); } 
  .sm\:cols-fill-5-px {
    grid-template-columns: repeat(auto-fill, minmax(5px, 1fr)); } 
  .sm\:cols-fit-5-px {
    grid-template-columns: repeat(auto-fit, minmax(5px, 1fr)); } 
  .sm\:cols-fill-10-px {
    grid-template-columns: repeat(auto-fill, minmax(10px, 1fr)); } 
  .sm\:cols-fit-10-px {
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr)); } 
  .sm\:cols-fill-15-px {
    grid-template-columns: repeat(auto-fill, minmax(15px, 1fr)); } 
  .sm\:cols-fit-15-px {
    grid-template-columns: repeat(auto-fit, minmax(15px, 1fr)); } 
  .sm\:cols-fill-20-px {
    grid-template-columns: repeat(auto-fill, minmax(20px, 1fr)); } 
  .sm\:cols-fit-20-px {
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr)); } 
  .sm\:cols-fill-25-px {
    grid-template-columns: repeat(auto-fill, minmax(25px, 1fr)); } 
  .sm\:cols-fit-25-px {
    grid-template-columns: repeat(auto-fit, minmax(25px, 1fr)); } 
  .sm\:cols-fill-30-px {
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr)); } 
  .sm\:cols-fit-30-px {
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr)); } 
  .sm\:cols-fill-35-px {
    grid-template-columns: repeat(auto-fill, minmax(35px, 1fr)); } 
  .sm\:cols-fit-35-px {
    grid-template-columns: repeat(auto-fit, minmax(35px, 1fr)); } 
  .sm\:cols-fill-40-px {
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr)); } 
  .sm\:cols-fit-40-px {
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr)); } 
  .sm\:cols-fill-45-px {
    grid-template-columns: repeat(auto-fill, minmax(45px, 1fr)); } 
  .sm\:cols-fit-45-px {
    grid-template-columns: repeat(auto-fit, minmax(45px, 1fr)); } 
  .sm\:cols-fill-50-px {
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)); } 
  .sm\:cols-fit-50-px {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr)); } 
  .sm\:cols-fill-55-px {
    grid-template-columns: repeat(auto-fill, minmax(55px, 1fr)); } 
  .sm\:cols-fit-55-px {
    grid-template-columns: repeat(auto-fit, minmax(55px, 1fr)); } 
  .sm\:cols-fill-60-px {
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); } 
  .sm\:cols-fit-60-px {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); } 
  .sm\:cols-fill-65-px {
    grid-template-columns: repeat(auto-fill, minmax(65px, 1fr)); } 
  .sm\:cols-fit-65-px {
    grid-template-columns: repeat(auto-fit, minmax(65px, 1fr)); } 
  .sm\:cols-fill-70-px {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr)); } 
  .sm\:cols-fit-70-px {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)); } 
  .sm\:cols-fill-75-px {
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr)); } 
  .sm\:cols-fit-75-px {
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr)); } 
  .sm\:cols-fill-80-px {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); } 
  .sm\:cols-fit-80-px {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); } 
  .sm\:cols-fill-85-px {
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr)); } 
  .sm\:cols-fit-85-px {
    grid-template-columns: repeat(auto-fit, minmax(85px, 1fr)); } 
  .sm\:cols-fill-90-px {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); } 
  .sm\:cols-fit-90-px {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); } 
  .sm\:cols-fill-95-px {
    grid-template-columns: repeat(auto-fill, minmax(95px, 1fr)); } 
  .sm\:cols-fit-95-px {
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr)); } 
  .sm\:cols-fill-100-px {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); } 
  .sm\:cols-fit-100-px {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); } 
  .sm\:cols-fill-105-px {
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr)); } 
  .sm\:cols-fit-105-px {
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr)); } 
  .sm\:cols-fill-110-px {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); } 
  .sm\:cols-fit-110-px {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); } 
  .sm\:cols-fill-115-px {
    grid-template-columns: repeat(auto-fill, minmax(115px, 1fr)); } 
  .sm\:cols-fit-115-px {
    grid-template-columns: repeat(auto-fit, minmax(115px, 1fr)); } 
  .sm\:cols-fill-120-px {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); } 
  .sm\:cols-fit-120-px {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); } 
  .sm\:cols-fill-125-px {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr)); } 
  .sm\:cols-fit-125-px {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)); } 
  .sm\:cols-fill-130-px {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); } 
  .sm\:cols-fit-130-px {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); } 
  .sm\:cols-fill-135-px {
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr)); } 
  .sm\:cols-fit-135-px {
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); } 
  .sm\:cols-fill-140-px {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); } 
  .sm\:cols-fit-140-px {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); } 
  .sm\:cols-fill-145-px {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr)); } 
  .sm\:cols-fit-145-px {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); } 
  .sm\:cols-fill-150-px {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } 
  .sm\:cols-fit-150-px {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } 
  .sm\:cols-fill-155-px {
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr)); } 
  .sm\:cols-fit-155-px {
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)); } 
  .sm\:cols-fill-160-px {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); } 
  .sm\:cols-fit-160-px {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); } 
  .sm\:cols-fill-165-px {
    grid-template-columns: repeat(auto-fill, minmax(165px, 1fr)); } 
  .sm\:cols-fit-165-px {
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); } 
  .sm\:cols-fill-170-px {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); } 
  .sm\:cols-fit-170-px {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); } 
  .sm\:cols-fill-175-px {
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); } 
  .sm\:cols-fit-175-px {
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); } 
  .sm\:cols-fill-180-px {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); } 
  .sm\:cols-fit-180-px {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); } 
  .sm\:cols-fill-185-px {
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); } 
  .sm\:cols-fit-185-px {
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); } 
  .sm\:cols-fill-190-px {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); } 
  .sm\:cols-fit-190-px {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); } 
  .sm\:cols-fill-195-px {
    grid-template-columns: repeat(auto-fill, minmax(195px, 1fr)); } 
  .sm\:cols-fit-195-px {
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); } 
  .sm\:cols-fill-200-px {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } 
  .sm\:cols-fit-200-px {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } 
  .sm\:cols-fill-205-px {
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)); } 
  .sm\:cols-fit-205-px {
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)); } 
  .sm\:cols-fill-210-px {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); } 
  .sm\:cols-fit-210-px {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); } 
  .sm\:cols-fill-215-px {
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); } 
  .sm\:cols-fit-215-px {
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); } 
  .sm\:cols-fill-220-px {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); } 
  .sm\:cols-fit-220-px {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } 
  .sm\:cols-fill-225-px {
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr)); } 
  .sm\:cols-fit-225-px {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)); } 
  .sm\:cols-fill-230-px {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); } 
  .sm\:cols-fit-230-px {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); } 
  .sm\:cols-fill-235-px {
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); } 
  .sm\:cols-fit-235-px {
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); } 
  .sm\:cols-fill-240-px {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); } 
  .sm\:cols-fit-240-px {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } 
  .sm\:cols-fill-245-px {
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)); } 
  .sm\:cols-fit-245-px {
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); } 
  .sm\:cols-fill-250-px {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); } 
  .sm\:cols-fit-250-px {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } 
  .sm\:cols-fill-255-px {
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); } 
  .sm\:cols-fit-255-px {
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); } 
  .sm\:cols-fill-260-px {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); } 
  .sm\:cols-fit-260-px {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } 
  .sm\:cols-fill-265-px {
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr)); } 
  .sm\:cols-fit-265-px {
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); } 
  .sm\:cols-fill-270-px {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); } 
  .sm\:cols-fit-270-px {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); } 
  .sm\:cols-fill-275-px {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr)); } 
  .sm\:cols-fit-275-px {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); } 
  .sm\:cols-fill-280-px {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); } 
  .sm\:cols-fit-280-px {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } 
  .sm\:cols-fill-285-px {
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr)); } 
  .sm\:cols-fit-285-px {
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); } 
  .sm\:cols-fill-290-px {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); } 
  .sm\:cols-fit-290-px {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); } 
  .sm\:cols-fill-295-px {
    grid-template-columns: repeat(auto-fill, minmax(295px, 1fr)); } 
  .sm\:cols-fit-295-px {
    grid-template-columns: repeat(auto-fit, minmax(295px, 1fr)); } 
  .sm\:cols-fill-300-px {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } 
  .sm\:cols-fit-300-px {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } 
  .sm\:cols-fill-305-px {
    grid-template-columns: repeat(auto-fill, minmax(305px, 1fr)); } 
  .sm\:cols-fit-305-px {
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr)); } 
  .sm\:cols-fill-310-px {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); } 
  .sm\:cols-fit-310-px {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); } 
  .sm\:cols-fill-315-px {
    grid-template-columns: repeat(auto-fill, minmax(315px, 1fr)); } 
  .sm\:cols-fit-315-px {
    grid-template-columns: repeat(auto-fit, minmax(315px, 1fr)); } 
  .sm\:cols-fill-320-px {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); } 
  .sm\:cols-fit-320-px {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); } 
  .sm\:cols-fill-325-px {
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr)); } 
  .sm\:cols-fit-325-px {
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr)); } 
  .sm\:cols-fill-330-px {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); } 
  .sm\:cols-fit-330-px {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); } 
  .sm\:cols-fill-335-px {
    grid-template-columns: repeat(auto-fill, minmax(335px, 1fr)); } 
  .sm\:cols-fit-335-px {
    grid-template-columns: repeat(auto-fit, minmax(335px, 1fr)); } 
  .sm\:cols-fill-340-px {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); } 
  .sm\:cols-fit-340-px {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); } 
  .sm\:cols-fill-345-px {
    grid-template-columns: repeat(auto-fill, minmax(345px, 1fr)); } 
  .sm\:cols-fit-345-px {
    grid-template-columns: repeat(auto-fit, minmax(345px, 1fr)); } 
  .sm\:cols-fill-350-px {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); } 
  .sm\:cols-fit-350-px {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); } 
  .sm\:cols-fill-355-px {
    grid-template-columns: repeat(auto-fill, minmax(355px, 1fr)); } 
  .sm\:cols-fit-355-px {
    grid-template-columns: repeat(auto-fit, minmax(355px, 1fr)); } 
  .sm\:cols-fill-360-px {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); } 
  .sm\:cols-fit-360-px {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); } 
  .sm\:cols-fill-365-px {
    grid-template-columns: repeat(auto-fill, minmax(365px, 1fr)); } 
  .sm\:cols-fit-365-px {
    grid-template-columns: repeat(auto-fit, minmax(365px, 1fr)); } 
  .sm\:cols-fill-370-px {
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr)); } 
  .sm\:cols-fit-370-px {
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr)); } 
  .sm\:cols-fill-375-px {
    grid-template-columns: repeat(auto-fill, minmax(375px, 1fr)); } 
  .sm\:cols-fit-375-px {
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr)); } 
  .sm\:cols-fill-380-px {
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)); } 
  .sm\:cols-fit-380-px {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); } 
  .sm\:cols-fill-385-px {
    grid-template-columns: repeat(auto-fill, minmax(385px, 1fr)); } 
  .sm\:cols-fit-385-px {
    grid-template-columns: repeat(auto-fit, minmax(385px, 1fr)); } 
  .sm\:cols-fill-390-px {
    grid-template-columns: repeat(auto-fill, minmax(390px, 1fr)); } 
  .sm\:cols-fit-390-px {
    grid-template-columns: repeat(auto-fit, minmax(390px, 1fr)); } 
  .sm\:cols-fill-395-px {
    grid-template-columns: repeat(auto-fill, minmax(395px, 1fr)); } 
  .sm\:cols-fit-395-px {
    grid-template-columns: repeat(auto-fit, minmax(395px, 1fr)); } 
  .sm\:cols-fill-400-px {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); } 
  .sm\:cols-fit-400-px {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); } 
  .sm\:cols-fill-405-px {
    grid-template-columns: repeat(auto-fill, minmax(405px, 1fr)); } 
  .sm\:cols-fit-405-px {
    grid-template-columns: repeat(auto-fit, minmax(405px, 1fr)); } 
  .sm\:cols-fill-410-px {
    grid-template-columns: repeat(auto-fill, minmax(410px, 1fr)); } 
  .sm\:cols-fit-410-px {
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr)); } 
  .sm\:cols-fill-415-px {
    grid-template-columns: repeat(auto-fill, minmax(415px, 1fr)); } 
  .sm\:cols-fit-415-px {
    grid-template-columns: repeat(auto-fit, minmax(415px, 1fr)); } 
  .sm\:cols-fill-420-px {
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); } 
  .sm\:cols-fit-420-px {
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); } 
  .sm\:cols-fill-425-px {
    grid-template-columns: repeat(auto-fill, minmax(425px, 1fr)); } 
  .sm\:cols-fit-425-px {
    grid-template-columns: repeat(auto-fit, minmax(425px, 1fr)); } 
  .sm\:cols-fill-430-px {
    grid-template-columns: repeat(auto-fill, minmax(430px, 1fr)); } 
  .sm\:cols-fit-430-px {
    grid-template-columns: repeat(auto-fit, minmax(430px, 1fr)); } 
  .sm\:cols-fill-435-px {
    grid-template-columns: repeat(auto-fill, minmax(435px, 1fr)); } 
  .sm\:cols-fit-435-px {
    grid-template-columns: repeat(auto-fit, minmax(435px, 1fr)); } 
  .sm\:cols-fill-440-px {
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr)); } 
  .sm\:cols-fit-440-px {
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr)); } 
  .sm\:cols-fill-445-px {
    grid-template-columns: repeat(auto-fill, minmax(445px, 1fr)); } 
  .sm\:cols-fit-445-px {
    grid-template-columns: repeat(auto-fit, minmax(445px, 1fr)); } 
  .sm\:cols-fill-450-px {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); } 
  .sm\:cols-fit-450-px {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); } 
  .sm\:cols-fill-455-px {
    grid-template-columns: repeat(auto-fill, minmax(455px, 1fr)); } 
  .sm\:cols-fit-455-px {
    grid-template-columns: repeat(auto-fit, minmax(455px, 1fr)); } 
  .sm\:cols-fill-460-px {
    grid-template-columns: repeat(auto-fill, minmax(460px, 1fr)); } 
  .sm\:cols-fit-460-px {
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr)); } 
  .sm\:cols-fill-465-px {
    grid-template-columns: repeat(auto-fill, minmax(465px, 1fr)); } 
  .sm\:cols-fit-465-px {
    grid-template-columns: repeat(auto-fit, minmax(465px, 1fr)); } 
  .sm\:cols-fill-470-px {
    grid-template-columns: repeat(auto-fill, minmax(470px, 1fr)); } 
  .sm\:cols-fit-470-px {
    grid-template-columns: repeat(auto-fit, minmax(470px, 1fr)); } 
  .sm\:cols-fill-475-px {
    grid-template-columns: repeat(auto-fill, minmax(475px, 1fr)); } 
  .sm\:cols-fit-475-px {
    grid-template-columns: repeat(auto-fit, minmax(475px, 1fr)); } 
  .sm\:cols-fill-480-px {
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr)); } 
  .sm\:cols-fit-480-px {
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr)); } 
  .sm\:cols-fill-485-px {
    grid-template-columns: repeat(auto-fill, minmax(485px, 1fr)); } 
  .sm\:cols-fit-485-px {
    grid-template-columns: repeat(auto-fit, minmax(485px, 1fr)); } 
  .sm\:cols-fill-490-px {
    grid-template-columns: repeat(auto-fill, minmax(490px, 1fr)); } 
  .sm\:cols-fit-490-px {
    grid-template-columns: repeat(auto-fit, minmax(490px, 1fr)); } 
  .sm\:cols-fill-495-px {
    grid-template-columns: repeat(auto-fill, minmax(495px, 1fr)); } 
  .sm\:cols-fit-495-px {
    grid-template-columns: repeat(auto-fit, minmax(495px, 1fr)); } 
  .sm\:cols-fill-500-px {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr)); } 
  .sm\:cols-fit-500-px {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); } 
  .sm\:rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)); } 
  .sm\:row-span-1 {
    grid-row: span 1/span 1; } 
  .sm\:row-start-1 {
    grid-row-start: 1; } 
  .sm\:row-end-1 {
    grid-row-end: 1; } 
  .sm\:rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)); } 
  .sm\:row-span-2 {
    grid-row: span 2/span 2; } 
  .sm\:row-start-2 {
    grid-row-start: 2; } 
  .sm\:row-end-2 {
    grid-row-end: 2; } 
  .sm\:rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)); } 
  .sm\:row-span-3 {
    grid-row: span 3/span 3; } 
  .sm\:row-start-3 {
    grid-row-start: 3; } 
  .sm\:row-end-3 {
    grid-row-end: 3; } 
  .sm\:rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)); } 
  .sm\:row-span-4 {
    grid-row: span 4/span 4; } 
  .sm\:row-start-4 {
    grid-row-start: 4; } 
  .sm\:row-end-4 {
    grid-row-end: 4; } 
  .sm\:rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)); } 
  .sm\:row-span-5 {
    grid-row: span 5/span 5; } 
  .sm\:row-start-5 {
    grid-row-start: 5; } 
  .sm\:row-end-5 {
    grid-row-end: 5; } 
  .sm\:rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)); } 
  .sm\:row-span-6 {
    grid-row: span 6/span 6; } 
  .sm\:row-start-6 {
    grid-row-start: 6; } 
  .sm\:row-end-6 {
    grid-row-end: 6; } 
  .sm\:grid-flow-row {
    grid-auto-flow: row; } 
  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense; } 
  .sm\:grid-flow-col {
    grid-auto-flow: column; } 
  .sm\:grid-flow-column-dense {
    grid-auto-flow: column dense; } 
  .sm\:gap {
    gap: 1rem; } 
  .sm\:gap-none {
    gap: 0; } 
  .sm\:gap-xs {
    gap: 0.8rem; } 
  .sm\:gap-sm {
    gap: 0.9rem; } 
  .sm\:gap-lg {
    gap: 1.2rem; } 
  .sm\:gap-xl {
    gap: 1.4rem; } 
  .sm\:gap-1\/2x {
    gap: 0.5rem; } 
  .sm\:gap-1\/4x {
    gap: 0.25rem; } 
  .sm\:gap-2x {
    gap: 2rem; } 
  .sm\:gap-4x {
    gap: 4rem; } 
  .sm\:gap-h {
    column-gap: 1rem; } 
  .sm\:gap-h-none {
    column-gap: 0; } 
  .sm\:gap-h-xs {
    column-gap: 0.8rem; } 
  .sm\:gap-h-sm {
    column-gap: 0.9rem; } 
  .sm\:gap-h-lg {
    column-gap: 1.2rem; } 
  .sm\:gap-h-xl {
    column-gap: 1.4rem; } 
  .sm\:gap-h-1\/2x {
    column-gap: 0.5rem; } 
  .sm\:gap-h-1\/4x {
    column-gap: 0.25rem; } 
  .sm\:gap-h-2x {
    column-gap: 2rem; } 
  .sm\:gap-h-4x {
    column-gap: 4rem; } 
  .sm\:gap-v {
    row-gap: 1rem; } 
  .sm\:gap-v-none {
    row-gap: 0; } 
  .sm\:gap-v-xs {
    row-gap: 0.8rem; } 
  .sm\:gap-v-sm {
    row-gap: 0.9rem; } 
  .sm\:gap-v-lg {
    row-gap: 1.2rem; } 
  .sm\:gap-v-xl {
    row-gap: 1.4rem; } 
  .sm\:gap-v-1\/2x {
    row-gap: 0.5rem; } 
  .sm\:gap-v-1\/4x {
    row-gap: 0.25rem; } 
  .sm\:gap-v-2x {
    row-gap: 2rem; } 
  .sm\:gap-v-4x {
    row-gap: 4rem; } 
  .sm\:justify-content-start {
    justify-content: flex-start; } 
  .sm\:align-content-start {
    align-content: flex-start; } 
  .sm\:justify-content-end {
    justify-content: flex-end; } 
  .sm\:align-content-end {
    align-content: flex-end; } 
  .sm\:justify-content-center {
    justify-content: center; } 
  .sm\:align-content-center {
    align-content: center; } 
  .sm\:justify-content-between {
    justify-content: space-between; } 
  .sm\:align-content-between {
    align-content: space-between; } 
  .sm\:justify-content-around {
    justify-content: space-around; } 
  .sm\:align-content-around {
    align-content: space-around; } 
  .sm\:justify-content-evenly {
    justify-content: space-evenly; } 
  .sm\:align-content-evenly {
    align-content: space-evenly; } 
  .sm\:justify-auto {
    justify-items: auto; } 
  .sm\:align-auto {
    align-items: auto; } 
  .sm\:justify-start {
    justify-items: start; } 
  .sm\:align-start {
    align-items: start; } 
  .sm\:justify-end {
    justify-items: end; } 
  .sm\:align-end {
    align-items: end; } 
  .sm\:justify-center {
    justify-items: center; } 
  .sm\:align-center {
    align-items: center; } 
  .sm\:justify-stretch {
    justify-items: stretch; } 
  .sm\:align-stretch {
    align-items: stretch; } 
  .sm\:justify-baseline {
    justify-items: baseline; } 
  .sm\:align-baseline {
    align-items: baseline; } 
  .sm\:justify-flex-start {
    justify-items: flex-start; } 
  .sm\:align-flex-start {
    align-items: flex-start; } 
  .sm\:justify-flex-end {
    justify-items: flex-end; } 
  .sm\:align-flex-end {
    align-items: flex-end; } 
  .sm\:justify-self-auto {
    justify-self: auto; } 
  .sm\:align-self-auto {
    align-self: auto; } 
  .sm\:justify-self-start {
    justify-self: start; } 
  .sm\:align-self-start {
    align-self: start; } 
  .sm\:justify-self-end {
    justify-self: end; } 
  .sm\:align-self-end {
    align-self: end; } 
  .sm\:justify-self-center {
    justify-self: center; } 
  .sm\:align-self-center {
    align-self: center; } 
  .sm\:justify-self-stretch {
    justify-self: stretch; } 
  .sm\:align-self-stretch {
    align-self: stretch; } 
  .sm\:justify-self-flex-start {
    justify-self: flex-start; } 
  .sm\:align-self-flex-start {
    align-self: flex-start; } 
  .sm\:justify-self-flex-end {
    justify-self: flex-end; } 
  .sm\:align-self-flex-end {
    align-self: flex-end; } 
  .sm\:object-cover {
    object-fit: cover; } 
  .sm\:object-contain {
    object-fit: contain; } 
  .sm\:object-center {
    object-position: center; } 
  .sm\:align-baseline {
    vertical-align: baseline; } 
  .sm\:align-middle {
    vertical-align: middle; } 
  .sm\:align-top {
    vertical-align: top; } 
  .sm\:align-bottom {
    vertical-align: bottom; } 
  .sm\:align-text-top {
    vertical-align: text-top; } 
  .sm\:align-text-bottom {
    vertical-align: text-bottom; } 
  .sm\:relative {
    position: relative; } 
  .sm\:absolute {
    position: absolute; } 
  .sm\:sticky {
    position: sticky; } 
  .sm\:fixed {
    position: fixed; } 
  .sm\:static {
    position: static; } 
  .sm\:top-0 {
    top: 0; } 
  .sm\:top-auto {
    top: auto; } 
  .sm\:right-0 {
    right: 0; } 
  .sm\:right-auto {
    right: auto; } 
  .sm\:bottom-0 {
    bottom: 0; } 
  .sm\:bottom-auto {
    bottom: auto; } 
  .sm\:left-0 {
    left: 0; } 
  .sm\:left-auto {
    left: auto; } 
  .sm\:position-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } 
  .sm\:position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); } 
  .sm\:position-v-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); } 
  .sm\:position-h-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); } 
  .sm\:width-1\/1 {
    width: 100%; } 
  .sm\:min-width-1\/1 {
    min-width: 100%; } 
  .sm\:max-width-1\/1 {
    max-width: 100%; } 
  .sm\:width-1\/2 {
    width: 50%; } 
  .sm\:min-width-1\/2 {
    min-width: 50%; } 
  .sm\:max-width-1\/2 {
    max-width: 50%; } 
  .sm\:width-2\/2 {
    width: 100%; } 
  .sm\:min-width-2\/2 {
    min-width: 100%; } 
  .sm\:max-width-2\/2 {
    max-width: 100%; } 
  .sm\:width-1\/3 {
    width: 33.3333333333%; } 
  .sm\:min-width-1\/3 {
    min-width: 33.3333333333%; } 
  .sm\:max-width-1\/3 {
    max-width: 33.3333333333%; } 
  .sm\:width-2\/3 {
    width: 66.6666666667%; } 
  .sm\:min-width-2\/3 {
    min-width: 66.6666666667%; } 
  .sm\:max-width-2\/3 {
    max-width: 66.6666666667%; } 
  .sm\:width-3\/3 {
    width: 100%; } 
  .sm\:min-width-3\/3 {
    min-width: 100%; } 
  .sm\:max-width-3\/3 {
    max-width: 100%; } 
  .sm\:width-1\/4 {
    width: 25%; } 
  .sm\:min-width-1\/4 {
    min-width: 25%; } 
  .sm\:max-width-1\/4 {
    max-width: 25%; } 
  .sm\:width-2\/4 {
    width: 50%; } 
  .sm\:min-width-2\/4 {
    min-width: 50%; } 
  .sm\:max-width-2\/4 {
    max-width: 50%; } 
  .sm\:width-3\/4 {
    width: 75%; } 
  .sm\:min-width-3\/4 {
    min-width: 75%; } 
  .sm\:max-width-3\/4 {
    max-width: 75%; } 
  .sm\:width-4\/4 {
    width: 100%; } 
  .sm\:min-width-4\/4 {
    min-width: 100%; } 
  .sm\:max-width-4\/4 {
    max-width: 100%; } 
  .sm\:width-1\/5 {
    width: 20%; } 
  .sm\:min-width-1\/5 {
    min-width: 20%; } 
  .sm\:max-width-1\/5 {
    max-width: 20%; } 
  .sm\:width-2\/5 {
    width: 40%; } 
  .sm\:min-width-2\/5 {
    min-width: 40%; } 
  .sm\:max-width-2\/5 {
    max-width: 40%; } 
  .sm\:width-3\/5 {
    width: 60%; } 
  .sm\:min-width-3\/5 {
    min-width: 60%; } 
  .sm\:max-width-3\/5 {
    max-width: 60%; } 
  .sm\:width-4\/5 {
    width: 80%; } 
  .sm\:min-width-4\/5 {
    min-width: 80%; } 
  .sm\:max-width-4\/5 {
    max-width: 80%; } 
  .sm\:width-5\/5 {
    width: 100%; } 
  .sm\:min-width-5\/5 {
    min-width: 100%; } 
  .sm\:max-width-5\/5 {
    max-width: 100%; } 
  .sm\:width-1\/6 {
    width: 16.6666666667%; } 
  .sm\:min-width-1\/6 {
    min-width: 16.6666666667%; } 
  .sm\:max-width-1\/6 {
    max-width: 16.6666666667%; } 
  .sm\:width-2\/6 {
    width: 33.3333333333%; } 
  .sm\:min-width-2\/6 {
    min-width: 33.3333333333%; } 
  .sm\:max-width-2\/6 {
    max-width: 33.3333333333%; } 
  .sm\:width-3\/6 {
    width: 50%; } 
  .sm\:min-width-3\/6 {
    min-width: 50%; } 
  .sm\:max-width-3\/6 {
    max-width: 50%; } 
  .sm\:width-4\/6 {
    width: 66.6666666667%; } 
  .sm\:min-width-4\/6 {
    min-width: 66.6666666667%; } 
  .sm\:max-width-4\/6 {
    max-width: 66.6666666667%; } 
  .sm\:width-5\/6 {
    width: 83.3333333333%; } 
  .sm\:min-width-5\/6 {
    min-width: 83.3333333333%; } 
  .sm\:max-width-5\/6 {
    max-width: 83.3333333333%; } 
  .sm\:width-6\/6 {
    width: 100%; } 
  .sm\:min-width-6\/6 {
    min-width: 100%; } 
  .sm\:max-width-6\/6 {
    max-width: 100%; } 
  .sm\:width-1\/7 {
    width: 14.2857142857%; } 
  .sm\:min-width-1\/7 {
    min-width: 14.2857142857%; } 
  .sm\:max-width-1\/7 {
    max-width: 14.2857142857%; } 
  .sm\:width-2\/7 {
    width: 28.5714285714%; } 
  .sm\:min-width-2\/7 {
    min-width: 28.5714285714%; } 
  .sm\:max-width-2\/7 {
    max-width: 28.5714285714%; } 
  .sm\:width-3\/7 {
    width: 42.8571428571%; } 
  .sm\:min-width-3\/7 {
    min-width: 42.8571428571%; } 
  .sm\:max-width-3\/7 {
    max-width: 42.8571428571%; } 
  .sm\:width-4\/7 {
    width: 57.1428571429%; } 
  .sm\:min-width-4\/7 {
    min-width: 57.1428571429%; } 
  .sm\:max-width-4\/7 {
    max-width: 57.1428571429%; } 
  .sm\:width-5\/7 {
    width: 71.4285714286%; } 
  .sm\:min-width-5\/7 {
    min-width: 71.4285714286%; } 
  .sm\:max-width-5\/7 {
    max-width: 71.4285714286%; } 
  .sm\:width-6\/7 {
    width: 85.7142857143%; } 
  .sm\:min-width-6\/7 {
    min-width: 85.7142857143%; } 
  .sm\:max-width-6\/7 {
    max-width: 85.7142857143%; } 
  .sm\:width-7\/7 {
    width: 100%; } 
  .sm\:min-width-7\/7 {
    min-width: 100%; } 
  .sm\:max-width-7\/7 {
    max-width: 100%; } 
  .sm\:width-1\/8 {
    width: 12.5%; } 
  .sm\:min-width-1\/8 {
    min-width: 12.5%; } 
  .sm\:max-width-1\/8 {
    max-width: 12.5%; } 
  .sm\:width-2\/8 {
    width: 25%; } 
  .sm\:min-width-2\/8 {
    min-width: 25%; } 
  .sm\:max-width-2\/8 {
    max-width: 25%; } 
  .sm\:width-3\/8 {
    width: 37.5%; } 
  .sm\:min-width-3\/8 {
    min-width: 37.5%; } 
  .sm\:max-width-3\/8 {
    max-width: 37.5%; } 
  .sm\:width-4\/8 {
    width: 50%; } 
  .sm\:min-width-4\/8 {
    min-width: 50%; } 
  .sm\:max-width-4\/8 {
    max-width: 50%; } 
  .sm\:width-5\/8 {
    width: 62.5%; } 
  .sm\:min-width-5\/8 {
    min-width: 62.5%; } 
  .sm\:max-width-5\/8 {
    max-width: 62.5%; } 
  .sm\:width-6\/8 {
    width: 75%; } 
  .sm\:min-width-6\/8 {
    min-width: 75%; } 
  .sm\:max-width-6\/8 {
    max-width: 75%; } 
  .sm\:width-7\/8 {
    width: 87.5%; } 
  .sm\:min-width-7\/8 {
    min-width: 87.5%; } 
  .sm\:max-width-7\/8 {
    max-width: 87.5%; } 
  .sm\:width-8\/8 {
    width: 100%; } 
  .sm\:min-width-8\/8 {
    min-width: 100%; } 
  .sm\:max-width-8\/8 {
    max-width: 100%; } 
  .sm\:width-1\/9 {
    width: 11.1111111111%; } 
  .sm\:min-width-1\/9 {
    min-width: 11.1111111111%; } 
  .sm\:max-width-1\/9 {
    max-width: 11.1111111111%; } 
  .sm\:width-2\/9 {
    width: 22.2222222222%; } 
  .sm\:min-width-2\/9 {
    min-width: 22.2222222222%; } 
  .sm\:max-width-2\/9 {
    max-width: 22.2222222222%; } 
  .sm\:width-3\/9 {
    width: 33.3333333333%; } 
  .sm\:min-width-3\/9 {
    min-width: 33.3333333333%; } 
  .sm\:max-width-3\/9 {
    max-width: 33.3333333333%; } 
  .sm\:width-4\/9 {
    width: 44.4444444444%; } 
  .sm\:min-width-4\/9 {
    min-width: 44.4444444444%; } 
  .sm\:max-width-4\/9 {
    max-width: 44.4444444444%; } 
  .sm\:width-5\/9 {
    width: 55.5555555556%; } 
  .sm\:min-width-5\/9 {
    min-width: 55.5555555556%; } 
  .sm\:max-width-5\/9 {
    max-width: 55.5555555556%; } 
  .sm\:width-6\/9 {
    width: 66.6666666667%; } 
  .sm\:min-width-6\/9 {
    min-width: 66.6666666667%; } 
  .sm\:max-width-6\/9 {
    max-width: 66.6666666667%; } 
  .sm\:width-7\/9 {
    width: 77.7777777778%; } 
  .sm\:min-width-7\/9 {
    min-width: 77.7777777778%; } 
  .sm\:max-width-7\/9 {
    max-width: 77.7777777778%; } 
  .sm\:width-8\/9 {
    width: 88.8888888889%; } 
  .sm\:min-width-8\/9 {
    min-width: 88.8888888889%; } 
  .sm\:max-width-8\/9 {
    max-width: 88.8888888889%; } 
  .sm\:width-9\/9 {
    width: 100%; } 
  .sm\:min-width-9\/9 {
    min-width: 100%; } 
  .sm\:max-width-9\/9 {
    max-width: 100%; } 
  .sm\:width-1\/10 {
    width: 10%; } 
  .sm\:min-width-1\/10 {
    min-width: 10%; } 
  .sm\:max-width-1\/10 {
    max-width: 10%; } 
  .sm\:width-2\/10 {
    width: 20%; } 
  .sm\:min-width-2\/10 {
    min-width: 20%; } 
  .sm\:max-width-2\/10 {
    max-width: 20%; } 
  .sm\:width-3\/10 {
    width: 30%; } 
  .sm\:min-width-3\/10 {
    min-width: 30%; } 
  .sm\:max-width-3\/10 {
    max-width: 30%; } 
  .sm\:width-4\/10 {
    width: 40%; } 
  .sm\:min-width-4\/10 {
    min-width: 40%; } 
  .sm\:max-width-4\/10 {
    max-width: 40%; } 
  .sm\:width-5\/10 {
    width: 50%; } 
  .sm\:min-width-5\/10 {
    min-width: 50%; } 
  .sm\:max-width-5\/10 {
    max-width: 50%; } 
  .sm\:width-6\/10 {
    width: 60%; } 
  .sm\:min-width-6\/10 {
    min-width: 60%; } 
  .sm\:max-width-6\/10 {
    max-width: 60%; } 
  .sm\:width-7\/10 {
    width: 70%; } 
  .sm\:min-width-7\/10 {
    min-width: 70%; } 
  .sm\:max-width-7\/10 {
    max-width: 70%; } 
  .sm\:width-8\/10 {
    width: 80%; } 
  .sm\:min-width-8\/10 {
    min-width: 80%; } 
  .sm\:max-width-8\/10 {
    max-width: 80%; } 
  .sm\:width-9\/10 {
    width: 90%; } 
  .sm\:min-width-9\/10 {
    min-width: 90%; } 
  .sm\:max-width-9\/10 {
    max-width: 90%; } 
  .sm\:width-10\/10 {
    width: 100%; } 
  .sm\:min-width-10\/10 {
    min-width: 100%; } 
  .sm\:max-width-10\/10 {
    max-width: 100%; } 
  .sm\:width-1\/11 {
    width: 9.0909090909%; } 
  .sm\:min-width-1\/11 {
    min-width: 9.0909090909%; } 
  .sm\:max-width-1\/11 {
    max-width: 9.0909090909%; } 
  .sm\:width-2\/11 {
    width: 18.1818181818%; } 
  .sm\:min-width-2\/11 {
    min-width: 18.1818181818%; } 
  .sm\:max-width-2\/11 {
    max-width: 18.1818181818%; } 
  .sm\:width-3\/11 {
    width: 27.2727272727%; } 
  .sm\:min-width-3\/11 {
    min-width: 27.2727272727%; } 
  .sm\:max-width-3\/11 {
    max-width: 27.2727272727%; } 
  .sm\:width-4\/11 {
    width: 36.3636363636%; } 
  .sm\:min-width-4\/11 {
    min-width: 36.3636363636%; } 
  .sm\:max-width-4\/11 {
    max-width: 36.3636363636%; } 
  .sm\:width-5\/11 {
    width: 45.4545454545%; } 
  .sm\:min-width-5\/11 {
    min-width: 45.4545454545%; } 
  .sm\:max-width-5\/11 {
    max-width: 45.4545454545%; } 
  .sm\:width-6\/11 {
    width: 54.5454545455%; } 
  .sm\:min-width-6\/11 {
    min-width: 54.5454545455%; } 
  .sm\:max-width-6\/11 {
    max-width: 54.5454545455%; } 
  .sm\:width-7\/11 {
    width: 63.6363636364%; } 
  .sm\:min-width-7\/11 {
    min-width: 63.6363636364%; } 
  .sm\:max-width-7\/11 {
    max-width: 63.6363636364%; } 
  .sm\:width-8\/11 {
    width: 72.7272727273%; } 
  .sm\:min-width-8\/11 {
    min-width: 72.7272727273%; } 
  .sm\:max-width-8\/11 {
    max-width: 72.7272727273%; } 
  .sm\:width-9\/11 {
    width: 81.8181818182%; } 
  .sm\:min-width-9\/11 {
    min-width: 81.8181818182%; } 
  .sm\:max-width-9\/11 {
    max-width: 81.8181818182%; } 
  .sm\:width-10\/11 {
    width: 90.9090909091%; } 
  .sm\:min-width-10\/11 {
    min-width: 90.9090909091%; } 
  .sm\:max-width-10\/11 {
    max-width: 90.9090909091%; } 
  .sm\:width-11\/11 {
    width: 100%; } 
  .sm\:min-width-11\/11 {
    min-width: 100%; } 
  .sm\:max-width-11\/11 {
    max-width: 100%; } 
  .sm\:width-1\/12 {
    width: 8.3333333333%; } 
  .sm\:min-width-1\/12 {
    min-width: 8.3333333333%; } 
  .sm\:max-width-1\/12 {
    max-width: 8.3333333333%; } 
  .sm\:width-2\/12 {
    width: 16.6666666667%; } 
  .sm\:min-width-2\/12 {
    min-width: 16.6666666667%; } 
  .sm\:max-width-2\/12 {
    max-width: 16.6666666667%; } 
  .sm\:width-3\/12 {
    width: 25%; } 
  .sm\:min-width-3\/12 {
    min-width: 25%; } 
  .sm\:max-width-3\/12 {
    max-width: 25%; } 
  .sm\:width-4\/12 {
    width: 33.3333333333%; } 
  .sm\:min-width-4\/12 {
    min-width: 33.3333333333%; } 
  .sm\:max-width-4\/12 {
    max-width: 33.3333333333%; } 
  .sm\:width-5\/12 {
    width: 41.6666666667%; } 
  .sm\:min-width-5\/12 {
    min-width: 41.6666666667%; } 
  .sm\:max-width-5\/12 {
    max-width: 41.6666666667%; } 
  .sm\:width-6\/12 {
    width: 50%; } 
  .sm\:min-width-6\/12 {
    min-width: 50%; } 
  .sm\:max-width-6\/12 {
    max-width: 50%; } 
  .sm\:width-7\/12 {
    width: 58.3333333333%; } 
  .sm\:min-width-7\/12 {
    min-width: 58.3333333333%; } 
  .sm\:max-width-7\/12 {
    max-width: 58.3333333333%; } 
  .sm\:width-8\/12 {
    width: 66.6666666667%; } 
  .sm\:min-width-8\/12 {
    min-width: 66.6666666667%; } 
  .sm\:max-width-8\/12 {
    max-width: 66.6666666667%; } 
  .sm\:width-9\/12 {
    width: 75%; } 
  .sm\:min-width-9\/12 {
    min-width: 75%; } 
  .sm\:max-width-9\/12 {
    max-width: 75%; } 
  .sm\:width-10\/12 {
    width: 83.3333333333%; } 
  .sm\:min-width-10\/12 {
    min-width: 83.3333333333%; } 
  .sm\:max-width-10\/12 {
    max-width: 83.3333333333%; } 
  .sm\:width-11\/12 {
    width: 91.6666666667%; } 
  .sm\:min-width-11\/12 {
    min-width: 91.6666666667%; } 
  .sm\:max-width-11\/12 {
    max-width: 91.6666666667%; } 
  .sm\:width-12\/12 {
    width: 100%; } 
  .sm\:min-width-12\/12 {
    min-width: 100%; } 
  .sm\:max-width-12\/12 {
    max-width: 100%; } 
  .sm\:width-0-px {
    width: 0px; } 
  .sm\:max-width-0-px {
    max-width: 0px; } 
  .sm\:min-width-0-px {
    min-width: 0px; } 
  .sm\:height-0-px {
    height: 0px; } 
  .sm\:min-height-0-px {
    min-height: 0px; } 
  .sm\:max-height-0-px {
    max-height: 0px; } 
  .sm\:width-5-px {
    width: 5px; } 
  .sm\:max-width-5-px {
    max-width: 5px; } 
  .sm\:min-width-5-px {
    min-width: 5px; } 
  .sm\:height-5-px {
    height: 5px; } 
  .sm\:min-height-5-px {
    min-height: 5px; } 
  .sm\:max-height-5-px {
    max-height: 5px; } 
  .sm\:width-10-px {
    width: 10px; } 
  .sm\:max-width-10-px {
    max-width: 10px; } 
  .sm\:min-width-10-px {
    min-width: 10px; } 
  .sm\:height-10-px {
    height: 10px; } 
  .sm\:min-height-10-px {
    min-height: 10px; } 
  .sm\:max-height-10-px {
    max-height: 10px; } 
  .sm\:width-15-px {
    width: 15px; } 
  .sm\:max-width-15-px {
    max-width: 15px; } 
  .sm\:min-width-15-px {
    min-width: 15px; } 
  .sm\:height-15-px {
    height: 15px; } 
  .sm\:min-height-15-px {
    min-height: 15px; } 
  .sm\:max-height-15-px {
    max-height: 15px; } 
  .sm\:width-20-px {
    width: 20px; } 
  .sm\:max-width-20-px {
    max-width: 20px; } 
  .sm\:min-width-20-px {
    min-width: 20px; } 
  .sm\:height-20-px {
    height: 20px; } 
  .sm\:min-height-20-px {
    min-height: 20px; } 
  .sm\:max-height-20-px {
    max-height: 20px; } 
  .sm\:width-25-px {
    width: 25px; } 
  .sm\:max-width-25-px {
    max-width: 25px; } 
  .sm\:min-width-25-px {
    min-width: 25px; } 
  .sm\:height-25-px {
    height: 25px; } 
  .sm\:min-height-25-px {
    min-height: 25px; } 
  .sm\:max-height-25-px {
    max-height: 25px; } 
  .sm\:width-30-px {
    width: 30px; } 
  .sm\:max-width-30-px {
    max-width: 30px; } 
  .sm\:min-width-30-px {
    min-width: 30px; } 
  .sm\:height-30-px {
    height: 30px; } 
  .sm\:min-height-30-px {
    min-height: 30px; } 
  .sm\:max-height-30-px {
    max-height: 30px; } 
  .sm\:width-35-px {
    width: 35px; } 
  .sm\:max-width-35-px {
    max-width: 35px; } 
  .sm\:min-width-35-px {
    min-width: 35px; } 
  .sm\:height-35-px {
    height: 35px; } 
  .sm\:min-height-35-px {
    min-height: 35px; } 
  .sm\:max-height-35-px {
    max-height: 35px; } 
  .sm\:width-40-px {
    width: 40px; } 
  .sm\:max-width-40-px {
    max-width: 40px; } 
  .sm\:min-width-40-px {
    min-width: 40px; } 
  .sm\:height-40-px {
    height: 40px; } 
  .sm\:min-height-40-px {
    min-height: 40px; } 
  .sm\:max-height-40-px {
    max-height: 40px; } 
  .sm\:width-45-px {
    width: 45px; } 
  .sm\:max-width-45-px {
    max-width: 45px; } 
  .sm\:min-width-45-px {
    min-width: 45px; } 
  .sm\:height-45-px {
    height: 45px; } 
  .sm\:min-height-45-px {
    min-height: 45px; } 
  .sm\:max-height-45-px {
    max-height: 45px; } 
  .sm\:width-50-px {
    width: 50px; } 
  .sm\:max-width-50-px {
    max-width: 50px; } 
  .sm\:min-width-50-px {
    min-width: 50px; } 
  .sm\:height-50-px {
    height: 50px; } 
  .sm\:min-height-50-px {
    min-height: 50px; } 
  .sm\:max-height-50-px {
    max-height: 50px; } 
  .sm\:width-55-px {
    width: 55px; } 
  .sm\:max-width-55-px {
    max-width: 55px; } 
  .sm\:min-width-55-px {
    min-width: 55px; } 
  .sm\:height-55-px {
    height: 55px; } 
  .sm\:min-height-55-px {
    min-height: 55px; } 
  .sm\:max-height-55-px {
    max-height: 55px; } 
  .sm\:width-60-px {
    width: 60px; } 
  .sm\:max-width-60-px {
    max-width: 60px; } 
  .sm\:min-width-60-px {
    min-width: 60px; } 
  .sm\:height-60-px {
    height: 60px; } 
  .sm\:min-height-60-px {
    min-height: 60px; } 
  .sm\:max-height-60-px {
    max-height: 60px; } 
  .sm\:width-65-px {
    width: 65px; } 
  .sm\:max-width-65-px {
    max-width: 65px; } 
  .sm\:min-width-65-px {
    min-width: 65px; } 
  .sm\:height-65-px {
    height: 65px; } 
  .sm\:min-height-65-px {
    min-height: 65px; } 
  .sm\:max-height-65-px {
    max-height: 65px; } 
  .sm\:width-70-px {
    width: 70px; } 
  .sm\:max-width-70-px {
    max-width: 70px; } 
  .sm\:min-width-70-px {
    min-width: 70px; } 
  .sm\:height-70-px {
    height: 70px; } 
  .sm\:min-height-70-px {
    min-height: 70px; } 
  .sm\:max-height-70-px {
    max-height: 70px; } 
  .sm\:width-75-px {
    width: 75px; } 
  .sm\:max-width-75-px {
    max-width: 75px; } 
  .sm\:min-width-75-px {
    min-width: 75px; } 
  .sm\:height-75-px {
    height: 75px; } 
  .sm\:min-height-75-px {
    min-height: 75px; } 
  .sm\:max-height-75-px {
    max-height: 75px; } 
  .sm\:width-80-px {
    width: 80px; } 
  .sm\:max-width-80-px {
    max-width: 80px; } 
  .sm\:min-width-80-px {
    min-width: 80px; } 
  .sm\:height-80-px {
    height: 80px; } 
  .sm\:min-height-80-px {
    min-height: 80px; } 
  .sm\:max-height-80-px {
    max-height: 80px; } 
  .sm\:width-85-px {
    width: 85px; } 
  .sm\:max-width-85-px {
    max-width: 85px; } 
  .sm\:min-width-85-px {
    min-width: 85px; } 
  .sm\:height-85-px {
    height: 85px; } 
  .sm\:min-height-85-px {
    min-height: 85px; } 
  .sm\:max-height-85-px {
    max-height: 85px; } 
  .sm\:width-90-px {
    width: 90px; } 
  .sm\:max-width-90-px {
    max-width: 90px; } 
  .sm\:min-width-90-px {
    min-width: 90px; } 
  .sm\:height-90-px {
    height: 90px; } 
  .sm\:min-height-90-px {
    min-height: 90px; } 
  .sm\:max-height-90-px {
    max-height: 90px; } 
  .sm\:width-95-px {
    width: 95px; } 
  .sm\:max-width-95-px {
    max-width: 95px; } 
  .sm\:min-width-95-px {
    min-width: 95px; } 
  .sm\:height-95-px {
    height: 95px; } 
  .sm\:min-height-95-px {
    min-height: 95px; } 
  .sm\:max-height-95-px {
    max-height: 95px; } 
  .sm\:width-100-px {
    width: 100px; } 
  .sm\:max-width-100-px {
    max-width: 100px; } 
  .sm\:min-width-100-px {
    min-width: 100px; } 
  .sm\:height-100-px {
    height: 100px; } 
  .sm\:min-height-100-px {
    min-height: 100px; } 
  .sm\:max-height-100-px {
    max-height: 100px; } 
  .sm\:width-105-px {
    width: 105px; } 
  .sm\:max-width-105-px {
    max-width: 105px; } 
  .sm\:min-width-105-px {
    min-width: 105px; } 
  .sm\:height-105-px {
    height: 105px; } 
  .sm\:min-height-105-px {
    min-height: 105px; } 
  .sm\:max-height-105-px {
    max-height: 105px; } 
  .sm\:width-110-px {
    width: 110px; } 
  .sm\:max-width-110-px {
    max-width: 110px; } 
  .sm\:min-width-110-px {
    min-width: 110px; } 
  .sm\:height-110-px {
    height: 110px; } 
  .sm\:min-height-110-px {
    min-height: 110px; } 
  .sm\:max-height-110-px {
    max-height: 110px; } 
  .sm\:width-115-px {
    width: 115px; } 
  .sm\:max-width-115-px {
    max-width: 115px; } 
  .sm\:min-width-115-px {
    min-width: 115px; } 
  .sm\:height-115-px {
    height: 115px; } 
  .sm\:min-height-115-px {
    min-height: 115px; } 
  .sm\:max-height-115-px {
    max-height: 115px; } 
  .sm\:width-120-px {
    width: 120px; } 
  .sm\:max-width-120-px {
    max-width: 120px; } 
  .sm\:min-width-120-px {
    min-width: 120px; } 
  .sm\:height-120-px {
    height: 120px; } 
  .sm\:min-height-120-px {
    min-height: 120px; } 
  .sm\:max-height-120-px {
    max-height: 120px; } 
  .sm\:width-125-px {
    width: 125px; } 
  .sm\:max-width-125-px {
    max-width: 125px; } 
  .sm\:min-width-125-px {
    min-width: 125px; } 
  .sm\:height-125-px {
    height: 125px; } 
  .sm\:min-height-125-px {
    min-height: 125px; } 
  .sm\:max-height-125-px {
    max-height: 125px; } 
  .sm\:width-130-px {
    width: 130px; } 
  .sm\:max-width-130-px {
    max-width: 130px; } 
  .sm\:min-width-130-px {
    min-width: 130px; } 
  .sm\:height-130-px {
    height: 130px; } 
  .sm\:min-height-130-px {
    min-height: 130px; } 
  .sm\:max-height-130-px {
    max-height: 130px; } 
  .sm\:width-135-px {
    width: 135px; } 
  .sm\:max-width-135-px {
    max-width: 135px; } 
  .sm\:min-width-135-px {
    min-width: 135px; } 
  .sm\:height-135-px {
    height: 135px; } 
  .sm\:min-height-135-px {
    min-height: 135px; } 
  .sm\:max-height-135-px {
    max-height: 135px; } 
  .sm\:width-140-px {
    width: 140px; } 
  .sm\:max-width-140-px {
    max-width: 140px; } 
  .sm\:min-width-140-px {
    min-width: 140px; } 
  .sm\:height-140-px {
    height: 140px; } 
  .sm\:min-height-140-px {
    min-height: 140px; } 
  .sm\:max-height-140-px {
    max-height: 140px; } 
  .sm\:width-145-px {
    width: 145px; } 
  .sm\:max-width-145-px {
    max-width: 145px; } 
  .sm\:min-width-145-px {
    min-width: 145px; } 
  .sm\:height-145-px {
    height: 145px; } 
  .sm\:min-height-145-px {
    min-height: 145px; } 
  .sm\:max-height-145-px {
    max-height: 145px; } 
  .sm\:width-150-px {
    width: 150px; } 
  .sm\:max-width-150-px {
    max-width: 150px; } 
  .sm\:min-width-150-px {
    min-width: 150px; } 
  .sm\:height-150-px {
    height: 150px; } 
  .sm\:min-height-150-px {
    min-height: 150px; } 
  .sm\:max-height-150-px {
    max-height: 150px; } 
  .sm\:width-155-px {
    width: 155px; } 
  .sm\:max-width-155-px {
    max-width: 155px; } 
  .sm\:min-width-155-px {
    min-width: 155px; } 
  .sm\:height-155-px {
    height: 155px; } 
  .sm\:min-height-155-px {
    min-height: 155px; } 
  .sm\:max-height-155-px {
    max-height: 155px; } 
  .sm\:width-160-px {
    width: 160px; } 
  .sm\:max-width-160-px {
    max-width: 160px; } 
  .sm\:min-width-160-px {
    min-width: 160px; } 
  .sm\:height-160-px {
    height: 160px; } 
  .sm\:min-height-160-px {
    min-height: 160px; } 
  .sm\:max-height-160-px {
    max-height: 160px; } 
  .sm\:width-165-px {
    width: 165px; } 
  .sm\:max-width-165-px {
    max-width: 165px; } 
  .sm\:min-width-165-px {
    min-width: 165px; } 
  .sm\:height-165-px {
    height: 165px; } 
  .sm\:min-height-165-px {
    min-height: 165px; } 
  .sm\:max-height-165-px {
    max-height: 165px; } 
  .sm\:width-170-px {
    width: 170px; } 
  .sm\:max-width-170-px {
    max-width: 170px; } 
  .sm\:min-width-170-px {
    min-width: 170px; } 
  .sm\:height-170-px {
    height: 170px; } 
  .sm\:min-height-170-px {
    min-height: 170px; } 
  .sm\:max-height-170-px {
    max-height: 170px; } 
  .sm\:width-175-px {
    width: 175px; } 
  .sm\:max-width-175-px {
    max-width: 175px; } 
  .sm\:min-width-175-px {
    min-width: 175px; } 
  .sm\:height-175-px {
    height: 175px; } 
  .sm\:min-height-175-px {
    min-height: 175px; } 
  .sm\:max-height-175-px {
    max-height: 175px; } 
  .sm\:width-180-px {
    width: 180px; } 
  .sm\:max-width-180-px {
    max-width: 180px; } 
  .sm\:min-width-180-px {
    min-width: 180px; } 
  .sm\:height-180-px {
    height: 180px; } 
  .sm\:min-height-180-px {
    min-height: 180px; } 
  .sm\:max-height-180-px {
    max-height: 180px; } 
  .sm\:width-185-px {
    width: 185px; } 
  .sm\:max-width-185-px {
    max-width: 185px; } 
  .sm\:min-width-185-px {
    min-width: 185px; } 
  .sm\:height-185-px {
    height: 185px; } 
  .sm\:min-height-185-px {
    min-height: 185px; } 
  .sm\:max-height-185-px {
    max-height: 185px; } 
  .sm\:width-190-px {
    width: 190px; } 
  .sm\:max-width-190-px {
    max-width: 190px; } 
  .sm\:min-width-190-px {
    min-width: 190px; } 
  .sm\:height-190-px {
    height: 190px; } 
  .sm\:min-height-190-px {
    min-height: 190px; } 
  .sm\:max-height-190-px {
    max-height: 190px; } 
  .sm\:width-195-px {
    width: 195px; } 
  .sm\:max-width-195-px {
    max-width: 195px; } 
  .sm\:min-width-195-px {
    min-width: 195px; } 
  .sm\:height-195-px {
    height: 195px; } 
  .sm\:min-height-195-px {
    min-height: 195px; } 
  .sm\:max-height-195-px {
    max-height: 195px; } 
  .sm\:width-200-px {
    width: 200px; } 
  .sm\:max-width-200-px {
    max-width: 200px; } 
  .sm\:min-width-200-px {
    min-width: 200px; } 
  .sm\:height-200-px {
    height: 200px; } 
  .sm\:min-height-200-px {
    min-height: 200px; } 
  .sm\:max-height-200-px {
    max-height: 200px; } 
  .sm\:width-205-px {
    width: 205px; } 
  .sm\:max-width-205-px {
    max-width: 205px; } 
  .sm\:min-width-205-px {
    min-width: 205px; } 
  .sm\:height-205-px {
    height: 205px; } 
  .sm\:min-height-205-px {
    min-height: 205px; } 
  .sm\:max-height-205-px {
    max-height: 205px; } 
  .sm\:width-210-px {
    width: 210px; } 
  .sm\:max-width-210-px {
    max-width: 210px; } 
  .sm\:min-width-210-px {
    min-width: 210px; } 
  .sm\:height-210-px {
    height: 210px; } 
  .sm\:min-height-210-px {
    min-height: 210px; } 
  .sm\:max-height-210-px {
    max-height: 210px; } 
  .sm\:width-215-px {
    width: 215px; } 
  .sm\:max-width-215-px {
    max-width: 215px; } 
  .sm\:min-width-215-px {
    min-width: 215px; } 
  .sm\:height-215-px {
    height: 215px; } 
  .sm\:min-height-215-px {
    min-height: 215px; } 
  .sm\:max-height-215-px {
    max-height: 215px; } 
  .sm\:width-220-px {
    width: 220px; } 
  .sm\:max-width-220-px {
    max-width: 220px; } 
  .sm\:min-width-220-px {
    min-width: 220px; } 
  .sm\:height-220-px {
    height: 220px; } 
  .sm\:min-height-220-px {
    min-height: 220px; } 
  .sm\:max-height-220-px {
    max-height: 220px; } 
  .sm\:width-225-px {
    width: 225px; } 
  .sm\:max-width-225-px {
    max-width: 225px; } 
  .sm\:min-width-225-px {
    min-width: 225px; } 
  .sm\:height-225-px {
    height: 225px; } 
  .sm\:min-height-225-px {
    min-height: 225px; } 
  .sm\:max-height-225-px {
    max-height: 225px; } 
  .sm\:width-230-px {
    width: 230px; } 
  .sm\:max-width-230-px {
    max-width: 230px; } 
  .sm\:min-width-230-px {
    min-width: 230px; } 
  .sm\:height-230-px {
    height: 230px; } 
  .sm\:min-height-230-px {
    min-height: 230px; } 
  .sm\:max-height-230-px {
    max-height: 230px; } 
  .sm\:width-235-px {
    width: 235px; } 
  .sm\:max-width-235-px {
    max-width: 235px; } 
  .sm\:min-width-235-px {
    min-width: 235px; } 
  .sm\:height-235-px {
    height: 235px; } 
  .sm\:min-height-235-px {
    min-height: 235px; } 
  .sm\:max-height-235-px {
    max-height: 235px; } 
  .sm\:width-240-px {
    width: 240px; } 
  .sm\:max-width-240-px {
    max-width: 240px; } 
  .sm\:min-width-240-px {
    min-width: 240px; } 
  .sm\:height-240-px {
    height: 240px; } 
  .sm\:min-height-240-px {
    min-height: 240px; } 
  .sm\:max-height-240-px {
    max-height: 240px; } 
  .sm\:width-245-px {
    width: 245px; } 
  .sm\:max-width-245-px {
    max-width: 245px; } 
  .sm\:min-width-245-px {
    min-width: 245px; } 
  .sm\:height-245-px {
    height: 245px; } 
  .sm\:min-height-245-px {
    min-height: 245px; } 
  .sm\:max-height-245-px {
    max-height: 245px; } 
  .sm\:width-250-px {
    width: 250px; } 
  .sm\:max-width-250-px {
    max-width: 250px; } 
  .sm\:min-width-250-px {
    min-width: 250px; } 
  .sm\:height-250-px {
    height: 250px; } 
  .sm\:min-height-250-px {
    min-height: 250px; } 
  .sm\:max-height-250-px {
    max-height: 250px; } 
  .sm\:width-255-px {
    width: 255px; } 
  .sm\:max-width-255-px {
    max-width: 255px; } 
  .sm\:min-width-255-px {
    min-width: 255px; } 
  .sm\:height-255-px {
    height: 255px; } 
  .sm\:min-height-255-px {
    min-height: 255px; } 
  .sm\:max-height-255-px {
    max-height: 255px; } 
  .sm\:width-260-px {
    width: 260px; } 
  .sm\:max-width-260-px {
    max-width: 260px; } 
  .sm\:min-width-260-px {
    min-width: 260px; } 
  .sm\:height-260-px {
    height: 260px; } 
  .sm\:min-height-260-px {
    min-height: 260px; } 
  .sm\:max-height-260-px {
    max-height: 260px; } 
  .sm\:width-265-px {
    width: 265px; } 
  .sm\:max-width-265-px {
    max-width: 265px; } 
  .sm\:min-width-265-px {
    min-width: 265px; } 
  .sm\:height-265-px {
    height: 265px; } 
  .sm\:min-height-265-px {
    min-height: 265px; } 
  .sm\:max-height-265-px {
    max-height: 265px; } 
  .sm\:width-270-px {
    width: 270px; } 
  .sm\:max-width-270-px {
    max-width: 270px; } 
  .sm\:min-width-270-px {
    min-width: 270px; } 
  .sm\:height-270-px {
    height: 270px; } 
  .sm\:min-height-270-px {
    min-height: 270px; } 
  .sm\:max-height-270-px {
    max-height: 270px; } 
  .sm\:width-275-px {
    width: 275px; } 
  .sm\:max-width-275-px {
    max-width: 275px; } 
  .sm\:min-width-275-px {
    min-width: 275px; } 
  .sm\:height-275-px {
    height: 275px; } 
  .sm\:min-height-275-px {
    min-height: 275px; } 
  .sm\:max-height-275-px {
    max-height: 275px; } 
  .sm\:width-280-px {
    width: 280px; } 
  .sm\:max-width-280-px {
    max-width: 280px; } 
  .sm\:min-width-280-px {
    min-width: 280px; } 
  .sm\:height-280-px {
    height: 280px; } 
  .sm\:min-height-280-px {
    min-height: 280px; } 
  .sm\:max-height-280-px {
    max-height: 280px; } 
  .sm\:width-285-px {
    width: 285px; } 
  .sm\:max-width-285-px {
    max-width: 285px; } 
  .sm\:min-width-285-px {
    min-width: 285px; } 
  .sm\:height-285-px {
    height: 285px; } 
  .sm\:min-height-285-px {
    min-height: 285px; } 
  .sm\:max-height-285-px {
    max-height: 285px; } 
  .sm\:width-290-px {
    width: 290px; } 
  .sm\:max-width-290-px {
    max-width: 290px; } 
  .sm\:min-width-290-px {
    min-width: 290px; } 
  .sm\:height-290-px {
    height: 290px; } 
  .sm\:min-height-290-px {
    min-height: 290px; } 
  .sm\:max-height-290-px {
    max-height: 290px; } 
  .sm\:width-295-px {
    width: 295px; } 
  .sm\:max-width-295-px {
    max-width: 295px; } 
  .sm\:min-width-295-px {
    min-width: 295px; } 
  .sm\:height-295-px {
    height: 295px; } 
  .sm\:min-height-295-px {
    min-height: 295px; } 
  .sm\:max-height-295-px {
    max-height: 295px; } 
  .sm\:width-300-px {
    width: 300px; } 
  .sm\:max-width-300-px {
    max-width: 300px; } 
  .sm\:min-width-300-px {
    min-width: 300px; } 
  .sm\:height-300-px {
    height: 300px; } 
  .sm\:min-height-300-px {
    min-height: 300px; } 
  .sm\:max-height-300-px {
    max-height: 300px; } 
  .sm\:width-305-px {
    width: 305px; } 
  .sm\:max-width-305-px {
    max-width: 305px; } 
  .sm\:min-width-305-px {
    min-width: 305px; } 
  .sm\:height-305-px {
    height: 305px; } 
  .sm\:min-height-305-px {
    min-height: 305px; } 
  .sm\:max-height-305-px {
    max-height: 305px; } 
  .sm\:width-310-px {
    width: 310px; } 
  .sm\:max-width-310-px {
    max-width: 310px; } 
  .sm\:min-width-310-px {
    min-width: 310px; } 
  .sm\:height-310-px {
    height: 310px; } 
  .sm\:min-height-310-px {
    min-height: 310px; } 
  .sm\:max-height-310-px {
    max-height: 310px; } 
  .sm\:width-315-px {
    width: 315px; } 
  .sm\:max-width-315-px {
    max-width: 315px; } 
  .sm\:min-width-315-px {
    min-width: 315px; } 
  .sm\:height-315-px {
    height: 315px; } 
  .sm\:min-height-315-px {
    min-height: 315px; } 
  .sm\:max-height-315-px {
    max-height: 315px; } 
  .sm\:width-320-px {
    width: 320px; } 
  .sm\:max-width-320-px {
    max-width: 320px; } 
  .sm\:min-width-320-px {
    min-width: 320px; } 
  .sm\:height-320-px {
    height: 320px; } 
  .sm\:min-height-320-px {
    min-height: 320px; } 
  .sm\:max-height-320-px {
    max-height: 320px; } 
  .sm\:width-325-px {
    width: 325px; } 
  .sm\:max-width-325-px {
    max-width: 325px; } 
  .sm\:min-width-325-px {
    min-width: 325px; } 
  .sm\:height-325-px {
    height: 325px; } 
  .sm\:min-height-325-px {
    min-height: 325px; } 
  .sm\:max-height-325-px {
    max-height: 325px; } 
  .sm\:width-330-px {
    width: 330px; } 
  .sm\:max-width-330-px {
    max-width: 330px; } 
  .sm\:min-width-330-px {
    min-width: 330px; } 
  .sm\:height-330-px {
    height: 330px; } 
  .sm\:min-height-330-px {
    min-height: 330px; } 
  .sm\:max-height-330-px {
    max-height: 330px; } 
  .sm\:width-335-px {
    width: 335px; } 
  .sm\:max-width-335-px {
    max-width: 335px; } 
  .sm\:min-width-335-px {
    min-width: 335px; } 
  .sm\:height-335-px {
    height: 335px; } 
  .sm\:min-height-335-px {
    min-height: 335px; } 
  .sm\:max-height-335-px {
    max-height: 335px; } 
  .sm\:width-340-px {
    width: 340px; } 
  .sm\:max-width-340-px {
    max-width: 340px; } 
  .sm\:min-width-340-px {
    min-width: 340px; } 
  .sm\:height-340-px {
    height: 340px; } 
  .sm\:min-height-340-px {
    min-height: 340px; } 
  .sm\:max-height-340-px {
    max-height: 340px; } 
  .sm\:width-345-px {
    width: 345px; } 
  .sm\:max-width-345-px {
    max-width: 345px; } 
  .sm\:min-width-345-px {
    min-width: 345px; } 
  .sm\:height-345-px {
    height: 345px; } 
  .sm\:min-height-345-px {
    min-height: 345px; } 
  .sm\:max-height-345-px {
    max-height: 345px; } 
  .sm\:width-350-px {
    width: 350px; } 
  .sm\:max-width-350-px {
    max-width: 350px; } 
  .sm\:min-width-350-px {
    min-width: 350px; } 
  .sm\:height-350-px {
    height: 350px; } 
  .sm\:min-height-350-px {
    min-height: 350px; } 
  .sm\:max-height-350-px {
    max-height: 350px; } 
  .sm\:width-355-px {
    width: 355px; } 
  .sm\:max-width-355-px {
    max-width: 355px; } 
  .sm\:min-width-355-px {
    min-width: 355px; } 
  .sm\:height-355-px {
    height: 355px; } 
  .sm\:min-height-355-px {
    min-height: 355px; } 
  .sm\:max-height-355-px {
    max-height: 355px; } 
  .sm\:width-360-px {
    width: 360px; } 
  .sm\:max-width-360-px {
    max-width: 360px; } 
  .sm\:min-width-360-px {
    min-width: 360px; } 
  .sm\:height-360-px {
    height: 360px; } 
  .sm\:min-height-360-px {
    min-height: 360px; } 
  .sm\:max-height-360-px {
    max-height: 360px; } 
  .sm\:width-365-px {
    width: 365px; } 
  .sm\:max-width-365-px {
    max-width: 365px; } 
  .sm\:min-width-365-px {
    min-width: 365px; } 
  .sm\:height-365-px {
    height: 365px; } 
  .sm\:min-height-365-px {
    min-height: 365px; } 
  .sm\:max-height-365-px {
    max-height: 365px; } 
  .sm\:width-370-px {
    width: 370px; } 
  .sm\:max-width-370-px {
    max-width: 370px; } 
  .sm\:min-width-370-px {
    min-width: 370px; } 
  .sm\:height-370-px {
    height: 370px; } 
  .sm\:min-height-370-px {
    min-height: 370px; } 
  .sm\:max-height-370-px {
    max-height: 370px; } 
  .sm\:width-375-px {
    width: 375px; } 
  .sm\:max-width-375-px {
    max-width: 375px; } 
  .sm\:min-width-375-px {
    min-width: 375px; } 
  .sm\:height-375-px {
    height: 375px; } 
  .sm\:min-height-375-px {
    min-height: 375px; } 
  .sm\:max-height-375-px {
    max-height: 375px; } 
  .sm\:width-380-px {
    width: 380px; } 
  .sm\:max-width-380-px {
    max-width: 380px; } 
  .sm\:min-width-380-px {
    min-width: 380px; } 
  .sm\:height-380-px {
    height: 380px; } 
  .sm\:min-height-380-px {
    min-height: 380px; } 
  .sm\:max-height-380-px {
    max-height: 380px; } 
  .sm\:width-385-px {
    width: 385px; } 
  .sm\:max-width-385-px {
    max-width: 385px; } 
  .sm\:min-width-385-px {
    min-width: 385px; } 
  .sm\:height-385-px {
    height: 385px; } 
  .sm\:min-height-385-px {
    min-height: 385px; } 
  .sm\:max-height-385-px {
    max-height: 385px; } 
  .sm\:width-390-px {
    width: 390px; } 
  .sm\:max-width-390-px {
    max-width: 390px; } 
  .sm\:min-width-390-px {
    min-width: 390px; } 
  .sm\:height-390-px {
    height: 390px; } 
  .sm\:min-height-390-px {
    min-height: 390px; } 
  .sm\:max-height-390-px {
    max-height: 390px; } 
  .sm\:width-395-px {
    width: 395px; } 
  .sm\:max-width-395-px {
    max-width: 395px; } 
  .sm\:min-width-395-px {
    min-width: 395px; } 
  .sm\:height-395-px {
    height: 395px; } 
  .sm\:min-height-395-px {
    min-height: 395px; } 
  .sm\:max-height-395-px {
    max-height: 395px; } 
  .sm\:width-400-px {
    width: 400px; } 
  .sm\:max-width-400-px {
    max-width: 400px; } 
  .sm\:min-width-400-px {
    min-width: 400px; } 
  .sm\:height-400-px {
    height: 400px; } 
  .sm\:min-height-400-px {
    min-height: 400px; } 
  .sm\:max-height-400-px {
    max-height: 400px; } 
  .sm\:width-405-px {
    width: 405px; } 
  .sm\:max-width-405-px {
    max-width: 405px; } 
  .sm\:min-width-405-px {
    min-width: 405px; } 
  .sm\:height-405-px {
    height: 405px; } 
  .sm\:min-height-405-px {
    min-height: 405px; } 
  .sm\:max-height-405-px {
    max-height: 405px; } 
  .sm\:width-410-px {
    width: 410px; } 
  .sm\:max-width-410-px {
    max-width: 410px; } 
  .sm\:min-width-410-px {
    min-width: 410px; } 
  .sm\:height-410-px {
    height: 410px; } 
  .sm\:min-height-410-px {
    min-height: 410px; } 
  .sm\:max-height-410-px {
    max-height: 410px; } 
  .sm\:width-415-px {
    width: 415px; } 
  .sm\:max-width-415-px {
    max-width: 415px; } 
  .sm\:min-width-415-px {
    min-width: 415px; } 
  .sm\:height-415-px {
    height: 415px; } 
  .sm\:min-height-415-px {
    min-height: 415px; } 
  .sm\:max-height-415-px {
    max-height: 415px; } 
  .sm\:width-420-px {
    width: 420px; } 
  .sm\:max-width-420-px {
    max-width: 420px; } 
  .sm\:min-width-420-px {
    min-width: 420px; } 
  .sm\:height-420-px {
    height: 420px; } 
  .sm\:min-height-420-px {
    min-height: 420px; } 
  .sm\:max-height-420-px {
    max-height: 420px; } 
  .sm\:width-425-px {
    width: 425px; } 
  .sm\:max-width-425-px {
    max-width: 425px; } 
  .sm\:min-width-425-px {
    min-width: 425px; } 
  .sm\:height-425-px {
    height: 425px; } 
  .sm\:min-height-425-px {
    min-height: 425px; } 
  .sm\:max-height-425-px {
    max-height: 425px; } 
  .sm\:width-430-px {
    width: 430px; } 
  .sm\:max-width-430-px {
    max-width: 430px; } 
  .sm\:min-width-430-px {
    min-width: 430px; } 
  .sm\:height-430-px {
    height: 430px; } 
  .sm\:min-height-430-px {
    min-height: 430px; } 
  .sm\:max-height-430-px {
    max-height: 430px; } 
  .sm\:width-435-px {
    width: 435px; } 
  .sm\:max-width-435-px {
    max-width: 435px; } 
  .sm\:min-width-435-px {
    min-width: 435px; } 
  .sm\:height-435-px {
    height: 435px; } 
  .sm\:min-height-435-px {
    min-height: 435px; } 
  .sm\:max-height-435-px {
    max-height: 435px; } 
  .sm\:width-440-px {
    width: 440px; } 
  .sm\:max-width-440-px {
    max-width: 440px; } 
  .sm\:min-width-440-px {
    min-width: 440px; } 
  .sm\:height-440-px {
    height: 440px; } 
  .sm\:min-height-440-px {
    min-height: 440px; } 
  .sm\:max-height-440-px {
    max-height: 440px; } 
  .sm\:width-445-px {
    width: 445px; } 
  .sm\:max-width-445-px {
    max-width: 445px; } 
  .sm\:min-width-445-px {
    min-width: 445px; } 
  .sm\:height-445-px {
    height: 445px; } 
  .sm\:min-height-445-px {
    min-height: 445px; } 
  .sm\:max-height-445-px {
    max-height: 445px; } 
  .sm\:width-450-px {
    width: 450px; } 
  .sm\:max-width-450-px {
    max-width: 450px; } 
  .sm\:min-width-450-px {
    min-width: 450px; } 
  .sm\:height-450-px {
    height: 450px; } 
  .sm\:min-height-450-px {
    min-height: 450px; } 
  .sm\:max-height-450-px {
    max-height: 450px; } 
  .sm\:width-455-px {
    width: 455px; } 
  .sm\:max-width-455-px {
    max-width: 455px; } 
  .sm\:min-width-455-px {
    min-width: 455px; } 
  .sm\:height-455-px {
    height: 455px; } 
  .sm\:min-height-455-px {
    min-height: 455px; } 
  .sm\:max-height-455-px {
    max-height: 455px; } 
  .sm\:width-460-px {
    width: 460px; } 
  .sm\:max-width-460-px {
    max-width: 460px; } 
  .sm\:min-width-460-px {
    min-width: 460px; } 
  .sm\:height-460-px {
    height: 460px; } 
  .sm\:min-height-460-px {
    min-height: 460px; } 
  .sm\:max-height-460-px {
    max-height: 460px; } 
  .sm\:width-465-px {
    width: 465px; } 
  .sm\:max-width-465-px {
    max-width: 465px; } 
  .sm\:min-width-465-px {
    min-width: 465px; } 
  .sm\:height-465-px {
    height: 465px; } 
  .sm\:min-height-465-px {
    min-height: 465px; } 
  .sm\:max-height-465-px {
    max-height: 465px; } 
  .sm\:width-470-px {
    width: 470px; } 
  .sm\:max-width-470-px {
    max-width: 470px; } 
  .sm\:min-width-470-px {
    min-width: 470px; } 
  .sm\:height-470-px {
    height: 470px; } 
  .sm\:min-height-470-px {
    min-height: 470px; } 
  .sm\:max-height-470-px {
    max-height: 470px; } 
  .sm\:width-475-px {
    width: 475px; } 
  .sm\:max-width-475-px {
    max-width: 475px; } 
  .sm\:min-width-475-px {
    min-width: 475px; } 
  .sm\:height-475-px {
    height: 475px; } 
  .sm\:min-height-475-px {
    min-height: 475px; } 
  .sm\:max-height-475-px {
    max-height: 475px; } 
  .sm\:width-480-px {
    width: 480px; } 
  .sm\:max-width-480-px {
    max-width: 480px; } 
  .sm\:min-width-480-px {
    min-width: 480px; } 
  .sm\:height-480-px {
    height: 480px; } 
  .sm\:min-height-480-px {
    min-height: 480px; } 
  .sm\:max-height-480-px {
    max-height: 480px; } 
  .sm\:width-485-px {
    width: 485px; } 
  .sm\:max-width-485-px {
    max-width: 485px; } 
  .sm\:min-width-485-px {
    min-width: 485px; } 
  .sm\:height-485-px {
    height: 485px; } 
  .sm\:min-height-485-px {
    min-height: 485px; } 
  .sm\:max-height-485-px {
    max-height: 485px; } 
  .sm\:width-490-px {
    width: 490px; } 
  .sm\:max-width-490-px {
    max-width: 490px; } 
  .sm\:min-width-490-px {
    min-width: 490px; } 
  .sm\:height-490-px {
    height: 490px; } 
  .sm\:min-height-490-px {
    min-height: 490px; } 
  .sm\:max-height-490-px {
    max-height: 490px; } 
  .sm\:width-495-px {
    width: 495px; } 
  .sm\:max-width-495-px {
    max-width: 495px; } 
  .sm\:min-width-495-px {
    min-width: 495px; } 
  .sm\:height-495-px {
    height: 495px; } 
  .sm\:min-height-495-px {
    min-height: 495px; } 
  .sm\:max-height-495-px {
    max-height: 495px; } 
  .sm\:width-500-px {
    width: 500px; } 
  .sm\:max-width-500-px {
    max-width: 500px; } 
  .sm\:min-width-500-px {
    min-width: 500px; } 
  .sm\:height-500-px {
    height: 500px; } 
  .sm\:min-height-500-px {
    min-height: 500px; } 
  .sm\:max-height-500-px {
    max-height: 500px; } 
  .sm\:width-0-vw {
    width: 0vw; } 
  .sm\:min-width-0-vw {
    min-width: 0vw; } 
  .sm\:max-width-0-vw {
    max-width: 0vw; } 
  .sm\:width-5-vw {
    width: 5vw; } 
  .sm\:min-width-5-vw {
    min-width: 5vw; } 
  .sm\:max-width-5-vw {
    max-width: 5vw; } 
  .sm\:width-10-vw {
    width: 10vw; } 
  .sm\:min-width-10-vw {
    min-width: 10vw; } 
  .sm\:max-width-10-vw {
    max-width: 10vw; } 
  .sm\:width-15-vw {
    width: 15vw; } 
  .sm\:min-width-15-vw {
    min-width: 15vw; } 
  .sm\:max-width-15-vw {
    max-width: 15vw; } 
  .sm\:width-20-vw {
    width: 20vw; } 
  .sm\:min-width-20-vw {
    min-width: 20vw; } 
  .sm\:max-width-20-vw {
    max-width: 20vw; } 
  .sm\:width-25-vw {
    width: 25vw; } 
  .sm\:min-width-25-vw {
    min-width: 25vw; } 
  .sm\:max-width-25-vw {
    max-width: 25vw; } 
  .sm\:width-30-vw {
    width: 30vw; } 
  .sm\:min-width-30-vw {
    min-width: 30vw; } 
  .sm\:max-width-30-vw {
    max-width: 30vw; } 
  .sm\:width-35-vw {
    width: 35vw; } 
  .sm\:min-width-35-vw {
    min-width: 35vw; } 
  .sm\:max-width-35-vw {
    max-width: 35vw; } 
  .sm\:width-40-vw {
    width: 40vw; } 
  .sm\:min-width-40-vw {
    min-width: 40vw; } 
  .sm\:max-width-40-vw {
    max-width: 40vw; } 
  .sm\:width-45-vw {
    width: 45vw; } 
  .sm\:min-width-45-vw {
    min-width: 45vw; } 
  .sm\:max-width-45-vw {
    max-width: 45vw; } 
  .sm\:width-50-vw {
    width: 50vw; } 
  .sm\:min-width-50-vw {
    min-width: 50vw; } 
  .sm\:max-width-50-vw {
    max-width: 50vw; } 
  .sm\:width-55-vw {
    width: 55vw; } 
  .sm\:min-width-55-vw {
    min-width: 55vw; } 
  .sm\:max-width-55-vw {
    max-width: 55vw; } 
  .sm\:width-60-vw {
    width: 60vw; } 
  .sm\:min-width-60-vw {
    min-width: 60vw; } 
  .sm\:max-width-60-vw {
    max-width: 60vw; } 
  .sm\:width-65-vw {
    width: 65vw; } 
  .sm\:min-width-65-vw {
    min-width: 65vw; } 
  .sm\:max-width-65-vw {
    max-width: 65vw; } 
  .sm\:width-70-vw {
    width: 70vw; } 
  .sm\:min-width-70-vw {
    min-width: 70vw; } 
  .sm\:max-width-70-vw {
    max-width: 70vw; } 
  .sm\:width-75-vw {
    width: 75vw; } 
  .sm\:min-width-75-vw {
    min-width: 75vw; } 
  .sm\:max-width-75-vw {
    max-width: 75vw; } 
  .sm\:width-80-vw {
    width: 80vw; } 
  .sm\:min-width-80-vw {
    min-width: 80vw; } 
  .sm\:max-width-80-vw {
    max-width: 80vw; } 
  .sm\:width-85-vw {
    width: 85vw; } 
  .sm\:min-width-85-vw {
    min-width: 85vw; } 
  .sm\:max-width-85-vw {
    max-width: 85vw; } 
  .sm\:width-90-vw {
    width: 90vw; } 
  .sm\:min-width-90-vw {
    min-width: 90vw; } 
  .sm\:max-width-90-vw {
    max-width: 90vw; } 
  .sm\:width-95-vw {
    width: 95vw; } 
  .sm\:min-width-95-vw {
    min-width: 95vw; } 
  .sm\:max-width-95-vw {
    max-width: 95vw; } 
  .sm\:width-100-vw {
    width: 100vw; } 
  .sm\:min-width-100-vw {
    min-width: 100vw; } 
  .sm\:max-width-100-vw {
    max-width: 100vw; } 
  .sm\:height-0-vh {
    height: 0vh; } 
  .sm\:min-height-0-vh {
    min-height: 0vh; } 
  .sm\:max-height-0-vh {
    max-height: 0vh; } 
  .sm\:height-5-vh {
    height: 5vh; } 
  .sm\:min-height-5-vh {
    min-height: 5vh; } 
  .sm\:max-height-5-vh {
    max-height: 5vh; } 
  .sm\:height-10-vh {
    height: 10vh; } 
  .sm\:min-height-10-vh {
    min-height: 10vh; } 
  .sm\:max-height-10-vh {
    max-height: 10vh; } 
  .sm\:height-15-vh {
    height: 15vh; } 
  .sm\:min-height-15-vh {
    min-height: 15vh; } 
  .sm\:max-height-15-vh {
    max-height: 15vh; } 
  .sm\:height-20-vh {
    height: 20vh; } 
  .sm\:min-height-20-vh {
    min-height: 20vh; } 
  .sm\:max-height-20-vh {
    max-height: 20vh; } 
  .sm\:height-25-vh {
    height: 25vh; } 
  .sm\:min-height-25-vh {
    min-height: 25vh; } 
  .sm\:max-height-25-vh {
    max-height: 25vh; } 
  .sm\:height-30-vh {
    height: 30vh; } 
  .sm\:min-height-30-vh {
    min-height: 30vh; } 
  .sm\:max-height-30-vh {
    max-height: 30vh; } 
  .sm\:height-35-vh {
    height: 35vh; } 
  .sm\:min-height-35-vh {
    min-height: 35vh; } 
  .sm\:max-height-35-vh {
    max-height: 35vh; } 
  .sm\:height-40-vh {
    height: 40vh; } 
  .sm\:min-height-40-vh {
    min-height: 40vh; } 
  .sm\:max-height-40-vh {
    max-height: 40vh; } 
  .sm\:height-45-vh {
    height: 45vh; } 
  .sm\:min-height-45-vh {
    min-height: 45vh; } 
  .sm\:max-height-45-vh {
    max-height: 45vh; } 
  .sm\:height-50-vh {
    height: 50vh; } 
  .sm\:min-height-50-vh {
    min-height: 50vh; } 
  .sm\:max-height-50-vh {
    max-height: 50vh; } 
  .sm\:height-55-vh {
    height: 55vh; } 
  .sm\:min-height-55-vh {
    min-height: 55vh; } 
  .sm\:max-height-55-vh {
    max-height: 55vh; } 
  .sm\:height-60-vh {
    height: 60vh; } 
  .sm\:min-height-60-vh {
    min-height: 60vh; } 
  .sm\:max-height-60-vh {
    max-height: 60vh; } 
  .sm\:height-65-vh {
    height: 65vh; } 
  .sm\:min-height-65-vh {
    min-height: 65vh; } 
  .sm\:max-height-65-vh {
    max-height: 65vh; } 
  .sm\:height-70-vh {
    height: 70vh; } 
  .sm\:min-height-70-vh {
    min-height: 70vh; } 
  .sm\:max-height-70-vh {
    max-height: 70vh; } 
  .sm\:height-75-vh {
    height: 75vh; } 
  .sm\:min-height-75-vh {
    min-height: 75vh; } 
  .sm\:max-height-75-vh {
    max-height: 75vh; } 
  .sm\:height-80-vh {
    height: 80vh; } 
  .sm\:min-height-80-vh {
    min-height: 80vh; } 
  .sm\:max-height-80-vh {
    max-height: 80vh; } 
  .sm\:height-85-vh {
    height: 85vh; } 
  .sm\:min-height-85-vh {
    min-height: 85vh; } 
  .sm\:max-height-85-vh {
    max-height: 85vh; } 
  .sm\:height-90-vh {
    height: 90vh; } 
  .sm\:min-height-90-vh {
    min-height: 90vh; } 
  .sm\:max-height-90-vh {
    max-height: 90vh; } 
  .sm\:height-95-vh {
    height: 95vh; } 
  .sm\:min-height-95-vh {
    min-height: 95vh; } 
  .sm\:max-height-95-vh {
    max-height: 95vh; } 
  .sm\:height-100-vh {
    height: 100vh; } 
  .sm\:min-height-100-vh {
    min-height: 100vh; } 
  .sm\:max-height-100-vh {
    max-height: 100vh; } 
  .sm\:height-100-vh {
    height: 100vh; } 
  .sm\:min-height-100-vh {
    min-height: 100vh; } 
  .sm\:max-height-100-vh {
    max-height: 100vh; } 
  .sm\:height-auto {
    height: auto; } 
  .sm\:height-full {
    height: 100%; } 
  .sm\:max-height-auto {
    max-height: auto; } 
  .sm\:max-height-full {
    max-height: 100%; } 
  .sm\:min-height-auto {
    min-height: auto; } 
  .sm\:min-height-full {
    min-height: 100%; } 
  .sm\:width-auto {
    width: auto; } 
  .sm\:width-full {
    width: 100%; } 
  .sm\:max-width-auto {
    max-width: auto; } 
  .sm\:max-width-full {
    max-width: 100%; } 
  .sm\:min-width-auto {
    min-width: auto; } 
  .sm\:min-width-full {
    min-width: 100%; } 
  .sm\:space-h > * + * {
    margin-left: 1rem; } 
  .sm\:space-h-none > * + * {
    margin-left: 0; } 
  .sm\:space-h-1\/4x > * + * {
    margin-left: 0.25rem; } 
  .sm\:space-h-1\/2x > * + * {
    margin-left: 0.5rem; } 
  .sm\:space-h-3\/4x > * + * {
    margin-left: 0.75rem; } 
  .sm\:space-h-xs > * + * {
    margin-left: 0.8rem; } 
  .sm\:space-h-sm > * + * {
    margin-left: 0.9rem; } 
  .sm\:space-h-lg > * + * {
    margin-left: 1.2rem; } 
  .sm\:space-h-xl > * + * {
    margin-left: 1.4rem; } 
  .sm\:space-h-2x > * + * {
    margin-left: 2rem; } 
  .sm\:space-h-4x > * + * {
    margin-left: 4rem; } 
  .sm\:space-v > * + * {
    margin-top: 1rem; } 
  .sm\:space-v-none > * + * {
    margin-top: 0; } 
  .sm\:space-v-1\/4x > * + * {
    margin-top: 0.25rem; } 
  .sm\:space-v-1\/2x > * + * {
    margin-top: 0.5rem; } 
  .sm\:space-v-3\/4x > * + * {
    margin-top: 0.75rem; } 
  .sm\:space-v-xs > * + * {
    margin-top: 0.8rem; } 
  .sm\:space-v-sm > * + * {
    margin-top: 0.9rem; } 
  .sm\:space-v-lg > * + * {
    margin-top: 1.2rem; } 
  .sm\:space-v-xl > * + * {
    margin-top: 1.4rem; } 
  .sm\:space-v-2x > * + * {
    margin-top: 2rem; } 
  .sm\:space-v-4x > * + * {
    margin-top: 4rem; } 
  .sm\:space > * + * {
    margin-top: 1rem;
    margin-left: 1rem; } 
  .sm\:space-none > * + * {
    margin-top: 0;
    margin-left: 0; } 
  .sm\:space-1\/4x > * + * {
    margin-top: 0.25rem;
    margin-left: 0.25rem; } 
  .sm\:space-1\/2x > * + * {
    margin-top: 0.5rem;
    margin-left: 0.5rem; } 
  .sm\:space-3\/4x > * + * {
    margin-top: 0.75rem;
    margin-left: 0.75rem; } 
  .sm\:space-xs > * + * {
    margin-top: 0.8rem;
    margin-left: 0.8rem; } 
  .sm\:space-sm > * + * {
    margin-top: 0.9rem;
    margin-left: 0.9rem; } 
  .sm\:space-lg > * + * {
    margin-top: 1.2rem;
    margin-left: 1.2rem; } 
  .sm\:space-xl > * + * {
    margin-top: 1.4rem;
    margin-left: 1.4rem; } 
  .sm\:space-2x > * + * {
    margin-top: 2rem;
    margin-left: 2rem; } 
  .sm\:space-4x > * + * {
    margin-top: 4rem;
    margin-left: 4rem; } 
  .sm\:margin {
    margin: 1rem; } 
  .sm\:margin-none {
    margin: 0; } 
  .sm\:margin-1\/4x {
    margin: 0.25rem; } 
  .sm\:margin-1\/2x {
    margin: 0.5rem; } 
  .sm\:margin-3\/4x {
    margin: 0.75rem; } 
  .sm\:margin-xs {
    margin: 0.8rem; } 
  .sm\:margin-sm {
    margin: 0.9rem; } 
  .sm\:margin-lg {
    margin: 1.2rem; } 
  .sm\:margin-xl {
    margin: 1.4rem; } 
  .sm\:margin-2x {
    margin: 2rem; } 
  .sm\:margin-4x {
    margin: 4rem; } 
  .sm\:margin-6x {
    margin: 6rem; } 
  .sm\:margin-8x {
    margin: 8rem; } 
  .sm\:margin-v {
    margin-top: 1rem;
    margin-bottom: 1rem; } 
  .sm\:margin-v-none {
    margin-top: 0;
    margin-bottom: 0; } 
  .sm\:margin-v-1\/4x {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; } 
  .sm\:margin-v-1\/2x {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } 
  .sm\:margin-v-3\/4x {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; } 
  .sm\:margin-v-xs {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem; } 
  .sm\:margin-v-sm {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem; } 
  .sm\:margin-v-lg {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem; } 
  .sm\:margin-v-xl {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem; } 
  .sm\:margin-v-2x {
    margin-top: 2rem;
    margin-bottom: 2rem; } 
  .sm\:margin-v-4x {
    margin-top: 4rem;
    margin-bottom: 4rem; } 
  .sm\:margin-v-6x {
    margin-top: 6rem;
    margin-bottom: 6rem; } 
  .sm\:margin-v-8x {
    margin-top: 8rem;
    margin-bottom: 8rem; } 
  .sm\:margin-h {
    margin-left: 1rem;
    margin-right: 1rem; } 
  .sm\:margin-h-none {
    margin-left: 0;
    margin-right: 0; } 
  .sm\:margin-h-1\/4x {
    margin-left: 0.25rem;
    margin-right: 0.25rem; } 
  .sm\:margin-h-1\/2x {
    margin-left: 0.5rem;
    margin-right: 0.5rem; } 
  .sm\:margin-h-3\/4x {
    margin-left: 0.75rem;
    margin-right: 0.75rem; } 
  .sm\:margin-h-xs {
    margin-left: 0.8rem;
    margin-right: 0.8rem; } 
  .sm\:margin-h-sm {
    margin-left: 0.9rem;
    margin-right: 0.9rem; } 
  .sm\:margin-h-lg {
    margin-left: 1.2rem;
    margin-right: 1.2rem; } 
  .sm\:margin-h-xl {
    margin-left: 1.4rem;
    margin-right: 1.4rem; } 
  .sm\:margin-h-2x {
    margin-left: 2rem;
    margin-right: 2rem; } 
  .sm\:margin-h-4x {
    margin-left: 4rem;
    margin-right: 4rem; } 
  .sm\:margin-h-6x {
    margin-left: 6rem;
    margin-right: 6rem; } 
  .sm\:margin-h-8x {
    margin-left: 8rem;
    margin-right: 8rem; } 
  .sm\:margin-nest {
    margin: -1rem; } 
  .sm\:margin-nest-none {
    margin: 0; } 
  .sm\:margin-nest-1\/4x {
    margin: -0.25rem; } 
  .sm\:margin-nest-1\/2x {
    margin: -0.5rem; } 
  .sm\:margin-nest-3\/4x {
    margin: -0.75rem; } 
  .sm\:margin-nest-xs {
    margin: -0.8rem; } 
  .sm\:margin-nest-sm {
    margin: -0.9rem; } 
  .sm\:margin-nest-lg {
    margin: -1.2rem; } 
  .sm\:margin-nest-xl {
    margin: -1.4rem; } 
  .sm\:margin-nest-2x {
    margin: -2rem; } 
  .sm\:margin-nest-4x {
    margin: -4rem; } 
  .sm\:margin-nest-6x {
    margin: -6rem; } 
  .sm\:margin-nest-8x {
    margin: -8rem; } 
  .sm\:margin-v-nest {
    margin-top: -1rem;
    margin-bottom: -1rem; } 
  .sm\:margin-v-nest-none {
    margin-top: 0;
    margin-bottom: 0; } 
  .sm\:margin-v-nest-1\/4x {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; } 
  .sm\:margin-v-nest-1\/2x {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; } 
  .sm\:margin-v-nest-3\/4x {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; } 
  .sm\:margin-v-nest-xs {
    margin-top: -0.8rem;
    margin-bottom: -0.8rem; } 
  .sm\:margin-v-nest-sm {
    margin-top: -0.9rem;
    margin-bottom: -0.9rem; } 
  .sm\:margin-v-nest-lg {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem; } 
  .sm\:margin-v-nest-xl {
    margin-top: -1.4rem;
    margin-bottom: -1.4rem; } 
  .sm\:margin-v-nest-2x {
    margin-top: -2rem;
    margin-bottom: -2rem; } 
  .sm\:margin-v-nest-4x {
    margin-top: -4rem;
    margin-bottom: -4rem; } 
  .sm\:margin-v-nest-6x {
    margin-top: -6rem;
    margin-bottom: -6rem; } 
  .sm\:margin-v-nest-8x {
    margin-top: -8rem;
    margin-bottom: -8rem; } 
  .sm\:margin-h-nest {
    margin-left: -1rem;
    margin-right: -1rem; } 
  .sm\:margin-h-nest-none {
    margin-left: 0;
    margin-right: 0; } 
  .sm\:margin-h-nest-1\/4x {
    margin-left: -0.25rem;
    margin-right: -0.25rem; } 
  .sm\:margin-h-nest-1\/2x {
    margin-left: -0.5rem;
    margin-right: -0.5rem; } 
  .sm\:margin-h-nest-3\/4x {
    margin-left: -0.75rem;
    margin-right: -0.75rem; } 
  .sm\:margin-h-nest-xs {
    margin-left: -0.8rem;
    margin-right: -0.8rem; } 
  .sm\:margin-h-nest-sm {
    margin-left: -0.9rem;
    margin-right: -0.9rem; } 
  .sm\:margin-h-nest-lg {
    margin-left: -1.2rem;
    margin-right: -1.2rem; } 
  .sm\:margin-h-nest-xl {
    margin-left: -1.4rem;
    margin-right: -1.4rem; } 
  .sm\:margin-h-nest-2x {
    margin-left: -2rem;
    margin-right: -2rem; } 
  .sm\:margin-h-nest-4x {
    margin-left: -4rem;
    margin-right: -4rem; } 
  .sm\:margin-h-nest-6x {
    margin-left: -6rem;
    margin-right: -6rem; } 
  .sm\:margin-h-nest-8x {
    margin-left: -8rem;
    margin-right: -8rem; } 
  .sm\:margin-top {
    margin-top: 1rem; } 
  .sm\:margin-top-none {
    margin-top: 0; } 
  .sm\:margin-top-1\/4x {
    margin-top: 0.25rem; } 
  .sm\:margin-top-1\/2x {
    margin-top: 0.5rem; } 
  .sm\:margin-top-3\/4x {
    margin-top: 0.75rem; } 
  .sm\:margin-top-xs {
    margin-top: 0.8rem; } 
  .sm\:margin-top-sm {
    margin-top: 0.9rem; } 
  .sm\:margin-top-lg {
    margin-top: 1.2rem; } 
  .sm\:margin-top-xl {
    margin-top: 1.4rem; } 
  .sm\:margin-top-2x {
    margin-top: 2rem; } 
  .sm\:margin-top-4x {
    margin-top: 4rem; } 
  .sm\:margin-top-6x {
    margin-top: 6rem; } 
  .sm\:margin-top-8x {
    margin-top: 8rem; } 
  .sm\:margin-top-nest {
    margin-top: -1rem; } 
  .sm\:margin-top-nest-none {
    margin-top: 0; } 
  .sm\:margin-top-nest-1\/4x {
    margin-top: -0.25rem; } 
  .sm\:margin-top-nest-1\/2x {
    margin-top: -0.5rem; } 
  .sm\:margin-top-nest-3\/4x {
    margin-top: -0.75rem; } 
  .sm\:margin-top-nest-xs {
    margin-top: -0.8rem; } 
  .sm\:margin-top-nest-sm {
    margin-top: -0.9rem; } 
  .sm\:margin-top-nest-lg {
    margin-top: -1.2rem; } 
  .sm\:margin-top-nest-xl {
    margin-top: -1.4rem; } 
  .sm\:margin-top-nest-2x {
    margin-top: -2rem; } 
  .sm\:margin-top-nest-4x {
    margin-top: -4rem; } 
  .sm\:margin-top-nest-6x {
    margin-top: -6rem; } 
  .sm\:margin-top-nest-8x {
    margin-top: -8rem; } 
  .sm\:margin-right {
    margin-right: 1rem; } 
  .sm\:margin-right-none {
    margin-right: 0; } 
  .sm\:margin-right-1\/4x {
    margin-right: 0.25rem; } 
  .sm\:margin-right-1\/2x {
    margin-right: 0.5rem; } 
  .sm\:margin-right-3\/4x {
    margin-right: 0.75rem; } 
  .sm\:margin-right-xs {
    margin-right: 0.8rem; } 
  .sm\:margin-right-sm {
    margin-right: 0.9rem; } 
  .sm\:margin-right-lg {
    margin-right: 1.2rem; } 
  .sm\:margin-right-xl {
    margin-right: 1.4rem; } 
  .sm\:margin-right-2x {
    margin-right: 2rem; } 
  .sm\:margin-right-4x {
    margin-right: 4rem; } 
  .sm\:margin-right-6x {
    margin-right: 6rem; } 
  .sm\:margin-right-8x {
    margin-right: 8rem; } 
  .sm\:margin-right-nest {
    margin-right: -1rem; } 
  .sm\:margin-right-nest-none {
    margin-right: 0; } 
  .sm\:margin-right-nest-1\/4x {
    margin-right: -0.25rem; } 
  .sm\:margin-right-nest-1\/2x {
    margin-right: -0.5rem; } 
  .sm\:margin-right-nest-3\/4x {
    margin-right: -0.75rem; } 
  .sm\:margin-right-nest-xs {
    margin-right: -0.8rem; } 
  .sm\:margin-right-nest-sm {
    margin-right: -0.9rem; } 
  .sm\:margin-right-nest-lg {
    margin-right: -1.2rem; } 
  .sm\:margin-right-nest-xl {
    margin-right: -1.4rem; } 
  .sm\:margin-right-nest-2x {
    margin-right: -2rem; } 
  .sm\:margin-right-nest-4x {
    margin-right: -4rem; } 
  .sm\:margin-right-nest-6x {
    margin-right: -6rem; } 
  .sm\:margin-right-nest-8x {
    margin-right: -8rem; } 
  .sm\:margin-bottom {
    margin-bottom: 1rem; } 
  .sm\:margin-bottom-none {
    margin-bottom: 0; } 
  .sm\:margin-bottom-1\/4x {
    margin-bottom: 0.25rem; } 
  .sm\:margin-bottom-1\/2x {
    margin-bottom: 0.5rem; } 
  .sm\:margin-bottom-3\/4x {
    margin-bottom: 0.75rem; } 
  .sm\:margin-bottom-xs {
    margin-bottom: 0.8rem; } 
  .sm\:margin-bottom-sm {
    margin-bottom: 0.9rem; } 
  .sm\:margin-bottom-lg {
    margin-bottom: 1.2rem; } 
  .sm\:margin-bottom-xl {
    margin-bottom: 1.4rem; } 
  .sm\:margin-bottom-2x {
    margin-bottom: 2rem; } 
  .sm\:margin-bottom-4x {
    margin-bottom: 4rem; } 
  .sm\:margin-bottom-6x {
    margin-bottom: 6rem; } 
  .sm\:margin-bottom-8x {
    margin-bottom: 8rem; } 
  .sm\:margin-bottom-nest {
    margin-bottom: -1rem; } 
  .sm\:margin-bottom-nest-none {
    margin-bottom: 0; } 
  .sm\:margin-bottom-nest-1\/4x {
    margin-bottom: -0.25rem; } 
  .sm\:margin-bottom-nest-1\/2x {
    margin-bottom: -0.5rem; } 
  .sm\:margin-bottom-nest-3\/4x {
    margin-bottom: -0.75rem; } 
  .sm\:margin-bottom-nest-xs {
    margin-bottom: -0.8rem; } 
  .sm\:margin-bottom-nest-sm {
    margin-bottom: -0.9rem; } 
  .sm\:margin-bottom-nest-lg {
    margin-bottom: -1.2rem; } 
  .sm\:margin-bottom-nest-xl {
    margin-bottom: -1.4rem; } 
  .sm\:margin-bottom-nest-2x {
    margin-bottom: -2rem; } 
  .sm\:margin-bottom-nest-4x {
    margin-bottom: -4rem; } 
  .sm\:margin-bottom-nest-6x {
    margin-bottom: -6rem; } 
  .sm\:margin-bottom-nest-8x {
    margin-bottom: -8rem; } 
  .sm\:margin-left {
    margin-left: 1rem; } 
  .sm\:margin-left-none {
    margin-left: 0; } 
  .sm\:margin-left-1\/4x {
    margin-left: 0.25rem; } 
  .sm\:margin-left-1\/2x {
    margin-left: 0.5rem; } 
  .sm\:margin-left-3\/4x {
    margin-left: 0.75rem; } 
  .sm\:margin-left-xs {
    margin-left: 0.8rem; } 
  .sm\:margin-left-sm {
    margin-left: 0.9rem; } 
  .sm\:margin-left-lg {
    margin-left: 1.2rem; } 
  .sm\:margin-left-xl {
    margin-left: 1.4rem; } 
  .sm\:margin-left-2x {
    margin-left: 2rem; } 
  .sm\:margin-left-4x {
    margin-left: 4rem; } 
  .sm\:margin-left-6x {
    margin-left: 6rem; } 
  .sm\:margin-left-8x {
    margin-left: 8rem; } 
  .sm\:margin-left-nest {
    margin-left: -1rem; } 
  .sm\:margin-left-nest-none {
    margin-left: 0; } 
  .sm\:margin-left-nest-1\/4x {
    margin-left: -0.25rem; } 
  .sm\:margin-left-nest-1\/2x {
    margin-left: -0.5rem; } 
  .sm\:margin-left-nest-3\/4x {
    margin-left: -0.75rem; } 
  .sm\:margin-left-nest-xs {
    margin-left: -0.8rem; } 
  .sm\:margin-left-nest-sm {
    margin-left: -0.9rem; } 
  .sm\:margin-left-nest-lg {
    margin-left: -1.2rem; } 
  .sm\:margin-left-nest-xl {
    margin-left: -1.4rem; } 
  .sm\:margin-left-nest-2x {
    margin-left: -2rem; } 
  .sm\:margin-left-nest-4x {
    margin-left: -4rem; } 
  .sm\:margin-left-nest-6x {
    margin-left: -6rem; } 
  .sm\:margin-left-nest-8x {
    margin-left: -8rem; } 
  .sm\:pad {
    padding: 1rem; } 
  .sm\:pad-none {
    padding: 0; } 
  .sm\:pad-1\/4x {
    padding: 0.25rem; } 
  .sm\:pad-1\/2x {
    padding: 0.5rem; } 
  .sm\:pad-3\/4x {
    padding: 0.75rem; } 
  .sm\:pad-xs {
    padding: 0.8rem; } 
  .sm\:pad-sm {
    padding: 0.9rem; } 
  .sm\:pad-lg {
    padding: 1.2rem; } 
  .sm\:pad-xl {
    padding: 1.4rem; } 
  .sm\:pad-2x {
    padding: 2rem; } 
  .sm\:pad-4x {
    padding: 4rem; } 
  .sm\:pad-6x {
    padding: 6rem; } 
  .sm\:pad-8x {
    padding: 8rem; } 
  .sm\:pad-v {
    padding-top: 1rem;
    padding-bottom: 1rem; } 
  .sm\:pad-v-none {
    padding-top: 0;
    padding-bottom: 0; } 
  .sm\:pad-v-1\/4x {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; } 
  .sm\:pad-v-1\/2x {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; } 
  .sm\:pad-v-3\/4x {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; } 
  .sm\:pad-v-xs {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; } 
  .sm\:pad-v-sm {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem; } 
  .sm\:pad-v-lg {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; } 
  .sm\:pad-v-xl {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem; } 
  .sm\:pad-v-2x {
    padding-top: 2rem;
    padding-bottom: 2rem; } 
  .sm\:pad-v-4x {
    padding-top: 4rem;
    padding-bottom: 4rem; } 
  .sm\:pad-v-6x {
    padding-top: 6rem;
    padding-bottom: 6rem; } 
  .sm\:pad-v-8x {
    padding-top: 8rem;
    padding-bottom: 8rem; } 
  .sm\:pad-h {
    padding-left: 1rem;
    padding-right: 1rem; } 
  .sm\:pad-h-none {
    padding-left: 0;
    padding-right: 0; } 
  .sm\:pad-h-1\/4x {
    padding-left: 0.25rem;
    padding-right: 0.25rem; } 
  .sm\:pad-h-1\/2x {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } 
  .sm\:pad-h-3\/4x {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } 
  .sm\:pad-h-xs {
    padding-left: 0.8rem;
    padding-right: 0.8rem; } 
  .sm\:pad-h-sm {
    padding-left: 0.9rem;
    padding-right: 0.9rem; } 
  .sm\:pad-h-lg {
    padding-left: 1.2rem;
    padding-right: 1.2rem; } 
  .sm\:pad-h-xl {
    padding-left: 1.4rem;
    padding-right: 1.4rem; } 
  .sm\:pad-h-2x {
    padding-left: 2rem;
    padding-right: 2rem; } 
  .sm\:pad-h-4x {
    padding-left: 4rem;
    padding-right: 4rem; } 
  .sm\:pad-h-6x {
    padding-left: 6rem;
    padding-right: 6rem; } 
  .sm\:pad-h-8x {
    padding-left: 8rem;
    padding-right: 8rem; } 
  .sm\:pad-top {
    padding-top: 1rem; } 
  .sm\:pad-top-none {
    padding-top: 0; } 
  .sm\:pad-top-1\/4x {
    padding-top: 0.25rem; } 
  .sm\:pad-top-1\/2x {
    padding-top: 0.5rem; } 
  .sm\:pad-top-3\/4x {
    padding-top: 0.75rem; } 
  .sm\:pad-top-xs {
    padding-top: 0.8rem; } 
  .sm\:pad-top-sm {
    padding-top: 0.9rem; } 
  .sm\:pad-top-lg {
    padding-top: 1.2rem; } 
  .sm\:pad-top-xl {
    padding-top: 1.4rem; } 
  .sm\:pad-top-2x {
    padding-top: 2rem; } 
  .sm\:pad-top-4x {
    padding-top: 4rem; } 
  .sm\:pad-top-6x {
    padding-top: 6rem; } 
  .sm\:pad-top-8x {
    padding-top: 8rem; } 
  .sm\:pad-right {
    padding-right: 1rem; } 
  .sm\:pad-right-none {
    padding-right: 0; } 
  .sm\:pad-right-1\/4x {
    padding-right: 0.25rem; } 
  .sm\:pad-right-1\/2x {
    padding-right: 0.5rem; } 
  .sm\:pad-right-3\/4x {
    padding-right: 0.75rem; } 
  .sm\:pad-right-xs {
    padding-right: 0.8rem; } 
  .sm\:pad-right-sm {
    padding-right: 0.9rem; } 
  .sm\:pad-right-lg {
    padding-right: 1.2rem; } 
  .sm\:pad-right-xl {
    padding-right: 1.4rem; } 
  .sm\:pad-right-2x {
    padding-right: 2rem; } 
  .sm\:pad-right-4x {
    padding-right: 4rem; } 
  .sm\:pad-right-6x {
    padding-right: 6rem; } 
  .sm\:pad-right-8x {
    padding-right: 8rem; } 
  .sm\:pad-bottom {
    padding-bottom: 1rem; } 
  .sm\:pad-bottom-none {
    padding-bottom: 0; } 
  .sm\:pad-bottom-1\/4x {
    padding-bottom: 0.25rem; } 
  .sm\:pad-bottom-1\/2x {
    padding-bottom: 0.5rem; } 
  .sm\:pad-bottom-3\/4x {
    padding-bottom: 0.75rem; } 
  .sm\:pad-bottom-xs {
    padding-bottom: 0.8rem; } 
  .sm\:pad-bottom-sm {
    padding-bottom: 0.9rem; } 
  .sm\:pad-bottom-lg {
    padding-bottom: 1.2rem; } 
  .sm\:pad-bottom-xl {
    padding-bottom: 1.4rem; } 
  .sm\:pad-bottom-2x {
    padding-bottom: 2rem; } 
  .sm\:pad-bottom-4x {
    padding-bottom: 4rem; } 
  .sm\:pad-bottom-6x {
    padding-bottom: 6rem; } 
  .sm\:pad-bottom-8x {
    padding-bottom: 8rem; } 
  .sm\:pad-left {
    padding-left: 1rem; } 
  .sm\:pad-left-none {
    padding-left: 0; } 
  .sm\:pad-left-1\/4x {
    padding-left: 0.25rem; } 
  .sm\:pad-left-1\/2x {
    padding-left: 0.5rem; } 
  .sm\:pad-left-3\/4x {
    padding-left: 0.75rem; } 
  .sm\:pad-left-xs {
    padding-left: 0.8rem; } 
  .sm\:pad-left-sm {
    padding-left: 0.9rem; } 
  .sm\:pad-left-lg {
    padding-left: 1.2rem; } 
  .sm\:pad-left-xl {
    padding-left: 1.4rem; } 
  .sm\:pad-left-2x {
    padding-left: 2rem; } 
  .sm\:pad-left-4x {
    padding-left: 4rem; } 
  .sm\:pad-left-6x {
    padding-left: 6rem; } 
  .sm\:pad-left-8x {
    padding-left: 8rem; } 
  .sm\:stroke-sm {
    stroke-width: 0.5px; } 
  .sm\:stroke-md {
    stroke-width: 1px; } 
  .sm\:stroke-lg {
    stroke-width: 1.5px; } 
  .sm\:stroke-2x {
    stroke-width: 2px; } 
  .sm\:stroke-3x {
    stroke-width: 3px; } 
  .sm\:text-current {
    color: currentColor; } 
  .sm\:text-md {
    font-size: 1rem; } 
  .sm\:text {
    font-size: 1rem; } 
  .sm\:text-xs {
    font-size: 0.8rem; } 
  .sm\:text-sm {
    font-size: 0.9rem; } 
  .sm\:text-lg {
    font-size: 1.2rem; } 
  .sm\:text-xl {
    font-size: 1.4rem; } 
  .sm\:text-2x {
    font-size: 2rem; } 
  .sm\:text-4x {
    font-size: 4rem; } 
  .sm\:text-8x {
    font-size: 8rem; } 
  .sm\:text-mono {
    font-family: monospace, monospace; } 
  .sm\:text-uppercase {
    text-transform: uppercase; } 
  .sm\:text-lowercase {
    text-transform: lowercase; } 
  .sm\:text-capitalize {
    text-transform: capitalize; } 
  .sm\:text-normal-case {
    text-transform: none; } 
  .sm\:text-italic {
    font-style: italic; } 
  .sm\:text-no-underline {
    text-decoration: none; } 
  .sm\:text-line-through {
    text-decoration: line-through; } 
  .sm\:text-100 {
    font-weight: 100; } 
  .sm\:text-hairline {
    font-weight: 100; } 
  .sm\:text-200 {
    font-weight: 200; } 
  .sm\:text-thin {
    font-weight: 200; } 
  .sm\:text-300 {
    font-weight: 300; } 
  .sm\:text-light {
    font-weight: 300; } 
  .sm\:text-400 {
    font-weight: 400; } 
  .sm\:text-normal {
    font-weight: 400; } 
  .sm\:text-500 {
    font-weight: 500; } 
  .sm\:text-medium {
    font-weight: 500; } 
  .sm\:text-600 {
    font-weight: 600; } 
  .sm\:text-semibold {
    font-weight: 600; } 
  .sm\:text-700 {
    font-weight: 700; } 
  .sm\:text-bold {
    font-weight: 700; } 
  .sm\:text-800 {
    font-weight: 800; } 
  .sm\:text-extrabold {
    font-weight: 800; } 
  .sm\:text-900 {
    font-weight: 900; } 
  .sm\:text-black {
    font-weight: 900; } 
  .sm\:text-left {
    text-align: left; } 
  .sm\:text-right {
    text-align: right; } 
  .sm\:text-center {
    text-align: center; } 
  .sm\:text-justify {
    text-align: justify; } 
  .sm\:leading-none {
    line-height: 1; } 
  .sm\:leading-tight {
    line-height: 1.25; } 
  .sm\:leading-snug {
    line-height: 1.375; } 
  .sm\:leading-normal {
    line-height: 1.5; } 
  .sm\:leading-relaxed {
    line-height: 1.625; } 
  .sm\:leading-loose {
    line-height: 2; } 
  .sm\:tracking-tighter {
    letter-spacing: -0.05em; } 
  .sm\:tracking-tight {
    letter-spacing: -0.025em; } 
  .sm\:tracking-normal {
    letter-spacing: 0; } 
  .sm\:tracking-wide {
    letter-spacing: 0.025em; } 
  .sm\:tracking-wider {
    letter-spacing: 0.05em; } 
  .sm\:tracking-widest {
    letter-spacing: 0.1em; } 
  .sm\:text-col-2 {
    column-count: 2;
    column-gap: 5em; } 
  .sm\:text-col-3 {
    column-count: 3;
    column-gap: 5em; } 
  .sm\:text-list-none {
    list-style-type: none; } 
  .sm\:text-list-disc {
    list-style-type: disc; } 
  .sm\:text-list-decimal {
    list-style-type: decimal; } 
  .sm\:text-list-inside {
    list-style-position: inside; } 
  .sm\:text-list-outside {
    list-style-position: outside; } 
  .sm\:height-0-vh {
    height: 0vh; } 
  .sm\:min-height-0-vh {
    min-height: 0vh; } 
  .sm\:max-height-0-vh {
    max-height: 0vh; } 
  .sm\:height-5-vh {
    height: 5vh; } 
  .sm\:min-height-5-vh {
    min-height: 5vh; } 
  .sm\:max-height-5-vh {
    max-height: 5vh; } 
  .sm\:height-10-vh {
    height: 10vh; } 
  .sm\:min-height-10-vh {
    min-height: 10vh; } 
  .sm\:max-height-10-vh {
    max-height: 10vh; } 
  .sm\:height-15-vh {
    height: 15vh; } 
  .sm\:min-height-15-vh {
    min-height: 15vh; } 
  .sm\:max-height-15-vh {
    max-height: 15vh; } 
  .sm\:height-20-vh {
    height: 20vh; } 
  .sm\:min-height-20-vh {
    min-height: 20vh; } 
  .sm\:max-height-20-vh {
    max-height: 20vh; } 
  .sm\:height-25-vh {
    height: 25vh; } 
  .sm\:min-height-25-vh {
    min-height: 25vh; } 
  .sm\:max-height-25-vh {
    max-height: 25vh; } 
  .sm\:height-30-vh {
    height: 30vh; } 
  .sm\:min-height-30-vh {
    min-height: 30vh; } 
  .sm\:max-height-30-vh {
    max-height: 30vh; } 
  .sm\:height-35-vh {
    height: 35vh; } 
  .sm\:min-height-35-vh {
    min-height: 35vh; } 
  .sm\:max-height-35-vh {
    max-height: 35vh; } 
  .sm\:height-40-vh {
    height: 40vh; } 
  .sm\:min-height-40-vh {
    min-height: 40vh; } 
  .sm\:max-height-40-vh {
    max-height: 40vh; } 
  .sm\:height-45-vh {
    height: 45vh; } 
  .sm\:min-height-45-vh {
    min-height: 45vh; } 
  .sm\:max-height-45-vh {
    max-height: 45vh; } 
  .sm\:height-50-vh {
    height: 50vh; } 
  .sm\:min-height-50-vh {
    min-height: 50vh; } 
  .sm\:max-height-50-vh {
    max-height: 50vh; } 
  .sm\:height-55-vh {
    height: 55vh; } 
  .sm\:min-height-55-vh {
    min-height: 55vh; } 
  .sm\:max-height-55-vh {
    max-height: 55vh; } 
  .sm\:height-60-vh {
    height: 60vh; } 
  .sm\:min-height-60-vh {
    min-height: 60vh; } 
  .sm\:max-height-60-vh {
    max-height: 60vh; } 
  .sm\:height-65-vh {
    height: 65vh; } 
  .sm\:min-height-65-vh {
    min-height: 65vh; } 
  .sm\:max-height-65-vh {
    max-height: 65vh; } 
  .sm\:height-70-vh {
    height: 70vh; } 
  .sm\:min-height-70-vh {
    min-height: 70vh; } 
  .sm\:max-height-70-vh {
    max-height: 70vh; } 
  .sm\:height-75-vh {
    height: 75vh; } 
  .sm\:min-height-75-vh {
    min-height: 75vh; } 
  .sm\:max-height-75-vh {
    max-height: 75vh; } 
  .sm\:height-80-vh {
    height: 80vh; } 
  .sm\:min-height-80-vh {
    min-height: 80vh; } 
  .sm\:max-height-80-vh {
    max-height: 80vh; } 
  .sm\:height-85-vh {
    height: 85vh; } 
  .sm\:min-height-85-vh {
    min-height: 85vh; } 
  .sm\:max-height-85-vh {
    max-height: 85vh; } 
  .sm\:height-90-vh {
    height: 90vh; } 
  .sm\:min-height-90-vh {
    min-height: 90vh; } 
  .sm\:max-height-90-vh {
    max-height: 90vh; } 
  .sm\:height-95-vh {
    height: 95vh; } 
  .sm\:min-height-95-vh {
    min-height: 95vh; } 
  .sm\:max-height-95-vh {
    max-height: 95vh; } 
  .sm\:height-100-vh {
    height: 100vh; } 
  .sm\:min-height-100-vh {
    min-height: 100vh; } 
  .sm\:max-height-100-vh {
    max-height: 100vh; } 
    .hero h1 {
      font-size: 36px; } 
  .sm\:flex-reverse {
    flex-direction: column-reverse; } 
  .sm\:margin-right--8x {
    margin-right: -8rem; } 
  .sm\:margin-bottom--4x {
    margin-bottom: -4rem; } }@media only screen and (min-width: 720px) {
  .md\:base {
    --breakpoints: "sm/max-width: 719px,md/min-width: 720px,lg/min-width: 1080px,xl/min-width: 1440px";
    --bg-opacity: 1.0;
    --shadow-opacity: 0.1;
    --border-opacity: 1.0;
    --border-color: 80, 81, 82; } 
  .container {
    max-width: 720px; } 
  .uniformDropdown-dropdown.has-pointer {
    margin-top: 1em; } 
  .uniformDropdown-pointer {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -1em;
    width: 2em;
    height: 2em;
    overflow: hidden; }
    .uniformDropdown-pointer:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: white;
      transform: rotate(-45deg);
      top: 85%;
      left: 0;
      box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2); } 
  .md\:layout-fixed {
    table-layout: fixed; } 
  .md\:aspect-4x3::before {
    content: "";
    display: block;
    padding-top: 75%;
    padding-left: 75%; } 
  .md\:aspect-2x1::before {
    content: "";
    display: block;
    padding-top: 50%;
    padding-left: 50%; } 
  .md\:aspect-16x9::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    padding-left: 56.25%; } 
  .md\:aspect-square::before {
    content: "";
    display: block;
    padding-top: 100%;
    padding-left: 100%; } 
  .md\:fill-current {
    fill: currentColor; } 
  .md\:stroke-current {
    stroke: currentColor; } 
  .md\:bg-none {
    background: transparent; } 
  .md\:border {
    border-width: 1px; } 
  .md\:border-none {
    border-width: 0; } 
  .md\:border-2px {
    border-width: 2px; } 
  .md\:border-3px {
    border-width: 3px; } 
  .md\:border-4px {
    border-width: 4px; } 
  .md\:border-dashed {
    border-style: dashed; } 
  .md\:border-top {
    border-top-width: 1px; } 
  .md\:border-top {
    border-top-width: 1px; } 
  .md\:border-top-none {
    border-top-width: 0; } 
  .md\:border-top-2px {
    border-top-width: 2px; } 
  .md\:border-top-3px {
    border-top-width: 3px; } 
  .md\:border-top-4px {
    border-top-width: 4px; } 
  .md\:border-right {
    border-right-width: 1px; } 
  .md\:border-right {
    border-right-width: 1px; } 
  .md\:border-right-none {
    border-right-width: 0; } 
  .md\:border-right-2px {
    border-right-width: 2px; } 
  .md\:border-right-3px {
    border-right-width: 3px; } 
  .md\:border-right-4px {
    border-right-width: 4px; } 
  .md\:border-bottom {
    border-bottom-width: 1px; } 
  .md\:border-bottom {
    border-bottom-width: 1px; } 
  .md\:border-bottom-none {
    border-bottom-width: 0; } 
  .md\:border-bottom-2px {
    border-bottom-width: 2px; } 
  .md\:border-bottom-3px {
    border-bottom-width: 3px; } 
  .md\:border-bottom-4px {
    border-bottom-width: 4px; } 
  .md\:border-left {
    border-left-width: 1px; } 
  .md\:border-left {
    border-left-width: 1px; } 
  .md\:border-left-none {
    border-left-width: 0; } 
  .md\:border-left-2px {
    border-left-width: 2px; } 
  .md\:border-left-3px {
    border-left-width: 3px; } 
  .md\:border-left-4px {
    border-left-width: 4px; } 
  .md\:rounded {
    border-radius: 0.25rem; } 
  .md\:rounded-none {
    border-radius: 0; } 
  .md\:rounded-xs {
    border-radius: 0.1rem; } 
  .md\:rounded-sm {
    border-radius: 0.2rem; } 
  .md\:rounded-lg {
    border-radius: 0.5rem; } 
  .md\:rounded-xl {
    border-radius: 1rem; } 
  .md\:rounded-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; } 
  .md\:rounded-top-none {
    border-top-right-radius: 0;
    border-top-left-radius: 0; } 
  .md\:rounded-top-xs {
    border-top-right-radius: 0.1rem;
    border-top-left-radius: 0.1rem; } 
  .md\:rounded-top-sm {
    border-top-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem; } 
  .md\:rounded-top-lg {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem; } 
  .md\:rounded-top-xl {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem; } 
  .md\:rounded-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; } 
  .md\:rounded-bottom-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; } 
  .md\:rounded-bottom-xs {
    border-bottom-right-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem; } 
  .md\:rounded-bottom-sm {
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; } 
  .md\:rounded-bottom-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } 
  .md\:rounded-bottom-xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem; } 
  .md\:rounded-left {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; } 
  .md\:rounded-left-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } 
  .md\:rounded-left-xs {
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem; } 
  .md\:rounded-left-sm {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; } 
  .md\:rounded-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } 
  .md\:rounded-left-xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; } 
  .md\:rounded-right {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } 
  .md\:rounded-right-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } 
  .md\:rounded-right-xs {
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem; } 
  .md\:rounded-right-sm {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; } 
  .md\:rounded-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; } 
  .md\:rounded-right-xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem; } 
  .md\:square {
    border-radius: 0; } 
  .md\:square-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0; } 
  .md\:square-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; } 
  .md\:square-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } 
  .md\:square-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } 
  .md\:round {
    border-radius: 50%; } 
  .md\:divide-h > * + * {
    border-left-width: 1px; } 
  .md\:divide-h-none > * + * {
    border-left-width: 0; } 
  .md\:divide-h-2px > * + * {
    border-left-width: 2px; } 
  .md\:divide-h-3px > * + * {
    border-left-width: 3px; } 
  .md\:divide-h-4px > * + * {
    border-left-width: 4px; } 
  .md\:divide-v > * + * {
    border-top-width: 1px; } 
  .md\:divide-v-none > * + * {
    border-top-width: 0; } 
  .md\:divide-v-2px > * + * {
    border-top-width: 2px; } 
  .md\:divide-v-3px > * + * {
    border-top-width: 3px; } 
  .md\:divide-v-4px > * + * {
    border-top-width: 4px; } 
  .md\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important; } 
  .md\:rotate-0 {
    --transform-rotate: 0deg; } 
  .md\:-rotate-0 {
    --transform-rotate: -0deg; } 
  .md\:rotate-1 {
    --transform-rotate: 1deg; } 
  .md\:-rotate-1 {
    --transform-rotate: -1deg; } 
  .md\:rotate-2 {
    --transform-rotate: 2deg; } 
  .md\:-rotate-2 {
    --transform-rotate: -2deg; } 
  .md\:rotate-3 {
    --transform-rotate: 3deg; } 
  .md\:-rotate-3 {
    --transform-rotate: -3deg; } 
  .md\:rotate-6 {
    --transform-rotate: 6deg; } 
  .md\:-rotate-6 {
    --transform-rotate: -6deg; } 
  .md\:rotate-12 {
    --transform-rotate: 12deg; } 
  .md\:-rotate-12 {
    --transform-rotate: -12deg; } 
  .md\:rotate-45 {
    --transform-rotate: 45deg; } 
  .md\:-rotate-45 {
    --transform-rotate: -45deg; } 
  .md\:rotate-90 {
    --transform-rotate: 90deg; } 
  .md\:-rotate-90 {
    --transform-rotate: -90deg; } 
  .md\:rotate-180 {
    --transform-rotate: 180deg; } 
  .md\:-rotate-180 {
    --transform-rotate: -180deg; } 
  .md\:inline {
    display: inline; } 
  .md\:block {
    display: block; } 
  .md\:inline-block {
    display: inline-block; } 
  .md\:grid {
    display: grid; } 
  .md\:inline-grid {
    display: inline-grid; } 
  .md\:flex {
    display: flex; } 
  .md\:inline-flex {
    display: inline-flex; } 
  .md\:table {
    display: table; } 
  .md\:table-cell {
    display: table-cell; } 
  .md\:table-row {
    display: table-row; } 
  .md\:contents {
    display: contents; } 
  .md\:hide {
    display: none; } 
  .md\:show {
    display: inherit; } 
  .md\:hide-empty:empty {
    display: none; } 
  .md\:float-right {
    float: right; } 
  .md\:float-left {
    float: left; } 
  .md\:clear {
    clear: both; } 
  .md\:flex-col {
    flex-direction: column; } 
  .md\:flex-nowrap {
    flex-wrap: nowrap; } 
  .md\:flex-wrap {
    flex-wrap: wrap; } 
  .md\:flex-fill {
    flex: 1 1 auto; } 
  .md\:flex-grow {
    flex: 1 0 auto; } 
  .md\:flex-shrink {
    flex: 0 1 auto; } 
  .md\:flex-none {
    flex: 0 0 auto; } 
  .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\:cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } 
  .md\:col-span-1 {
    grid-column: span 1/span 1; } 
  .md\:col-start-1 {
    grid-column-start: 1; } 
  .md\:col-end-1 {
    grid-column-end: 1; } 
  .md\:cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } 
  .md\:col-span-2 {
    grid-column: span 2/span 2; } 
  .md\:col-start-2 {
    grid-column-start: 2; } 
  .md\:col-end-2 {
    grid-column-end: 2; } 
  .md\:cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } 
  .md\:col-span-3 {
    grid-column: span 3/span 3; } 
  .md\:col-start-3 {
    grid-column-start: 3; } 
  .md\:col-end-3 {
    grid-column-end: 3; } 
  .md\:cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } 
  .md\:col-span-4 {
    grid-column: span 4/span 4; } 
  .md\:col-start-4 {
    grid-column-start: 4; } 
  .md\:col-end-4 {
    grid-column-end: 4; } 
  .md\:cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } 
  .md\:col-span-5 {
    grid-column: span 5/span 5; } 
  .md\:col-start-5 {
    grid-column-start: 5; } 
  .md\:col-end-5 {
    grid-column-end: 5; } 
  .md\:cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } 
  .md\:col-span-6 {
    grid-column: span 6/span 6; } 
  .md\:col-start-6 {
    grid-column-start: 6; } 
  .md\:col-end-6 {
    grid-column-end: 6; } 
  .md\:cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); } 
  .md\:col-span-7 {
    grid-column: span 7/span 7; } 
  .md\:col-start-7 {
    grid-column-start: 7; } 
  .md\:col-end-7 {
    grid-column-end: 7; } 
  .md\:cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); } 
  .md\:col-span-8 {
    grid-column: span 8/span 8; } 
  .md\:col-start-8 {
    grid-column-start: 8; } 
  .md\:col-end-8 {
    grid-column-end: 8; } 
  .md\:cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); } 
  .md\:col-span-9 {
    grid-column: span 9/span 9; } 
  .md\:col-start-9 {
    grid-column-start: 9; } 
  .md\:col-end-9 {
    grid-column-end: 9; } 
  .md\:cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); } 
  .md\:col-span-10 {
    grid-column: span 10/span 10; } 
  .md\:col-start-10 {
    grid-column-start: 10; } 
  .md\:col-end-10 {
    grid-column-end: 10; } 
  .md\:cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)); } 
  .md\:col-span-11 {
    grid-column: span 11/span 11; } 
  .md\:col-start-11 {
    grid-column-start: 11; } 
  .md\:col-end-11 {
    grid-column-end: 11; } 
  .md\:cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)); } 
  .md\:col-span-12 {
    grid-column: span 12/span 12; } 
  .md\:col-start-12 {
    grid-column-start: 12; } 
  .md\:col-end-12 {
    grid-column-end: 12; } 
  .md\:cols-fill-0-px {
    grid-template-columns: repeat(auto-fill, minmax(0px, 1fr)); } 
  .md\:cols-fit-0-px {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr)); } 
  .md\:cols-fill-5-px {
    grid-template-columns: repeat(auto-fill, minmax(5px, 1fr)); } 
  .md\:cols-fit-5-px {
    grid-template-columns: repeat(auto-fit, minmax(5px, 1fr)); } 
  .md\:cols-fill-10-px {
    grid-template-columns: repeat(auto-fill, minmax(10px, 1fr)); } 
  .md\:cols-fit-10-px {
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr)); } 
  .md\:cols-fill-15-px {
    grid-template-columns: repeat(auto-fill, minmax(15px, 1fr)); } 
  .md\:cols-fit-15-px {
    grid-template-columns: repeat(auto-fit, minmax(15px, 1fr)); } 
  .md\:cols-fill-20-px {
    grid-template-columns: repeat(auto-fill, minmax(20px, 1fr)); } 
  .md\:cols-fit-20-px {
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr)); } 
  .md\:cols-fill-25-px {
    grid-template-columns: repeat(auto-fill, minmax(25px, 1fr)); } 
  .md\:cols-fit-25-px {
    grid-template-columns: repeat(auto-fit, minmax(25px, 1fr)); } 
  .md\:cols-fill-30-px {
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr)); } 
  .md\:cols-fit-30-px {
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr)); } 
  .md\:cols-fill-35-px {
    grid-template-columns: repeat(auto-fill, minmax(35px, 1fr)); } 
  .md\:cols-fit-35-px {
    grid-template-columns: repeat(auto-fit, minmax(35px, 1fr)); } 
  .md\:cols-fill-40-px {
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr)); } 
  .md\:cols-fit-40-px {
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr)); } 
  .md\:cols-fill-45-px {
    grid-template-columns: repeat(auto-fill, minmax(45px, 1fr)); } 
  .md\:cols-fit-45-px {
    grid-template-columns: repeat(auto-fit, minmax(45px, 1fr)); } 
  .md\:cols-fill-50-px {
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)); } 
  .md\:cols-fit-50-px {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr)); } 
  .md\:cols-fill-55-px {
    grid-template-columns: repeat(auto-fill, minmax(55px, 1fr)); } 
  .md\:cols-fit-55-px {
    grid-template-columns: repeat(auto-fit, minmax(55px, 1fr)); } 
  .md\:cols-fill-60-px {
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); } 
  .md\:cols-fit-60-px {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); } 
  .md\:cols-fill-65-px {
    grid-template-columns: repeat(auto-fill, minmax(65px, 1fr)); } 
  .md\:cols-fit-65-px {
    grid-template-columns: repeat(auto-fit, minmax(65px, 1fr)); } 
  .md\:cols-fill-70-px {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr)); } 
  .md\:cols-fit-70-px {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)); } 
  .md\:cols-fill-75-px {
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr)); } 
  .md\:cols-fit-75-px {
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr)); } 
  .md\:cols-fill-80-px {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); } 
  .md\:cols-fit-80-px {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); } 
  .md\:cols-fill-85-px {
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr)); } 
  .md\:cols-fit-85-px {
    grid-template-columns: repeat(auto-fit, minmax(85px, 1fr)); } 
  .md\:cols-fill-90-px {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); } 
  .md\:cols-fit-90-px {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); } 
  .md\:cols-fill-95-px {
    grid-template-columns: repeat(auto-fill, minmax(95px, 1fr)); } 
  .md\:cols-fit-95-px {
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr)); } 
  .md\:cols-fill-100-px {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); } 
  .md\:cols-fit-100-px {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); } 
  .md\:cols-fill-105-px {
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr)); } 
  .md\:cols-fit-105-px {
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr)); } 
  .md\:cols-fill-110-px {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); } 
  .md\:cols-fit-110-px {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); } 
  .md\:cols-fill-115-px {
    grid-template-columns: repeat(auto-fill, minmax(115px, 1fr)); } 
  .md\:cols-fit-115-px {
    grid-template-columns: repeat(auto-fit, minmax(115px, 1fr)); } 
  .md\:cols-fill-120-px {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); } 
  .md\:cols-fit-120-px {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); } 
  .md\:cols-fill-125-px {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr)); } 
  .md\:cols-fit-125-px {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)); } 
  .md\:cols-fill-130-px {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); } 
  .md\:cols-fit-130-px {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); } 
  .md\:cols-fill-135-px {
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr)); } 
  .md\:cols-fit-135-px {
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); } 
  .md\:cols-fill-140-px {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); } 
  .md\:cols-fit-140-px {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); } 
  .md\:cols-fill-145-px {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr)); } 
  .md\:cols-fit-145-px {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); } 
  .md\:cols-fill-150-px {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } 
  .md\:cols-fit-150-px {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } 
  .md\:cols-fill-155-px {
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr)); } 
  .md\:cols-fit-155-px {
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)); } 
  .md\:cols-fill-160-px {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); } 
  .md\:cols-fit-160-px {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); } 
  .md\:cols-fill-165-px {
    grid-template-columns: repeat(auto-fill, minmax(165px, 1fr)); } 
  .md\:cols-fit-165-px {
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); } 
  .md\:cols-fill-170-px {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); } 
  .md\:cols-fit-170-px {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); } 
  .md\:cols-fill-175-px {
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); } 
  .md\:cols-fit-175-px {
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); } 
  .md\:cols-fill-180-px {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); } 
  .md\:cols-fit-180-px {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); } 
  .md\:cols-fill-185-px {
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); } 
  .md\:cols-fit-185-px {
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); } 
  .md\:cols-fill-190-px {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); } 
  .md\:cols-fit-190-px {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); } 
  .md\:cols-fill-195-px {
    grid-template-columns: repeat(auto-fill, minmax(195px, 1fr)); } 
  .md\:cols-fit-195-px {
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); } 
  .md\:cols-fill-200-px {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } 
  .md\:cols-fit-200-px {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } 
  .md\:cols-fill-205-px {
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)); } 
  .md\:cols-fit-205-px {
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)); } 
  .md\:cols-fill-210-px {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); } 
  .md\:cols-fit-210-px {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); } 
  .md\:cols-fill-215-px {
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); } 
  .md\:cols-fit-215-px {
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); } 
  .md\:cols-fill-220-px {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); } 
  .md\:cols-fit-220-px {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } 
  .md\:cols-fill-225-px {
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr)); } 
  .md\:cols-fit-225-px {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)); } 
  .md\:cols-fill-230-px {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); } 
  .md\:cols-fit-230-px {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); } 
  .md\:cols-fill-235-px {
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); } 
  .md\:cols-fit-235-px {
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); } 
  .md\:cols-fill-240-px {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); } 
  .md\:cols-fit-240-px {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } 
  .md\:cols-fill-245-px {
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)); } 
  .md\:cols-fit-245-px {
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); } 
  .md\:cols-fill-250-px {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); } 
  .md\:cols-fit-250-px {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } 
  .md\:cols-fill-255-px {
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); } 
  .md\:cols-fit-255-px {
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); } 
  .md\:cols-fill-260-px {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); } 
  .md\:cols-fit-260-px {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } 
  .md\:cols-fill-265-px {
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr)); } 
  .md\:cols-fit-265-px {
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); } 
  .md\:cols-fill-270-px {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); } 
  .md\:cols-fit-270-px {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); } 
  .md\:cols-fill-275-px {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr)); } 
  .md\:cols-fit-275-px {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); } 
  .md\:cols-fill-280-px {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); } 
  .md\:cols-fit-280-px {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } 
  .md\:cols-fill-285-px {
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr)); } 
  .md\:cols-fit-285-px {
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); } 
  .md\:cols-fill-290-px {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); } 
  .md\:cols-fit-290-px {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); } 
  .md\:cols-fill-295-px {
    grid-template-columns: repeat(auto-fill, minmax(295px, 1fr)); } 
  .md\:cols-fit-295-px {
    grid-template-columns: repeat(auto-fit, minmax(295px, 1fr)); } 
  .md\:cols-fill-300-px {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } 
  .md\:cols-fit-300-px {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } 
  .md\:cols-fill-305-px {
    grid-template-columns: repeat(auto-fill, minmax(305px, 1fr)); } 
  .md\:cols-fit-305-px {
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr)); } 
  .md\:cols-fill-310-px {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); } 
  .md\:cols-fit-310-px {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); } 
  .md\:cols-fill-315-px {
    grid-template-columns: repeat(auto-fill, minmax(315px, 1fr)); } 
  .md\:cols-fit-315-px {
    grid-template-columns: repeat(auto-fit, minmax(315px, 1fr)); } 
  .md\:cols-fill-320-px {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); } 
  .md\:cols-fit-320-px {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); } 
  .md\:cols-fill-325-px {
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr)); } 
  .md\:cols-fit-325-px {
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr)); } 
  .md\:cols-fill-330-px {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); } 
  .md\:cols-fit-330-px {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); } 
  .md\:cols-fill-335-px {
    grid-template-columns: repeat(auto-fill, minmax(335px, 1fr)); } 
  .md\:cols-fit-335-px {
    grid-template-columns: repeat(auto-fit, minmax(335px, 1fr)); } 
  .md\:cols-fill-340-px {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); } 
  .md\:cols-fit-340-px {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); } 
  .md\:cols-fill-345-px {
    grid-template-columns: repeat(auto-fill, minmax(345px, 1fr)); } 
  .md\:cols-fit-345-px {
    grid-template-columns: repeat(auto-fit, minmax(345px, 1fr)); } 
  .md\:cols-fill-350-px {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); } 
  .md\:cols-fit-350-px {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); } 
  .md\:cols-fill-355-px {
    grid-template-columns: repeat(auto-fill, minmax(355px, 1fr)); } 
  .md\:cols-fit-355-px {
    grid-template-columns: repeat(auto-fit, minmax(355px, 1fr)); } 
  .md\:cols-fill-360-px {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); } 
  .md\:cols-fit-360-px {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); } 
  .md\:cols-fill-365-px {
    grid-template-columns: repeat(auto-fill, minmax(365px, 1fr)); } 
  .md\:cols-fit-365-px {
    grid-template-columns: repeat(auto-fit, minmax(365px, 1fr)); } 
  .md\:cols-fill-370-px {
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr)); } 
  .md\:cols-fit-370-px {
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr)); } 
  .md\:cols-fill-375-px {
    grid-template-columns: repeat(auto-fill, minmax(375px, 1fr)); } 
  .md\:cols-fit-375-px {
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr)); } 
  .md\:cols-fill-380-px {
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)); } 
  .md\:cols-fit-380-px {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); } 
  .md\:cols-fill-385-px {
    grid-template-columns: repeat(auto-fill, minmax(385px, 1fr)); } 
  .md\:cols-fit-385-px {
    grid-template-columns: repeat(auto-fit, minmax(385px, 1fr)); } 
  .md\:cols-fill-390-px {
    grid-template-columns: repeat(auto-fill, minmax(390px, 1fr)); } 
  .md\:cols-fit-390-px {
    grid-template-columns: repeat(auto-fit, minmax(390px, 1fr)); } 
  .md\:cols-fill-395-px {
    grid-template-columns: repeat(auto-fill, minmax(395px, 1fr)); } 
  .md\:cols-fit-395-px {
    grid-template-columns: repeat(auto-fit, minmax(395px, 1fr)); } 
  .md\:cols-fill-400-px {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); } 
  .md\:cols-fit-400-px {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); } 
  .md\:cols-fill-405-px {
    grid-template-columns: repeat(auto-fill, minmax(405px, 1fr)); } 
  .md\:cols-fit-405-px {
    grid-template-columns: repeat(auto-fit, minmax(405px, 1fr)); } 
  .md\:cols-fill-410-px {
    grid-template-columns: repeat(auto-fill, minmax(410px, 1fr)); } 
  .md\:cols-fit-410-px {
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr)); } 
  .md\:cols-fill-415-px {
    grid-template-columns: repeat(auto-fill, minmax(415px, 1fr)); } 
  .md\:cols-fit-415-px {
    grid-template-columns: repeat(auto-fit, minmax(415px, 1fr)); } 
  .md\:cols-fill-420-px {
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); } 
  .md\:cols-fit-420-px {
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); } 
  .md\:cols-fill-425-px {
    grid-template-columns: repeat(auto-fill, minmax(425px, 1fr)); } 
  .md\:cols-fit-425-px {
    grid-template-columns: repeat(auto-fit, minmax(425px, 1fr)); } 
  .md\:cols-fill-430-px {
    grid-template-columns: repeat(auto-fill, minmax(430px, 1fr)); } 
  .md\:cols-fit-430-px {
    grid-template-columns: repeat(auto-fit, minmax(430px, 1fr)); } 
  .md\:cols-fill-435-px {
    grid-template-columns: repeat(auto-fill, minmax(435px, 1fr)); } 
  .md\:cols-fit-435-px {
    grid-template-columns: repeat(auto-fit, minmax(435px, 1fr)); } 
  .md\:cols-fill-440-px {
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr)); } 
  .md\:cols-fit-440-px {
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr)); } 
  .md\:cols-fill-445-px {
    grid-template-columns: repeat(auto-fill, minmax(445px, 1fr)); } 
  .md\:cols-fit-445-px {
    grid-template-columns: repeat(auto-fit, minmax(445px, 1fr)); } 
  .md\:cols-fill-450-px {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); } 
  .md\:cols-fit-450-px {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); } 
  .md\:cols-fill-455-px {
    grid-template-columns: repeat(auto-fill, minmax(455px, 1fr)); } 
  .md\:cols-fit-455-px {
    grid-template-columns: repeat(auto-fit, minmax(455px, 1fr)); } 
  .md\:cols-fill-460-px {
    grid-template-columns: repeat(auto-fill, minmax(460px, 1fr)); } 
  .md\:cols-fit-460-px {
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr)); } 
  .md\:cols-fill-465-px {
    grid-template-columns: repeat(auto-fill, minmax(465px, 1fr)); } 
  .md\:cols-fit-465-px {
    grid-template-columns: repeat(auto-fit, minmax(465px, 1fr)); } 
  .md\:cols-fill-470-px {
    grid-template-columns: repeat(auto-fill, minmax(470px, 1fr)); } 
  .md\:cols-fit-470-px {
    grid-template-columns: repeat(auto-fit, minmax(470px, 1fr)); } 
  .md\:cols-fill-475-px {
    grid-template-columns: repeat(auto-fill, minmax(475px, 1fr)); } 
  .md\:cols-fit-475-px {
    grid-template-columns: repeat(auto-fit, minmax(475px, 1fr)); } 
  .md\:cols-fill-480-px {
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr)); } 
  .md\:cols-fit-480-px {
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr)); } 
  .md\:cols-fill-485-px {
    grid-template-columns: repeat(auto-fill, minmax(485px, 1fr)); } 
  .md\:cols-fit-485-px {
    grid-template-columns: repeat(auto-fit, minmax(485px, 1fr)); } 
  .md\:cols-fill-490-px {
    grid-template-columns: repeat(auto-fill, minmax(490px, 1fr)); } 
  .md\:cols-fit-490-px {
    grid-template-columns: repeat(auto-fit, minmax(490px, 1fr)); } 
  .md\:cols-fill-495-px {
    grid-template-columns: repeat(auto-fill, minmax(495px, 1fr)); } 
  .md\:cols-fit-495-px {
    grid-template-columns: repeat(auto-fit, minmax(495px, 1fr)); } 
  .md\:cols-fill-500-px {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr)); } 
  .md\:cols-fit-500-px {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); } 
  .md\:rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)); } 
  .md\:row-span-1 {
    grid-row: span 1/span 1; } 
  .md\:row-start-1 {
    grid-row-start: 1; } 
  .md\:row-end-1 {
    grid-row-end: 1; } 
  .md\:rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)); } 
  .md\:row-span-2 {
    grid-row: span 2/span 2; } 
  .md\:row-start-2 {
    grid-row-start: 2; } 
  .md\:row-end-2 {
    grid-row-end: 2; } 
  .md\:rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)); } 
  .md\:row-span-3 {
    grid-row: span 3/span 3; } 
  .md\:row-start-3 {
    grid-row-start: 3; } 
  .md\:row-end-3 {
    grid-row-end: 3; } 
  .md\:rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)); } 
  .md\:row-span-4 {
    grid-row: span 4/span 4; } 
  .md\:row-start-4 {
    grid-row-start: 4; } 
  .md\:row-end-4 {
    grid-row-end: 4; } 
  .md\:rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)); } 
  .md\:row-span-5 {
    grid-row: span 5/span 5; } 
  .md\:row-start-5 {
    grid-row-start: 5; } 
  .md\:row-end-5 {
    grid-row-end: 5; } 
  .md\:rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)); } 
  .md\:row-span-6 {
    grid-row: span 6/span 6; } 
  .md\:row-start-6 {
    grid-row-start: 6; } 
  .md\:row-end-6 {
    grid-row-end: 6; } 
  .md\:grid-flow-row {
    grid-auto-flow: row; } 
  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense; } 
  .md\:grid-flow-col {
    grid-auto-flow: column; } 
  .md\:grid-flow-column-dense {
    grid-auto-flow: column dense; } 
  .md\:gap {
    gap: 1rem; } 
  .md\:gap-none {
    gap: 0; } 
  .md\:gap-xs {
    gap: 0.8rem; } 
  .md\:gap-sm {
    gap: 0.9rem; } 
  .md\:gap-lg {
    gap: 1.2rem; } 
  .md\:gap-xl {
    gap: 1.4rem; } 
  .md\:gap-1\/2x {
    gap: 0.5rem; } 
  .md\:gap-1\/4x {
    gap: 0.25rem; } 
  .md\:gap-2x {
    gap: 2rem; } 
  .md\:gap-4x {
    gap: 4rem; } 
  .md\:gap-h {
    column-gap: 1rem; } 
  .md\:gap-h-none {
    column-gap: 0; } 
  .md\:gap-h-xs {
    column-gap: 0.8rem; } 
  .md\:gap-h-sm {
    column-gap: 0.9rem; } 
  .md\:gap-h-lg {
    column-gap: 1.2rem; } 
  .md\:gap-h-xl {
    column-gap: 1.4rem; } 
  .md\:gap-h-1\/2x {
    column-gap: 0.5rem; } 
  .md\:gap-h-1\/4x {
    column-gap: 0.25rem; } 
  .md\:gap-h-2x {
    column-gap: 2rem; } 
  .md\:gap-h-4x {
    column-gap: 4rem; } 
  .md\:gap-v {
    row-gap: 1rem; } 
  .md\:gap-v-none {
    row-gap: 0; } 
  .md\:gap-v-xs {
    row-gap: 0.8rem; } 
  .md\:gap-v-sm {
    row-gap: 0.9rem; } 
  .md\:gap-v-lg {
    row-gap: 1.2rem; } 
  .md\:gap-v-xl {
    row-gap: 1.4rem; } 
  .md\:gap-v-1\/2x {
    row-gap: 0.5rem; } 
  .md\:gap-v-1\/4x {
    row-gap: 0.25rem; } 
  .md\:gap-v-2x {
    row-gap: 2rem; } 
  .md\:gap-v-4x {
    row-gap: 4rem; } 
  .md\:justify-content-start {
    justify-content: flex-start; } 
  .md\:align-content-start {
    align-content: flex-start; } 
  .md\:justify-content-end {
    justify-content: flex-end; } 
  .md\:align-content-end {
    align-content: flex-end; } 
  .md\:justify-content-center {
    justify-content: center; } 
  .md\:align-content-center {
    align-content: center; } 
  .md\:justify-content-between {
    justify-content: space-between; } 
  .md\:align-content-between {
    align-content: space-between; } 
  .md\:justify-content-around {
    justify-content: space-around; } 
  .md\:align-content-around {
    align-content: space-around; } 
  .md\:justify-content-evenly {
    justify-content: space-evenly; } 
  .md\:align-content-evenly {
    align-content: space-evenly; } 
  .md\:justify-auto {
    justify-items: auto; } 
  .md\:align-auto {
    align-items: auto; } 
  .md\:justify-start {
    justify-items: start; } 
  .md\:align-start {
    align-items: start; } 
  .md\:justify-end {
    justify-items: end; } 
  .md\:align-end {
    align-items: end; } 
  .md\:justify-center {
    justify-items: center; } 
  .md\:align-center {
    align-items: center; } 
  .md\:justify-stretch {
    justify-items: stretch; } 
  .md\:align-stretch {
    align-items: stretch; } 
  .md\:justify-baseline {
    justify-items: baseline; } 
  .md\:align-baseline {
    align-items: baseline; } 
  .md\:justify-flex-start {
    justify-items: flex-start; } 
  .md\:align-flex-start {
    align-items: flex-start; } 
  .md\:justify-flex-end {
    justify-items: flex-end; } 
  .md\:align-flex-end {
    align-items: flex-end; } 
  .md\:justify-self-auto {
    justify-self: auto; } 
  .md\:align-self-auto {
    align-self: auto; } 
  .md\:justify-self-start {
    justify-self: start; } 
  .md\:align-self-start {
    align-self: start; } 
  .md\:justify-self-end {
    justify-self: end; } 
  .md\:align-self-end {
    align-self: end; } 
  .md\:justify-self-center {
    justify-self: center; } 
  .md\:align-self-center {
    align-self: center; } 
  .md\:justify-self-stretch {
    justify-self: stretch; } 
  .md\:align-self-stretch {
    align-self: stretch; } 
  .md\:justify-self-flex-start {
    justify-self: flex-start; } 
  .md\:align-self-flex-start {
    align-self: flex-start; } 
  .md\:justify-self-flex-end {
    justify-self: flex-end; } 
  .md\:align-self-flex-end {
    align-self: flex-end; } 
  .md\:object-cover {
    object-fit: cover; } 
  .md\:object-contain {
    object-fit: contain; } 
  .md\:object-center {
    object-position: center; } 
  .md\:align-baseline {
    vertical-align: baseline; } 
  .md\:align-middle {
    vertical-align: middle; } 
  .md\:align-top {
    vertical-align: top; } 
  .md\:align-bottom {
    vertical-align: bottom; } 
  .md\:align-text-top {
    vertical-align: text-top; } 
  .md\:align-text-bottom {
    vertical-align: text-bottom; } 
  .md\:relative {
    position: relative; } 
  .md\:absolute {
    position: absolute; } 
  .md\:sticky {
    position: sticky; } 
  .md\:fixed {
    position: fixed; } 
  .md\:static {
    position: static; } 
  .md\:top-0 {
    top: 0; } 
  .md\:top-auto {
    top: auto; } 
  .md\:right-0 {
    right: 0; } 
  .md\:right-auto {
    right: auto; } 
  .md\:bottom-0 {
    bottom: 0; } 
  .md\:bottom-auto {
    bottom: auto; } 
  .md\:left-0 {
    left: 0; } 
  .md\:left-auto {
    left: auto; } 
  .md\:position-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } 
  .md\:position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); } 
  .md\:position-v-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); } 
  .md\:position-h-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); } 
  .md\:width-1\/1 {
    width: 100%; } 
  .md\:min-width-1\/1 {
    min-width: 100%; } 
  .md\:max-width-1\/1 {
    max-width: 100%; } 
  .md\:width-1\/2 {
    width: 50%; } 
  .md\:min-width-1\/2 {
    min-width: 50%; } 
  .md\:max-width-1\/2 {
    max-width: 50%; } 
  .md\:width-2\/2 {
    width: 100%; } 
  .md\:min-width-2\/2 {
    min-width: 100%; } 
  .md\:max-width-2\/2 {
    max-width: 100%; } 
  .md\:width-1\/3 {
    width: 33.3333333333%; } 
  .md\:min-width-1\/3 {
    min-width: 33.3333333333%; } 
  .md\:max-width-1\/3 {
    max-width: 33.3333333333%; } 
  .md\:width-2\/3 {
    width: 66.6666666667%; } 
  .md\:min-width-2\/3 {
    min-width: 66.6666666667%; } 
  .md\:max-width-2\/3 {
    max-width: 66.6666666667%; } 
  .md\:width-3\/3 {
    width: 100%; } 
  .md\:min-width-3\/3 {
    min-width: 100%; } 
  .md\:max-width-3\/3 {
    max-width: 100%; } 
  .md\:width-1\/4 {
    width: 25%; } 
  .md\:min-width-1\/4 {
    min-width: 25%; } 
  .md\:max-width-1\/4 {
    max-width: 25%; } 
  .md\:width-2\/4 {
    width: 50%; } 
  .md\:min-width-2\/4 {
    min-width: 50%; } 
  .md\:max-width-2\/4 {
    max-width: 50%; } 
  .md\:width-3\/4 {
    width: 75%; } 
  .md\:min-width-3\/4 {
    min-width: 75%; } 
  .md\:max-width-3\/4 {
    max-width: 75%; } 
  .md\:width-4\/4 {
    width: 100%; } 
  .md\:min-width-4\/4 {
    min-width: 100%; } 
  .md\:max-width-4\/4 {
    max-width: 100%; } 
  .md\:width-1\/5 {
    width: 20%; } 
  .md\:min-width-1\/5 {
    min-width: 20%; } 
  .md\:max-width-1\/5 {
    max-width: 20%; } 
  .md\:width-2\/5 {
    width: 40%; } 
  .md\:min-width-2\/5 {
    min-width: 40%; } 
  .md\:max-width-2\/5 {
    max-width: 40%; } 
  .md\:width-3\/5 {
    width: 60%; } 
  .md\:min-width-3\/5 {
    min-width: 60%; } 
  .md\:max-width-3\/5 {
    max-width: 60%; } 
  .md\:width-4\/5 {
    width: 80%; } 
  .md\:min-width-4\/5 {
    min-width: 80%; } 
  .md\:max-width-4\/5 {
    max-width: 80%; } 
  .md\:width-5\/5 {
    width: 100%; } 
  .md\:min-width-5\/5 {
    min-width: 100%; } 
  .md\:max-width-5\/5 {
    max-width: 100%; } 
  .md\:width-1\/6 {
    width: 16.6666666667%; } 
  .md\:min-width-1\/6 {
    min-width: 16.6666666667%; } 
  .md\:max-width-1\/6 {
    max-width: 16.6666666667%; } 
  .md\:width-2\/6 {
    width: 33.3333333333%; } 
  .md\:min-width-2\/6 {
    min-width: 33.3333333333%; } 
  .md\:max-width-2\/6 {
    max-width: 33.3333333333%; } 
  .md\:width-3\/6 {
    width: 50%; } 
  .md\:min-width-3\/6 {
    min-width: 50%; } 
  .md\:max-width-3\/6 {
    max-width: 50%; } 
  .md\:width-4\/6 {
    width: 66.6666666667%; } 
  .md\:min-width-4\/6 {
    min-width: 66.6666666667%; } 
  .md\:max-width-4\/6 {
    max-width: 66.6666666667%; } 
  .md\:width-5\/6 {
    width: 83.3333333333%; } 
  .md\:min-width-5\/6 {
    min-width: 83.3333333333%; } 
  .md\:max-width-5\/6 {
    max-width: 83.3333333333%; } 
  .md\:width-6\/6 {
    width: 100%; } 
  .md\:min-width-6\/6 {
    min-width: 100%; } 
  .md\:max-width-6\/6 {
    max-width: 100%; } 
  .md\:width-1\/7 {
    width: 14.2857142857%; } 
  .md\:min-width-1\/7 {
    min-width: 14.2857142857%; } 
  .md\:max-width-1\/7 {
    max-width: 14.2857142857%; } 
  .md\:width-2\/7 {
    width: 28.5714285714%; } 
  .md\:min-width-2\/7 {
    min-width: 28.5714285714%; } 
  .md\:max-width-2\/7 {
    max-width: 28.5714285714%; } 
  .md\:width-3\/7 {
    width: 42.8571428571%; } 
  .md\:min-width-3\/7 {
    min-width: 42.8571428571%; } 
  .md\:max-width-3\/7 {
    max-width: 42.8571428571%; } 
  .md\:width-4\/7 {
    width: 57.1428571429%; } 
  .md\:min-width-4\/7 {
    min-width: 57.1428571429%; } 
  .md\:max-width-4\/7 {
    max-width: 57.1428571429%; } 
  .md\:width-5\/7 {
    width: 71.4285714286%; } 
  .md\:min-width-5\/7 {
    min-width: 71.4285714286%; } 
  .md\:max-width-5\/7 {
    max-width: 71.4285714286%; } 
  .md\:width-6\/7 {
    width: 85.7142857143%; } 
  .md\:min-width-6\/7 {
    min-width: 85.7142857143%; } 
  .md\:max-width-6\/7 {
    max-width: 85.7142857143%; } 
  .md\:width-7\/7 {
    width: 100%; } 
  .md\:min-width-7\/7 {
    min-width: 100%; } 
  .md\:max-width-7\/7 {
    max-width: 100%; } 
  .md\:width-1\/8 {
    width: 12.5%; } 
  .md\:min-width-1\/8 {
    min-width: 12.5%; } 
  .md\:max-width-1\/8 {
    max-width: 12.5%; } 
  .md\:width-2\/8 {
    width: 25%; } 
  .md\:min-width-2\/8 {
    min-width: 25%; } 
  .md\:max-width-2\/8 {
    max-width: 25%; } 
  .md\:width-3\/8 {
    width: 37.5%; } 
  .md\:min-width-3\/8 {
    min-width: 37.5%; } 
  .md\:max-width-3\/8 {
    max-width: 37.5%; } 
  .md\:width-4\/8 {
    width: 50%; } 
  .md\:min-width-4\/8 {
    min-width: 50%; } 
  .md\:max-width-4\/8 {
    max-width: 50%; } 
  .md\:width-5\/8 {
    width: 62.5%; } 
  .md\:min-width-5\/8 {
    min-width: 62.5%; } 
  .md\:max-width-5\/8 {
    max-width: 62.5%; } 
  .md\:width-6\/8 {
    width: 75%; } 
  .md\:min-width-6\/8 {
    min-width: 75%; } 
  .md\:max-width-6\/8 {
    max-width: 75%; } 
  .md\:width-7\/8 {
    width: 87.5%; } 
  .md\:min-width-7\/8 {
    min-width: 87.5%; } 
  .md\:max-width-7\/8 {
    max-width: 87.5%; } 
  .md\:width-8\/8 {
    width: 100%; } 
  .md\:min-width-8\/8 {
    min-width: 100%; } 
  .md\:max-width-8\/8 {
    max-width: 100%; } 
  .md\:width-1\/9 {
    width: 11.1111111111%; } 
  .md\:min-width-1\/9 {
    min-width: 11.1111111111%; } 
  .md\:max-width-1\/9 {
    max-width: 11.1111111111%; } 
  .md\:width-2\/9 {
    width: 22.2222222222%; } 
  .md\:min-width-2\/9 {
    min-width: 22.2222222222%; } 
  .md\:max-width-2\/9 {
    max-width: 22.2222222222%; } 
  .md\:width-3\/9 {
    width: 33.3333333333%; } 
  .md\:min-width-3\/9 {
    min-width: 33.3333333333%; } 
  .md\:max-width-3\/9 {
    max-width: 33.3333333333%; } 
  .md\:width-4\/9 {
    width: 44.4444444444%; } 
  .md\:min-width-4\/9 {
    min-width: 44.4444444444%; } 
  .md\:max-width-4\/9 {
    max-width: 44.4444444444%; } 
  .md\:width-5\/9 {
    width: 55.5555555556%; } 
  .md\:min-width-5\/9 {
    min-width: 55.5555555556%; } 
  .md\:max-width-5\/9 {
    max-width: 55.5555555556%; } 
  .md\:width-6\/9 {
    width: 66.6666666667%; } 
  .md\:min-width-6\/9 {
    min-width: 66.6666666667%; } 
  .md\:max-width-6\/9 {
    max-width: 66.6666666667%; } 
  .md\:width-7\/9 {
    width: 77.7777777778%; } 
  .md\:min-width-7\/9 {
    min-width: 77.7777777778%; } 
  .md\:max-width-7\/9 {
    max-width: 77.7777777778%; } 
  .md\:width-8\/9 {
    width: 88.8888888889%; } 
  .md\:min-width-8\/9 {
    min-width: 88.8888888889%; } 
  .md\:max-width-8\/9 {
    max-width: 88.8888888889%; } 
  .md\:width-9\/9 {
    width: 100%; } 
  .md\:min-width-9\/9 {
    min-width: 100%; } 
  .md\:max-width-9\/9 {
    max-width: 100%; } 
  .md\:width-1\/10 {
    width: 10%; } 
  .md\:min-width-1\/10 {
    min-width: 10%; } 
  .md\:max-width-1\/10 {
    max-width: 10%; } 
  .md\:width-2\/10 {
    width: 20%; } 
  .md\:min-width-2\/10 {
    min-width: 20%; } 
  .md\:max-width-2\/10 {
    max-width: 20%; } 
  .md\:width-3\/10 {
    width: 30%; } 
  .md\:min-width-3\/10 {
    min-width: 30%; } 
  .md\:max-width-3\/10 {
    max-width: 30%; } 
  .md\:width-4\/10 {
    width: 40%; } 
  .md\:min-width-4\/10 {
    min-width: 40%; } 
  .md\:max-width-4\/10 {
    max-width: 40%; } 
  .md\:width-5\/10 {
    width: 50%; } 
  .md\:min-width-5\/10 {
    min-width: 50%; } 
  .md\:max-width-5\/10 {
    max-width: 50%; } 
  .md\:width-6\/10 {
    width: 60%; } 
  .md\:min-width-6\/10 {
    min-width: 60%; } 
  .md\:max-width-6\/10 {
    max-width: 60%; } 
  .md\:width-7\/10 {
    width: 70%; } 
  .md\:min-width-7\/10 {
    min-width: 70%; } 
  .md\:max-width-7\/10 {
    max-width: 70%; } 
  .md\:width-8\/10 {
    width: 80%; } 
  .md\:min-width-8\/10 {
    min-width: 80%; } 
  .md\:max-width-8\/10 {
    max-width: 80%; } 
  .md\:width-9\/10 {
    width: 90%; } 
  .md\:min-width-9\/10 {
    min-width: 90%; } 
  .md\:max-width-9\/10 {
    max-width: 90%; } 
  .md\:width-10\/10 {
    width: 100%; } 
  .md\:min-width-10\/10 {
    min-width: 100%; } 
  .md\:max-width-10\/10 {
    max-width: 100%; } 
  .md\:width-1\/11 {
    width: 9.0909090909%; } 
  .md\:min-width-1\/11 {
    min-width: 9.0909090909%; } 
  .md\:max-width-1\/11 {
    max-width: 9.0909090909%; } 
  .md\:width-2\/11 {
    width: 18.1818181818%; } 
  .md\:min-width-2\/11 {
    min-width: 18.1818181818%; } 
  .md\:max-width-2\/11 {
    max-width: 18.1818181818%; } 
  .md\:width-3\/11 {
    width: 27.2727272727%; } 
  .md\:min-width-3\/11 {
    min-width: 27.2727272727%; } 
  .md\:max-width-3\/11 {
    max-width: 27.2727272727%; } 
  .md\:width-4\/11 {
    width: 36.3636363636%; } 
  .md\:min-width-4\/11 {
    min-width: 36.3636363636%; } 
  .md\:max-width-4\/11 {
    max-width: 36.3636363636%; } 
  .md\:width-5\/11 {
    width: 45.4545454545%; } 
  .md\:min-width-5\/11 {
    min-width: 45.4545454545%; } 
  .md\:max-width-5\/11 {
    max-width: 45.4545454545%; } 
  .md\:width-6\/11 {
    width: 54.5454545455%; } 
  .md\:min-width-6\/11 {
    min-width: 54.5454545455%; } 
  .md\:max-width-6\/11 {
    max-width: 54.5454545455%; } 
  .md\:width-7\/11 {
    width: 63.6363636364%; } 
  .md\:min-width-7\/11 {
    min-width: 63.6363636364%; } 
  .md\:max-width-7\/11 {
    max-width: 63.6363636364%; } 
  .md\:width-8\/11 {
    width: 72.7272727273%; } 
  .md\:min-width-8\/11 {
    min-width: 72.7272727273%; } 
  .md\:max-width-8\/11 {
    max-width: 72.7272727273%; } 
  .md\:width-9\/11 {
    width: 81.8181818182%; } 
  .md\:min-width-9\/11 {
    min-width: 81.8181818182%; } 
  .md\:max-width-9\/11 {
    max-width: 81.8181818182%; } 
  .md\:width-10\/11 {
    width: 90.9090909091%; } 
  .md\:min-width-10\/11 {
    min-width: 90.9090909091%; } 
  .md\:max-width-10\/11 {
    max-width: 90.9090909091%; } 
  .md\:width-11\/11 {
    width: 100%; } 
  .md\:min-width-11\/11 {
    min-width: 100%; } 
  .md\:max-width-11\/11 {
    max-width: 100%; } 
  .md\:width-1\/12 {
    width: 8.3333333333%; } 
  .md\:min-width-1\/12 {
    min-width: 8.3333333333%; } 
  .md\:max-width-1\/12 {
    max-width: 8.3333333333%; } 
  .md\:width-2\/12 {
    width: 16.6666666667%; } 
  .md\:min-width-2\/12 {
    min-width: 16.6666666667%; } 
  .md\:max-width-2\/12 {
    max-width: 16.6666666667%; } 
  .md\:width-3\/12 {
    width: 25%; } 
  .md\:min-width-3\/12 {
    min-width: 25%; } 
  .md\:max-width-3\/12 {
    max-width: 25%; } 
  .md\:width-4\/12 {
    width: 33.3333333333%; } 
  .md\:min-width-4\/12 {
    min-width: 33.3333333333%; } 
  .md\:max-width-4\/12 {
    max-width: 33.3333333333%; } 
  .md\:width-5\/12 {
    width: 41.6666666667%; } 
  .md\:min-width-5\/12 {
    min-width: 41.6666666667%; } 
  .md\:max-width-5\/12 {
    max-width: 41.6666666667%; } 
  .md\:width-6\/12 {
    width: 50%; } 
  .md\:min-width-6\/12 {
    min-width: 50%; } 
  .md\:max-width-6\/12 {
    max-width: 50%; } 
  .md\:width-7\/12 {
    width: 58.3333333333%; } 
  .md\:min-width-7\/12 {
    min-width: 58.3333333333%; } 
  .md\:max-width-7\/12 {
    max-width: 58.3333333333%; } 
  .md\:width-8\/12 {
    width: 66.6666666667%; } 
  .md\:min-width-8\/12 {
    min-width: 66.6666666667%; } 
  .md\:max-width-8\/12 {
    max-width: 66.6666666667%; } 
  .md\:width-9\/12 {
    width: 75%; } 
  .md\:min-width-9\/12 {
    min-width: 75%; } 
  .md\:max-width-9\/12 {
    max-width: 75%; } 
  .md\:width-10\/12 {
    width: 83.3333333333%; } 
  .md\:min-width-10\/12 {
    min-width: 83.3333333333%; } 
  .md\:max-width-10\/12 {
    max-width: 83.3333333333%; } 
  .md\:width-11\/12 {
    width: 91.6666666667%; } 
  .md\:min-width-11\/12 {
    min-width: 91.6666666667%; } 
  .md\:max-width-11\/12 {
    max-width: 91.6666666667%; } 
  .md\:width-12\/12 {
    width: 100%; } 
  .md\:min-width-12\/12 {
    min-width: 100%; } 
  .md\:max-width-12\/12 {
    max-width: 100%; } 
  .md\:width-0-px {
    width: 0px; } 
  .md\:max-width-0-px {
    max-width: 0px; } 
  .md\:min-width-0-px {
    min-width: 0px; } 
  .md\:height-0-px {
    height: 0px; } 
  .md\:min-height-0-px {
    min-height: 0px; } 
  .md\:max-height-0-px {
    max-height: 0px; } 
  .md\:width-5-px {
    width: 5px; } 
  .md\:max-width-5-px {
    max-width: 5px; } 
  .md\:min-width-5-px {
    min-width: 5px; } 
  .md\:height-5-px {
    height: 5px; } 
  .md\:min-height-5-px {
    min-height: 5px; } 
  .md\:max-height-5-px {
    max-height: 5px; } 
  .md\:width-10-px {
    width: 10px; } 
  .md\:max-width-10-px {
    max-width: 10px; } 
  .md\:min-width-10-px {
    min-width: 10px; } 
  .md\:height-10-px {
    height: 10px; } 
  .md\:min-height-10-px {
    min-height: 10px; } 
  .md\:max-height-10-px {
    max-height: 10px; } 
  .md\:width-15-px {
    width: 15px; } 
  .md\:max-width-15-px {
    max-width: 15px; } 
  .md\:min-width-15-px {
    min-width: 15px; } 
  .md\:height-15-px {
    height: 15px; } 
  .md\:min-height-15-px {
    min-height: 15px; } 
  .md\:max-height-15-px {
    max-height: 15px; } 
  .md\:width-20-px {
    width: 20px; } 
  .md\:max-width-20-px {
    max-width: 20px; } 
  .md\:min-width-20-px {
    min-width: 20px; } 
  .md\:height-20-px {
    height: 20px; } 
  .md\:min-height-20-px {
    min-height: 20px; } 
  .md\:max-height-20-px {
    max-height: 20px; } 
  .md\:width-25-px {
    width: 25px; } 
  .md\:max-width-25-px {
    max-width: 25px; } 
  .md\:min-width-25-px {
    min-width: 25px; } 
  .md\:height-25-px {
    height: 25px; } 
  .md\:min-height-25-px {
    min-height: 25px; } 
  .md\:max-height-25-px {
    max-height: 25px; } 
  .md\:width-30-px {
    width: 30px; } 
  .md\:max-width-30-px {
    max-width: 30px; } 
  .md\:min-width-30-px {
    min-width: 30px; } 
  .md\:height-30-px {
    height: 30px; } 
  .md\:min-height-30-px {
    min-height: 30px; } 
  .md\:max-height-30-px {
    max-height: 30px; } 
  .md\:width-35-px {
    width: 35px; } 
  .md\:max-width-35-px {
    max-width: 35px; } 
  .md\:min-width-35-px {
    min-width: 35px; } 
  .md\:height-35-px {
    height: 35px; } 
  .md\:min-height-35-px {
    min-height: 35px; } 
  .md\:max-height-35-px {
    max-height: 35px; } 
  .md\:width-40-px {
    width: 40px; } 
  .md\:max-width-40-px {
    max-width: 40px; } 
  .md\:min-width-40-px {
    min-width: 40px; } 
  .md\:height-40-px {
    height: 40px; } 
  .md\:min-height-40-px {
    min-height: 40px; } 
  .md\:max-height-40-px {
    max-height: 40px; } 
  .md\:width-45-px {
    width: 45px; } 
  .md\:max-width-45-px {
    max-width: 45px; } 
  .md\:min-width-45-px {
    min-width: 45px; } 
  .md\:height-45-px {
    height: 45px; } 
  .md\:min-height-45-px {
    min-height: 45px; } 
  .md\:max-height-45-px {
    max-height: 45px; } 
  .md\:width-50-px {
    width: 50px; } 
  .md\:max-width-50-px {
    max-width: 50px; } 
  .md\:min-width-50-px {
    min-width: 50px; } 
  .md\:height-50-px {
    height: 50px; } 
  .md\:min-height-50-px {
    min-height: 50px; } 
  .md\:max-height-50-px {
    max-height: 50px; } 
  .md\:width-55-px {
    width: 55px; } 
  .md\:max-width-55-px {
    max-width: 55px; } 
  .md\:min-width-55-px {
    min-width: 55px; } 
  .md\:height-55-px {
    height: 55px; } 
  .md\:min-height-55-px {
    min-height: 55px; } 
  .md\:max-height-55-px {
    max-height: 55px; } 
  .md\:width-60-px {
    width: 60px; } 
  .md\:max-width-60-px {
    max-width: 60px; } 
  .md\:min-width-60-px {
    min-width: 60px; } 
  .md\:height-60-px {
    height: 60px; } 
  .md\:min-height-60-px {
    min-height: 60px; } 
  .md\:max-height-60-px {
    max-height: 60px; } 
  .md\:width-65-px {
    width: 65px; } 
  .md\:max-width-65-px {
    max-width: 65px; } 
  .md\:min-width-65-px {
    min-width: 65px; } 
  .md\:height-65-px {
    height: 65px; } 
  .md\:min-height-65-px {
    min-height: 65px; } 
  .md\:max-height-65-px {
    max-height: 65px; } 
  .md\:width-70-px {
    width: 70px; } 
  .md\:max-width-70-px {
    max-width: 70px; } 
  .md\:min-width-70-px {
    min-width: 70px; } 
  .md\:height-70-px {
    height: 70px; } 
  .md\:min-height-70-px {
    min-height: 70px; } 
  .md\:max-height-70-px {
    max-height: 70px; } 
  .md\:width-75-px {
    width: 75px; } 
  .md\:max-width-75-px {
    max-width: 75px; } 
  .md\:min-width-75-px {
    min-width: 75px; } 
  .md\:height-75-px {
    height: 75px; } 
  .md\:min-height-75-px {
    min-height: 75px; } 
  .md\:max-height-75-px {
    max-height: 75px; } 
  .md\:width-80-px {
    width: 80px; } 
  .md\:max-width-80-px {
    max-width: 80px; } 
  .md\:min-width-80-px {
    min-width: 80px; } 
  .md\:height-80-px {
    height: 80px; } 
  .md\:min-height-80-px {
    min-height: 80px; } 
  .md\:max-height-80-px {
    max-height: 80px; } 
  .md\:width-85-px {
    width: 85px; } 
  .md\:max-width-85-px {
    max-width: 85px; } 
  .md\:min-width-85-px {
    min-width: 85px; } 
  .md\:height-85-px {
    height: 85px; } 
  .md\:min-height-85-px {
    min-height: 85px; } 
  .md\:max-height-85-px {
    max-height: 85px; } 
  .md\:width-90-px {
    width: 90px; } 
  .md\:max-width-90-px {
    max-width: 90px; } 
  .md\:min-width-90-px {
    min-width: 90px; } 
  .md\:height-90-px {
    height: 90px; } 
  .md\:min-height-90-px {
    min-height: 90px; } 
  .md\:max-height-90-px {
    max-height: 90px; } 
  .md\:width-95-px {
    width: 95px; } 
  .md\:max-width-95-px {
    max-width: 95px; } 
  .md\:min-width-95-px {
    min-width: 95px; } 
  .md\:height-95-px {
    height: 95px; } 
  .md\:min-height-95-px {
    min-height: 95px; } 
  .md\:max-height-95-px {
    max-height: 95px; } 
  .md\:width-100-px {
    width: 100px; } 
  .md\:max-width-100-px {
    max-width: 100px; } 
  .md\:min-width-100-px {
    min-width: 100px; } 
  .md\:height-100-px {
    height: 100px; } 
  .md\:min-height-100-px {
    min-height: 100px; } 
  .md\:max-height-100-px {
    max-height: 100px; } 
  .md\:width-105-px {
    width: 105px; } 
  .md\:max-width-105-px {
    max-width: 105px; } 
  .md\:min-width-105-px {
    min-width: 105px; } 
  .md\:height-105-px {
    height: 105px; } 
  .md\:min-height-105-px {
    min-height: 105px; } 
  .md\:max-height-105-px {
    max-height: 105px; } 
  .md\:width-110-px {
    width: 110px; } 
  .md\:max-width-110-px {
    max-width: 110px; } 
  .md\:min-width-110-px {
    min-width: 110px; } 
  .md\:height-110-px {
    height: 110px; } 
  .md\:min-height-110-px {
    min-height: 110px; } 
  .md\:max-height-110-px {
    max-height: 110px; } 
  .md\:width-115-px {
    width: 115px; } 
  .md\:max-width-115-px {
    max-width: 115px; } 
  .md\:min-width-115-px {
    min-width: 115px; } 
  .md\:height-115-px {
    height: 115px; } 
  .md\:min-height-115-px {
    min-height: 115px; } 
  .md\:max-height-115-px {
    max-height: 115px; } 
  .md\:width-120-px {
    width: 120px; } 
  .md\:max-width-120-px {
    max-width: 120px; } 
  .md\:min-width-120-px {
    min-width: 120px; } 
  .md\:height-120-px {
    height: 120px; } 
  .md\:min-height-120-px {
    min-height: 120px; } 
  .md\:max-height-120-px {
    max-height: 120px; } 
  .md\:width-125-px {
    width: 125px; } 
  .md\:max-width-125-px {
    max-width: 125px; } 
  .md\:min-width-125-px {
    min-width: 125px; } 
  .md\:height-125-px {
    height: 125px; } 
  .md\:min-height-125-px {
    min-height: 125px; } 
  .md\:max-height-125-px {
    max-height: 125px; } 
  .md\:width-130-px {
    width: 130px; } 
  .md\:max-width-130-px {
    max-width: 130px; } 
  .md\:min-width-130-px {
    min-width: 130px; } 
  .md\:height-130-px {
    height: 130px; } 
  .md\:min-height-130-px {
    min-height: 130px; } 
  .md\:max-height-130-px {
    max-height: 130px; } 
  .md\:width-135-px {
    width: 135px; } 
  .md\:max-width-135-px {
    max-width: 135px; } 
  .md\:min-width-135-px {
    min-width: 135px; } 
  .md\:height-135-px {
    height: 135px; } 
  .md\:min-height-135-px {
    min-height: 135px; } 
  .md\:max-height-135-px {
    max-height: 135px; } 
  .md\:width-140-px {
    width: 140px; } 
  .md\:max-width-140-px {
    max-width: 140px; } 
  .md\:min-width-140-px {
    min-width: 140px; } 
  .md\:height-140-px {
    height: 140px; } 
  .md\:min-height-140-px {
    min-height: 140px; } 
  .md\:max-height-140-px {
    max-height: 140px; } 
  .md\:width-145-px {
    width: 145px; } 
  .md\:max-width-145-px {
    max-width: 145px; } 
  .md\:min-width-145-px {
    min-width: 145px; } 
  .md\:height-145-px {
    height: 145px; } 
  .md\:min-height-145-px {
    min-height: 145px; } 
  .md\:max-height-145-px {
    max-height: 145px; } 
  .md\:width-150-px {
    width: 150px; } 
  .md\:max-width-150-px {
    max-width: 150px; } 
  .md\:min-width-150-px {
    min-width: 150px; } 
  .md\:height-150-px {
    height: 150px; } 
  .md\:min-height-150-px {
    min-height: 150px; } 
  .md\:max-height-150-px {
    max-height: 150px; } 
  .md\:width-155-px {
    width: 155px; } 
  .md\:max-width-155-px {
    max-width: 155px; } 
  .md\:min-width-155-px {
    min-width: 155px; } 
  .md\:height-155-px {
    height: 155px; } 
  .md\:min-height-155-px {
    min-height: 155px; } 
  .md\:max-height-155-px {
    max-height: 155px; } 
  .md\:width-160-px {
    width: 160px; } 
  .md\:max-width-160-px {
    max-width: 160px; } 
  .md\:min-width-160-px {
    min-width: 160px; } 
  .md\:height-160-px {
    height: 160px; } 
  .md\:min-height-160-px {
    min-height: 160px; } 
  .md\:max-height-160-px {
    max-height: 160px; } 
  .md\:width-165-px {
    width: 165px; } 
  .md\:max-width-165-px {
    max-width: 165px; } 
  .md\:min-width-165-px {
    min-width: 165px; } 
  .md\:height-165-px {
    height: 165px; } 
  .md\:min-height-165-px {
    min-height: 165px; } 
  .md\:max-height-165-px {
    max-height: 165px; } 
  .md\:width-170-px {
    width: 170px; } 
  .md\:max-width-170-px {
    max-width: 170px; } 
  .md\:min-width-170-px {
    min-width: 170px; } 
  .md\:height-170-px {
    height: 170px; } 
  .md\:min-height-170-px {
    min-height: 170px; } 
  .md\:max-height-170-px {
    max-height: 170px; } 
  .md\:width-175-px {
    width: 175px; } 
  .md\:max-width-175-px {
    max-width: 175px; } 
  .md\:min-width-175-px {
    min-width: 175px; } 
  .md\:height-175-px {
    height: 175px; } 
  .md\:min-height-175-px {
    min-height: 175px; } 
  .md\:max-height-175-px {
    max-height: 175px; } 
  .md\:width-180-px {
    width: 180px; } 
  .md\:max-width-180-px {
    max-width: 180px; } 
  .md\:min-width-180-px {
    min-width: 180px; } 
  .md\:height-180-px {
    height: 180px; } 
  .md\:min-height-180-px {
    min-height: 180px; } 
  .md\:max-height-180-px {
    max-height: 180px; } 
  .md\:width-185-px {
    width: 185px; } 
  .md\:max-width-185-px {
    max-width: 185px; } 
  .md\:min-width-185-px {
    min-width: 185px; } 
  .md\:height-185-px {
    height: 185px; } 
  .md\:min-height-185-px {
    min-height: 185px; } 
  .md\:max-height-185-px {
    max-height: 185px; } 
  .md\:width-190-px {
    width: 190px; } 
  .md\:max-width-190-px {
    max-width: 190px; } 
  .md\:min-width-190-px {
    min-width: 190px; } 
  .md\:height-190-px {
    height: 190px; } 
  .md\:min-height-190-px {
    min-height: 190px; } 
  .md\:max-height-190-px {
    max-height: 190px; } 
  .md\:width-195-px {
    width: 195px; } 
  .md\:max-width-195-px {
    max-width: 195px; } 
  .md\:min-width-195-px {
    min-width: 195px; } 
  .md\:height-195-px {
    height: 195px; } 
  .md\:min-height-195-px {
    min-height: 195px; } 
  .md\:max-height-195-px {
    max-height: 195px; } 
  .md\:width-200-px {
    width: 200px; } 
  .md\:max-width-200-px {
    max-width: 200px; } 
  .md\:min-width-200-px {
    min-width: 200px; } 
  .md\:height-200-px {
    height: 200px; } 
  .md\:min-height-200-px {
    min-height: 200px; } 
  .md\:max-height-200-px {
    max-height: 200px; } 
  .md\:width-205-px {
    width: 205px; } 
  .md\:max-width-205-px {
    max-width: 205px; } 
  .md\:min-width-205-px {
    min-width: 205px; } 
  .md\:height-205-px {
    height: 205px; } 
  .md\:min-height-205-px {
    min-height: 205px; } 
  .md\:max-height-205-px {
    max-height: 205px; } 
  .md\:width-210-px {
    width: 210px; } 
  .md\:max-width-210-px {
    max-width: 210px; } 
  .md\:min-width-210-px {
    min-width: 210px; } 
  .md\:height-210-px {
    height: 210px; } 
  .md\:min-height-210-px {
    min-height: 210px; } 
  .md\:max-height-210-px {
    max-height: 210px; } 
  .md\:width-215-px {
    width: 215px; } 
  .md\:max-width-215-px {
    max-width: 215px; } 
  .md\:min-width-215-px {
    min-width: 215px; } 
  .md\:height-215-px {
    height: 215px; } 
  .md\:min-height-215-px {
    min-height: 215px; } 
  .md\:max-height-215-px {
    max-height: 215px; } 
  .md\:width-220-px {
    width: 220px; } 
  .md\:max-width-220-px {
    max-width: 220px; } 
  .md\:min-width-220-px {
    min-width: 220px; } 
  .md\:height-220-px {
    height: 220px; } 
  .md\:min-height-220-px {
    min-height: 220px; } 
  .md\:max-height-220-px {
    max-height: 220px; } 
  .md\:width-225-px {
    width: 225px; } 
  .md\:max-width-225-px {
    max-width: 225px; } 
  .md\:min-width-225-px {
    min-width: 225px; } 
  .md\:height-225-px {
    height: 225px; } 
  .md\:min-height-225-px {
    min-height: 225px; } 
  .md\:max-height-225-px {
    max-height: 225px; } 
  .md\:width-230-px {
    width: 230px; } 
  .md\:max-width-230-px {
    max-width: 230px; } 
  .md\:min-width-230-px {
    min-width: 230px; } 
  .md\:height-230-px {
    height: 230px; } 
  .md\:min-height-230-px {
    min-height: 230px; } 
  .md\:max-height-230-px {
    max-height: 230px; } 
  .md\:width-235-px {
    width: 235px; } 
  .md\:max-width-235-px {
    max-width: 235px; } 
  .md\:min-width-235-px {
    min-width: 235px; } 
  .md\:height-235-px {
    height: 235px; } 
  .md\:min-height-235-px {
    min-height: 235px; } 
  .md\:max-height-235-px {
    max-height: 235px; } 
  .md\:width-240-px {
    width: 240px; } 
  .md\:max-width-240-px {
    max-width: 240px; } 
  .md\:min-width-240-px {
    min-width: 240px; } 
  .md\:height-240-px {
    height: 240px; } 
  .md\:min-height-240-px {
    min-height: 240px; } 
  .md\:max-height-240-px {
    max-height: 240px; } 
  .md\:width-245-px {
    width: 245px; } 
  .md\:max-width-245-px {
    max-width: 245px; } 
  .md\:min-width-245-px {
    min-width: 245px; } 
  .md\:height-245-px {
    height: 245px; } 
  .md\:min-height-245-px {
    min-height: 245px; } 
  .md\:max-height-245-px {
    max-height: 245px; } 
  .md\:width-250-px {
    width: 250px; } 
  .md\:max-width-250-px {
    max-width: 250px; } 
  .md\:min-width-250-px {
    min-width: 250px; } 
  .md\:height-250-px {
    height: 250px; } 
  .md\:min-height-250-px {
    min-height: 250px; } 
  .md\:max-height-250-px {
    max-height: 250px; } 
  .md\:width-255-px {
    width: 255px; } 
  .md\:max-width-255-px {
    max-width: 255px; } 
  .md\:min-width-255-px {
    min-width: 255px; } 
  .md\:height-255-px {
    height: 255px; } 
  .md\:min-height-255-px {
    min-height: 255px; } 
  .md\:max-height-255-px {
    max-height: 255px; } 
  .md\:width-260-px {
    width: 260px; } 
  .md\:max-width-260-px {
    max-width: 260px; } 
  .md\:min-width-260-px {
    min-width: 260px; } 
  .md\:height-260-px {
    height: 260px; } 
  .md\:min-height-260-px {
    min-height: 260px; } 
  .md\:max-height-260-px {
    max-height: 260px; } 
  .md\:width-265-px {
    width: 265px; } 
  .md\:max-width-265-px {
    max-width: 265px; } 
  .md\:min-width-265-px {
    min-width: 265px; } 
  .md\:height-265-px {
    height: 265px; } 
  .md\:min-height-265-px {
    min-height: 265px; } 
  .md\:max-height-265-px {
    max-height: 265px; } 
  .md\:width-270-px {
    width: 270px; } 
  .md\:max-width-270-px {
    max-width: 270px; } 
  .md\:min-width-270-px {
    min-width: 270px; } 
  .md\:height-270-px {
    height: 270px; } 
  .md\:min-height-270-px {
    min-height: 270px; } 
  .md\:max-height-270-px {
    max-height: 270px; } 
  .md\:width-275-px {
    width: 275px; } 
  .md\:max-width-275-px {
    max-width: 275px; } 
  .md\:min-width-275-px {
    min-width: 275px; } 
  .md\:height-275-px {
    height: 275px; } 
  .md\:min-height-275-px {
    min-height: 275px; } 
  .md\:max-height-275-px {
    max-height: 275px; } 
  .md\:width-280-px {
    width: 280px; } 
  .md\:max-width-280-px {
    max-width: 280px; } 
  .md\:min-width-280-px {
    min-width: 280px; } 
  .md\:height-280-px {
    height: 280px; } 
  .md\:min-height-280-px {
    min-height: 280px; } 
  .md\:max-height-280-px {
    max-height: 280px; } 
  .md\:width-285-px {
    width: 285px; } 
  .md\:max-width-285-px {
    max-width: 285px; } 
  .md\:min-width-285-px {
    min-width: 285px; } 
  .md\:height-285-px {
    height: 285px; } 
  .md\:min-height-285-px {
    min-height: 285px; } 
  .md\:max-height-285-px {
    max-height: 285px; } 
  .md\:width-290-px {
    width: 290px; } 
  .md\:max-width-290-px {
    max-width: 290px; } 
  .md\:min-width-290-px {
    min-width: 290px; } 
  .md\:height-290-px {
    height: 290px; } 
  .md\:min-height-290-px {
    min-height: 290px; } 
  .md\:max-height-290-px {
    max-height: 290px; } 
  .md\:width-295-px {
    width: 295px; } 
  .md\:max-width-295-px {
    max-width: 295px; } 
  .md\:min-width-295-px {
    min-width: 295px; } 
  .md\:height-295-px {
    height: 295px; } 
  .md\:min-height-295-px {
    min-height: 295px; } 
  .md\:max-height-295-px {
    max-height: 295px; } 
  .md\:width-300-px {
    width: 300px; } 
  .md\:max-width-300-px {
    max-width: 300px; } 
  .md\:min-width-300-px {
    min-width: 300px; } 
  .md\:height-300-px {
    height: 300px; } 
  .md\:min-height-300-px {
    min-height: 300px; } 
  .md\:max-height-300-px {
    max-height: 300px; } 
  .md\:width-305-px {
    width: 305px; } 
  .md\:max-width-305-px {
    max-width: 305px; } 
  .md\:min-width-305-px {
    min-width: 305px; } 
  .md\:height-305-px {
    height: 305px; } 
  .md\:min-height-305-px {
    min-height: 305px; } 
  .md\:max-height-305-px {
    max-height: 305px; } 
  .md\:width-310-px {
    width: 310px; } 
  .md\:max-width-310-px {
    max-width: 310px; } 
  .md\:min-width-310-px {
    min-width: 310px; } 
  .md\:height-310-px {
    height: 310px; } 
  .md\:min-height-310-px {
    min-height: 310px; } 
  .md\:max-height-310-px {
    max-height: 310px; } 
  .md\:width-315-px {
    width: 315px; } 
  .md\:max-width-315-px {
    max-width: 315px; } 
  .md\:min-width-315-px {
    min-width: 315px; } 
  .md\:height-315-px {
    height: 315px; } 
  .md\:min-height-315-px {
    min-height: 315px; } 
  .md\:max-height-315-px {
    max-height: 315px; } 
  .md\:width-320-px {
    width: 320px; } 
  .md\:max-width-320-px {
    max-width: 320px; } 
  .md\:min-width-320-px {
    min-width: 320px; } 
  .md\:height-320-px {
    height: 320px; } 
  .md\:min-height-320-px {
    min-height: 320px; } 
  .md\:max-height-320-px {
    max-height: 320px; } 
  .md\:width-325-px {
    width: 325px; } 
  .md\:max-width-325-px {
    max-width: 325px; } 
  .md\:min-width-325-px {
    min-width: 325px; } 
  .md\:height-325-px {
    height: 325px; } 
  .md\:min-height-325-px {
    min-height: 325px; } 
  .md\:max-height-325-px {
    max-height: 325px; } 
  .md\:width-330-px {
    width: 330px; } 
  .md\:max-width-330-px {
    max-width: 330px; } 
  .md\:min-width-330-px {
    min-width: 330px; } 
  .md\:height-330-px {
    height: 330px; } 
  .md\:min-height-330-px {
    min-height: 330px; } 
  .md\:max-height-330-px {
    max-height: 330px; } 
  .md\:width-335-px {
    width: 335px; } 
  .md\:max-width-335-px {
    max-width: 335px; } 
  .md\:min-width-335-px {
    min-width: 335px; } 
  .md\:height-335-px {
    height: 335px; } 
  .md\:min-height-335-px {
    min-height: 335px; } 
  .md\:max-height-335-px {
    max-height: 335px; } 
  .md\:width-340-px {
    width: 340px; } 
  .md\:max-width-340-px {
    max-width: 340px; } 
  .md\:min-width-340-px {
    min-width: 340px; } 
  .md\:height-340-px {
    height: 340px; } 
  .md\:min-height-340-px {
    min-height: 340px; } 
  .md\:max-height-340-px {
    max-height: 340px; } 
  .md\:width-345-px {
    width: 345px; } 
  .md\:max-width-345-px {
    max-width: 345px; } 
  .md\:min-width-345-px {
    min-width: 345px; } 
  .md\:height-345-px {
    height: 345px; } 
  .md\:min-height-345-px {
    min-height: 345px; } 
  .md\:max-height-345-px {
    max-height: 345px; } 
  .md\:width-350-px {
    width: 350px; } 
  .md\:max-width-350-px {
    max-width: 350px; } 
  .md\:min-width-350-px {
    min-width: 350px; } 
  .md\:height-350-px {
    height: 350px; } 
  .md\:min-height-350-px {
    min-height: 350px; } 
  .md\:max-height-350-px {
    max-height: 350px; } 
  .md\:width-355-px {
    width: 355px; } 
  .md\:max-width-355-px {
    max-width: 355px; } 
  .md\:min-width-355-px {
    min-width: 355px; } 
  .md\:height-355-px {
    height: 355px; } 
  .md\:min-height-355-px {
    min-height: 355px; } 
  .md\:max-height-355-px {
    max-height: 355px; } 
  .md\:width-360-px {
    width: 360px; } 
  .md\:max-width-360-px {
    max-width: 360px; } 
  .md\:min-width-360-px {
    min-width: 360px; } 
  .md\:height-360-px {
    height: 360px; } 
  .md\:min-height-360-px {
    min-height: 360px; } 
  .md\:max-height-360-px {
    max-height: 360px; } 
  .md\:width-365-px {
    width: 365px; } 
  .md\:max-width-365-px {
    max-width: 365px; } 
  .md\:min-width-365-px {
    min-width: 365px; } 
  .md\:height-365-px {
    height: 365px; } 
  .md\:min-height-365-px {
    min-height: 365px; } 
  .md\:max-height-365-px {
    max-height: 365px; } 
  .md\:width-370-px {
    width: 370px; } 
  .md\:max-width-370-px {
    max-width: 370px; } 
  .md\:min-width-370-px {
    min-width: 370px; } 
  .md\:height-370-px {
    height: 370px; } 
  .md\:min-height-370-px {
    min-height: 370px; } 
  .md\:max-height-370-px {
    max-height: 370px; } 
  .md\:width-375-px {
    width: 375px; } 
  .md\:max-width-375-px {
    max-width: 375px; } 
  .md\:min-width-375-px {
    min-width: 375px; } 
  .md\:height-375-px {
    height: 375px; } 
  .md\:min-height-375-px {
    min-height: 375px; } 
  .md\:max-height-375-px {
    max-height: 375px; } 
  .md\:width-380-px {
    width: 380px; } 
  .md\:max-width-380-px {
    max-width: 380px; } 
  .md\:min-width-380-px {
    min-width: 380px; } 
  .md\:height-380-px {
    height: 380px; } 
  .md\:min-height-380-px {
    min-height: 380px; } 
  .md\:max-height-380-px {
    max-height: 380px; } 
  .md\:width-385-px {
    width: 385px; } 
  .md\:max-width-385-px {
    max-width: 385px; } 
  .md\:min-width-385-px {
    min-width: 385px; } 
  .md\:height-385-px {
    height: 385px; } 
  .md\:min-height-385-px {
    min-height: 385px; } 
  .md\:max-height-385-px {
    max-height: 385px; } 
  .md\:width-390-px {
    width: 390px; } 
  .md\:max-width-390-px {
    max-width: 390px; } 
  .md\:min-width-390-px {
    min-width: 390px; } 
  .md\:height-390-px {
    height: 390px; } 
  .md\:min-height-390-px {
    min-height: 390px; } 
  .md\:max-height-390-px {
    max-height: 390px; } 
  .md\:width-395-px {
    width: 395px; } 
  .md\:max-width-395-px {
    max-width: 395px; } 
  .md\:min-width-395-px {
    min-width: 395px; } 
  .md\:height-395-px {
    height: 395px; } 
  .md\:min-height-395-px {
    min-height: 395px; } 
  .md\:max-height-395-px {
    max-height: 395px; } 
  .md\:width-400-px {
    width: 400px; } 
  .md\:max-width-400-px {
    max-width: 400px; } 
  .md\:min-width-400-px {
    min-width: 400px; } 
  .md\:height-400-px {
    height: 400px; } 
  .md\:min-height-400-px {
    min-height: 400px; } 
  .md\:max-height-400-px {
    max-height: 400px; } 
  .md\:width-405-px {
    width: 405px; } 
  .md\:max-width-405-px {
    max-width: 405px; } 
  .md\:min-width-405-px {
    min-width: 405px; } 
  .md\:height-405-px {
    height: 405px; } 
  .md\:min-height-405-px {
    min-height: 405px; } 
  .md\:max-height-405-px {
    max-height: 405px; } 
  .md\:width-410-px {
    width: 410px; } 
  .md\:max-width-410-px {
    max-width: 410px; } 
  .md\:min-width-410-px {
    min-width: 410px; } 
  .md\:height-410-px {
    height: 410px; } 
  .md\:min-height-410-px {
    min-height: 410px; } 
  .md\:max-height-410-px {
    max-height: 410px; } 
  .md\:width-415-px {
    width: 415px; } 
  .md\:max-width-415-px {
    max-width: 415px; } 
  .md\:min-width-415-px {
    min-width: 415px; } 
  .md\:height-415-px {
    height: 415px; } 
  .md\:min-height-415-px {
    min-height: 415px; } 
  .md\:max-height-415-px {
    max-height: 415px; } 
  .md\:width-420-px {
    width: 420px; } 
  .md\:max-width-420-px {
    max-width: 420px; } 
  .md\:min-width-420-px {
    min-width: 420px; } 
  .md\:height-420-px {
    height: 420px; } 
  .md\:min-height-420-px {
    min-height: 420px; } 
  .md\:max-height-420-px {
    max-height: 420px; } 
  .md\:width-425-px {
    width: 425px; } 
  .md\:max-width-425-px {
    max-width: 425px; } 
  .md\:min-width-425-px {
    min-width: 425px; } 
  .md\:height-425-px {
    height: 425px; } 
  .md\:min-height-425-px {
    min-height: 425px; } 
  .md\:max-height-425-px {
    max-height: 425px; } 
  .md\:width-430-px {
    width: 430px; } 
  .md\:max-width-430-px {
    max-width: 430px; } 
  .md\:min-width-430-px {
    min-width: 430px; } 
  .md\:height-430-px {
    height: 430px; } 
  .md\:min-height-430-px {
    min-height: 430px; } 
  .md\:max-height-430-px {
    max-height: 430px; } 
  .md\:width-435-px {
    width: 435px; } 
  .md\:max-width-435-px {
    max-width: 435px; } 
  .md\:min-width-435-px {
    min-width: 435px; } 
  .md\:height-435-px {
    height: 435px; } 
  .md\:min-height-435-px {
    min-height: 435px; } 
  .md\:max-height-435-px {
    max-height: 435px; } 
  .md\:width-440-px {
    width: 440px; } 
  .md\:max-width-440-px {
    max-width: 440px; } 
  .md\:min-width-440-px {
    min-width: 440px; } 
  .md\:height-440-px {
    height: 440px; } 
  .md\:min-height-440-px {
    min-height: 440px; } 
  .md\:max-height-440-px {
    max-height: 440px; } 
  .md\:width-445-px {
    width: 445px; } 
  .md\:max-width-445-px {
    max-width: 445px; } 
  .md\:min-width-445-px {
    min-width: 445px; } 
  .md\:height-445-px {
    height: 445px; } 
  .md\:min-height-445-px {
    min-height: 445px; } 
  .md\:max-height-445-px {
    max-height: 445px; } 
  .md\:width-450-px {
    width: 450px; } 
  .md\:max-width-450-px {
    max-width: 450px; } 
  .md\:min-width-450-px {
    min-width: 450px; } 
  .md\:height-450-px {
    height: 450px; } 
  .md\:min-height-450-px {
    min-height: 450px; } 
  .md\:max-height-450-px {
    max-height: 450px; } 
  .md\:width-455-px {
    width: 455px; } 
  .md\:max-width-455-px {
    max-width: 455px; } 
  .md\:min-width-455-px {
    min-width: 455px; } 
  .md\:height-455-px {
    height: 455px; } 
  .md\:min-height-455-px {
    min-height: 455px; } 
  .md\:max-height-455-px {
    max-height: 455px; } 
  .md\:width-460-px {
    width: 460px; } 
  .md\:max-width-460-px {
    max-width: 460px; } 
  .md\:min-width-460-px {
    min-width: 460px; } 
  .md\:height-460-px {
    height: 460px; } 
  .md\:min-height-460-px {
    min-height: 460px; } 
  .md\:max-height-460-px {
    max-height: 460px; } 
  .md\:width-465-px {
    width: 465px; } 
  .md\:max-width-465-px {
    max-width: 465px; } 
  .md\:min-width-465-px {
    min-width: 465px; } 
  .md\:height-465-px {
    height: 465px; } 
  .md\:min-height-465-px {
    min-height: 465px; } 
  .md\:max-height-465-px {
    max-height: 465px; } 
  .md\:width-470-px {
    width: 470px; } 
  .md\:max-width-470-px {
    max-width: 470px; } 
  .md\:min-width-470-px {
    min-width: 470px; } 
  .md\:height-470-px {
    height: 470px; } 
  .md\:min-height-470-px {
    min-height: 470px; } 
  .md\:max-height-470-px {
    max-height: 470px; } 
  .md\:width-475-px {
    width: 475px; } 
  .md\:max-width-475-px {
    max-width: 475px; } 
  .md\:min-width-475-px {
    min-width: 475px; } 
  .md\:height-475-px {
    height: 475px; } 
  .md\:min-height-475-px {
    min-height: 475px; } 
  .md\:max-height-475-px {
    max-height: 475px; } 
  .md\:width-480-px {
    width: 480px; } 
  .md\:max-width-480-px {
    max-width: 480px; } 
  .md\:min-width-480-px {
    min-width: 480px; } 
  .md\:height-480-px {
    height: 480px; } 
  .md\:min-height-480-px {
    min-height: 480px; } 
  .md\:max-height-480-px {
    max-height: 480px; } 
  .md\:width-485-px {
    width: 485px; } 
  .md\:max-width-485-px {
    max-width: 485px; } 
  .md\:min-width-485-px {
    min-width: 485px; } 
  .md\:height-485-px {
    height: 485px; } 
  .md\:min-height-485-px {
    min-height: 485px; } 
  .md\:max-height-485-px {
    max-height: 485px; } 
  .md\:width-490-px {
    width: 490px; } 
  .md\:max-width-490-px {
    max-width: 490px; } 
  .md\:min-width-490-px {
    min-width: 490px; } 
  .md\:height-490-px {
    height: 490px; } 
  .md\:min-height-490-px {
    min-height: 490px; } 
  .md\:max-height-490-px {
    max-height: 490px; } 
  .md\:width-495-px {
    width: 495px; } 
  .md\:max-width-495-px {
    max-width: 495px; } 
  .md\:min-width-495-px {
    min-width: 495px; } 
  .md\:height-495-px {
    height: 495px; } 
  .md\:min-height-495-px {
    min-height: 495px; } 
  .md\:max-height-495-px {
    max-height: 495px; } 
  .md\:width-500-px {
    width: 500px; } 
  .md\:max-width-500-px {
    max-width: 500px; } 
  .md\:min-width-500-px {
    min-width: 500px; } 
  .md\:height-500-px {
    height: 500px; } 
  .md\:min-height-500-px {
    min-height: 500px; } 
  .md\:max-height-500-px {
    max-height: 500px; } 
  .md\:width-0-vw {
    width: 0vw; } 
  .md\:min-width-0-vw {
    min-width: 0vw; } 
  .md\:max-width-0-vw {
    max-width: 0vw; } 
  .md\:width-5-vw {
    width: 5vw; } 
  .md\:min-width-5-vw {
    min-width: 5vw; } 
  .md\:max-width-5-vw {
    max-width: 5vw; } 
  .md\:width-10-vw {
    width: 10vw; } 
  .md\:min-width-10-vw {
    min-width: 10vw; } 
  .md\:max-width-10-vw {
    max-width: 10vw; } 
  .md\:width-15-vw {
    width: 15vw; } 
  .md\:min-width-15-vw {
    min-width: 15vw; } 
  .md\:max-width-15-vw {
    max-width: 15vw; } 
  .md\:width-20-vw {
    width: 20vw; } 
  .md\:min-width-20-vw {
    min-width: 20vw; } 
  .md\:max-width-20-vw {
    max-width: 20vw; } 
  .md\:width-25-vw {
    width: 25vw; } 
  .md\:min-width-25-vw {
    min-width: 25vw; } 
  .md\:max-width-25-vw {
    max-width: 25vw; } 
  .md\:width-30-vw {
    width: 30vw; } 
  .md\:min-width-30-vw {
    min-width: 30vw; } 
  .md\:max-width-30-vw {
    max-width: 30vw; } 
  .md\:width-35-vw {
    width: 35vw; } 
  .md\:min-width-35-vw {
    min-width: 35vw; } 
  .md\:max-width-35-vw {
    max-width: 35vw; } 
  .md\:width-40-vw {
    width: 40vw; } 
  .md\:min-width-40-vw {
    min-width: 40vw; } 
  .md\:max-width-40-vw {
    max-width: 40vw; } 
  .md\:width-45-vw {
    width: 45vw; } 
  .md\:min-width-45-vw {
    min-width: 45vw; } 
  .md\:max-width-45-vw {
    max-width: 45vw; } 
  .md\:width-50-vw {
    width: 50vw; } 
  .md\:min-width-50-vw {
    min-width: 50vw; } 
  .md\:max-width-50-vw {
    max-width: 50vw; } 
  .md\:width-55-vw {
    width: 55vw; } 
  .md\:min-width-55-vw {
    min-width: 55vw; } 
  .md\:max-width-55-vw {
    max-width: 55vw; } 
  .md\:width-60-vw {
    width: 60vw; } 
  .md\:min-width-60-vw {
    min-width: 60vw; } 
  .md\:max-width-60-vw {
    max-width: 60vw; } 
  .md\:width-65-vw {
    width: 65vw; } 
  .md\:min-width-65-vw {
    min-width: 65vw; } 
  .md\:max-width-65-vw {
    max-width: 65vw; } 
  .md\:width-70-vw {
    width: 70vw; } 
  .md\:min-width-70-vw {
    min-width: 70vw; } 
  .md\:max-width-70-vw {
    max-width: 70vw; } 
  .md\:width-75-vw {
    width: 75vw; } 
  .md\:min-width-75-vw {
    min-width: 75vw; } 
  .md\:max-width-75-vw {
    max-width: 75vw; } 
  .md\:width-80-vw {
    width: 80vw; } 
  .md\:min-width-80-vw {
    min-width: 80vw; } 
  .md\:max-width-80-vw {
    max-width: 80vw; } 
  .md\:width-85-vw {
    width: 85vw; } 
  .md\:min-width-85-vw {
    min-width: 85vw; } 
  .md\:max-width-85-vw {
    max-width: 85vw; } 
  .md\:width-90-vw {
    width: 90vw; } 
  .md\:min-width-90-vw {
    min-width: 90vw; } 
  .md\:max-width-90-vw {
    max-width: 90vw; } 
  .md\:width-95-vw {
    width: 95vw; } 
  .md\:min-width-95-vw {
    min-width: 95vw; } 
  .md\:max-width-95-vw {
    max-width: 95vw; } 
  .md\:width-100-vw {
    width: 100vw; } 
  .md\:min-width-100-vw {
    min-width: 100vw; } 
  .md\:max-width-100-vw {
    max-width: 100vw; } 
  .md\:height-0-vh {
    height: 0vh; } 
  .md\:min-height-0-vh {
    min-height: 0vh; } 
  .md\:max-height-0-vh {
    max-height: 0vh; } 
  .md\:height-5-vh {
    height: 5vh; } 
  .md\:min-height-5-vh {
    min-height: 5vh; } 
  .md\:max-height-5-vh {
    max-height: 5vh; } 
  .md\:height-10-vh {
    height: 10vh; } 
  .md\:min-height-10-vh {
    min-height: 10vh; } 
  .md\:max-height-10-vh {
    max-height: 10vh; } 
  .md\:height-15-vh {
    height: 15vh; } 
  .md\:min-height-15-vh {
    min-height: 15vh; } 
  .md\:max-height-15-vh {
    max-height: 15vh; } 
  .md\:height-20-vh {
    height: 20vh; } 
  .md\:min-height-20-vh {
    min-height: 20vh; } 
  .md\:max-height-20-vh {
    max-height: 20vh; } 
  .md\:height-25-vh {
    height: 25vh; } 
  .md\:min-height-25-vh {
    min-height: 25vh; } 
  .md\:max-height-25-vh {
    max-height: 25vh; } 
  .md\:height-30-vh {
    height: 30vh; } 
  .md\:min-height-30-vh {
    min-height: 30vh; } 
  .md\:max-height-30-vh {
    max-height: 30vh; } 
  .md\:height-35-vh {
    height: 35vh; } 
  .md\:min-height-35-vh {
    min-height: 35vh; } 
  .md\:max-height-35-vh {
    max-height: 35vh; } 
  .md\:height-40-vh {
    height: 40vh; } 
  .md\:min-height-40-vh {
    min-height: 40vh; } 
  .md\:max-height-40-vh {
    max-height: 40vh; } 
  .md\:height-45-vh {
    height: 45vh; } 
  .md\:min-height-45-vh {
    min-height: 45vh; } 
  .md\:max-height-45-vh {
    max-height: 45vh; } 
  .md\:height-50-vh {
    height: 50vh; } 
  .md\:min-height-50-vh {
    min-height: 50vh; } 
  .md\:max-height-50-vh {
    max-height: 50vh; } 
  .md\:height-55-vh {
    height: 55vh; } 
  .md\:min-height-55-vh {
    min-height: 55vh; } 
  .md\:max-height-55-vh {
    max-height: 55vh; } 
  .md\:height-60-vh {
    height: 60vh; } 
  .md\:min-height-60-vh {
    min-height: 60vh; } 
  .md\:max-height-60-vh {
    max-height: 60vh; } 
  .md\:height-65-vh {
    height: 65vh; } 
  .md\:min-height-65-vh {
    min-height: 65vh; } 
  .md\:max-height-65-vh {
    max-height: 65vh; } 
  .md\:height-70-vh {
    height: 70vh; } 
  .md\:min-height-70-vh {
    min-height: 70vh; } 
  .md\:max-height-70-vh {
    max-height: 70vh; } 
  .md\:height-75-vh {
    height: 75vh; } 
  .md\:min-height-75-vh {
    min-height: 75vh; } 
  .md\:max-height-75-vh {
    max-height: 75vh; } 
  .md\:height-80-vh {
    height: 80vh; } 
  .md\:min-height-80-vh {
    min-height: 80vh; } 
  .md\:max-height-80-vh {
    max-height: 80vh; } 
  .md\:height-85-vh {
    height: 85vh; } 
  .md\:min-height-85-vh {
    min-height: 85vh; } 
  .md\:max-height-85-vh {
    max-height: 85vh; } 
  .md\:height-90-vh {
    height: 90vh; } 
  .md\:min-height-90-vh {
    min-height: 90vh; } 
  .md\:max-height-90-vh {
    max-height: 90vh; } 
  .md\:height-95-vh {
    height: 95vh; } 
  .md\:min-height-95-vh {
    min-height: 95vh; } 
  .md\:max-height-95-vh {
    max-height: 95vh; } 
  .md\:height-100-vh {
    height: 100vh; } 
  .md\:min-height-100-vh {
    min-height: 100vh; } 
  .md\:max-height-100-vh {
    max-height: 100vh; } 
  .md\:height-100-vh {
    height: 100vh; } 
  .md\:min-height-100-vh {
    min-height: 100vh; } 
  .md\:max-height-100-vh {
    max-height: 100vh; } 
  .md\:height-auto {
    height: auto; } 
  .md\:height-full {
    height: 100%; } 
  .md\:max-height-auto {
    max-height: auto; } 
  .md\:max-height-full {
    max-height: 100%; } 
  .md\:min-height-auto {
    min-height: auto; } 
  .md\:min-height-full {
    min-height: 100%; } 
  .md\:width-auto {
    width: auto; } 
  .md\:width-full {
    width: 100%; } 
  .md\:max-width-auto {
    max-width: auto; } 
  .md\:max-width-full {
    max-width: 100%; } 
  .md\:min-width-auto {
    min-width: auto; } 
  .md\:min-width-full {
    min-width: 100%; } 
  .md\:space-h > * + * {
    margin-left: 1rem; } 
  .md\:space-h-none > * + * {
    margin-left: 0; } 
  .md\:space-h-1\/4x > * + * {
    margin-left: 0.25rem; } 
  .md\:space-h-1\/2x > * + * {
    margin-left: 0.5rem; } 
  .md\:space-h-3\/4x > * + * {
    margin-left: 0.75rem; } 
  .md\:space-h-xs > * + * {
    margin-left: 0.8rem; } 
  .md\:space-h-sm > * + * {
    margin-left: 0.9rem; } 
  .md\:space-h-lg > * + * {
    margin-left: 1.2rem; } 
  .md\:space-h-xl > * + * {
    margin-left: 1.4rem; } 
  .md\:space-h-2x > * + * {
    margin-left: 2rem; } 
  .md\:space-h-4x > * + * {
    margin-left: 4rem; } 
  .md\:space-v > * + * {
    margin-top: 1rem; } 
  .md\:space-v-none > * + * {
    margin-top: 0; } 
  .md\:space-v-1\/4x > * + * {
    margin-top: 0.25rem; } 
  .md\:space-v-1\/2x > * + * {
    margin-top: 0.5rem; } 
  .md\:space-v-3\/4x > * + * {
    margin-top: 0.75rem; } 
  .md\:space-v-xs > * + * {
    margin-top: 0.8rem; } 
  .md\:space-v-sm > * + * {
    margin-top: 0.9rem; } 
  .md\:space-v-lg > * + * {
    margin-top: 1.2rem; } 
  .md\:space-v-xl > * + * {
    margin-top: 1.4rem; } 
  .md\:space-v-2x > * + * {
    margin-top: 2rem; } 
  .md\:space-v-4x > * + * {
    margin-top: 4rem; } 
  .md\:space > * + * {
    margin-top: 1rem;
    margin-left: 1rem; } 
  .md\:space-none > * + * {
    margin-top: 0;
    margin-left: 0; } 
  .md\:space-1\/4x > * + * {
    margin-top: 0.25rem;
    margin-left: 0.25rem; } 
  .md\:space-1\/2x > * + * {
    margin-top: 0.5rem;
    margin-left: 0.5rem; } 
  .md\:space-3\/4x > * + * {
    margin-top: 0.75rem;
    margin-left: 0.75rem; } 
  .md\:space-xs > * + * {
    margin-top: 0.8rem;
    margin-left: 0.8rem; } 
  .md\:space-sm > * + * {
    margin-top: 0.9rem;
    margin-left: 0.9rem; } 
  .md\:space-lg > * + * {
    margin-top: 1.2rem;
    margin-left: 1.2rem; } 
  .md\:space-xl > * + * {
    margin-top: 1.4rem;
    margin-left: 1.4rem; } 
  .md\:space-2x > * + * {
    margin-top: 2rem;
    margin-left: 2rem; } 
  .md\:space-4x > * + * {
    margin-top: 4rem;
    margin-left: 4rem; } 
  .md\:margin {
    margin: 1rem; } 
  .md\:margin-none {
    margin: 0; } 
  .md\:margin-1\/4x {
    margin: 0.25rem; } 
  .md\:margin-1\/2x {
    margin: 0.5rem; } 
  .md\:margin-3\/4x {
    margin: 0.75rem; } 
  .md\:margin-xs {
    margin: 0.8rem; } 
  .md\:margin-sm {
    margin: 0.9rem; } 
  .md\:margin-lg {
    margin: 1.2rem; } 
  .md\:margin-xl {
    margin: 1.4rem; } 
  .md\:margin-2x {
    margin: 2rem; } 
  .md\:margin-4x {
    margin: 4rem; } 
  .md\:margin-6x {
    margin: 6rem; } 
  .md\:margin-8x {
    margin: 8rem; } 
  .md\:margin-v {
    margin-top: 1rem;
    margin-bottom: 1rem; } 
  .md\:margin-v-none {
    margin-top: 0;
    margin-bottom: 0; } 
  .md\:margin-v-1\/4x {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; } 
  .md\:margin-v-1\/2x {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } 
  .md\:margin-v-3\/4x {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; } 
  .md\:margin-v-xs {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem; } 
  .md\:margin-v-sm {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem; } 
  .md\:margin-v-lg {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem; } 
  .md\:margin-v-xl {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem; } 
  .md\:margin-v-2x {
    margin-top: 2rem;
    margin-bottom: 2rem; } 
  .md\:margin-v-4x {
    margin-top: 4rem;
    margin-bottom: 4rem; } 
  .md\:margin-v-6x {
    margin-top: 6rem;
    margin-bottom: 6rem; } 
  .md\:margin-v-8x {
    margin-top: 8rem;
    margin-bottom: 8rem; } 
  .md\:margin-h {
    margin-left: 1rem;
    margin-right: 1rem; } 
  .md\:margin-h-none {
    margin-left: 0;
    margin-right: 0; } 
  .md\:margin-h-1\/4x {
    margin-left: 0.25rem;
    margin-right: 0.25rem; } 
  .md\:margin-h-1\/2x {
    margin-left: 0.5rem;
    margin-right: 0.5rem; } 
  .md\:margin-h-3\/4x {
    margin-left: 0.75rem;
    margin-right: 0.75rem; } 
  .md\:margin-h-xs {
    margin-left: 0.8rem;
    margin-right: 0.8rem; } 
  .md\:margin-h-sm {
    margin-left: 0.9rem;
    margin-right: 0.9rem; } 
  .md\:margin-h-lg {
    margin-left: 1.2rem;
    margin-right: 1.2rem; } 
  .md\:margin-h-xl {
    margin-left: 1.4rem;
    margin-right: 1.4rem; } 
  .md\:margin-h-2x {
    margin-left: 2rem;
    margin-right: 2rem; } 
  .md\:margin-h-4x {
    margin-left: 4rem;
    margin-right: 4rem; } 
  .md\:margin-h-6x {
    margin-left: 6rem;
    margin-right: 6rem; } 
  .md\:margin-h-8x {
    margin-left: 8rem;
    margin-right: 8rem; } 
  .md\:margin-nest {
    margin: -1rem; } 
  .md\:margin-nest-none {
    margin: 0; } 
  .md\:margin-nest-1\/4x {
    margin: -0.25rem; } 
  .md\:margin-nest-1\/2x {
    margin: -0.5rem; } 
  .md\:margin-nest-3\/4x {
    margin: -0.75rem; } 
  .md\:margin-nest-xs {
    margin: -0.8rem; } 
  .md\:margin-nest-sm {
    margin: -0.9rem; } 
  .md\:margin-nest-lg {
    margin: -1.2rem; } 
  .md\:margin-nest-xl {
    margin: -1.4rem; } 
  .md\:margin-nest-2x {
    margin: -2rem; } 
  .md\:margin-nest-4x {
    margin: -4rem; } 
  .md\:margin-nest-6x {
    margin: -6rem; } 
  .md\:margin-nest-8x {
    margin: -8rem; } 
  .md\:margin-v-nest {
    margin-top: -1rem;
    margin-bottom: -1rem; } 
  .md\:margin-v-nest-none {
    margin-top: 0;
    margin-bottom: 0; } 
  .md\:margin-v-nest-1\/4x {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; } 
  .md\:margin-v-nest-1\/2x {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; } 
  .md\:margin-v-nest-3\/4x {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; } 
  .md\:margin-v-nest-xs {
    margin-top: -0.8rem;
    margin-bottom: -0.8rem; } 
  .md\:margin-v-nest-sm {
    margin-top: -0.9rem;
    margin-bottom: -0.9rem; } 
  .md\:margin-v-nest-lg {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem; } 
  .md\:margin-v-nest-xl {
    margin-top: -1.4rem;
    margin-bottom: -1.4rem; } 
  .md\:margin-v-nest-2x {
    margin-top: -2rem;
    margin-bottom: -2rem; } 
  .md\:margin-v-nest-4x {
    margin-top: -4rem;
    margin-bottom: -4rem; } 
  .md\:margin-v-nest-6x {
    margin-top: -6rem;
    margin-bottom: -6rem; } 
  .md\:margin-v-nest-8x {
    margin-top: -8rem;
    margin-bottom: -8rem; } 
  .md\:margin-h-nest {
    margin-left: -1rem;
    margin-right: -1rem; } 
  .md\:margin-h-nest-none {
    margin-left: 0;
    margin-right: 0; } 
  .md\:margin-h-nest-1\/4x {
    margin-left: -0.25rem;
    margin-right: -0.25rem; } 
  .md\:margin-h-nest-1\/2x {
    margin-left: -0.5rem;
    margin-right: -0.5rem; } 
  .md\:margin-h-nest-3\/4x {
    margin-left: -0.75rem;
    margin-right: -0.75rem; } 
  .md\:margin-h-nest-xs {
    margin-left: -0.8rem;
    margin-right: -0.8rem; } 
  .md\:margin-h-nest-sm {
    margin-left: -0.9rem;
    margin-right: -0.9rem; } 
  .md\:margin-h-nest-lg {
    margin-left: -1.2rem;
    margin-right: -1.2rem; } 
  .md\:margin-h-nest-xl {
    margin-left: -1.4rem;
    margin-right: -1.4rem; } 
  .md\:margin-h-nest-2x {
    margin-left: -2rem;
    margin-right: -2rem; } 
  .md\:margin-h-nest-4x {
    margin-left: -4rem;
    margin-right: -4rem; } 
  .md\:margin-h-nest-6x {
    margin-left: -6rem;
    margin-right: -6rem; } 
  .md\:margin-h-nest-8x {
    margin-left: -8rem;
    margin-right: -8rem; } 
  .md\:margin-top {
    margin-top: 1rem; } 
  .md\:margin-top-none {
    margin-top: 0; } 
  .md\:margin-top-1\/4x {
    margin-top: 0.25rem; } 
  .md\:margin-top-1\/2x {
    margin-top: 0.5rem; } 
  .md\:margin-top-3\/4x {
    margin-top: 0.75rem; } 
  .md\:margin-top-xs {
    margin-top: 0.8rem; } 
  .md\:margin-top-sm {
    margin-top: 0.9rem; } 
  .md\:margin-top-lg {
    margin-top: 1.2rem; } 
  .md\:margin-top-xl {
    margin-top: 1.4rem; } 
  .md\:margin-top-2x {
    margin-top: 2rem; } 
  .md\:margin-top-4x {
    margin-top: 4rem; } 
  .md\:margin-top-6x {
    margin-top: 6rem; } 
  .md\:margin-top-8x {
    margin-top: 8rem; } 
  .md\:margin-top-nest {
    margin-top: -1rem; } 
  .md\:margin-top-nest-none {
    margin-top: 0; } 
  .md\:margin-top-nest-1\/4x {
    margin-top: -0.25rem; } 
  .md\:margin-top-nest-1\/2x {
    margin-top: -0.5rem; } 
  .md\:margin-top-nest-3\/4x {
    margin-top: -0.75rem; } 
  .md\:margin-top-nest-xs {
    margin-top: -0.8rem; } 
  .md\:margin-top-nest-sm {
    margin-top: -0.9rem; } 
  .md\:margin-top-nest-lg {
    margin-top: -1.2rem; } 
  .md\:margin-top-nest-xl {
    margin-top: -1.4rem; } 
  .md\:margin-top-nest-2x {
    margin-top: -2rem; } 
  .md\:margin-top-nest-4x {
    margin-top: -4rem; } 
  .md\:margin-top-nest-6x {
    margin-top: -6rem; } 
  .md\:margin-top-nest-8x {
    margin-top: -8rem; } 
  .md\:margin-right {
    margin-right: 1rem; } 
  .md\:margin-right-none {
    margin-right: 0; } 
  .md\:margin-right-1\/4x {
    margin-right: 0.25rem; } 
  .md\:margin-right-1\/2x {
    margin-right: 0.5rem; } 
  .md\:margin-right-3\/4x {
    margin-right: 0.75rem; } 
  .md\:margin-right-xs {
    margin-right: 0.8rem; } 
  .md\:margin-right-sm {
    margin-right: 0.9rem; } 
  .md\:margin-right-lg {
    margin-right: 1.2rem; } 
  .md\:margin-right-xl {
    margin-right: 1.4rem; } 
  .md\:margin-right-2x {
    margin-right: 2rem; } 
  .md\:margin-right-4x {
    margin-right: 4rem; } 
  .md\:margin-right-6x {
    margin-right: 6rem; } 
  .md\:margin-right-8x {
    margin-right: 8rem; } 
  .md\:margin-right-nest {
    margin-right: -1rem; } 
  .md\:margin-right-nest-none {
    margin-right: 0; } 
  .md\:margin-right-nest-1\/4x {
    margin-right: -0.25rem; } 
  .md\:margin-right-nest-1\/2x {
    margin-right: -0.5rem; } 
  .md\:margin-right-nest-3\/4x {
    margin-right: -0.75rem; } 
  .md\:margin-right-nest-xs {
    margin-right: -0.8rem; } 
  .md\:margin-right-nest-sm {
    margin-right: -0.9rem; } 
  .md\:margin-right-nest-lg {
    margin-right: -1.2rem; } 
  .md\:margin-right-nest-xl {
    margin-right: -1.4rem; } 
  .md\:margin-right-nest-2x {
    margin-right: -2rem; } 
  .md\:margin-right-nest-4x {
    margin-right: -4rem; } 
  .md\:margin-right-nest-6x {
    margin-right: -6rem; } 
  .md\:margin-right-nest-8x {
    margin-right: -8rem; } 
  .md\:margin-bottom {
    margin-bottom: 1rem; } 
  .md\:margin-bottom-none {
    margin-bottom: 0; } 
  .md\:margin-bottom-1\/4x {
    margin-bottom: 0.25rem; } 
  .md\:margin-bottom-1\/2x {
    margin-bottom: 0.5rem; } 
  .md\:margin-bottom-3\/4x {
    margin-bottom: 0.75rem; } 
  .md\:margin-bottom-xs {
    margin-bottom: 0.8rem; } 
  .md\:margin-bottom-sm {
    margin-bottom: 0.9rem; } 
  .md\:margin-bottom-lg {
    margin-bottom: 1.2rem; } 
  .md\:margin-bottom-xl {
    margin-bottom: 1.4rem; } 
  .md\:margin-bottom-2x {
    margin-bottom: 2rem; } 
  .md\:margin-bottom-4x {
    margin-bottom: 4rem; } 
  .md\:margin-bottom-6x {
    margin-bottom: 6rem; } 
  .md\:margin-bottom-8x {
    margin-bottom: 8rem; } 
  .md\:margin-bottom-nest {
    margin-bottom: -1rem; } 
  .md\:margin-bottom-nest-none {
    margin-bottom: 0; } 
  .md\:margin-bottom-nest-1\/4x {
    margin-bottom: -0.25rem; } 
  .md\:margin-bottom-nest-1\/2x {
    margin-bottom: -0.5rem; } 
  .md\:margin-bottom-nest-3\/4x {
    margin-bottom: -0.75rem; } 
  .md\:margin-bottom-nest-xs {
    margin-bottom: -0.8rem; } 
  .md\:margin-bottom-nest-sm {
    margin-bottom: -0.9rem; } 
  .md\:margin-bottom-nest-lg {
    margin-bottom: -1.2rem; } 
  .md\:margin-bottom-nest-xl {
    margin-bottom: -1.4rem; } 
  .md\:margin-bottom-nest-2x {
    margin-bottom: -2rem; } 
  .md\:margin-bottom-nest-4x {
    margin-bottom: -4rem; } 
  .md\:margin-bottom-nest-6x {
    margin-bottom: -6rem; } 
  .md\:margin-bottom-nest-8x {
    margin-bottom: -8rem; } 
  .md\:margin-left {
    margin-left: 1rem; } 
  .md\:margin-left-none {
    margin-left: 0; } 
  .md\:margin-left-1\/4x {
    margin-left: 0.25rem; } 
  .md\:margin-left-1\/2x {
    margin-left: 0.5rem; } 
  .md\:margin-left-3\/4x {
    margin-left: 0.75rem; } 
  .md\:margin-left-xs {
    margin-left: 0.8rem; } 
  .md\:margin-left-sm {
    margin-left: 0.9rem; } 
  .md\:margin-left-lg {
    margin-left: 1.2rem; } 
  .md\:margin-left-xl {
    margin-left: 1.4rem; } 
  .md\:margin-left-2x {
    margin-left: 2rem; } 
  .md\:margin-left-4x {
    margin-left: 4rem; } 
  .md\:margin-left-6x {
    margin-left: 6rem; } 
  .md\:margin-left-8x {
    margin-left: 8rem; } 
  .md\:margin-left-nest {
    margin-left: -1rem; } 
  .md\:margin-left-nest-none {
    margin-left: 0; } 
  .md\:margin-left-nest-1\/4x {
    margin-left: -0.25rem; } 
  .md\:margin-left-nest-1\/2x {
    margin-left: -0.5rem; } 
  .md\:margin-left-nest-3\/4x {
    margin-left: -0.75rem; } 
  .md\:margin-left-nest-xs {
    margin-left: -0.8rem; } 
  .md\:margin-left-nest-sm {
    margin-left: -0.9rem; } 
  .md\:margin-left-nest-lg {
    margin-left: -1.2rem; } 
  .md\:margin-left-nest-xl {
    margin-left: -1.4rem; } 
  .md\:margin-left-nest-2x {
    margin-left: -2rem; } 
  .md\:margin-left-nest-4x {
    margin-left: -4rem; } 
  .md\:margin-left-nest-6x {
    margin-left: -6rem; } 
  .md\:margin-left-nest-8x {
    margin-left: -8rem; } 
  .md\:pad {
    padding: 1rem; } 
  .md\:pad-none {
    padding: 0; } 
  .md\:pad-1\/4x {
    padding: 0.25rem; } 
  .md\:pad-1\/2x {
    padding: 0.5rem; } 
  .md\:pad-3\/4x {
    padding: 0.75rem; } 
  .md\:pad-xs {
    padding: 0.8rem; } 
  .md\:pad-sm {
    padding: 0.9rem; } 
  .md\:pad-lg {
    padding: 1.2rem; } 
  .md\:pad-xl {
    padding: 1.4rem; } 
  .md\:pad-2x {
    padding: 2rem; } 
  .md\:pad-4x {
    padding: 4rem; } 
  .md\:pad-6x {
    padding: 6rem; } 
  .md\:pad-8x {
    padding: 8rem; } 
  .md\:pad-v {
    padding-top: 1rem;
    padding-bottom: 1rem; } 
  .md\:pad-v-none {
    padding-top: 0;
    padding-bottom: 0; } 
  .md\:pad-v-1\/4x {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; } 
  .md\:pad-v-1\/2x {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; } 
  .md\:pad-v-3\/4x {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; } 
  .md\:pad-v-xs {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; } 
  .md\:pad-v-sm {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem; } 
  .md\:pad-v-lg {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; } 
  .md\:pad-v-xl {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem; } 
  .md\:pad-v-2x {
    padding-top: 2rem;
    padding-bottom: 2rem; } 
  .md\:pad-v-4x {
    padding-top: 4rem;
    padding-bottom: 4rem; } 
  .md\:pad-v-6x {
    padding-top: 6rem;
    padding-bottom: 6rem; } 
  .md\:pad-v-8x {
    padding-top: 8rem;
    padding-bottom: 8rem; } 
  .md\:pad-h {
    padding-left: 1rem;
    padding-right: 1rem; } 
  .md\:pad-h-none {
    padding-left: 0;
    padding-right: 0; } 
  .md\:pad-h-1\/4x {
    padding-left: 0.25rem;
    padding-right: 0.25rem; } 
  .md\:pad-h-1\/2x {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } 
  .md\:pad-h-3\/4x {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } 
  .md\:pad-h-xs {
    padding-left: 0.8rem;
    padding-right: 0.8rem; } 
  .md\:pad-h-sm {
    padding-left: 0.9rem;
    padding-right: 0.9rem; } 
  .md\:pad-h-lg {
    padding-left: 1.2rem;
    padding-right: 1.2rem; } 
  .md\:pad-h-xl {
    padding-left: 1.4rem;
    padding-right: 1.4rem; } 
  .md\:pad-h-2x {
    padding-left: 2rem;
    padding-right: 2rem; } 
  .md\:pad-h-4x {
    padding-left: 4rem;
    padding-right: 4rem; } 
  .md\:pad-h-6x {
    padding-left: 6rem;
    padding-right: 6rem; } 
  .md\:pad-h-8x {
    padding-left: 8rem;
    padding-right: 8rem; } 
  .md\:pad-top {
    padding-top: 1rem; } 
  .md\:pad-top-none {
    padding-top: 0; } 
  .md\:pad-top-1\/4x {
    padding-top: 0.25rem; } 
  .md\:pad-top-1\/2x {
    padding-top: 0.5rem; } 
  .md\:pad-top-3\/4x {
    padding-top: 0.75rem; } 
  .md\:pad-top-xs {
    padding-top: 0.8rem; } 
  .md\:pad-top-sm {
    padding-top: 0.9rem; } 
  .md\:pad-top-lg {
    padding-top: 1.2rem; } 
  .md\:pad-top-xl {
    padding-top: 1.4rem; } 
  .md\:pad-top-2x {
    padding-top: 2rem; } 
  .md\:pad-top-4x {
    padding-top: 4rem; } 
  .md\:pad-top-6x {
    padding-top: 6rem; } 
  .md\:pad-top-8x {
    padding-top: 8rem; } 
  .md\:pad-right {
    padding-right: 1rem; } 
  .md\:pad-right-none {
    padding-right: 0; } 
  .md\:pad-right-1\/4x {
    padding-right: 0.25rem; } 
  .md\:pad-right-1\/2x {
    padding-right: 0.5rem; } 
  .md\:pad-right-3\/4x {
    padding-right: 0.75rem; } 
  .md\:pad-right-xs {
    padding-right: 0.8rem; } 
  .md\:pad-right-sm {
    padding-right: 0.9rem; } 
  .md\:pad-right-lg {
    padding-right: 1.2rem; } 
  .md\:pad-right-xl {
    padding-right: 1.4rem; } 
  .md\:pad-right-2x {
    padding-right: 2rem; } 
  .md\:pad-right-4x {
    padding-right: 4rem; } 
  .md\:pad-right-6x {
    padding-right: 6rem; } 
  .md\:pad-right-8x {
    padding-right: 8rem; } 
  .md\:pad-bottom {
    padding-bottom: 1rem; } 
  .md\:pad-bottom-none {
    padding-bottom: 0; } 
  .md\:pad-bottom-1\/4x {
    padding-bottom: 0.25rem; } 
  .md\:pad-bottom-1\/2x {
    padding-bottom: 0.5rem; } 
  .md\:pad-bottom-3\/4x {
    padding-bottom: 0.75rem; } 
  .md\:pad-bottom-xs {
    padding-bottom: 0.8rem; } 
  .md\:pad-bottom-sm {
    padding-bottom: 0.9rem; } 
  .md\:pad-bottom-lg {
    padding-bottom: 1.2rem; } 
  .md\:pad-bottom-xl {
    padding-bottom: 1.4rem; } 
  .md\:pad-bottom-2x {
    padding-bottom: 2rem; } 
  .md\:pad-bottom-4x {
    padding-bottom: 4rem; } 
  .md\:pad-bottom-6x {
    padding-bottom: 6rem; } 
  .md\:pad-bottom-8x {
    padding-bottom: 8rem; } 
  .md\:pad-left {
    padding-left: 1rem; } 
  .md\:pad-left-none {
    padding-left: 0; } 
  .md\:pad-left-1\/4x {
    padding-left: 0.25rem; } 
  .md\:pad-left-1\/2x {
    padding-left: 0.5rem; } 
  .md\:pad-left-3\/4x {
    padding-left: 0.75rem; } 
  .md\:pad-left-xs {
    padding-left: 0.8rem; } 
  .md\:pad-left-sm {
    padding-left: 0.9rem; } 
  .md\:pad-left-lg {
    padding-left: 1.2rem; } 
  .md\:pad-left-xl {
    padding-left: 1.4rem; } 
  .md\:pad-left-2x {
    padding-left: 2rem; } 
  .md\:pad-left-4x {
    padding-left: 4rem; } 
  .md\:pad-left-6x {
    padding-left: 6rem; } 
  .md\:pad-left-8x {
    padding-left: 8rem; } 
  .md\:stroke-sm {
    stroke-width: 0.5px; } 
  .md\:stroke-md {
    stroke-width: 1px; } 
  .md\:stroke-lg {
    stroke-width: 1.5px; } 
  .md\:stroke-2x {
    stroke-width: 2px; } 
  .md\:stroke-3x {
    stroke-width: 3px; } 
  .md\:text-current {
    color: currentColor; } 
  .md\:text-md {
    font-size: 1rem; } 
  .md\:text {
    font-size: 1rem; } 
  .md\:text-xs {
    font-size: 0.8rem; } 
  .md\:text-sm {
    font-size: 0.9rem; } 
  .md\:text-lg {
    font-size: 1.2rem; } 
  .md\:text-xl {
    font-size: 1.4rem; } 
  .md\:text-2x {
    font-size: 2rem; } 
  .md\:text-4x {
    font-size: 4rem; } 
  .md\:text-8x {
    font-size: 8rem; } 
  .md\:text-mono {
    font-family: monospace, monospace; } 
  .md\:text-uppercase {
    text-transform: uppercase; } 
  .md\:text-lowercase {
    text-transform: lowercase; } 
  .md\:text-capitalize {
    text-transform: capitalize; } 
  .md\:text-normal-case {
    text-transform: none; } 
  .md\:text-italic {
    font-style: italic; } 
  .md\:text-no-underline {
    text-decoration: none; } 
  .md\:text-line-through {
    text-decoration: line-through; } 
  .md\:text-100 {
    font-weight: 100; } 
  .md\:text-hairline {
    font-weight: 100; } 
  .md\:text-200 {
    font-weight: 200; } 
  .md\:text-thin {
    font-weight: 200; } 
  .md\:text-300 {
    font-weight: 300; } 
  .md\:text-light {
    font-weight: 300; } 
  .md\:text-400 {
    font-weight: 400; } 
  .md\:text-normal {
    font-weight: 400; } 
  .md\:text-500 {
    font-weight: 500; } 
  .md\:text-medium {
    font-weight: 500; } 
  .md\:text-600 {
    font-weight: 600; } 
  .md\:text-semibold {
    font-weight: 600; } 
  .md\:text-700 {
    font-weight: 700; } 
  .md\:text-bold {
    font-weight: 700; } 
  .md\:text-800 {
    font-weight: 800; } 
  .md\:text-extrabold {
    font-weight: 800; } 
  .md\:text-900 {
    font-weight: 900; } 
  .md\:text-black {
    font-weight: 900; } 
  .md\:text-left {
    text-align: left; } 
  .md\:text-right {
    text-align: right; } 
  .md\:text-center {
    text-align: center; } 
  .md\:text-justify {
    text-align: justify; } 
  .md\:leading-none {
    line-height: 1; } 
  .md\:leading-tight {
    line-height: 1.25; } 
  .md\:leading-snug {
    line-height: 1.375; } 
  .md\:leading-normal {
    line-height: 1.5; } 
  .md\:leading-relaxed {
    line-height: 1.625; } 
  .md\:leading-loose {
    line-height: 2; } 
  .md\:tracking-tighter {
    letter-spacing: -0.05em; } 
  .md\:tracking-tight {
    letter-spacing: -0.025em; } 
  .md\:tracking-normal {
    letter-spacing: 0; } 
  .md\:tracking-wide {
    letter-spacing: 0.025em; } 
  .md\:tracking-wider {
    letter-spacing: 0.05em; } 
  .md\:tracking-widest {
    letter-spacing: 0.1em; } 
  .md\:text-col-2 {
    column-count: 2;
    column-gap: 5em; } 
  .md\:text-col-3 {
    column-count: 3;
    column-gap: 5em; } 
  .md\:text-list-none {
    list-style-type: none; } 
  .md\:text-list-disc {
    list-style-type: disc; } 
  .md\:text-list-decimal {
    list-style-type: decimal; } 
  .md\:text-list-inside {
    list-style-position: inside; } 
  .md\:text-list-outside {
    list-style-position: outside; } 
  .md\:height-0-vh {
    height: 0vh; } 
  .md\:min-height-0-vh {
    min-height: 0vh; } 
  .md\:max-height-0-vh {
    max-height: 0vh; } 
  .md\:height-5-vh {
    height: 5vh; } 
  .md\:min-height-5-vh {
    min-height: 5vh; } 
  .md\:max-height-5-vh {
    max-height: 5vh; } 
  .md\:height-10-vh {
    height: 10vh; } 
  .md\:min-height-10-vh {
    min-height: 10vh; } 
  .md\:max-height-10-vh {
    max-height: 10vh; } 
  .md\:height-15-vh {
    height: 15vh; } 
  .md\:min-height-15-vh {
    min-height: 15vh; } 
  .md\:max-height-15-vh {
    max-height: 15vh; } 
  .md\:height-20-vh {
    height: 20vh; } 
  .md\:min-height-20-vh {
    min-height: 20vh; } 
  .md\:max-height-20-vh {
    max-height: 20vh; } 
  .md\:height-25-vh {
    height: 25vh; } 
  .md\:min-height-25-vh {
    min-height: 25vh; } 
  .md\:max-height-25-vh {
    max-height: 25vh; } 
  .md\:height-30-vh {
    height: 30vh; } 
  .md\:min-height-30-vh {
    min-height: 30vh; } 
  .md\:max-height-30-vh {
    max-height: 30vh; } 
  .md\:height-35-vh {
    height: 35vh; } 
  .md\:min-height-35-vh {
    min-height: 35vh; } 
  .md\:max-height-35-vh {
    max-height: 35vh; } 
  .md\:height-40-vh {
    height: 40vh; } 
  .md\:min-height-40-vh {
    min-height: 40vh; } 
  .md\:max-height-40-vh {
    max-height: 40vh; } 
  .md\:height-45-vh {
    height: 45vh; } 
  .md\:min-height-45-vh {
    min-height: 45vh; } 
  .md\:max-height-45-vh {
    max-height: 45vh; } 
  .md\:height-50-vh {
    height: 50vh; } 
  .md\:min-height-50-vh {
    min-height: 50vh; } 
  .md\:max-height-50-vh {
    max-height: 50vh; } 
  .md\:height-55-vh {
    height: 55vh; } 
  .md\:min-height-55-vh {
    min-height: 55vh; } 
  .md\:max-height-55-vh {
    max-height: 55vh; } 
  .md\:height-60-vh {
    height: 60vh; } 
  .md\:min-height-60-vh {
    min-height: 60vh; } 
  .md\:max-height-60-vh {
    max-height: 60vh; } 
  .md\:height-65-vh {
    height: 65vh; } 
  .md\:min-height-65-vh {
    min-height: 65vh; } 
  .md\:max-height-65-vh {
    max-height: 65vh; } 
  .md\:height-70-vh {
    height: 70vh; } 
  .md\:min-height-70-vh {
    min-height: 70vh; } 
  .md\:max-height-70-vh {
    max-height: 70vh; } 
  .md\:height-75-vh {
    height: 75vh; } 
  .md\:min-height-75-vh {
    min-height: 75vh; } 
  .md\:max-height-75-vh {
    max-height: 75vh; } 
  .md\:height-80-vh {
    height: 80vh; } 
  .md\:min-height-80-vh {
    min-height: 80vh; } 
  .md\:max-height-80-vh {
    max-height: 80vh; } 
  .md\:height-85-vh {
    height: 85vh; } 
  .md\:min-height-85-vh {
    min-height: 85vh; } 
  .md\:max-height-85-vh {
    max-height: 85vh; } 
  .md\:height-90-vh {
    height: 90vh; } 
  .md\:min-height-90-vh {
    min-height: 90vh; } 
  .md\:max-height-90-vh {
    max-height: 90vh; } 
  .md\:height-95-vh {
    height: 95vh; } 
  .md\:min-height-95-vh {
    min-height: 95vh; } 
  .md\:max-height-95-vh {
    max-height: 95vh; } 
  .md\:height-100-vh {
    height: 100vh; } 
  .md\:min-height-100-vh {
    min-height: 100vh; } 
  .md\:max-height-100-vh {
    max-height: 100vh; } 
  .md\:flex-reverse {
    flex-direction: column-reverse; } 
  .md\:margin-right--8x {
    margin-right: -8rem; } 
  .md\:margin-bottom--4x {
    margin-bottom: -4rem; } }@media only screen and (min-width: 1080px) {
  .lg\:base {
    --breakpoints: "sm/max-width: 719px,md/min-width: 720px,lg/min-width: 1080px,xl/min-width: 1440px";
    --bg-opacity: 1.0;
    --shadow-opacity: 0.1;
    --border-opacity: 1.0;
    --border-color: 80, 81, 82; } 
  .container {
    max-width: 1080px; } 
  .lg\:layout-fixed {
    table-layout: fixed; } 
  .lg\:aspect-4x3::before {
    content: "";
    display: block;
    padding-top: 75%;
    padding-left: 75%; } 
  .lg\:aspect-2x1::before {
    content: "";
    display: block;
    padding-top: 50%;
    padding-left: 50%; } 
  .lg\:aspect-16x9::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    padding-left: 56.25%; } 
  .lg\:aspect-square::before {
    content: "";
    display: block;
    padding-top: 100%;
    padding-left: 100%; } 
  .lg\:fill-current {
    fill: currentColor; } 
  .lg\:stroke-current {
    stroke: currentColor; } 
  .lg\:bg-none {
    background: transparent; } 
  .lg\:border {
    border-width: 1px; } 
  .lg\:border-none {
    border-width: 0; } 
  .lg\:border-2px {
    border-width: 2px; } 
  .lg\:border-3px {
    border-width: 3px; } 
  .lg\:border-4px {
    border-width: 4px; } 
  .lg\:border-dashed {
    border-style: dashed; } 
  .lg\:border-top {
    border-top-width: 1px; } 
  .lg\:border-top {
    border-top-width: 1px; } 
  .lg\:border-top-none {
    border-top-width: 0; } 
  .lg\:border-top-2px {
    border-top-width: 2px; } 
  .lg\:border-top-3px {
    border-top-width: 3px; } 
  .lg\:border-top-4px {
    border-top-width: 4px; } 
  .lg\:border-right {
    border-right-width: 1px; } 
  .lg\:border-right {
    border-right-width: 1px; } 
  .lg\:border-right-none {
    border-right-width: 0; } 
  .lg\:border-right-2px {
    border-right-width: 2px; } 
  .lg\:border-right-3px {
    border-right-width: 3px; } 
  .lg\:border-right-4px {
    border-right-width: 4px; } 
  .lg\:border-bottom {
    border-bottom-width: 1px; } 
  .lg\:border-bottom {
    border-bottom-width: 1px; } 
  .lg\:border-bottom-none {
    border-bottom-width: 0; } 
  .lg\:border-bottom-2px {
    border-bottom-width: 2px; } 
  .lg\:border-bottom-3px {
    border-bottom-width: 3px; } 
  .lg\:border-bottom-4px {
    border-bottom-width: 4px; } 
  .lg\:border-left {
    border-left-width: 1px; } 
  .lg\:border-left {
    border-left-width: 1px; } 
  .lg\:border-left-none {
    border-left-width: 0; } 
  .lg\:border-left-2px {
    border-left-width: 2px; } 
  .lg\:border-left-3px {
    border-left-width: 3px; } 
  .lg\:border-left-4px {
    border-left-width: 4px; } 
  .lg\:rounded {
    border-radius: 0.25rem; } 
  .lg\:rounded-none {
    border-radius: 0; } 
  .lg\:rounded-xs {
    border-radius: 0.1rem; } 
  .lg\:rounded-sm {
    border-radius: 0.2rem; } 
  .lg\:rounded-lg {
    border-radius: 0.5rem; } 
  .lg\:rounded-xl {
    border-radius: 1rem; } 
  .lg\:rounded-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; } 
  .lg\:rounded-top-none {
    border-top-right-radius: 0;
    border-top-left-radius: 0; } 
  .lg\:rounded-top-xs {
    border-top-right-radius: 0.1rem;
    border-top-left-radius: 0.1rem; } 
  .lg\:rounded-top-sm {
    border-top-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem; } 
  .lg\:rounded-top-lg {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem; } 
  .lg\:rounded-top-xl {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem; } 
  .lg\:rounded-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; } 
  .lg\:rounded-bottom-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; } 
  .lg\:rounded-bottom-xs {
    border-bottom-right-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem; } 
  .lg\:rounded-bottom-sm {
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; } 
  .lg\:rounded-bottom-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } 
  .lg\:rounded-bottom-xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem; } 
  .lg\:rounded-left {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; } 
  .lg\:rounded-left-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } 
  .lg\:rounded-left-xs {
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem; } 
  .lg\:rounded-left-sm {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; } 
  .lg\:rounded-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } 
  .lg\:rounded-left-xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; } 
  .lg\:rounded-right {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } 
  .lg\:rounded-right-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } 
  .lg\:rounded-right-xs {
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem; } 
  .lg\:rounded-right-sm {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; } 
  .lg\:rounded-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; } 
  .lg\:rounded-right-xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem; } 
  .lg\:square {
    border-radius: 0; } 
  .lg\:square-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0; } 
  .lg\:square-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; } 
  .lg\:square-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } 
  .lg\:square-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } 
  .lg\:round {
    border-radius: 50%; } 
  .lg\:divide-h > * + * {
    border-left-width: 1px; } 
  .lg\:divide-h-none > * + * {
    border-left-width: 0; } 
  .lg\:divide-h-2px > * + * {
    border-left-width: 2px; } 
  .lg\:divide-h-3px > * + * {
    border-left-width: 3px; } 
  .lg\:divide-h-4px > * + * {
    border-left-width: 4px; } 
  .lg\:divide-v > * + * {
    border-top-width: 1px; } 
  .lg\:divide-v-none > * + * {
    border-top-width: 0; } 
  .lg\:divide-v-2px > * + * {
    border-top-width: 2px; } 
  .lg\:divide-v-3px > * + * {
    border-top-width: 3px; } 
  .lg\:divide-v-4px > * + * {
    border-top-width: 4px; } 
  .lg\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important; } 
  .lg\:rotate-0 {
    --transform-rotate: 0deg; } 
  .lg\:-rotate-0 {
    --transform-rotate: -0deg; } 
  .lg\:rotate-1 {
    --transform-rotate: 1deg; } 
  .lg\:-rotate-1 {
    --transform-rotate: -1deg; } 
  .lg\:rotate-2 {
    --transform-rotate: 2deg; } 
  .lg\:-rotate-2 {
    --transform-rotate: -2deg; } 
  .lg\:rotate-3 {
    --transform-rotate: 3deg; } 
  .lg\:-rotate-3 {
    --transform-rotate: -3deg; } 
  .lg\:rotate-6 {
    --transform-rotate: 6deg; } 
  .lg\:-rotate-6 {
    --transform-rotate: -6deg; } 
  .lg\:rotate-12 {
    --transform-rotate: 12deg; } 
  .lg\:-rotate-12 {
    --transform-rotate: -12deg; } 
  .lg\:rotate-45 {
    --transform-rotate: 45deg; } 
  .lg\:-rotate-45 {
    --transform-rotate: -45deg; } 
  .lg\:rotate-90 {
    --transform-rotate: 90deg; } 
  .lg\:-rotate-90 {
    --transform-rotate: -90deg; } 
  .lg\:rotate-180 {
    --transform-rotate: 180deg; } 
  .lg\:-rotate-180 {
    --transform-rotate: -180deg; } 
  .lg\:inline {
    display: inline; } 
  .lg\:block {
    display: block; } 
  .lg\:inline-block {
    display: inline-block; } 
  .lg\:grid {
    display: grid; } 
  .lg\:inline-grid {
    display: inline-grid; } 
  .lg\:flex {
    display: flex; } 
  .lg\:inline-flex {
    display: inline-flex; } 
  .lg\:table {
    display: table; } 
  .lg\:table-cell {
    display: table-cell; } 
  .lg\:table-row {
    display: table-row; } 
  .lg\:contents {
    display: contents; } 
  .lg\:hide {
    display: none; } 
  .lg\:show {
    display: inherit; } 
  .lg\:hide-empty:empty {
    display: none; } 
  .lg\:float-right {
    float: right; } 
  .lg\:float-left {
    float: left; } 
  .lg\:clear {
    clear: both; } 
  .lg\:flex-col {
    flex-direction: column; } 
  .lg\:flex-nowrap {
    flex-wrap: nowrap; } 
  .lg\:flex-wrap {
    flex-wrap: wrap; } 
  .lg\:flex-fill {
    flex: 1 1 auto; } 
  .lg\:flex-grow {
    flex: 1 0 auto; } 
  .lg\:flex-shrink {
    flex: 0 1 auto; } 
  .lg\:flex-none {
    flex: 0 0 auto; } 
  .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\:cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } 
  .lg\:col-span-1 {
    grid-column: span 1/span 1; } 
  .lg\:col-start-1 {
    grid-column-start: 1; } 
  .lg\:col-end-1 {
    grid-column-end: 1; } 
  .lg\:cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } 
  .lg\:col-span-2 {
    grid-column: span 2/span 2; } 
  .lg\:col-start-2 {
    grid-column-start: 2; } 
  .lg\:col-end-2 {
    grid-column-end: 2; } 
  .lg\:cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } 
  .lg\:col-span-3 {
    grid-column: span 3/span 3; } 
  .lg\:col-start-3 {
    grid-column-start: 3; } 
  .lg\:col-end-3 {
    grid-column-end: 3; } 
  .lg\:cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } 
  .lg\:col-span-4 {
    grid-column: span 4/span 4; } 
  .lg\:col-start-4 {
    grid-column-start: 4; } 
  .lg\:col-end-4 {
    grid-column-end: 4; } 
  .lg\:cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } 
  .lg\:col-span-5 {
    grid-column: span 5/span 5; } 
  .lg\:col-start-5 {
    grid-column-start: 5; } 
  .lg\:col-end-5 {
    grid-column-end: 5; } 
  .lg\:cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } 
  .lg\:col-span-6 {
    grid-column: span 6/span 6; } 
  .lg\:col-start-6 {
    grid-column-start: 6; } 
  .lg\:col-end-6 {
    grid-column-end: 6; } 
  .lg\:cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); } 
  .lg\:col-span-7 {
    grid-column: span 7/span 7; } 
  .lg\:col-start-7 {
    grid-column-start: 7; } 
  .lg\:col-end-7 {
    grid-column-end: 7; } 
  .lg\:cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); } 
  .lg\:col-span-8 {
    grid-column: span 8/span 8; } 
  .lg\:col-start-8 {
    grid-column-start: 8; } 
  .lg\:col-end-8 {
    grid-column-end: 8; } 
  .lg\:cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); } 
  .lg\:col-span-9 {
    grid-column: span 9/span 9; } 
  .lg\:col-start-9 {
    grid-column-start: 9; } 
  .lg\:col-end-9 {
    grid-column-end: 9; } 
  .lg\:cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); } 
  .lg\:col-span-10 {
    grid-column: span 10/span 10; } 
  .lg\:col-start-10 {
    grid-column-start: 10; } 
  .lg\:col-end-10 {
    grid-column-end: 10; } 
  .lg\:cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)); } 
  .lg\:col-span-11 {
    grid-column: span 11/span 11; } 
  .lg\:col-start-11 {
    grid-column-start: 11; } 
  .lg\:col-end-11 {
    grid-column-end: 11; } 
  .lg\:cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)); } 
  .lg\:col-span-12 {
    grid-column: span 12/span 12; } 
  .lg\:col-start-12 {
    grid-column-start: 12; } 
  .lg\:col-end-12 {
    grid-column-end: 12; } 
  .lg\:cols-fill-0-px {
    grid-template-columns: repeat(auto-fill, minmax(0px, 1fr)); } 
  .lg\:cols-fit-0-px {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr)); } 
  .lg\:cols-fill-5-px {
    grid-template-columns: repeat(auto-fill, minmax(5px, 1fr)); } 
  .lg\:cols-fit-5-px {
    grid-template-columns: repeat(auto-fit, minmax(5px, 1fr)); } 
  .lg\:cols-fill-10-px {
    grid-template-columns: repeat(auto-fill, minmax(10px, 1fr)); } 
  .lg\:cols-fit-10-px {
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr)); } 
  .lg\:cols-fill-15-px {
    grid-template-columns: repeat(auto-fill, minmax(15px, 1fr)); } 
  .lg\:cols-fit-15-px {
    grid-template-columns: repeat(auto-fit, minmax(15px, 1fr)); } 
  .lg\:cols-fill-20-px {
    grid-template-columns: repeat(auto-fill, minmax(20px, 1fr)); } 
  .lg\:cols-fit-20-px {
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr)); } 
  .lg\:cols-fill-25-px {
    grid-template-columns: repeat(auto-fill, minmax(25px, 1fr)); } 
  .lg\:cols-fit-25-px {
    grid-template-columns: repeat(auto-fit, minmax(25px, 1fr)); } 
  .lg\:cols-fill-30-px {
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr)); } 
  .lg\:cols-fit-30-px {
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr)); } 
  .lg\:cols-fill-35-px {
    grid-template-columns: repeat(auto-fill, minmax(35px, 1fr)); } 
  .lg\:cols-fit-35-px {
    grid-template-columns: repeat(auto-fit, minmax(35px, 1fr)); } 
  .lg\:cols-fill-40-px {
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr)); } 
  .lg\:cols-fit-40-px {
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr)); } 
  .lg\:cols-fill-45-px {
    grid-template-columns: repeat(auto-fill, minmax(45px, 1fr)); } 
  .lg\:cols-fit-45-px {
    grid-template-columns: repeat(auto-fit, minmax(45px, 1fr)); } 
  .lg\:cols-fill-50-px {
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)); } 
  .lg\:cols-fit-50-px {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr)); } 
  .lg\:cols-fill-55-px {
    grid-template-columns: repeat(auto-fill, minmax(55px, 1fr)); } 
  .lg\:cols-fit-55-px {
    grid-template-columns: repeat(auto-fit, minmax(55px, 1fr)); } 
  .lg\:cols-fill-60-px {
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); } 
  .lg\:cols-fit-60-px {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); } 
  .lg\:cols-fill-65-px {
    grid-template-columns: repeat(auto-fill, minmax(65px, 1fr)); } 
  .lg\:cols-fit-65-px {
    grid-template-columns: repeat(auto-fit, minmax(65px, 1fr)); } 
  .lg\:cols-fill-70-px {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr)); } 
  .lg\:cols-fit-70-px {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)); } 
  .lg\:cols-fill-75-px {
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr)); } 
  .lg\:cols-fit-75-px {
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr)); } 
  .lg\:cols-fill-80-px {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); } 
  .lg\:cols-fit-80-px {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); } 
  .lg\:cols-fill-85-px {
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr)); } 
  .lg\:cols-fit-85-px {
    grid-template-columns: repeat(auto-fit, minmax(85px, 1fr)); } 
  .lg\:cols-fill-90-px {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); } 
  .lg\:cols-fit-90-px {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); } 
  .lg\:cols-fill-95-px {
    grid-template-columns: repeat(auto-fill, minmax(95px, 1fr)); } 
  .lg\:cols-fit-95-px {
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr)); } 
  .lg\:cols-fill-100-px {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); } 
  .lg\:cols-fit-100-px {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); } 
  .lg\:cols-fill-105-px {
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr)); } 
  .lg\:cols-fit-105-px {
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr)); } 
  .lg\:cols-fill-110-px {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); } 
  .lg\:cols-fit-110-px {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); } 
  .lg\:cols-fill-115-px {
    grid-template-columns: repeat(auto-fill, minmax(115px, 1fr)); } 
  .lg\:cols-fit-115-px {
    grid-template-columns: repeat(auto-fit, minmax(115px, 1fr)); } 
  .lg\:cols-fill-120-px {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); } 
  .lg\:cols-fit-120-px {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); } 
  .lg\:cols-fill-125-px {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr)); } 
  .lg\:cols-fit-125-px {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)); } 
  .lg\:cols-fill-130-px {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); } 
  .lg\:cols-fit-130-px {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); } 
  .lg\:cols-fill-135-px {
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr)); } 
  .lg\:cols-fit-135-px {
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); } 
  .lg\:cols-fill-140-px {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); } 
  .lg\:cols-fit-140-px {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); } 
  .lg\:cols-fill-145-px {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr)); } 
  .lg\:cols-fit-145-px {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); } 
  .lg\:cols-fill-150-px {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } 
  .lg\:cols-fit-150-px {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } 
  .lg\:cols-fill-155-px {
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr)); } 
  .lg\:cols-fit-155-px {
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)); } 
  .lg\:cols-fill-160-px {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); } 
  .lg\:cols-fit-160-px {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); } 
  .lg\:cols-fill-165-px {
    grid-template-columns: repeat(auto-fill, minmax(165px, 1fr)); } 
  .lg\:cols-fit-165-px {
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); } 
  .lg\:cols-fill-170-px {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); } 
  .lg\:cols-fit-170-px {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); } 
  .lg\:cols-fill-175-px {
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); } 
  .lg\:cols-fit-175-px {
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); } 
  .lg\:cols-fill-180-px {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); } 
  .lg\:cols-fit-180-px {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); } 
  .lg\:cols-fill-185-px {
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); } 
  .lg\:cols-fit-185-px {
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); } 
  .lg\:cols-fill-190-px {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); } 
  .lg\:cols-fit-190-px {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); } 
  .lg\:cols-fill-195-px {
    grid-template-columns: repeat(auto-fill, minmax(195px, 1fr)); } 
  .lg\:cols-fit-195-px {
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); } 
  .lg\:cols-fill-200-px {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } 
  .lg\:cols-fit-200-px {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } 
  .lg\:cols-fill-205-px {
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)); } 
  .lg\:cols-fit-205-px {
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)); } 
  .lg\:cols-fill-210-px {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); } 
  .lg\:cols-fit-210-px {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); } 
  .lg\:cols-fill-215-px {
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); } 
  .lg\:cols-fit-215-px {
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); } 
  .lg\:cols-fill-220-px {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); } 
  .lg\:cols-fit-220-px {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } 
  .lg\:cols-fill-225-px {
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr)); } 
  .lg\:cols-fit-225-px {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)); } 
  .lg\:cols-fill-230-px {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); } 
  .lg\:cols-fit-230-px {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); } 
  .lg\:cols-fill-235-px {
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); } 
  .lg\:cols-fit-235-px {
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); } 
  .lg\:cols-fill-240-px {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); } 
  .lg\:cols-fit-240-px {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } 
  .lg\:cols-fill-245-px {
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)); } 
  .lg\:cols-fit-245-px {
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); } 
  .lg\:cols-fill-250-px {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); } 
  .lg\:cols-fit-250-px {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } 
  .lg\:cols-fill-255-px {
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); } 
  .lg\:cols-fit-255-px {
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); } 
  .lg\:cols-fill-260-px {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); } 
  .lg\:cols-fit-260-px {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } 
  .lg\:cols-fill-265-px {
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr)); } 
  .lg\:cols-fit-265-px {
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); } 
  .lg\:cols-fill-270-px {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); } 
  .lg\:cols-fit-270-px {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); } 
  .lg\:cols-fill-275-px {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr)); } 
  .lg\:cols-fit-275-px {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); } 
  .lg\:cols-fill-280-px {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); } 
  .lg\:cols-fit-280-px {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } 
  .lg\:cols-fill-285-px {
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr)); } 
  .lg\:cols-fit-285-px {
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); } 
  .lg\:cols-fill-290-px {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); } 
  .lg\:cols-fit-290-px {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); } 
  .lg\:cols-fill-295-px {
    grid-template-columns: repeat(auto-fill, minmax(295px, 1fr)); } 
  .lg\:cols-fit-295-px {
    grid-template-columns: repeat(auto-fit, minmax(295px, 1fr)); } 
  .lg\:cols-fill-300-px {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } 
  .lg\:cols-fit-300-px {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } 
  .lg\:cols-fill-305-px {
    grid-template-columns: repeat(auto-fill, minmax(305px, 1fr)); } 
  .lg\:cols-fit-305-px {
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr)); } 
  .lg\:cols-fill-310-px {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); } 
  .lg\:cols-fit-310-px {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); } 
  .lg\:cols-fill-315-px {
    grid-template-columns: repeat(auto-fill, minmax(315px, 1fr)); } 
  .lg\:cols-fit-315-px {
    grid-template-columns: repeat(auto-fit, minmax(315px, 1fr)); } 
  .lg\:cols-fill-320-px {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); } 
  .lg\:cols-fit-320-px {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); } 
  .lg\:cols-fill-325-px {
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr)); } 
  .lg\:cols-fit-325-px {
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr)); } 
  .lg\:cols-fill-330-px {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); } 
  .lg\:cols-fit-330-px {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); } 
  .lg\:cols-fill-335-px {
    grid-template-columns: repeat(auto-fill, minmax(335px, 1fr)); } 
  .lg\:cols-fit-335-px {
    grid-template-columns: repeat(auto-fit, minmax(335px, 1fr)); } 
  .lg\:cols-fill-340-px {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); } 
  .lg\:cols-fit-340-px {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); } 
  .lg\:cols-fill-345-px {
    grid-template-columns: repeat(auto-fill, minmax(345px, 1fr)); } 
  .lg\:cols-fit-345-px {
    grid-template-columns: repeat(auto-fit, minmax(345px, 1fr)); } 
  .lg\:cols-fill-350-px {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); } 
  .lg\:cols-fit-350-px {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); } 
  .lg\:cols-fill-355-px {
    grid-template-columns: repeat(auto-fill, minmax(355px, 1fr)); } 
  .lg\:cols-fit-355-px {
    grid-template-columns: repeat(auto-fit, minmax(355px, 1fr)); } 
  .lg\:cols-fill-360-px {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); } 
  .lg\:cols-fit-360-px {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); } 
  .lg\:cols-fill-365-px {
    grid-template-columns: repeat(auto-fill, minmax(365px, 1fr)); } 
  .lg\:cols-fit-365-px {
    grid-template-columns: repeat(auto-fit, minmax(365px, 1fr)); } 
  .lg\:cols-fill-370-px {
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr)); } 
  .lg\:cols-fit-370-px {
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr)); } 
  .lg\:cols-fill-375-px {
    grid-template-columns: repeat(auto-fill, minmax(375px, 1fr)); } 
  .lg\:cols-fit-375-px {
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr)); } 
  .lg\:cols-fill-380-px {
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)); } 
  .lg\:cols-fit-380-px {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); } 
  .lg\:cols-fill-385-px {
    grid-template-columns: repeat(auto-fill, minmax(385px, 1fr)); } 
  .lg\:cols-fit-385-px {
    grid-template-columns: repeat(auto-fit, minmax(385px, 1fr)); } 
  .lg\:cols-fill-390-px {
    grid-template-columns: repeat(auto-fill, minmax(390px, 1fr)); } 
  .lg\:cols-fit-390-px {
    grid-template-columns: repeat(auto-fit, minmax(390px, 1fr)); } 
  .lg\:cols-fill-395-px {
    grid-template-columns: repeat(auto-fill, minmax(395px, 1fr)); } 
  .lg\:cols-fit-395-px {
    grid-template-columns: repeat(auto-fit, minmax(395px, 1fr)); } 
  .lg\:cols-fill-400-px {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); } 
  .lg\:cols-fit-400-px {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); } 
  .lg\:cols-fill-405-px {
    grid-template-columns: repeat(auto-fill, minmax(405px, 1fr)); } 
  .lg\:cols-fit-405-px {
    grid-template-columns: repeat(auto-fit, minmax(405px, 1fr)); } 
  .lg\:cols-fill-410-px {
    grid-template-columns: repeat(auto-fill, minmax(410px, 1fr)); } 
  .lg\:cols-fit-410-px {
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr)); } 
  .lg\:cols-fill-415-px {
    grid-template-columns: repeat(auto-fill, minmax(415px, 1fr)); } 
  .lg\:cols-fit-415-px {
    grid-template-columns: repeat(auto-fit, minmax(415px, 1fr)); } 
  .lg\:cols-fill-420-px {
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); } 
  .lg\:cols-fit-420-px {
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); } 
  .lg\:cols-fill-425-px {
    grid-template-columns: repeat(auto-fill, minmax(425px, 1fr)); } 
  .lg\:cols-fit-425-px {
    grid-template-columns: repeat(auto-fit, minmax(425px, 1fr)); } 
  .lg\:cols-fill-430-px {
    grid-template-columns: repeat(auto-fill, minmax(430px, 1fr)); } 
  .lg\:cols-fit-430-px {
    grid-template-columns: repeat(auto-fit, minmax(430px, 1fr)); } 
  .lg\:cols-fill-435-px {
    grid-template-columns: repeat(auto-fill, minmax(435px, 1fr)); } 
  .lg\:cols-fit-435-px {
    grid-template-columns: repeat(auto-fit, minmax(435px, 1fr)); } 
  .lg\:cols-fill-440-px {
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr)); } 
  .lg\:cols-fit-440-px {
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr)); } 
  .lg\:cols-fill-445-px {
    grid-template-columns: repeat(auto-fill, minmax(445px, 1fr)); } 
  .lg\:cols-fit-445-px {
    grid-template-columns: repeat(auto-fit, minmax(445px, 1fr)); } 
  .lg\:cols-fill-450-px {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); } 
  .lg\:cols-fit-450-px {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); } 
  .lg\:cols-fill-455-px {
    grid-template-columns: repeat(auto-fill, minmax(455px, 1fr)); } 
  .lg\:cols-fit-455-px {
    grid-template-columns: repeat(auto-fit, minmax(455px, 1fr)); } 
  .lg\:cols-fill-460-px {
    grid-template-columns: repeat(auto-fill, minmax(460px, 1fr)); } 
  .lg\:cols-fit-460-px {
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr)); } 
  .lg\:cols-fill-465-px {
    grid-template-columns: repeat(auto-fill, minmax(465px, 1fr)); } 
  .lg\:cols-fit-465-px {
    grid-template-columns: repeat(auto-fit, minmax(465px, 1fr)); } 
  .lg\:cols-fill-470-px {
    grid-template-columns: repeat(auto-fill, minmax(470px, 1fr)); } 
  .lg\:cols-fit-470-px {
    grid-template-columns: repeat(auto-fit, minmax(470px, 1fr)); } 
  .lg\:cols-fill-475-px {
    grid-template-columns: repeat(auto-fill, minmax(475px, 1fr)); } 
  .lg\:cols-fit-475-px {
    grid-template-columns: repeat(auto-fit, minmax(475px, 1fr)); } 
  .lg\:cols-fill-480-px {
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr)); } 
  .lg\:cols-fit-480-px {
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr)); } 
  .lg\:cols-fill-485-px {
    grid-template-columns: repeat(auto-fill, minmax(485px, 1fr)); } 
  .lg\:cols-fit-485-px {
    grid-template-columns: repeat(auto-fit, minmax(485px, 1fr)); } 
  .lg\:cols-fill-490-px {
    grid-template-columns: repeat(auto-fill, minmax(490px, 1fr)); } 
  .lg\:cols-fit-490-px {
    grid-template-columns: repeat(auto-fit, minmax(490px, 1fr)); } 
  .lg\:cols-fill-495-px {
    grid-template-columns: repeat(auto-fill, minmax(495px, 1fr)); } 
  .lg\:cols-fit-495-px {
    grid-template-columns: repeat(auto-fit, minmax(495px, 1fr)); } 
  .lg\:cols-fill-500-px {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr)); } 
  .lg\:cols-fit-500-px {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); } 
  .lg\:rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)); } 
  .lg\:row-span-1 {
    grid-row: span 1/span 1; } 
  .lg\:row-start-1 {
    grid-row-start: 1; } 
  .lg\:row-end-1 {
    grid-row-end: 1; } 
  .lg\:rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)); } 
  .lg\:row-span-2 {
    grid-row: span 2/span 2; } 
  .lg\:row-start-2 {
    grid-row-start: 2; } 
  .lg\:row-end-2 {
    grid-row-end: 2; } 
  .lg\:rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)); } 
  .lg\:row-span-3 {
    grid-row: span 3/span 3; } 
  .lg\:row-start-3 {
    grid-row-start: 3; } 
  .lg\:row-end-3 {
    grid-row-end: 3; } 
  .lg\:rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)); } 
  .lg\:row-span-4 {
    grid-row: span 4/span 4; } 
  .lg\:row-start-4 {
    grid-row-start: 4; } 
  .lg\:row-end-4 {
    grid-row-end: 4; } 
  .lg\:rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)); } 
  .lg\:row-span-5 {
    grid-row: span 5/span 5; } 
  .lg\:row-start-5 {
    grid-row-start: 5; } 
  .lg\:row-end-5 {
    grid-row-end: 5; } 
  .lg\:rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)); } 
  .lg\:row-span-6 {
    grid-row: span 6/span 6; } 
  .lg\:row-start-6 {
    grid-row-start: 6; } 
  .lg\:row-end-6 {
    grid-row-end: 6; } 
  .lg\:grid-flow-row {
    grid-auto-flow: row; } 
  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense; } 
  .lg\:grid-flow-col {
    grid-auto-flow: column; } 
  .lg\:grid-flow-column-dense {
    grid-auto-flow: column dense; } 
  .lg\:gap {
    gap: 1rem; } 
  .lg\:gap-none {
    gap: 0; } 
  .lg\:gap-xs {
    gap: 0.8rem; } 
  .lg\:gap-sm {
    gap: 0.9rem; } 
  .lg\:gap-lg {
    gap: 1.2rem; } 
  .lg\:gap-xl {
    gap: 1.4rem; } 
  .lg\:gap-1\/2x {
    gap: 0.5rem; } 
  .lg\:gap-1\/4x {
    gap: 0.25rem; } 
  .lg\:gap-2x {
    gap: 2rem; } 
  .lg\:gap-4x {
    gap: 4rem; } 
  .lg\:gap-h {
    column-gap: 1rem; } 
  .lg\:gap-h-none {
    column-gap: 0; } 
  .lg\:gap-h-xs {
    column-gap: 0.8rem; } 
  .lg\:gap-h-sm {
    column-gap: 0.9rem; } 
  .lg\:gap-h-lg {
    column-gap: 1.2rem; } 
  .lg\:gap-h-xl {
    column-gap: 1.4rem; } 
  .lg\:gap-h-1\/2x {
    column-gap: 0.5rem; } 
  .lg\:gap-h-1\/4x {
    column-gap: 0.25rem; } 
  .lg\:gap-h-2x {
    column-gap: 2rem; } 
  .lg\:gap-h-4x {
    column-gap: 4rem; } 
  .lg\:gap-v {
    row-gap: 1rem; } 
  .lg\:gap-v-none {
    row-gap: 0; } 
  .lg\:gap-v-xs {
    row-gap: 0.8rem; } 
  .lg\:gap-v-sm {
    row-gap: 0.9rem; } 
  .lg\:gap-v-lg {
    row-gap: 1.2rem; } 
  .lg\:gap-v-xl {
    row-gap: 1.4rem; } 
  .lg\:gap-v-1\/2x {
    row-gap: 0.5rem; } 
  .lg\:gap-v-1\/4x {
    row-gap: 0.25rem; } 
  .lg\:gap-v-2x {
    row-gap: 2rem; } 
  .lg\:gap-v-4x {
    row-gap: 4rem; } 
  .lg\:justify-content-start {
    justify-content: flex-start; } 
  .lg\:align-content-start {
    align-content: flex-start; } 
  .lg\:justify-content-end {
    justify-content: flex-end; } 
  .lg\:align-content-end {
    align-content: flex-end; } 
  .lg\:justify-content-center {
    justify-content: center; } 
  .lg\:align-content-center {
    align-content: center; } 
  .lg\:justify-content-between {
    justify-content: space-between; } 
  .lg\:align-content-between {
    align-content: space-between; } 
  .lg\:justify-content-around {
    justify-content: space-around; } 
  .lg\:align-content-around {
    align-content: space-around; } 
  .lg\:justify-content-evenly {
    justify-content: space-evenly; } 
  .lg\:align-content-evenly {
    align-content: space-evenly; } 
  .lg\:justify-auto {
    justify-items: auto; } 
  .lg\:align-auto {
    align-items: auto; } 
  .lg\:justify-start {
    justify-items: start; } 
  .lg\:align-start {
    align-items: start; } 
  .lg\:justify-end {
    justify-items: end; } 
  .lg\:align-end {
    align-items: end; } 
  .lg\:justify-center {
    justify-items: center; } 
  .lg\:align-center {
    align-items: center; } 
  .lg\:justify-stretch {
    justify-items: stretch; } 
  .lg\:align-stretch {
    align-items: stretch; } 
  .lg\:justify-baseline {
    justify-items: baseline; } 
  .lg\:align-baseline {
    align-items: baseline; } 
  .lg\:justify-flex-start {
    justify-items: flex-start; } 
  .lg\:align-flex-start {
    align-items: flex-start; } 
  .lg\:justify-flex-end {
    justify-items: flex-end; } 
  .lg\:align-flex-end {
    align-items: flex-end; } 
  .lg\:justify-self-auto {
    justify-self: auto; } 
  .lg\:align-self-auto {
    align-self: auto; } 
  .lg\:justify-self-start {
    justify-self: start; } 
  .lg\:align-self-start {
    align-self: start; } 
  .lg\:justify-self-end {
    justify-self: end; } 
  .lg\:align-self-end {
    align-self: end; } 
  .lg\:justify-self-center {
    justify-self: center; } 
  .lg\:align-self-center {
    align-self: center; } 
  .lg\:justify-self-stretch {
    justify-self: stretch; } 
  .lg\:align-self-stretch {
    align-self: stretch; } 
  .lg\:justify-self-flex-start {
    justify-self: flex-start; } 
  .lg\:align-self-flex-start {
    align-self: flex-start; } 
  .lg\:justify-self-flex-end {
    justify-self: flex-end; } 
  .lg\:align-self-flex-end {
    align-self: flex-end; } 
  .lg\:object-cover {
    object-fit: cover; } 
  .lg\:object-contain {
    object-fit: contain; } 
  .lg\:object-center {
    object-position: center; } 
  .lg\:align-baseline {
    vertical-align: baseline; } 
  .lg\:align-middle {
    vertical-align: middle; } 
  .lg\:align-top {
    vertical-align: top; } 
  .lg\:align-bottom {
    vertical-align: bottom; } 
  .lg\:align-text-top {
    vertical-align: text-top; } 
  .lg\:align-text-bottom {
    vertical-align: text-bottom; } 
  .lg\:relative {
    position: relative; } 
  .lg\:absolute {
    position: absolute; } 
  .lg\:sticky {
    position: sticky; } 
  .lg\:fixed {
    position: fixed; } 
  .lg\:static {
    position: static; } 
  .lg\:top-0 {
    top: 0; } 
  .lg\:top-auto {
    top: auto; } 
  .lg\:right-0 {
    right: 0; } 
  .lg\:right-auto {
    right: auto; } 
  .lg\:bottom-0 {
    bottom: 0; } 
  .lg\:bottom-auto {
    bottom: auto; } 
  .lg\:left-0 {
    left: 0; } 
  .lg\:left-auto {
    left: auto; } 
  .lg\:position-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } 
  .lg\:position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); } 
  .lg\:position-v-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); } 
  .lg\:position-h-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); } 
  .lg\:width-1\/1 {
    width: 100%; } 
  .lg\:min-width-1\/1 {
    min-width: 100%; } 
  .lg\:max-width-1\/1 {
    max-width: 100%; } 
  .lg\:width-1\/2 {
    width: 50%; } 
  .lg\:min-width-1\/2 {
    min-width: 50%; } 
  .lg\:max-width-1\/2 {
    max-width: 50%; } 
  .lg\:width-2\/2 {
    width: 100%; } 
  .lg\:min-width-2\/2 {
    min-width: 100%; } 
  .lg\:max-width-2\/2 {
    max-width: 100%; } 
  .lg\:width-1\/3 {
    width: 33.3333333333%; } 
  .lg\:min-width-1\/3 {
    min-width: 33.3333333333%; } 
  .lg\:max-width-1\/3 {
    max-width: 33.3333333333%; } 
  .lg\:width-2\/3 {
    width: 66.6666666667%; } 
  .lg\:min-width-2\/3 {
    min-width: 66.6666666667%; } 
  .lg\:max-width-2\/3 {
    max-width: 66.6666666667%; } 
  .lg\:width-3\/3 {
    width: 100%; } 
  .lg\:min-width-3\/3 {
    min-width: 100%; } 
  .lg\:max-width-3\/3 {
    max-width: 100%; } 
  .lg\:width-1\/4 {
    width: 25%; } 
  .lg\:min-width-1\/4 {
    min-width: 25%; } 
  .lg\:max-width-1\/4 {
    max-width: 25%; } 
  .lg\:width-2\/4 {
    width: 50%; } 
  .lg\:min-width-2\/4 {
    min-width: 50%; } 
  .lg\:max-width-2\/4 {
    max-width: 50%; } 
  .lg\:width-3\/4 {
    width: 75%; } 
  .lg\:min-width-3\/4 {
    min-width: 75%; } 
  .lg\:max-width-3\/4 {
    max-width: 75%; } 
  .lg\:width-4\/4 {
    width: 100%; } 
  .lg\:min-width-4\/4 {
    min-width: 100%; } 
  .lg\:max-width-4\/4 {
    max-width: 100%; } 
  .lg\:width-1\/5 {
    width: 20%; } 
  .lg\:min-width-1\/5 {
    min-width: 20%; } 
  .lg\:max-width-1\/5 {
    max-width: 20%; } 
  .lg\:width-2\/5 {
    width: 40%; } 
  .lg\:min-width-2\/5 {
    min-width: 40%; } 
  .lg\:max-width-2\/5 {
    max-width: 40%; } 
  .lg\:width-3\/5 {
    width: 60%; } 
  .lg\:min-width-3\/5 {
    min-width: 60%; } 
  .lg\:max-width-3\/5 {
    max-width: 60%; } 
  .lg\:width-4\/5 {
    width: 80%; } 
  .lg\:min-width-4\/5 {
    min-width: 80%; } 
  .lg\:max-width-4\/5 {
    max-width: 80%; } 
  .lg\:width-5\/5 {
    width: 100%; } 
  .lg\:min-width-5\/5 {
    min-width: 100%; } 
  .lg\:max-width-5\/5 {
    max-width: 100%; } 
  .lg\:width-1\/6 {
    width: 16.6666666667%; } 
  .lg\:min-width-1\/6 {
    min-width: 16.6666666667%; } 
  .lg\:max-width-1\/6 {
    max-width: 16.6666666667%; } 
  .lg\:width-2\/6 {
    width: 33.3333333333%; } 
  .lg\:min-width-2\/6 {
    min-width: 33.3333333333%; } 
  .lg\:max-width-2\/6 {
    max-width: 33.3333333333%; } 
  .lg\:width-3\/6 {
    width: 50%; } 
  .lg\:min-width-3\/6 {
    min-width: 50%; } 
  .lg\:max-width-3\/6 {
    max-width: 50%; } 
  .lg\:width-4\/6 {
    width: 66.6666666667%; } 
  .lg\:min-width-4\/6 {
    min-width: 66.6666666667%; } 
  .lg\:max-width-4\/6 {
    max-width: 66.6666666667%; } 
  .lg\:width-5\/6 {
    width: 83.3333333333%; } 
  .lg\:min-width-5\/6 {
    min-width: 83.3333333333%; } 
  .lg\:max-width-5\/6 {
    max-width: 83.3333333333%; } 
  .lg\:width-6\/6 {
    width: 100%; } 
  .lg\:min-width-6\/6 {
    min-width: 100%; } 
  .lg\:max-width-6\/6 {
    max-width: 100%; } 
  .lg\:width-1\/7 {
    width: 14.2857142857%; } 
  .lg\:min-width-1\/7 {
    min-width: 14.2857142857%; } 
  .lg\:max-width-1\/7 {
    max-width: 14.2857142857%; } 
  .lg\:width-2\/7 {
    width: 28.5714285714%; } 
  .lg\:min-width-2\/7 {
    min-width: 28.5714285714%; } 
  .lg\:max-width-2\/7 {
    max-width: 28.5714285714%; } 
  .lg\:width-3\/7 {
    width: 42.8571428571%; } 
  .lg\:min-width-3\/7 {
    min-width: 42.8571428571%; } 
  .lg\:max-width-3\/7 {
    max-width: 42.8571428571%; } 
  .lg\:width-4\/7 {
    width: 57.1428571429%; } 
  .lg\:min-width-4\/7 {
    min-width: 57.1428571429%; } 
  .lg\:max-width-4\/7 {
    max-width: 57.1428571429%; } 
  .lg\:width-5\/7 {
    width: 71.4285714286%; } 
  .lg\:min-width-5\/7 {
    min-width: 71.4285714286%; } 
  .lg\:max-width-5\/7 {
    max-width: 71.4285714286%; } 
  .lg\:width-6\/7 {
    width: 85.7142857143%; } 
  .lg\:min-width-6\/7 {
    min-width: 85.7142857143%; } 
  .lg\:max-width-6\/7 {
    max-width: 85.7142857143%; } 
  .lg\:width-7\/7 {
    width: 100%; } 
  .lg\:min-width-7\/7 {
    min-width: 100%; } 
  .lg\:max-width-7\/7 {
    max-width: 100%; } 
  .lg\:width-1\/8 {
    width: 12.5%; } 
  .lg\:min-width-1\/8 {
    min-width: 12.5%; } 
  .lg\:max-width-1\/8 {
    max-width: 12.5%; } 
  .lg\:width-2\/8 {
    width: 25%; } 
  .lg\:min-width-2\/8 {
    min-width: 25%; } 
  .lg\:max-width-2\/8 {
    max-width: 25%; } 
  .lg\:width-3\/8 {
    width: 37.5%; } 
  .lg\:min-width-3\/8 {
    min-width: 37.5%; } 
  .lg\:max-width-3\/8 {
    max-width: 37.5%; } 
  .lg\:width-4\/8 {
    width: 50%; } 
  .lg\:min-width-4\/8 {
    min-width: 50%; } 
  .lg\:max-width-4\/8 {
    max-width: 50%; } 
  .lg\:width-5\/8 {
    width: 62.5%; } 
  .lg\:min-width-5\/8 {
    min-width: 62.5%; } 
  .lg\:max-width-5\/8 {
    max-width: 62.5%; } 
  .lg\:width-6\/8 {
    width: 75%; } 
  .lg\:min-width-6\/8 {
    min-width: 75%; } 
  .lg\:max-width-6\/8 {
    max-width: 75%; } 
  .lg\:width-7\/8 {
    width: 87.5%; } 
  .lg\:min-width-7\/8 {
    min-width: 87.5%; } 
  .lg\:max-width-7\/8 {
    max-width: 87.5%; } 
  .lg\:width-8\/8 {
    width: 100%; } 
  .lg\:min-width-8\/8 {
    min-width: 100%; } 
  .lg\:max-width-8\/8 {
    max-width: 100%; } 
  .lg\:width-1\/9 {
    width: 11.1111111111%; } 
  .lg\:min-width-1\/9 {
    min-width: 11.1111111111%; } 
  .lg\:max-width-1\/9 {
    max-width: 11.1111111111%; } 
  .lg\:width-2\/9 {
    width: 22.2222222222%; } 
  .lg\:min-width-2\/9 {
    min-width: 22.2222222222%; } 
  .lg\:max-width-2\/9 {
    max-width: 22.2222222222%; } 
  .lg\:width-3\/9 {
    width: 33.3333333333%; } 
  .lg\:min-width-3\/9 {
    min-width: 33.3333333333%; } 
  .lg\:max-width-3\/9 {
    max-width: 33.3333333333%; } 
  .lg\:width-4\/9 {
    width: 44.4444444444%; } 
  .lg\:min-width-4\/9 {
    min-width: 44.4444444444%; } 
  .lg\:max-width-4\/9 {
    max-width: 44.4444444444%; } 
  .lg\:width-5\/9 {
    width: 55.5555555556%; } 
  .lg\:min-width-5\/9 {
    min-width: 55.5555555556%; } 
  .lg\:max-width-5\/9 {
    max-width: 55.5555555556%; } 
  .lg\:width-6\/9 {
    width: 66.6666666667%; } 
  .lg\:min-width-6\/9 {
    min-width: 66.6666666667%; } 
  .lg\:max-width-6\/9 {
    max-width: 66.6666666667%; } 
  .lg\:width-7\/9 {
    width: 77.7777777778%; } 
  .lg\:min-width-7\/9 {
    min-width: 77.7777777778%; } 
  .lg\:max-width-7\/9 {
    max-width: 77.7777777778%; } 
  .lg\:width-8\/9 {
    width: 88.8888888889%; } 
  .lg\:min-width-8\/9 {
    min-width: 88.8888888889%; } 
  .lg\:max-width-8\/9 {
    max-width: 88.8888888889%; } 
  .lg\:width-9\/9 {
    width: 100%; } 
  .lg\:min-width-9\/9 {
    min-width: 100%; } 
  .lg\:max-width-9\/9 {
    max-width: 100%; } 
  .lg\:width-1\/10 {
    width: 10%; } 
  .lg\:min-width-1\/10 {
    min-width: 10%; } 
  .lg\:max-width-1\/10 {
    max-width: 10%; } 
  .lg\:width-2\/10 {
    width: 20%; } 
  .lg\:min-width-2\/10 {
    min-width: 20%; } 
  .lg\:max-width-2\/10 {
    max-width: 20%; } 
  .lg\:width-3\/10 {
    width: 30%; } 
  .lg\:min-width-3\/10 {
    min-width: 30%; } 
  .lg\:max-width-3\/10 {
    max-width: 30%; } 
  .lg\:width-4\/10 {
    width: 40%; } 
  .lg\:min-width-4\/10 {
    min-width: 40%; } 
  .lg\:max-width-4\/10 {
    max-width: 40%; } 
  .lg\:width-5\/10 {
    width: 50%; } 
  .lg\:min-width-5\/10 {
    min-width: 50%; } 
  .lg\:max-width-5\/10 {
    max-width: 50%; } 
  .lg\:width-6\/10 {
    width: 60%; } 
  .lg\:min-width-6\/10 {
    min-width: 60%; } 
  .lg\:max-width-6\/10 {
    max-width: 60%; } 
  .lg\:width-7\/10 {
    width: 70%; } 
  .lg\:min-width-7\/10 {
    min-width: 70%; } 
  .lg\:max-width-7\/10 {
    max-width: 70%; } 
  .lg\:width-8\/10 {
    width: 80%; } 
  .lg\:min-width-8\/10 {
    min-width: 80%; } 
  .lg\:max-width-8\/10 {
    max-width: 80%; } 
  .lg\:width-9\/10 {
    width: 90%; } 
  .lg\:min-width-9\/10 {
    min-width: 90%; } 
  .lg\:max-width-9\/10 {
    max-width: 90%; } 
  .lg\:width-10\/10 {
    width: 100%; } 
  .lg\:min-width-10\/10 {
    min-width: 100%; } 
  .lg\:max-width-10\/10 {
    max-width: 100%; } 
  .lg\:width-1\/11 {
    width: 9.0909090909%; } 
  .lg\:min-width-1\/11 {
    min-width: 9.0909090909%; } 
  .lg\:max-width-1\/11 {
    max-width: 9.0909090909%; } 
  .lg\:width-2\/11 {
    width: 18.1818181818%; } 
  .lg\:min-width-2\/11 {
    min-width: 18.1818181818%; } 
  .lg\:max-width-2\/11 {
    max-width: 18.1818181818%; } 
  .lg\:width-3\/11 {
    width: 27.2727272727%; } 
  .lg\:min-width-3\/11 {
    min-width: 27.2727272727%; } 
  .lg\:max-width-3\/11 {
    max-width: 27.2727272727%; } 
  .lg\:width-4\/11 {
    width: 36.3636363636%; } 
  .lg\:min-width-4\/11 {
    min-width: 36.3636363636%; } 
  .lg\:max-width-4\/11 {
    max-width: 36.3636363636%; } 
  .lg\:width-5\/11 {
    width: 45.4545454545%; } 
  .lg\:min-width-5\/11 {
    min-width: 45.4545454545%; } 
  .lg\:max-width-5\/11 {
    max-width: 45.4545454545%; } 
  .lg\:width-6\/11 {
    width: 54.5454545455%; } 
  .lg\:min-width-6\/11 {
    min-width: 54.5454545455%; } 
  .lg\:max-width-6\/11 {
    max-width: 54.5454545455%; } 
  .lg\:width-7\/11 {
    width: 63.6363636364%; } 
  .lg\:min-width-7\/11 {
    min-width: 63.6363636364%; } 
  .lg\:max-width-7\/11 {
    max-width: 63.6363636364%; } 
  .lg\:width-8\/11 {
    width: 72.7272727273%; } 
  .lg\:min-width-8\/11 {
    min-width: 72.7272727273%; } 
  .lg\:max-width-8\/11 {
    max-width: 72.7272727273%; } 
  .lg\:width-9\/11 {
    width: 81.8181818182%; } 
  .lg\:min-width-9\/11 {
    min-width: 81.8181818182%; } 
  .lg\:max-width-9\/11 {
    max-width: 81.8181818182%; } 
  .lg\:width-10\/11 {
    width: 90.9090909091%; } 
  .lg\:min-width-10\/11 {
    min-width: 90.9090909091%; } 
  .lg\:max-width-10\/11 {
    max-width: 90.9090909091%; } 
  .lg\:width-11\/11 {
    width: 100%; } 
  .lg\:min-width-11\/11 {
    min-width: 100%; } 
  .lg\:max-width-11\/11 {
    max-width: 100%; } 
  .lg\:width-1\/12 {
    width: 8.3333333333%; } 
  .lg\:min-width-1\/12 {
    min-width: 8.3333333333%; } 
  .lg\:max-width-1\/12 {
    max-width: 8.3333333333%; } 
  .lg\:width-2\/12 {
    width: 16.6666666667%; } 
  .lg\:min-width-2\/12 {
    min-width: 16.6666666667%; } 
  .lg\:max-width-2\/12 {
    max-width: 16.6666666667%; } 
  .lg\:width-3\/12 {
    width: 25%; } 
  .lg\:min-width-3\/12 {
    min-width: 25%; } 
  .lg\:max-width-3\/12 {
    max-width: 25%; } 
  .lg\:width-4\/12 {
    width: 33.3333333333%; } 
  .lg\:min-width-4\/12 {
    min-width: 33.3333333333%; } 
  .lg\:max-width-4\/12 {
    max-width: 33.3333333333%; } 
  .lg\:width-5\/12 {
    width: 41.6666666667%; } 
  .lg\:min-width-5\/12 {
    min-width: 41.6666666667%; } 
  .lg\:max-width-5\/12 {
    max-width: 41.6666666667%; } 
  .lg\:width-6\/12 {
    width: 50%; } 
  .lg\:min-width-6\/12 {
    min-width: 50%; } 
  .lg\:max-width-6\/12 {
    max-width: 50%; } 
  .lg\:width-7\/12 {
    width: 58.3333333333%; } 
  .lg\:min-width-7\/12 {
    min-width: 58.3333333333%; } 
  .lg\:max-width-7\/12 {
    max-width: 58.3333333333%; } 
  .lg\:width-8\/12 {
    width: 66.6666666667%; } 
  .lg\:min-width-8\/12 {
    min-width: 66.6666666667%; } 
  .lg\:max-width-8\/12 {
    max-width: 66.6666666667%; } 
  .lg\:width-9\/12 {
    width: 75%; } 
  .lg\:min-width-9\/12 {
    min-width: 75%; } 
  .lg\:max-width-9\/12 {
    max-width: 75%; } 
  .lg\:width-10\/12 {
    width: 83.3333333333%; } 
  .lg\:min-width-10\/12 {
    min-width: 83.3333333333%; } 
  .lg\:max-width-10\/12 {
    max-width: 83.3333333333%; } 
  .lg\:width-11\/12 {
    width: 91.6666666667%; } 
  .lg\:min-width-11\/12 {
    min-width: 91.6666666667%; } 
  .lg\:max-width-11\/12 {
    max-width: 91.6666666667%; } 
  .lg\:width-12\/12 {
    width: 100%; } 
  .lg\:min-width-12\/12 {
    min-width: 100%; } 
  .lg\:max-width-12\/12 {
    max-width: 100%; } 
  .lg\:width-0-px {
    width: 0px; } 
  .lg\:max-width-0-px {
    max-width: 0px; } 
  .lg\:min-width-0-px {
    min-width: 0px; } 
  .lg\:height-0-px {
    height: 0px; } 
  .lg\:min-height-0-px {
    min-height: 0px; } 
  .lg\:max-height-0-px {
    max-height: 0px; } 
  .lg\:width-5-px {
    width: 5px; } 
  .lg\:max-width-5-px {
    max-width: 5px; } 
  .lg\:min-width-5-px {
    min-width: 5px; } 
  .lg\:height-5-px {
    height: 5px; } 
  .lg\:min-height-5-px {
    min-height: 5px; } 
  .lg\:max-height-5-px {
    max-height: 5px; } 
  .lg\:width-10-px {
    width: 10px; } 
  .lg\:max-width-10-px {
    max-width: 10px; } 
  .lg\:min-width-10-px {
    min-width: 10px; } 
  .lg\:height-10-px {
    height: 10px; } 
  .lg\:min-height-10-px {
    min-height: 10px; } 
  .lg\:max-height-10-px {
    max-height: 10px; } 
  .lg\:width-15-px {
    width: 15px; } 
  .lg\:max-width-15-px {
    max-width: 15px; } 
  .lg\:min-width-15-px {
    min-width: 15px; } 
  .lg\:height-15-px {
    height: 15px; } 
  .lg\:min-height-15-px {
    min-height: 15px; } 
  .lg\:max-height-15-px {
    max-height: 15px; } 
  .lg\:width-20-px {
    width: 20px; } 
  .lg\:max-width-20-px {
    max-width: 20px; } 
  .lg\:min-width-20-px {
    min-width: 20px; } 
  .lg\:height-20-px {
    height: 20px; } 
  .lg\:min-height-20-px {
    min-height: 20px; } 
  .lg\:max-height-20-px {
    max-height: 20px; } 
  .lg\:width-25-px {
    width: 25px; } 
  .lg\:max-width-25-px {
    max-width: 25px; } 
  .lg\:min-width-25-px {
    min-width: 25px; } 
  .lg\:height-25-px {
    height: 25px; } 
  .lg\:min-height-25-px {
    min-height: 25px; } 
  .lg\:max-height-25-px {
    max-height: 25px; } 
  .lg\:width-30-px {
    width: 30px; } 
  .lg\:max-width-30-px {
    max-width: 30px; } 
  .lg\:min-width-30-px {
    min-width: 30px; } 
  .lg\:height-30-px {
    height: 30px; } 
  .lg\:min-height-30-px {
    min-height: 30px; } 
  .lg\:max-height-30-px {
    max-height: 30px; } 
  .lg\:width-35-px {
    width: 35px; } 
  .lg\:max-width-35-px {
    max-width: 35px; } 
  .lg\:min-width-35-px {
    min-width: 35px; } 
  .lg\:height-35-px {
    height: 35px; } 
  .lg\:min-height-35-px {
    min-height: 35px; } 
  .lg\:max-height-35-px {
    max-height: 35px; } 
  .lg\:width-40-px {
    width: 40px; } 
  .lg\:max-width-40-px {
    max-width: 40px; } 
  .lg\:min-width-40-px {
    min-width: 40px; } 
  .lg\:height-40-px {
    height: 40px; } 
  .lg\:min-height-40-px {
    min-height: 40px; } 
  .lg\:max-height-40-px {
    max-height: 40px; } 
  .lg\:width-45-px {
    width: 45px; } 
  .lg\:max-width-45-px {
    max-width: 45px; } 
  .lg\:min-width-45-px {
    min-width: 45px; } 
  .lg\:height-45-px {
    height: 45px; } 
  .lg\:min-height-45-px {
    min-height: 45px; } 
  .lg\:max-height-45-px {
    max-height: 45px; } 
  .lg\:width-50-px {
    width: 50px; } 
  .lg\:max-width-50-px {
    max-width: 50px; } 
  .lg\:min-width-50-px {
    min-width: 50px; } 
  .lg\:height-50-px {
    height: 50px; } 
  .lg\:min-height-50-px {
    min-height: 50px; } 
  .lg\:max-height-50-px {
    max-height: 50px; } 
  .lg\:width-55-px {
    width: 55px; } 
  .lg\:max-width-55-px {
    max-width: 55px; } 
  .lg\:min-width-55-px {
    min-width: 55px; } 
  .lg\:height-55-px {
    height: 55px; } 
  .lg\:min-height-55-px {
    min-height: 55px; } 
  .lg\:max-height-55-px {
    max-height: 55px; } 
  .lg\:width-60-px {
    width: 60px; } 
  .lg\:max-width-60-px {
    max-width: 60px; } 
  .lg\:min-width-60-px {
    min-width: 60px; } 
  .lg\:height-60-px {
    height: 60px; } 
  .lg\:min-height-60-px {
    min-height: 60px; } 
  .lg\:max-height-60-px {
    max-height: 60px; } 
  .lg\:width-65-px {
    width: 65px; } 
  .lg\:max-width-65-px {
    max-width: 65px; } 
  .lg\:min-width-65-px {
    min-width: 65px; } 
  .lg\:height-65-px {
    height: 65px; } 
  .lg\:min-height-65-px {
    min-height: 65px; } 
  .lg\:max-height-65-px {
    max-height: 65px; } 
  .lg\:width-70-px {
    width: 70px; } 
  .lg\:max-width-70-px {
    max-width: 70px; } 
  .lg\:min-width-70-px {
    min-width: 70px; } 
  .lg\:height-70-px {
    height: 70px; } 
  .lg\:min-height-70-px {
    min-height: 70px; } 
  .lg\:max-height-70-px {
    max-height: 70px; } 
  .lg\:width-75-px {
    width: 75px; } 
  .lg\:max-width-75-px {
    max-width: 75px; } 
  .lg\:min-width-75-px {
    min-width: 75px; } 
  .lg\:height-75-px {
    height: 75px; } 
  .lg\:min-height-75-px {
    min-height: 75px; } 
  .lg\:max-height-75-px {
    max-height: 75px; } 
  .lg\:width-80-px {
    width: 80px; } 
  .lg\:max-width-80-px {
    max-width: 80px; } 
  .lg\:min-width-80-px {
    min-width: 80px; } 
  .lg\:height-80-px {
    height: 80px; } 
  .lg\:min-height-80-px {
    min-height: 80px; } 
  .lg\:max-height-80-px {
    max-height: 80px; } 
  .lg\:width-85-px {
    width: 85px; } 
  .lg\:max-width-85-px {
    max-width: 85px; } 
  .lg\:min-width-85-px {
    min-width: 85px; } 
  .lg\:height-85-px {
    height: 85px; } 
  .lg\:min-height-85-px {
    min-height: 85px; } 
  .lg\:max-height-85-px {
    max-height: 85px; } 
  .lg\:width-90-px {
    width: 90px; } 
  .lg\:max-width-90-px {
    max-width: 90px; } 
  .lg\:min-width-90-px {
    min-width: 90px; } 
  .lg\:height-90-px {
    height: 90px; } 
  .lg\:min-height-90-px {
    min-height: 90px; } 
  .lg\:max-height-90-px {
    max-height: 90px; } 
  .lg\:width-95-px {
    width: 95px; } 
  .lg\:max-width-95-px {
    max-width: 95px; } 
  .lg\:min-width-95-px {
    min-width: 95px; } 
  .lg\:height-95-px {
    height: 95px; } 
  .lg\:min-height-95-px {
    min-height: 95px; } 
  .lg\:max-height-95-px {
    max-height: 95px; } 
  .lg\:width-100-px {
    width: 100px; } 
  .lg\:max-width-100-px {
    max-width: 100px; } 
  .lg\:min-width-100-px {
    min-width: 100px; } 
  .lg\:height-100-px {
    height: 100px; } 
  .lg\:min-height-100-px {
    min-height: 100px; } 
  .lg\:max-height-100-px {
    max-height: 100px; } 
  .lg\:width-105-px {
    width: 105px; } 
  .lg\:max-width-105-px {
    max-width: 105px; } 
  .lg\:min-width-105-px {
    min-width: 105px; } 
  .lg\:height-105-px {
    height: 105px; } 
  .lg\:min-height-105-px {
    min-height: 105px; } 
  .lg\:max-height-105-px {
    max-height: 105px; } 
  .lg\:width-110-px {
    width: 110px; } 
  .lg\:max-width-110-px {
    max-width: 110px; } 
  .lg\:min-width-110-px {
    min-width: 110px; } 
  .lg\:height-110-px {
    height: 110px; } 
  .lg\:min-height-110-px {
    min-height: 110px; } 
  .lg\:max-height-110-px {
    max-height: 110px; } 
  .lg\:width-115-px {
    width: 115px; } 
  .lg\:max-width-115-px {
    max-width: 115px; } 
  .lg\:min-width-115-px {
    min-width: 115px; } 
  .lg\:height-115-px {
    height: 115px; } 
  .lg\:min-height-115-px {
    min-height: 115px; } 
  .lg\:max-height-115-px {
    max-height: 115px; } 
  .lg\:width-120-px {
    width: 120px; } 
  .lg\:max-width-120-px {
    max-width: 120px; } 
  .lg\:min-width-120-px {
    min-width: 120px; } 
  .lg\:height-120-px {
    height: 120px; } 
  .lg\:min-height-120-px {
    min-height: 120px; } 
  .lg\:max-height-120-px {
    max-height: 120px; } 
  .lg\:width-125-px {
    width: 125px; } 
  .lg\:max-width-125-px {
    max-width: 125px; } 
  .lg\:min-width-125-px {
    min-width: 125px; } 
  .lg\:height-125-px {
    height: 125px; } 
  .lg\:min-height-125-px {
    min-height: 125px; } 
  .lg\:max-height-125-px {
    max-height: 125px; } 
  .lg\:width-130-px {
    width: 130px; } 
  .lg\:max-width-130-px {
    max-width: 130px; } 
  .lg\:min-width-130-px {
    min-width: 130px; } 
  .lg\:height-130-px {
    height: 130px; } 
  .lg\:min-height-130-px {
    min-height: 130px; } 
  .lg\:max-height-130-px {
    max-height: 130px; } 
  .lg\:width-135-px {
    width: 135px; } 
  .lg\:max-width-135-px {
    max-width: 135px; } 
  .lg\:min-width-135-px {
    min-width: 135px; } 
  .lg\:height-135-px {
    height: 135px; } 
  .lg\:min-height-135-px {
    min-height: 135px; } 
  .lg\:max-height-135-px {
    max-height: 135px; } 
  .lg\:width-140-px {
    width: 140px; } 
  .lg\:max-width-140-px {
    max-width: 140px; } 
  .lg\:min-width-140-px {
    min-width: 140px; } 
  .lg\:height-140-px {
    height: 140px; } 
  .lg\:min-height-140-px {
    min-height: 140px; } 
  .lg\:max-height-140-px {
    max-height: 140px; } 
  .lg\:width-145-px {
    width: 145px; } 
  .lg\:max-width-145-px {
    max-width: 145px; } 
  .lg\:min-width-145-px {
    min-width: 145px; } 
  .lg\:height-145-px {
    height: 145px; } 
  .lg\:min-height-145-px {
    min-height: 145px; } 
  .lg\:max-height-145-px {
    max-height: 145px; } 
  .lg\:width-150-px {
    width: 150px; } 
  .lg\:max-width-150-px {
    max-width: 150px; } 
  .lg\:min-width-150-px {
    min-width: 150px; } 
  .lg\:height-150-px {
    height: 150px; } 
  .lg\:min-height-150-px {
    min-height: 150px; } 
  .lg\:max-height-150-px {
    max-height: 150px; } 
  .lg\:width-155-px {
    width: 155px; } 
  .lg\:max-width-155-px {
    max-width: 155px; } 
  .lg\:min-width-155-px {
    min-width: 155px; } 
  .lg\:height-155-px {
    height: 155px; } 
  .lg\:min-height-155-px {
    min-height: 155px; } 
  .lg\:max-height-155-px {
    max-height: 155px; } 
  .lg\:width-160-px {
    width: 160px; } 
  .lg\:max-width-160-px {
    max-width: 160px; } 
  .lg\:min-width-160-px {
    min-width: 160px; } 
  .lg\:height-160-px {
    height: 160px; } 
  .lg\:min-height-160-px {
    min-height: 160px; } 
  .lg\:max-height-160-px {
    max-height: 160px; } 
  .lg\:width-165-px {
    width: 165px; } 
  .lg\:max-width-165-px {
    max-width: 165px; } 
  .lg\:min-width-165-px {
    min-width: 165px; } 
  .lg\:height-165-px {
    height: 165px; } 
  .lg\:min-height-165-px {
    min-height: 165px; } 
  .lg\:max-height-165-px {
    max-height: 165px; } 
  .lg\:width-170-px {
    width: 170px; } 
  .lg\:max-width-170-px {
    max-width: 170px; } 
  .lg\:min-width-170-px {
    min-width: 170px; } 
  .lg\:height-170-px {
    height: 170px; } 
  .lg\:min-height-170-px {
    min-height: 170px; } 
  .lg\:max-height-170-px {
    max-height: 170px; } 
  .lg\:width-175-px {
    width: 175px; } 
  .lg\:max-width-175-px {
    max-width: 175px; } 
  .lg\:min-width-175-px {
    min-width: 175px; } 
  .lg\:height-175-px {
    height: 175px; } 
  .lg\:min-height-175-px {
    min-height: 175px; } 
  .lg\:max-height-175-px {
    max-height: 175px; } 
  .lg\:width-180-px {
    width: 180px; } 
  .lg\:max-width-180-px {
    max-width: 180px; } 
  .lg\:min-width-180-px {
    min-width: 180px; } 
  .lg\:height-180-px {
    height: 180px; } 
  .lg\:min-height-180-px {
    min-height: 180px; } 
  .lg\:max-height-180-px {
    max-height: 180px; } 
  .lg\:width-185-px {
    width: 185px; } 
  .lg\:max-width-185-px {
    max-width: 185px; } 
  .lg\:min-width-185-px {
    min-width: 185px; } 
  .lg\:height-185-px {
    height: 185px; } 
  .lg\:min-height-185-px {
    min-height: 185px; } 
  .lg\:max-height-185-px {
    max-height: 185px; } 
  .lg\:width-190-px {
    width: 190px; } 
  .lg\:max-width-190-px {
    max-width: 190px; } 
  .lg\:min-width-190-px {
    min-width: 190px; } 
  .lg\:height-190-px {
    height: 190px; } 
  .lg\:min-height-190-px {
    min-height: 190px; } 
  .lg\:max-height-190-px {
    max-height: 190px; } 
  .lg\:width-195-px {
    width: 195px; } 
  .lg\:max-width-195-px {
    max-width: 195px; } 
  .lg\:min-width-195-px {
    min-width: 195px; } 
  .lg\:height-195-px {
    height: 195px; } 
  .lg\:min-height-195-px {
    min-height: 195px; } 
  .lg\:max-height-195-px {
    max-height: 195px; } 
  .lg\:width-200-px {
    width: 200px; } 
  .lg\:max-width-200-px {
    max-width: 200px; } 
  .lg\:min-width-200-px {
    min-width: 200px; } 
  .lg\:height-200-px {
    height: 200px; } 
  .lg\:min-height-200-px {
    min-height: 200px; } 
  .lg\:max-height-200-px {
    max-height: 200px; } 
  .lg\:width-205-px {
    width: 205px; } 
  .lg\:max-width-205-px {
    max-width: 205px; } 
  .lg\:min-width-205-px {
    min-width: 205px; } 
  .lg\:height-205-px {
    height: 205px; } 
  .lg\:min-height-205-px {
    min-height: 205px; } 
  .lg\:max-height-205-px {
    max-height: 205px; } 
  .lg\:width-210-px {
    width: 210px; } 
  .lg\:max-width-210-px {
    max-width: 210px; } 
  .lg\:min-width-210-px {
    min-width: 210px; } 
  .lg\:height-210-px {
    height: 210px; } 
  .lg\:min-height-210-px {
    min-height: 210px; } 
  .lg\:max-height-210-px {
    max-height: 210px; } 
  .lg\:width-215-px {
    width: 215px; } 
  .lg\:max-width-215-px {
    max-width: 215px; } 
  .lg\:min-width-215-px {
    min-width: 215px; } 
  .lg\:height-215-px {
    height: 215px; } 
  .lg\:min-height-215-px {
    min-height: 215px; } 
  .lg\:max-height-215-px {
    max-height: 215px; } 
  .lg\:width-220-px {
    width: 220px; } 
  .lg\:max-width-220-px {
    max-width: 220px; } 
  .lg\:min-width-220-px {
    min-width: 220px; } 
  .lg\:height-220-px {
    height: 220px; } 
  .lg\:min-height-220-px {
    min-height: 220px; } 
  .lg\:max-height-220-px {
    max-height: 220px; } 
  .lg\:width-225-px {
    width: 225px; } 
  .lg\:max-width-225-px {
    max-width: 225px; } 
  .lg\:min-width-225-px {
    min-width: 225px; } 
  .lg\:height-225-px {
    height: 225px; } 
  .lg\:min-height-225-px {
    min-height: 225px; } 
  .lg\:max-height-225-px {
    max-height: 225px; } 
  .lg\:width-230-px {
    width: 230px; } 
  .lg\:max-width-230-px {
    max-width: 230px; } 
  .lg\:min-width-230-px {
    min-width: 230px; } 
  .lg\:height-230-px {
    height: 230px; } 
  .lg\:min-height-230-px {
    min-height: 230px; } 
  .lg\:max-height-230-px {
    max-height: 230px; } 
  .lg\:width-235-px {
    width: 235px; } 
  .lg\:max-width-235-px {
    max-width: 235px; } 
  .lg\:min-width-235-px {
    min-width: 235px; } 
  .lg\:height-235-px {
    height: 235px; } 
  .lg\:min-height-235-px {
    min-height: 235px; } 
  .lg\:max-height-235-px {
    max-height: 235px; } 
  .lg\:width-240-px {
    width: 240px; } 
  .lg\:max-width-240-px {
    max-width: 240px; } 
  .lg\:min-width-240-px {
    min-width: 240px; } 
  .lg\:height-240-px {
    height: 240px; } 
  .lg\:min-height-240-px {
    min-height: 240px; } 
  .lg\:max-height-240-px {
    max-height: 240px; } 
  .lg\:width-245-px {
    width: 245px; } 
  .lg\:max-width-245-px {
    max-width: 245px; } 
  .lg\:min-width-245-px {
    min-width: 245px; } 
  .lg\:height-245-px {
    height: 245px; } 
  .lg\:min-height-245-px {
    min-height: 245px; } 
  .lg\:max-height-245-px {
    max-height: 245px; } 
  .lg\:width-250-px {
    width: 250px; } 
  .lg\:max-width-250-px {
    max-width: 250px; } 
  .lg\:min-width-250-px {
    min-width: 250px; } 
  .lg\:height-250-px {
    height: 250px; } 
  .lg\:min-height-250-px {
    min-height: 250px; } 
  .lg\:max-height-250-px {
    max-height: 250px; } 
  .lg\:width-255-px {
    width: 255px; } 
  .lg\:max-width-255-px {
    max-width: 255px; } 
  .lg\:min-width-255-px {
    min-width: 255px; } 
  .lg\:height-255-px {
    height: 255px; } 
  .lg\:min-height-255-px {
    min-height: 255px; } 
  .lg\:max-height-255-px {
    max-height: 255px; } 
  .lg\:width-260-px {
    width: 260px; } 
  .lg\:max-width-260-px {
    max-width: 260px; } 
  .lg\:min-width-260-px {
    min-width: 260px; } 
  .lg\:height-260-px {
    height: 260px; } 
  .lg\:min-height-260-px {
    min-height: 260px; } 
  .lg\:max-height-260-px {
    max-height: 260px; } 
  .lg\:width-265-px {
    width: 265px; } 
  .lg\:max-width-265-px {
    max-width: 265px; } 
  .lg\:min-width-265-px {
    min-width: 265px; } 
  .lg\:height-265-px {
    height: 265px; } 
  .lg\:min-height-265-px {
    min-height: 265px; } 
  .lg\:max-height-265-px {
    max-height: 265px; } 
  .lg\:width-270-px {
    width: 270px; } 
  .lg\:max-width-270-px {
    max-width: 270px; } 
  .lg\:min-width-270-px {
    min-width: 270px; } 
  .lg\:height-270-px {
    height: 270px; } 
  .lg\:min-height-270-px {
    min-height: 270px; } 
  .lg\:max-height-270-px {
    max-height: 270px; } 
  .lg\:width-275-px {
    width: 275px; } 
  .lg\:max-width-275-px {
    max-width: 275px; } 
  .lg\:min-width-275-px {
    min-width: 275px; } 
  .lg\:height-275-px {
    height: 275px; } 
  .lg\:min-height-275-px {
    min-height: 275px; } 
  .lg\:max-height-275-px {
    max-height: 275px; } 
  .lg\:width-280-px {
    width: 280px; } 
  .lg\:max-width-280-px {
    max-width: 280px; } 
  .lg\:min-width-280-px {
    min-width: 280px; } 
  .lg\:height-280-px {
    height: 280px; } 
  .lg\:min-height-280-px {
    min-height: 280px; } 
  .lg\:max-height-280-px {
    max-height: 280px; } 
  .lg\:width-285-px {
    width: 285px; } 
  .lg\:max-width-285-px {
    max-width: 285px; } 
  .lg\:min-width-285-px {
    min-width: 285px; } 
  .lg\:height-285-px {
    height: 285px; } 
  .lg\:min-height-285-px {
    min-height: 285px; } 
  .lg\:max-height-285-px {
    max-height: 285px; } 
  .lg\:width-290-px {
    width: 290px; } 
  .lg\:max-width-290-px {
    max-width: 290px; } 
  .lg\:min-width-290-px {
    min-width: 290px; } 
  .lg\:height-290-px {
    height: 290px; } 
  .lg\:min-height-290-px {
    min-height: 290px; } 
  .lg\:max-height-290-px {
    max-height: 290px; } 
  .lg\:width-295-px {
    width: 295px; } 
  .lg\:max-width-295-px {
    max-width: 295px; } 
  .lg\:min-width-295-px {
    min-width: 295px; } 
  .lg\:height-295-px {
    height: 295px; } 
  .lg\:min-height-295-px {
    min-height: 295px; } 
  .lg\:max-height-295-px {
    max-height: 295px; } 
  .lg\:width-300-px {
    width: 300px; } 
  .lg\:max-width-300-px {
    max-width: 300px; } 
  .lg\:min-width-300-px {
    min-width: 300px; } 
  .lg\:height-300-px {
    height: 300px; } 
  .lg\:min-height-300-px {
    min-height: 300px; } 
  .lg\:max-height-300-px {
    max-height: 300px; } 
  .lg\:width-305-px {
    width: 305px; } 
  .lg\:max-width-305-px {
    max-width: 305px; } 
  .lg\:min-width-305-px {
    min-width: 305px; } 
  .lg\:height-305-px {
    height: 305px; } 
  .lg\:min-height-305-px {
    min-height: 305px; } 
  .lg\:max-height-305-px {
    max-height: 305px; } 
  .lg\:width-310-px {
    width: 310px; } 
  .lg\:max-width-310-px {
    max-width: 310px; } 
  .lg\:min-width-310-px {
    min-width: 310px; } 
  .lg\:height-310-px {
    height: 310px; } 
  .lg\:min-height-310-px {
    min-height: 310px; } 
  .lg\:max-height-310-px {
    max-height: 310px; } 
  .lg\:width-315-px {
    width: 315px; } 
  .lg\:max-width-315-px {
    max-width: 315px; } 
  .lg\:min-width-315-px {
    min-width: 315px; } 
  .lg\:height-315-px {
    height: 315px; } 
  .lg\:min-height-315-px {
    min-height: 315px; } 
  .lg\:max-height-315-px {
    max-height: 315px; } 
  .lg\:width-320-px {
    width: 320px; } 
  .lg\:max-width-320-px {
    max-width: 320px; } 
  .lg\:min-width-320-px {
    min-width: 320px; } 
  .lg\:height-320-px {
    height: 320px; } 
  .lg\:min-height-320-px {
    min-height: 320px; } 
  .lg\:max-height-320-px {
    max-height: 320px; } 
  .lg\:width-325-px {
    width: 325px; } 
  .lg\:max-width-325-px {
    max-width: 325px; } 
  .lg\:min-width-325-px {
    min-width: 325px; } 
  .lg\:height-325-px {
    height: 325px; } 
  .lg\:min-height-325-px {
    min-height: 325px; } 
  .lg\:max-height-325-px {
    max-height: 325px; } 
  .lg\:width-330-px {
    width: 330px; } 
  .lg\:max-width-330-px {
    max-width: 330px; } 
  .lg\:min-width-330-px {
    min-width: 330px; } 
  .lg\:height-330-px {
    height: 330px; } 
  .lg\:min-height-330-px {
    min-height: 330px; } 
  .lg\:max-height-330-px {
    max-height: 330px; } 
  .lg\:width-335-px {
    width: 335px; } 
  .lg\:max-width-335-px {
    max-width: 335px; } 
  .lg\:min-width-335-px {
    min-width: 335px; } 
  .lg\:height-335-px {
    height: 335px; } 
  .lg\:min-height-335-px {
    min-height: 335px; } 
  .lg\:max-height-335-px {
    max-height: 335px; } 
  .lg\:width-340-px {
    width: 340px; } 
  .lg\:max-width-340-px {
    max-width: 340px; } 
  .lg\:min-width-340-px {
    min-width: 340px; } 
  .lg\:height-340-px {
    height: 340px; } 
  .lg\:min-height-340-px {
    min-height: 340px; } 
  .lg\:max-height-340-px {
    max-height: 340px; } 
  .lg\:width-345-px {
    width: 345px; } 
  .lg\:max-width-345-px {
    max-width: 345px; } 
  .lg\:min-width-345-px {
    min-width: 345px; } 
  .lg\:height-345-px {
    height: 345px; } 
  .lg\:min-height-345-px {
    min-height: 345px; } 
  .lg\:max-height-345-px {
    max-height: 345px; } 
  .lg\:width-350-px {
    width: 350px; } 
  .lg\:max-width-350-px {
    max-width: 350px; } 
  .lg\:min-width-350-px {
    min-width: 350px; } 
  .lg\:height-350-px {
    height: 350px; } 
  .lg\:min-height-350-px {
    min-height: 350px; } 
  .lg\:max-height-350-px {
    max-height: 350px; } 
  .lg\:width-355-px {
    width: 355px; } 
  .lg\:max-width-355-px {
    max-width: 355px; } 
  .lg\:min-width-355-px {
    min-width: 355px; } 
  .lg\:height-355-px {
    height: 355px; } 
  .lg\:min-height-355-px {
    min-height: 355px; } 
  .lg\:max-height-355-px {
    max-height: 355px; } 
  .lg\:width-360-px {
    width: 360px; } 
  .lg\:max-width-360-px {
    max-width: 360px; } 
  .lg\:min-width-360-px {
    min-width: 360px; } 
  .lg\:height-360-px {
    height: 360px; } 
  .lg\:min-height-360-px {
    min-height: 360px; } 
  .lg\:max-height-360-px {
    max-height: 360px; } 
  .lg\:width-365-px {
    width: 365px; } 
  .lg\:max-width-365-px {
    max-width: 365px; } 
  .lg\:min-width-365-px {
    min-width: 365px; } 
  .lg\:height-365-px {
    height: 365px; } 
  .lg\:min-height-365-px {
    min-height: 365px; } 
  .lg\:max-height-365-px {
    max-height: 365px; } 
  .lg\:width-370-px {
    width: 370px; } 
  .lg\:max-width-370-px {
    max-width: 370px; } 
  .lg\:min-width-370-px {
    min-width: 370px; } 
  .lg\:height-370-px {
    height: 370px; } 
  .lg\:min-height-370-px {
    min-height: 370px; } 
  .lg\:max-height-370-px {
    max-height: 370px; } 
  .lg\:width-375-px {
    width: 375px; } 
  .lg\:max-width-375-px {
    max-width: 375px; } 
  .lg\:min-width-375-px {
    min-width: 375px; } 
  .lg\:height-375-px {
    height: 375px; } 
  .lg\:min-height-375-px {
    min-height: 375px; } 
  .lg\:max-height-375-px {
    max-height: 375px; } 
  .lg\:width-380-px {
    width: 380px; } 
  .lg\:max-width-380-px {
    max-width: 380px; } 
  .lg\:min-width-380-px {
    min-width: 380px; } 
  .lg\:height-380-px {
    height: 380px; } 
  .lg\:min-height-380-px {
    min-height: 380px; } 
  .lg\:max-height-380-px {
    max-height: 380px; } 
  .lg\:width-385-px {
    width: 385px; } 
  .lg\:max-width-385-px {
    max-width: 385px; } 
  .lg\:min-width-385-px {
    min-width: 385px; } 
  .lg\:height-385-px {
    height: 385px; } 
  .lg\:min-height-385-px {
    min-height: 385px; } 
  .lg\:max-height-385-px {
    max-height: 385px; } 
  .lg\:width-390-px {
    width: 390px; } 
  .lg\:max-width-390-px {
    max-width: 390px; } 
  .lg\:min-width-390-px {
    min-width: 390px; } 
  .lg\:height-390-px {
    height: 390px; } 
  .lg\:min-height-390-px {
    min-height: 390px; } 
  .lg\:max-height-390-px {
    max-height: 390px; } 
  .lg\:width-395-px {
    width: 395px; } 
  .lg\:max-width-395-px {
    max-width: 395px; } 
  .lg\:min-width-395-px {
    min-width: 395px; } 
  .lg\:height-395-px {
    height: 395px; } 
  .lg\:min-height-395-px {
    min-height: 395px; } 
  .lg\:max-height-395-px {
    max-height: 395px; } 
  .lg\:width-400-px {
    width: 400px; } 
  .lg\:max-width-400-px {
    max-width: 400px; } 
  .lg\:min-width-400-px {
    min-width: 400px; } 
  .lg\:height-400-px {
    height: 400px; } 
  .lg\:min-height-400-px {
    min-height: 400px; } 
  .lg\:max-height-400-px {
    max-height: 400px; } 
  .lg\:width-405-px {
    width: 405px; } 
  .lg\:max-width-405-px {
    max-width: 405px; } 
  .lg\:min-width-405-px {
    min-width: 405px; } 
  .lg\:height-405-px {
    height: 405px; } 
  .lg\:min-height-405-px {
    min-height: 405px; } 
  .lg\:max-height-405-px {
    max-height: 405px; } 
  .lg\:width-410-px {
    width: 410px; } 
  .lg\:max-width-410-px {
    max-width: 410px; } 
  .lg\:min-width-410-px {
    min-width: 410px; } 
  .lg\:height-410-px {
    height: 410px; } 
  .lg\:min-height-410-px {
    min-height: 410px; } 
  .lg\:max-height-410-px {
    max-height: 410px; } 
  .lg\:width-415-px {
    width: 415px; } 
  .lg\:max-width-415-px {
    max-width: 415px; } 
  .lg\:min-width-415-px {
    min-width: 415px; } 
  .lg\:height-415-px {
    height: 415px; } 
  .lg\:min-height-415-px {
    min-height: 415px; } 
  .lg\:max-height-415-px {
    max-height: 415px; } 
  .lg\:width-420-px {
    width: 420px; } 
  .lg\:max-width-420-px {
    max-width: 420px; } 
  .lg\:min-width-420-px {
    min-width: 420px; } 
  .lg\:height-420-px {
    height: 420px; } 
  .lg\:min-height-420-px {
    min-height: 420px; } 
  .lg\:max-height-420-px {
    max-height: 420px; } 
  .lg\:width-425-px {
    width: 425px; } 
  .lg\:max-width-425-px {
    max-width: 425px; } 
  .lg\:min-width-425-px {
    min-width: 425px; } 
  .lg\:height-425-px {
    height: 425px; } 
  .lg\:min-height-425-px {
    min-height: 425px; } 
  .lg\:max-height-425-px {
    max-height: 425px; } 
  .lg\:width-430-px {
    width: 430px; } 
  .lg\:max-width-430-px {
    max-width: 430px; } 
  .lg\:min-width-430-px {
    min-width: 430px; } 
  .lg\:height-430-px {
    height: 430px; } 
  .lg\:min-height-430-px {
    min-height: 430px; } 
  .lg\:max-height-430-px {
    max-height: 430px; } 
  .lg\:width-435-px {
    width: 435px; } 
  .lg\:max-width-435-px {
    max-width: 435px; } 
  .lg\:min-width-435-px {
    min-width: 435px; } 
  .lg\:height-435-px {
    height: 435px; } 
  .lg\:min-height-435-px {
    min-height: 435px; } 
  .lg\:max-height-435-px {
    max-height: 435px; } 
  .lg\:width-440-px {
    width: 440px; } 
  .lg\:max-width-440-px {
    max-width: 440px; } 
  .lg\:min-width-440-px {
    min-width: 440px; } 
  .lg\:height-440-px {
    height: 440px; } 
  .lg\:min-height-440-px {
    min-height: 440px; } 
  .lg\:max-height-440-px {
    max-height: 440px; } 
  .lg\:width-445-px {
    width: 445px; } 
  .lg\:max-width-445-px {
    max-width: 445px; } 
  .lg\:min-width-445-px {
    min-width: 445px; } 
  .lg\:height-445-px {
    height: 445px; } 
  .lg\:min-height-445-px {
    min-height: 445px; } 
  .lg\:max-height-445-px {
    max-height: 445px; } 
  .lg\:width-450-px {
    width: 450px; } 
  .lg\:max-width-450-px {
    max-width: 450px; } 
  .lg\:min-width-450-px {
    min-width: 450px; } 
  .lg\:height-450-px {
    height: 450px; } 
  .lg\:min-height-450-px {
    min-height: 450px; } 
  .lg\:max-height-450-px {
    max-height: 450px; } 
  .lg\:width-455-px {
    width: 455px; } 
  .lg\:max-width-455-px {
    max-width: 455px; } 
  .lg\:min-width-455-px {
    min-width: 455px; } 
  .lg\:height-455-px {
    height: 455px; } 
  .lg\:min-height-455-px {
    min-height: 455px; } 
  .lg\:max-height-455-px {
    max-height: 455px; } 
  .lg\:width-460-px {
    width: 460px; } 
  .lg\:max-width-460-px {
    max-width: 460px; } 
  .lg\:min-width-460-px {
    min-width: 460px; } 
  .lg\:height-460-px {
    height: 460px; } 
  .lg\:min-height-460-px {
    min-height: 460px; } 
  .lg\:max-height-460-px {
    max-height: 460px; } 
  .lg\:width-465-px {
    width: 465px; } 
  .lg\:max-width-465-px {
    max-width: 465px; } 
  .lg\:min-width-465-px {
    min-width: 465px; } 
  .lg\:height-465-px {
    height: 465px; } 
  .lg\:min-height-465-px {
    min-height: 465px; } 
  .lg\:max-height-465-px {
    max-height: 465px; } 
  .lg\:width-470-px {
    width: 470px; } 
  .lg\:max-width-470-px {
    max-width: 470px; } 
  .lg\:min-width-470-px {
    min-width: 470px; } 
  .lg\:height-470-px {
    height: 470px; } 
  .lg\:min-height-470-px {
    min-height: 470px; } 
  .lg\:max-height-470-px {
    max-height: 470px; } 
  .lg\:width-475-px {
    width: 475px; } 
  .lg\:max-width-475-px {
    max-width: 475px; } 
  .lg\:min-width-475-px {
    min-width: 475px; } 
  .lg\:height-475-px {
    height: 475px; } 
  .lg\:min-height-475-px {
    min-height: 475px; } 
  .lg\:max-height-475-px {
    max-height: 475px; } 
  .lg\:width-480-px {
    width: 480px; } 
  .lg\:max-width-480-px {
    max-width: 480px; } 
  .lg\:min-width-480-px {
    min-width: 480px; } 
  .lg\:height-480-px {
    height: 480px; } 
  .lg\:min-height-480-px {
    min-height: 480px; } 
  .lg\:max-height-480-px {
    max-height: 480px; } 
  .lg\:width-485-px {
    width: 485px; } 
  .lg\:max-width-485-px {
    max-width: 485px; } 
  .lg\:min-width-485-px {
    min-width: 485px; } 
  .lg\:height-485-px {
    height: 485px; } 
  .lg\:min-height-485-px {
    min-height: 485px; } 
  .lg\:max-height-485-px {
    max-height: 485px; } 
  .lg\:width-490-px {
    width: 490px; } 
  .lg\:max-width-490-px {
    max-width: 490px; } 
  .lg\:min-width-490-px {
    min-width: 490px; } 
  .lg\:height-490-px {
    height: 490px; } 
  .lg\:min-height-490-px {
    min-height: 490px; } 
  .lg\:max-height-490-px {
    max-height: 490px; } 
  .lg\:width-495-px {
    width: 495px; } 
  .lg\:max-width-495-px {
    max-width: 495px; } 
  .lg\:min-width-495-px {
    min-width: 495px; } 
  .lg\:height-495-px {
    height: 495px; } 
  .lg\:min-height-495-px {
    min-height: 495px; } 
  .lg\:max-height-495-px {
    max-height: 495px; } 
  .lg\:width-500-px {
    width: 500px; } 
  .lg\:max-width-500-px {
    max-width: 500px; } 
  .lg\:min-width-500-px {
    min-width: 500px; } 
  .lg\:height-500-px {
    height: 500px; } 
  .lg\:min-height-500-px {
    min-height: 500px; } 
  .lg\:max-height-500-px {
    max-height: 500px; } 
  .lg\:width-0-vw {
    width: 0vw; } 
  .lg\:min-width-0-vw {
    min-width: 0vw; } 
  .lg\:max-width-0-vw {
    max-width: 0vw; } 
  .lg\:width-5-vw {
    width: 5vw; } 
  .lg\:min-width-5-vw {
    min-width: 5vw; } 
  .lg\:max-width-5-vw {
    max-width: 5vw; } 
  .lg\:width-10-vw {
    width: 10vw; } 
  .lg\:min-width-10-vw {
    min-width: 10vw; } 
  .lg\:max-width-10-vw {
    max-width: 10vw; } 
  .lg\:width-15-vw {
    width: 15vw; } 
  .lg\:min-width-15-vw {
    min-width: 15vw; } 
  .lg\:max-width-15-vw {
    max-width: 15vw; } 
  .lg\:width-20-vw {
    width: 20vw; } 
  .lg\:min-width-20-vw {
    min-width: 20vw; } 
  .lg\:max-width-20-vw {
    max-width: 20vw; } 
  .lg\:width-25-vw {
    width: 25vw; } 
  .lg\:min-width-25-vw {
    min-width: 25vw; } 
  .lg\:max-width-25-vw {
    max-width: 25vw; } 
  .lg\:width-30-vw {
    width: 30vw; } 
  .lg\:min-width-30-vw {
    min-width: 30vw; } 
  .lg\:max-width-30-vw {
    max-width: 30vw; } 
  .lg\:width-35-vw {
    width: 35vw; } 
  .lg\:min-width-35-vw {
    min-width: 35vw; } 
  .lg\:max-width-35-vw {
    max-width: 35vw; } 
  .lg\:width-40-vw {
    width: 40vw; } 
  .lg\:min-width-40-vw {
    min-width: 40vw; } 
  .lg\:max-width-40-vw {
    max-width: 40vw; } 
  .lg\:width-45-vw {
    width: 45vw; } 
  .lg\:min-width-45-vw {
    min-width: 45vw; } 
  .lg\:max-width-45-vw {
    max-width: 45vw; } 
  .lg\:width-50-vw {
    width: 50vw; } 
  .lg\:min-width-50-vw {
    min-width: 50vw; } 
  .lg\:max-width-50-vw {
    max-width: 50vw; } 
  .lg\:width-55-vw {
    width: 55vw; } 
  .lg\:min-width-55-vw {
    min-width: 55vw; } 
  .lg\:max-width-55-vw {
    max-width: 55vw; } 
  .lg\:width-60-vw {
    width: 60vw; } 
  .lg\:min-width-60-vw {
    min-width: 60vw; } 
  .lg\:max-width-60-vw {
    max-width: 60vw; } 
  .lg\:width-65-vw {
    width: 65vw; } 
  .lg\:min-width-65-vw {
    min-width: 65vw; } 
  .lg\:max-width-65-vw {
    max-width: 65vw; } 
  .lg\:width-70-vw {
    width: 70vw; } 
  .lg\:min-width-70-vw {
    min-width: 70vw; } 
  .lg\:max-width-70-vw {
    max-width: 70vw; } 
  .lg\:width-75-vw {
    width: 75vw; } 
  .lg\:min-width-75-vw {
    min-width: 75vw; } 
  .lg\:max-width-75-vw {
    max-width: 75vw; } 
  .lg\:width-80-vw {
    width: 80vw; } 
  .lg\:min-width-80-vw {
    min-width: 80vw; } 
  .lg\:max-width-80-vw {
    max-width: 80vw; } 
  .lg\:width-85-vw {
    width: 85vw; } 
  .lg\:min-width-85-vw {
    min-width: 85vw; } 
  .lg\:max-width-85-vw {
    max-width: 85vw; } 
  .lg\:width-90-vw {
    width: 90vw; } 
  .lg\:min-width-90-vw {
    min-width: 90vw; } 
  .lg\:max-width-90-vw {
    max-width: 90vw; } 
  .lg\:width-95-vw {
    width: 95vw; } 
  .lg\:min-width-95-vw {
    min-width: 95vw; } 
  .lg\:max-width-95-vw {
    max-width: 95vw; } 
  .lg\:width-100-vw {
    width: 100vw; } 
  .lg\:min-width-100-vw {
    min-width: 100vw; } 
  .lg\:max-width-100-vw {
    max-width: 100vw; } 
  .lg\:height-0-vh {
    height: 0vh; } 
  .lg\:min-height-0-vh {
    min-height: 0vh; } 
  .lg\:max-height-0-vh {
    max-height: 0vh; } 
  .lg\:height-5-vh {
    height: 5vh; } 
  .lg\:min-height-5-vh {
    min-height: 5vh; } 
  .lg\:max-height-5-vh {
    max-height: 5vh; } 
  .lg\:height-10-vh {
    height: 10vh; } 
  .lg\:min-height-10-vh {
    min-height: 10vh; } 
  .lg\:max-height-10-vh {
    max-height: 10vh; } 
  .lg\:height-15-vh {
    height: 15vh; } 
  .lg\:min-height-15-vh {
    min-height: 15vh; } 
  .lg\:max-height-15-vh {
    max-height: 15vh; } 
  .lg\:height-20-vh {
    height: 20vh; } 
  .lg\:min-height-20-vh {
    min-height: 20vh; } 
  .lg\:max-height-20-vh {
    max-height: 20vh; } 
  .lg\:height-25-vh {
    height: 25vh; } 
  .lg\:min-height-25-vh {
    min-height: 25vh; } 
  .lg\:max-height-25-vh {
    max-height: 25vh; } 
  .lg\:height-30-vh {
    height: 30vh; } 
  .lg\:min-height-30-vh {
    min-height: 30vh; } 
  .lg\:max-height-30-vh {
    max-height: 30vh; } 
  .lg\:height-35-vh {
    height: 35vh; } 
  .lg\:min-height-35-vh {
    min-height: 35vh; } 
  .lg\:max-height-35-vh {
    max-height: 35vh; } 
  .lg\:height-40-vh {
    height: 40vh; } 
  .lg\:min-height-40-vh {
    min-height: 40vh; } 
  .lg\:max-height-40-vh {
    max-height: 40vh; } 
  .lg\:height-45-vh {
    height: 45vh; } 
  .lg\:min-height-45-vh {
    min-height: 45vh; } 
  .lg\:max-height-45-vh {
    max-height: 45vh; } 
  .lg\:height-50-vh {
    height: 50vh; } 
  .lg\:min-height-50-vh {
    min-height: 50vh; } 
  .lg\:max-height-50-vh {
    max-height: 50vh; } 
  .lg\:height-55-vh {
    height: 55vh; } 
  .lg\:min-height-55-vh {
    min-height: 55vh; } 
  .lg\:max-height-55-vh {
    max-height: 55vh; } 
  .lg\:height-60-vh {
    height: 60vh; } 
  .lg\:min-height-60-vh {
    min-height: 60vh; } 
  .lg\:max-height-60-vh {
    max-height: 60vh; } 
  .lg\:height-65-vh {
    height: 65vh; } 
  .lg\:min-height-65-vh {
    min-height: 65vh; } 
  .lg\:max-height-65-vh {
    max-height: 65vh; } 
  .lg\:height-70-vh {
    height: 70vh; } 
  .lg\:min-height-70-vh {
    min-height: 70vh; } 
  .lg\:max-height-70-vh {
    max-height: 70vh; } 
  .lg\:height-75-vh {
    height: 75vh; } 
  .lg\:min-height-75-vh {
    min-height: 75vh; } 
  .lg\:max-height-75-vh {
    max-height: 75vh; } 
  .lg\:height-80-vh {
    height: 80vh; } 
  .lg\:min-height-80-vh {
    min-height: 80vh; } 
  .lg\:max-height-80-vh {
    max-height: 80vh; } 
  .lg\:height-85-vh {
    height: 85vh; } 
  .lg\:min-height-85-vh {
    min-height: 85vh; } 
  .lg\:max-height-85-vh {
    max-height: 85vh; } 
  .lg\:height-90-vh {
    height: 90vh; } 
  .lg\:min-height-90-vh {
    min-height: 90vh; } 
  .lg\:max-height-90-vh {
    max-height: 90vh; } 
  .lg\:height-95-vh {
    height: 95vh; } 
  .lg\:min-height-95-vh {
    min-height: 95vh; } 
  .lg\:max-height-95-vh {
    max-height: 95vh; } 
  .lg\:height-100-vh {
    height: 100vh; } 
  .lg\:min-height-100-vh {
    min-height: 100vh; } 
  .lg\:max-height-100-vh {
    max-height: 100vh; } 
  .lg\:height-100-vh {
    height: 100vh; } 
  .lg\:min-height-100-vh {
    min-height: 100vh; } 
  .lg\:max-height-100-vh {
    max-height: 100vh; } 
  .lg\:height-auto {
    height: auto; } 
  .lg\:height-full {
    height: 100%; } 
  .lg\:max-height-auto {
    max-height: auto; } 
  .lg\:max-height-full {
    max-height: 100%; } 
  .lg\:min-height-auto {
    min-height: auto; } 
  .lg\:min-height-full {
    min-height: 100%; } 
  .lg\:width-auto {
    width: auto; } 
  .lg\:width-full {
    width: 100%; } 
  .lg\:max-width-auto {
    max-width: auto; } 
  .lg\:max-width-full {
    max-width: 100%; } 
  .lg\:min-width-auto {
    min-width: auto; } 
  .lg\:min-width-full {
    min-width: 100%; } 
  .lg\:space-h > * + * {
    margin-left: 1rem; } 
  .lg\:space-h-none > * + * {
    margin-left: 0; } 
  .lg\:space-h-1\/4x > * + * {
    margin-left: 0.25rem; } 
  .lg\:space-h-1\/2x > * + * {
    margin-left: 0.5rem; } 
  .lg\:space-h-3\/4x > * + * {
    margin-left: 0.75rem; } 
  .lg\:space-h-xs > * + * {
    margin-left: 0.8rem; } 
  .lg\:space-h-sm > * + * {
    margin-left: 0.9rem; } 
  .lg\:space-h-lg > * + * {
    margin-left: 1.2rem; } 
  .lg\:space-h-xl > * + * {
    margin-left: 1.4rem; } 
  .lg\:space-h-2x > * + * {
    margin-left: 2rem; } 
  .lg\:space-h-4x > * + * {
    margin-left: 4rem; } 
  .lg\:space-v > * + * {
    margin-top: 1rem; } 
  .lg\:space-v-none > * + * {
    margin-top: 0; } 
  .lg\:space-v-1\/4x > * + * {
    margin-top: 0.25rem; } 
  .lg\:space-v-1\/2x > * + * {
    margin-top: 0.5rem; } 
  .lg\:space-v-3\/4x > * + * {
    margin-top: 0.75rem; } 
  .lg\:space-v-xs > * + * {
    margin-top: 0.8rem; } 
  .lg\:space-v-sm > * + * {
    margin-top: 0.9rem; } 
  .lg\:space-v-lg > * + * {
    margin-top: 1.2rem; } 
  .lg\:space-v-xl > * + * {
    margin-top: 1.4rem; } 
  .lg\:space-v-2x > * + * {
    margin-top: 2rem; } 
  .lg\:space-v-4x > * + * {
    margin-top: 4rem; } 
  .lg\:space > * + * {
    margin-top: 1rem;
    margin-left: 1rem; } 
  .lg\:space-none > * + * {
    margin-top: 0;
    margin-left: 0; } 
  .lg\:space-1\/4x > * + * {
    margin-top: 0.25rem;
    margin-left: 0.25rem; } 
  .lg\:space-1\/2x > * + * {
    margin-top: 0.5rem;
    margin-left: 0.5rem; } 
  .lg\:space-3\/4x > * + * {
    margin-top: 0.75rem;
    margin-left: 0.75rem; } 
  .lg\:space-xs > * + * {
    margin-top: 0.8rem;
    margin-left: 0.8rem; } 
  .lg\:space-sm > * + * {
    margin-top: 0.9rem;
    margin-left: 0.9rem; } 
  .lg\:space-lg > * + * {
    margin-top: 1.2rem;
    margin-left: 1.2rem; } 
  .lg\:space-xl > * + * {
    margin-top: 1.4rem;
    margin-left: 1.4rem; } 
  .lg\:space-2x > * + * {
    margin-top: 2rem;
    margin-left: 2rem; } 
  .lg\:space-4x > * + * {
    margin-top: 4rem;
    margin-left: 4rem; } 
  .lg\:margin {
    margin: 1rem; } 
  .lg\:margin-none {
    margin: 0; } 
  .lg\:margin-1\/4x {
    margin: 0.25rem; } 
  .lg\:margin-1\/2x {
    margin: 0.5rem; } 
  .lg\:margin-3\/4x {
    margin: 0.75rem; } 
  .lg\:margin-xs {
    margin: 0.8rem; } 
  .lg\:margin-sm {
    margin: 0.9rem; } 
  .lg\:margin-lg {
    margin: 1.2rem; } 
  .lg\:margin-xl {
    margin: 1.4rem; } 
  .lg\:margin-2x {
    margin: 2rem; } 
  .lg\:margin-4x {
    margin: 4rem; } 
  .lg\:margin-6x {
    margin: 6rem; } 
  .lg\:margin-8x {
    margin: 8rem; } 
  .lg\:margin-v {
    margin-top: 1rem;
    margin-bottom: 1rem; } 
  .lg\:margin-v-none {
    margin-top: 0;
    margin-bottom: 0; } 
  .lg\:margin-v-1\/4x {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; } 
  .lg\:margin-v-1\/2x {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } 
  .lg\:margin-v-3\/4x {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; } 
  .lg\:margin-v-xs {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem; } 
  .lg\:margin-v-sm {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem; } 
  .lg\:margin-v-lg {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem; } 
  .lg\:margin-v-xl {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem; } 
  .lg\:margin-v-2x {
    margin-top: 2rem;
    margin-bottom: 2rem; } 
  .lg\:margin-v-4x {
    margin-top: 4rem;
    margin-bottom: 4rem; } 
  .lg\:margin-v-6x {
    margin-top: 6rem;
    margin-bottom: 6rem; } 
  .lg\:margin-v-8x {
    margin-top: 8rem;
    margin-bottom: 8rem; } 
  .lg\:margin-h {
    margin-left: 1rem;
    margin-right: 1rem; } 
  .lg\:margin-h-none {
    margin-left: 0;
    margin-right: 0; } 
  .lg\:margin-h-1\/4x {
    margin-left: 0.25rem;
    margin-right: 0.25rem; } 
  .lg\:margin-h-1\/2x {
    margin-left: 0.5rem;
    margin-right: 0.5rem; } 
  .lg\:margin-h-3\/4x {
    margin-left: 0.75rem;
    margin-right: 0.75rem; } 
  .lg\:margin-h-xs {
    margin-left: 0.8rem;
    margin-right: 0.8rem; } 
  .lg\:margin-h-sm {
    margin-left: 0.9rem;
    margin-right: 0.9rem; } 
  .lg\:margin-h-lg {
    margin-left: 1.2rem;
    margin-right: 1.2rem; } 
  .lg\:margin-h-xl {
    margin-left: 1.4rem;
    margin-right: 1.4rem; } 
  .lg\:margin-h-2x {
    margin-left: 2rem;
    margin-right: 2rem; } 
  .lg\:margin-h-4x {
    margin-left: 4rem;
    margin-right: 4rem; } 
  .lg\:margin-h-6x {
    margin-left: 6rem;
    margin-right: 6rem; } 
  .lg\:margin-h-8x {
    margin-left: 8rem;
    margin-right: 8rem; } 
  .lg\:margin-nest {
    margin: -1rem; } 
  .lg\:margin-nest-none {
    margin: 0; } 
  .lg\:margin-nest-1\/4x {
    margin: -0.25rem; } 
  .lg\:margin-nest-1\/2x {
    margin: -0.5rem; } 
  .lg\:margin-nest-3\/4x {
    margin: -0.75rem; } 
  .lg\:margin-nest-xs {
    margin: -0.8rem; } 
  .lg\:margin-nest-sm {
    margin: -0.9rem; } 
  .lg\:margin-nest-lg {
    margin: -1.2rem; } 
  .lg\:margin-nest-xl {
    margin: -1.4rem; } 
  .lg\:margin-nest-2x {
    margin: -2rem; } 
  .lg\:margin-nest-4x {
    margin: -4rem; } 
  .lg\:margin-nest-6x {
    margin: -6rem; } 
  .lg\:margin-nest-8x {
    margin: -8rem; } 
  .lg\:margin-v-nest {
    margin-top: -1rem;
    margin-bottom: -1rem; } 
  .lg\:margin-v-nest-none {
    margin-top: 0;
    margin-bottom: 0; } 
  .lg\:margin-v-nest-1\/4x {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; } 
  .lg\:margin-v-nest-1\/2x {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; } 
  .lg\:margin-v-nest-3\/4x {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; } 
  .lg\:margin-v-nest-xs {
    margin-top: -0.8rem;
    margin-bottom: -0.8rem; } 
  .lg\:margin-v-nest-sm {
    margin-top: -0.9rem;
    margin-bottom: -0.9rem; } 
  .lg\:margin-v-nest-lg {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem; } 
  .lg\:margin-v-nest-xl {
    margin-top: -1.4rem;
    margin-bottom: -1.4rem; } 
  .lg\:margin-v-nest-2x {
    margin-top: -2rem;
    margin-bottom: -2rem; } 
  .lg\:margin-v-nest-4x {
    margin-top: -4rem;
    margin-bottom: -4rem; } 
  .lg\:margin-v-nest-6x {
    margin-top: -6rem;
    margin-bottom: -6rem; } 
  .lg\:margin-v-nest-8x {
    margin-top: -8rem;
    margin-bottom: -8rem; } 
  .lg\:margin-h-nest {
    margin-left: -1rem;
    margin-right: -1rem; } 
  .lg\:margin-h-nest-none {
    margin-left: 0;
    margin-right: 0; } 
  .lg\:margin-h-nest-1\/4x {
    margin-left: -0.25rem;
    margin-right: -0.25rem; } 
  .lg\:margin-h-nest-1\/2x {
    margin-left: -0.5rem;
    margin-right: -0.5rem; } 
  .lg\:margin-h-nest-3\/4x {
    margin-left: -0.75rem;
    margin-right: -0.75rem; } 
  .lg\:margin-h-nest-xs {
    margin-left: -0.8rem;
    margin-right: -0.8rem; } 
  .lg\:margin-h-nest-sm {
    margin-left: -0.9rem;
    margin-right: -0.9rem; } 
  .lg\:margin-h-nest-lg {
    margin-left: -1.2rem;
    margin-right: -1.2rem; } 
  .lg\:margin-h-nest-xl {
    margin-left: -1.4rem;
    margin-right: -1.4rem; } 
  .lg\:margin-h-nest-2x {
    margin-left: -2rem;
    margin-right: -2rem; } 
  .lg\:margin-h-nest-4x {
    margin-left: -4rem;
    margin-right: -4rem; } 
  .lg\:margin-h-nest-6x {
    margin-left: -6rem;
    margin-right: -6rem; } 
  .lg\:margin-h-nest-8x {
    margin-left: -8rem;
    margin-right: -8rem; } 
  .lg\:margin-top {
    margin-top: 1rem; } 
  .lg\:margin-top-none {
    margin-top: 0; } 
  .lg\:margin-top-1\/4x {
    margin-top: 0.25rem; } 
  .lg\:margin-top-1\/2x {
    margin-top: 0.5rem; } 
  .lg\:margin-top-3\/4x {
    margin-top: 0.75rem; } 
  .lg\:margin-top-xs {
    margin-top: 0.8rem; } 
  .lg\:margin-top-sm {
    margin-top: 0.9rem; } 
  .lg\:margin-top-lg {
    margin-top: 1.2rem; } 
  .lg\:margin-top-xl {
    margin-top: 1.4rem; } 
  .lg\:margin-top-2x {
    margin-top: 2rem; } 
  .lg\:margin-top-4x {
    margin-top: 4rem; } 
  .lg\:margin-top-6x {
    margin-top: 6rem; } 
  .lg\:margin-top-8x {
    margin-top: 8rem; } 
  .lg\:margin-top-nest {
    margin-top: -1rem; } 
  .lg\:margin-top-nest-none {
    margin-top: 0; } 
  .lg\:margin-top-nest-1\/4x {
    margin-top: -0.25rem; } 
  .lg\:margin-top-nest-1\/2x {
    margin-top: -0.5rem; } 
  .lg\:margin-top-nest-3\/4x {
    margin-top: -0.75rem; } 
  .lg\:margin-top-nest-xs {
    margin-top: -0.8rem; } 
  .lg\:margin-top-nest-sm {
    margin-top: -0.9rem; } 
  .lg\:margin-top-nest-lg {
    margin-top: -1.2rem; } 
  .lg\:margin-top-nest-xl {
    margin-top: -1.4rem; } 
  .lg\:margin-top-nest-2x {
    margin-top: -2rem; } 
  .lg\:margin-top-nest-4x {
    margin-top: -4rem; } 
  .lg\:margin-top-nest-6x {
    margin-top: -6rem; } 
  .lg\:margin-top-nest-8x {
    margin-top: -8rem; } 
  .lg\:margin-right {
    margin-right: 1rem; } 
  .lg\:margin-right-none {
    margin-right: 0; } 
  .lg\:margin-right-1\/4x {
    margin-right: 0.25rem; } 
  .lg\:margin-right-1\/2x {
    margin-right: 0.5rem; } 
  .lg\:margin-right-3\/4x {
    margin-right: 0.75rem; } 
  .lg\:margin-right-xs {
    margin-right: 0.8rem; } 
  .lg\:margin-right-sm {
    margin-right: 0.9rem; } 
  .lg\:margin-right-lg {
    margin-right: 1.2rem; } 
  .lg\:margin-right-xl {
    margin-right: 1.4rem; } 
  .lg\:margin-right-2x {
    margin-right: 2rem; } 
  .lg\:margin-right-4x {
    margin-right: 4rem; } 
  .lg\:margin-right-6x {
    margin-right: 6rem; } 
  .lg\:margin-right-8x {
    margin-right: 8rem; } 
  .lg\:margin-right-nest {
    margin-right: -1rem; } 
  .lg\:margin-right-nest-none {
    margin-right: 0; } 
  .lg\:margin-right-nest-1\/4x {
    margin-right: -0.25rem; } 
  .lg\:margin-right-nest-1\/2x {
    margin-right: -0.5rem; } 
  .lg\:margin-right-nest-3\/4x {
    margin-right: -0.75rem; } 
  .lg\:margin-right-nest-xs {
    margin-right: -0.8rem; } 
  .lg\:margin-right-nest-sm {
    margin-right: -0.9rem; } 
  .lg\:margin-right-nest-lg {
    margin-right: -1.2rem; } 
  .lg\:margin-right-nest-xl {
    margin-right: -1.4rem; } 
  .lg\:margin-right-nest-2x {
    margin-right: -2rem; } 
  .lg\:margin-right-nest-4x {
    margin-right: -4rem; } 
  .lg\:margin-right-nest-6x {
    margin-right: -6rem; } 
  .lg\:margin-right-nest-8x {
    margin-right: -8rem; } 
  .lg\:margin-bottom {
    margin-bottom: 1rem; } 
  .lg\:margin-bottom-none {
    margin-bottom: 0; } 
  .lg\:margin-bottom-1\/4x {
    margin-bottom: 0.25rem; } 
  .lg\:margin-bottom-1\/2x {
    margin-bottom: 0.5rem; } 
  .lg\:margin-bottom-3\/4x {
    margin-bottom: 0.75rem; } 
  .lg\:margin-bottom-xs {
    margin-bottom: 0.8rem; } 
  .lg\:margin-bottom-sm {
    margin-bottom: 0.9rem; } 
  .lg\:margin-bottom-lg {
    margin-bottom: 1.2rem; } 
  .lg\:margin-bottom-xl {
    margin-bottom: 1.4rem; } 
  .lg\:margin-bottom-2x {
    margin-bottom: 2rem; } 
  .lg\:margin-bottom-4x {
    margin-bottom: 4rem; } 
  .lg\:margin-bottom-6x {
    margin-bottom: 6rem; } 
  .lg\:margin-bottom-8x {
    margin-bottom: 8rem; } 
  .lg\:margin-bottom-nest {
    margin-bottom: -1rem; } 
  .lg\:margin-bottom-nest-none {
    margin-bottom: 0; } 
  .lg\:margin-bottom-nest-1\/4x {
    margin-bottom: -0.25rem; } 
  .lg\:margin-bottom-nest-1\/2x {
    margin-bottom: -0.5rem; } 
  .lg\:margin-bottom-nest-3\/4x {
    margin-bottom: -0.75rem; } 
  .lg\:margin-bottom-nest-xs {
    margin-bottom: -0.8rem; } 
  .lg\:margin-bottom-nest-sm {
    margin-bottom: -0.9rem; } 
  .lg\:margin-bottom-nest-lg {
    margin-bottom: -1.2rem; } 
  .lg\:margin-bottom-nest-xl {
    margin-bottom: -1.4rem; } 
  .lg\:margin-bottom-nest-2x {
    margin-bottom: -2rem; } 
  .lg\:margin-bottom-nest-4x {
    margin-bottom: -4rem; } 
  .lg\:margin-bottom-nest-6x {
    margin-bottom: -6rem; } 
  .lg\:margin-bottom-nest-8x {
    margin-bottom: -8rem; } 
  .lg\:margin-left {
    margin-left: 1rem; } 
  .lg\:margin-left-none {
    margin-left: 0; } 
  .lg\:margin-left-1\/4x {
    margin-left: 0.25rem; } 
  .lg\:margin-left-1\/2x {
    margin-left: 0.5rem; } 
  .lg\:margin-left-3\/4x {
    margin-left: 0.75rem; } 
  .lg\:margin-left-xs {
    margin-left: 0.8rem; } 
  .lg\:margin-left-sm {
    margin-left: 0.9rem; } 
  .lg\:margin-left-lg {
    margin-left: 1.2rem; } 
  .lg\:margin-left-xl {
    margin-left: 1.4rem; } 
  .lg\:margin-left-2x {
    margin-left: 2rem; } 
  .lg\:margin-left-4x {
    margin-left: 4rem; } 
  .lg\:margin-left-6x {
    margin-left: 6rem; } 
  .lg\:margin-left-8x {
    margin-left: 8rem; } 
  .lg\:margin-left-nest {
    margin-left: -1rem; } 
  .lg\:margin-left-nest-none {
    margin-left: 0; } 
  .lg\:margin-left-nest-1\/4x {
    margin-left: -0.25rem; } 
  .lg\:margin-left-nest-1\/2x {
    margin-left: -0.5rem; } 
  .lg\:margin-left-nest-3\/4x {
    margin-left: -0.75rem; } 
  .lg\:margin-left-nest-xs {
    margin-left: -0.8rem; } 
  .lg\:margin-left-nest-sm {
    margin-left: -0.9rem; } 
  .lg\:margin-left-nest-lg {
    margin-left: -1.2rem; } 
  .lg\:margin-left-nest-xl {
    margin-left: -1.4rem; } 
  .lg\:margin-left-nest-2x {
    margin-left: -2rem; } 
  .lg\:margin-left-nest-4x {
    margin-left: -4rem; } 
  .lg\:margin-left-nest-6x {
    margin-left: -6rem; } 
  .lg\:margin-left-nest-8x {
    margin-left: -8rem; } 
  .lg\:pad {
    padding: 1rem; } 
  .lg\:pad-none {
    padding: 0; } 
  .lg\:pad-1\/4x {
    padding: 0.25rem; } 
  .lg\:pad-1\/2x {
    padding: 0.5rem; } 
  .lg\:pad-3\/4x {
    padding: 0.75rem; } 
  .lg\:pad-xs {
    padding: 0.8rem; } 
  .lg\:pad-sm {
    padding: 0.9rem; } 
  .lg\:pad-lg {
    padding: 1.2rem; } 
  .lg\:pad-xl {
    padding: 1.4rem; } 
  .lg\:pad-2x {
    padding: 2rem; } 
  .lg\:pad-4x {
    padding: 4rem; } 
  .lg\:pad-6x {
    padding: 6rem; } 
  .lg\:pad-8x {
    padding: 8rem; } 
  .lg\:pad-v {
    padding-top: 1rem;
    padding-bottom: 1rem; } 
  .lg\:pad-v-none {
    padding-top: 0;
    padding-bottom: 0; } 
  .lg\:pad-v-1\/4x {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; } 
  .lg\:pad-v-1\/2x {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; } 
  .lg\:pad-v-3\/4x {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; } 
  .lg\:pad-v-xs {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; } 
  .lg\:pad-v-sm {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem; } 
  .lg\:pad-v-lg {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; } 
  .lg\:pad-v-xl {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem; } 
  .lg\:pad-v-2x {
    padding-top: 2rem;
    padding-bottom: 2rem; } 
  .lg\:pad-v-4x {
    padding-top: 4rem;
    padding-bottom: 4rem; } 
  .lg\:pad-v-6x {
    padding-top: 6rem;
    padding-bottom: 6rem; } 
  .lg\:pad-v-8x {
    padding-top: 8rem;
    padding-bottom: 8rem; } 
  .lg\:pad-h {
    padding-left: 1rem;
    padding-right: 1rem; } 
  .lg\:pad-h-none {
    padding-left: 0;
    padding-right: 0; } 
  .lg\:pad-h-1\/4x {
    padding-left: 0.25rem;
    padding-right: 0.25rem; } 
  .lg\:pad-h-1\/2x {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } 
  .lg\:pad-h-3\/4x {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } 
  .lg\:pad-h-xs {
    padding-left: 0.8rem;
    padding-right: 0.8rem; } 
  .lg\:pad-h-sm {
    padding-left: 0.9rem;
    padding-right: 0.9rem; } 
  .lg\:pad-h-lg {
    padding-left: 1.2rem;
    padding-right: 1.2rem; } 
  .lg\:pad-h-xl {
    padding-left: 1.4rem;
    padding-right: 1.4rem; } 
  .lg\:pad-h-2x {
    padding-left: 2rem;
    padding-right: 2rem; } 
  .lg\:pad-h-4x {
    padding-left: 4rem;
    padding-right: 4rem; } 
  .lg\:pad-h-6x {
    padding-left: 6rem;
    padding-right: 6rem; } 
  .lg\:pad-h-8x {
    padding-left: 8rem;
    padding-right: 8rem; } 
  .lg\:pad-top {
    padding-top: 1rem; } 
  .lg\:pad-top-none {
    padding-top: 0; } 
  .lg\:pad-top-1\/4x {
    padding-top: 0.25rem; } 
  .lg\:pad-top-1\/2x {
    padding-top: 0.5rem; } 
  .lg\:pad-top-3\/4x {
    padding-top: 0.75rem; } 
  .lg\:pad-top-xs {
    padding-top: 0.8rem; } 
  .lg\:pad-top-sm {
    padding-top: 0.9rem; } 
  .lg\:pad-top-lg {
    padding-top: 1.2rem; } 
  .lg\:pad-top-xl {
    padding-top: 1.4rem; } 
  .lg\:pad-top-2x {
    padding-top: 2rem; } 
  .lg\:pad-top-4x {
    padding-top: 4rem; } 
  .lg\:pad-top-6x {
    padding-top: 6rem; } 
  .lg\:pad-top-8x {
    padding-top: 8rem; } 
  .lg\:pad-right {
    padding-right: 1rem; } 
  .lg\:pad-right-none {
    padding-right: 0; } 
  .lg\:pad-right-1\/4x {
    padding-right: 0.25rem; } 
  .lg\:pad-right-1\/2x {
    padding-right: 0.5rem; } 
  .lg\:pad-right-3\/4x {
    padding-right: 0.75rem; } 
  .lg\:pad-right-xs {
    padding-right: 0.8rem; } 
  .lg\:pad-right-sm {
    padding-right: 0.9rem; } 
  .lg\:pad-right-lg {
    padding-right: 1.2rem; } 
  .lg\:pad-right-xl {
    padding-right: 1.4rem; } 
  .lg\:pad-right-2x {
    padding-right: 2rem; } 
  .lg\:pad-right-4x {
    padding-right: 4rem; } 
  .lg\:pad-right-6x {
    padding-right: 6rem; } 
  .lg\:pad-right-8x {
    padding-right: 8rem; } 
  .lg\:pad-bottom {
    padding-bottom: 1rem; } 
  .lg\:pad-bottom-none {
    padding-bottom: 0; } 
  .lg\:pad-bottom-1\/4x {
    padding-bottom: 0.25rem; } 
  .lg\:pad-bottom-1\/2x {
    padding-bottom: 0.5rem; } 
  .lg\:pad-bottom-3\/4x {
    padding-bottom: 0.75rem; } 
  .lg\:pad-bottom-xs {
    padding-bottom: 0.8rem; } 
  .lg\:pad-bottom-sm {
    padding-bottom: 0.9rem; } 
  .lg\:pad-bottom-lg {
    padding-bottom: 1.2rem; } 
  .lg\:pad-bottom-xl {
    padding-bottom: 1.4rem; } 
  .lg\:pad-bottom-2x {
    padding-bottom: 2rem; } 
  .lg\:pad-bottom-4x {
    padding-bottom: 4rem; } 
  .lg\:pad-bottom-6x {
    padding-bottom: 6rem; } 
  .lg\:pad-bottom-8x {
    padding-bottom: 8rem; } 
  .lg\:pad-left {
    padding-left: 1rem; } 
  .lg\:pad-left-none {
    padding-left: 0; } 
  .lg\:pad-left-1\/4x {
    padding-left: 0.25rem; } 
  .lg\:pad-left-1\/2x {
    padding-left: 0.5rem; } 
  .lg\:pad-left-3\/4x {
    padding-left: 0.75rem; } 
  .lg\:pad-left-xs {
    padding-left: 0.8rem; } 
  .lg\:pad-left-sm {
    padding-left: 0.9rem; } 
  .lg\:pad-left-lg {
    padding-left: 1.2rem; } 
  .lg\:pad-left-xl {
    padding-left: 1.4rem; } 
  .lg\:pad-left-2x {
    padding-left: 2rem; } 
  .lg\:pad-left-4x {
    padding-left: 4rem; } 
  .lg\:pad-left-6x {
    padding-left: 6rem; } 
  .lg\:pad-left-8x {
    padding-left: 8rem; } 
  .lg\:stroke-sm {
    stroke-width: 0.5px; } 
  .lg\:stroke-md {
    stroke-width: 1px; } 
  .lg\:stroke-lg {
    stroke-width: 1.5px; } 
  .lg\:stroke-2x {
    stroke-width: 2px; } 
  .lg\:stroke-3x {
    stroke-width: 3px; } 
  .lg\:text-current {
    color: currentColor; } 
  .lg\:text-md {
    font-size: 1rem; } 
  .lg\:text {
    font-size: 1rem; } 
  .lg\:text-xs {
    font-size: 0.8rem; } 
  .lg\:text-sm {
    font-size: 0.9rem; } 
  .lg\:text-lg {
    font-size: 1.2rem; } 
  .lg\:text-xl {
    font-size: 1.4rem; } 
  .lg\:text-2x {
    font-size: 2rem; } 
  .lg\:text-4x {
    font-size: 4rem; } 
  .lg\:text-8x {
    font-size: 8rem; } 
  .lg\:text-mono {
    font-family: monospace, monospace; } 
  .lg\:text-uppercase {
    text-transform: uppercase; } 
  .lg\:text-lowercase {
    text-transform: lowercase; } 
  .lg\:text-capitalize {
    text-transform: capitalize; } 
  .lg\:text-normal-case {
    text-transform: none; } 
  .lg\:text-italic {
    font-style: italic; } 
  .lg\:text-no-underline {
    text-decoration: none; } 
  .lg\:text-line-through {
    text-decoration: line-through; } 
  .lg\:text-100 {
    font-weight: 100; } 
  .lg\:text-hairline {
    font-weight: 100; } 
  .lg\:text-200 {
    font-weight: 200; } 
  .lg\:text-thin {
    font-weight: 200; } 
  .lg\:text-300 {
    font-weight: 300; } 
  .lg\:text-light {
    font-weight: 300; } 
  .lg\:text-400 {
    font-weight: 400; } 
  .lg\:text-normal {
    font-weight: 400; } 
  .lg\:text-500 {
    font-weight: 500; } 
  .lg\:text-medium {
    font-weight: 500; } 
  .lg\:text-600 {
    font-weight: 600; } 
  .lg\:text-semibold {
    font-weight: 600; } 
  .lg\:text-700 {
    font-weight: 700; } 
  .lg\:text-bold {
    font-weight: 700; } 
  .lg\:text-800 {
    font-weight: 800; } 
  .lg\:text-extrabold {
    font-weight: 800; } 
  .lg\:text-900 {
    font-weight: 900; } 
  .lg\:text-black {
    font-weight: 900; } 
  .lg\:text-left {
    text-align: left; } 
  .lg\:text-right {
    text-align: right; } 
  .lg\:text-center {
    text-align: center; } 
  .lg\:text-justify {
    text-align: justify; } 
  .lg\:leading-none {
    line-height: 1; } 
  .lg\:leading-tight {
    line-height: 1.25; } 
  .lg\:leading-snug {
    line-height: 1.375; } 
  .lg\:leading-normal {
    line-height: 1.5; } 
  .lg\:leading-relaxed {
    line-height: 1.625; } 
  .lg\:leading-loose {
    line-height: 2; } 
  .lg\:tracking-tighter {
    letter-spacing: -0.05em; } 
  .lg\:tracking-tight {
    letter-spacing: -0.025em; } 
  .lg\:tracking-normal {
    letter-spacing: 0; } 
  .lg\:tracking-wide {
    letter-spacing: 0.025em; } 
  .lg\:tracking-wider {
    letter-spacing: 0.05em; } 
  .lg\:tracking-widest {
    letter-spacing: 0.1em; } 
  .lg\:text-col-2 {
    column-count: 2;
    column-gap: 5em; } 
  .lg\:text-col-3 {
    column-count: 3;
    column-gap: 5em; } 
  .lg\:text-list-none {
    list-style-type: none; } 
  .lg\:text-list-disc {
    list-style-type: disc; } 
  .lg\:text-list-decimal {
    list-style-type: decimal; } 
  .lg\:text-list-inside {
    list-style-position: inside; } 
  .lg\:text-list-outside {
    list-style-position: outside; } 
  .lg\:height-0-vh {
    height: 0vh; } 
  .lg\:min-height-0-vh {
    min-height: 0vh; } 
  .lg\:max-height-0-vh {
    max-height: 0vh; } 
  .lg\:height-5-vh {
    height: 5vh; } 
  .lg\:min-height-5-vh {
    min-height: 5vh; } 
  .lg\:max-height-5-vh {
    max-height: 5vh; } 
  .lg\:height-10-vh {
    height: 10vh; } 
  .lg\:min-height-10-vh {
    min-height: 10vh; } 
  .lg\:max-height-10-vh {
    max-height: 10vh; } 
  .lg\:height-15-vh {
    height: 15vh; } 
  .lg\:min-height-15-vh {
    min-height: 15vh; } 
  .lg\:max-height-15-vh {
    max-height: 15vh; } 
  .lg\:height-20-vh {
    height: 20vh; } 
  .lg\:min-height-20-vh {
    min-height: 20vh; } 
  .lg\:max-height-20-vh {
    max-height: 20vh; } 
  .lg\:height-25-vh {
    height: 25vh; } 
  .lg\:min-height-25-vh {
    min-height: 25vh; } 
  .lg\:max-height-25-vh {
    max-height: 25vh; } 
  .lg\:height-30-vh {
    height: 30vh; } 
  .lg\:min-height-30-vh {
    min-height: 30vh; } 
  .lg\:max-height-30-vh {
    max-height: 30vh; } 
  .lg\:height-35-vh {
    height: 35vh; } 
  .lg\:min-height-35-vh {
    min-height: 35vh; } 
  .lg\:max-height-35-vh {
    max-height: 35vh; } 
  .lg\:height-40-vh {
    height: 40vh; } 
  .lg\:min-height-40-vh {
    min-height: 40vh; } 
  .lg\:max-height-40-vh {
    max-height: 40vh; } 
  .lg\:height-45-vh {
    height: 45vh; } 
  .lg\:min-height-45-vh {
    min-height: 45vh; } 
  .lg\:max-height-45-vh {
    max-height: 45vh; } 
  .lg\:height-50-vh {
    height: 50vh; } 
  .lg\:min-height-50-vh {
    min-height: 50vh; } 
  .lg\:max-height-50-vh {
    max-height: 50vh; } 
  .lg\:height-55-vh {
    height: 55vh; } 
  .lg\:min-height-55-vh {
    min-height: 55vh; } 
  .lg\:max-height-55-vh {
    max-height: 55vh; } 
  .lg\:height-60-vh {
    height: 60vh; } 
  .lg\:min-height-60-vh {
    min-height: 60vh; } 
  .lg\:max-height-60-vh {
    max-height: 60vh; } 
  .lg\:height-65-vh {
    height: 65vh; } 
  .lg\:min-height-65-vh {
    min-height: 65vh; } 
  .lg\:max-height-65-vh {
    max-height: 65vh; } 
  .lg\:height-70-vh {
    height: 70vh; } 
  .lg\:min-height-70-vh {
    min-height: 70vh; } 
  .lg\:max-height-70-vh {
    max-height: 70vh; } 
  .lg\:height-75-vh {
    height: 75vh; } 
  .lg\:min-height-75-vh {
    min-height: 75vh; } 
  .lg\:max-height-75-vh {
    max-height: 75vh; } 
  .lg\:height-80-vh {
    height: 80vh; } 
  .lg\:min-height-80-vh {
    min-height: 80vh; } 
  .lg\:max-height-80-vh {
    max-height: 80vh; } 
  .lg\:height-85-vh {
    height: 85vh; } 
  .lg\:min-height-85-vh {
    min-height: 85vh; } 
  .lg\:max-height-85-vh {
    max-height: 85vh; } 
  .lg\:height-90-vh {
    height: 90vh; } 
  .lg\:min-height-90-vh {
    min-height: 90vh; } 
  .lg\:max-height-90-vh {
    max-height: 90vh; } 
  .lg\:height-95-vh {
    height: 95vh; } 
  .lg\:min-height-95-vh {
    min-height: 95vh; } 
  .lg\:max-height-95-vh {
    max-height: 95vh; } 
  .lg\:height-100-vh {
    height: 100vh; } 
  .lg\:min-height-100-vh {
    min-height: 100vh; } 
  .lg\:max-height-100-vh {
    max-height: 100vh; } 
  .lg\:flex-reverse {
    flex-direction: column-reverse; } 
  .lg\:margin-right--8x {
    margin-right: -8rem; } 
  .lg\:margin-bottom--4x {
    margin-bottom: -4rem; } }@media only screen and (min-width: 1440px) {
  .xl\:base {
    --breakpoints: "sm/max-width: 719px,md/min-width: 720px,lg/min-width: 1080px,xl/min-width: 1440px";
    --bg-opacity: 1.0;
    --shadow-opacity: 0.1;
    --border-opacity: 1.0;
    --border-color: 80, 81, 82; } 
  .container {
    max-width: 1400px; } 
  .xl\:layout-fixed {
    table-layout: fixed; } 
  .xl\:aspect-4x3::before {
    content: "";
    display: block;
    padding-top: 75%;
    padding-left: 75%; } 
  .xl\:aspect-2x1::before {
    content: "";
    display: block;
    padding-top: 50%;
    padding-left: 50%; } 
  .xl\:aspect-16x9::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    padding-left: 56.25%; } 
  .xl\:aspect-square::before {
    content: "";
    display: block;
    padding-top: 100%;
    padding-left: 100%; } 
  .xl\:fill-current {
    fill: currentColor; } 
  .xl\:stroke-current {
    stroke: currentColor; } 
  .xl\:bg-none {
    background: transparent; } 
  .xl\:border {
    border-width: 1px; } 
  .xl\:border-none {
    border-width: 0; } 
  .xl\:border-2px {
    border-width: 2px; } 
  .xl\:border-3px {
    border-width: 3px; } 
  .xl\:border-4px {
    border-width: 4px; } 
  .xl\:border-dashed {
    border-style: dashed; } 
  .xl\:border-top {
    border-top-width: 1px; } 
  .xl\:border-top {
    border-top-width: 1px; } 
  .xl\:border-top-none {
    border-top-width: 0; } 
  .xl\:border-top-2px {
    border-top-width: 2px; } 
  .xl\:border-top-3px {
    border-top-width: 3px; } 
  .xl\:border-top-4px {
    border-top-width: 4px; } 
  .xl\:border-right {
    border-right-width: 1px; } 
  .xl\:border-right {
    border-right-width: 1px; } 
  .xl\:border-right-none {
    border-right-width: 0; } 
  .xl\:border-right-2px {
    border-right-width: 2px; } 
  .xl\:border-right-3px {
    border-right-width: 3px; } 
  .xl\:border-right-4px {
    border-right-width: 4px; } 
  .xl\:border-bottom {
    border-bottom-width: 1px; } 
  .xl\:border-bottom {
    border-bottom-width: 1px; } 
  .xl\:border-bottom-none {
    border-bottom-width: 0; } 
  .xl\:border-bottom-2px {
    border-bottom-width: 2px; } 
  .xl\:border-bottom-3px {
    border-bottom-width: 3px; } 
  .xl\:border-bottom-4px {
    border-bottom-width: 4px; } 
  .xl\:border-left {
    border-left-width: 1px; } 
  .xl\:border-left {
    border-left-width: 1px; } 
  .xl\:border-left-none {
    border-left-width: 0; } 
  .xl\:border-left-2px {
    border-left-width: 2px; } 
  .xl\:border-left-3px {
    border-left-width: 3px; } 
  .xl\:border-left-4px {
    border-left-width: 4px; } 
  .xl\:rounded {
    border-radius: 0.25rem; } 
  .xl\:rounded-none {
    border-radius: 0; } 
  .xl\:rounded-xs {
    border-radius: 0.1rem; } 
  .xl\:rounded-sm {
    border-radius: 0.2rem; } 
  .xl\:rounded-lg {
    border-radius: 0.5rem; } 
  .xl\:rounded-xl {
    border-radius: 1rem; } 
  .xl\:rounded-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; } 
  .xl\:rounded-top-none {
    border-top-right-radius: 0;
    border-top-left-radius: 0; } 
  .xl\:rounded-top-xs {
    border-top-right-radius: 0.1rem;
    border-top-left-radius: 0.1rem; } 
  .xl\:rounded-top-sm {
    border-top-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem; } 
  .xl\:rounded-top-lg {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem; } 
  .xl\:rounded-top-xl {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem; } 
  .xl\:rounded-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; } 
  .xl\:rounded-bottom-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; } 
  .xl\:rounded-bottom-xs {
    border-bottom-right-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem; } 
  .xl\:rounded-bottom-sm {
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; } 
  .xl\:rounded-bottom-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } 
  .xl\:rounded-bottom-xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem; } 
  .xl\:rounded-left {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; } 
  .xl\:rounded-left-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } 
  .xl\:rounded-left-xs {
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem; } 
  .xl\:rounded-left-sm {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; } 
  .xl\:rounded-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } 
  .xl\:rounded-left-xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; } 
  .xl\:rounded-right {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } 
  .xl\:rounded-right-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } 
  .xl\:rounded-right-xs {
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem; } 
  .xl\:rounded-right-sm {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; } 
  .xl\:rounded-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; } 
  .xl\:rounded-right-xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem; } 
  .xl\:square {
    border-radius: 0; } 
  .xl\:square-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0; } 
  .xl\:square-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; } 
  .xl\:square-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } 
  .xl\:square-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } 
  .xl\:round {
    border-radius: 50%; } 
  .xl\:divide-h > * + * {
    border-left-width: 1px; } 
  .xl\:divide-h-none > * + * {
    border-left-width: 0; } 
  .xl\:divide-h-2px > * + * {
    border-left-width: 2px; } 
  .xl\:divide-h-3px > * + * {
    border-left-width: 3px; } 
  .xl\:divide-h-4px > * + * {
    border-left-width: 4px; } 
  .xl\:divide-v > * + * {
    border-top-width: 1px; } 
  .xl\:divide-v-none > * + * {
    border-top-width: 0; } 
  .xl\:divide-v-2px > * + * {
    border-top-width: 2px; } 
  .xl\:divide-v-3px > * + * {
    border-top-width: 3px; } 
  .xl\:divide-v-4px > * + * {
    border-top-width: 4px; } 
  .xl\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important; } 
  .xl\:rotate-0 {
    --transform-rotate: 0deg; } 
  .xl\:-rotate-0 {
    --transform-rotate: -0deg; } 
  .xl\:rotate-1 {
    --transform-rotate: 1deg; } 
  .xl\:-rotate-1 {
    --transform-rotate: -1deg; } 
  .xl\:rotate-2 {
    --transform-rotate: 2deg; } 
  .xl\:-rotate-2 {
    --transform-rotate: -2deg; } 
  .xl\:rotate-3 {
    --transform-rotate: 3deg; } 
  .xl\:-rotate-3 {
    --transform-rotate: -3deg; } 
  .xl\:rotate-6 {
    --transform-rotate: 6deg; } 
  .xl\:-rotate-6 {
    --transform-rotate: -6deg; } 
  .xl\:rotate-12 {
    --transform-rotate: 12deg; } 
  .xl\:-rotate-12 {
    --transform-rotate: -12deg; } 
  .xl\:rotate-45 {
    --transform-rotate: 45deg; } 
  .xl\:-rotate-45 {
    --transform-rotate: -45deg; } 
  .xl\:rotate-90 {
    --transform-rotate: 90deg; } 
  .xl\:-rotate-90 {
    --transform-rotate: -90deg; } 
  .xl\:rotate-180 {
    --transform-rotate: 180deg; } 
  .xl\:-rotate-180 {
    --transform-rotate: -180deg; } 
  .xl\:inline {
    display: inline; } 
  .xl\:block {
    display: block; } 
  .xl\:inline-block {
    display: inline-block; } 
  .xl\:grid {
    display: grid; } 
  .xl\:inline-grid {
    display: inline-grid; } 
  .xl\:flex {
    display: flex; } 
  .xl\:inline-flex {
    display: inline-flex; } 
  .xl\:table {
    display: table; } 
  .xl\:table-cell {
    display: table-cell; } 
  .xl\:table-row {
    display: table-row; } 
  .xl\:contents {
    display: contents; } 
  .xl\:hide {
    display: none; } 
  .xl\:show {
    display: inherit; } 
  .xl\:hide-empty:empty {
    display: none; } 
  .xl\:float-right {
    float: right; } 
  .xl\:float-left {
    float: left; } 
  .xl\:clear {
    clear: both; } 
  .xl\:flex-col {
    flex-direction: column; } 
  .xl\:flex-nowrap {
    flex-wrap: nowrap; } 
  .xl\:flex-wrap {
    flex-wrap: wrap; } 
  .xl\:flex-fill {
    flex: 1 1 auto; } 
  .xl\:flex-grow {
    flex: 1 0 auto; } 
  .xl\:flex-shrink {
    flex: 0 1 auto; } 
  .xl\:flex-none {
    flex: 0 0 auto; } 
  .xl\:order-1 {
    order: 1; } 
  .xl\:order-2 {
    order: 2; } 
  .xl\:order-3 {
    order: 3; } 
  .xl\:order-4 {
    order: 4; } 
  .xl\:order-5 {
    order: 5; } 
  .xl\:order-6 {
    order: 6; } 
  .xl\:order-7 {
    order: 7; } 
  .xl\:order-8 {
    order: 8; } 
  .xl\:order-9 {
    order: 9; } 
  .xl\:order-10 {
    order: 10; } 
  .xl\:order-11 {
    order: 11; } 
  .xl\:order-12 {
    order: 12; } 
  .xl\:cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } 
  .xl\:col-span-1 {
    grid-column: span 1/span 1; } 
  .xl\:col-start-1 {
    grid-column-start: 1; } 
  .xl\:col-end-1 {
    grid-column-end: 1; } 
  .xl\:cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } 
  .xl\:col-span-2 {
    grid-column: span 2/span 2; } 
  .xl\:col-start-2 {
    grid-column-start: 2; } 
  .xl\:col-end-2 {
    grid-column-end: 2; } 
  .xl\:cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } 
  .xl\:col-span-3 {
    grid-column: span 3/span 3; } 
  .xl\:col-start-3 {
    grid-column-start: 3; } 
  .xl\:col-end-3 {
    grid-column-end: 3; } 
  .xl\:cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } 
  .xl\:col-span-4 {
    grid-column: span 4/span 4; } 
  .xl\:col-start-4 {
    grid-column-start: 4; } 
  .xl\:col-end-4 {
    grid-column-end: 4; } 
  .xl\:cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } 
  .xl\:col-span-5 {
    grid-column: span 5/span 5; } 
  .xl\:col-start-5 {
    grid-column-start: 5; } 
  .xl\:col-end-5 {
    grid-column-end: 5; } 
  .xl\:cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } 
  .xl\:col-span-6 {
    grid-column: span 6/span 6; } 
  .xl\:col-start-6 {
    grid-column-start: 6; } 
  .xl\:col-end-6 {
    grid-column-end: 6; } 
  .xl\:cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); } 
  .xl\:col-span-7 {
    grid-column: span 7/span 7; } 
  .xl\:col-start-7 {
    grid-column-start: 7; } 
  .xl\:col-end-7 {
    grid-column-end: 7; } 
  .xl\:cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); } 
  .xl\:col-span-8 {
    grid-column: span 8/span 8; } 
  .xl\:col-start-8 {
    grid-column-start: 8; } 
  .xl\:col-end-8 {
    grid-column-end: 8; } 
  .xl\:cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); } 
  .xl\:col-span-9 {
    grid-column: span 9/span 9; } 
  .xl\:col-start-9 {
    grid-column-start: 9; } 
  .xl\:col-end-9 {
    grid-column-end: 9; } 
  .xl\:cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); } 
  .xl\:col-span-10 {
    grid-column: span 10/span 10; } 
  .xl\:col-start-10 {
    grid-column-start: 10; } 
  .xl\:col-end-10 {
    grid-column-end: 10; } 
  .xl\:cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)); } 
  .xl\:col-span-11 {
    grid-column: span 11/span 11; } 
  .xl\:col-start-11 {
    grid-column-start: 11; } 
  .xl\:col-end-11 {
    grid-column-end: 11; } 
  .xl\:cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)); } 
  .xl\:col-span-12 {
    grid-column: span 12/span 12; } 
  .xl\:col-start-12 {
    grid-column-start: 12; } 
  .xl\:col-end-12 {
    grid-column-end: 12; } 
  .xl\:cols-fill-0-px {
    grid-template-columns: repeat(auto-fill, minmax(0px, 1fr)); } 
  .xl\:cols-fit-0-px {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr)); } 
  .xl\:cols-fill-5-px {
    grid-template-columns: repeat(auto-fill, minmax(5px, 1fr)); } 
  .xl\:cols-fit-5-px {
    grid-template-columns: repeat(auto-fit, minmax(5px, 1fr)); } 
  .xl\:cols-fill-10-px {
    grid-template-columns: repeat(auto-fill, minmax(10px, 1fr)); } 
  .xl\:cols-fit-10-px {
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr)); } 
  .xl\:cols-fill-15-px {
    grid-template-columns: repeat(auto-fill, minmax(15px, 1fr)); } 
  .xl\:cols-fit-15-px {
    grid-template-columns: repeat(auto-fit, minmax(15px, 1fr)); } 
  .xl\:cols-fill-20-px {
    grid-template-columns: repeat(auto-fill, minmax(20px, 1fr)); } 
  .xl\:cols-fit-20-px {
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr)); } 
  .xl\:cols-fill-25-px {
    grid-template-columns: repeat(auto-fill, minmax(25px, 1fr)); } 
  .xl\:cols-fit-25-px {
    grid-template-columns: repeat(auto-fit, minmax(25px, 1fr)); } 
  .xl\:cols-fill-30-px {
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr)); } 
  .xl\:cols-fit-30-px {
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr)); } 
  .xl\:cols-fill-35-px {
    grid-template-columns: repeat(auto-fill, minmax(35px, 1fr)); } 
  .xl\:cols-fit-35-px {
    grid-template-columns: repeat(auto-fit, minmax(35px, 1fr)); } 
  .xl\:cols-fill-40-px {
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr)); } 
  .xl\:cols-fit-40-px {
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr)); } 
  .xl\:cols-fill-45-px {
    grid-template-columns: repeat(auto-fill, minmax(45px, 1fr)); } 
  .xl\:cols-fit-45-px {
    grid-template-columns: repeat(auto-fit, minmax(45px, 1fr)); } 
  .xl\:cols-fill-50-px {
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)); } 
  .xl\:cols-fit-50-px {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr)); } 
  .xl\:cols-fill-55-px {
    grid-template-columns: repeat(auto-fill, minmax(55px, 1fr)); } 
  .xl\:cols-fit-55-px {
    grid-template-columns: repeat(auto-fit, minmax(55px, 1fr)); } 
  .xl\:cols-fill-60-px {
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); } 
  .xl\:cols-fit-60-px {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); } 
  .xl\:cols-fill-65-px {
    grid-template-columns: repeat(auto-fill, minmax(65px, 1fr)); } 
  .xl\:cols-fit-65-px {
    grid-template-columns: repeat(auto-fit, minmax(65px, 1fr)); } 
  .xl\:cols-fill-70-px {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr)); } 
  .xl\:cols-fit-70-px {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)); } 
  .xl\:cols-fill-75-px {
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr)); } 
  .xl\:cols-fit-75-px {
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr)); } 
  .xl\:cols-fill-80-px {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); } 
  .xl\:cols-fit-80-px {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); } 
  .xl\:cols-fill-85-px {
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr)); } 
  .xl\:cols-fit-85-px {
    grid-template-columns: repeat(auto-fit, minmax(85px, 1fr)); } 
  .xl\:cols-fill-90-px {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); } 
  .xl\:cols-fit-90-px {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); } 
  .xl\:cols-fill-95-px {
    grid-template-columns: repeat(auto-fill, minmax(95px, 1fr)); } 
  .xl\:cols-fit-95-px {
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr)); } 
  .xl\:cols-fill-100-px {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); } 
  .xl\:cols-fit-100-px {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); } 
  .xl\:cols-fill-105-px {
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr)); } 
  .xl\:cols-fit-105-px {
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr)); } 
  .xl\:cols-fill-110-px {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); } 
  .xl\:cols-fit-110-px {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); } 
  .xl\:cols-fill-115-px {
    grid-template-columns: repeat(auto-fill, minmax(115px, 1fr)); } 
  .xl\:cols-fit-115-px {
    grid-template-columns: repeat(auto-fit, minmax(115px, 1fr)); } 
  .xl\:cols-fill-120-px {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); } 
  .xl\:cols-fit-120-px {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); } 
  .xl\:cols-fill-125-px {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr)); } 
  .xl\:cols-fit-125-px {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)); } 
  .xl\:cols-fill-130-px {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); } 
  .xl\:cols-fit-130-px {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); } 
  .xl\:cols-fill-135-px {
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr)); } 
  .xl\:cols-fit-135-px {
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); } 
  .xl\:cols-fill-140-px {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); } 
  .xl\:cols-fit-140-px {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); } 
  .xl\:cols-fill-145-px {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr)); } 
  .xl\:cols-fit-145-px {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); } 
  .xl\:cols-fill-150-px {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } 
  .xl\:cols-fit-150-px {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } 
  .xl\:cols-fill-155-px {
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr)); } 
  .xl\:cols-fit-155-px {
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)); } 
  .xl\:cols-fill-160-px {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); } 
  .xl\:cols-fit-160-px {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); } 
  .xl\:cols-fill-165-px {
    grid-template-columns: repeat(auto-fill, minmax(165px, 1fr)); } 
  .xl\:cols-fit-165-px {
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); } 
  .xl\:cols-fill-170-px {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); } 
  .xl\:cols-fit-170-px {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); } 
  .xl\:cols-fill-175-px {
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); } 
  .xl\:cols-fit-175-px {
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); } 
  .xl\:cols-fill-180-px {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); } 
  .xl\:cols-fit-180-px {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); } 
  .xl\:cols-fill-185-px {
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); } 
  .xl\:cols-fit-185-px {
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); } 
  .xl\:cols-fill-190-px {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); } 
  .xl\:cols-fit-190-px {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); } 
  .xl\:cols-fill-195-px {
    grid-template-columns: repeat(auto-fill, minmax(195px, 1fr)); } 
  .xl\:cols-fit-195-px {
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); } 
  .xl\:cols-fill-200-px {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } 
  .xl\:cols-fit-200-px {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } 
  .xl\:cols-fill-205-px {
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)); } 
  .xl\:cols-fit-205-px {
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)); } 
  .xl\:cols-fill-210-px {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); } 
  .xl\:cols-fit-210-px {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); } 
  .xl\:cols-fill-215-px {
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); } 
  .xl\:cols-fit-215-px {
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); } 
  .xl\:cols-fill-220-px {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); } 
  .xl\:cols-fit-220-px {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } 
  .xl\:cols-fill-225-px {
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr)); } 
  .xl\:cols-fit-225-px {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)); } 
  .xl\:cols-fill-230-px {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); } 
  .xl\:cols-fit-230-px {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); } 
  .xl\:cols-fill-235-px {
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); } 
  .xl\:cols-fit-235-px {
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); } 
  .xl\:cols-fill-240-px {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); } 
  .xl\:cols-fit-240-px {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } 
  .xl\:cols-fill-245-px {
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)); } 
  .xl\:cols-fit-245-px {
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); } 
  .xl\:cols-fill-250-px {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); } 
  .xl\:cols-fit-250-px {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } 
  .xl\:cols-fill-255-px {
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); } 
  .xl\:cols-fit-255-px {
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); } 
  .xl\:cols-fill-260-px {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); } 
  .xl\:cols-fit-260-px {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } 
  .xl\:cols-fill-265-px {
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr)); } 
  .xl\:cols-fit-265-px {
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); } 
  .xl\:cols-fill-270-px {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); } 
  .xl\:cols-fit-270-px {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); } 
  .xl\:cols-fill-275-px {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr)); } 
  .xl\:cols-fit-275-px {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); } 
  .xl\:cols-fill-280-px {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); } 
  .xl\:cols-fit-280-px {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } 
  .xl\:cols-fill-285-px {
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr)); } 
  .xl\:cols-fit-285-px {
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); } 
  .xl\:cols-fill-290-px {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); } 
  .xl\:cols-fit-290-px {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); } 
  .xl\:cols-fill-295-px {
    grid-template-columns: repeat(auto-fill, minmax(295px, 1fr)); } 
  .xl\:cols-fit-295-px {
    grid-template-columns: repeat(auto-fit, minmax(295px, 1fr)); } 
  .xl\:cols-fill-300-px {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } 
  .xl\:cols-fit-300-px {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } 
  .xl\:cols-fill-305-px {
    grid-template-columns: repeat(auto-fill, minmax(305px, 1fr)); } 
  .xl\:cols-fit-305-px {
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr)); } 
  .xl\:cols-fill-310-px {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); } 
  .xl\:cols-fit-310-px {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); } 
  .xl\:cols-fill-315-px {
    grid-template-columns: repeat(auto-fill, minmax(315px, 1fr)); } 
  .xl\:cols-fit-315-px {
    grid-template-columns: repeat(auto-fit, minmax(315px, 1fr)); } 
  .xl\:cols-fill-320-px {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); } 
  .xl\:cols-fit-320-px {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); } 
  .xl\:cols-fill-325-px {
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr)); } 
  .xl\:cols-fit-325-px {
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr)); } 
  .xl\:cols-fill-330-px {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); } 
  .xl\:cols-fit-330-px {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); } 
  .xl\:cols-fill-335-px {
    grid-template-columns: repeat(auto-fill, minmax(335px, 1fr)); } 
  .xl\:cols-fit-335-px {
    grid-template-columns: repeat(auto-fit, minmax(335px, 1fr)); } 
  .xl\:cols-fill-340-px {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); } 
  .xl\:cols-fit-340-px {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); } 
  .xl\:cols-fill-345-px {
    grid-template-columns: repeat(auto-fill, minmax(345px, 1fr)); } 
  .xl\:cols-fit-345-px {
    grid-template-columns: repeat(auto-fit, minmax(345px, 1fr)); } 
  .xl\:cols-fill-350-px {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); } 
  .xl\:cols-fit-350-px {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); } 
  .xl\:cols-fill-355-px {
    grid-template-columns: repeat(auto-fill, minmax(355px, 1fr)); } 
  .xl\:cols-fit-355-px {
    grid-template-columns: repeat(auto-fit, minmax(355px, 1fr)); } 
  .xl\:cols-fill-360-px {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); } 
  .xl\:cols-fit-360-px {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); } 
  .xl\:cols-fill-365-px {
    grid-template-columns: repeat(auto-fill, minmax(365px, 1fr)); } 
  .xl\:cols-fit-365-px {
    grid-template-columns: repeat(auto-fit, minmax(365px, 1fr)); } 
  .xl\:cols-fill-370-px {
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr)); } 
  .xl\:cols-fit-370-px {
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr)); } 
  .xl\:cols-fill-375-px {
    grid-template-columns: repeat(auto-fill, minmax(375px, 1fr)); } 
  .xl\:cols-fit-375-px {
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr)); } 
  .xl\:cols-fill-380-px {
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)); } 
  .xl\:cols-fit-380-px {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); } 
  .xl\:cols-fill-385-px {
    grid-template-columns: repeat(auto-fill, minmax(385px, 1fr)); } 
  .xl\:cols-fit-385-px {
    grid-template-columns: repeat(auto-fit, minmax(385px, 1fr)); } 
  .xl\:cols-fill-390-px {
    grid-template-columns: repeat(auto-fill, minmax(390px, 1fr)); } 
  .xl\:cols-fit-390-px {
    grid-template-columns: repeat(auto-fit, minmax(390px, 1fr)); } 
  .xl\:cols-fill-395-px {
    grid-template-columns: repeat(auto-fill, minmax(395px, 1fr)); } 
  .xl\:cols-fit-395-px {
    grid-template-columns: repeat(auto-fit, minmax(395px, 1fr)); } 
  .xl\:cols-fill-400-px {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); } 
  .xl\:cols-fit-400-px {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); } 
  .xl\:cols-fill-405-px {
    grid-template-columns: repeat(auto-fill, minmax(405px, 1fr)); } 
  .xl\:cols-fit-405-px {
    grid-template-columns: repeat(auto-fit, minmax(405px, 1fr)); } 
  .xl\:cols-fill-410-px {
    grid-template-columns: repeat(auto-fill, minmax(410px, 1fr)); } 
  .xl\:cols-fit-410-px {
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr)); } 
  .xl\:cols-fill-415-px {
    grid-template-columns: repeat(auto-fill, minmax(415px, 1fr)); } 
  .xl\:cols-fit-415-px {
    grid-template-columns: repeat(auto-fit, minmax(415px, 1fr)); } 
  .xl\:cols-fill-420-px {
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); } 
  .xl\:cols-fit-420-px {
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); } 
  .xl\:cols-fill-425-px {
    grid-template-columns: repeat(auto-fill, minmax(425px, 1fr)); } 
  .xl\:cols-fit-425-px {
    grid-template-columns: repeat(auto-fit, minmax(425px, 1fr)); } 
  .xl\:cols-fill-430-px {
    grid-template-columns: repeat(auto-fill, minmax(430px, 1fr)); } 
  .xl\:cols-fit-430-px {
    grid-template-columns: repeat(auto-fit, minmax(430px, 1fr)); } 
  .xl\:cols-fill-435-px {
    grid-template-columns: repeat(auto-fill, minmax(435px, 1fr)); } 
  .xl\:cols-fit-435-px {
    grid-template-columns: repeat(auto-fit, minmax(435px, 1fr)); } 
  .xl\:cols-fill-440-px {
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr)); } 
  .xl\:cols-fit-440-px {
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr)); } 
  .xl\:cols-fill-445-px {
    grid-template-columns: repeat(auto-fill, minmax(445px, 1fr)); } 
  .xl\:cols-fit-445-px {
    grid-template-columns: repeat(auto-fit, minmax(445px, 1fr)); } 
  .xl\:cols-fill-450-px {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); } 
  .xl\:cols-fit-450-px {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); } 
  .xl\:cols-fill-455-px {
    grid-template-columns: repeat(auto-fill, minmax(455px, 1fr)); } 
  .xl\:cols-fit-455-px {
    grid-template-columns: repeat(auto-fit, minmax(455px, 1fr)); } 
  .xl\:cols-fill-460-px {
    grid-template-columns: repeat(auto-fill, minmax(460px, 1fr)); } 
  .xl\:cols-fit-460-px {
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr)); } 
  .xl\:cols-fill-465-px {
    grid-template-columns: repeat(auto-fill, minmax(465px, 1fr)); } 
  .xl\:cols-fit-465-px {
    grid-template-columns: repeat(auto-fit, minmax(465px, 1fr)); } 
  .xl\:cols-fill-470-px {
    grid-template-columns: repeat(auto-fill, minmax(470px, 1fr)); } 
  .xl\:cols-fit-470-px {
    grid-template-columns: repeat(auto-fit, minmax(470px, 1fr)); } 
  .xl\:cols-fill-475-px {
    grid-template-columns: repeat(auto-fill, minmax(475px, 1fr)); } 
  .xl\:cols-fit-475-px {
    grid-template-columns: repeat(auto-fit, minmax(475px, 1fr)); } 
  .xl\:cols-fill-480-px {
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr)); } 
  .xl\:cols-fit-480-px {
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr)); } 
  .xl\:cols-fill-485-px {
    grid-template-columns: repeat(auto-fill, minmax(485px, 1fr)); } 
  .xl\:cols-fit-485-px {
    grid-template-columns: repeat(auto-fit, minmax(485px, 1fr)); } 
  .xl\:cols-fill-490-px {
    grid-template-columns: repeat(auto-fill, minmax(490px, 1fr)); } 
  .xl\:cols-fit-490-px {
    grid-template-columns: repeat(auto-fit, minmax(490px, 1fr)); } 
  .xl\:cols-fill-495-px {
    grid-template-columns: repeat(auto-fill, minmax(495px, 1fr)); } 
  .xl\:cols-fit-495-px {
    grid-template-columns: repeat(auto-fit, minmax(495px, 1fr)); } 
  .xl\:cols-fill-500-px {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr)); } 
  .xl\:cols-fit-500-px {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); } 
  .xl\:rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)); } 
  .xl\:row-span-1 {
    grid-row: span 1/span 1; } 
  .xl\:row-start-1 {
    grid-row-start: 1; } 
  .xl\:row-end-1 {
    grid-row-end: 1; } 
  .xl\:rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)); } 
  .xl\:row-span-2 {
    grid-row: span 2/span 2; } 
  .xl\:row-start-2 {
    grid-row-start: 2; } 
  .xl\:row-end-2 {
    grid-row-end: 2; } 
  .xl\:rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)); } 
  .xl\:row-span-3 {
    grid-row: span 3/span 3; } 
  .xl\:row-start-3 {
    grid-row-start: 3; } 
  .xl\:row-end-3 {
    grid-row-end: 3; } 
  .xl\:rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)); } 
  .xl\:row-span-4 {
    grid-row: span 4/span 4; } 
  .xl\:row-start-4 {
    grid-row-start: 4; } 
  .xl\:row-end-4 {
    grid-row-end: 4; } 
  .xl\:rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)); } 
  .xl\:row-span-5 {
    grid-row: span 5/span 5; } 
  .xl\:row-start-5 {
    grid-row-start: 5; } 
  .xl\:row-end-5 {
    grid-row-end: 5; } 
  .xl\:rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)); } 
  .xl\:row-span-6 {
    grid-row: span 6/span 6; } 
  .xl\:row-start-6 {
    grid-row-start: 6; } 
  .xl\:row-end-6 {
    grid-row-end: 6; } 
  .xl\:grid-flow-row {
    grid-auto-flow: row; } 
  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense; } 
  .xl\:grid-flow-col {
    grid-auto-flow: column; } 
  .xl\:grid-flow-column-dense {
    grid-auto-flow: column dense; } 
  .xl\:gap {
    gap: 1rem; } 
  .xl\:gap-none {
    gap: 0; } 
  .xl\:gap-xs {
    gap: 0.8rem; } 
  .xl\:gap-sm {
    gap: 0.9rem; } 
  .xl\:gap-lg {
    gap: 1.2rem; } 
  .xl\:gap-xl {
    gap: 1.4rem; } 
  .xl\:gap-1\/2x {
    gap: 0.5rem; } 
  .xl\:gap-1\/4x {
    gap: 0.25rem; } 
  .xl\:gap-2x {
    gap: 2rem; } 
  .xl\:gap-4x {
    gap: 4rem; } 
  .xl\:gap-h {
    column-gap: 1rem; } 
  .xl\:gap-h-none {
    column-gap: 0; } 
  .xl\:gap-h-xs {
    column-gap: 0.8rem; } 
  .xl\:gap-h-sm {
    column-gap: 0.9rem; } 
  .xl\:gap-h-lg {
    column-gap: 1.2rem; } 
  .xl\:gap-h-xl {
    column-gap: 1.4rem; } 
  .xl\:gap-h-1\/2x {
    column-gap: 0.5rem; } 
  .xl\:gap-h-1\/4x {
    column-gap: 0.25rem; } 
  .xl\:gap-h-2x {
    column-gap: 2rem; } 
  .xl\:gap-h-4x {
    column-gap: 4rem; } 
  .xl\:gap-v {
    row-gap: 1rem; } 
  .xl\:gap-v-none {
    row-gap: 0; } 
  .xl\:gap-v-xs {
    row-gap: 0.8rem; } 
  .xl\:gap-v-sm {
    row-gap: 0.9rem; } 
  .xl\:gap-v-lg {
    row-gap: 1.2rem; } 
  .xl\:gap-v-xl {
    row-gap: 1.4rem; } 
  .xl\:gap-v-1\/2x {
    row-gap: 0.5rem; } 
  .xl\:gap-v-1\/4x {
    row-gap: 0.25rem; } 
  .xl\:gap-v-2x {
    row-gap: 2rem; } 
  .xl\:gap-v-4x {
    row-gap: 4rem; } 
  .xl\:justify-content-start {
    justify-content: flex-start; } 
  .xl\:align-content-start {
    align-content: flex-start; } 
  .xl\:justify-content-end {
    justify-content: flex-end; } 
  .xl\:align-content-end {
    align-content: flex-end; } 
  .xl\:justify-content-center {
    justify-content: center; } 
  .xl\:align-content-center {
    align-content: center; } 
  .xl\:justify-content-between {
    justify-content: space-between; } 
  .xl\:align-content-between {
    align-content: space-between; } 
  .xl\:justify-content-around {
    justify-content: space-around; } 
  .xl\:align-content-around {
    align-content: space-around; } 
  .xl\:justify-content-evenly {
    justify-content: space-evenly; } 
  .xl\:align-content-evenly {
    align-content: space-evenly; } 
  .xl\:justify-auto {
    justify-items: auto; } 
  .xl\:align-auto {
    align-items: auto; } 
  .xl\:justify-start {
    justify-items: start; } 
  .xl\:align-start {
    align-items: start; } 
  .xl\:justify-end {
    justify-items: end; } 
  .xl\:align-end {
    align-items: end; } 
  .xl\:justify-center {
    justify-items: center; } 
  .xl\:align-center {
    align-items: center; } 
  .xl\:justify-stretch {
    justify-items: stretch; } 
  .xl\:align-stretch {
    align-items: stretch; } 
  .xl\:justify-baseline {
    justify-items: baseline; } 
  .xl\:align-baseline {
    align-items: baseline; } 
  .xl\:justify-flex-start {
    justify-items: flex-start; } 
  .xl\:align-flex-start {
    align-items: flex-start; } 
  .xl\:justify-flex-end {
    justify-items: flex-end; } 
  .xl\:align-flex-end {
    align-items: flex-end; } 
  .xl\:justify-self-auto {
    justify-self: auto; } 
  .xl\:align-self-auto {
    align-self: auto; } 
  .xl\:justify-self-start {
    justify-self: start; } 
  .xl\:align-self-start {
    align-self: start; } 
  .xl\:justify-self-end {
    justify-self: end; } 
  .xl\:align-self-end {
    align-self: end; } 
  .xl\:justify-self-center {
    justify-self: center; } 
  .xl\:align-self-center {
    align-self: center; } 
  .xl\:justify-self-stretch {
    justify-self: stretch; } 
  .xl\:align-self-stretch {
    align-self: stretch; } 
  .xl\:justify-self-flex-start {
    justify-self: flex-start; } 
  .xl\:align-self-flex-start {
    align-self: flex-start; } 
  .xl\:justify-self-flex-end {
    justify-self: flex-end; } 
  .xl\:align-self-flex-end {
    align-self: flex-end; } 
  .xl\:object-cover {
    object-fit: cover; } 
  .xl\:object-contain {
    object-fit: contain; } 
  .xl\:object-center {
    object-position: center; } 
  .xl\:align-baseline {
    vertical-align: baseline; } 
  .xl\:align-middle {
    vertical-align: middle; } 
  .xl\:align-top {
    vertical-align: top; } 
  .xl\:align-bottom {
    vertical-align: bottom; } 
  .xl\:align-text-top {
    vertical-align: text-top; } 
  .xl\:align-text-bottom {
    vertical-align: text-bottom; } 
  .xl\:relative {
    position: relative; } 
  .xl\:absolute {
    position: absolute; } 
  .xl\:sticky {
    position: sticky; } 
  .xl\:fixed {
    position: fixed; } 
  .xl\:static {
    position: static; } 
  .xl\:top-0 {
    top: 0; } 
  .xl\:top-auto {
    top: auto; } 
  .xl\:right-0 {
    right: 0; } 
  .xl\:right-auto {
    right: auto; } 
  .xl\:bottom-0 {
    bottom: 0; } 
  .xl\:bottom-auto {
    bottom: auto; } 
  .xl\:left-0 {
    left: 0; } 
  .xl\:left-auto {
    left: auto; } 
  .xl\:position-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } 
  .xl\:position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); } 
  .xl\:position-v-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); } 
  .xl\:position-h-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); } 
  .xl\:width-1\/1 {
    width: 100%; } 
  .xl\:min-width-1\/1 {
    min-width: 100%; } 
  .xl\:max-width-1\/1 {
    max-width: 100%; } 
  .xl\:width-1\/2 {
    width: 50%; } 
  .xl\:min-width-1\/2 {
    min-width: 50%; } 
  .xl\:max-width-1\/2 {
    max-width: 50%; } 
  .xl\:width-2\/2 {
    width: 100%; } 
  .xl\:min-width-2\/2 {
    min-width: 100%; } 
  .xl\:max-width-2\/2 {
    max-width: 100%; } 
  .xl\:width-1\/3 {
    width: 33.3333333333%; } 
  .xl\:min-width-1\/3 {
    min-width: 33.3333333333%; } 
  .xl\:max-width-1\/3 {
    max-width: 33.3333333333%; } 
  .xl\:width-2\/3 {
    width: 66.6666666667%; } 
  .xl\:min-width-2\/3 {
    min-width: 66.6666666667%; } 
  .xl\:max-width-2\/3 {
    max-width: 66.6666666667%; } 
  .xl\:width-3\/3 {
    width: 100%; } 
  .xl\:min-width-3\/3 {
    min-width: 100%; } 
  .xl\:max-width-3\/3 {
    max-width: 100%; } 
  .xl\:width-1\/4 {
    width: 25%; } 
  .xl\:min-width-1\/4 {
    min-width: 25%; } 
  .xl\:max-width-1\/4 {
    max-width: 25%; } 
  .xl\:width-2\/4 {
    width: 50%; } 
  .xl\:min-width-2\/4 {
    min-width: 50%; } 
  .xl\:max-width-2\/4 {
    max-width: 50%; } 
  .xl\:width-3\/4 {
    width: 75%; } 
  .xl\:min-width-3\/4 {
    min-width: 75%; } 
  .xl\:max-width-3\/4 {
    max-width: 75%; } 
  .xl\:width-4\/4 {
    width: 100%; } 
  .xl\:min-width-4\/4 {
    min-width: 100%; } 
  .xl\:max-width-4\/4 {
    max-width: 100%; } 
  .xl\:width-1\/5 {
    width: 20%; } 
  .xl\:min-width-1\/5 {
    min-width: 20%; } 
  .xl\:max-width-1\/5 {
    max-width: 20%; } 
  .xl\:width-2\/5 {
    width: 40%; } 
  .xl\:min-width-2\/5 {
    min-width: 40%; } 
  .xl\:max-width-2\/5 {
    max-width: 40%; } 
  .xl\:width-3\/5 {
    width: 60%; } 
  .xl\:min-width-3\/5 {
    min-width: 60%; } 
  .xl\:max-width-3\/5 {
    max-width: 60%; } 
  .xl\:width-4\/5 {
    width: 80%; } 
  .xl\:min-width-4\/5 {
    min-width: 80%; } 
  .xl\:max-width-4\/5 {
    max-width: 80%; } 
  .xl\:width-5\/5 {
    width: 100%; } 
  .xl\:min-width-5\/5 {
    min-width: 100%; } 
  .xl\:max-width-5\/5 {
    max-width: 100%; } 
  .xl\:width-1\/6 {
    width: 16.6666666667%; } 
  .xl\:min-width-1\/6 {
    min-width: 16.6666666667%; } 
  .xl\:max-width-1\/6 {
    max-width: 16.6666666667%; } 
  .xl\:width-2\/6 {
    width: 33.3333333333%; } 
  .xl\:min-width-2\/6 {
    min-width: 33.3333333333%; } 
  .xl\:max-width-2\/6 {
    max-width: 33.3333333333%; } 
  .xl\:width-3\/6 {
    width: 50%; } 
  .xl\:min-width-3\/6 {
    min-width: 50%; } 
  .xl\:max-width-3\/6 {
    max-width: 50%; } 
  .xl\:width-4\/6 {
    width: 66.6666666667%; } 
  .xl\:min-width-4\/6 {
    min-width: 66.6666666667%; } 
  .xl\:max-width-4\/6 {
    max-width: 66.6666666667%; } 
  .xl\:width-5\/6 {
    width: 83.3333333333%; } 
  .xl\:min-width-5\/6 {
    min-width: 83.3333333333%; } 
  .xl\:max-width-5\/6 {
    max-width: 83.3333333333%; } 
  .xl\:width-6\/6 {
    width: 100%; } 
  .xl\:min-width-6\/6 {
    min-width: 100%; } 
  .xl\:max-width-6\/6 {
    max-width: 100%; } 
  .xl\:width-1\/7 {
    width: 14.2857142857%; } 
  .xl\:min-width-1\/7 {
    min-width: 14.2857142857%; } 
  .xl\:max-width-1\/7 {
    max-width: 14.2857142857%; } 
  .xl\:width-2\/7 {
    width: 28.5714285714%; } 
  .xl\:min-width-2\/7 {
    min-width: 28.5714285714%; } 
  .xl\:max-width-2\/7 {
    max-width: 28.5714285714%; } 
  .xl\:width-3\/7 {
    width: 42.8571428571%; } 
  .xl\:min-width-3\/7 {
    min-width: 42.8571428571%; } 
  .xl\:max-width-3\/7 {
    max-width: 42.8571428571%; } 
  .xl\:width-4\/7 {
    width: 57.1428571429%; } 
  .xl\:min-width-4\/7 {
    min-width: 57.1428571429%; } 
  .xl\:max-width-4\/7 {
    max-width: 57.1428571429%; } 
  .xl\:width-5\/7 {
    width: 71.4285714286%; } 
  .xl\:min-width-5\/7 {
    min-width: 71.4285714286%; } 
  .xl\:max-width-5\/7 {
    max-width: 71.4285714286%; } 
  .xl\:width-6\/7 {
    width: 85.7142857143%; } 
  .xl\:min-width-6\/7 {
    min-width: 85.7142857143%; } 
  .xl\:max-width-6\/7 {
    max-width: 85.7142857143%; } 
  .xl\:width-7\/7 {
    width: 100%; } 
  .xl\:min-width-7\/7 {
    min-width: 100%; } 
  .xl\:max-width-7\/7 {
    max-width: 100%; } 
  .xl\:width-1\/8 {
    width: 12.5%; } 
  .xl\:min-width-1\/8 {
    min-width: 12.5%; } 
  .xl\:max-width-1\/8 {
    max-width: 12.5%; } 
  .xl\:width-2\/8 {
    width: 25%; } 
  .xl\:min-width-2\/8 {
    min-width: 25%; } 
  .xl\:max-width-2\/8 {
    max-width: 25%; } 
  .xl\:width-3\/8 {
    width: 37.5%; } 
  .xl\:min-width-3\/8 {
    min-width: 37.5%; } 
  .xl\:max-width-3\/8 {
    max-width: 37.5%; } 
  .xl\:width-4\/8 {
    width: 50%; } 
  .xl\:min-width-4\/8 {
    min-width: 50%; } 
  .xl\:max-width-4\/8 {
    max-width: 50%; } 
  .xl\:width-5\/8 {
    width: 62.5%; } 
  .xl\:min-width-5\/8 {
    min-width: 62.5%; } 
  .xl\:max-width-5\/8 {
    max-width: 62.5%; } 
  .xl\:width-6\/8 {
    width: 75%; } 
  .xl\:min-width-6\/8 {
    min-width: 75%; } 
  .xl\:max-width-6\/8 {
    max-width: 75%; } 
  .xl\:width-7\/8 {
    width: 87.5%; } 
  .xl\:min-width-7\/8 {
    min-width: 87.5%; } 
  .xl\:max-width-7\/8 {
    max-width: 87.5%; } 
  .xl\:width-8\/8 {
    width: 100%; } 
  .xl\:min-width-8\/8 {
    min-width: 100%; } 
  .xl\:max-width-8\/8 {
    max-width: 100%; } 
  .xl\:width-1\/9 {
    width: 11.1111111111%; } 
  .xl\:min-width-1\/9 {
    min-width: 11.1111111111%; } 
  .xl\:max-width-1\/9 {
    max-width: 11.1111111111%; } 
  .xl\:width-2\/9 {
    width: 22.2222222222%; } 
  .xl\:min-width-2\/9 {
    min-width: 22.2222222222%; } 
  .xl\:max-width-2\/9 {
    max-width: 22.2222222222%; } 
  .xl\:width-3\/9 {
    width: 33.3333333333%; } 
  .xl\:min-width-3\/9 {
    min-width: 33.3333333333%; } 
  .xl\:max-width-3\/9 {
    max-width: 33.3333333333%; } 
  .xl\:width-4\/9 {
    width: 44.4444444444%; } 
  .xl\:min-width-4\/9 {
    min-width: 44.4444444444%; } 
  .xl\:max-width-4\/9 {
    max-width: 44.4444444444%; } 
  .xl\:width-5\/9 {
    width: 55.5555555556%; } 
  .xl\:min-width-5\/9 {
    min-width: 55.5555555556%; } 
  .xl\:max-width-5\/9 {
    max-width: 55.5555555556%; } 
  .xl\:width-6\/9 {
    width: 66.6666666667%; } 
  .xl\:min-width-6\/9 {
    min-width: 66.6666666667%; } 
  .xl\:max-width-6\/9 {
    max-width: 66.6666666667%; } 
  .xl\:width-7\/9 {
    width: 77.7777777778%; } 
  .xl\:min-width-7\/9 {
    min-width: 77.7777777778%; } 
  .xl\:max-width-7\/9 {
    max-width: 77.7777777778%; } 
  .xl\:width-8\/9 {
    width: 88.8888888889%; } 
  .xl\:min-width-8\/9 {
    min-width: 88.8888888889%; } 
  .xl\:max-width-8\/9 {
    max-width: 88.8888888889%; } 
  .xl\:width-9\/9 {
    width: 100%; } 
  .xl\:min-width-9\/9 {
    min-width: 100%; } 
  .xl\:max-width-9\/9 {
    max-width: 100%; } 
  .xl\:width-1\/10 {
    width: 10%; } 
  .xl\:min-width-1\/10 {
    min-width: 10%; } 
  .xl\:max-width-1\/10 {
    max-width: 10%; } 
  .xl\:width-2\/10 {
    width: 20%; } 
  .xl\:min-width-2\/10 {
    min-width: 20%; } 
  .xl\:max-width-2\/10 {
    max-width: 20%; } 
  .xl\:width-3\/10 {
    width: 30%; } 
  .xl\:min-width-3\/10 {
    min-width: 30%; } 
  .xl\:max-width-3\/10 {
    max-width: 30%; } 
  .xl\:width-4\/10 {
    width: 40%; } 
  .xl\:min-width-4\/10 {
    min-width: 40%; } 
  .xl\:max-width-4\/10 {
    max-width: 40%; } 
  .xl\:width-5\/10 {
    width: 50%; } 
  .xl\:min-width-5\/10 {
    min-width: 50%; } 
  .xl\:max-width-5\/10 {
    max-width: 50%; } 
  .xl\:width-6\/10 {
    width: 60%; } 
  .xl\:min-width-6\/10 {
    min-width: 60%; } 
  .xl\:max-width-6\/10 {
    max-width: 60%; } 
  .xl\:width-7\/10 {
    width: 70%; } 
  .xl\:min-width-7\/10 {
    min-width: 70%; } 
  .xl\:max-width-7\/10 {
    max-width: 70%; } 
  .xl\:width-8\/10 {
    width: 80%; } 
  .xl\:min-width-8\/10 {
    min-width: 80%; } 
  .xl\:max-width-8\/10 {
    max-width: 80%; } 
  .xl\:width-9\/10 {
    width: 90%; } 
  .xl\:min-width-9\/10 {
    min-width: 90%; } 
  .xl\:max-width-9\/10 {
    max-width: 90%; } 
  .xl\:width-10\/10 {
    width: 100%; } 
  .xl\:min-width-10\/10 {
    min-width: 100%; } 
  .xl\:max-width-10\/10 {
    max-width: 100%; } 
  .xl\:width-1\/11 {
    width: 9.0909090909%; } 
  .xl\:min-width-1\/11 {
    min-width: 9.0909090909%; } 
  .xl\:max-width-1\/11 {
    max-width: 9.0909090909%; } 
  .xl\:width-2\/11 {
    width: 18.1818181818%; } 
  .xl\:min-width-2\/11 {
    min-width: 18.1818181818%; } 
  .xl\:max-width-2\/11 {
    max-width: 18.1818181818%; } 
  .xl\:width-3\/11 {
    width: 27.2727272727%; } 
  .xl\:min-width-3\/11 {
    min-width: 27.2727272727%; } 
  .xl\:max-width-3\/11 {
    max-width: 27.2727272727%; } 
  .xl\:width-4\/11 {
    width: 36.3636363636%; } 
  .xl\:min-width-4\/11 {
    min-width: 36.3636363636%; } 
  .xl\:max-width-4\/11 {
    max-width: 36.3636363636%; } 
  .xl\:width-5\/11 {
    width: 45.4545454545%; } 
  .xl\:min-width-5\/11 {
    min-width: 45.4545454545%; } 
  .xl\:max-width-5\/11 {
    max-width: 45.4545454545%; } 
  .xl\:width-6\/11 {
    width: 54.5454545455%; } 
  .xl\:min-width-6\/11 {
    min-width: 54.5454545455%; } 
  .xl\:max-width-6\/11 {
    max-width: 54.5454545455%; } 
  .xl\:width-7\/11 {
    width: 63.6363636364%; } 
  .xl\:min-width-7\/11 {
    min-width: 63.6363636364%; } 
  .xl\:max-width-7\/11 {
    max-width: 63.6363636364%; } 
  .xl\:width-8\/11 {
    width: 72.7272727273%; } 
  .xl\:min-width-8\/11 {
    min-width: 72.7272727273%; } 
  .xl\:max-width-8\/11 {
    max-width: 72.7272727273%; } 
  .xl\:width-9\/11 {
    width: 81.8181818182%; } 
  .xl\:min-width-9\/11 {
    min-width: 81.8181818182%; } 
  .xl\:max-width-9\/11 {
    max-width: 81.8181818182%; } 
  .xl\:width-10\/11 {
    width: 90.9090909091%; } 
  .xl\:min-width-10\/11 {
    min-width: 90.9090909091%; } 
  .xl\:max-width-10\/11 {
    max-width: 90.9090909091%; } 
  .xl\:width-11\/11 {
    width: 100%; } 
  .xl\:min-width-11\/11 {
    min-width: 100%; } 
  .xl\:max-width-11\/11 {
    max-width: 100%; } 
  .xl\:width-1\/12 {
    width: 8.3333333333%; } 
  .xl\:min-width-1\/12 {
    min-width: 8.3333333333%; } 
  .xl\:max-width-1\/12 {
    max-width: 8.3333333333%; } 
  .xl\:width-2\/12 {
    width: 16.6666666667%; } 
  .xl\:min-width-2\/12 {
    min-width: 16.6666666667%; } 
  .xl\:max-width-2\/12 {
    max-width: 16.6666666667%; } 
  .xl\:width-3\/12 {
    width: 25%; } 
  .xl\:min-width-3\/12 {
    min-width: 25%; } 
  .xl\:max-width-3\/12 {
    max-width: 25%; } 
  .xl\:width-4\/12 {
    width: 33.3333333333%; } 
  .xl\:min-width-4\/12 {
    min-width: 33.3333333333%; } 
  .xl\:max-width-4\/12 {
    max-width: 33.3333333333%; } 
  .xl\:width-5\/12 {
    width: 41.6666666667%; } 
  .xl\:min-width-5\/12 {
    min-width: 41.6666666667%; } 
  .xl\:max-width-5\/12 {
    max-width: 41.6666666667%; } 
  .xl\:width-6\/12 {
    width: 50%; } 
  .xl\:min-width-6\/12 {
    min-width: 50%; } 
  .xl\:max-width-6\/12 {
    max-width: 50%; } 
  .xl\:width-7\/12 {
    width: 58.3333333333%; } 
  .xl\:min-width-7\/12 {
    min-width: 58.3333333333%; } 
  .xl\:max-width-7\/12 {
    max-width: 58.3333333333%; } 
  .xl\:width-8\/12 {
    width: 66.6666666667%; } 
  .xl\:min-width-8\/12 {
    min-width: 66.6666666667%; } 
  .xl\:max-width-8\/12 {
    max-width: 66.6666666667%; } 
  .xl\:width-9\/12 {
    width: 75%; } 
  .xl\:min-width-9\/12 {
    min-width: 75%; } 
  .xl\:max-width-9\/12 {
    max-width: 75%; } 
  .xl\:width-10\/12 {
    width: 83.3333333333%; } 
  .xl\:min-width-10\/12 {
    min-width: 83.3333333333%; } 
  .xl\:max-width-10\/12 {
    max-width: 83.3333333333%; } 
  .xl\:width-11\/12 {
    width: 91.6666666667%; } 
  .xl\:min-width-11\/12 {
    min-width: 91.6666666667%; } 
  .xl\:max-width-11\/12 {
    max-width: 91.6666666667%; } 
  .xl\:width-12\/12 {
    width: 100%; } 
  .xl\:min-width-12\/12 {
    min-width: 100%; } 
  .xl\:max-width-12\/12 {
    max-width: 100%; } 
  .xl\:width-0-px {
    width: 0px; } 
  .xl\:max-width-0-px {
    max-width: 0px; } 
  .xl\:min-width-0-px {
    min-width: 0px; } 
  .xl\:height-0-px {
    height: 0px; } 
  .xl\:min-height-0-px {
    min-height: 0px; } 
  .xl\:max-height-0-px {
    max-height: 0px; } 
  .xl\:width-5-px {
    width: 5px; } 
  .xl\:max-width-5-px {
    max-width: 5px; } 
  .xl\:min-width-5-px {
    min-width: 5px; } 
  .xl\:height-5-px {
    height: 5px; } 
  .xl\:min-height-5-px {
    min-height: 5px; } 
  .xl\:max-height-5-px {
    max-height: 5px; } 
  .xl\:width-10-px {
    width: 10px; } 
  .xl\:max-width-10-px {
    max-width: 10px; } 
  .xl\:min-width-10-px {
    min-width: 10px; } 
  .xl\:height-10-px {
    height: 10px; } 
  .xl\:min-height-10-px {
    min-height: 10px; } 
  .xl\:max-height-10-px {
    max-height: 10px; } 
  .xl\:width-15-px {
    width: 15px; } 
  .xl\:max-width-15-px {
    max-width: 15px; } 
  .xl\:min-width-15-px {
    min-width: 15px; } 
  .xl\:height-15-px {
    height: 15px; } 
  .xl\:min-height-15-px {
    min-height: 15px; } 
  .xl\:max-height-15-px {
    max-height: 15px; } 
  .xl\:width-20-px {
    width: 20px; } 
  .xl\:max-width-20-px {
    max-width: 20px; } 
  .xl\:min-width-20-px {
    min-width: 20px; } 
  .xl\:height-20-px {
    height: 20px; } 
  .xl\:min-height-20-px {
    min-height: 20px; } 
  .xl\:max-height-20-px {
    max-height: 20px; } 
  .xl\:width-25-px {
    width: 25px; } 
  .xl\:max-width-25-px {
    max-width: 25px; } 
  .xl\:min-width-25-px {
    min-width: 25px; } 
  .xl\:height-25-px {
    height: 25px; } 
  .xl\:min-height-25-px {
    min-height: 25px; } 
  .xl\:max-height-25-px {
    max-height: 25px; } 
  .xl\:width-30-px {
    width: 30px; } 
  .xl\:max-width-30-px {
    max-width: 30px; } 
  .xl\:min-width-30-px {
    min-width: 30px; } 
  .xl\:height-30-px {
    height: 30px; } 
  .xl\:min-height-30-px {
    min-height: 30px; } 
  .xl\:max-height-30-px {
    max-height: 30px; } 
  .xl\:width-35-px {
    width: 35px; } 
  .xl\:max-width-35-px {
    max-width: 35px; } 
  .xl\:min-width-35-px {
    min-width: 35px; } 
  .xl\:height-35-px {
    height: 35px; } 
  .xl\:min-height-35-px {
    min-height: 35px; } 
  .xl\:max-height-35-px {
    max-height: 35px; } 
  .xl\:width-40-px {
    width: 40px; } 
  .xl\:max-width-40-px {
    max-width: 40px; } 
  .xl\:min-width-40-px {
    min-width: 40px; } 
  .xl\:height-40-px {
    height: 40px; } 
  .xl\:min-height-40-px {
    min-height: 40px; } 
  .xl\:max-height-40-px {
    max-height: 40px; } 
  .xl\:width-45-px {
    width: 45px; } 
  .xl\:max-width-45-px {
    max-width: 45px; } 
  .xl\:min-width-45-px {
    min-width: 45px; } 
  .xl\:height-45-px {
    height: 45px; } 
  .xl\:min-height-45-px {
    min-height: 45px; } 
  .xl\:max-height-45-px {
    max-height: 45px; } 
  .xl\:width-50-px {
    width: 50px; } 
  .xl\:max-width-50-px {
    max-width: 50px; } 
  .xl\:min-width-50-px {
    min-width: 50px; } 
  .xl\:height-50-px {
    height: 50px; } 
  .xl\:min-height-50-px {
    min-height: 50px; } 
  .xl\:max-height-50-px {
    max-height: 50px; } 
  .xl\:width-55-px {
    width: 55px; } 
  .xl\:max-width-55-px {
    max-width: 55px; } 
  .xl\:min-width-55-px {
    min-width: 55px; } 
  .xl\:height-55-px {
    height: 55px; } 
  .xl\:min-height-55-px {
    min-height: 55px; } 
  .xl\:max-height-55-px {
    max-height: 55px; } 
  .xl\:width-60-px {
    width: 60px; } 
  .xl\:max-width-60-px {
    max-width: 60px; } 
  .xl\:min-width-60-px {
    min-width: 60px; } 
  .xl\:height-60-px {
    height: 60px; } 
  .xl\:min-height-60-px {
    min-height: 60px; } 
  .xl\:max-height-60-px {
    max-height: 60px; } 
  .xl\:width-65-px {
    width: 65px; } 
  .xl\:max-width-65-px {
    max-width: 65px; } 
  .xl\:min-width-65-px {
    min-width: 65px; } 
  .xl\:height-65-px {
    height: 65px; } 
  .xl\:min-height-65-px {
    min-height: 65px; } 
  .xl\:max-height-65-px {
    max-height: 65px; } 
  .xl\:width-70-px {
    width: 70px; } 
  .xl\:max-width-70-px {
    max-width: 70px; } 
  .xl\:min-width-70-px {
    min-width: 70px; } 
  .xl\:height-70-px {
    height: 70px; } 
  .xl\:min-height-70-px {
    min-height: 70px; } 
  .xl\:max-height-70-px {
    max-height: 70px; } 
  .xl\:width-75-px {
    width: 75px; } 
  .xl\:max-width-75-px {
    max-width: 75px; } 
  .xl\:min-width-75-px {
    min-width: 75px; } 
  .xl\:height-75-px {
    height: 75px; } 
  .xl\:min-height-75-px {
    min-height: 75px; } 
  .xl\:max-height-75-px {
    max-height: 75px; } 
  .xl\:width-80-px {
    width: 80px; } 
  .xl\:max-width-80-px {
    max-width: 80px; } 
  .xl\:min-width-80-px {
    min-width: 80px; } 
  .xl\:height-80-px {
    height: 80px; } 
  .xl\:min-height-80-px {
    min-height: 80px; } 
  .xl\:max-height-80-px {
    max-height: 80px; } 
  .xl\:width-85-px {
    width: 85px; } 
  .xl\:max-width-85-px {
    max-width: 85px; } 
  .xl\:min-width-85-px {
    min-width: 85px; } 
  .xl\:height-85-px {
    height: 85px; } 
  .xl\:min-height-85-px {
    min-height: 85px; } 
  .xl\:max-height-85-px {
    max-height: 85px; } 
  .xl\:width-90-px {
    width: 90px; } 
  .xl\:max-width-90-px {
    max-width: 90px; } 
  .xl\:min-width-90-px {
    min-width: 90px; } 
  .xl\:height-90-px {
    height: 90px; } 
  .xl\:min-height-90-px {
    min-height: 90px; } 
  .xl\:max-height-90-px {
    max-height: 90px; } 
  .xl\:width-95-px {
    width: 95px; } 
  .xl\:max-width-95-px {
    max-width: 95px; } 
  .xl\:min-width-95-px {
    min-width: 95px; } 
  .xl\:height-95-px {
    height: 95px; } 
  .xl\:min-height-95-px {
    min-height: 95px; } 
  .xl\:max-height-95-px {
    max-height: 95px; } 
  .xl\:width-100-px {
    width: 100px; } 
  .xl\:max-width-100-px {
    max-width: 100px; } 
  .xl\:min-width-100-px {
    min-width: 100px; } 
  .xl\:height-100-px {
    height: 100px; } 
  .xl\:min-height-100-px {
    min-height: 100px; } 
  .xl\:max-height-100-px {
    max-height: 100px; } 
  .xl\:width-105-px {
    width: 105px; } 
  .xl\:max-width-105-px {
    max-width: 105px; } 
  .xl\:min-width-105-px {
    min-width: 105px; } 
  .xl\:height-105-px {
    height: 105px; } 
  .xl\:min-height-105-px {
    min-height: 105px; } 
  .xl\:max-height-105-px {
    max-height: 105px; } 
  .xl\:width-110-px {
    width: 110px; } 
  .xl\:max-width-110-px {
    max-width: 110px; } 
  .xl\:min-width-110-px {
    min-width: 110px; } 
  .xl\:height-110-px {
    height: 110px; } 
  .xl\:min-height-110-px {
    min-height: 110px; } 
  .xl\:max-height-110-px {
    max-height: 110px; } 
  .xl\:width-115-px {
    width: 115px; } 
  .xl\:max-width-115-px {
    max-width: 115px; } 
  .xl\:min-width-115-px {
    min-width: 115px; } 
  .xl\:height-115-px {
    height: 115px; } 
  .xl\:min-height-115-px {
    min-height: 115px; } 
  .xl\:max-height-115-px {
    max-height: 115px; } 
  .xl\:width-120-px {
    width: 120px; } 
  .xl\:max-width-120-px {
    max-width: 120px; } 
  .xl\:min-width-120-px {
    min-width: 120px; } 
  .xl\:height-120-px {
    height: 120px; } 
  .xl\:min-height-120-px {
    min-height: 120px; } 
  .xl\:max-height-120-px {
    max-height: 120px; } 
  .xl\:width-125-px {
    width: 125px; } 
  .xl\:max-width-125-px {
    max-width: 125px; } 
  .xl\:min-width-125-px {
    min-width: 125px; } 
  .xl\:height-125-px {
    height: 125px; } 
  .xl\:min-height-125-px {
    min-height: 125px; } 
  .xl\:max-height-125-px {
    max-height: 125px; } 
  .xl\:width-130-px {
    width: 130px; } 
  .xl\:max-width-130-px {
    max-width: 130px; } 
  .xl\:min-width-130-px {
    min-width: 130px; } 
  .xl\:height-130-px {
    height: 130px; } 
  .xl\:min-height-130-px {
    min-height: 130px; } 
  .xl\:max-height-130-px {
    max-height: 130px; } 
  .xl\:width-135-px {
    width: 135px; } 
  .xl\:max-width-135-px {
    max-width: 135px; } 
  .xl\:min-width-135-px {
    min-width: 135px; } 
  .xl\:height-135-px {
    height: 135px; } 
  .xl\:min-height-135-px {
    min-height: 135px; } 
  .xl\:max-height-135-px {
    max-height: 135px; } 
  .xl\:width-140-px {
    width: 140px; } 
  .xl\:max-width-140-px {
    max-width: 140px; } 
  .xl\:min-width-140-px {
    min-width: 140px; } 
  .xl\:height-140-px {
    height: 140px; } 
  .xl\:min-height-140-px {
    min-height: 140px; } 
  .xl\:max-height-140-px {
    max-height: 140px; } 
  .xl\:width-145-px {
    width: 145px; } 
  .xl\:max-width-145-px {
    max-width: 145px; } 
  .xl\:min-width-145-px {
    min-width: 145px; } 
  .xl\:height-145-px {
    height: 145px; } 
  .xl\:min-height-145-px {
    min-height: 145px; } 
  .xl\:max-height-145-px {
    max-height: 145px; } 
  .xl\:width-150-px {
    width: 150px; } 
  .xl\:max-width-150-px {
    max-width: 150px; } 
  .xl\:min-width-150-px {
    min-width: 150px; } 
  .xl\:height-150-px {
    height: 150px; } 
  .xl\:min-height-150-px {
    min-height: 150px; } 
  .xl\:max-height-150-px {
    max-height: 150px; } 
  .xl\:width-155-px {
    width: 155px; } 
  .xl\:max-width-155-px {
    max-width: 155px; } 
  .xl\:min-width-155-px {
    min-width: 155px; } 
  .xl\:height-155-px {
    height: 155px; } 
  .xl\:min-height-155-px {
    min-height: 155px; } 
  .xl\:max-height-155-px {
    max-height: 155px; } 
  .xl\:width-160-px {
    width: 160px; } 
  .xl\:max-width-160-px {
    max-width: 160px; } 
  .xl\:min-width-160-px {
    min-width: 160px; } 
  .xl\:height-160-px {
    height: 160px; } 
  .xl\:min-height-160-px {
    min-height: 160px; } 
  .xl\:max-height-160-px {
    max-height: 160px; } 
  .xl\:width-165-px {
    width: 165px; } 
  .xl\:max-width-165-px {
    max-width: 165px; } 
  .xl\:min-width-165-px {
    min-width: 165px; } 
  .xl\:height-165-px {
    height: 165px; } 
  .xl\:min-height-165-px {
    min-height: 165px; } 
  .xl\:max-height-165-px {
    max-height: 165px; } 
  .xl\:width-170-px {
    width: 170px; } 
  .xl\:max-width-170-px {
    max-width: 170px; } 
  .xl\:min-width-170-px {
    min-width: 170px; } 
  .xl\:height-170-px {
    height: 170px; } 
  .xl\:min-height-170-px {
    min-height: 170px; } 
  .xl\:max-height-170-px {
    max-height: 170px; } 
  .xl\:width-175-px {
    width: 175px; } 
  .xl\:max-width-175-px {
    max-width: 175px; } 
  .xl\:min-width-175-px {
    min-width: 175px; } 
  .xl\:height-175-px {
    height: 175px; } 
  .xl\:min-height-175-px {
    min-height: 175px; } 
  .xl\:max-height-175-px {
    max-height: 175px; } 
  .xl\:width-180-px {
    width: 180px; } 
  .xl\:max-width-180-px {
    max-width: 180px; } 
  .xl\:min-width-180-px {
    min-width: 180px; } 
  .xl\:height-180-px {
    height: 180px; } 
  .xl\:min-height-180-px {
    min-height: 180px; } 
  .xl\:max-height-180-px {
    max-height: 180px; } 
  .xl\:width-185-px {
    width: 185px; } 
  .xl\:max-width-185-px {
    max-width: 185px; } 
  .xl\:min-width-185-px {
    min-width: 185px; } 
  .xl\:height-185-px {
    height: 185px; } 
  .xl\:min-height-185-px {
    min-height: 185px; } 
  .xl\:max-height-185-px {
    max-height: 185px; } 
  .xl\:width-190-px {
    width: 190px; } 
  .xl\:max-width-190-px {
    max-width: 190px; } 
  .xl\:min-width-190-px {
    min-width: 190px; } 
  .xl\:height-190-px {
    height: 190px; } 
  .xl\:min-height-190-px {
    min-height: 190px; } 
  .xl\:max-height-190-px {
    max-height: 190px; } 
  .xl\:width-195-px {
    width: 195px; } 
  .xl\:max-width-195-px {
    max-width: 195px; } 
  .xl\:min-width-195-px {
    min-width: 195px; } 
  .xl\:height-195-px {
    height: 195px; } 
  .xl\:min-height-195-px {
    min-height: 195px; } 
  .xl\:max-height-195-px {
    max-height: 195px; } 
  .xl\:width-200-px {
    width: 200px; } 
  .xl\:max-width-200-px {
    max-width: 200px; } 
  .xl\:min-width-200-px {
    min-width: 200px; } 
  .xl\:height-200-px {
    height: 200px; } 
  .xl\:min-height-200-px {
    min-height: 200px; } 
  .xl\:max-height-200-px {
    max-height: 200px; } 
  .xl\:width-205-px {
    width: 205px; } 
  .xl\:max-width-205-px {
    max-width: 205px; } 
  .xl\:min-width-205-px {
    min-width: 205px; } 
  .xl\:height-205-px {
    height: 205px; } 
  .xl\:min-height-205-px {
    min-height: 205px; } 
  .xl\:max-height-205-px {
    max-height: 205px; } 
  .xl\:width-210-px {
    width: 210px; } 
  .xl\:max-width-210-px {
    max-width: 210px; } 
  .xl\:min-width-210-px {
    min-width: 210px; } 
  .xl\:height-210-px {
    height: 210px; } 
  .xl\:min-height-210-px {
    min-height: 210px; } 
  .xl\:max-height-210-px {
    max-height: 210px; } 
  .xl\:width-215-px {
    width: 215px; } 
  .xl\:max-width-215-px {
    max-width: 215px; } 
  .xl\:min-width-215-px {
    min-width: 215px; } 
  .xl\:height-215-px {
    height: 215px; } 
  .xl\:min-height-215-px {
    min-height: 215px; } 
  .xl\:max-height-215-px {
    max-height: 215px; } 
  .xl\:width-220-px {
    width: 220px; } 
  .xl\:max-width-220-px {
    max-width: 220px; } 
  .xl\:min-width-220-px {
    min-width: 220px; } 
  .xl\:height-220-px {
    height: 220px; } 
  .xl\:min-height-220-px {
    min-height: 220px; } 
  .xl\:max-height-220-px {
    max-height: 220px; } 
  .xl\:width-225-px {
    width: 225px; } 
  .xl\:max-width-225-px {
    max-width: 225px; } 
  .xl\:min-width-225-px {
    min-width: 225px; } 
  .xl\:height-225-px {
    height: 225px; } 
  .xl\:min-height-225-px {
    min-height: 225px; } 
  .xl\:max-height-225-px {
    max-height: 225px; } 
  .xl\:width-230-px {
    width: 230px; } 
  .xl\:max-width-230-px {
    max-width: 230px; } 
  .xl\:min-width-230-px {
    min-width: 230px; } 
  .xl\:height-230-px {
    height: 230px; } 
  .xl\:min-height-230-px {
    min-height: 230px; } 
  .xl\:max-height-230-px {
    max-height: 230px; } 
  .xl\:width-235-px {
    width: 235px; } 
  .xl\:max-width-235-px {
    max-width: 235px; } 
  .xl\:min-width-235-px {
    min-width: 235px; } 
  .xl\:height-235-px {
    height: 235px; } 
  .xl\:min-height-235-px {
    min-height: 235px; } 
  .xl\:max-height-235-px {
    max-height: 235px; } 
  .xl\:width-240-px {
    width: 240px; } 
  .xl\:max-width-240-px {
    max-width: 240px; } 
  .xl\:min-width-240-px {
    min-width: 240px; } 
  .xl\:height-240-px {
    height: 240px; } 
  .xl\:min-height-240-px {
    min-height: 240px; } 
  .xl\:max-height-240-px {
    max-height: 240px; } 
  .xl\:width-245-px {
    width: 245px; } 
  .xl\:max-width-245-px {
    max-width: 245px; } 
  .xl\:min-width-245-px {
    min-width: 245px; } 
  .xl\:height-245-px {
    height: 245px; } 
  .xl\:min-height-245-px {
    min-height: 245px; } 
  .xl\:max-height-245-px {
    max-height: 245px; } 
  .xl\:width-250-px {
    width: 250px; } 
  .xl\:max-width-250-px {
    max-width: 250px; } 
  .xl\:min-width-250-px {
    min-width: 250px; } 
  .xl\:height-250-px {
    height: 250px; } 
  .xl\:min-height-250-px {
    min-height: 250px; } 
  .xl\:max-height-250-px {
    max-height: 250px; } 
  .xl\:width-255-px {
    width: 255px; } 
  .xl\:max-width-255-px {
    max-width: 255px; } 
  .xl\:min-width-255-px {
    min-width: 255px; } 
  .xl\:height-255-px {
    height: 255px; } 
  .xl\:min-height-255-px {
    min-height: 255px; } 
  .xl\:max-height-255-px {
    max-height: 255px; } 
  .xl\:width-260-px {
    width: 260px; } 
  .xl\:max-width-260-px {
    max-width: 260px; } 
  .xl\:min-width-260-px {
    min-width: 260px; } 
  .xl\:height-260-px {
    height: 260px; } 
  .xl\:min-height-260-px {
    min-height: 260px; } 
  .xl\:max-height-260-px {
    max-height: 260px; } 
  .xl\:width-265-px {
    width: 265px; } 
  .xl\:max-width-265-px {
    max-width: 265px; } 
  .xl\:min-width-265-px {
    min-width: 265px; } 
  .xl\:height-265-px {
    height: 265px; } 
  .xl\:min-height-265-px {
    min-height: 265px; } 
  .xl\:max-height-265-px {
    max-height: 265px; } 
  .xl\:width-270-px {
    width: 270px; } 
  .xl\:max-width-270-px {
    max-width: 270px; } 
  .xl\:min-width-270-px {
    min-width: 270px; } 
  .xl\:height-270-px {
    height: 270px; } 
  .xl\:min-height-270-px {
    min-height: 270px; } 
  .xl\:max-height-270-px {
    max-height: 270px; } 
  .xl\:width-275-px {
    width: 275px; } 
  .xl\:max-width-275-px {
    max-width: 275px; } 
  .xl\:min-width-275-px {
    min-width: 275px; } 
  .xl\:height-275-px {
    height: 275px; } 
  .xl\:min-height-275-px {
    min-height: 275px; } 
  .xl\:max-height-275-px {
    max-height: 275px; } 
  .xl\:width-280-px {
    width: 280px; } 
  .xl\:max-width-280-px {
    max-width: 280px; } 
  .xl\:min-width-280-px {
    min-width: 280px; } 
  .xl\:height-280-px {
    height: 280px; } 
  .xl\:min-height-280-px {
    min-height: 280px; } 
  .xl\:max-height-280-px {
    max-height: 280px; } 
  .xl\:width-285-px {
    width: 285px; } 
  .xl\:max-width-285-px {
    max-width: 285px; } 
  .xl\:min-width-285-px {
    min-width: 285px; } 
  .xl\:height-285-px {
    height: 285px; } 
  .xl\:min-height-285-px {
    min-height: 285px; } 
  .xl\:max-height-285-px {
    max-height: 285px; } 
  .xl\:width-290-px {
    width: 290px; } 
  .xl\:max-width-290-px {
    max-width: 290px; } 
  .xl\:min-width-290-px {
    min-width: 290px; } 
  .xl\:height-290-px {
    height: 290px; } 
  .xl\:min-height-290-px {
    min-height: 290px; } 
  .xl\:max-height-290-px {
    max-height: 290px; } 
  .xl\:width-295-px {
    width: 295px; } 
  .xl\:max-width-295-px {
    max-width: 295px; } 
  .xl\:min-width-295-px {
    min-width: 295px; } 
  .xl\:height-295-px {
    height: 295px; } 
  .xl\:min-height-295-px {
    min-height: 295px; } 
  .xl\:max-height-295-px {
    max-height: 295px; } 
  .xl\:width-300-px {
    width: 300px; } 
  .xl\:max-width-300-px {
    max-width: 300px; } 
  .xl\:min-width-300-px {
    min-width: 300px; } 
  .xl\:height-300-px {
    height: 300px; } 
  .xl\:min-height-300-px {
    min-height: 300px; } 
  .xl\:max-height-300-px {
    max-height: 300px; } 
  .xl\:width-305-px {
    width: 305px; } 
  .xl\:max-width-305-px {
    max-width: 305px; } 
  .xl\:min-width-305-px {
    min-width: 305px; } 
  .xl\:height-305-px {
    height: 305px; } 
  .xl\:min-height-305-px {
    min-height: 305px; } 
  .xl\:max-height-305-px {
    max-height: 305px; } 
  .xl\:width-310-px {
    width: 310px; } 
  .xl\:max-width-310-px {
    max-width: 310px; } 
  .xl\:min-width-310-px {
    min-width: 310px; } 
  .xl\:height-310-px {
    height: 310px; } 
  .xl\:min-height-310-px {
    min-height: 310px; } 
  .xl\:max-height-310-px {
    max-height: 310px; } 
  .xl\:width-315-px {
    width: 315px; } 
  .xl\:max-width-315-px {
    max-width: 315px; } 
  .xl\:min-width-315-px {
    min-width: 315px; } 
  .xl\:height-315-px {
    height: 315px; } 
  .xl\:min-height-315-px {
    min-height: 315px; } 
  .xl\:max-height-315-px {
    max-height: 315px; } 
  .xl\:width-320-px {
    width: 320px; } 
  .xl\:max-width-320-px {
    max-width: 320px; } 
  .xl\:min-width-320-px {
    min-width: 320px; } 
  .xl\:height-320-px {
    height: 320px; } 
  .xl\:min-height-320-px {
    min-height: 320px; } 
  .xl\:max-height-320-px {
    max-height: 320px; } 
  .xl\:width-325-px {
    width: 325px; } 
  .xl\:max-width-325-px {
    max-width: 325px; } 
  .xl\:min-width-325-px {
    min-width: 325px; } 
  .xl\:height-325-px {
    height: 325px; } 
  .xl\:min-height-325-px {
    min-height: 325px; } 
  .xl\:max-height-325-px {
    max-height: 325px; } 
  .xl\:width-330-px {
    width: 330px; } 
  .xl\:max-width-330-px {
    max-width: 330px; } 
  .xl\:min-width-330-px {
    min-width: 330px; } 
  .xl\:height-330-px {
    height: 330px; } 
  .xl\:min-height-330-px {
    min-height: 330px; } 
  .xl\:max-height-330-px {
    max-height: 330px; } 
  .xl\:width-335-px {
    width: 335px; } 
  .xl\:max-width-335-px {
    max-width: 335px; } 
  .xl\:min-width-335-px {
    min-width: 335px; } 
  .xl\:height-335-px {
    height: 335px; } 
  .xl\:min-height-335-px {
    min-height: 335px; } 
  .xl\:max-height-335-px {
    max-height: 335px; } 
  .xl\:width-340-px {
    width: 340px; } 
  .xl\:max-width-340-px {
    max-width: 340px; } 
  .xl\:min-width-340-px {
    min-width: 340px; } 
  .xl\:height-340-px {
    height: 340px; } 
  .xl\:min-height-340-px {
    min-height: 340px; } 
  .xl\:max-height-340-px {
    max-height: 340px; } 
  .xl\:width-345-px {
    width: 345px; } 
  .xl\:max-width-345-px {
    max-width: 345px; } 
  .xl\:min-width-345-px {
    min-width: 345px; } 
  .xl\:height-345-px {
    height: 345px; } 
  .xl\:min-height-345-px {
    min-height: 345px; } 
  .xl\:max-height-345-px {
    max-height: 345px; } 
  .xl\:width-350-px {
    width: 350px; } 
  .xl\:max-width-350-px {
    max-width: 350px; } 
  .xl\:min-width-350-px {
    min-width: 350px; } 
  .xl\:height-350-px {
    height: 350px; } 
  .xl\:min-height-350-px {
    min-height: 350px; } 
  .xl\:max-height-350-px {
    max-height: 350px; } 
  .xl\:width-355-px {
    width: 355px; } 
  .xl\:max-width-355-px {
    max-width: 355px; } 
  .xl\:min-width-355-px {
    min-width: 355px; } 
  .xl\:height-355-px {
    height: 355px; } 
  .xl\:min-height-355-px {
    min-height: 355px; } 
  .xl\:max-height-355-px {
    max-height: 355px; } 
  .xl\:width-360-px {
    width: 360px; } 
  .xl\:max-width-360-px {
    max-width: 360px; } 
  .xl\:min-width-360-px {
    min-width: 360px; } 
  .xl\:height-360-px {
    height: 360px; } 
  .xl\:min-height-360-px {
    min-height: 360px; } 
  .xl\:max-height-360-px {
    max-height: 360px; } 
  .xl\:width-365-px {
    width: 365px; } 
  .xl\:max-width-365-px {
    max-width: 365px; } 
  .xl\:min-width-365-px {
    min-width: 365px; } 
  .xl\:height-365-px {
    height: 365px; } 
  .xl\:min-height-365-px {
    min-height: 365px; } 
  .xl\:max-height-365-px {
    max-height: 365px; } 
  .xl\:width-370-px {
    width: 370px; } 
  .xl\:max-width-370-px {
    max-width: 370px; } 
  .xl\:min-width-370-px {
    min-width: 370px; } 
  .xl\:height-370-px {
    height: 370px; } 
  .xl\:min-height-370-px {
    min-height: 370px; } 
  .xl\:max-height-370-px {
    max-height: 370px; } 
  .xl\:width-375-px {
    width: 375px; } 
  .xl\:max-width-375-px {
    max-width: 375px; } 
  .xl\:min-width-375-px {
    min-width: 375px; } 
  .xl\:height-375-px {
    height: 375px; } 
  .xl\:min-height-375-px {
    min-height: 375px; } 
  .xl\:max-height-375-px {
    max-height: 375px; } 
  .xl\:width-380-px {
    width: 380px; } 
  .xl\:max-width-380-px {
    max-width: 380px; } 
  .xl\:min-width-380-px {
    min-width: 380px; } 
  .xl\:height-380-px {
    height: 380px; } 
  .xl\:min-height-380-px {
    min-height: 380px; } 
  .xl\:max-height-380-px {
    max-height: 380px; } 
  .xl\:width-385-px {
    width: 385px; } 
  .xl\:max-width-385-px {
    max-width: 385px; } 
  .xl\:min-width-385-px {
    min-width: 385px; } 
  .xl\:height-385-px {
    height: 385px; } 
  .xl\:min-height-385-px {
    min-height: 385px; } 
  .xl\:max-height-385-px {
    max-height: 385px; } 
  .xl\:width-390-px {
    width: 390px; } 
  .xl\:max-width-390-px {
    max-width: 390px; } 
  .xl\:min-width-390-px {
    min-width: 390px; } 
  .xl\:height-390-px {
    height: 390px; } 
  .xl\:min-height-390-px {
    min-height: 390px; } 
  .xl\:max-height-390-px {
    max-height: 390px; } 
  .xl\:width-395-px {
    width: 395px; } 
  .xl\:max-width-395-px {
    max-width: 395px; } 
  .xl\:min-width-395-px {
    min-width: 395px; } 
  .xl\:height-395-px {
    height: 395px; } 
  .xl\:min-height-395-px {
    min-height: 395px; } 
  .xl\:max-height-395-px {
    max-height: 395px; } 
  .xl\:width-400-px {
    width: 400px; } 
  .xl\:max-width-400-px {
    max-width: 400px; } 
  .xl\:min-width-400-px {
    min-width: 400px; } 
  .xl\:height-400-px {
    height: 400px; } 
  .xl\:min-height-400-px {
    min-height: 400px; } 
  .xl\:max-height-400-px {
    max-height: 400px; } 
  .xl\:width-405-px {
    width: 405px; } 
  .xl\:max-width-405-px {
    max-width: 405px; } 
  .xl\:min-width-405-px {
    min-width: 405px; } 
  .xl\:height-405-px {
    height: 405px; } 
  .xl\:min-height-405-px {
    min-height: 405px; } 
  .xl\:max-height-405-px {
    max-height: 405px; } 
  .xl\:width-410-px {
    width: 410px; } 
  .xl\:max-width-410-px {
    max-width: 410px; } 
  .xl\:min-width-410-px {
    min-width: 410px; } 
  .xl\:height-410-px {
    height: 410px; } 
  .xl\:min-height-410-px {
    min-height: 410px; } 
  .xl\:max-height-410-px {
    max-height: 410px; } 
  .xl\:width-415-px {
    width: 415px; } 
  .xl\:max-width-415-px {
    max-width: 415px; } 
  .xl\:min-width-415-px {
    min-width: 415px; } 
  .xl\:height-415-px {
    height: 415px; } 
  .xl\:min-height-415-px {
    min-height: 415px; } 
  .xl\:max-height-415-px {
    max-height: 415px; } 
  .xl\:width-420-px {
    width: 420px; } 
  .xl\:max-width-420-px {
    max-width: 420px; } 
  .xl\:min-width-420-px {
    min-width: 420px; } 
  .xl\:height-420-px {
    height: 420px; } 
  .xl\:min-height-420-px {
    min-height: 420px; } 
  .xl\:max-height-420-px {
    max-height: 420px; } 
  .xl\:width-425-px {
    width: 425px; } 
  .xl\:max-width-425-px {
    max-width: 425px; } 
  .xl\:min-width-425-px {
    min-width: 425px; } 
  .xl\:height-425-px {
    height: 425px; } 
  .xl\:min-height-425-px {
    min-height: 425px; } 
  .xl\:max-height-425-px {
    max-height: 425px; } 
  .xl\:width-430-px {
    width: 430px; } 
  .xl\:max-width-430-px {
    max-width: 430px; } 
  .xl\:min-width-430-px {
    min-width: 430px; } 
  .xl\:height-430-px {
    height: 430px; } 
  .xl\:min-height-430-px {
    min-height: 430px; } 
  .xl\:max-height-430-px {
    max-height: 430px; } 
  .xl\:width-435-px {
    width: 435px; } 
  .xl\:max-width-435-px {
    max-width: 435px; } 
  .xl\:min-width-435-px {
    min-width: 435px; } 
  .xl\:height-435-px {
    height: 435px; } 
  .xl\:min-height-435-px {
    min-height: 435px; } 
  .xl\:max-height-435-px {
    max-height: 435px; } 
  .xl\:width-440-px {
    width: 440px; } 
  .xl\:max-width-440-px {
    max-width: 440px; } 
  .xl\:min-width-440-px {
    min-width: 440px; } 
  .xl\:height-440-px {
    height: 440px; } 
  .xl\:min-height-440-px {
    min-height: 440px; } 
  .xl\:max-height-440-px {
    max-height: 440px; } 
  .xl\:width-445-px {
    width: 445px; } 
  .xl\:max-width-445-px {
    max-width: 445px; } 
  .xl\:min-width-445-px {
    min-width: 445px; } 
  .xl\:height-445-px {
    height: 445px; } 
  .xl\:min-height-445-px {
    min-height: 445px; } 
  .xl\:max-height-445-px {
    max-height: 445px; } 
  .xl\:width-450-px {
    width: 450px; } 
  .xl\:max-width-450-px {
    max-width: 450px; } 
  .xl\:min-width-450-px {
    min-width: 450px; } 
  .xl\:height-450-px {
    height: 450px; } 
  .xl\:min-height-450-px {
    min-height: 450px; } 
  .xl\:max-height-450-px {
    max-height: 450px; } 
  .xl\:width-455-px {
    width: 455px; } 
  .xl\:max-width-455-px {
    max-width: 455px; } 
  .xl\:min-width-455-px {
    min-width: 455px; } 
  .xl\:height-455-px {
    height: 455px; } 
  .xl\:min-height-455-px {
    min-height: 455px; } 
  .xl\:max-height-455-px {
    max-height: 455px; } 
  .xl\:width-460-px {
    width: 460px; } 
  .xl\:max-width-460-px {
    max-width: 460px; } 
  .xl\:min-width-460-px {
    min-width: 460px; } 
  .xl\:height-460-px {
    height: 460px; } 
  .xl\:min-height-460-px {
    min-height: 460px; } 
  .xl\:max-height-460-px {
    max-height: 460px; } 
  .xl\:width-465-px {
    width: 465px; } 
  .xl\:max-width-465-px {
    max-width: 465px; } 
  .xl\:min-width-465-px {
    min-width: 465px; } 
  .xl\:height-465-px {
    height: 465px; } 
  .xl\:min-height-465-px {
    min-height: 465px; } 
  .xl\:max-height-465-px {
    max-height: 465px; } 
  .xl\:width-470-px {
    width: 470px; } 
  .xl\:max-width-470-px {
    max-width: 470px; } 
  .xl\:min-width-470-px {
    min-width: 470px; } 
  .xl\:height-470-px {
    height: 470px; } 
  .xl\:min-height-470-px {
    min-height: 470px; } 
  .xl\:max-height-470-px {
    max-height: 470px; } 
  .xl\:width-475-px {
    width: 475px; } 
  .xl\:max-width-475-px {
    max-width: 475px; } 
  .xl\:min-width-475-px {
    min-width: 475px; } 
  .xl\:height-475-px {
    height: 475px; } 
  .xl\:min-height-475-px {
    min-height: 475px; } 
  .xl\:max-height-475-px {
    max-height: 475px; } 
  .xl\:width-480-px {
    width: 480px; } 
  .xl\:max-width-480-px {
    max-width: 480px; } 
  .xl\:min-width-480-px {
    min-width: 480px; } 
  .xl\:height-480-px {
    height: 480px; } 
  .xl\:min-height-480-px {
    min-height: 480px; } 
  .xl\:max-height-480-px {
    max-height: 480px; } 
  .xl\:width-485-px {
    width: 485px; } 
  .xl\:max-width-485-px {
    max-width: 485px; } 
  .xl\:min-width-485-px {
    min-width: 485px; } 
  .xl\:height-485-px {
    height: 485px; } 
  .xl\:min-height-485-px {
    min-height: 485px; } 
  .xl\:max-height-485-px {
    max-height: 485px; } 
  .xl\:width-490-px {
    width: 490px; } 
  .xl\:max-width-490-px {
    max-width: 490px; } 
  .xl\:min-width-490-px {
    min-width: 490px; } 
  .xl\:height-490-px {
    height: 490px; } 
  .xl\:min-height-490-px {
    min-height: 490px; } 
  .xl\:max-height-490-px {
    max-height: 490px; } 
  .xl\:width-495-px {
    width: 495px; } 
  .xl\:max-width-495-px {
    max-width: 495px; } 
  .xl\:min-width-495-px {
    min-width: 495px; } 
  .xl\:height-495-px {
    height: 495px; } 
  .xl\:min-height-495-px {
    min-height: 495px; } 
  .xl\:max-height-495-px {
    max-height: 495px; } 
  .xl\:width-500-px {
    width: 500px; } 
  .xl\:max-width-500-px {
    max-width: 500px; } 
  .xl\:min-width-500-px {
    min-width: 500px; } 
  .xl\:height-500-px {
    height: 500px; } 
  .xl\:min-height-500-px {
    min-height: 500px; } 
  .xl\:max-height-500-px {
    max-height: 500px; } 
  .xl\:width-0-vw {
    width: 0vw; } 
  .xl\:min-width-0-vw {
    min-width: 0vw; } 
  .xl\:max-width-0-vw {
    max-width: 0vw; } 
  .xl\:width-5-vw {
    width: 5vw; } 
  .xl\:min-width-5-vw {
    min-width: 5vw; } 
  .xl\:max-width-5-vw {
    max-width: 5vw; } 
  .xl\:width-10-vw {
    width: 10vw; } 
  .xl\:min-width-10-vw {
    min-width: 10vw; } 
  .xl\:max-width-10-vw {
    max-width: 10vw; } 
  .xl\:width-15-vw {
    width: 15vw; } 
  .xl\:min-width-15-vw {
    min-width: 15vw; } 
  .xl\:max-width-15-vw {
    max-width: 15vw; } 
  .xl\:width-20-vw {
    width: 20vw; } 
  .xl\:min-width-20-vw {
    min-width: 20vw; } 
  .xl\:max-width-20-vw {
    max-width: 20vw; } 
  .xl\:width-25-vw {
    width: 25vw; } 
  .xl\:min-width-25-vw {
    min-width: 25vw; } 
  .xl\:max-width-25-vw {
    max-width: 25vw; } 
  .xl\:width-30-vw {
    width: 30vw; } 
  .xl\:min-width-30-vw {
    min-width: 30vw; } 
  .xl\:max-width-30-vw {
    max-width: 30vw; } 
  .xl\:width-35-vw {
    width: 35vw; } 
  .xl\:min-width-35-vw {
    min-width: 35vw; } 
  .xl\:max-width-35-vw {
    max-width: 35vw; } 
  .xl\:width-40-vw {
    width: 40vw; } 
  .xl\:min-width-40-vw {
    min-width: 40vw; } 
  .xl\:max-width-40-vw {
    max-width: 40vw; } 
  .xl\:width-45-vw {
    width: 45vw; } 
  .xl\:min-width-45-vw {
    min-width: 45vw; } 
  .xl\:max-width-45-vw {
    max-width: 45vw; } 
  .xl\:width-50-vw {
    width: 50vw; } 
  .xl\:min-width-50-vw {
    min-width: 50vw; } 
  .xl\:max-width-50-vw {
    max-width: 50vw; } 
  .xl\:width-55-vw {
    width: 55vw; } 
  .xl\:min-width-55-vw {
    min-width: 55vw; } 
  .xl\:max-width-55-vw {
    max-width: 55vw; } 
  .xl\:width-60-vw {
    width: 60vw; } 
  .xl\:min-width-60-vw {
    min-width: 60vw; } 
  .xl\:max-width-60-vw {
    max-width: 60vw; } 
  .xl\:width-65-vw {
    width: 65vw; } 
  .xl\:min-width-65-vw {
    min-width: 65vw; } 
  .xl\:max-width-65-vw {
    max-width: 65vw; } 
  .xl\:width-70-vw {
    width: 70vw; } 
  .xl\:min-width-70-vw {
    min-width: 70vw; } 
  .xl\:max-width-70-vw {
    max-width: 70vw; } 
  .xl\:width-75-vw {
    width: 75vw; } 
  .xl\:min-width-75-vw {
    min-width: 75vw; } 
  .xl\:max-width-75-vw {
    max-width: 75vw; } 
  .xl\:width-80-vw {
    width: 80vw; } 
  .xl\:min-width-80-vw {
    min-width: 80vw; } 
  .xl\:max-width-80-vw {
    max-width: 80vw; } 
  .xl\:width-85-vw {
    width: 85vw; } 
  .xl\:min-width-85-vw {
    min-width: 85vw; } 
  .xl\:max-width-85-vw {
    max-width: 85vw; } 
  .xl\:width-90-vw {
    width: 90vw; } 
  .xl\:min-width-90-vw {
    min-width: 90vw; } 
  .xl\:max-width-90-vw {
    max-width: 90vw; } 
  .xl\:width-95-vw {
    width: 95vw; } 
  .xl\:min-width-95-vw {
    min-width: 95vw; } 
  .xl\:max-width-95-vw {
    max-width: 95vw; } 
  .xl\:width-100-vw {
    width: 100vw; } 
  .xl\:min-width-100-vw {
    min-width: 100vw; } 
  .xl\:max-width-100-vw {
    max-width: 100vw; } 
  .xl\:height-0-vh {
    height: 0vh; } 
  .xl\:min-height-0-vh {
    min-height: 0vh; } 
  .xl\:max-height-0-vh {
    max-height: 0vh; } 
  .xl\:height-5-vh {
    height: 5vh; } 
  .xl\:min-height-5-vh {
    min-height: 5vh; } 
  .xl\:max-height-5-vh {
    max-height: 5vh; } 
  .xl\:height-10-vh {
    height: 10vh; } 
  .xl\:min-height-10-vh {
    min-height: 10vh; } 
  .xl\:max-height-10-vh {
    max-height: 10vh; } 
  .xl\:height-15-vh {
    height: 15vh; } 
  .xl\:min-height-15-vh {
    min-height: 15vh; } 
  .xl\:max-height-15-vh {
    max-height: 15vh; } 
  .xl\:height-20-vh {
    height: 20vh; } 
  .xl\:min-height-20-vh {
    min-height: 20vh; } 
  .xl\:max-height-20-vh {
    max-height: 20vh; } 
  .xl\:height-25-vh {
    height: 25vh; } 
  .xl\:min-height-25-vh {
    min-height: 25vh; } 
  .xl\:max-height-25-vh {
    max-height: 25vh; } 
  .xl\:height-30-vh {
    height: 30vh; } 
  .xl\:min-height-30-vh {
    min-height: 30vh; } 
  .xl\:max-height-30-vh {
    max-height: 30vh; } 
  .xl\:height-35-vh {
    height: 35vh; } 
  .xl\:min-height-35-vh {
    min-height: 35vh; } 
  .xl\:max-height-35-vh {
    max-height: 35vh; } 
  .xl\:height-40-vh {
    height: 40vh; } 
  .xl\:min-height-40-vh {
    min-height: 40vh; } 
  .xl\:max-height-40-vh {
    max-height: 40vh; } 
  .xl\:height-45-vh {
    height: 45vh; } 
  .xl\:min-height-45-vh {
    min-height: 45vh; } 
  .xl\:max-height-45-vh {
    max-height: 45vh; } 
  .xl\:height-50-vh {
    height: 50vh; } 
  .xl\:min-height-50-vh {
    min-height: 50vh; } 
  .xl\:max-height-50-vh {
    max-height: 50vh; } 
  .xl\:height-55-vh {
    height: 55vh; } 
  .xl\:min-height-55-vh {
    min-height: 55vh; } 
  .xl\:max-height-55-vh {
    max-height: 55vh; } 
  .xl\:height-60-vh {
    height: 60vh; } 
  .xl\:min-height-60-vh {
    min-height: 60vh; } 
  .xl\:max-height-60-vh {
    max-height: 60vh; } 
  .xl\:height-65-vh {
    height: 65vh; } 
  .xl\:min-height-65-vh {
    min-height: 65vh; } 
  .xl\:max-height-65-vh {
    max-height: 65vh; } 
  .xl\:height-70-vh {
    height: 70vh; } 
  .xl\:min-height-70-vh {
    min-height: 70vh; } 
  .xl\:max-height-70-vh {
    max-height: 70vh; } 
  .xl\:height-75-vh {
    height: 75vh; } 
  .xl\:min-height-75-vh {
    min-height: 75vh; } 
  .xl\:max-height-75-vh {
    max-height: 75vh; } 
  .xl\:height-80-vh {
    height: 80vh; } 
  .xl\:min-height-80-vh {
    min-height: 80vh; } 
  .xl\:max-height-80-vh {
    max-height: 80vh; } 
  .xl\:height-85-vh {
    height: 85vh; } 
  .xl\:min-height-85-vh {
    min-height: 85vh; } 
  .xl\:max-height-85-vh {
    max-height: 85vh; } 
  .xl\:height-90-vh {
    height: 90vh; } 
  .xl\:min-height-90-vh {
    min-height: 90vh; } 
  .xl\:max-height-90-vh {
    max-height: 90vh; } 
  .xl\:height-95-vh {
    height: 95vh; } 
  .xl\:min-height-95-vh {
    min-height: 95vh; } 
  .xl\:max-height-95-vh {
    max-height: 95vh; } 
  .xl\:height-100-vh {
    height: 100vh; } 
  .xl\:min-height-100-vh {
    min-height: 100vh; } 
  .xl\:max-height-100-vh {
    max-height: 100vh; } 
  .xl\:height-100-vh {
    height: 100vh; } 
  .xl\:min-height-100-vh {
    min-height: 100vh; } 
  .xl\:max-height-100-vh {
    max-height: 100vh; } 
  .xl\:height-auto {
    height: auto; } 
  .xl\:height-full {
    height: 100%; } 
  .xl\:max-height-auto {
    max-height: auto; } 
  .xl\:max-height-full {
    max-height: 100%; } 
  .xl\:min-height-auto {
    min-height: auto; } 
  .xl\:min-height-full {
    min-height: 100%; } 
  .xl\:width-auto {
    width: auto; } 
  .xl\:width-full {
    width: 100%; } 
  .xl\:max-width-auto {
    max-width: auto; } 
  .xl\:max-width-full {
    max-width: 100%; } 
  .xl\:min-width-auto {
    min-width: auto; } 
  .xl\:min-width-full {
    min-width: 100%; } 
  .xl\:space-h > * + * {
    margin-left: 1rem; } 
  .xl\:space-h-none > * + * {
    margin-left: 0; } 
  .xl\:space-h-1\/4x > * + * {
    margin-left: 0.25rem; } 
  .xl\:space-h-1\/2x > * + * {
    margin-left: 0.5rem; } 
  .xl\:space-h-3\/4x > * + * {
    margin-left: 0.75rem; } 
  .xl\:space-h-xs > * + * {
    margin-left: 0.8rem; } 
  .xl\:space-h-sm > * + * {
    margin-left: 0.9rem; } 
  .xl\:space-h-lg > * + * {
    margin-left: 1.2rem; } 
  .xl\:space-h-xl > * + * {
    margin-left: 1.4rem; } 
  .xl\:space-h-2x > * + * {
    margin-left: 2rem; } 
  .xl\:space-h-4x > * + * {
    margin-left: 4rem; } 
  .xl\:space-v > * + * {
    margin-top: 1rem; } 
  .xl\:space-v-none > * + * {
    margin-top: 0; } 
  .xl\:space-v-1\/4x > * + * {
    margin-top: 0.25rem; } 
  .xl\:space-v-1\/2x > * + * {
    margin-top: 0.5rem; } 
  .xl\:space-v-3\/4x > * + * {
    margin-top: 0.75rem; } 
  .xl\:space-v-xs > * + * {
    margin-top: 0.8rem; } 
  .xl\:space-v-sm > * + * {
    margin-top: 0.9rem; } 
  .xl\:space-v-lg > * + * {
    margin-top: 1.2rem; } 
  .xl\:space-v-xl > * + * {
    margin-top: 1.4rem; } 
  .xl\:space-v-2x > * + * {
    margin-top: 2rem; } 
  .xl\:space-v-4x > * + * {
    margin-top: 4rem; } 
  .xl\:space > * + * {
    margin-top: 1rem;
    margin-left: 1rem; } 
  .xl\:space-none > * + * {
    margin-top: 0;
    margin-left: 0; } 
  .xl\:space-1\/4x > * + * {
    margin-top: 0.25rem;
    margin-left: 0.25rem; } 
  .xl\:space-1\/2x > * + * {
    margin-top: 0.5rem;
    margin-left: 0.5rem; } 
  .xl\:space-3\/4x > * + * {
    margin-top: 0.75rem;
    margin-left: 0.75rem; } 
  .xl\:space-xs > * + * {
    margin-top: 0.8rem;
    margin-left: 0.8rem; } 
  .xl\:space-sm > * + * {
    margin-top: 0.9rem;
    margin-left: 0.9rem; } 
  .xl\:space-lg > * + * {
    margin-top: 1.2rem;
    margin-left: 1.2rem; } 
  .xl\:space-xl > * + * {
    margin-top: 1.4rem;
    margin-left: 1.4rem; } 
  .xl\:space-2x > * + * {
    margin-top: 2rem;
    margin-left: 2rem; } 
  .xl\:space-4x > * + * {
    margin-top: 4rem;
    margin-left: 4rem; } 
  .xl\:margin {
    margin: 1rem; } 
  .xl\:margin-none {
    margin: 0; } 
  .xl\:margin-1\/4x {
    margin: 0.25rem; } 
  .xl\:margin-1\/2x {
    margin: 0.5rem; } 
  .xl\:margin-3\/4x {
    margin: 0.75rem; } 
  .xl\:margin-xs {
    margin: 0.8rem; } 
  .xl\:margin-sm {
    margin: 0.9rem; } 
  .xl\:margin-lg {
    margin: 1.2rem; } 
  .xl\:margin-xl {
    margin: 1.4rem; } 
  .xl\:margin-2x {
    margin: 2rem; } 
  .xl\:margin-4x {
    margin: 4rem; } 
  .xl\:margin-6x {
    margin: 6rem; } 
  .xl\:margin-8x {
    margin: 8rem; } 
  .xl\:margin-v {
    margin-top: 1rem;
    margin-bottom: 1rem; } 
  .xl\:margin-v-none {
    margin-top: 0;
    margin-bottom: 0; } 
  .xl\:margin-v-1\/4x {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; } 
  .xl\:margin-v-1\/2x {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } 
  .xl\:margin-v-3\/4x {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; } 
  .xl\:margin-v-xs {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem; } 
  .xl\:margin-v-sm {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem; } 
  .xl\:margin-v-lg {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem; } 
  .xl\:margin-v-xl {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem; } 
  .xl\:margin-v-2x {
    margin-top: 2rem;
    margin-bottom: 2rem; } 
  .xl\:margin-v-4x {
    margin-top: 4rem;
    margin-bottom: 4rem; } 
  .xl\:margin-v-6x {
    margin-top: 6rem;
    margin-bottom: 6rem; } 
  .xl\:margin-v-8x {
    margin-top: 8rem;
    margin-bottom: 8rem; } 
  .xl\:margin-h {
    margin-left: 1rem;
    margin-right: 1rem; } 
  .xl\:margin-h-none {
    margin-left: 0;
    margin-right: 0; } 
  .xl\:margin-h-1\/4x {
    margin-left: 0.25rem;
    margin-right: 0.25rem; } 
  .xl\:margin-h-1\/2x {
    margin-left: 0.5rem;
    margin-right: 0.5rem; } 
  .xl\:margin-h-3\/4x {
    margin-left: 0.75rem;
    margin-right: 0.75rem; } 
  .xl\:margin-h-xs {
    margin-left: 0.8rem;
    margin-right: 0.8rem; } 
  .xl\:margin-h-sm {
    margin-left: 0.9rem;
    margin-right: 0.9rem; } 
  .xl\:margin-h-lg {
    margin-left: 1.2rem;
    margin-right: 1.2rem; } 
  .xl\:margin-h-xl {
    margin-left: 1.4rem;
    margin-right: 1.4rem; } 
  .xl\:margin-h-2x {
    margin-left: 2rem;
    margin-right: 2rem; } 
  .xl\:margin-h-4x {
    margin-left: 4rem;
    margin-right: 4rem; } 
  .xl\:margin-h-6x {
    margin-left: 6rem;
    margin-right: 6rem; } 
  .xl\:margin-h-8x {
    margin-left: 8rem;
    margin-right: 8rem; } 
  .xl\:margin-nest {
    margin: -1rem; } 
  .xl\:margin-nest-none {
    margin: 0; } 
  .xl\:margin-nest-1\/4x {
    margin: -0.25rem; } 
  .xl\:margin-nest-1\/2x {
    margin: -0.5rem; } 
  .xl\:margin-nest-3\/4x {
    margin: -0.75rem; } 
  .xl\:margin-nest-xs {
    margin: -0.8rem; } 
  .xl\:margin-nest-sm {
    margin: -0.9rem; } 
  .xl\:margin-nest-lg {
    margin: -1.2rem; } 
  .xl\:margin-nest-xl {
    margin: -1.4rem; } 
  .xl\:margin-nest-2x {
    margin: -2rem; } 
  .xl\:margin-nest-4x {
    margin: -4rem; } 
  .xl\:margin-nest-6x {
    margin: -6rem; } 
  .xl\:margin-nest-8x {
    margin: -8rem; } 
  .xl\:margin-v-nest {
    margin-top: -1rem;
    margin-bottom: -1rem; } 
  .xl\:margin-v-nest-none {
    margin-top: 0;
    margin-bottom: 0; } 
  .xl\:margin-v-nest-1\/4x {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; } 
  .xl\:margin-v-nest-1\/2x {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; } 
  .xl\:margin-v-nest-3\/4x {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; } 
  .xl\:margin-v-nest-xs {
    margin-top: -0.8rem;
    margin-bottom: -0.8rem; } 
  .xl\:margin-v-nest-sm {
    margin-top: -0.9rem;
    margin-bottom: -0.9rem; } 
  .xl\:margin-v-nest-lg {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem; } 
  .xl\:margin-v-nest-xl {
    margin-top: -1.4rem;
    margin-bottom: -1.4rem; } 
  .xl\:margin-v-nest-2x {
    margin-top: -2rem;
    margin-bottom: -2rem; } 
  .xl\:margin-v-nest-4x {
    margin-top: -4rem;
    margin-bottom: -4rem; } 
  .xl\:margin-v-nest-6x {
    margin-top: -6rem;
    margin-bottom: -6rem; } 
  .xl\:margin-v-nest-8x {
    margin-top: -8rem;
    margin-bottom: -8rem; } 
  .xl\:margin-h-nest {
    margin-left: -1rem;
    margin-right: -1rem; } 
  .xl\:margin-h-nest-none {
    margin-left: 0;
    margin-right: 0; } 
  .xl\:margin-h-nest-1\/4x {
    margin-left: -0.25rem;
    margin-right: -0.25rem; } 
  .xl\:margin-h-nest-1\/2x {
    margin-left: -0.5rem;
    margin-right: -0.5rem; } 
  .xl\:margin-h-nest-3\/4x {
    margin-left: -0.75rem;
    margin-right: -0.75rem; } 
  .xl\:margin-h-nest-xs {
    margin-left: -0.8rem;
    margin-right: -0.8rem; } 
  .xl\:margin-h-nest-sm {
    margin-left: -0.9rem;
    margin-right: -0.9rem; } 
  .xl\:margin-h-nest-lg {
    margin-left: -1.2rem;
    margin-right: -1.2rem; } 
  .xl\:margin-h-nest-xl {
    margin-left: -1.4rem;
    margin-right: -1.4rem; } 
  .xl\:margin-h-nest-2x {
    margin-left: -2rem;
    margin-right: -2rem; } 
  .xl\:margin-h-nest-4x {
    margin-left: -4rem;
    margin-right: -4rem; } 
  .xl\:margin-h-nest-6x {
    margin-left: -6rem;
    margin-right: -6rem; } 
  .xl\:margin-h-nest-8x {
    margin-left: -8rem;
    margin-right: -8rem; } 
  .xl\:margin-top {
    margin-top: 1rem; } 
  .xl\:margin-top-none {
    margin-top: 0; } 
  .xl\:margin-top-1\/4x {
    margin-top: 0.25rem; } 
  .xl\:margin-top-1\/2x {
    margin-top: 0.5rem; } 
  .xl\:margin-top-3\/4x {
    margin-top: 0.75rem; } 
  .xl\:margin-top-xs {
    margin-top: 0.8rem; } 
  .xl\:margin-top-sm {
    margin-top: 0.9rem; } 
  .xl\:margin-top-lg {
    margin-top: 1.2rem; } 
  .xl\:margin-top-xl {
    margin-top: 1.4rem; } 
  .xl\:margin-top-2x {
    margin-top: 2rem; } 
  .xl\:margin-top-4x {
    margin-top: 4rem; } 
  .xl\:margin-top-6x {
    margin-top: 6rem; } 
  .xl\:margin-top-8x {
    margin-top: 8rem; } 
  .xl\:margin-top-nest {
    margin-top: -1rem; } 
  .xl\:margin-top-nest-none {
    margin-top: 0; } 
  .xl\:margin-top-nest-1\/4x {
    margin-top: -0.25rem; } 
  .xl\:margin-top-nest-1\/2x {
    margin-top: -0.5rem; } 
  .xl\:margin-top-nest-3\/4x {
    margin-top: -0.75rem; } 
  .xl\:margin-top-nest-xs {
    margin-top: -0.8rem; } 
  .xl\:margin-top-nest-sm {
    margin-top: -0.9rem; } 
  .xl\:margin-top-nest-lg {
    margin-top: -1.2rem; } 
  .xl\:margin-top-nest-xl {
    margin-top: -1.4rem; } 
  .xl\:margin-top-nest-2x {
    margin-top: -2rem; } 
  .xl\:margin-top-nest-4x {
    margin-top: -4rem; } 
  .xl\:margin-top-nest-6x {
    margin-top: -6rem; } 
  .xl\:margin-top-nest-8x {
    margin-top: -8rem; } 
  .xl\:margin-right {
    margin-right: 1rem; } 
  .xl\:margin-right-none {
    margin-right: 0; } 
  .xl\:margin-right-1\/4x {
    margin-right: 0.25rem; } 
  .xl\:margin-right-1\/2x {
    margin-right: 0.5rem; } 
  .xl\:margin-right-3\/4x {
    margin-right: 0.75rem; } 
  .xl\:margin-right-xs {
    margin-right: 0.8rem; } 
  .xl\:margin-right-sm {
    margin-right: 0.9rem; } 
  .xl\:margin-right-lg {
    margin-right: 1.2rem; } 
  .xl\:margin-right-xl {
    margin-right: 1.4rem; } 
  .xl\:margin-right-2x {
    margin-right: 2rem; } 
  .xl\:margin-right-4x {
    margin-right: 4rem; } 
  .xl\:margin-right-6x {
    margin-right: 6rem; } 
  .xl\:margin-right-8x {
    margin-right: 8rem; } 
  .xl\:margin-right-nest {
    margin-right: -1rem; } 
  .xl\:margin-right-nest-none {
    margin-right: 0; } 
  .xl\:margin-right-nest-1\/4x {
    margin-right: -0.25rem; } 
  .xl\:margin-right-nest-1\/2x {
    margin-right: -0.5rem; } 
  .xl\:margin-right-nest-3\/4x {
    margin-right: -0.75rem; } 
  .xl\:margin-right-nest-xs {
    margin-right: -0.8rem; } 
  .xl\:margin-right-nest-sm {
    margin-right: -0.9rem; } 
  .xl\:margin-right-nest-lg {
    margin-right: -1.2rem; } 
  .xl\:margin-right-nest-xl {
    margin-right: -1.4rem; } 
  .xl\:margin-right-nest-2x {
    margin-right: -2rem; } 
  .xl\:margin-right-nest-4x {
    margin-right: -4rem; } 
  .xl\:margin-right-nest-6x {
    margin-right: -6rem; } 
  .xl\:margin-right-nest-8x {
    margin-right: -8rem; } 
  .xl\:margin-bottom {
    margin-bottom: 1rem; } 
  .xl\:margin-bottom-none {
    margin-bottom: 0; } 
  .xl\:margin-bottom-1\/4x {
    margin-bottom: 0.25rem; } 
  .xl\:margin-bottom-1\/2x {
    margin-bottom: 0.5rem; } 
  .xl\:margin-bottom-3\/4x {
    margin-bottom: 0.75rem; } 
  .xl\:margin-bottom-xs {
    margin-bottom: 0.8rem; } 
  .xl\:margin-bottom-sm {
    margin-bottom: 0.9rem; } 
  .xl\:margin-bottom-lg {
    margin-bottom: 1.2rem; } 
  .xl\:margin-bottom-xl {
    margin-bottom: 1.4rem; } 
  .xl\:margin-bottom-2x {
    margin-bottom: 2rem; } 
  .xl\:margin-bottom-4x {
    margin-bottom: 4rem; } 
  .xl\:margin-bottom-6x {
    margin-bottom: 6rem; } 
  .xl\:margin-bottom-8x {
    margin-bottom: 8rem; } 
  .xl\:margin-bottom-nest {
    margin-bottom: -1rem; } 
  .xl\:margin-bottom-nest-none {
    margin-bottom: 0; } 
  .xl\:margin-bottom-nest-1\/4x {
    margin-bottom: -0.25rem; } 
  .xl\:margin-bottom-nest-1\/2x {
    margin-bottom: -0.5rem; } 
  .xl\:margin-bottom-nest-3\/4x {
    margin-bottom: -0.75rem; } 
  .xl\:margin-bottom-nest-xs {
    margin-bottom: -0.8rem; } 
  .xl\:margin-bottom-nest-sm {
    margin-bottom: -0.9rem; } 
  .xl\:margin-bottom-nest-lg {
    margin-bottom: -1.2rem; } 
  .xl\:margin-bottom-nest-xl {
    margin-bottom: -1.4rem; } 
  .xl\:margin-bottom-nest-2x {
    margin-bottom: -2rem; } 
  .xl\:margin-bottom-nest-4x {
    margin-bottom: -4rem; } 
  .xl\:margin-bottom-nest-6x {
    margin-bottom: -6rem; } 
  .xl\:margin-bottom-nest-8x {
    margin-bottom: -8rem; } 
  .xl\:margin-left {
    margin-left: 1rem; } 
  .xl\:margin-left-none {
    margin-left: 0; } 
  .xl\:margin-left-1\/4x {
    margin-left: 0.25rem; } 
  .xl\:margin-left-1\/2x {
    margin-left: 0.5rem; } 
  .xl\:margin-left-3\/4x {
    margin-left: 0.75rem; } 
  .xl\:margin-left-xs {
    margin-left: 0.8rem; } 
  .xl\:margin-left-sm {
    margin-left: 0.9rem; } 
  .xl\:margin-left-lg {
    margin-left: 1.2rem; } 
  .xl\:margin-left-xl {
    margin-left: 1.4rem; } 
  .xl\:margin-left-2x {
    margin-left: 2rem; } 
  .xl\:margin-left-4x {
    margin-left: 4rem; } 
  .xl\:margin-left-6x {
    margin-left: 6rem; } 
  .xl\:margin-left-8x {
    margin-left: 8rem; } 
  .xl\:margin-left-nest {
    margin-left: -1rem; } 
  .xl\:margin-left-nest-none {
    margin-left: 0; } 
  .xl\:margin-left-nest-1\/4x {
    margin-left: -0.25rem; } 
  .xl\:margin-left-nest-1\/2x {
    margin-left: -0.5rem; } 
  .xl\:margin-left-nest-3\/4x {
    margin-left: -0.75rem; } 
  .xl\:margin-left-nest-xs {
    margin-left: -0.8rem; } 
  .xl\:margin-left-nest-sm {
    margin-left: -0.9rem; } 
  .xl\:margin-left-nest-lg {
    margin-left: -1.2rem; } 
  .xl\:margin-left-nest-xl {
    margin-left: -1.4rem; } 
  .xl\:margin-left-nest-2x {
    margin-left: -2rem; } 
  .xl\:margin-left-nest-4x {
    margin-left: -4rem; } 
  .xl\:margin-left-nest-6x {
    margin-left: -6rem; } 
  .xl\:margin-left-nest-8x {
    margin-left: -8rem; } 
  .xl\:pad {
    padding: 1rem; } 
  .xl\:pad-none {
    padding: 0; } 
  .xl\:pad-1\/4x {
    padding: 0.25rem; } 
  .xl\:pad-1\/2x {
    padding: 0.5rem; } 
  .xl\:pad-3\/4x {
    padding: 0.75rem; } 
  .xl\:pad-xs {
    padding: 0.8rem; } 
  .xl\:pad-sm {
    padding: 0.9rem; } 
  .xl\:pad-lg {
    padding: 1.2rem; } 
  .xl\:pad-xl {
    padding: 1.4rem; } 
  .xl\:pad-2x {
    padding: 2rem; } 
  .xl\:pad-4x {
    padding: 4rem; } 
  .xl\:pad-6x {
    padding: 6rem; } 
  .xl\:pad-8x {
    padding: 8rem; } 
  .xl\:pad-v {
    padding-top: 1rem;
    padding-bottom: 1rem; } 
  .xl\:pad-v-none {
    padding-top: 0;
    padding-bottom: 0; } 
  .xl\:pad-v-1\/4x {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; } 
  .xl\:pad-v-1\/2x {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; } 
  .xl\:pad-v-3\/4x {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; } 
  .xl\:pad-v-xs {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; } 
  .xl\:pad-v-sm {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem; } 
  .xl\:pad-v-lg {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; } 
  .xl\:pad-v-xl {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem; } 
  .xl\:pad-v-2x {
    padding-top: 2rem;
    padding-bottom: 2rem; } 
  .xl\:pad-v-4x {
    padding-top: 4rem;
    padding-bottom: 4rem; } 
  .xl\:pad-v-6x {
    padding-top: 6rem;
    padding-bottom: 6rem; } 
  .xl\:pad-v-8x {
    padding-top: 8rem;
    padding-bottom: 8rem; } 
  .xl\:pad-h {
    padding-left: 1rem;
    padding-right: 1rem; } 
  .xl\:pad-h-none {
    padding-left: 0;
    padding-right: 0; } 
  .xl\:pad-h-1\/4x {
    padding-left: 0.25rem;
    padding-right: 0.25rem; } 
  .xl\:pad-h-1\/2x {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } 
  .xl\:pad-h-3\/4x {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } 
  .xl\:pad-h-xs {
    padding-left: 0.8rem;
    padding-right: 0.8rem; } 
  .xl\:pad-h-sm {
    padding-left: 0.9rem;
    padding-right: 0.9rem; } 
  .xl\:pad-h-lg {
    padding-left: 1.2rem;
    padding-right: 1.2rem; } 
  .xl\:pad-h-xl {
    padding-left: 1.4rem;
    padding-right: 1.4rem; } 
  .xl\:pad-h-2x {
    padding-left: 2rem;
    padding-right: 2rem; } 
  .xl\:pad-h-4x {
    padding-left: 4rem;
    padding-right: 4rem; } 
  .xl\:pad-h-6x {
    padding-left: 6rem;
    padding-right: 6rem; } 
  .xl\:pad-h-8x {
    padding-left: 8rem;
    padding-right: 8rem; } 
  .xl\:pad-top {
    padding-top: 1rem; } 
  .xl\:pad-top-none {
    padding-top: 0; } 
  .xl\:pad-top-1\/4x {
    padding-top: 0.25rem; } 
  .xl\:pad-top-1\/2x {
    padding-top: 0.5rem; } 
  .xl\:pad-top-3\/4x {
    padding-top: 0.75rem; } 
  .xl\:pad-top-xs {
    padding-top: 0.8rem; } 
  .xl\:pad-top-sm {
    padding-top: 0.9rem; } 
  .xl\:pad-top-lg {
    padding-top: 1.2rem; } 
  .xl\:pad-top-xl {
    padding-top: 1.4rem; } 
  .xl\:pad-top-2x {
    padding-top: 2rem; } 
  .xl\:pad-top-4x {
    padding-top: 4rem; } 
  .xl\:pad-top-6x {
    padding-top: 6rem; } 
  .xl\:pad-top-8x {
    padding-top: 8rem; } 
  .xl\:pad-right {
    padding-right: 1rem; } 
  .xl\:pad-right-none {
    padding-right: 0; } 
  .xl\:pad-right-1\/4x {
    padding-right: 0.25rem; } 
  .xl\:pad-right-1\/2x {
    padding-right: 0.5rem; } 
  .xl\:pad-right-3\/4x {
    padding-right: 0.75rem; } 
  .xl\:pad-right-xs {
    padding-right: 0.8rem; } 
  .xl\:pad-right-sm {
    padding-right: 0.9rem; } 
  .xl\:pad-right-lg {
    padding-right: 1.2rem; } 
  .xl\:pad-right-xl {
    padding-right: 1.4rem; } 
  .xl\:pad-right-2x {
    padding-right: 2rem; } 
  .xl\:pad-right-4x {
    padding-right: 4rem; } 
  .xl\:pad-right-6x {
    padding-right: 6rem; } 
  .xl\:pad-right-8x {
    padding-right: 8rem; } 
  .xl\:pad-bottom {
    padding-bottom: 1rem; } 
  .xl\:pad-bottom-none {
    padding-bottom: 0; } 
  .xl\:pad-bottom-1\/4x {
    padding-bottom: 0.25rem; } 
  .xl\:pad-bottom-1\/2x {
    padding-bottom: 0.5rem; } 
  .xl\:pad-bottom-3\/4x {
    padding-bottom: 0.75rem; } 
  .xl\:pad-bottom-xs {
    padding-bottom: 0.8rem; } 
  .xl\:pad-bottom-sm {
    padding-bottom: 0.9rem; } 
  .xl\:pad-bottom-lg {
    padding-bottom: 1.2rem; } 
  .xl\:pad-bottom-xl {
    padding-bottom: 1.4rem; } 
  .xl\:pad-bottom-2x {
    padding-bottom: 2rem; } 
  .xl\:pad-bottom-4x {
    padding-bottom: 4rem; } 
  .xl\:pad-bottom-6x {
    padding-bottom: 6rem; } 
  .xl\:pad-bottom-8x {
    padding-bottom: 8rem; } 
  .xl\:pad-left {
    padding-left: 1rem; } 
  .xl\:pad-left-none {
    padding-left: 0; } 
  .xl\:pad-left-1\/4x {
    padding-left: 0.25rem; } 
  .xl\:pad-left-1\/2x {
    padding-left: 0.5rem; } 
  .xl\:pad-left-3\/4x {
    padding-left: 0.75rem; } 
  .xl\:pad-left-xs {
    padding-left: 0.8rem; } 
  .xl\:pad-left-sm {
    padding-left: 0.9rem; } 
  .xl\:pad-left-lg {
    padding-left: 1.2rem; } 
  .xl\:pad-left-xl {
    padding-left: 1.4rem; } 
  .xl\:pad-left-2x {
    padding-left: 2rem; } 
  .xl\:pad-left-4x {
    padding-left: 4rem; } 
  .xl\:pad-left-6x {
    padding-left: 6rem; } 
  .xl\:pad-left-8x {
    padding-left: 8rem; } 
  .xl\:stroke-sm {
    stroke-width: 0.5px; } 
  .xl\:stroke-md {
    stroke-width: 1px; } 
  .xl\:stroke-lg {
    stroke-width: 1.5px; } 
  .xl\:stroke-2x {
    stroke-width: 2px; } 
  .xl\:stroke-3x {
    stroke-width: 3px; } 
  .xl\:text-current {
    color: currentColor; } 
  .xl\:text-md {
    font-size: 1rem; } 
  .xl\:text {
    font-size: 1rem; } 
  .xl\:text-xs {
    font-size: 0.8rem; } 
  .xl\:text-sm {
    font-size: 0.9rem; } 
  .xl\:text-lg {
    font-size: 1.2rem; } 
  .xl\:text-xl {
    font-size: 1.4rem; } 
  .xl\:text-2x {
    font-size: 2rem; } 
  .xl\:text-4x {
    font-size: 4rem; } 
  .xl\:text-8x {
    font-size: 8rem; } 
  .xl\:text-mono {
    font-family: monospace, monospace; } 
  .xl\:text-uppercase {
    text-transform: uppercase; } 
  .xl\:text-lowercase {
    text-transform: lowercase; } 
  .xl\:text-capitalize {
    text-transform: capitalize; } 
  .xl\:text-normal-case {
    text-transform: none; } 
  .xl\:text-italic {
    font-style: italic; } 
  .xl\:text-no-underline {
    text-decoration: none; } 
  .xl\:text-line-through {
    text-decoration: line-through; } 
  .xl\:text-100 {
    font-weight: 100; } 
  .xl\:text-hairline {
    font-weight: 100; } 
  .xl\:text-200 {
    font-weight: 200; } 
  .xl\:text-thin {
    font-weight: 200; } 
  .xl\:text-300 {
    font-weight: 300; } 
  .xl\:text-light {
    font-weight: 300; } 
  .xl\:text-400 {
    font-weight: 400; } 
  .xl\:text-normal {
    font-weight: 400; } 
  .xl\:text-500 {
    font-weight: 500; } 
  .xl\:text-medium {
    font-weight: 500; } 
  .xl\:text-600 {
    font-weight: 600; } 
  .xl\:text-semibold {
    font-weight: 600; } 
  .xl\:text-700 {
    font-weight: 700; } 
  .xl\:text-bold {
    font-weight: 700; } 
  .xl\:text-800 {
    font-weight: 800; } 
  .xl\:text-extrabold {
    font-weight: 800; } 
  .xl\:text-900 {
    font-weight: 900; } 
  .xl\:text-black {
    font-weight: 900; } 
  .xl\:text-left {
    text-align: left; } 
  .xl\:text-right {
    text-align: right; } 
  .xl\:text-center {
    text-align: center; } 
  .xl\:text-justify {
    text-align: justify; } 
  .xl\:leading-none {
    line-height: 1; } 
  .xl\:leading-tight {
    line-height: 1.25; } 
  .xl\:leading-snug {
    line-height: 1.375; } 
  .xl\:leading-normal {
    line-height: 1.5; } 
  .xl\:leading-relaxed {
    line-height: 1.625; } 
  .xl\:leading-loose {
    line-height: 2; } 
  .xl\:tracking-tighter {
    letter-spacing: -0.05em; } 
  .xl\:tracking-tight {
    letter-spacing: -0.025em; } 
  .xl\:tracking-normal {
    letter-spacing: 0; } 
  .xl\:tracking-wide {
    letter-spacing: 0.025em; } 
  .xl\:tracking-wider {
    letter-spacing: 0.05em; } 
  .xl\:tracking-widest {
    letter-spacing: 0.1em; } 
  .xl\:text-col-2 {
    column-count: 2;
    column-gap: 5em; } 
  .xl\:text-col-3 {
    column-count: 3;
    column-gap: 5em; } 
  .xl\:text-list-none {
    list-style-type: none; } 
  .xl\:text-list-disc {
    list-style-type: disc; } 
  .xl\:text-list-decimal {
    list-style-type: decimal; } 
  .xl\:text-list-inside {
    list-style-position: inside; } 
  .xl\:text-list-outside {
    list-style-position: outside; } 
  .xl\:height-0-vh {
    height: 0vh; } 
  .xl\:min-height-0-vh {
    min-height: 0vh; } 
  .xl\:max-height-0-vh {
    max-height: 0vh; } 
  .xl\:height-5-vh {
    height: 5vh; } 
  .xl\:min-height-5-vh {
    min-height: 5vh; } 
  .xl\:max-height-5-vh {
    max-height: 5vh; } 
  .xl\:height-10-vh {
    height: 10vh; } 
  .xl\:min-height-10-vh {
    min-height: 10vh; } 
  .xl\:max-height-10-vh {
    max-height: 10vh; } 
  .xl\:height-15-vh {
    height: 15vh; } 
  .xl\:min-height-15-vh {
    min-height: 15vh; } 
  .xl\:max-height-15-vh {
    max-height: 15vh; } 
  .xl\:height-20-vh {
    height: 20vh; } 
  .xl\:min-height-20-vh {
    min-height: 20vh; } 
  .xl\:max-height-20-vh {
    max-height: 20vh; } 
  .xl\:height-25-vh {
    height: 25vh; } 
  .xl\:min-height-25-vh {
    min-height: 25vh; } 
  .xl\:max-height-25-vh {
    max-height: 25vh; } 
  .xl\:height-30-vh {
    height: 30vh; } 
  .xl\:min-height-30-vh {
    min-height: 30vh; } 
  .xl\:max-height-30-vh {
    max-height: 30vh; } 
  .xl\:height-35-vh {
    height: 35vh; } 
  .xl\:min-height-35-vh {
    min-height: 35vh; } 
  .xl\:max-height-35-vh {
    max-height: 35vh; } 
  .xl\:height-40-vh {
    height: 40vh; } 
  .xl\:min-height-40-vh {
    min-height: 40vh; } 
  .xl\:max-height-40-vh {
    max-height: 40vh; } 
  .xl\:height-45-vh {
    height: 45vh; } 
  .xl\:min-height-45-vh {
    min-height: 45vh; } 
  .xl\:max-height-45-vh {
    max-height: 45vh; } 
  .xl\:height-50-vh {
    height: 50vh; } 
  .xl\:min-height-50-vh {
    min-height: 50vh; } 
  .xl\:max-height-50-vh {
    max-height: 50vh; } 
  .xl\:height-55-vh {
    height: 55vh; } 
  .xl\:min-height-55-vh {
    min-height: 55vh; } 
  .xl\:max-height-55-vh {
    max-height: 55vh; } 
  .xl\:height-60-vh {
    height: 60vh; } 
  .xl\:min-height-60-vh {
    min-height: 60vh; } 
  .xl\:max-height-60-vh {
    max-height: 60vh; } 
  .xl\:height-65-vh {
    height: 65vh; } 
  .xl\:min-height-65-vh {
    min-height: 65vh; } 
  .xl\:max-height-65-vh {
    max-height: 65vh; } 
  .xl\:height-70-vh {
    height: 70vh; } 
  .xl\:min-height-70-vh {
    min-height: 70vh; } 
  .xl\:max-height-70-vh {
    max-height: 70vh; } 
  .xl\:height-75-vh {
    height: 75vh; } 
  .xl\:min-height-75-vh {
    min-height: 75vh; } 
  .xl\:max-height-75-vh {
    max-height: 75vh; } 
  .xl\:height-80-vh {
    height: 80vh; } 
  .xl\:min-height-80-vh {
    min-height: 80vh; } 
  .xl\:max-height-80-vh {
    max-height: 80vh; } 
  .xl\:height-85-vh {
    height: 85vh; } 
  .xl\:min-height-85-vh {
    min-height: 85vh; } 
  .xl\:max-height-85-vh {
    max-height: 85vh; } 
  .xl\:height-90-vh {
    height: 90vh; } 
  .xl\:min-height-90-vh {
    min-height: 90vh; } 
  .xl\:max-height-90-vh {
    max-height: 90vh; } 
  .xl\:height-95-vh {
    height: 95vh; } 
  .xl\:min-height-95-vh {
    min-height: 95vh; } 
  .xl\:max-height-95-vh {
    max-height: 95vh; } 
  .xl\:height-100-vh {
    height: 100vh; } 
  .xl\:min-height-100-vh {
    min-height: 100vh; } 
  .xl\:max-height-100-vh {
    max-height: 100vh; } 
  .xl\:flex-reverse {
    flex-direction: column-reverse; } 
  .xl\:margin-right--8x {
    margin-right: -8rem; } 
  .xl\:margin-bottom--4x {
    margin-bottom: -4rem; } }@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "unicons";
    src: url("../fonts/unicons_e87ac26a0fa4edd6b247cde9db62d03b.svg#unicons") format("svg"); } 
  @font-face {
    font-family: "unicons";
    src: url("/assets/unicons_e87ac26a0fa4edd6b247cde9db62d03b-bc2f1bae66fd14ff28bf1cb174f34f7e4858a1aa68d09805f0dd1809ed3f8b99.svg#unicons") format("svg"); } }