
:root{
	/* backgrounds */
	--bg0: #fbfaf9; /* body */
	--bg1: #f09b9b;
	--bg2: #f0b89b;
	--bg3: #f0d49b;
	--bg4: #f0f09b;
	--bg5: #d4f09b;
	--bg6: #b8f09b;
	--bg7: #9bf09b;
	--bg8: #9bf0b8;
	--bg9: #9bf0d4;
	--bg10: #9bf0f0;
	--bg11: #9bd4f0;
	--bg12: #9bb8f0;
	--bg13: #9b9bf0;
	--bg14: #b89bf0;
	--bg15: #d49bf0;
	--bg16: #f09bf0;
	--bg17: #f09bd4;
	--bg18: #f09bb8;
	--bg98: #ededed; /* overlaytop */
	--bg99: #a4a4a4; /* fingerprint and perf */
	--bggood: #bae6aa40;
	--bgbad: #fb80802e;
	/* text */
	--testh: #000; /* h2 title */
	--test0: #0b0b0b;  /* body */
	--test1: #be0f0f;  /* 190,  15,  15 | s218 */
	--test2: #c85a1e;  /* 200,  90,  30 | s188 */
	--test3: #c8870f;  /* 200, 135,  15 | s219 */
	--test4: #a0a00a;  /* 160. 160,  10 | s225 */
	--test5: #82b919;  /* 130, 185,  25 | s194 */
	--test6: #46be0f;  /*  70, 190,  15 | s214 */
	--test7: #0ab90a;  /*  10, 185,  10 | s229 */
	--test8: #0aa537;  /*  10, 165,  55 | s226 */
	--test9: #0a9164;  /*  10, 145, 100 | s222 */
	--test10: #14aaaa; /*  20, 170, 170 | s201 */
	--test11: #1482b4; /*  30, 130, 180 | s204 */
	--test12: #3c73e1; /*  60, 115, 225 | s187 */
	--test13: #5f5fd7; /*  95,  95, 215 | s152 */
	--test14: #8c60e6; /* 140,  95, 230 | s186 */
	--test15: #9137be; /* 145,  55, 190 | s141 */
	--test16: #d750d7; /* 215,  80, 215 | s160 */
	--test17: #b43d8c; /* 180,  60, 140 | s128 */
	--test18: #c81f5a; /* 200,  30,  90 | s188 */
	--test99: #808080; /* fp + perf */
	--testbad: #be0f0f;
	--testred: #be0f0f; /* not affected by basic mode */
	--testweight: bold;
	/* other */
	--txtbasic: #69004f;
	--txtindicate: #a4a4a4; /* color change of copy button */
	--txtlink: #5079cb;
  --txtSize: 11px;
  --txtSizeBigger: 18px;
	/* json colors */
	--jboolean: #058b00;
	--jkey: #0074e8;
	--jnull: #5c5c5f;
	--jstring: #dd00a9;
}

@media (prefers-color-scheme: light) {
	/* DARK mode: we only apply it with prefers-light to encourage dark reader extensions to trigger */
	:root{
	/* backgrounds */
	--bg0: #161b22;
	--bg98: #161b22;
	--bg99: #808080;
	--bggood: none;
	--bgbad: none;
	/* text */
	--testh: #ffffff;
	--test0: #b3b3b3;
	--test1: #dc9d9d;
	--test2: #dcb29d;
	--test3: #dcc79d;
	--test4: #dcdc9d;
	--test5: #c7dc9d;
	--test6: #b2dc9d;
	--test7: #9ddc9d;
	--test8: #9ddcb2;
	--test9: #9ddcc7;
	--test10: #9ddcdc;
	--test11: #9dc7dc;
	--test12: #9db2dc;
	--test13: #9d9ddc;
	--test14: #b29ddc;
	--test15: #c79ddc;
	--test16: #dc9ddc;
	--test17: #dc9dc7;
	--test18: #dc9db2;
	--testbad: #ff8787;
	--testred: #ff8787;
	--testweight: normal;
	/* other */
	--txtbasic: #d4c1b3;
	--txtindicate: white;
	--txtlink: #9db2dc;
	/* json colors */
	--jstring: #ff7de9;
	--jboolean: #86de74;
	--jnull: #939395;
	--jkey: #75bfff;
	}
}

html {
	scrollbar-width: none; /* so all window measurements are the same: note we still measure scrollbars in elements */
}
body {background-color: var(--bg0); color: var(--test0);}
h2 {color: var(--testh); font-size: 14px; text-align: center; margin-top: inherit;}
code {
	background: rgba(142, 142, 145, 0.25) !important;
	padding: 2px 6px; /* top+bottom | left+ right */
}

a {color: black; text-decoration: none;}
a.blue {color: var(--txtlink); text-decoration: none;}
a.return {color: var(--txtlink); text-decoration: none;  font-size: 14px; line-height: 1.2em}

.no_color {color: var(--test0);}
.good {color: var(--test7); background-color: var(--bggood);}
.bad {color: var(--testbad); background-color: var(--bgbad);}
.red {color: var(--testred); background-color: var(--bgbad);} /* use in basic mode to enforce showing an issue e.g. mismatched metric counts */
.faint {color: var(--test99);}
.indicate {color: var(--indicate);}
.hidden {display: none;}
.health, .healthsilent {font-size: 10px;}
.smaller {font-size: 11px;}
.bigger {font-size: var(--txtSizeBigger);}
.offscreen {
	position: absolute !important;
	top: -2000% !important;
	left: 0px !important;
}
.bold {font-weight: bold;}
.normal {font-weight: normal;}
.mono {font-family: monospace, "Courier New"; font-size: var(--txtSize);}
.strike {text-decoration: line-through;}
.spaces {white-space: pre-wrap;}
.nospaces {white-space: normal;}
.perf {font-family: monospace, "Courier New"; font-size: 12px; white-space: pre-wrap;}
.lies {color: var(--test99); text-decoration: underline;}

/* buttons */
.btn {
	display: inline-block;
	font-size: 12px;
	font-family: monospace, "Courier New";
	padding-left: 4px;
	padding-right: 6px;
	cursor: pointer;
}
.btnright {
	padding-right: 0px;
}
.btnb {cursor: pointer;}
/* item metrics/counts: dotted, no padding, normal */
.btnc {
	font-weight: normal;
	text-decoration: underline;
	text-decoration-style: dotted;
	cursor: pointer;
}
.btns {
	text-decoration: underline;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}
.btn0, .s0 {color: var(--test0);}
.btn1, .s1 {color: var(--test1); cursor: pointer;}
.btn2, .s2 {color: var(--test2);}
.btn3, .s3 {color: var(--test3);}
.btn4, .s4 {color: var(--test4);}
.btn5, .s5 {color: var(--test5);}
.btn6, .s6 {color: var(--test6);}
.btn7, .s7 {color: var(--test7);}
.btn8, .s8 {color: var(--test8);}
.btn9, .s9 {color: var(--test9);}
.btn10, .s10 {color: var(--test10);}
.btn11, .s11 {color: var(--test11);}
.btn12, .s12 {color: var(--test12);}
.btn13, .s13 {color: var(--test13);}
.btn14, .s14 {color: var(--test14);}
.btn15, .s15 {color: var(--test15);}
.btn16, .s16 {color: var(--test16);}
.btn17, .s17 {color: var(--test17);}
.btn18, .s18 {color: var(--test18);}
.btn99, .s99 {color: var(--test99);}
.btngood, .sgood {color: var(--test7); background-color: var(--bggood);}
.btnbad, .sbad {color: var(--testbad); background-color: var(--bgbad);}
.btnred, .sred {color: var(--testred); background-color: var(--bgbad);}
.btn-left {float: left; position: relative; left: -15px; top: 0px;}
.btn-right {float: right; position: relative; top: 0px; text-align: right;}

/* tooltips */
.icon {font-size: 10px; font-weight: bold; color: var(--test0); cursor: default;}
.ttip {position: relative; display: inline-block; font-weight: normal;}
.ttip .ttxt {
	visibility: hidden; width: 150px; background-color: var(--test0); color: var(--bg0); text-align: center;
	border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; top: -12px; left: 130%;}
.ttip .ttxtb {
	visibility: hidden; width: 210px; background-color: var(--test0); color: var(--bg0); text-align: center;
	border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; top: -12px; left: 130%;}
.ttip .ttxtx {
	visibility: hidden; width: 250px; background-color: var(--test0); color: var(--bg0); text-align: center;
	border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; top: -12px; left: 130%;}
.ttip:hover .ttxt, .ttip:hover .ttxtb, .ttip:hover .ttxtx {visibility: visible;}
.ttip .ttxt::after, .ttip .ttxtb::after, .ttip .ttxtx::after {
	content: " "; position: absolute; top: 50%; right: 100%; margin-top: -5px; border-width: 5px;
	border-style: solid; border-color: transparent var(--test0) transparent transparent;}

/* overlay */
#modaloverlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 900;
	display: none;
}
#overlay {
	position: fixed;
	top: 50%;
	left: 50%;
	right: 0;
	bottom: 0;
	transform: translate(-50%, -50%);
	display: none;
	width: 95%;
	max-width: 725px;
	min-width: 225px;
	height: 85%;
	overflow-y:scroll;
	border: 2px solid var(--test0);
	background-color: var(--bg0);
	z-index: 1000;
	overscroll-behavior: contain;
	box-shadow: 5px 5px 10px black;
}
#overlaytop {
	position: sticky;
	top: 0;
	background-color: var(--bg98);
	border-bottom: 1px solid var(--test0);
	padding: 18px 25px;
	z-index: 1000;
}
#overlaycontent {
	position: absolute;
	margin: 15px 25px 10px;
	padding-bottom: 15px;
	overflow-y:scroll;
	scrollbar-width: none;
}
#overlaybuttons {
	float: right;
	width: fit-content;
	text-align: right;
}

/* JSON */
.string {color: var(--jstring);}
.boolean, .number {color: var(--jboolean);}
.null {color: var(--jnull);}
.key {color: var(--jkey);}

/* table nav */
div.nav-title {position: relative; font-weight: bold;}
div.nav-down {position: absolute; right: 5px; top: 0px; width: 250px; text-align: right;}
div.nav-up {position: absolute; left: 5px; top: 0px; width: 250px; text-align: left;}
div.nav-right {position: absolute; right: 5px; top: -2px; width: 0px;}

/* tables */
table {
	width: 98%;
	min-width: 475px;
	max-width: 775px;
	border-collapse: collapse;
	margin: 0 auto 10px auto;
	font-size: 12px;
}
tbody:before {content: "-"; display: block; line-height: 1em; color: transparent;}
td {padding-top: 2px; padding-bottom: 3px; padding-left: 10px; vertical-align: top;}
th {color: black; font-size: 14px; padding: 3px 0;}

table td:first-child { text-align: right;}
table td.blurb {text-align: center; line-height: 1.5em;}
table td.center {text-align: center;}
table td.intro {text-align: left; line-height: 1.5em; padding-bottom: 10px; padding-left: 0px;}
table td.secthash {
	text-align: left;
	vertical-align: top;
	line-height: 1.2em;
	padding-bottom: 8px;
	font-family: monospace, "Courier New";
	font-size: 12px;
}
table td.showhide {text-align: center; padding-top: 7px; padding-bottom: 7px;}
tr td.border-bottom {
	border-bottom: 1px solid var(--test99);
	border-bottom-style: dashed;
}
tr td.border-top {
	border-top: 1px solid var(--test99);
	border-top-style: dashed;
}

#tb1 th {background-color: var(--bg1);}
#tb2 th {background-color: var(--bg2);}
#tb3 th {background-color: var(--bg3);}
#tb4 th {background-color: var(--bg4);}
#tb5 th {background-color: var(--bg5);}
#tb6 th {background-color: var(--bg6);}
#tb7 th {background-color: var(--bg7);}
#tb8 th {background-color: var(--bg8);}
#tb9 th {background-color: var(--bg9);}
#tb10 th {background-color: var(--bg10);}
#tb11 th {background-color: var(--bg11);}
#tb12 th {background-color: var(--bg12);}
#tb13 th {background-color: var(--bg13);}
#tb14 th {background-color: var(--bg14);}
#tb15 th {background-color: var(--bg15);}
#tb16 th {background-color: var(--bg16);}
#tb17 th {background-color: var(--bg17);}
#tb18 th {background-color: var(--bg18);}
#tb99 th {background-color: var(--bg99);}
#tbfp th {background-color: var(--bg99);}
#tbperf th {background-color: var(--bg99);}
#tbblock th {background-color: var(--bg99);}

.togA, .togP, #btnFS, /* android, perf, fullscreen element */
.togUA, .togUAD, .togAI, .togAW, .togMM,
.togCS, .togFS, .togFG, .togL, .togS, .togTP, .togTA, .togTL, .togTT, .togTO {display: none;}

#tb1 td:first-child {color: var(--test1); font-weight: var(--testweight)}
	#tb1 .togS td:first-child {color: var(--test99); font-weight: normal;} /* screen/window/viewport */
#tb2 td:first-child {color: var(--test2); font-weight: var(--testweight)}
	#tb2 .togUA td:first-child {color: var(--test99); font-weight: normal;} /* useragent */
	#tb2 .togUAD td:first-child {color: var(--test99);} /* useragentdata */
	#tb2 .togAI td:first-child {color: var(--test99); font-weight: normal;} /* agent iframes */
	#tb2 .togAW td:first-child {color: var(--test99); font-weight: normal;} /* agent workers */
#tb3 td:first-child {color: var(--test3); font-weight: var(--testweight)}
#tb4 td:first-child {color: var(--test4); font-weight: var(--testweight)}
	#tb4 .togTT td:first-child {color: var(--test99); font-weight: normal;} /* timezone timezone */
	#tb4 .togTL td:first-child {color: var(--test99); font-weight: normal;} /* timezone lastmodified */
	#tb4 .togTO td:first-child {color: var(--test99); font-weight: normal;} /* timezone offsets */
#tb5 td:first-child {color: var(--test5); font-weight: var(--testweight)}
#tb6 td:first-child {color: var(--test6); font-weight: var(--testweight)}
#tb7 td:first-child {color: var(--test7); font-weight: var(--testweight)}
#tb8 td:first-child {color: var(--test8); font-weight: var(--testweight)}
#tb9 td:first-child {color: var(--test9); font-weight: var(--testweight)}
#tb10 td:first-child {color: var(--test10); font-weight: var(--testweight)}
#tb11 td:first-child {color: var(--test11); font-weight: var(--testweight)}
#tb12 td:first-child {color: var(--test12); font-weight: var(--testweight)}
	#tb12 .togFS td:first-child {color: var(--test99); font-weight: normal;} /* font sizes */
	#tb12 .togFG td:first-child {color: var(--test99); font-weight: normal;} /* font glyphs */
#tb13 td:first-child {color: var(--test13); font-weight: var(--testweight)}
#tb14 td:first-child {color: var(--test14); font-weight: var(--testweight)}
	#tb14 .togCS td:first-child {color: var(--test99); font-weight: normal;} /* computed styles */
	#tb14 .togMM td:first-child {color: var(--test99); font-weight: normal;} /* matchmedia + css */
#tb15 td:first-child {color: var(--test15); font-weight: var(--testweight)}
#tb16 td:first-child {color: var(--test16); font-weight: var(--testweight)}
#tb17 td:first-child {color: var(--test17); font-weight: var(--testweight)}
	#tb17 .togTA td:first-child {color: var(--test99); font-weight: normal;} /* timing audio */
	#tb17 .togTP td:first-child {color: var(--test99); font-weight: normal;} /* timing precision */
#tb18 td:first-child {color: var(--test18); font-weight: var(--testweight)}
#tb99 td:first-child {color: var(--test99);} /* index page */
#tbfp td:first-child {color: var(--test99); font-weight: var(--testweight);}
#tbperf td:first-child {color: var(--test99);}

/*** FP POCs ***/
.cursive {font-family: cursive;}
.emoji {font-family: emoji;}
.fangsong {font-family: fangsong;}
.fantasy {font-family: fantasy;}
.math {font-family: math;}
.monospace {font-family: monospace;}
.none {font-family: none;}
.sans-serif {font-family: sans-serif;}
.serif {font-family: serif;}
.system-ui {font-family: system-ui;}
.ui-monospace {font-family: ui-monospace;}
.ui-rounded {font-family: ui-rounded;}
.ui-sans-serif {font-family: ui-sans-serif;}
.ui-serif {font-family: ui-serif;}

.normalized {
	font-family: none !important;
	font-size: initial !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	line-height: normal !important;
	text-transform: none !important;
	text-align: left !important;
	text-decoration: none !important;
	text-shadow: none !important;
	white-space: normal !important;
	word-break: normal !important;
	word-spacing: normal !important;
}
#element-fp {
	position: fixed;
	top: 0;
	left: 0;
	font-family: none;
	font-size: initial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	transform: skew(1.787542deg, 3.263901deg); /* domrect */
}
#element-fp .unstyled {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
#element-fp .revert {
	all: revert;
}
.skew {transform: skew(1.787542deg,3.263901deg);}

/*** TZP MAIN ***/
@font-face {font-family: "ABR"; src: url("../fonts/AdobeBlankRegular.ttf");}
@font-face {
	font-family: "graphite";
	/* src: url("../fonts/GraphiteWidthTest.ttf"); */
	src: url(data:font/truetype;base64,AAEAAAAUAQAABABARFNJRwAAAAEAAAFMAAAACEZlYXSAA4EXAAALNAAAABxHbGF0A8sFdwAACjQAAAA2R2xvYwCvAJUAAApsAAAAHk9TLzJRF1vMAAABVAAAAGBTaWxmHoAfnQAACowAAACmU2lsbICBgJQAAAtQAAAAFGNtYXABZABDAAABtAAAAExjdnQgAAAAAAAAAgAAAAGeZnBnbeLCUEIAAAOgAAAAE2dhc3AABwAbAAADtAAAAAxnbHlmnTyrAQAAA8AAAAGoaGVhZCVhj4AAAAVoAAAANmhoZWEG1QJ0AAAFoAAAACRobXR4CSIAvQAABcQAAAAYbG9jYQGKASIAAAXcAAAADm1heHAAcQB4AAAF7AAAACBuYW1lpHI7RgAABgwAAAMPcG9zdFJPeoAAAAkcAAAARXByZXC8yrV/AAAJZAAAAM8AAAABAAAAAAAEAYUBkAAFAAACigJYAAAASwKKAlgAAAFeADIBAwAAAAAEAAAAAAAAAAAAAAMAAAAAAAAAAAAAAABNQUNSAMAAIAAtA6//HwAAA68A4QAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAOAAAAAoACAACAAIAIAArAC0AoP//AAAAIAArAC0AoP///+H/2P/X/2EAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAALHZFILADJUUjYWgYI2hgRC0AAAEAAgAHAAr//wAPAAIAPwAAAbYC+AADAAcAVEAgAQgIQAkCBwQEAQAGBQQDAgUEBwAHBgcBAgEDAAEBAEZ2LzcYAD88LzwQ/TwQ/TwBLzz9PC88/TwAMTABSWixAAhJaGGwQFJYOBE3uQAI/8A4WTMRIRElMxEjPwF3/sf6+gL4/Qg/AnsAAAADACoAZgEwAWwAAwAHAAsAQUAVAQUFQAYAAwAFAgEDAgcABAEAAQRGdi83GAAvPC8Q/TwBLzz9PAAxMAFJaLEEBUloYbBAUlg4ETe5AAX/wDhZEzMRIychFSE1IRUhh01NXQEG/voBBv76AWz++qlNTU0AAAEAKgDCATABDwADAEFAFQEFBUAGAAMABQIBAwIHAAQBAAEERnYvNxgALzwvEP08AS88/TwAMTABSWixBAVJaGGwQFJYOBE3uQAF/8A4WSUhNSEBMP76AQbCTQAAAQAqAMIDJAEPAAMAQUAVAQUFQAYAAwAFAgEDAgcABAEAAQRGdi83GAAvPC8Q/TwBLzz9PAAxMAFJaLEEBUloYbBAUlg4ETe5AAX/wDhZJSE1IQMk/QYC+sJNAAABAAAAAQAAga0g2F8PPPUADwPoAAAAAOF4FG8AAAAA4Xk3NQAqAAADJAL4AAAABwACAAAAAAAAAAEAAAOv/x8AAANOAAAAAAMkAAEAAAAAAAAAAAAAAAAAAAAGAfQAPwEsAAAAAAAAAVoAKgFaACoDTgAqAAAAPgA+AD4AeACmANQAAAABAAAABgAMAAMAAAAAAAIAAgAWAAEAAABkAFQAAAAAAAAAEQDSAAEAAAAAAAEAEwAAAAEAAAAAAAIABwATAAEAAAAAAAQAEwAaAAEAAAAAAAUADQAtAAEAAAAAAAYAEwA6AAEAAAAAAQAABgIrAAMAAQQJAAAAzABNAAMAAQQJAAEAJgEZAAMAAQQJAAIADgE/AAMAAQQJAAMAPAFNAAMAAQQJAAQAJgGJAAMAAQQJAAUAGgGvAAMAAQQJAAYAJgHJAAMAAQQJAAcACAHvAAMAAQQJABAAJgH3AAMAAQQJABEADgIdAAMAAQQJAQAADAIxR3JhcGhpdGUgV2lkdGggVGVzdFJlZ3VsYXJHcmFwaGl0ZSBXaWR0aCBUZXN0VmVyc2lvbiAxLjAwMEdyYXBoaXRlIFdpZHRoIFRlc3QAKABjACkAIABDAG8AcAB5AHIAaQBnAGgAdAAgADIAMAAyADMAIABTAEkATAAgAEkAbgB0AGUAcgBuAGEAdABpAG8AbgBhAGwALAAgADcANQAwADAAIABXAC4AIABDAGEAbQBwACAAVwBpAHMAZABvAG0AIABSAGQALgAsACAARABhAGwAbABhAHMALAAgAFQAWAAgADcANQAyADMANgAgAFUAUwBBACAAKAA5ADcAMgApACAANwAwADgALQA3ADQAOQA1ACAAUgBXAEUARwByAGEAcABoAGkAdABlACAAVwBpAGQAdABoACAAVABlAHMAdABSAGUAZwB1AGwAYQByADEALgAwADAAMAA7AE0AQQBDAFIAOwBHAHIAYQBwAGgAaQB0AGUAIABXAGkAZAB0AGgAIABUAGUAcwB0AEcAcgBhAHAAaABpAHQAZQAgAFcAaQBkAHQAaAAgAFQAZQBzAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwADAAMABHAHIAYQBwAGgAaQB0AGUAIABXAGkAZAB0AGgAIABUAGUAcwB0AE4AbwBuAGUARwByAGEAcABoAGkAdABlACAAVwBpAGQAdABoACAAVABlAHMAdABSAGUAZwB1AGwAYQByTm9OYW1lAE4AbwBOAGEAbQBlAAACAAAAAAAA/5wAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAADAQIADgAQAQMLbm9OYW1lMDAwMDEKaHlwaGVud2lkZQAAAEBHJiYlJSQkIyMiIiEhICAfHx4eHR0cHBsbGhoZGRgYFxcWFhUVFBQTExISEREQEA8PDg4NDQwMCwsKCgkJCAgDAwICAQEAAACNuAH/hUVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoREVoRLMFBEYAK7MHBkYAK7EEBEVoRLEGBkVoRAAAAQAAAQEAHgECAA8ACQEBAB4BAgAeAAUBAgAeAAUBAQAeAQEAHgACAAEAHgACAAEAHgEBAB4AAAABAAAAAAAFAAQACAAOABIAGAAeACIAJgAsADIANgAAAAIAAAABAAAAAAAMAAkAAAAAAQABAf8AAAAAAQIDAAAAAAAAAQAAAAAAAAAABgAAAEwAAACaAAIAAgABAAAAAAAgAAcAAACgAAgAAgACAAoADAAOAAUABAAFAQAAAQAAAAAAlQAAAJUAAACWAAAAAAACAAEAAQABAAEAAQAAAAAABAAEAAAAAAABAAAAAAAAAAEAAAAAAAAAAQAAAAQAAQAAHAAZMQAAAAEAAAABAAAAAAAAAAEAAAAAABiAAAEAAAB//wABAAAAAAAAAAAAAICAgIAAAAAU) format("truetype");
}
