/* Beheeromgeving fix*/
#dsEditSearchBlock .show_searchbox::before {font-size:22px !important;}
.fdPageHeader {margin:21px 10px 0;line-height:1.1;font-family: 'Roboto', 'Open sans', Arial, Verdana;}
/* Verberg niet gebruikte layouts */
.pagelink.std_layout-icon-list li:nth-child(-n+6),
#std_layout-icon-list li:nth-child(-n+6) {display:none;}

/* print en pagefooter verborgen*/
div#content-footer {display:none;}

.pageheader {display:none;}

.section .dsEditText {display:inline;}
a.list-icon.location_icon::before {width:20px;padding-right:10px;}
#quicksearch-keywords_suggestions ul li {overflow-wrap: break-word;hyphens: auto;}

form.simpleform .checkfields li {display:flex;}
form.simpleform input.checkbox, form.simpleform input.radio {margin:0 0.5rem 0 0;float:none;}
form.simpleform .checkfields ul label, form.simpleform label.inline {margin:0;}

:root {
    --color1: #004678;
    --color2: #FFFFFF;
    --color3: #004678;
    --color4: #FFFFFF;
    --color5: #008091;
    --color6: #FFFFFF;
    --color510: #00809110;
    --color530: #00809130;
    --color550: #00809150;
    --linkcolor:#004678;
    --bordercolor:#008091;
}
/* Hoogcontrast */

:root.highcontrast {
    --color1: #004678;
    --color2: #FFFFFF;
    --color3: #000000;
    --color4: #FFFFFF;
    --color5: #000000;
    --color6: #FFFFFF;
    --color510: #e5e5e510;
    --color530: #d9d9d930;
    --color550: #b2b2b250;
    --linkcolor:#004678;
    --bordercolor:#d9d9d9;
}
@media only screen and (max-width: 959px) {
	:root {
		--nonscrolledheaderheight: 113px;
		--scrolledheaderheight: 113px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
	:root {
		--nonscrolledheaderheight: 94px;
		--scrolledheaderheight: 88px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1459px) {
	:root {
		--nonscrolledheaderheight: 94px;
		--scrolledheaderheight: 88px;
	}
}
@media only screen and (min-width: 1460px) {
	:root {
		--nonscrolledheaderheight: 94px;
		--scrolledheaderheight: 88px;
	}
}


.highcontrast ul.onlytoptasks.columns li.column a img {filter:brightness(0);}
.highcontrast .column .quickto h2,
.highcontrast .container.landing.vacancy h2, 
.highcontrast .container_aside.landing.briefing h2,
.highcontrast .fotobar h2,
.highcontrast .fotobar_three h2, 
.highcontrast .landing.my_municipality h2,
.highcontrast .container.landing.vacancy h2 a, 
.highcontrast .container_aside.landing.briefing h2 a, 
.highcontrast .fotobar h2 a, 
.highcontrast .fotobar_three h2 a {background-color:transparent;color:var(--color1);}
.highcontrast .quickto ul li {background-color:transparent;}
.highcontrast .container_aside ul.items li {border-color:var(--color1);}

.highcontrast a,
.highcontrast #thematictabs ul.items li a h3,
.highcontrast .section.folder a, 
.highcontrast .section.search-results a, 
.highcontrast .section.briefing a,
.highcontrast .section.sitemap a,
.highcontrast #row3 .onecolumn .landing ul.items li span.title,
.highcontrast #row2 .onecolumn .landing.folder ul.items li span.title, 
.highcontrast #row2 .onecolumn .landing.folder ul.items li a span.title,
.highcontrast .footer_mappoint a.list-icon.mail-icon, 
.highcontrast .footer_mappoint a.list-icon.url-icon, 
.highcontrast .footer_mappoint a.list-icon.phone-icon, 
.highcontrast .footer_mappoint a.list-icon.whatsapp-icon, 
.highcontrast .footer_mappoint a.list-icon.location_icon,
.highcontrast div#footer ul.quicklinks li a,
.highcontrast .advanced_filters.search-filters ul li.active span.fa, 
.highcontrast .row2_content .search-filters ul li.facet a span,
.highcontrast .breadcrumbs a {text-decoration:underline;color:var(--color1);}
.highcontrast .row2_content .search-filters ul li.facet a span span {text-decoration:none;color:#000000;}

.visittime h3 {display:none !important;}
.objectinfo {font-style:italic;}
#social-follow {height:auto;}
#social-follow h2 {padding-top:3px;}
.visitaddress,
.visittime {margin-bottom:1rem;}
.visitaddress p,
.visittime p {margin-bottom:0;}

/* COOKIEBAR */
#cookieInfoWindow,
.information-bar {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color1);
    padding: 30px;
    border-radius: 10px;
    max-width: 900px;
    max-height:unset;
    border-bottom: 0;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
[role="tab"][aria-selected="true"] {background-color:transparent;color:var(--color2);}
#cookieInfoWindow .contentrow {width:100%;}
#cookieInfoWindow h1 {margin:0 0 1rem;}

.information-bar a {
    color: var(--color2);
}
.information-bar .text {
    margin-bottom: 30px;
    color: var(--color2);
}

.information-bar .links {
    margin-bottom: 0;
}

.information-bar .links li a {
    background-color: var(--color2);
    border-radius: 10px;
    padding: 10px 30px !important;
    color: var(--color1);
    text-decoration: underline;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
}

.information-bar .links li:last-of-type {
    margin-left: 20px;
}

@media screen and (max-width: 700px) {
    .information-bar {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .information-bar .links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .information-bar .links li {
        width: 100%;
    }

    .information-bar .links li:last-of-type {
        margin-top: 10px;
        margin-left: 0;
    }
}

p.emphasisgreen{background-color:var(--color550);}
p.emphasisyellow {}
p.emphasisred {}

a.calltoaction {border:2px solid var(--color1);}
a.calltoaction:hover,
a.calltoaction:focus,
a.calltoaction.new-window:hover, 
a.calltoaction.new-window:focus,
a.calltoaction.external:hover, 
a.calltoaction.external:focus,
a.calltoaction.new-window.external:hover, 
a.calltoaction.new-window.external:focus {background-color:var(--color2);color:var(--color1);}

html {
	transition: all 0.5s;
}
body {
	font-family: 'Calibri', Arial, sans-serif;
	font-size:1rem;
	line-height:1.5rem;
	color:#000000;
}
p, dl, ul, ol, hr {color:#000000;}
a {transition:all 0.5s;}
a:hover,
a:focus {text-decoration-thickness:1px;}
a:focus,
button:focus {outline:1px dotted var(--color1);}
a.list-icon,
#social-sharing a.list-icon.whatsapp-icon,
.list-icon.fax-icon::before {color:var(--color1);}

h1, h2, h3, h4, h5, h6  {color:var(--color1);font-family:'Calibri', Arial, sans-serif;font-weight:500;}
p.description, a, .item-text .title a, .item-title, .items p.description, .subitems p.description {color:var(--color1);}
h1 ~ .description {margin: 0 0 2.125rem;font-weight:normal;font-size:1.125rem;line-height:1.6875rem;}

h1 {font-size:2rem;line-height:2.5rem;margin:3.125rem 0 2.5rem;}

/* Landingspagina met eerste Kop groter */
.sublayout_row2_ .document > h2 {font-size:2rem;line-height:2.5rem;margin:1.125rem 0 2.5rem;}

h2,
.items h2,
.toggle_heading {font-size:1.5rem;line-height:1.8rem;margin:1rem 0 0.5rem;font-weight:normal;}
h3,
.items h3 {font-size:1.25rem;line-height:1.575rem;margin:1rem 0 0.5rem}
.item-title {font-weight:500;}
h4,
.items h4 {font-size:1.125rem;line-height:1.575rem;margin:1rem 0 0.5rem}
h5 {font-size:1rem;line-height:1.5rem;margin:1rem 0 0.5rem}
h6 {font-size:1rem;font-style:normal;line-height:1.5rem;margin:1rem 0 0.5rem}

li p {margin-bottom:0;}

/* Fomulier */
.calendar-header .header {margin-top:9px;}

/* lijsten */
.items li .description,
span.objectinfo {color:#000000;}
a.item-title {font-size:inherit;font-weight:inherit;}
.items li,
.items li.last-child {margin:0;padding:0 0 1rem;border-bottom:1px solid var(--bordercolor);}
.items p.description, .items p.with-photo {margin:0;}
.items li {position:relative;}

.section li {position:relative !important;}

.section.folder h2 a::before,
.section h2 a::before,
.section.folder a::before,
.section.search-results h3 a::after, 
.section.briefing h2 a::after {content:"";position:absolute;top:0;left:0;bottom:0;right:0;transition:all 0.2s ease;}
#thematictabs ul.items li a:hover,
#thematictabs ul.items li a:focus,
.section .items li a:hover::before,
.section .items li a:focus:before {background-color: var(--color530);}

.section .items li {padding:0.5rem 0.5rem 1rem;box-sizing:border-box;}
.section .items li h2 {margin:0;}
.section .items li h2 a,
.section .items li a {
	font-size:1.5rem;
	font-family:'Calibri', Arial, sans-serif;
	display:block;
	padding:0.5rem 2rem 0.5rem 0;
}
.section .items li span.objectinfo {}

.section .items li a .dsEditText {display:inline;}
.section .items li h2 a::after,
.section .items li a::after {
    content: "";
    width: 1rem;
    height: 2rem;
    display: inline-block;
    position: absolute;
    left:auto;
    top:auto;
    bottom:auto;
    right: 0.5rem;
    background-repeat:no-repeat;
	background-position:right center;
	background-size:11px auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 18' xml:space='preserve'%3E%3Cpath fill='%23008091' d='M2.49 16.78c-.37.37-.96.37-1.33 0l-.89-.88a.924.924 0 0 1 0-1.32l6.02-6.04L.27 2.48a.942.942 0 0 1 0-1.32l.89-.89c.37-.37.96-.37 1.33 0l7.59 7.59c.37.37.37.96 0 1.33l-7.59 7.59z'/%3E%3C/svg%3E%0A");
}

.items.three.columns {display:flex;flex-wrap:wrap;}

.items li a:hover {color:var(--color1);}
.items li .with-photo img, 
.items li .item-photo img {width:auto;height:auto;margin-right:1rem;padding-top:0.3rem;max-width:260px !important;object-fit: cover}

/* sitemap */
.sitemap .items li:focus-within,
.sitemap .items li:hover {background-color:transparent;}
.sitemap .items li,
.sitemap .items li.last-child {border-bottom-width:0px;}
.sitemap .items li {margin-top:0;}
.sitemap .subitems {margin:1rem 0;}
.sitemap .subitems .subitems {margin:0 0 0.5rem;}
.sitemap .subitems li {padding-bottom:0;}
.sitemap a.item-title {font-weight:500;}
.sitemap .subitems .subitems a.item-link {}

/* rij kleuren */
#row1 {background-color:unset;}

/* Fixed kruimelpad */
.breadcrumbs a {color:var(--color1);}
.breadcrumbs a::after {color:#000000;}

div#row1.sublayout_row1_one-columns {position:relative;}
div#row1.sublayout_row1_one-columns .onecolumn {position:absolute; top:0;bottom:0;width:auto;}
div#row1.sublayout_row1_one-columns .onecolumn .landing {width:max-content;position:absolute;top:40%;padding:2rem;margin:0;background-color:var(--color2);}
div#row1.sublayout_row1_one-columns .onecolumn .landing * {margin:0;padding:0;}

div#row1.sublayout_row1_topsix_search {background-position:top center !important}

.fixed_header.calamity_active div#row1.sublayout_row1_topsix_search,
.fixed_header.calamity_active div#row1.sublayout_row1_one-columns {padding-top:0} 

.contentrow.calamity {
	margin-top: 3.5rem;
	margin-bottom: -3.5rem;
}
.layout_four .contentrow.calamity
{	 margin-top: 0;	 margin-bottom: 0; }
#row1.row1_breadcrumb {border-bottom:1px solid var(--color1);background-color:var(--color530);z-index:4;left:0; right:0;transition:all 0.5s;}
.scrolled_past_header #row1.row1_breadcrumb {box-shadow: 0 0 2px 0 #000000;top:88px;}
.breadcrumbs {margin:0;padding:1rem 0;line-height:1.5rem;min-height:3.375rem;}

/* footer skyline */

div#footer {text-align:center;}
div#footer ul.quicklinks {float:none;margin:1rem;}
div#footer ul.quicklinks li {border-right:1px solid var(--color1);padding:0 0.5rem;margin:0;}
div#footer ul.quicklinks li.last-child {border-width:0;}
div#footer ul.quicklinks li a {color:var(--color1);text-decoration:underline;}

/* header */
div#header {min-height:0px;border-bottom:1px solid var(--color1);}
.scrolled_past_header div#header {
    box-shadow: 0 2px 4px 0 #000000;
}
a#logo {
    padding:10px 0;
    margin:0;
    max-width:unset;
    width:220px;
    height:72px;
    background-image: 

    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_6' x='0' y='0' style='enable-background:new 0 0 882.1 286' version='1.1' viewBox='0 0 882.1 286'%3E%3Cstyle%3E.st2%7Bfill:%23fff%7D.st3%7Bfill:%2300447c%7D%3C/style%3E%3Cpattern id='Polka_Dot_Pattern' width='69' height='69' x='-168.3' y='540.9' patternUnits='userSpaceOnUse' style='overflow:visible' viewBox='2.1 -70.9 69 69'%3E%3Cpath d='M2.1-70.9h69v69h-69z' style='fill:none'/%3E%3Cpath d='M2.1-70.9h69v69h-69z' style='fill:%23f7bc60'/%3E%3Cpath d='M61.8-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0M54.1-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0M46.4-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0M38.8-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0M31.1-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0M23.4-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0M15.8-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0M8.1-71.7v.2l-.2.2c-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2c0 .1 0 .1 0 0M.4-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.2.4.6.6.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2c0 .1 0 .1 0 0M69.4-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0' class='st2'/%3E%3Cpath d='M.5-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.2.3.6.6.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2c0 .1 0 .1 0 0M69.4-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M61.8-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M54.1-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M46.5-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M38.8-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M31.1-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M23.5-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M15.8-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M8.2-64v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .2.2.4.3.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2.1.3.1.2.1.3-.1 0-.1 0 0 0M.5-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1 0 .3.1.4 0 .2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2M69.4-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M61.8-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M54.1-56.3v.2c-.1 0-.1 0-.2.1s-.1.3-.1.4c-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M46.5-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M38.8-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M31.1-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M23.5-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M15.8-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M8.2-56.3v.2c-.1 0-.2 0-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c-.1 0-.1 0 0 0M.5-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M69.4-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M61.8-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M54.1-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M46.5-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M38.8-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M31.1-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M23.5-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M15.8-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M8.2-48.7v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.1.2.3.6.5.6s.4-.1.5-.1c.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2.1.3.1.2.1.3-.1 0-.1 0 0 0M.5-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.2.3.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M69.4-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M61.8-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M54.1-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M46.5-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M38.8-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M31.1-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M23.5-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M15.8-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M8.2-41v.2c-.1 0-.2 0-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c-.1 0-.1 0 0 0M.5-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5h.4c.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2M69.4-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M61.8-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M54.1-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M46.5-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M38.8-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M31.1-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M23.5-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M15.8-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M8.2-33.4v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c-.1 0-.1 0 0 0M.5-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M69.4-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M61.8-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M54.1-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M46.5-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M38.8-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M31.1-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M23.5-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M15.8-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M8.2-25.7v.2c-.1.1-.2 0-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .1.2.3.3.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2.1.2.1.2.1.3-.1 0-.1 0 0 0M.5-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.3.5.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M69.4-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M61.8-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M54.1-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M46.5-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M38.8-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M31.1-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M23.5-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M15.8-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M8.2-18.1v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .2.2.4.3.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2.1.3.1.2.1.3-.1.1-.1 0 0 0M.5-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1 0 .3.1.4.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.1c0 .1 0 0 0 0M69.4-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M61.8-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.4.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2M54.1-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M46.5-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M38.8-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.4.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2M31.1-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M23.5-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M15.8-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.4.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2M8.2-10.4v.2c-.1.1-.2 0-.2.1-.1.1-.1.3-.1.3-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .2.2.4.3.6.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2.1.2.1.2.1.3-.1 0-.1 0 0 0M.5-10.4v.2c-.1.1-.1.1-.2.1 0 .1-.1.3-.1.3-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.2.3.6.6.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.4.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2M69.4-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.2.4.6.6.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2c0 .1 0 0 0 0M61.8-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .2.2.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M54.1-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.2.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2.1.3-.1.4-.3v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.1c0 .1 0 0 0 0M46.5-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.1.2.3.6.5.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2.1.2.1.1.1.2M38.8-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .2.2.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M31.1-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.2.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M23.5-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.1.2.3.6.6.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2c0 .1 0 0 0 0M15.8-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.2.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M8.2-2.8v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .2.2.4.3.5.2.2.4.6.6.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8 0 .1-.2.2-.3.2-.2.1-.1.2-.3.3-.1 0-.2.1-.2.2v.1c-.1.1-.1 0 0 0M.5-2.8v.2c-.1.1-.1.1-.2.1 0 .1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .2.2.4.4.5.2.2.3.6.6.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2 0 .3-.2.4-.4v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.1 0-.2.1-.4.1-.1.1-.1.2-.3.3-.1 0-.2.1-.2.2v.1c0 .1 0 0 0 0' class='st2'/%3E%3C/pattern%3E%3Cpath d='M111.5 32.2V0H0v175.9s-.4 81.9 98.5 103.2c4.2.9 13.1 6.9 13.1 6.9v-18.3c0-7.4-3.6-21.7-3.7-47.8-6.4 2.3-10.6 8.7-15.5 15.8-7.3 10.7-18.1 15.3-18.1 15.3 11.1-7.8 12.7-17.3 20.1-27.3 1.3-1.7 2.8-3.2 4.5-4.4-5.9 1.8-11.1 4.8-18 8.8-15.3 8.7-31.1 8.2-31.1 8.2 13.7-1.6 26.2-13.1 39.2-19.5 5.8-2.8 12.5-3.6 17.1-3.8l-28.4-48.7c-.8-.2-2.2-.5-3.8-1.3-.2-.1-.3-.2-.4-.2-2.4-1.2-5-3.2-6.4-6.7.2 1.2.4 4.9-2.5 9.4 0 0-2.6-4.5-1.4-9.2 1.3-4.9 4.8-10.8-3.4-27.4-8.1 16.5-4.7 22.6-3.6 27.4 1.1 4.6-1.3 9.2-1.3 9.2-3.4-5.4-2.3-9.9-2.3-9.9s-1 4.4-7 7.4c-2-6.1.2-10 .2-10s-2.2 3.9-8.5 5.2c-.4-6.5 2.9-9.6 2.9-9.6s-3.2 3.1-9.7 2.8c0 0 2.6-4.6 7.3-5.8 4.9-1.3 11.7-1.3 22-16.7-18.3 1.2-21.9 7.2-25.5 10.6-3.5 3.3-8.6 3.5-8.6 3.5 2.9-5.7 7.4-7 7.4-7s-4.3 1.3-9.9-2.4c4.3-4.8 8.8-4.9 8.8-4.9s-4.5 0-8.8-4.8c5.4-3.6 9.8-2.3 9.8-2.3s-4.3-1.2-7.3-7c0 0 5.3 0 8.7 3.4 3.6 3.6 7 9.5 25.4 10.7-10.2-15.3-17.2-15.4-22-16.8-4.6-1.4-7.3-5.7-7.3-5.7 6.4-.3 9.7 2.9 9.7 2.9s-3.3-3.1-2.9-9.7c6.3 1.3 8.6 5.2 8.6 5.2s-2.3-3.8-.2-10c5.9 2.9 6.9 7.3 6.9 7.3s-1.1-4.3 2.4-9.8c0 0 2.6 4.5 1.4 9.2-1.3 4.8-4.7 10.7 3.2 26.9l.1.1v-.1c.1.1.1.3.2.4 8.1-16.5 4.7-22.6 3.6-27.4-1.1-4.6 1.3-9.2 1.3-9.2 3.4 5.4 2.3 9.9 2.3 9.9s1-4.4 7-7.4c2 6.1-.2 10-.2 10s2.2-3.9 8.5-5.2c.4 6.5-2.9 9.6-2.9 9.6s3.2-3.1 9.7-2.8c0 0-2.6 4.6-7.3 5.8-4.9 1.3-11.7 1.3-22 16.7 18.3-1.2 21.9-7.2 25.5-10.6 3.5-3.3 8.6-3.5 8.6-3.5-2.9 5.7-7.4 7-7.4 7s4.3-1.3 9.9 2.4c-4.3 4.8-8.8 4.9-8.8 4.9s4.5 0 8.8 4.8c-5.4 3.6-9.8 2.3-9.8 2.3s4.3 1.2 7.3 7c0 0-5.3 0-8.7-3.4-3.6-3.6-7-9.5-25.4-10.7 10.2 15.3 17.2 15.4 22 16.8 4.6 1.4 7.3 5.7 7.3 5.7-5.4.2-8.7-2-9.5-2.7.1.1.1.2.2.3.6.8 1.8 2.7 2.3 5.6v.2c0 .2 0 .4.1.5.1.7.1 1.5.1 2.1v.7c-.1 1-.3 2-.4 2.7l26.5 46.4V99.2c-2.3-2.7-4.8-6.9-4-11.6-.4 1-2 4.4-6.9 7 0 0 0-5.3 3.4-8.7 3.6-3.6 9.5-7 10.7-25.4-15.3 10.2-15.4 17.2-16.8 22-1.5 4.5-5.9 7.3-5.9 7.3-.3-6.4 2.9-9.7 2.9-9.7s-3.1 3.3-9.7 2.9c1.3-6.3 5.2-8.6 5.2-8.6s-3.8 2.3-10 .2c2.9-5.9 7.3-6.9 7.3-6.9s-4.3 1.1-9.8-2.4c0 0 4.5-2.6 9.2-1.4 4.9 1.3 10.8 4.8 27.4-3.4-16.5-8.2-22.6-4.7-27.4-3.6-4.6 1.1-9.2-1.3-9.2-1.3 5.4-3.4 9.9-2.3 9.9-2.3s-4.4-1-7.4-7c6.1-2 10 .2 10 .2s-3.9-2.2-5.2-8.5c6.5-.4 9.6 2.9 9.6 2.9s-3.1-3.2-2.8-9.7c0 0 4.6 2.6 5.8 7.3 1.3 4.9 1.3 11.7 16.7 22-1.2-18.4-7.2-21.9-10.6-25.6-3.3-3.5-3.5-8.6-3.5-8.6 5.7 2.9 7 7.4 7 7.4s-1.3-4.3 2.4-9.9c4.7 4.3 4.7 8.4 4.7 8.4zM59.8 128.9zM59.7 129z' class='st3'/%3E%3Cpath d='M59.7 128.9c0 .1 0 .1 0 0 0 .1 0 .1 0 0 0 .1.1.1 0 0 .1 0 0 0 0 0z' class='st3'/%3E%3Cpath d='M173.3 236.3c-13.7-1.6-26.2-13.1-39.2-19.5-6.2-3-13.3-3.7-17.9-3.9l28.3-48.6c.9-.2 2.2-.6 3.7-1.3-2-6.1.2-10 .2-10s-2.2 3.9-8.5 5.2c.1 1.2.3 2.2.5 3l-25.3 45.3V98.7c-1.8 2.3-3.6 3.7-3.6 3.7v165.3c0-7.4 3.6-21.7 3.7-47.8 6.4 2.3 10.6 8.7 15.5 15.8 7.3 10.7 18.1 15.3 18.1 15.3-11.1-7.8-12.7-17.3-20.1-27.3-1.3-1.7-2.8-3.2-4.5-4.4 5.9 1.8 11.1 4.8 18 8.8 15.4 8.7 31.1 8.2 31.1 8.2z' style='fill:%23008c99'/%3E%3Cpath d='M162.6 129c-18.5 1.2-22 7.2-25.6 10.6-3.5 3.3-8.6 3.5-8.6 3.5 2.9-5.7 7.4-7 7.4-7s-4.3 1.3-9.9-2.4c4.3-4.8 8.8-4.9 8.8-4.9s-4.5 0-8.8-4.8c5.4-3.6 9.8-2.3 9.8-2.3s-4.3-1.2-7.3-7c0 0 5.3 0 8.7 3.4 3.5 3.7 6.9 9.7 25.5 10.9zM162.4 128.9c18.5-1.2 22-7.2 25.6-10.6 3.5-3.3 8.6-3.5 8.6-3.5-2.9 5.7-7.4 7-7.4 7s4.3-1.3 9.9 2.4c-4.3 4.8-8.8 4.9-8.8 4.9s4.5 0 8.8 4.8c-5.4 3.6-9.8 2.3-9.8 2.3s4.3 1.2 7.3 7c0 0-5.3 0-8.7-3.4-3.6-3.7-6.9-9.7-25.5-10.9z' class='st3'/%3E%3Cpath d='M162.4 129c8.2-16.6 4.8-22.7 3.6-27.5-1.1-4.6 1.3-9.2 1.3-9.2 3.4 5.4 2.3 9.9 2.3 9.9s1-4.4 7-7.4c2 6.1-.2 10-.2 10s2.2-3.9 8.5-5.2c.4 6.5-2.9 9.6-2.9 9.6s3.2-3.1 9.7-2.8c0 0-2.6 4.6-7.3 5.8-4.8 1.4-11.7 1.3-22 16.8z' class='st3'/%3E%3Cpath d='M191.8 151.4s-2.8-4.3-7.3-5.7c-4.5-1.3-11.1-1.5-20.4-14.6l-1.1-1.8.6 1.1c-.4-.5-.8-1.1-1.2-1.7 8.3 16.7 4.8 22.6 3.5 27.5-1.3 4.7 1.4 9.2 1.4 9.2 3.5-5.5 2.4-9.8 2.4-9.8s1 4.4 6.9 7.3c1.8-5.5.2-9.2-.2-9.9.4.6 2.8 3.9 8.5 5 .4-6.6-2.9-9.7-2.9-9.7s3.4 3.4 9.8 3.1zM161.5 127l.9 1.5-1.3-2.4c-6.4-14.4-3.3-19.9-2.1-24.5 1.3-4.7-1.4-9.2-1.4-9.2-3.5 5.5-2.4 9.8-2.4 9.8s-1-4.4-6.9-7.3c-2 6.1.2 10 .2 10s-2.3-3.8-8.6-5.2c-.4 6.6 2.9 9.7 2.9 9.7s-3.3-3.2-9.7-2.9c0 0 2.8 4.3 7.3 5.7 4.8 1.4 11.8 1.5 22 16.9-.3-.8-.6-1.4-.9-2.1z' class='st3'/%3E%3Cpath d='M140 158.3c6.3-1.3 8.5-5.2 8.5-5.2s-2.2 3.9-.2 10c0 0 .1 0 .1-.1.3-.1.6-.3.8-.5 1.3-.7 2.3-1.5 3.1-2.3.3-.3.7-.7.9-1 .1-.2.3-.3.4-.5 1-1.3 1.4-2.4 1.5-2.9 0-.1.1-.2.1-.2v.1c-.1.7-.8 4.8 2.4 9.7 0 0 2.4-4.5 1.3-9.2-1.1-4.8-4.6-11 3.6-27.5-10.3 15.5-17.2 15.5-22.1 16.8-4.7 1.2-7.3 5.8-7.3 5.8 6.5.3 9.7-2.8 9.7-2.8s-1.5 1.4-2.3 4.3c-.4 1.6-.7 3.3-.5 5.5zM111.6 32.6s0-4.5 4.8-8.8c3.6 5.4 2.3 9.8 2.3 9.8s1.2-4.3 7-7.3c0 0 0 5.3-3.4 8.7-3.6 3.6-9.5 6.9-10.7 25.5' class='st3'/%3E%3Cpath d='M111.5 60.4c16.6 8.2 22.7 4.8 27.5 3.6 4.6-1.1 9.2 1.3 9.2 1.3-5.4 3.4-9.9 2.3-9.9 2.3s4.4 1 7.4 7c-6.1 2-10-.2-10-.2s3.9 2.2 5.2 8.5c-6.5.4-9.6-2.9-9.6-2.9s3.1 3.2 2.8 9.7c0 0-4.6-2.6-5.8-7.3-1.4-4.8-1.3-11.7-16.8-22z' class='st3'/%3E%3Cpath d='M111.4 60.5c15.4-10.2 15.5-17.3 16.9-22 1.4-4.6 5.7-7.3 5.7-7.3.3 6.4-2.9 9.7-2.9 9.7s3.1-3.3 9.7-2.9c-1.3 6.3-5.2 8.6-5.2 8.6s3.8-2.3 10-.2c-2.9 5.9-7.3 6.9-7.3 6.9s4.3-1.1 9.8 2.4c0 0-4.5 2.6-9.2 1.4-4.9-1.4-10.8-4.9-27.5 3.4zM111.6 102.4s1.8-1.4 3.6-3.7c.4-.5.8-1 1.2-1.6 0-.1.1-.1.1-.2.1-.1.1-.2.2-.3.4-.7.7-1.3 1-1.9.1-.1.1-.2.2-.3 0-.1.1-.2.1-.3.8-2 1.2-4.2.8-6.5.3.9 2 4.6 6.9 7.1 0 0-.2-5.1-3.5-8.6-3.4-3.6-9.5-7.2-10.6-25.6v41.9zm7.1-15.1s0-.1 0 0c0-.1 0 0 0 0z' class='st3'/%3E%3C/svg%3E"),
    /* logo */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_6' x='0' y='0' style='enable-background:new 0 0 882.1 286' version='1.1' viewBox='0 0 882.1 286'%3E%3Cstyle%3E.st2%7Bfill:%23fff%7D.st3%7Bfill:%2300447c%7D%3C/style%3E%3Cpattern id='Polka_Dot_Pattern' width='69' height='69' x='-168.3' y='540.9' patternUnits='userSpaceOnUse' style='overflow:visible' viewBox='2.1 -70.9 69 69'%3E%3Cpath d='M2.1-70.9h69v69h-69z' style='fill:none'/%3E%3Cpath d='M2.1-70.9h69v69h-69z' style='fill:%23f7bc60'/%3E%3Cpath d='M61.8-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0M54.1-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0M46.4-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0M38.8-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0M31.1-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0M23.4-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0M15.8-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0M8.1-71.7v.2l-.2.2c-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2c0 .1 0 .1 0 0M.4-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.2.4.6.6.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2c0 .1 0 .1 0 0M69.4-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 .1 0 0' class='st2'/%3E%3Cpath d='M.5-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.2.3.6.6.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2c0 .1 0 .1 0 0M69.4-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M61.8-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M54.1-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M46.5-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M38.8-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M31.1-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M23.5-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M15.8-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M8.2-64v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .2.2.4.3.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2.1.3.1.2.1.3-.1 0-.1 0 0 0M.5-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1 0 .3.1.4 0 .2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2M69.4-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M61.8-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M54.1-56.3v.2c-.1 0-.1 0-.2.1s-.1.3-.1.4c-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M46.5-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M38.8-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M31.1-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M23.5-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M15.8-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M8.2-56.3v.2c-.1 0-.2 0-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c-.1 0-.1 0 0 0M.5-56.3v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M69.4-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M61.8-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M54.1-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M46.5-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M38.8-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M31.1-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M23.5-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M15.8-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M8.2-48.7v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.1.2.3.6.5.6s.4-.1.5-.1c.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2.1.3.1.2.1.3-.1 0-.1 0 0 0M.5-48.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.2.3.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M69.4-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M61.8-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M54.1-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M46.5-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M38.8-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M31.1-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M23.5-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M15.8-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M8.2-41v.2c-.1 0-.2 0-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c-.1 0-.1 0 0 0M.5-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5h.4c.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2M69.4-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M61.8-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M54.1-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M46.5-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M38.8-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M31.1-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M23.5-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M15.8-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M8.2-33.4v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c-.1 0-.1 0 0 0M.5-33.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M69.4-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M61.8-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M54.1-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M46.5-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M38.8-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M31.1-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M23.5-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M15.8-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M8.2-25.7v.2c-.1.1-.2 0-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .1.2.3.3.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2.1.2.1.2.1.3-.1 0-.1 0 0 0M.5-25.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.3.5.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M69.4-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M61.8-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M54.1-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M46.5-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M38.8-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M31.1-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M23.5-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M15.8-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M8.2-18.1v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .2.2.4.3.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2.1.3.1.2.1.3-.1.1-.1 0 0 0M.5-18.1v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1 0 .3.1.4.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.1c0 .1 0 0 0 0M69.4-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M61.8-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.4.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2M54.1-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M46.5-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M38.8-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.4.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2M31.1-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M23.5-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3M15.8-10.4v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.4.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2M8.2-10.4v.2c-.1.1-.2 0-.2.1-.1.1-.1.3-.1.3-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .2.2.4.3.6.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2.1.2.1.2.1.3-.1 0-.1 0 0 0M.5-10.4v.2c-.1.1-.1.1-.2.1 0 .1-.1.3-.1.3-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.2.3.6.6.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.4.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2M69.4-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.2.2.4.6.6.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2c0 .1 0 0 0 0M61.8-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .2.2.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M54.1-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.2.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2.1.3-.1.4-.3v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.1c0 .1 0 0 0 0M46.5-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.1.2.3.6.5.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2.1.2.1.1.1.2M38.8-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .2.2.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M31.1-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.2.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M23.5-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.3.4.4.5.1.2.3.6.6.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.2c0 .1 0 0 0 0M15.8-2.8v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4.1.2.2.4.4.5.2.1.4.6.6.6.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2 0-.3.1-.4.2-.2.1-.1.2-.3.2-.1 0-.2.1-.2.2v.3c0 .1 0 0 0 0M8.2-2.8v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .2.2.4.3.5.2.2.4.6.6.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8 0 .1-.2.2-.3.2-.2.1-.1.2-.3.3-.1 0-.2.1-.2.2v.1c-.1.1-.1 0 0 0M.5-2.8v.2c-.1.1-.1.1-.2.1 0 .1-.1.3-.1.4-.2.1 0 .2 0 .3v.2c0 .1 0 .3.1.4 0 .2.2.4.4.5.2.2.3.6.6.7.2 0 .4-.1.5-.1.2 0 .4 0 .6-.1.2-.1.1-.3.3-.5.1-.1.3 0 .4-.1.2 0 .3-.2.4-.4v-.2c0-.1.1-.2.1-.3 0-.1-.1-.1-.1-.2v-.3c0-.2 0-.4-.1-.5-.4-.7-1.2-.9-2-.8-.1 0-.2.1-.4.1-.1.1-.1.2-.3.3-.1 0-.2.1-.2.2v.1c0 .1 0 0 0 0' class='st2'/%3E%3C/pattern%3E%3Cpath d='M286.4 196.5c-6.2 0-16.5-.5-26.5-.5h-13.4v-8.2c4-1.1 8.8-1.8 13.4-2.2v-83.3c-4.6-.3-9.4-1.1-13.4-2.2v-8.2h13.1c7.4 0 18.5-.5 31-.5 22.6 0 33.7 9.4 33.7 24.9 0 10.9-7.5 20.6-18.6 24.2v.3c14.5 2.5 20.9 13.1 20.9 23.9 0 12.7-7.7 31.8-40.2 31.8zm1.7-93.4c-4.9 0-9.9.2-14.2.3V137c2.9.2 6 .2 9.5.2 17.1 0 26-6.8 26-18.2.1-9.3-4.7-15.9-21.3-15.9zm-4.5 44.6c-1.7 0-7.2 0-9.7.2v36.3c2.8.5 7.2.8 13.2.8 16.9 0 24.5-8.2 24.5-19.6 0-13.4-12-17.7-28-17.7zM378.6 187.9v8.2h-40.2v-8.2c4-1.1 8.8-1.8 13.4-2.2V94.4c-3.7-.6-8.9-1.2-13.4-1.5v-8.2c7.7-.9 18.3-1.5 27.1-1.1v102.1c4.7.4 9.3 1.1 13.1 2.2zM436.4 196.1c0-5.4 0-10.9.8-15.2h-.3c-3.7 9.4-13.4 16.6-26 16.6s-21.3-6.8-21.3-18.9c0-16.8 17.1-27.1 46-27.3v-5.9c0-10.8-3.9-16.5-16.3-16.5-4.6 0-9.9.6-14.2 1.8-.3 3.9-1.1 8.2-1.8 12.5h-8.5v-21.1c7.2-2.6 16.2-4.2 26.2-4.2 22.2 0 28.5 10.3 28.5 25.6v41.7c3.7.6 8.8 1.2 12.9 1.5v8.2c-7.2 1-17.9 1.6-26 1.2zm-.8-35.1c-25.4 0-32.5 7.5-32.5 15.1 0 6.5 4.6 10.6 11.7 10.6 12.5 0 20.8-12.3 20.8-24.3V161zM523.5 131.7c-17.6-2.8-25.4 9.1-25.4 33.6v20.5c4.6.3 9.4 1.1 13.4 2.2v8.2h-40.7V188c4-1.1 8.8-1.8 13.4-2.2v-55.4c-3.7-.6-8.9-1.2-13.4-1.5v-8.2c7.7-.9 18.3-1.5 26.8-1.1 0 4.8-.5 11.9-1.5 18.2h.2c3.4-10.6 11.1-21.3 27.9-19.6l-.7 13.5zM532.9 196.1v-8.2c4-1.1 8.8-1.8 13.4-2.2v-55.4c-3.7-.6-8.9-1.2-13.4-1.5v-8.2c7.7-.9 18.3-1.5 27.3-1.1v66.2c4.5.3 9.1 1.1 12.9 2.2v8.2h-40.2zm20.5-89.2c-5.1 0-9.2-4-9.2-9.1 0-4.9 4.2-8.9 9.2-8.9 4.9 0 9.1 3.9 9.1 8.9s-4.2 9.1-9.1 9.1zM618.1 197.2c-18.9 0-34.7-8.6-34.7-36.8 0-24.6 12.5-41.9 38.5-41.9 6 0 12.9.9 18.3 2.6v22.3h-8.6c-.9-4.5-1.5-8.8-2-12.5-2.6-.9-6.2-1.4-9.5-1.4-14.3 0-22.2 11.2-22.2 28.5 0 15.6 5.1 27.3 23.1 27.3 6.6 0 13.6-1.5 18.8-4.2l.9 12c-5.5 2.1-13.4 4.1-22.6 4.1zM711.9 196.1c0-4.6.3-11.4 1.1-16l-.3-.2c-4.3 10.6-13.9 17.7-27 17.7-17.6 0-22.9-10.9-22.9-24.5v-42.8c-3.7-.6-8.8-1.2-12.9-1.5v-8.2c7.2-.9 17.7-1.5 26.8-1.1V169c0 10.8 2.9 17.1 12.9 17.1 12.6 0 21.9-12.8 21.9-29.7v-26c-3.5-.6-8.2-1.1-12.3-1.4v-8.3c7.4-.9 17.6-1.5 26-1.1v65.8c3.7.6 8.8 1.2 13.1 1.5v8.2c-7.5.8-18.1 1.4-26.4 1zM855.4 147c0-10.6-2.6-17.4-12.5-17.4-10.9 0-21.6 11.6-21.6 30v26.2c4.2.3 8.6 1.1 12.5 2v8.3h-26.2v-49.3c0-9.5-2-17.2-12.5-17.2-11.7 0-21.4 12.5-21.4 30v26.2c4.2.3 8.6 1.1 12.3 2v8.3h-39.6v-8.2c4-1.1 8.8-1.8 13.4-2.2v-55.4c-3.7-.6-8.9-1.2-13.4-1.5v-8.2c7.7-.9 18.5-1.5 27-1.1 0 4.5-.5 11.4-1.2 16l.3.2c4.3-10.8 14.2-17.7 26.5-17.7 16.2 0 20.5 11.2 21.3 17.4 3.1-7.2 11.4-17.4 26.2-17.4 14.5 0 22.6 7.9 22.6 25.1v42.7c4.6.3 9.2 1.1 12.9 2.2v8.2h-26.6V147zM296.7 35.3v23.3c-6.1 2.2-13.4 3.3-19.5 3.3-17.7 0-29.7-10.9-29.7-29.9 0-18.3 12-32.1 31.7-32.1 5.6 0 10.8.8 16 2.2v12.7h-3.7c-.6-3.1-1-5.9-1.3-8.5-3.9-1-8.1-1.6-11.8-1.6-12.9 0-24.9 8.4-24.9 26.4 0 16.8 10 26 24.6 26 4.8 0 8.9-.7 12.8-2V35.3c-2.7-.2-5.5-.6-7.8-1.2V31h20v3.1c-1.9.6-4.1 1-6.4 1.2zM346.9 36.8h-30.2c-.5 14.4 4.9 20.3 15.3 20.3 4.7 0 9.7-1.3 12.9-2.9l.5 5c-4 1.6-8.9 2.6-14.4 2.6-13.3 0-20.3-7.2-20.3-22.9 0-13.3 7.2-23.1 19.3-23.1s17 8.5 17 18.1c0 .6 0 1.7-.1 2.9zm-17.3-16.5c-6.6 0-11.3 4.8-12.6 12.2h24c.2-7.2-4.2-12.2-11.4-12.2zM419.5 32.3c0-7.2-1.7-11.8-8.6-11.8-7.4 0-14.2 7.4-14.2 19.6V57c2.7.2 5.4.6 7.6 1.3v3h-13.2v-29c0-6.4-1.3-11.7-8.7-11.7-7.8 0-14.1 8.1-14.1 19.6v16.9c2.6.2 5.4.6 7.6 1.3v3h-21.1v-3c2.3-.6 5.1-1.1 7.8-1.3V21.2c-2.2-.4-5.2-.7-7.8-.9v-3c3.7-.4 9.3-.8 13.5-.6 0 3-.3 7.4-.8 10.3l.2.1c2.5-6.8 8.4-11.2 16-11.2 10.6 0 12.5 7.8 12.5 11 1.5-4.2 6.4-11 15.7-11 8.3 0 13.2 4.3 13.2 14.4v26.6c2.7.2 5.4.6 7.7 1.3v3h-13.4V32.3zM475.5 36.8h-30.2c-.5 14.4 4.9 20.3 15.3 20.3 4.7 0 9.7-1.3 12.9-2.9l.5 5c-4 1.6-8.9 2.6-14.4 2.6-13.3 0-20.3-7.2-20.3-22.9 0-13.3 7.2-23.1 19.3-23.1s17.1 8.3 17.1 17.9c0 .8 0 1.9-.2 3.1zm-17.3-16.5c-6.6 0-11.3 4.8-12.6 12.2h24c.3-7.2-4.1-12.2-11.4-12.2zM521 36.8h-30.2c-.5 14.4 4.9 20.3 15.3 20.3 4.7 0 9.7-1.3 12.9-2.9l.5 5c-4 1.6-8.9 2.6-14.4 2.6-13.3 0-20.3-7.2-20.3-22.9 0-13.3 7.2-23.1 19.3-23.1s17.1 8.3 17.1 17.9c0 .8 0 1.9-.2 3.1zm-17.3-16.5c-6.6 0-11.3 4.8-12.6 12.2h24c.3-7.2-4.1-12.2-11.4-12.2zM566 32.3c0-7.4-2.1-11.8-9.1-11.8-8.4 0-14.3 8.2-14.3 19.5v17c2.6.2 5.4.6 7.6 1.3v3h-21.1v-3c2.3-.6 5.1-1.1 7.8-1.3V21.2c-2.2-.4-5.2-.7-7.8-.9v-3c3.7-.4 9.3-.8 13.5-.6 0 3-.3 7.5-.8 10.3l.2.1c2.5-6.8 8.2-11.2 16.1-11.2 10.3 0 13.4 6.4 13.4 14.3v26.7c2.7.2 5.4.6 7.7 1.3v3H566V32.3zM602.4 61.9c-8.7 0-11.1-3.9-11.1-12.9V21.2H581v-4.5h10.1V1.6l5.6-1.5v16.6h13.7v4.5h-13.7v25c0 8.5 1.5 10.7 7.1 10.7 2.3 0 4.7-.3 6.6-.8v5c-2.2.4-5.3.8-8 .8zM654.8 36.8h-30.2c-.5 14.4 4.9 20.3 15.3 20.3 4.7 0 9.7-1.3 12.9-2.9l.5 5c-4 1.6-8.9 2.6-14.4 2.6-13.3 0-20.3-7.2-20.3-22.9 0-13.3 7.2-23.1 19.3-23.1S655 24.3 655 33.9c0 .6 0 1.7-.2 2.9zm-17.3-16.5c-6.6 0-11.3 4.8-12.6 12.2h24c.3-7.2-4.1-12.2-11.4-12.2z' class='st3'/%3E%3C/svg%3E");
    /* tekst */
    background-repeat:no-repeat;
    background-size: 90% 90%, 90% 90%;
    background-position: center center, center center;
    transition:all  0.5s;
}

a#logo img {height:0;width:0;}

.fixed_header.scrolled_past_header #menu_wide {
	box-shadow: none;
}
.fixed_header #header {transition:all 0.5s;height:var(--nonscrolledheaderheight);}
.fixed_header.scrolled_past_header #header {height:var(--scrolledheaderheight);}
#tinyblock .toplinks ul.quicklinks {margin:0;}


/* menu */
div#menu_wide {
	left: 0;
	right:0;
	width: max-content;
	height: 0;
	min-height: 0;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
	z-index: 9 !important;
	transition:all 0.5s !important;
}


body.menutype_horizontal #dl-menu.menu-horizontal li {padding:0 0.8125rem;}
.menu-horizontal li.first-child {margin:0;}
ul.menu-horizontal a.toplevellink ,
body.menutype_horizontal #dl-menu.menu-horizontal a.toplevellink  {font-family:'Calibri', Arial, sans-serif;}
.menu-horizontal li.active a.toplevellink ,
.singlemenu li:hover > a.toplevellink,
.singlemenu li a.show-menu {background-color:transparent;}

/* uitklap menu */
body.menutype_horizontal #dl-menu ul.dropdownmenu {width:100%;left:0;top:38px;columns:2;}
body.menutype_horizontal #dl-menu ul.dropdownmenu li {padding:0;float:none; width:100%;}
body.menutype_horizontal #dl-menu ul.dropdownmenu li a.item-link {border:0px solid var(--bordercolor);border-width:1px 0 0;color:#000000;font-size:1.125rem;margin:0 0.5rem 0;padding:0.5rem !important;}
body.menutype_horizontal #dl-menu ul.dropdownmenu li a.item-link:hover,
body.menutype_horizontal #dl-menu ul.dropdownmenu li a.item-link:focus {background-color:var(--color530);}

/* landingspagina MET titel */
body.layout_four h1.onscreen {
	margin: 0 0 2.5rem !important;
	padding-top:3.125rem;
	padding-left:0 !important;
}

.row2_content .advanced_filters.search-filters h2.searchfiltertitle,
.row2_content .advanced_filters.search-filters h3:first-of-type {margin-top:3.75rem;}

/* Homepage */
/* Rij 1 zoeken */
div.topsix_search #sublayout_search {height:4rem;width:50%;margin:0 auto;box-shadow:0px 0px 5px #000000;}
div.topsix_search {padding:11.375rem 0 17.125rem; height: 32.5rem; box-sizing: border-box;}
div.topsix_search #sublayout_search input.text{padding:0.5rem 6rem 0.5rem 1rem;height:4rem;font-size:1.5rem;}
div.topsix_search #sublayout_search button.submit{height:4rem;}
div.topsix_search #sublayout_search button.submit::before {font-size:2rem;color:var(--color1);}
div.topsix_search.with_toptasks #sublayout_search {margin-bottom:9.0625rem !important;}
div.topsix_search.with_toptasks {padding-top:8.25rem;padding-bottom:0;padding-left:0;padding-right:0;}
ul.onlytoptasks.columns.bannercount-3 li.column,
ul.onlytoptasks.columns.bannercount-4 li.column,
ul.onlytoptasks.columns.bannercount-5 li.column,
ul.onlytoptasks.columns.bannercount-6 li.column {width:11.5rem;}
div.onlytoptasks {padding:0;}
ul.onlytoptasks.columns {display:flex;justify-content: space-between;flex-wrap: wrap;overflow:unset;}
ul.onlytoptasks.columns li.column {transition:all 0.5s;border-width:0;filter: drop-shadow(0px 0px 5px #666666);margin:0;}
ul.onlytoptasks.columns li.column:hover,
ul.onlytoptasks.columns li.column:focus-within {filter: drop-shadow(0px 0px 2px #000000);}
ul.onlytoptasks.columns li.column a {padding:0.25rem;height:11.5rem;transition:all 0.5s;border-width:0;font-family:'Calibri', Arial, sans-serif;background-color:var(--color2);color:var(--color1);}
ul.onlytoptasks.columns li.column a:hover, ul.onlytoptasks li.column a:focus {background-color:var(--color1);color:var(--color2);}
ul.onlytoptasks.columns li.column a img {height:5rem; width:5rem;margin:2.25rem auto 0.625rem;}
ul.onlytoptasks.columns li.column a:hover img, ul.onlytoptasks li.column a:focus img {filter: brightness(0) invert(1);}
ul.onlytoptasks li.column a span {font-size:1.375rem;line-height:1.65rem;font-weight:500;}

/* Rij 2 Of zocht u */
#row2 .onecolumn:nth-child(1) {margin-bottom:1rem;}
#row2 .onecolumn .landing.folder h2.offscreen {position:static;padding:0 0 1.375rem;margin-bottom:0;border-bottom:1px solid var(--bordercolor);}
#row2 .onecolumn .landing.folder {margin-bottom:0;}

#row2 .onecolumn .landing.folder ul.items {justify-content:space-between;}
#row2 .onecolumn .landing.folder ul.items .column {position:static;page-break-inside:avoid;margin:0;background-color:transparent;border-width:0 0 1px;border-color:var(--bordercolor);padding:0;width:31.6666%;}
#row2 .onecolumn .landing.folder ul.items li a {display:block;}
#row2 .onecolumn .landing.folder ul.items li a:hover,
#row2 .onecolumn .landing.folder ul.items li a:focus {background-color:var(--color530);}
#row2 .onecolumn .landing.folder ul.items li span.title,
#row2 .onecolumn .landing.folder ul.items li a span.title {color:#000000;font-size:1.25rem;font-weight:normal;padding:1rem 0.5rem;}
#row2 .onecolumn .landing.document h2 {display:none;}
#row2 .onecolumn .landing.document a.calltoaction {
    padding-right:4rem;
    padding-left:4rem;
	background-repeat:no-repeat;
	background-position:right 0.5rem center;
	background-size:11px auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 18' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M2.49 16.78c-.37.37-.96.37-1.33 0l-.89-.88a.924.924 0 0 1 0-1.32l6.02-6.04L.27 2.48a.942.942 0 0 1 0-1.32l.89-.89c.37-.37.96-.37 1.33 0l7.59 7.59c.37.37.37.96 0 1.33l-7.59 7.59z'/%3E%3C/svg%3E%0A");
}
#row2 .onecolumn .landing.document a.calltoaction:hover,
#row2 .onecolumn .landing.document a.calltoaction:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 18' xml:space='preserve'%3E%3Cpath fill='%23004678' d='M2.49 16.78c-.37.37-.96.37-1.33 0l-.89-.88a.924.924 0 0 1 0-1.32l6.02-6.04L.27 2.48a.942.942 0 0 1 0-1.32l.89-.89c.37-.37.96-.37 1.33 0l7.59 7.59c.37.37.37.96 0 1.33l-7.59 7.59z'/%3E%3C/svg%3E%0A");
}

/* Rij 3 Ook interessant */
#row3 {background-color:var(--color530);}
#row3 .contentrow .onecolumn {margin-top:3rem;margin-bottom:2rem;}
#row3 .onecolumn .landing ul.items li a {background-color:#FFFFFF;padding:0;display:flex;flex-direction:column;}
#row3 .onecolumn .landing ul.items li a:hover,
#row3 .onecolumn .landing ul.items li a:focus {background-color:#FFFFFF50;}
#row3 .onecolumn .landing h2 {margin:0 0 1.375rem;}
#row3 .onecolumn .landing h2 .newstitle {padding:0 0 0 10px;}
#row3 .onecolumn .landing .items.columns.three {padding: 10px;justify-content: space-between;}
#row3 .onecolumn .landing .items.columns.three .column {border-width:0;overflow:visible;background-color:transparent;margin:0 0 2rem;padding:0;}
#row3 .onecolumn .landing .items.columns.three .column a {box-shadow:0px 0px 10px #666666;}
#row3 .onecolumn .landing .items.columns.three .column a:hover,
#row3 .onecolumn .landing .items.columns.three .column a:focus {box-shadow:0px 0px 4px #000000;}
#row3 .onecolumn .landing .items.columns.three .column .objectinfo {position:relative;z-index:1;font-size:1rem;font-family:'Calibri', Arial, sans-serif;text-align:right;padding:0 0.5rem;margin-top:-1.5rem;}
#row3 .onecolumn .landing ul.items li span.title {justify-content: space-between;box-sizing:border-box;width:100%;background-color:transparent;padding:2rem;font-family:'Calibri', Arial, sans-serif;color:var(--color1);font-size:1.375rem;font-weight:500;display:flex;}
#row3 .onecolumn .landing ul.items li span.title::after {
    content:"";
	background-repeat:no-repeat;
	width:28px;
	background-position:right center;
	background-size:11px auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 18' xml:space='preserve'%3E%3Cpath fill='%23008091' d='M2.49 16.78c-.37.37-.96.37-1.33 0l-.89-.88a.924.924 0 0 1 0-1.32l6.02-6.04L.27 2.48a.942.942 0 0 1 0-1.32l.89-.89c.37-.37.96-.37 1.33 0l7.59 7.59c.37.37.37.96 0 1.33l-7.59 7.59z'/%3E%3C/svg%3E%0A");
}
/* Rij 34 Ook interessant MAP */
#row4 {background-color:var(--color530);}
#row4 .contentrow .onecolumn {margin-top:3rem;margin-bottom:2rem;}
#row4 .onecolumn .landing ul.items li a {background-color:#FFFFFF;padding:0;display:flex;flex-direction:column;}
#row4 .onecolumn .landing ul.items li a:hover,
#row4 .onecolumn .landing ul.items li a:focus {background-color:#FFFFFF50;}
#row4 .onecolumn .landing h2 {margin:0 0 1.375rem;}
#row4 .onecolumn .landing h2 .newstitle {padding:0 0 0 10px;}
#row4 .onecolumn .landing .items.columns.three {padding: 10px;justify-content: space-between;}
#row4 .onecolumn .landing .items.columns.three .column {border-width:0;overflow:visible;background-color:transparent;margin:0 0 2rem;padding:0;}
#row4 .onecolumn .landing .items.columns.three .column a {box-shadow:0px 0px 10px #666666;}
#row4 .onecolumn .landing .items.columns.three .column a:hover,
#row4 .onecolumn .landing .items.columns.three .column a:focus {box-shadow:0px 0px 4px #000000;}
#row4 .onecolumn .landing .items.columns.three .column .objectinfo {position:relative;z-index:1;font-size:1rem;font-family:'Calibri', Arial, sans-serif;text-align:right;padding:0 0.5rem;margin-top:-1.5rem;}
#row4 .onecolumn .landing ul.items li span.title {box-sizing:border-box;width:100%;background-color:transparent;padding:2rem;font-family:'Calibri', Arial, sans-serif;color:var(--color1);font-size:1.375rem;font-weight:500;}
#row4 .onecolumn .landing ul.items li a::after {
    content:"";
	background-repeat:no-repeat;
	height:2.5rem;
	width:100%;
	background-position:right 1rem bottom 1rem;
	background-size:11px auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 18' xml:space='preserve'%3E%3Cpath fill='%23008091' d='M2.49 16.78c-.37.37-.96.37-1.33 0l-.89-.88a.924.924 0 0 1 0-1.32l6.02-6.04L.27 2.48a.942.942 0 0 1 0-1.32l.89-.89c.37-.37.96-.37 1.33 0l7.59 7.59c.37.37.37.96 0 1.33l-7.59 7.59z'/%3E%3C/svg%3E%0A");
}


/* Rij 4 Thematisch nieuws */
#thematictabs .only-one-item h2,
#thematictabs .omega h2 {
    background-color:transparent;
    color:var(--color1);
    position: static;
    padding: 0 0 1rem;
    border-bottom: 1px solid var(--bordercolor);
    margin-bottom: 0;
    font-weight:500;
}
#thematictabs .omega .quickto h2 {border-width:0;}
#thematictabs {margin:2rem 0;}
#thematictabs .container-content > ul.items {position:relative;}
#thematictabs ul.items li {list-style-type:none;border-bottom:1px solid var(--bordercolor);padding:0;overflow:auto;}
#thematictabs ul.items li.with_dsecription:nth-child(1){border-top-width:0;}
#thematictabs ul.items li a {padding:1rem 0.5rem;display:block;text-decoration:none;}
#thematictabs ul.items li a:hover,
#thematictabs ul.items li a:focus {text-decoration:none;}
#thematictabs ul.items li a:hover h3,
#thematictabs ul.items li a:focus h3 {text-decoration:underline;}
#thematictabs ul.items li a h3 {margin-top:0;}
#thematictabs ul.items li a h3 .item-photo{float:left;margin:0 1rem 0 0;}
#thematictabs ul.items li a p {display:inline;padding:0;}
#thematictabs ul.items li a .objectinfo {margin-top:0.5rem;}
#thematictabs ul.items li.shorts,
#thematictabs ul.items .shorts ul.items li:nth-child(1){border-top-width:0;}
#thematictabs ul.items .shorts ul.items li a {color:#000000;padding:1rem 0.5rem;display:block;}
#thematictabs ul.items .shorts ul.items li a:hover,
#thematictabs ul.items .shorts ul.items li a:focus {background-color:var(--color530);text-decoration:underline;}
#thematictabs .read-more {display:inline-block;padding-top:1rem;}

#thematictabs .omega .fotobar h2 a {display:flex;align-items:center;gap:1rem;}
#thematictabs .omega .fotobar h2 a img {width:auto;height:32px;}
#thematictabs .omega .fotobar h2 a span {padding:0;order:2;}
#thematictabs .omega .fotobar {position:relative;}
#thematictabs .omega .fotobar a.read-more {display:none;}
#thematictabs .omega .fotobar h2 a::after {content:"";position:absolute;top:0; left:0;right:0;bottom:0;}
#thematictabs .omega .fotobar p.fotobar_description {padding:1rem 0.5rem;margin-top:0; transition:all 0.5s;}
#thematictabs .omega .fotobar:hover p.fotobar_description {background-color: var(--color530);}

#thematictabs .omega .document p {padding:1rem 0.5rem 0;}

/* Rij 5 (uitgelicht) nieuws */
#row5 .two.columns {overflow:hidden;}
.width-66 .document {position:relative;margin-bottom:0;}
.width-66 .document h2 {
    padding: 0 0 1rem;
    border-bottom: 1px solid var(--bordercolor);
    margin: 0;
    font-weight:500;
}

.width-66 .document p.description {color:#000000;font-weight:normal;font-size:1.25rem;}
.width-66 .document p {font-size:1.25rem;}
.width-33 div.container_aside.briefing,
.width-33 div.container_aside.folder {margin-bottom:0;}

.column .quickto h2,
.container_aside.landing.briefing h2,
.container.landing.vacancy h2,
.container_aside.landing.briefing h2,
.fotobar h2,
.fotobar_three h2,
.landing.my_municipality h2,
.container.landing.vacancy h2 a,
.container_aside.landing.briefing h2 a,
.fotobar h2 a,
.fotobar_three h2 a {background-color:transparent;color:var(--color1);font-size:1.5rem;padding:0 0 1rem;margin:0;font-weight:500;}
.container_aside.landing.briefing h2 a {padding-bottom:0;}

div.container_aside > ul, div.container_aside > div {background-color:transparent;}
div.container_aside > ul,
div.container_aside > div {border-width:0;overflow:visible;}
body .quickto ul li,
body .container_aside ul.items li {border:0 solid var(--bordercolor);border-width:1px 0 0;background-color:transparent;}
body .container_aside.landing ul.items li:first-child {border-top-width:1px;}
body .container_aside.landing ul.items li a,
body .quickto ul li a{color:#000000;font-size:1rem;padding:1rem 0.5rem;}
body .container_aside ul.items li a:hover,
body .container_aside ul.items li a:focus,
body .quickto ul li a:hover,
body .quickto ul li a:focus {background-color:var(--color530);color:var(--linkcolor);}
body .container_aside.landing.vacancyoverview a.more,
body .container_aside.landing.briefing a.read-more {padding:1rem 0.5rem;border:0 solid var(--bordercolor);border-width:1px 0 0 0;font-size:1rem;text-align:left;font-weight:normal;}

/* blockqoute */
blockquote {
    position: relative;
    padding: 2rem 3rem;
    border-width:0;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 100;
    background-color:var(--color530);
    width:max-content;
    text-align:center;
    margin:2rem 0;
}
blockquote:before, blockquote:after {
    color: var(--color1);
    font-size: 34px;
    position:absolute;
    font-family: FontAwesome;
}
blockquote:before {
    content: "\f10d";
    left: 0.5rem;
    top: 0.5rem;
}
blockquote:after {
    content: "\f10e";
    bottom: 0.5rem;
    right:0.5rem;
}
blockquote p {margin:0.25rem 0;}

/* tabellen */
caption {text-align:left;font-weight:500;}
.section table tr,
.section table th,
.section table td {border-width: 2px;border-color:var(--color2);border-style:solid;text-align:left;}
.section table thead th,
.section table tbody th {/*background-color:var(--color530);*/color:#000000;font-weight:500;}
.section table tr:nth-child(even) {/*background-color:var(--color510);*/color:#000000;}
.section table tr:nth-child(odd) {/*background-color:var(--color2);*/color:#000000;}

table.raster1 thead th,
table.raster1 tbody th {/*background-color:var(--color530);*/color:#000000;font-weight:500;}

table.raster2 thead th,
table.raster2 tbody th {background-color:var(--color530);color:#000000;font-weight:500;}
table.raster2 td:nth-child(odd) {background-color:var(--color510);color:#000000;}
table.raster2 td:nth-child(even) {background-color:var(--color2);color:#000000;}

table.raster3 thead th,
table.raster3 tbody th {background-color:var(--color530);color:#000000;font-weight:500;}
table.raster3 tr:nth-child(even) {background-color:var(--color510);color:#000000;}
table.raster3 tr:nth-child(odd) {background-color:var(--color2);color:#000000;}

/* uitklap blok */
button.blocktitle, .section.product button.blocktitle,
.hidden_information, .product .hidden_information,
.blocktitle.toggle-active, .section.product .blocktitle.toggle-active,
.hidden_information.open, .product .hidden_information.open {
	border-radius:0;
	border-color:var(--bordercolor);
}

button.blocktitle:focus, button.blocktitle:hover, .container_aside .vacitem button.blocktitle:focus, .container_aside .vacitem button.blocktitle:hover {
	text-decoration: underline;
}



/* sitebrede pagina */
body.overview_folder .row2_content .grid-16 {width:100%;margin:0;}


/* rechterkolom */
.detail_aside #side-content {margin-top:3.125rem;}
.container_aside {margin-bottom:2rem;}

div.container_aside.vacancyoverview .container-content p.description,
div.container_aside.folder .container-content p.description {border-bottom-color:var(--bordercolor);font-size:1.125rem;background-color:transparent;font-weight:normal;padding:0.5rem;}

div.container_aside h3{
	background-color:transparent;
	color:var(--color1);
	font-size:1.25rem;
	margin:0;
	padding:1rem 0;
	border-bottom:1px solid var(--color1);
}
div.container_aside h3 a {color:var(--color1);}

div.container_aside.url h3,
div.container_aside.vacancy h3,
div.container_aside.softlink h3,
div.container_aside.document h3 {border-bottom-width:0;}

div.container_aside.vacancy h3 span.title, 
div.container_aside.url h3 a span.title,
div.container_aside.softlink h3 a span.title,
div.container_aside.document h3 a span.title,
div.container_aside.product h3 a span.title {
	 background-color:transparent;
	color:var(--color1);
	font-size:1.25rem;
	margin:0;
	padding:1rem 0;
	border-bottom:1px solid var(--color1);
}

div.container-content, div.container_aside.briefing .container-content p {padding:0;}
.container_aside ul.items li a,
.container_aside .vacitem button {font-size:1rem;color:#000000;padding:0.5rem;}
.container_aside ul.items li {border:0 solid var(--bordercolor);border-bottom-width:1px;}
.container_aside .objectinfo {font-size:0.875rem;font-family:'Calibri', Arial, sans-serif;text-align:right;padding:0 0.5rem;}

/* Poll */
.container_aside .poll-question {color:#000000;font-weight:normal;margin:0;}
form.simpleform.poll {margin:1rem 0;}

/* witruimte aanpassing */
.layout_four .columns.two,
.layout_four .contentrow .onecolumn {margin-top:1.5rem;margin-bottom:3.5rem;}
.contentrow > .section,
.layout_four .contentrow .onecolumn,
#row1 .two.columns,
#row2 .two.columns,
#row3 .two.columns,
#row4 .two.columns,
#row6 .two.columns {margin-left:0; margin-right:0; overflow:visible;}

#row2.row2_content .grid-11 .section .items.two.columns,
#row2.row2_content .grid-11 .section .items.three.columns {
	display: flex;
	flex-flow: row wrap;
}

div[class^="sublayout_row"][class$="_"] .section {
	clear:both;
	margin:2rem 0 !important;
	overflow:hidden !important;
}

/* algemeen responsive */
@media only screen and (max-width: 512px) {
    div#row1.sublayout_row1_topsix_search {background-size:512px auto;}
    
    div.topsix_search.with_toptasks #sublayout_search {margin-bottom:50px !important;}
    .sublayout_row1_topsix_search + .sublayout_row2_one-columns {margin-top:0px;}
    
    div#row1.sublayout_row1_topsix_search {background-position:center top !important;}
    div.topsix_search.with_toptasks {height:auto;padding-top:140px;}
    .topsix_search ul.onlytoptasks {margin-top:20px !important;}
	.fixed_header #row1.sublayout_row1_ {padding-top:0px !important;}
	#row2 .onecolumn .landing.folder ul.items .column {width:100%;}
	html {font-size:15px !important;}
	div.topsix_search #sublayout_search {width:75%;}
	div.contentrow {width:94% !important;margin:0 auto;}
	/* schaduwblokken */
	.sublayout_row2_onlytoptasks .contentrow,
	.sublayout_row3_newsblock .contentrow {width:calc(94% + 20px) !important;}
	
	div.grid-11 {width:100%;margin:0 auto;box-sizing:border-box;}
	div.grid-5 {width:100%;margin:0 auto;box-sizing:border-box;}

	/* HEADER en logo */
	div#row1.sublayout_row1_topsix_search,
	div#row1.sublayout_row1_one-columns {padding-top:0px;}
	a#logo {
		padding: 15px 0 !important;
		max-width:unset !important;
	}

	nav.breadcrumbs {margin-left:0;}

	/* toptaken */
	.sublayout_row2_onlytoptasks {margin-top:-7.5625rem;}
	ul.onlytoptasks {width:calc(100% - 20px) !important;}
	ul.onlytoptasks.columns li.column {width:100% !important;}
	ul.onlytoptasks.columns li.column a {height:auto;text-align:left;min-height:auto;display:flex;}
	ul.onlytoptasks.columns li.column a img {height:4.285714285714286rem; width:4.285714285714286rem;margin:5px 0 0 0;}
	ul.onlytoptasks li.column a span {height:auto;font-size:1.2rem;line-height:normal;margin:10px 10px 10px;text-align:left;width:auto;}
	ul.onlytoptasks li.column a span span {display:inline;}
	ul.onlytoptasks li.column {margin-bottom:1rem !important;}
	ul.onlytoptasks.columns li.column {height:auto;}
	
	/* kruimelpad */
	
	/* of zocht u */
	.onecolumn .landing.folder ul.items .column {width:100%;}
	
	/* ook interessant */
	.onecolumn .newsbanner .items.columns.three .column .objectinfo {margin-top:-1rem;}
	.onecolumn .newsbanner.landing ul.items li span.title {font-size:1.15rem;}
	
	.onecolumn .newsbanner .items.columns.three .column {
		margin:0 0 2rem;
	}
	
	 /* rij 5 */

	 /* footer skyline */
	#footer_columns #contact {margin:0}
	.footer_website .column:nth-child(2n+1) {clear:none !important;}
	.footer_website .column:nth-child(2n) {clear:left;}
}

@media only screen and (min-width: 513px) and (max-width: 767px) {
    div#row1.sublayout_row1_topsix_search {background-size:767px auto;}
    div.topsix_search.with_toptasks #sublayout_search {margin-bottom:50px !important;}
    .sublayout_row1_topsix_search + .sublayout_row2_one-columns {margin-top:12px;}
    
    #row2 .onecolumn .landing.folder ul.items .column {width:48%;}
    
	.fixed_header #row1.sublayout_row1_ {padding-top:0px !important;}
	html {font-size:15px}
	div.contentrow {width:94% !important;margin:0 auto;}
	/* schaduwblokken */
	.sublayout_row2_onlytoptasks .contentrow,
	.sublayout_row3_newsblock .contentrow {width:calc(94% + 20px) !important;}
	
	div.grid-11 {width:100%;margin:0 auto;box-sizing:border-box;}
	div.grid-5 {width:100%;margin:0 auto;box-sizing:border-box;}

	/* HEADER en logo */
	div#row1.sublayout_row1_topsix_search,
	div#row1.sublayout_row1_one-columns {padding-top:0px;}
	a#logo {
		padding: 10px 0 !important;
	}
	.scrolled_past_header a#logo {
		padding: 0 !important;
	}
	
	nav.breadcrumbs {margin-left:0;}

	/* toptaken */
	.sublayout_row2_onlytoptasks {margin-top:-7.5625rem;}
	ul.onlytoptasks.columns.bannercount-2 li.column,
	ul.onlytoptasks.columns.bannercount-3 li.column,
	ul.onlytoptasks.columns.bannercount-4 li.column,
	ul.onlytoptasks.columns.bannercount-5 li.column,
	ul.onlytoptasks.columns.bannercount-6 li.column {width:30%;}
	ul.onlytoptasks.columns li.column a {height:10.5rem;}
	ul.onlytoptasks.columns li.column a img {height:4.285714285714286rem; width:4.285714285714286rem;margin-top:1.5rem;}
	ul.onlytoptasks li.column a span {font-size:1.2rem;line-height:1.2rem;}
	ul.onlytoptasks.bannercount-6 li.column:nth-child(1),
	ul.onlytoptasks.bannercount-6 li.column:nth-child(2),
	ul.onlytoptasks.bannercount-6 li.column:nth-child(3) {margin-bottom:2rem;}
	
	/* kruimelpad */
	
	/* of zocht u */
	.onecolumn .landing.folder ul.items .column {width:48%;}
	
	/* ook interessant */
	.sublayout_row3_one-columns .three .column {width:48%;}
	.onecolumn .newsbanner .items.columns.three .column .objectinfo {margin-top:-1rem;}
	.onecolumn .newsbanner.landing ul.items li span.title {font-size:1.15rem;}
	
	  /* rij 5 */

	
	 /* footer skyline */
	#footer_columns #contact {margin:0}
	.footer_website .column:nth-child(2n+1) {clear:none !important;}
	.footer_website .column:nth-child(2n) {clear:left;}
	
	.three .column {width:48% !important;margin:0 1% 1rem !important;}
}
@media only screen and (max-width: 959px) {
    /* Logo */
	a#logo {
	    padding:0 !important;
        width:110px;
        height:60px;
        max-width:unset !important;
        background-position: 0 0, -40px 15px;
        background-size: 0 0, 150px auto;
    }
    .scrolled_past_header a#logo {
        background-position: 0 0, -40px 15px;
        background-size: 0 0, 150px auto;
    }
    #tinyblock {
        height: 108px;
        justify-content: space-between;
    }
    #tinyblock form#quicksearch {border-radius:5px;border-width:2px;height:40px;box-sizing:border-box;}
    #tinyblock form#quicksearch input.text {border-radius:5px;height:36px;}
    #tinyblock #accessibility-tools {border-radius:0 0 5px 5px;}
    
    ul.onlytoptasks.columns.bannercount-5 {justify-content:space-around;}
	ul.onlytoptasks.bannercount-5 li.column:nth-child(4) {margin-left:0;}
	
	/* menu */
	.fixed_header div#menu_wide {transition:all 0.5s;top: -45px;height:auto;margin-left:10px;position:absolute;}
	.fixed_header.scrolled_past_header div#menu_wide {top: -45px;}
	body.menutype_horizontal #dl-menu {box-shadow: 0 0 5px #666666;}
	body.menutype_horizontal #dl-menu ul.dropdownmenu {columns:1;top:0;}
	body.menutype_horizontal #dl-menu.menu-horizontal li {padding:0;border-width:0;}
	body.menutype_horizontal #dl-menu.menu-horizontal li a {background-color:var(--color2);color:var(--color1);}
	body.menutype_horizontal #dl-menu.menu-horizontal ul.dropdownmenu li a {background-color:transparent;}
	
	.topsix_search #sublayout_search {display:none;}
	.topsix_search ul.onlytoptasks {margin-top:50px;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    div#row1.sublayout_row1_topsix_search {background-size:959px auto;}
    div.topsix_search.with_toptasks #sublayout_search {margin-bottom:100px !important;}
    .sublayout_row1_topsix_search + .sublayout_row2_one-columns {margin-top:12px;}
	.fixed_header #row1.sublayout_row1_ {padding-top:0px !important;}
	html {font-size:15px}
	div.contentrow {width:94% !important;margin:0 auto;}
	/* schaduwblokken */
	.sublayout_row2_onlytoptasks .contentrow,
	.sublayout_row3_newsblock .contentrow {width:calc(94% + 20px) !important;}
	
	div.grid-11 {width:calc(66% - 38px);margin:0 38px 0 0;box-sizing:border-box;}
	.layout_search div.grid-11 {width:calc(66% - 38px);margin:0 0 0 38px;box-sizing:border-box;}
	div.grid-5 {width:33%;margin:0;box-sizing:border-box;}

	/* HEADER en logo */
	div#row1.sublayout_row1_topsix_search,
	div#row1.sublayout_row1_one-columns {padding-top:0px;}
	a#logo {
		padding: 10px 0 !important;
	}
	.scrolled_past_header a#logo {
		padding: 0 !important;
	}
	
	nav.breadcrumbs {margin-left:0;}
	
	
	
	/* toptaken */
	.sublayout_row2_onlytoptasks {margin-top:-7.5625rem;}
	ul.onlytoptasks.columns.bannercount-3 li.column, 
	ul.onlytoptasks.columns.bannercount-4 li.column, 
	ul.onlytoptasks.columns.bannercount-5 li.column,
	ul.onlytoptasks.columns.bannercount-6 li.column {width:30%;}
	ul.onlytoptasks.columns li.column a {height:10.5rem;}
	ul.onlytoptasks.columns li.column a img {height:4.285714285714286rem; width:4.285714285714286rem;margin-top:1.5rem;}
	ul.onlytoptasks li.column a span {font-size:1.2rem;line-height:1.2rem;}
	ul.onlytoptasks.bannercount-6 li.column:nth-child(1),
	ul.onlytoptasks.bannercount-6 li.column:nth-child(2),
	ul.onlytoptasks.bannercount-6 li.column:nth-child(3) {margin-bottom:2rem;}
	
	/* kruimelpad */

	/* of zocht u */
	.onecolumn .landing.folder ul.items .column {width:48%;}
	
	/* ook interessant */
	.onecolumn .newsbanner .items.columns.three .column .objectinfo {margin-top:-1rem;}
	.onecolumn .newsbanner.landing ul.items li span.title {font-size:1.15rem;}
	
	 /* rij 5 */

	
	 /* footer skyline */
	#footer_columns #contact {margin:0}
	.footer_website .column:nth-child(2n+1) {clear:none !important;}
	.footer_website .column:nth-child(2n) {clear:left;}
}
@media only screen and (min-width: 960px) {
	.fixed_header.calamity_active #readspeaker {padding-top:var(--nonscrolledheaderheight);}
	.fixed_header #readspeaker {padding-top:var(--nonscrolledheaderheight);}
	.sublayout_row1_topsix_search + .sublayout_row2_one-columns {margin-top:2rem;}
	body.menutype_horizontal ul#dl-menu {height:0;}
	ul.menu-horizontal a.toplevellink ,
	body.menutype_horizontal #dl-menu.menu-horizontal a.toplevellink  {font-family:'Calibri', Arial, sans-serif;color:var(--color1);font-size:1.375rem; padding:0 0 1rem;}

	#tinyblock {
    	height: 75px;
	    transition: height 0.5s
	}
	.scrolled_past_header #tinyblock {
		height: 75px;
	}
	#tinyblock form#quicksearch,
    #tinyblock #accessibility-tools {order:2;}
	#tinyblock .toplinks {height:35px;min-width:1px;}
	.tinyblock_enabled #header .container-sessions {order:-1;height:35px;box-sizing:border-box;}
    
    #tinyblock form#quicksearch {border-radius:5px 0 0 5px;border-width:2px;height:40px;box-sizing:border-box;}
    #tinyblock form#quicksearch input.text {border-radius:5px;height:36px;}
    #tinyblock #accessibility-tools {height:40px;border-radius:0 5px 5px 0;}
    #tinyblock #accessibility-tools .webreader,
    #tinyblock #accessibility-tools .webreader .rsbtn,
    #tinyblock #accessibility-tools .webreader .rsbtn .rsbtn_play {height:40px;}
    #tinyblock #accessibility-tools .webreader .rsbtn .rsbtn_play .rsbtn_left.rsimg {padding-top:12px;}
    #tinyblock #accessibility-tools .webreader .rsbtn .rsbtn_tooltoggle {top:12px !important;}
    #tinyblock #accessibility-tools button.switch, #tinybar #accessibility-tools button.switch {height:40px;}
    
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
	.fixed_header #row1.sublayout_row1_ {padding-top:110px !important;}
	html {font-size:17px}
	.contentrow {width:940px;}
	/* schaduwblokken */
	.sublayout_row2_onlytoptasks .contentrow,
	.sublayout_row3_newsblock .contentrow {width:960px;}
	
	div.grid-11 {width:calc(66% - 38px);margin:0 38px 0 0;box-sizing:border-box;}
	.layout_search div.grid-11 {width:calc(66% - 38px);margin:0 0 0 38px;box-sizing:border-box;}
	div.grid-5 {width:33%;margin:0;box-sizing:border-box;}

	/* HEADER en logo */
    a#logo {
	    padding:0 !important;
        width:110px;
        height:var(--nonscrolledheaderheight);
        max-width:unset !important;
        background-position: 0 0, -40px 30px;
        background-size: 0 0, 150px auto;
    }
    .scrolled_past_header a#logo {
        height:var(--scrolledheaderheight);
        background-position: 0 0, -40px 30px;
        background-size: 0 0, 150px auto;
    }
	div#menu_wide {
        top: 46px;
        left:120px;
    }


	/* toptaken */
	.sublayout_row2_onlytoptasks {margin-top:-7.5625rem;}
	div.topsix_search.with_toptasks {padding-top:12rem;}
	ul.onlytoptasks.columns.bannercount-3 li.column,
	ul.onlytoptasks.columns.bannercount-4 li.column, 
	ul.onlytoptasks.columns.bannercount-5 li.column, 
	ul.onlytoptasks.columns.bannercount-6 li.column {width:9rem;}
	ul.onlytoptasks.columns li.column a {height:9rem;}
	ul.onlytoptasks.columns li.column a img {height:3.5rem; width:3.5rem;margin-top:0.5rem;}
	ul.onlytoptasks li.column a span {font-size:1.2rem;line-height:1.2rem;}
	
	/* of zocht u */
	.onecolumn .landing.folder ul.items .column {width:31.6666%;}
	
	/* ook interessant */
	.onecolumn .newsbanner .items.columns.three .column .objectinfo {margin-top:-1rem;}
	.onecolumn .newsbanner.landing ul.items li span.title {font-size:1.15rem;}
	
}
@media only screen and (min-width: 1024px) and (max-width: 1359px) {
	.fixed_header #row1.sublayout_row1_ {padding-top:110px !important;}
	html {font-size:17px}
	.contentrow {width:985px;}
	/* schaduwblokken */
	.sublayout_row2_onlytoptasks .contentrow,
	.sublayout_row3_newsblock .contentrow {width:1005px;}
	
	.grid-11 {width:calc(66% - 38px);margin:0 38px 0 0;box-sizing:border-box;}
	.layout_search div.grid-11 {width:calc(66% - 38px);margin:0 0 0 38px;box-sizing:border-box;}
	.grid-5 {width:33%;margin:0;box-sizing:border-box;}


	/* menu */
   div#menu_wide {top: 37px;transition:all 0.5s;}
.scrolled_past_header div#menu_wide {top:37px;}
	body.menutype_horizontal #dl-menu ul.dropdownmenu {top:30px;}
	body.menutype_horizontal ul#dl-menu {width:530px;transition:all 0.5s;}

	/* toptaken */
	.sublayout_row2_onlytoptasks {margin-top:-7.5625rem;}
	div.topsix_search.with_toptasks {padding-top:12rem;}
	ul.onlytoptasks.columns.bannercount-3 li.column, 
	ul.onlytoptasks.columns.bannercount-4 li.column, 
	ul.onlytoptasks.columns.bannercount-5 li.column, 
	ul.onlytoptasks.columns.bannercount-6 li.column,
    ul.onlytoptasks.columns.bannercount-6 li.column {width:9rem;}
	ul.onlytoptasks.columns li.column a {height:9rem;}
	ul.onlytoptasks.columns li.column a img {height:3.5rem; width:3.5rem;margin-top:0.5rem;}
	ul.onlytoptasks li.column a span {font-size:1.2rem;line-height:1.2rem;}
	
	/* of zocht u */
	.onecolumn .landing.folder ul.items .column {width:31.6666%;}
	
	/* ook interessant */
	.onecolumn .newsbanner .items.columns.three .column .objectinfo {margin-top:-1rem;}
	.onecolumn .newsbanner.landing ul.items li span.title {font-size:1.15rem;}
	
}
@media only screen and (min-width: 1360px) and (max-width: 1459px) {
	.fixed_header #row1.sublayout_row1_ {padding-top:167px !important;}
	html {font-size:17px}
	.contentrow {width:985px;}
	/* schaduwblokken */
	.sublayout_row2_onlytoptasks .contentrow,
	.sublayout_row3_newsblock .contentrow {width:1005px;}
	
	.grid-11 {width:calc(66% - 38px);margin:0 38px 0 0;box-sizing:border-box;}
	.layout_search div.grid-11 {width:calc(66% - 38px);margin:0 0 0 38px;box-sizing:border-box;}
	.grid-5 {width:33%;margin:0;box-sizing:border-box;}
	
	/* Logo */

	/* menu */
	div#menu_wide {top: 37px;transition:all 0.5s;}
	.scrolled_past_header div#menu_wide {top:37px;}
	body.menutype_horizontal ul#dl-menu {width:530px;transition:all 0.5s;}
	body.menutype_horizontal.scrolled_past_header ul#dl-menu {width:530px;}

	/* toptaken */
	.sublayout_row2_onlytoptasks {margin-top:-7.5625rem;}
	div.topsix_search.with_toptasks {padding-top:12rem;}
	ul.onlytoptasks.columns.bannercount-3 li.column, 
	ul.onlytoptasks.columns.bannercount-4 li.column, 
	ul.onlytoptasks.columns.bannercount-5 li.column, 
	ul.onlytoptasks.columns.bannercount-6 li.column,
	ul.onlytoptasks.columns li.column {width:9rem;}
	ul.onlytoptasks.columns li.column a {height:9rem;}
	ul.onlytoptasks.columns li.column a img {height:3.5rem; width:3.5rem;margin-top:0.5rem;}
	ul.onlytoptasks li.column a span {font-size:1.2rem;line-height:1.2rem;}
	
	/* of zocht u */
	.onecolumn .landing.folder ul.items .column {width:31.666%;}
	
	/* ook interessant */
	.onecolumn .newsbanner .items.columns.three .column .objectinfo {margin-top:-1rem;}
	.onecolumn .newsbanner.landing ul.items li span.title {font-size:1.15rem;}
}
@media only screen and (min-width: 1460px) {
	.fixed_header #row1.sublayout_row1_ {padding-top:167px !important;}
	html {font-size:19px;}
	.contentrow {width:1440px;}
	
	/* schaduwblokken */
	.sublayout_row2_onlytoptasks .contentrow,
	.sublayout_row3_newsblock .contentrow {width:1460px;}
	
	.grid-11 {width:1070px;margin:0 40px 0 0;box-sizing:border-box;}
	.layout_search div.grid-11 {width:1070px;margin:0 0 0 40px;box-sizing:border-box;}
	.grid-5 {width:330px;margin:0;box-sizing:border-box;}

	/* menu */
	div#menu_wide {top: 37px;transition:all 0.5s;}
	.scrolled_past_header div#menu_wide {top:37px;}
	body.menutype_horizontal ul#dl-menu {width:980px;transition:all 0.5s;}
	body.menutype_horizontal.scrolled_past_header ul#dl-menu {width:980px;}
	
	/* ook interessant */
	.onecolumn .newsbanner .items.columns.three .column {width:455px;}

}

/* browser fixes */
div:focus {outline:none;}

/* Stops Safari / ios to give inputs a border-radius */
input[type="search"],
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }