:root{--primary-color:hsl(86, 48%, 56%);--secondary-color:hsl(210, 39%, 17%);--dark-color:hsl(0, 0%, 25%);--primary-color-50:rgb(245.4936, 247.742, 239.858);--primary-color-100:rgb(235.8528, 240.808, 224.392);--primary-color-150:rgb(226.0452, 234.198, 208.602);--primary-color-200:rgb(216.0384, 227.912, 192.488);--primary-color-250:rgb(205.8, 221.95, 176.05);--primary-color-300:rgb(195.2976, 216.312, 159.288);--primary-color-350:rgb(184.4988, 210.998, 142.202);--primary-color-400:rgb(173.3712, 206.008, 124.792);--primary-color-450:rgb(161.8824, 201.342, 107.058);--primary-color-500:var(--primary-color);--primary-color-550:rgb(134.752877381, 191.5568035714, 65.8431964286);--primary-color-600:rgb(118.0966634921, 173.1117142857, 55.6882857143);--primary-color-650:rgb(101.6682333333, 153.027875, 47.172125);--primary-color-700:rgb(85.6270380952, 132.4997142857, 39.1002857143);--primary-color-750:rgb(70.0175099206, 111.5272321429, 31.4727678571);--primary-color-800:rgb(54.8840809524, 90.1104285714, 24.2895714286);--primary-color-850:rgb(40.2711833333, 68.2493035714, 17.5506964286);--primary-color-900:rgb(26.2232492063, 45.9438571429, 11.2561428571);--primary-color-950:rgb(12.7847107143, 23.1940892857, 5.4059107143);--primary-color-1000:black;--secondary-color-50:rgb(227.6815813953, 235.6355255814, 239.9184186047);--secondary-color-100:rgb(199.8602790698, 215.9972589147, 225.3397209302);--secondary-color-150:rgb(171.5360930233, 196.0349116279, 211.2639069767);--secondary-color-200:rgb(142.7090232558, 175.6981953488, 197.6909767442);--secondary-color-250:rgb(113.3790697674, 154.9368217054, 184.6209302326);--secondary-color-300:rgb(83.5462325581, 133.7005023256, 172.0537674419);--secondary-color-350:rgb(68.2487906977, 110.4351209302, 144.9512093023);--secondary-color-400:rgb(53.6629767442, 87.5158015504, 117.1370232558);--secondary-color-450:rgb(39.5800465116, 65.0206651163, 88.8199534884);--secondary-color-500:var(--secondary-color);--secondary-color-550:rgb(22.698, 38.1666, 54.702);--secondary-color-600:rgb(19.552, 33.4101333333, 49.248);--secondary-color-650:rgb(16.562, 28.7462, 43.638);--secondary-color-700:rgb(13.728, 24.1904, 37.872);--secondary-color-750:rgb(11.05, 19.7583333333, 31.95);--secondary-color-800:rgb(8.528, 15.4656, 25.872);--secondary-color-850:rgb(6.162, 11.3278, 19.638);--secondary-color-900:rgb(3.952, 7.3605333333, 13.248);--secondary-color-950:rgb(1.898, 3.5794, 6.702);--secondary-color-1000:black;--dark-color-50:rgb(235.9, 235.9, 235.9);--dark-color-100:rgb(216.8, 216.8, 216.8);--dark-color-150:rgb(197.7, 197.7, 197.7);--dark-color-200:rgb(178.6, 178.6, 178.6);--dark-color-250:rgb(159.5, 159.5, 159.5);--dark-color-300:rgb(140.4, 140.4, 140.4);--dark-color-350:rgb(121.3, 121.3, 121.3);--dark-color-400:rgb(102.2, 102.2, 102.2);--dark-color-450:rgb(83.1, 83.1, 83.1);--dark-color-500:var(--dark-color);--dark-color-550:rgb(59.328, 55.872, 55.872);--dark-color-600:rgb(54.272, 48.128, 48.128);--dark-color-650:rgb(48.832, 40.768, 40.768);--dark-color-700:rgb(43.008, 33.792, 33.792);--dark-color-750:rgb(36.8, 27.2, 27.2);--dark-color-800:rgb(30.208, 20.992, 20.992);--dark-color-850:rgb(23.232, 15.168, 15.168);--dark-color-900:rgb(15.872, 9.728, 9.728);--dark-color-950:rgb(8.128, 4.672, 4.672);--dark-color-1000:black;--bg-color:var(--primary-color-50);--highlight-bg-color:var(--primary-color-600);--highlight-fg-color:var(--primary-color-50);--header-title-color:var(--primary-color-50);--title-color:var(--primary-color-900);--icon-color:var(--primary-color-500);--text-color:var(--primary-color-800);--button-bg-color:var(--primary-color-500);--button-fg-color:var(--primary-color-900);--button-highlight-bg-color:var(--primary-color-700);--button-highlight-fg-color:var(--primary-color-100);--scrollbar-bg-color:var(--bg-color);--scrollbar-fg-color:var(--primary-color);--shadow-color:#999;--breakpoint-xs:0px;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px}:host([theme=dark]){--bg-color:var(--primary-color-950);--highlight-bg-color:var(--primary-color-800);--highlight-fg-color:var(--secondary-color-50);--header-title-color:var(--primary-color-50);--title-color:var(--primary-color-100);--icon-color:var(--primary-color-300);--text-color:var(--primary-color-100);--button-bg-color:var(--primary-color-700);--button-fg-color:var(--primary-color-100);--button-highlight-bg-color:var(--primary-color-900);--button-highlight-fg-color:var(--primary-color-100);--scrollbar-bg-color:var(--bg-color);--scrollbar-fg-color:var(--secondary-color);--shadow-color:#000}:host .header h2{color:var(--header-title-color)}:host h2,:host h3,:host h4{font-family:"Comfortaa";color:var(--title-color)}:host h2{font-size:1.3rem}:host h3{font-size:1rem;margin:40px 0 10px 0}:host p{color:var(--text-color)}:host .text-no-overflow{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}*::-webkit-scrollbar{width:11px}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-fg-color) var(--scrollbar-bg-color)}*::-webkit-scrollbar-track{background:var(--bg-color)}*::-webkit-scrollbar-thumb{background-color:var(--scrollbar-fg-color);border-radius:6px;border:3px solid var(--scrollbar-fg-color)}.header h2{text-shadow:1px 1px 3px #000}h3.first-title{margin:10px 0}svg.seedling{width:27px;float:right;padding-top:35px;color:var(--icon-color)}svg.seedling.one-line{padding-top:20px}button,a.button{float:right;background:var(--button-bg-color);color:var(--button-fg-color);border:0;padding:5px 15px;font-size:0.95em;font-weight:bold;cursor:pointer;margin-top:-4px}button.full-width,a.button.full-width{float:none;margin:15px 0 0;width:100%;font-weight:bold}@media screen and (min-width: 576px){button.view-map{display:none}}.highlight,.highlight h2,.highlight h3,.highlight h4,.highlight p{background:var(--highlight-bg-color);color:var(--highlight-fg-color);position:relative}.highlight button{background:var(--button-highlight-bg-color);color:var(--button-highlight-fg-color);position:absolute}.wide-button{float:left !important;width:calc(100% - 30px);text-align:center;text-decoration:none;margin-bottom:20px}.subrow{margin-top:10px}.subrow span.right{float:right}.subrow svg{width:14px;padding-right:5px;color:var(--icon-color)}.overview{display:flex;justify-content:space-around;margin:0 -10px}.overview .block{width:50%;text-align:center;color:#222}.overview .block.full{width:100%;color:#333}.overview .block p{font-size:2em;font-family:"Comfortaa"}.overview .block p small{font-size:0.5em}