@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

/* kleuren */
:root {
    --color1: #005B94;
    --color150: #005B9450;
    --color2: #FFFFFF;
    --color3: #005B94;
    --color4: #FFFFFF;
    --color5: #72A245;
    --color6: #000000;
    --color510: #72A24510;
    --color520: #72A24520;
    --color530: #72A24530;
    --color550: #72A24550;
    --linkcolor: #005B94;
    --bordercolor: #005B94;
}

/* Hoogcontrast */
:root.highcontrast {
    --color1: #000000;
    --color150: #777777;
    --color2: #FFFFFF;
    --color3: #000000;
    --color4: #FFFFFF;
    --color5: #000000;
    --color6: #FFFFFF;
    --color520: #e5e5e510;
    --color530: #d9d9d930;
    --color550: #b2b2b250;
    --linkcolor: blue;
    --bordercolor: #d9d9d9;
}

/* Gebruik: color:var(--color1); */

/* Rij kleuren - reset naar transparent */
#wrapper div[id^="row"] {background-color:transparent;}

/* Rij 1 met en zonder kruimelpad */
div#row1 {background-size: 100%;}
#bannerfoto {
    aspect-ratio: 3.7/1;
    width: 100%;
    height: auto !important;
}
@media screen and (max-width: 767px) {
    #bannerfoto {
        display: block !important;
    }
}
div#row1.row1_breadcrumb {background-color:var(--color520);}
div#row1.row1_breadcrumb nav {padding:1rem 0;margin:0;}


body,
p,
dl,
ul,
ol,
.items p.description,
.subitems p.description {
	font-family: "PT Sans", Arial, sans-serif;
	color:#000000;
	margin-bottom:1rem;
}

#wrapper ul ul,
#wrapper ol ol,
#wrapper ul ol,
#wrapper ol ul {margin-bottom:0;}

h1, h2, h3, h4, h5, h6  {
    color:var(--color1);
    font-family: "PT Sans", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}
h1 {font-size:2rem;margin:3.5rem 0 2rem;}
h2 {font-size:1.5rem; margin:2rem 0 1.25rem;}
.items h2 {font-size:1.5rem}
h3 {font-size:1.125rem;margin:2rem 0 1rem;}
.items h3 {font-size:1.125rem;}
h4 {font-size:1rem;margin:0;}
.items h4 {font-size:1rem;margin:0 0 1.25rem;}
h5 {font-size:1rem;margin:0;}
h6 {font-size:1rem;margin:0;}

/* Beschrijving na een H1 - detailpagina */
#wrapper h1 ~ .description,
#wrapper h2 ~ .description {font-size:1.125rem;color:var(--color1); font-weight:normal;}

/* HTML-fontsize per schermresolutie - Deze maat wordt ook als marge ed gebruikt door het gebruik van rem */
@media only screen and (max-width: 512px) {
    html {font-size:14px !important;}
}
@media only screen and (min-width: 513px) and (max-width: 767px) {
    html {font-size:14px}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    html {font-size:14px}
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
    html {font-size:14px}
}
@media only screen and (min-width: 1024px) and (max-width: 1359px) {
    html {font-size:14px}
}
@media only screen and (min-width: 1360px) and (max-width: 1459px) {
    html {font-size:14px}
}
@media only screen and (min-width: 1460px) {
    html {font-size:16px;}
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
    .document img.float-left,
    .document img.float-right {max-width:50vh;}
}

/*----------- Webeditor stijlen -----------*/
#wrapper p.emphasisgreen {padding:0.5rem;background-color:var(--color520);display:inline-block;}
#wrapper p.emphasisyellow {padding:0.5rem;background-color:#FF6700;display:inline-block;}
#wrapper p.emphasisyellow a {color:#000000;}
#wrapper p.emphasisred {padding:0.5rem;background-color:#DD0000;color:#FFFFFF;display:inline-block;}
#wrapper p.emphasisred a {color:#FFFFFF;}

blockquote {padding:2rem 2rem 1rem;background-color:var(--color520);border-width:0;margin:2rem;width:50%;}
blockquote h2 {margin-top:0;}
cite {text-align:right;display:block;width:100%;}

/*----------- UITKLAPBLOKKEN -----------*/

/* Uitklap titel - fontsize, kleur en marges - uitzondering op de normale H2 */
h2.toggle_heading {font-size:1.25rem;}

/* Knop rond titel - border, borderkleur, hoekradius - optie om een verschil te maken tussen een webbpagina uitklap en een product uitklap */
button.blocktitle, .section.product button.blocktitle {border-color:var(--color5);padding:1rem;border-radius:0;}

/* Actieve knop - optie om een verschil te maken tussen een webbpagina uitklap en een product uitklap */
button.blocktitle.toggle-active, 
.section.product button.blocktitle.toggle-active {border-radius:0;}

/* Zichtbare inhoud - optie om een verschil te maken tussen een webbpagina uitklap en een product uitklap */
.hidden_information.open,
.product .hidden_information.open {border-color:var(--color5);padding:0 1rem;border-radius:0;}

/* Hover en focus opties voor knop - optie om een verschil te maken tussen een webbpagina uitklap en een product uitklap */
button.blocktitle:focus,
button.blocktitle:hover,
.product button.blocktitle:focus,
.product button.blocktitle:hover {background-color:transparent;text-decoration:underline;}

/* Hover en focus opties voor actieve knop - optie om een verschil te maken tussen een webbpagina uitklap en een product uitklap */
button.blocktitle.toggle-active:hover,
button.blocktitle.toggle-active:focus,
.product button.blocktitle.toggle-active:hover,
.product button.blocktitle.toggle-active:focus {}

/*----------- TABELLEN -----------*/
caption {text-align:left;font-weight:bold;}

/* Table cel uitlijning */
.section table tr,
.section table th,
.section table td {text-align:left;padding:0.25rem;border-color:var(--color5);}

/* Table header - bijv: font-weight:bold; */
.section table thead th,
.section table tbody th {font-weight:bold;;}

/* Table even en oneven rijen een eigen stijl, bijv achtergrondkleur */
.section table tr:nth-child(even) {}
.section table tr:nth-child(odd) {}

/* Tabel stijl .raster1 */
table.raster1 {border-color:var(--color5);}
table.raster1 thead th,
table.raster1 tbody th {background-color:var(--color530);}
table.raster1 tr:nth-child(even) {background-color:var(--color510);}
table.raster1 tr:nth-child(odd) {background-color:var(--color520);}

/* Tabel stijl .raster2 */
table.raster2 thead th,
table.raster2 tbody th {}
table.raster2 td:nth-child(odd) {}
table.raster2 td:nth-child(even) {}

/* Tabel stijl .raster3 */
table.raster3 thead th,
table.raster3 tbody th {}
table.raster3 tr:nth-child(even) {}
table.raster3 tr:nth-child(odd) {}


/*----------- CALL TO ACTION -----------*/
.section a.calltoaction,
.section a.calltoaction.new-window.external,
.section a.calltoaction.new-window,
.section a.calltoaction.external {
    border-radius:0;
    padding:0 40px 0 0.75rem;
    height:40px;
    line-height:1;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    background-size:1012px 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1012 40' style='enable-background:new 0 0 1012 40' xml:space='preserve'%3E%3Cpath style='fill:%23fff' d='M1012 40h-20l8.09-20L992 0h20z'/%3E%3Cpath style='fill:%23005B94' d='M992.33 40H0v-1h991.67l7.88-19-7.88-19H0V0h992.67l7.96 20z'/%3E%3C/svg%3E");
    background-position:right center;
    background-repeat:no-repeat;
    font-weight:normal;
    color:var(--color2);
    text-decoration:underline;
    background-color:var(--color1);
    border-left:1px solid var(--color1);
    text-decoration:none;
}
.section a.calltoaction span {
    min-height:38px;
    background-color:#FFFFFF;
    color:#000000;
    padding:0 2.5rem 0 1rem;
    margin-left:1rem;
    margin-right:-28px;
    font-size:0.75rem;
    font-weight:bold;
    line-height:normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:all 0.5s;
    clip-path:polygon(calc(100% - 8px) 0, calc(100% - 1px) 50%, calc(100% - 8px) 100%, 0% 100%, 0% 0%);
}

.section a.calltoaction:hover,
.section a.calltoaction:focus,
.section a.calltoaction.new-window.external:hover,
.section a.calltoaction.new-window.external:focus,
.section a.calltoaction.new-window:hover,
.section a.calltoaction.new-window:focus,
.section a.calltoaction.external:hover,
.section a.calltoaction.external:focus {background-color:#FFFFFF;color:#000000;text-decoration:none;}

.section a.calltoaction:hover span,
.section a.calltoaction:focus span {
    background-color:var(--color1);
    color:var(--color2);
}

/* Responsive algemeen */

html {
	transition: all 0.5s;
}
a, button {transition:all 0.5s;}

div.grid-16 {width:100% !important;margin:0 !important;box-sizing:border-box;float:none;}
div.grid-11 {width:calc(75% - 2.5rem);margin:0 2.5rem 0 0;box-sizing:border-box;}
div.grid-5 {width:25%;margin:0;box-sizing:border-box;}
.contentrow {overflow:unset;}

/* Mobiel */
@media only screen and (max-width: 512px) {
    div.contentrow {width:94% !important;margin:0 auto;}
    div.grid-11 {width:100%;margin:0 auto;box-sizing:border-box;}
	div.grid-5 {width:100%;margin:0 auto;box-sizing:border-box;}
}
@media only screen and (min-width: 513px) and (max-width: 767px) {
    div.contentrow {width:94% !important;margin:0 auto;}
    div.grid-11 {width:100%;margin:0 auto;box-sizing:border-box;}
	div.grid-5 {width:100%;margin:0 auto;box-sizing:border-box;}
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    div.contentrow {width:94% !important;margin:0 auto;}
    div.grid-11 {width:calc(66% - 2.5rem);margin:0 2.5rem 0 0;box-sizing:border-box;}
    div.grid-5 {width:33%;margin:0;box-sizing:border-box;}
}
/* Zeer klein scherm */
@media only screen and (min-width: 960px) and (max-width: 1023px) {
    .contentrow {width:940px;}
    body.menutype_horizontal ul#dl-menu {width:940px}
}
/* Klein scherm */
@media only screen and (min-width: 1024px) and (max-width: 1359px) {
    .contentrow {width:1000px;}
    body.menutype_horizontal ul#dl-menu {width:1000px}
}
/* Normaal scherm */
@media only screen and (min-width: 1360px) and (max-width: 1459px) {
    .contentrow {width:985px;}
    body.menutype_horizontal ul#dl-menu {width:985px}
}
/* Groot scherm */
@media only screen and (min-width: 1460px) {
    .contentrow {width:1440px;}
    body.menutype_horizontal ul#dl-menu {width:1440px}
    div#row1 {background-size:1920px auto;}
}

/* Simple Cookiebar met 1 of 2 knoppen: floating bar */
.information-bar {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color5);
    padding: 30px;
    border-radius: 10px;
    max-width: 700px;
    border-bottom: 0;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.information-bar a {
    color: var(--color6);
}

.information-bar .text {
    margin-bottom: 30px;
    color:var(--color6);
}

.information-bar .links {
    margin-bottom: 0;
}

.information-bar .links li a {
    background-color: var(--color6);
    border-radius: 10px;
    padding: 10px 30px !important;
    color: var(--color5);
    text-decoration: underline;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
}

.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;
    }
}

/* Fixed Header met logo dat schaalt bij scroll */
:root {
    --logobasewidth: 145px;
    --logobaseheight: 138px;
    --logowidth: var(--logobasewidth);
    --logoheight: var(--logobaseheight);
}

.fixed_header a#logo img {height:var(--logoheight);width:var(--logowidth);max-width:unset;}
.fixed_header #header {min-height:0px;transition:all 0.5s;}
.fixed_header a#logo {padding:0;}
.fixed_header a#logo img {padding:0 0 1rem 0;transition:all 0.5s;}

@media only screen and (max-width: 959px) {
    :root {
        --logowidth: calc(var(--logobasewidth) * 0.5);
        --logoheight: calc(var(--logobaseheight) * 0.5);
    }
    .fixed_header a#logo img {max-width:unset;max-height:unset;}
    	#tinyblock {
		height: 120px;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	#tinyblock .toplinks ul.quicklinks {height:auto;}
}
@media only screen and (min-width: 960px)  {
    .scrolled_past_header a#logo img {transition:all 0.5s;width:calc(var(--logowidth) / 2);height:calc(var(--logoheight) / 2);}
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
    :root {
        --logowidth: calc(var(--logobasewidth) * 0.6);
        --logoheight: calc(var(--logobaseheight) * 0.6);
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1359px) {
    :root {
        --logowidth: calc(var(--logobasewidth) * 0.7);
        --logoheight: calc(var(--logobaseheight) * 0.7);
    }
}
@media only screen and (min-width: 1360px) and (max-width: 1459px) {
    :root {
        --logowidth: calc(var(--logobasewidth) * 0.8);
        --logoheight: calc(var(--logobaseheight) * 0.8);
    }
}

/* Menu - naast logo bij fixed menu */
@media only screen and (max-width: 959px) {
    ul#dl-menu {box-shadow: 0 5px 10px 0 #00000050;}
    div#menu_wide ul.dropdownmenu li a.item-link {background-color:transparent;}
    div#menu_wide ul.dropdownmenu li a.item-link:hover,
    div#menu_wide ul.dropdownmenu li a.item-link:focus {background-color:var(--color520);}
    body.menutype_horizontal ul#dl-menu {display: none !important;}
    body.menutype_horizontal ul#dl-menu[aria-expanded="true"] {display:block !important;}
}
@media only screen and (min-width: 960px)  {
    div#menu_wide {height:0;}
    .fixed_header #header {box-shadow: 0 0 10px 0 #00000050;}
    .fixed_header div#menu_wide {
        transition:all 0.5s;
        top: calc(var(--logoheight) / 1.5);
        z-index: 9 !important;
        background-color: transparent;
    }
    .fixed_header.scrolled_past_header div#menu_wide {
        top: calc(var(--logoheight) / 3.4);
        box-shadow: unset;
        transition:all 0.5s;
    }
    .fixed_header .menu-horizontal li.first-child {transition:all 0.5s;margin-left:calc(var(--logowidth) + 2rem);}
    .fixed_header.scrolled_past_header .menu-horizontal li.first-child {transition:all 0.5s;margin-left:calc(var(--logowidth) / 2 + 1rem);}
    .fixed_header.scrolled_past_header .menu-horizontal li li.first-child {margin-left:0;}
    .fixed_header ul.menu-horizontal a {font-size:1.5rem;}
    .fixed_header.scrolled_past_header ul.menu-horizontal a {font-size:1.25rem;}
    body.menutype_horizontal ul.dropdownmenu {width:100%;left:0;}
    body.menutype_horizontal #dl-menu ul.dropdownmenu li a.item-link {
        border-top:1px solid var(--color150);
        font-size: 1.125rem;
        margin: 0 0.5rem 0;
        padding: 1rem !important;
        transition: all 0s ease;
    }
    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(--color520);}
    body a.skip-link.display-in-place-on-focus {background-color:#FFFFFF !important;display:none;}
    
    .fixed_header ul.menu-horizontal li a.toplevellink {color:var(--color1);}
    .singlemenu li:hover > a, .singlemenu li a.show-menu,
    .fixed_header ul.menu-horizontal li.active a.toplevellink {background-color:transparent;color:var(--color1);}
}

@media only screen and (max-width: 960px)  {
   #tinyblock .toplinks {width:max-content;}
}

/* Toptaken reset */
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:0;}
ul.onlytoptasks.columns {display:flex;flex-wrap:wrap;gap:2rem;flex-direction:row;}
ul.onlytoptasks.columns li.column {float:none;margin:0;flex: 1 1 0;}
ul.onlytoptasks.columns li.column a {min-height:unset;}

ul.onlytoptasks li.column a {display:flex;flex-direction:column;    justify-content: space-evenly;}
ul.onlytoptasks li.column a img {width:auto;height:auto;margin:0.5rem auto;}
ul.onlytoptasks li.column a span {height:unset;padding-bottom:0.5rem;}

/* Elburg */
div#row1.sublayout_row1_topsix_search {background-position:center top !important;}
div.topsix_search.with_toptasks {padding:180px 0 0;}
div.topsix_search.with_toptasks form#sublayout_search {margin-bottom:145px !important;}
div.topsix_search.with_toptasks .bottomspace {overflow:unset;}
ul.onlytoptasks.columns {gap:3rem;}
ul.onlytoptasks li.column a {
    padding:0.25rem;
    border-width:0;
    background-color:var(--color2);
    color:var(--color1);
    box-shadow:0 0 5px #666666;
    font-size:1.125rem;
    font-family: "PT Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}
ul.onlytoptasks li.column a:hover,
ul.onlytoptasks li.column a:focus {background-color:var(--color1);color:var(--color2);box-shadow:0 0 2px #666666;}
@media only screen and (min-width: 640px) {
    ul.onlytoptasks li.column a img {max-width:80px;max-height:80px;}
}
ul.onlytoptasks li.column a:hover img,
ul.onlytoptasks li.column a:focus img {filter: brightness(0) invert(1);}

.contentrow > .section,
.layout_four .contentrow .onecolumn {margin:0;}

#row2, #row3, #row4 {padding:3rem 0;}
#row2.row2_content {padding:0;}
#row4.sublayout_row4_thematictabs {padding:3rem 0 0;}

/* of zocht u */
.layout_four .section.folder h2 {border-bottom:1px solid var(--color1);margin:0; padding-bottom:1.5rem;}
.layout_four .section.folder ul.columns li {border-width:0;}
.layout_four .section.folder ul.columns li a {
    display:flex;
    box-sizing:border-box;
    border-top:1px solid var(--color1);
    padding:1rem;
    font-size:1.25rem;
    font-weight:normal;
    color:#000000;
    height:100%;
    align-items:center;
    background-image:none;
}

.layout_four .section.folder ul.columns {border-bottom:1px solid var(--color1);column-gap: 3rem;display:grid;}
.layout_four .section.folder ul.columns li.column {width:100% !important;float:none;}
.layout_four .section.folder ul.columns li a:hover,
.layout_four .section.folder ul.columns li a:focus {background-color:var(--color530);}
.layout_four .section.folder ul.columns li.last-column a {margin-right:0;}
@media only screen and (max-width: 639px) {
    .layout_four .section.folder ul.columns.four,
    .layout_four .section.folder ul.columns.three {grid-template-columns: repeat(1, 1fr);}
    .layout_four .section.folder ul.columns.four li:nth-child(1) a,
    .layout_four .section.folder ul.columns.three li:nth-child(1) a {border-width:0;}
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
    .layout_four .section.folder ul.columns.four,
    .layout_four .section.folder ul.columns.three {grid-template-columns: repeat(2, 1fr);}
    .layout_four .section.folder ul.columns.four li:nth-child(-n+2) a,
    .layout_four .section.folder ul.columns.three li:nth-child(-n+2) a {border-width:0;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .layout_four .section.folder ul.columns.four,
    .layout_four .section.folder ul.columns.three {grid-template-columns: repeat(3, 1fr);}
    .layout_four .section.folder ul.columns.four li:nth-child(-n+3) a,
    .layout_four .section.folder ul.columns.three li:nth-child(-n+3) a {border-width:0;}
}
@media only screen and (min-width: 960px) {
    .layout_four .section.folder ul.columns.four {grid-template-columns: repeat(4, 1fr);}
    .layout_four .section.folder ul.columns.three {grid-template-columns: repeat(3, 1fr);}
    .layout_four .section.folder ul.columns.four li:nth-child(-n+4) a,
    .layout_four .section.folder ul.columns.three li:nth-child(-n+3) a {border-width:0;}
}


/* Thema blokken */
.layout_four .contentrow {overflow:unset;}
div[class$="_one-columns"] {background-color:var(--color530) !important;}
.onecolumn .landing.folder {margin:0;}
.onecolumn .landing.folder ul.items {
    display: grid;
    gap: 3rem;
    overflow:unset;
}
@media only screen and (max-width: 639px) {
    .onecolumn .landing ul.items.three,
     .onecolumn .landing ul.items.four {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (min-width: 640px) and (max-width: 899px) {
    .onecolumn .landing ul.items.three,
     .onecolumn .landing ul.items.four {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 900px) {
    .onecolumn .landing ul.items.three {
        grid-template-columns: repeat(3, 1fr);
    }
    .onecolumn .landing ul.items.four {
        grid-template-columns: repeat(4, 1fr);
    }
}
.onecolumn .landing.folder ul.items li.column {margin:0;border-width:0;width:100%;float:none;overflow:unset;background-color:transparent;}
.onecolumn .landing.folder ul.items li.column a {box-shadow: 0 0 5px #666666;align-content:space-between;background-color:var(--color2);}
.onecolumn .landing.folder ul.items li.column a:hover,
.onecolumn .landing.folder ul.items li.column a:focus {box-shadow: 0 0 2px #666666;}
.onecolumn .landing.folder ul.items li.column span.title {padding:1rem;font-size:1.375rem;color:var(--color1);}

.onecolumn .landing.folder ul.items li a span.image img {transform: scale(1.0); transition: 0.5s;}
.onecolumn .landing.folder ul.items li a:hover span.image img,
.onecolumn .landing.folder ul.items li a:focus span.image img {transform: scale(1.1);}

/* Thematisch nieuws */
#thematictabs {overflow:auto;margin:0;}
#thematictabs .briefing.container {margin:0;}
#thematictabs button[role="tab"] {font-size:1.125rem;margin-top:0;}
.horizontal_tabs [role="tab"][aria-selected="true"] {border-color:var(--color1);font-weight:normal;}
.horizontal_tabs [role="tab"] {color:var(--color1);background-color:var(--color520);}
.horizontal_tabs [role="tab"]:hover,
.horizontal_tabs [role="tab"]:focus {color:var(--color2);background-color:var(--color1);}

#thematictabs .tabs div.container-content {margin:0;}
#thematictabs h2 {border-bottom:1px solid var(--color1);margin:0 0 1rem; padding-bottom:0.5rem;}

@media only screen and (max-width: 640px) {
    #thematictabs div[role="tablist"] {flex-wrap:wrap;}
    #thematictabs button[role="tab"] {margin:0 0 0.5rem;}
}
@media only screen and (min-width: 960px) {
    div.alpha[class^="width-"] {padding-right:1.5rem;}
    div.omega[class^="width-"] {padding-left:1.5rem;}
}

#thematictabs .tabs ul.items li {margin-bottom:0;border-bottom:1px solid var(--color150);}
#thematictabs .tabs ul.items li a {padding:1rem;}
#thematictabs .tabs .items .item-title {font-size:1.125rem;margin:0 0 0.5rem;}
#thematictabs .tabs ul.items li a:hover,
#thematictabs .tabs ul.items li a:focus {text-decoration:none;background-color:var(--color520);}
#thematictabs .tabs ul.items li a:hover h3,
#thematictabs .tabs ul.items li a:focus h3 {text-decoration:underline;}
#thematictabs .tabs ul.items .item-photo {padding:0;margin:0 1.125rem 0 0;overflow:hidden;}

#thematictabs .tabs ul.items .item-photo img {transform: scale(1.0); transition: 0.5s;}
#thematictabs .tabs ul.items a:hover .item-photo img,
#thematictabs .tabs ul.items a:focus .item-photo img {transform: scale(1.1);}

.sublayout_row5_ .document > h2 {display:none;}

/* Footer */
.footer_website,
div#content-footer {border-width:0;clear:both;}
.footer_website .contentrow {
    padding-top: 180px;
    background-size: 100% auto;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 1440 180' version='1.1' viewBox='0 0 1440 180'%3E%3Cstyle%3E.st0%7Bopacity:.5%7D%3C/style%3E%3Cg class='st0'%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M1359.6 165.9c0 .4.1.3.2 0h-.2zm-246.5-10.1c.1-.3.1-.5 0-.5v.5m-977-7.5c0 .4-.3 1 .5 1.1 1.6.2 2.4 1.3 3.4 2.4.4.5.9.8 1.5.8 6.7.3 13.4.1 20.4 0 6.4-.3 13-.5 19.6-.8h.2c.5 0 .9 0 .9-.8 0-1-.7-.7-1.2-.7l-7.5.3c-10.4.5-20.8.9-31.2.6-1 0-1.7-.3-2.3-1.1-.9-1.1-2-2-3.5-2.1-.1 0-.3-.1-.5-.1-.1 0-.3.1-.3.4m55.1-2.8c-1.2.3-2.5 1.2-3 1.9-.9 1.5-1.8 1.1-2.9.9-1.1-.2-2.1-.3-3.2-.4-4.1-.5-8.2-1.1-12.3-1.6-.4-.1-.9-.2-1 .5-.1.7.1 1 .8 1 .2 0 .5.1.7.1 5.5.8 11.1 1.5 16.6 2.3.5.1.8 4.2-3.7 9.1-.7.8-1.6 1.3-2.7 2.2 4.8-.1 9.2-.2 13.7-.2.8 0 .9-.4 1.1-1 .9-3.1 1-6.2.7-9.4-.2-1.6-.9-3.2-2-4.4-.6-.7-1.3-1.1-2.1-1.1-.3 0-.5 0-.7.1m1037.4-4.7c0-.1.1-.1 0 0 0-.1 0-.1 0 0m-1145.7-.5c-.5 1.2.9 1.1 1.4 1.3 14.9 6.1 30.5 8.7 46.4 9.8h1.7c.5 0 .9-.1.9-.8 0-.7-.3-.7-.9-.8-7.4-.1-14.7-1-21.9-2.4-8.8-1.6-17.4-3.7-25.7-7.2-.4-.2-.9-.7-1.3-.7-.2.1-.4.2-.6.8m1186-34.3zm-8.1-7.6c-1.4 0-2.6 1.2-2.6 2.6 0 1.4 1.2 2.6 2.6 2.6 1.4 0 2.6-1.2 2.6-2.6 0-1.4-1.1-2.6-2.6-2.6m-464.1 48.8c.3-3.3.6-6.6 1-10.6 1.9 1.2 3.3 2 5 3.1-1.8 2.8-5.8 10.3-7.3 12.8-.4-.1 1.7-5.2 1.3-5.3m14.4-62.6c-.3 2.8.4 6-3.9 6.9 4.3.9 5.7 3.8 7 7.3-5.3.4-5.4.4-6.3-2.9-2.9.7-4.2-.2-4.6-3.5-.4-3.5-.6-7-1-10.8-.9.4-1.3.7-1.7.8-4.3 1.5-4.7 2.8-2.1 6.6.7 1.1 1.3 2.3 1.9 3.4-.2.2-.5.3-.7.5-1.1-1.4-2.2-2.8-4-4.9.5 2.7.8 4.3 1.1 5.4 3.8 3 9.6 3 10.5 9 .2 1.2 1.8 2.3 1.8 3.5.1 4.2-4.4 8-8.4 7.2-11.4-2.3-22.6.4-33.8 1.2-6.1.4-8.2 4-7.6 10.1.2 2.5.4 4.8-3.1 4.7.9 2.4 2 1.8 3.2 1.1.9-.5 1.7-1 2.5-.3-.9.8-2.4 1.5-2.4 2.1.3 4.4-2 8.8-.5 13.3.7 2.2.7 4.7 1.1 7.1.5.6 1.4 1.5 1.8 2.5 1.1 2.8 2.5 3.2 5.1 1-.8-.8-2-1.5-2.3-2.4-1.4-4.3-1.4-9.4 0-13 1.3-3.4 6.5-5.4 10.1-7.7.8-.5 2.2 0 3.3.2 5 .8 9.9 1.7 15.2 2.7 1.5 4.4.2 17.6-1.4 21.5 2.1.3 3.1 3.2 6 .7-.5-.7.6-6.1.6-6.1 1.6-2.8 3.1-5.3 4.5-7.8 3.1-5.5 3-5.5-1.6-10-.1-.1-.1-.4-.1-.6 6.6-4.9 14.5-15.5 15.7-21.4 2.4-.3 4.6-.5 6.7-1 1.1-.3 2-1.2 3.1-1.8-.7-.8-1.2-1.7-2-2.5-2.3-2.1-4.7-4.1-7-6.2l4.1-4.1c-.2-.1-.3-.3-.5-.4-1.3.8-2.7 1.6-4.2 2.5v-5.2c-.7 1.6-1 2.3-1.3 3h-.8l-1.3-14.8c-.3-.1-.7-.2-1-.3-.5 1.1-1.6 2.2-1.7 3.4M429 79.7c-.6.1 0 .6 0 0m-303.8-3.5c-11.7 17.7-23.4 35.3-35.1 53-.2.2-.3.5-.4.7-.2.5-.3 1.1.2 1.4.6.3 43.7 14.5 40 14.3-7.4-.3-14.6-1.7-21.6-3.9-7.6-2.4-14.9-5.4-22.1-8.7l-3.6-1.5c-.3-.1-.8-.3-1 0-.2.3.2.6.4.8 1.4 1.4 3.1 2.6 5 3.3 3.6 1.3 7 2.9 10.4 4.6 7.6 3.6 15.6 5.6 23.9 6.3 3.8.3 7.6.7 11.4.8 3.7.1 7.5-.1 11.3-.1-10.1-23.1-15.7-47.3-17.5-72.7-.6.7-.9 1.1-1.3 1.7M60.1 47.7c-2.2.4-4.4.5-6.6.8-.9.1-1.8.1-1.6 1.6.1.8-.5 1.9-1.1 2.7-.3.4-1.2.4-1.9.5-.3.1-.6.1-.9.2.1.2.2.3.3.5.3.2.7.4.9.6-.3.7-.6 1.3-.8 1.8.6.6 1.1 1 1.5 1.3-.8.5-1.6.8-2.2 1.3-.5.5-.8 1.3-1.2 1.9-.7-.4-1.4-1-1.8-.9-1 .3-1.4-.3-1.7-1-.3-.9-.9-1.2-1.9-1-.8.1-1.6.4-2.2-.6-.1-.2-1.2 0-1.6.3-.8.5-1.5 1.2-2.3 1.6-.6.3-1.8.4-2.1 0-1.6-1.9-3.5-1.3-5.3-.8-.8.2-1.5 1.1-1 2.2.5-.2.9-.3 1.3-.4l.1.2c-.3.3-.6.5-.7.7.3 1 .4 1.8.7 2.5.4.9.2 1.7-.4 2.4-.3.3-.5.9-.4 1.4.1.7.5 1.4.8 2.1-1.6.5-3.4.6-3 3 0 .3-1 .9-1.7 1.2-.4.2-1 .1-1.4-.1-1.5-.9-2.5 0-3.6.8-.5.4-.9 1.1-1.3 1.6-.6.7-1 1.6-1.7 2.2-1.6 1.2-1.7 1.4-.5 3 .4.6 1 1 .3 1.9-.4.5 1.6 2.8 2.3 2.6.3-.1.6-.5.6-.8.1-.3-.1-.7-.1-1.1l.3-.1c.2.7.4 1.4.6 2.2-2.8.5-3.6 1-2.7 4 .5.1 1 .2 1.8.4-.8.8-1.4 1.3-1.9 1.9-.5.6-.8 1.5-1.4 2-1.1.8-.5 1.2-.3 2.2.9 3 2.2 3.6 5.1 1.6-.9-.2-1.4-.3-2.1-.4 2.4-1.1 4.6-2.3 6.8-3.3.1.1.2.3.3.4-.3.3-.5.6-.8.8-1 .5-1.7 1.1-.8 2.3.6.8 1.1 1.6 1.7 2.5l-.2.1c-.1.1-.2.2-.4.2-3.1-.1-5.4 1.3-7.2 3.7-.2.4-.5.8-1 1.1-.4.2-1.2.4-1.3.1-.9-1.1-1.9-1.2-3.1-.5-.1.1-.2 0-.5-.1.3-.4.5-.6.8-1-1.6-.4-2.2-.1-2.5 1.3-.2.6-.4 1.2-.5 1.8-.2.9-.5 1.8-.8 2.7-.2.5 1.6 1 1.2 1.2-1.5.7-1.4 1.3-.5 2.7.3.5-.3 1.2-.3 1.7.1 1.8.9 2.2 2.7 1.9.4-.1-1.4 0-.9-.1.9-.2 2.3-.9 2.7-.5 1.3 1.3 2.2.3 3.1 0-.1-.7-.2-1.4-.4-2l.3-.2c.7 1.2 1.9 1.6 3.1 1.3 1.1-.3 1.5.1 1.8.9-1 .8-1.4 3-.5 3.2 1 .2 2.1-.1 3.1-.3.1-.1.2-1 .1-1.5 0-.8.6-1.7 1.3-1.5 1.1.4 2.2.9 3.3 1.4-.5 1.1-.8 2.2-2.5 2-.5-.1-1.5.9-1.6 1.6-.2.9.2 2 .4 3.2.7-.3 1.2-.6 1.6-.8.2.6.2 1.3.5 1.4 1.4.6.8-1.2 1.4-1.4 1.7 1 4.9.3 5.2-1.4 1.3.7 2.5 1.4 4 2.1.5 1.9.7 2 2.4.7.1.5.1 1 .2 1.6.8-.4 1.5-.7 1.9-.8.7.4 1.2.8 1.7.8 1.2 0 1.6.7 1.5 1.8 0 .5-.1 1.1-.1 1.6-1.4 3-.2 11 1.1 11.4.2.1.6 1.1.6 1.5.2 2.1.8 3.9 2.1 5.6-1.2-.2-1.8 5.6-2.7 5.6-15.2.3-29.4-.8-43.1 2.9-.4.1-2.4 3.7-3.2 4.2 4.5 3.3 18.2 1.2 23.7 3.2.5.2 1.1.3 1.6.2 8.1-1.8 22.3-1.1 31-2.1l39.3-.7c.4.1.9.2 1.3.2 14.2-.2 28.5-.5 42.7-.7.3 0 13-.1 13.6-.1 8.1-.2 16.2-.3 24.2-.3 2.1 0 3.6-.6 4.8-2.3 1.3-1.8 2.9-3.4 3.7-5.6.3-.8.3-1.3-.8-1.2-7.5.7-15 1.1-22.5 1.5-4.9.3-20.1.1-19.8.3-4.1-.2-8.4-.3-8.9-.4-6-.4-12.1-1.1-18-2.1-10.8-1.8-21.3-4.3-31.3-8.8-1-.5-1.7-1.1-2.1-2.1-.7-1.6-1.5-3.2-2.2-4.7-.4 1.7.2 3.2.4 5l-2.6-1.3c.4.7.9 1.1 1.4 1.6.6.6 1.6.8 1.8 1.7.7 2.5 1.6 5 2.7 7.4l2.8 4.6c.7.9 1.4 1.6 2.1 2.4-11.2-2-20.3-1.7-24.4-1.9-2-.1-4.1-5.9-4.1-9.4 0-3.2-1.2-2.1-3-3.6-9.8-8.3 3-3.9-2.1-14.1-1.3-2.7 14.5-1.5 14.6-4.2.2.3.3.5.5.7.6-.3 1.1-.5 1.6-.6.5-.1 1-.1 1.6-.1 0 1.1 1.5 1.5 3.1 1 1.2 1.4 2.4 2.9 3.7 4.5.2-1.7 1.1-1.5 1.9-1.3.4.1.7.2 1.1.1.1-.5.2-.9.4-1.3l.3.3c.6-.4 1.4-.8 1.6-1.3.4-.8.3-1.8.5-2.7-.5-.4-.9-.8-1.2-1.1.5-.7.9-1.2 1.2-1.6.6.2 1.1.4 1.7.6-.4.3-.7.6-1.1.9.9.4 1.7.6 2.7 1-.2-.7-.3-1.2-.5-1.8.8 1 1.2.8 1.5-.3 1 .4 1.8.7 2.7 1 0-.2-.1-.3-.1-.5.3-.4.7-.8 1-1.3.8-1.7-.1-4.8-1.8-5.7-1-.5-1.1-1.5-1-2.3.1-.3 1.1-.4 2-.7.5-.7 0-1.4-1-1.9-.9-.4-.8-.8-.2-1.6.6-.9 1.7-1.9.7-3.2-.2-.2-.2-.6-.3-1.1.7.2 1.3.3 1.9.5.3-.8.5-1.4.9-2.3.7 1.6 1.7 1.3 2.6 1.1.4-.1.7-.2 1-.2 1.3 0 2.8-.3 3.5-1.9-.4-.2-.8-.3-1.3-.6 1.7-.6.3-1.1.1-1.7 1.8-1.4 0-3 .4-4.5-1.2-.3-3.6-.4-3.2-.7.8-.7.8-2.7-.1-3.9.5 0 1 0 1.5-.1-.9-2.2-2.6-3.2-4.8-2.7-1.4.3-2.1-.3-2.3-1.4-.1-1.2-1.1-1.7-1.7-2.5-.2-.3-.4-.6-.7-.9.3-.2.7-.6 1-.6 1.7.1 3.5 0 5.2.4.8.2 2.1.1 2.5 1.4.1.2 1.3.2 1.9 0 .3-.1.3-1 .4-1.5 0-.2.1-.6 0-.8-.3-.7-.6-1.8-1.1-2-1.5-.4-1-1.2-.9-2.1.1-.4-.1-1.1-.3-1.1-2-.2-1.6-1.6-1.6-2.9.1-.9-1.5-2.9-2.1-2.5-.8.5-1.4.3-2.1.1-.4-.1-.9-.3-1.3-.2.3-1.6-1-1.4-1.9-1.6.1-.4.2-.8.2-1.1-1.4-.7-1.9-.2-1.6 1.4-.2 0-.3 0-.5-.1-.2-.6-.5-1.2-.8-2.1-.5.4-1.1.9-1.6 1.3-1.6-.8-1.7-.9-.9-2.2-.6-.5-1.2-1.1-1.8-1.5-1.4-1-1.3-1.3 0-2.4.3-.3.5-1 .4-1.4-.3-1.2-.9-2.5-1.4-3.8.4-.1.7-.3 1.1-.4 1.6-.6 2.1-2 1.2-3.4-.2-.3-1.1-.3-1.1-.6-.3-1.4-1.3-.8-1.9-.5-1.3.5-2.7.3-3.5-.7-1.1-2-2-2.1-3.8-1.1-.4-.4-.8-.9-1.3-1.3-.8-.7-1.6-.9-2.5-.1-1.5 1.4-1.5 1.4-3.2 0-.9-.7-1.7-1.1-2.6-.1-.7-.8-1.5-1-2.3-1-.4 0-.8.1-1.3.2m72.7.9v-1.7c-3.7 16.5-2.5 39.9-1.7 56.6.3-.3 13 39.3 13.7 39.9.3.2 18.1-3.3 30-5.8-7.8 1.9-15.6 3.9-23.4 5.8-.4.1-.7.2-.9.6-.5 1.2-1 2.4-1.6 3.8 12.4-3.4 24.6-6.7 37.1-10.1-1-.6-1.4-1.7-2.3-2 .8-.2 1.2-.3 1.3-.4.4-.4-8.6-16.3-8.9-16.6-1.4-1.9-2.8-3.8-3.6-6l.2-.1c.7.1.8 1.2 1.6 1.2.2-.5-.1-.7-.3-1-3.9-5.6-7.3-11.6-10.2-17.8-4.7-9.9-8.5-20.2-11.4-30.8 2.2-.4 4.3-.8 6.5-.5 0-1.1-1.2-1.6-1.2-2.4.1-.9-.3-.7-.7-.6-1.7.3-3.5.7-5.2 1.1-.7-1.2-.5-2.7-1.5-4.2-.1 1.8 0 3.2.3 4.5-4.7 1.2-9 3.1-13.3 5.3-1.3.7-2 1.6-2.3 2.9-.7 2.4-1.1 4.8-1.6 7.3-.2 1-.2 2-.9 2.9-.8-10.5.1-21 .3-31.5 1.1.8 2.3.3 3.4.2 2.4 0 4.9-.8 7.1 1.1.4.3 1 .4 1.6.3 2.5-.7 5.1-1 8.1-.6-2-2-4.1-2.6-6.5-2-1.1.3-2.3.4-3.3-.2-1.5-.9-3.1-1-4.7-.9-.9 0-1.8.1-2.7 0-.4-.1-.9-.1-1.2-.1-.9 0-1.6.3-1.8 1.8m81.4 56.9c-6.3-.3-3.2-4.2-3.5-6.5-.3-2.5-1.9-6.3 4.1-6 6.2.3 2.4 4.4 3.8 6.3-.7 2.6 1.7 6.2-3.8 6.2h-.6m25.7-6.4c.8-2.9-1.8-6.8 4.4-6.4 6.6.4 3.1 4.6 3.6 7 .4 2.1 1.9 5.5-3.7 5.6h-.1c-7.1-.1-2.3-4.8-4.2-6.2m-16.1-62.9c-4 10.1-8.5 20.1-13.1 30-1.9 4-4.8 6.4-9.1 6.5-5 .1-5.1 2.3-4.5 5.1 1.9 8.4 4.3 16.6 4.2 25.2-.1 16.1-.2 32.2-.2 48.3.3 2.1-6.1 7.3.2 7.7-.2-.5.1-.4.5-.3.4.1.7.2.5-.3.2.5.4.2.6 0 .2-.2.4-.5.6 0 3.4 1.3 6.8-.2 10.3-.4.1-.8.2-1.7.3-2.5V143c2.9-.3 1.4-1.6.9-2.7 2.2-5.7 7-8 13.7-6.8 6.6 1.1 9.6 5 10.2 10.7.5 5-1.6 10.3 1.5 15.1 2.2-.4 4.5-.3 6.7-.2 3.3.2 6.6.3 9.7-1.1.1 1.4 1 2 2.5 2.2 1.1-1.2 3.6-1.7 2.8-3.9-2.2-5-.5-10.2-1.1-15.3-.7-6.1 1.3-12.4-1.4-18.3-.3-.2-.7-.2-1.1-.2 0-1.6 0-3.2-.1-4.7.2-.1.5-.3.5-.4-.1-.3-.4-.6-.5-.9v-2.4c1.2-3.8 1.3-7.6-.1-11.4v-3.5c1.5-3.8.6-7.7.6-11.5.3-1.2.4-2.5.8-3.7 1.3-3.5 1.5-7.2.3-10.4-.6-1.5-2.3-1.3-4.2-1.2-1.1.1-2.2.2-3.1 0-2.5-.6-3-2.6-3.8-4.3-6.4-13.2-12.7-26.1-19.1-39.1-3.6 1.4-4.9 4.4-6 7.2m597.5 126.9.2-.3.2-.2.1.2v.2c-.2.1-.4.1-.5.1zm142.3-1.4c.1.2.1.3.1.4-.1 0-.1-.2-.1-.4m-125.7-1.1.1.2h-.1v-.2zM662.2 163c8.5-1.1 21.6-3.8 22-3.6.9.5 4 2.5 4.9 3 .9.6-18.1 1.5-23.3 4.9-1.1-1.5-2.3-3-3.6-4.3m160.7-.4c-.1-.2-.3-.3-.4-.5-.3-.7-.4-1.4-.5-2.1-.1-.6.2-1 .5-1.4.2-.3.5-.6.7-.8.1-.2.3-.3.4-.5.3-.3.5-.7.8-1.1.2-.2.3-.5.4-.7.2-.3.5-.3.6.1.1.2.1.4.2.6 0 .5 0 1-.1 1.4l-.1.2c-.1.2 0 .3.1.4.1.1.3.2.4.3l1.2.9c.4.3.8.7 1.2 1 .2.1.3.2.4.4.2.2.4.4.6.5h.2v-.2l.1-.2.2.1c.3.4.6.6 1.1.7-2.6.3-5.3.7-7.9 1.2l-.1-.3zm9.3-1.2-.5-.5-.3-.3c-.4-.2-.8-.5-1.3-.7-.3-.2-.7-.3-1-.5-.3-.2-.5-.5-.8-.7-.2-.2-.3-.3-.4-.5-.2-.3-.3-.6-.1-.9.1-.4.3-.7.5-1l.2-.1c.6-.1 1.2-.1 1.8-.2 1-.1 2-.4 3-.7h.2c.2.1.3.3.5.4.3.3.6.5.9.7l.1.1c.2.3.3.3 0 .6l-.2.1c-.2.1-.2.3-.1.5.1.1.1.2 0 .2-.3.2-.5.4-.7.6-.2.4-.4.8-.5 1.2-.1.2-.1.4-.2.7v.2h.2l.1-.1.3-.3c.3-.2.5-.4.8-.6.2-.1.4-.3.6-.4.4-.2.6-.5.7-.9l.3-.6.1.1c.4.5.7 1.1.9 1.8.1.3.2.7.3 1-1.7.2-3.5.4-5.2.6l-.2.2zM655.6 157c6.4-.9 15.8-3.5 18-2.6.7.3 3.5 1.6 5.1 2.3.9.4-12.2 1.5-19.3 3.4-1.2-1.1-2.4-2.1-3.8-3.1m-9.3-5.3c4.7-.1 18.1-2 22.3-.3 5.1 2-11.6 1.5-17.3 3.2-2-1.2-2.7-1.9-5-2.9m-123.4 1.4c.4-1.4.7-2.9 1.1-4.4 2.2.7 4.5 1.4 6.8 2.1-.6 1.5-1.1 2.9-1.6 4.2-2.1-.6-4.3-1.3-6.3-1.9m735-4.5h3.4v4.8h-3.4v-4.8m4.8 0h3.3v4.7h-3.3v-4.7m-836.3 3.3c-.6-1.2-1.1-2.5-1.7-3.9 1.4-.3 2.6-.6 3.8-.8.5 1.5 1 2.8 1.5 4.4-1.2.2-2.2.4-3.3.5l-.3-.2zm93.2.4-5.6-1.6c.3-1.6-.7-1.6-.3-3.2.1-.3.4-.6.6-.6 1 0 1.8.2 2.2 1.7.1.4.3.7.5 1.1.2.6.6.8 1.1.5.5-.3.6-.9.4-1.5-.1-.3-.2-.7-.4-1.1 1.4.3 2.7.5 4.1.8-.5 1.5-.5 1.8-1 3.2-.2 0-.5.2-.8.4-.4.1-.6.3-.8.3m-87-1.4c-.6-1.3-1.1-2.7-1.8-4.2 1.9-.3 3.7-.6 5.5-.9.3 1.7.7 3.2 1 4.8-.4 0-.9.1-1.3.1h-2c-.4.1-.9.2-1.3.3l-.1-.1zm787.1-5.4.1.1-.1-.1zm-1.3 2.8c.1-.5 0-1 0-1.5-.3-.2-.6-.4-.8-.4.2-.4.3-.7.5-1 .3 0 .6.1 1 .1-.2.2-.3.4-.5.6.4.1.8.1 1.2.2v11c-2.4-.4-7.3-.6-13.4-.7.4-6.3.8-15.1 11.5-7.6.2-.2.5-.4.5-.7m-207.3-3.4c2.8 0 5.5-.1 8.3-.1-.1.5-.1.9-.2 1.3-.1.5-.1.9-.2 1.3h-.1c-.5.1-8.9.4-9.2.7-.3-.4-.6-.4-.8-.4-.2 0-.3 0-.4-.2-.2-.4-.1-.9-.1-1.4 1.1.2 2 .4 3 .6-.1-.7-.2-1.2-.3-1.8m-511 7c-1.9-.2-3.8-.4-5.9-.7.1-2 .3-3.8.4-5.6.1-1 .5-1.2 1.1-.9.3.1.4.5.7.8.3.3.5.7.8.7.2 0 .4-.5.7-.8.2-.2.3-.4.5-.4l3.6.3c-.4 2.1-.7 4.2-1.1 6.2 0 .2-.3.4-.5.4h-.3zm568.4-7.9c.9.7 2.1-.1.9 2.2-.5.9.4 2 1.5 1.9 2-.1.5.4 4.7 1.5-1.7 1.8-7.3 3.5-12.2 2.2 1.8-1.5 3.1-3.5 4-5.6h.1c.3-.7.7-1.4 1-2.2m-593.2-.5c2.5 0 5 .1 7.4.1l-7.5 6.5c0-2.4 0-4.6.1-6.6m764.4 7.9.2-8 5.9.2.2 7.8h-6.3zm-11.1-7.8 6.2-.2v8.1l-6.3.1.1-8zm34-.3h3.3v4.8h-3.3c.1-1.6 0-3.2 0-4.8m-798 6.4c0-2.2.1-4.2.1-6.4 2.9 0 5.6.1 8.5.1-.1 2.1-.2 4.3-.3 6.4-2.8 0-5.5-.1-8.3-.1m793.3-5.8c0-.2.4-.6.7-.6.6-.1 1.3-.1 1.9 0h.8v4.9h-3.4c-.1-1.5-.1-2.9 0-4.3m-9.4 7.4c0-2.7-.1-5.2-.1-8 .7 0 2.2-.1 2.9-.1l.7.1c-.4 0 .6 8.3.2 8.3-.5 0-2.2-.3-2.5-.3h-1.2zm-829.4-8.2c.2.1.4.2.6.2-.2.2-.4.3-.6.5.5.2.9.4 1.4.6-.1-.4-.2-.7-.2-1 .4.5.7.4.8-.1.5.2.9.4 1.3.6-.7.3-1.4.7-2 1.1-.6.3-.9.9-.8 1.7.1.8.5 1.2 1.1 1.3h.1c1.4-.2 1.9.8 2.2 2.4.1.7.5 1.4.7 2.1-.5.4-.8.9-.9 1.3-3.7 1.3-7.3 2.7-11.1 3.8l-.6-.3c-11.8-4.5-5.7-6.1-5.7-12.3l.3-.3c.5-.1 1.4-.2 2.5-.3 0 .7.5.7.9.7.1-.3.3-.6.4-.9h.3c.2.3.3.5.4.7.3-.1.6-.3.9-.3h.8c0 .6.8.9 1.7.6.6.8 1.2 1.6 1.9 2.5.2-.9.6-.8 1.1-.7.2.1.4.1.6.1.1-.2.1-.5.2-.7l.1.2c.3-.2.8-.4.9-.7.2-.4.2-1 .3-1.5l-.6-.6.1-.1c.1 0 .3.1.4.1.3 0 .5-.1.5-.7m853.2-.1h3.9c0 2.9-.2 5.8-.2 8.6 0 0-2.7.3-4 .3-.4 0 .8-8.8.3-8.9m6.7-.1h6.3v.4c.1.2.1.7.1 1.6v2.2h-.1v4.3h-6.4l.1-8.5zm11.7-.3h6.9l-.3 9h-6.4l-.2-9zm-33.3-.3h9v.5h-9v-.5zm-183.7 3.2c-.8 0-1.8-.5-2.5-.5-.7-1.9-.6-1.6-1.2-3.3 3.4.3 6 .7 9.4 1.1-.5 2.5-.8 3-2 3-.8 0-2-.2-3.7-.3m347.5-4c.3.2.6.4.8.6l-.3.1c-.1-.2-.3-.4-.5-.7m-287-.4-.3-1.2.2-.1c.5.7 1.3.9 2 .6.6-.2.9 0 1.2.5-.6.6-.7 1.9-.1 2 .6.1 1.3-.2 1.9-.4.1 0 .1-.6 0-.9-.1-.5.3-1.1.7-1 .7.2 1.4.4 2.1.7-.3.7-.4 1.4-1.4 1.4-.3 0-.8.6-.9 1 0 .6.3 1.2.4 1.9.4-.2.7-.4 1-.6.1.3.2.8.4.8.9.3.4-.7.8-1 .3.2.7.2 1.1.2-.2.4 2.5-.1 5.6-.5 2.5-.4 5.4-.7 7.1-.6l1.4 1.7c-.1.9.2 1.2.9 2 .2.2-1.9 5.4-2.5 7.1l-5.6-.7c-3.8-.3-7.1-.3-10.9-.6-3.8-.2-7.9 0-11 2.9-1.3 1.2-3.5.9-5.5 1 5.2-3.1 8.1-9.1 7-15.4h.2c.2-.1.5-.2.7-.3.6-.2 1.4-.7 1.6-.5.3.2.5.3.7.3.5.1.8-.2 1.2-.3m94.4-.3c-.1-.8 0-1.6-.1-2.5h6.5v4.7c-.9 0-6.4.2-6.4.2s-.1-2.1 0-2.4m12.2-2.8h5.3v4.9H1239.9v-3.7c0-.2-.2-.4-.3-.6l-.1-.3c.1-.1.2-.2.4-.3h.9m-59.6 1.5c.2-.3.4-.5.5-.9l-.1-.3c.2-.2.5-.4.7-.6l.2.2c-.1.2-.2.4-.4.5-.5.4-.8.8-.2 1.3l1.2 1.2-.1.1-.2.1c-1.7.3-2.8 1.3-3.5 2.8-.1.2-.2.5-.4.7-.2.2-.6.3-.7.2-.6-.5-1.1-.4-1.7 0H1176.2l.3-.6c-.9-.1-1.2.2-1.2.9 0 .3-.1.7-.1 1 0 .5-.1 1-.1 1.6 0 .3-.1.7-.3.8-.7.5-.8 1.1-.2 1.8.2.2.4.5.5.7.2 1 .4 1.1 1.3.8l.6-.3c.5-.2 1.2-.7 1.4-.6.8.5 1.2-.1 1.7-.3-.2-.4-.3-.7-.4-1l.2-.1c.5.6 1.2.7 1.8.4.5-.3.8-.1 1.1.3-.4.5-.4 1.8.1 1.8s1.1-.3 1.7-.5c.1 0 0-.5-.1-.8-.1-.5.2-1 .6-.9.7.1 1.3.3 1.9.4-.2.6-.2 1.3-1.1 1.3-.3 0-.7.6-.7 1 0 .5.3 1.1.5 1.7.3-.3.6-.4.8-.6.1.3.2.7.4.7.8.2.3-.7.6-.9.3.1.7.1 1 .1-.3.7 6.9-4.3 10.3-4.5l3.3-.5c0 .8-.7 5.3 0 5.9.1.1-.2 1.1-.5 2.1-5.7-.1-12 0-17.7 0-10 0-18.5 0-20.2-.3-1.8-18 5.8-16 10.1-14 1.7.8 2.9 1.6 2.6 1.1.3-.2.5-.4.6-.7.2-.5.1-1.1.1-1.7-.3-.2-.6-.5-.8-.6.3-.5.5-.8.6-1.1 0 .2.2.4.3.7l.1.2h.1c.8 1.3 1.5 1.4 2.8.1h-1.2c.4-.3.7-.5 1.1-.8l1.2.3-.1-.2zm98-2h6.8v.6c-.2-.1-.3 2.7-.4 3.7 0 .7 0 .6-.9.5-.5-.1-5 .1-5.7.1.1-.7.2-3.7.2-4.9m11.4 0h7s-.1 1.8-.2 2.6c-.1.7-.1 1.3-.1 2h-6.6c-.1-1.4-.1-4.5-.1-4.6m-42.7.3c.9-.1 3-.3 4.2-.4-.1.7-.3 3.9-.1 5.3h-1c-1.1-.1-2.5-.1-2.7.1-.1-1.6 0-3.6-.4-5m24.4-.6c1.2.1 3.3.3 4.2.4-.1 1.6.2 3.2 0 4.7-.5 0-4.2.3-4.2.2v-4.2c.1-.4 0-.7 0-1.1m-8.7.1c.5-.4.8-.4 1.3.1 1.1 1.1 1.2 2.5 1 3.9 0 .2-.4.6-.7.6-.7.1-1.4 0-2.2 0h-.8c-.2-1.8 0-3.3 1.4-4.6m-5.1 4.7c-.2 0-.6-.5-.6-.8-.2-1.7.3-3.1 1.6-4.3 2 1.1 2.3 2.9 2 5.1h-3m1.6-5.4c1.2-.5 2.4-.5 3.6-.1-.7.9-1.3 1.8-1.8 2.6-.6-.8-1.1-1.6-1.8-2.5m-40.4-1zm-226.4-.2c.2 0 .5-.3.7-.5 0 .6-.3 1.1-.9 1.4-.4-.3-.1-1.2-1.2-.8.1-.1.1-.2.2-.4.4.2.8.3 1.2.3-.1 0 0 0 0 0m-549.5 4.4c0-.3 0-.7-.1-1h-.1c.2-.8.3-1.6.6-2.4.4-1.1 1-1.7 2-1.6.9 0 1.5.7 1.8 1.7.3.9.3 1.8.5 2.7.1.6-.1.9-.6.9-1.2.1-2.3.2-3.5.4h-.1c-.3 0-.4-.3-.5-.7m569.8-5.8c2.6 2.1 4.2 4.1 5.1 7.4-3.6.3-6.8.5-10.3.7 1.8-2.8 3.2-5.1 5.2-8.1m233.1-.7c2-.3 4-.6 6-.8l.1 2.2c-2 .3-4 .4-6 .7l-.1-2.1zm-135.4 0c3-2.2 9.2-.3 12.4 2.9 3.5 3.6 3.7 9.9 2.1 13.5-1.9 3.8-7.2 7.1-12.7 6.1-4.6-.1-9-4.1-10-9-1.2-5.6.9-10.1 5.6-12.2.8 1.9 1.1 2.4 2 4.5.6 1.6 2.1 3.9 1.6 4 .5.2-1.1 1.9-.6 2.1-.4.3 1.6 1.6 1.8 2.7.6-1.2 3.2-.7 3.8-.1 0-1.6-.2-2.6 2-3.1-.8 0-1.5-3-1.6-3.1-.2.4-2.5-.6-2.5-1.1 0-.7-.4.8-.7.8-1.1-2.5-2-5.4-3.2-8m161.2 1.2.1-2.2c2 .2 4 .1 6 .3l-.2 2.2c-2-.3-3.9-.1-5.9-.3m-202.2 4c2.2-2.3 3.7-3.7 6.2-6.3 1.8 2.4 2.9 4 3.5 7.3-3.9-.4-6.3-.7-9.7-1m184.9-6.3c4.9.1 15.7 0 15.7 0 .5.2 0 1.8 0 2.1-5.2 0-9.7.1-15.7.1v-2.2zM1006 156c-8.3-.4-13.2-10.1-10-16.9 2.5-5.5 7.8-8.5 14.1-6.3 2 .7 2.6-.1 1.5 1.7-1.3 2.1-2.6 4.3-4 6.4-.3.5-1.1.8-1.6.8-2 .2-2.9 1.6-2.2 3.5.3.8.5 1.7.8 2.7.1 0 .4-.1.9-.2-.1.6-.1 1.2-.2 1.9.3-.1.5-.1.5-.2.4-.5.7-.9 1.1-1.4.2.6.4 1.3.4 1.9 0 .3 2.3-.1 4.8-.5 2.8-.4 5.8-.9 5.6-.3.2 0 .3-.1.4-.1-.4.5-.9.9-1.5 1.7-1.8 2.6-4.4 4.6-8 5.2-.4.1-1.7.1-2.3.1h-.3m38.3-8.5c-4.2-5.3-3.5-12.4 1.8-16.5 1.9 2.5 3.5 4.2 5.3 6.8.5.8.4.5.5 1.4-1.4.1-1.3 1.9.3 1.8-.3.5-.1 1.2.4 1.8 0 .2 0 .4.1.5.6 3.4 2.4 6.3 4.8 8.5-1.2.4-2.4.6-3.6.6-3.6 0-7-1.7-9.6-4.9m12.3-1.8c-.5-1.3-.8-2.6-1-3.8.3-.7.5-1.5 1-2.2l-.1-.1-.9-.6c.5-4.1 3.2-7 5.8-8.7 1.1.9 2.1 2 2.9 3.3.7 1.1 1.2 2.5 1.4 4h-1c0 2.2-.6 3-2.5 5.7.2.1 1.2.8 1.4 1 .4-.6.9-1.2 1.2-1.7.2.2.4.3.6.4-.7 2.9-2.2 5.6-4.8 7.3l-.2.1c-1.6-.9-3-2.5-3.8-4.7m189.1-14.7 7.5-.9 17.7-.3s5.9.6 8.2.8l-.1 1.2c-.6.1-1.3-.1-1.8-.2-2.2-.4-4.1-.4-6.3-.5-3.4-.1-7 0-10.4 0h-2.4c-1.6 0-3.3 0-4.9.1-1.9.1-4.9.9-6.8 1.2h-.1c-.5.2-.1-.4-.6-1.4m-820.2-2.1c.2 0 .4-.3.6-.5.1.6-.1 1.1-.6 1.4-.4-.2-.3-1.1-1.2-.5.1-.1.1-.2.1-.4.3 0 .6.1.8.1.1 0 .2-.1.3-.1m640.9 3.2c-.8-1.2-1.6-2.2-2.6-3.1.9-.4 1.7-.7 2.2-.7.9-.1 7.3.5 9.6 2.7-2 2.1-3.7 4.5-6 6.1-.3.2-.7.3-1.1.4-.3-1.9-1-3.7-2.1-5.4m186.6-4.2h.4c0 .3.5.2.5.5 1 0 1.9 0 2.7.1.9 0 1.7.1 2.7.1 0-.3.3-.2.7-.1.3.1.6.1 1 .1.7-.1.8 0 1.6.1-.1-.1.4 0 .1-.2h6.1c.4.4 5.9.4 6.1.4.3.2 1.3.2 2.3 0 .1.2.2 0 .3.3.1-.1.1-.1.2 0 .1 0 .1 0 .2-.1.2-.6.7 0 .3.3 0 .3 0 .3 1.8.5-.4.3-.4.7-.6.7-.8 0-1.7-.3-2.5-.3-1.1-.1-2.4-.1-3.4-.3-2.5-.5-4.9-.4-7.4-.4-1 0-2 .1-3.1 0-1.4 0-2.9 0-4.3.1-1.8.1-3.5.1-5.2.1-2.1-.1-3.8.7-5.9.8-.6 0-1.2.3-1.8.2-.2 0-.5-.3-.7-.4l.1-.2c.4-.1 1.9-.6 1.9-.4l.2.1c.1-.3.6-.6.8-.3.4-.1 1.2-.6 1.2-.6.6 0 2.9-.2 3.2-.3h.1c.1 0 .1-.1.3.1-.1-.6.1-.5.1-.9m50.2 0 .4-.1c1-.4 1.5-.1 2 .6-.8 1-.9 3.2 0 3.3 1 .1 2.1-.4 3.1-.8.1-.1 0-1-.1-1.5-.2-.8.4-1.8 1.1-1.7 1.2.2 2.3.5 3.5.8-.4 1.1-.4 2.3-2.1 2.4-.5 0-1.3 1.1-1.3 1.8 0 1 .5 1.9.9 3.1.6-.5 1.1-.8 1.5-1 .2.5.4 1.3.7 1.3 1.5.4.6-1.3 1.2-1.7 1.9.8 4.9-.5 4.9-2.3 1.4.5 2.7.9 4.2 1.4.9 1.8 1 1.8 2.4.3.1.5.3.9.5 1.6.8-.5 1.4-.9 1.7-1.1.8.3 1.3.6 1.8.6 1.2-.2 1.7.4 1.8 1.5 0 .5.1 1.1.1 1.6-.9 3.2 1.5 10.9 2.9 11.1.2 0 .7.9.8 1.4.5 2 1.4 3.7 2.9 5.2-1.2 0-2.4-.1-3.3.1-6.4 1.2-11.7.8-16.7.3-5.1-.5-9.8-.9-15.1.4l.2-28.6zm-288.1 3.9c.9-1.4 1.8-2.7 2.8-4.2.5 1.2.9 2.1 1.2 3-.3-.2-.6-.5-.9-.7-.7.9-1.4 1.8-2 2.7.2.3.5.5.7.8-.6-.6-1.1-1.1-1.8-1.6m32.6-2.7c3.2-2.1 7.2-2.3 10.8-.6-2.8 2.1-4.8 5.1-5.6 8.4-2.1-2.3-3.6-5.1-5.2-7.8m382.2-1.6c.3 0 .5-.4.7-.6.1.7-.1 1.2-.7 1.6-.4-.3-.3-1.3-1.4-.7.1-.1.1-.3.2-.4.3 0 .7.1 1 .1h.2m-347.5 10.6c-.4-2.9-1.6-5.6-3.9-8 1.4-1.5 1.8-2 3.6-3.8.4 2.9 1.6 4.4 1.9 6.8 0 .3.1.6.2.8.4 1.3 1 2.5 1.2 3.8.1.7.3 1.8-1 1.8h-.1c-1.1 0-1.7-.1-1.9-1.4m-131-11.6c.6-.2 1-.3 1.8-.6-.2.3-.3.6-.5.7-.2.1-.5.3-.8.3-.2 0-.4-.1-.5-.4m153.5-.9c-3.1 2.7-6 5.2-8.9 7.7 2.6-5 4.3-6.5 8.9-7.7m-467.1 3.6c-.1-2.6 2.1-4.8 4.7-4.9 2.7-.1 5.2 2.1 5.3 4.7 0 2.5-2.2 4.8-4.8 4.9h-.2c-2.7 0-4.9-2.1-5-4.7m445.9-5.1c.1-.1.3-.2.4-.2 1.5 1.5 3 3.1 4.7 4.9-1.2.7-1.3.8-2.5 1.5-.6-2.5-2.1-4.1-2.6-6.2m207.9-.4c.3.4 1.6.6 1.3.8-1.3.9-1.2 1.5-.1 2.8.3.3.1.8 0 1.3h-1.3l.1-4.9zm-73.8 2c-.2-.7-.8-.8-1.2-1.2-.2-.1-.3-.3-.4-.4.2-.2.3-.4.5-.4.9-.2 1.9-.4 2.8-.3h.1v2.8c-.1 0-.3 0-.4.1-.2.1-.4.1-.6.1-.4-.1-.6-.3-.8-.7m-542.9 2.1c-.1-2.6 2.3-4.9 5-5 2.7-.1 4.9 1.9 5.1 4.5.2 2.7-2 5-4.7 5.1h-.2c-2.7.1-5.1-2.1-5.2-4.6m506.1-5.1.1.3-.2.1c0-.1.1-.2.1-.4m-153.7 15.5c1.1-.3 1.3-1.2.5-2-.2-.2-.4-.2-.6-.4-2.8-1.9-3.1-4.1-.9-6.8 1.4-1.7 2.8-3.6 4.6-4.8 1.5-1.1 3.6-1.4 5.5-1.9 1.4-.4 2.9-.6 4.4-1 1.1-.3 1.9-.2 2 .5-1.5 2.1-2.5 3.7-3.7 5.2-2.2 2.6-4.4 5-6.7 7.5-1.3 1.4-2.7 2.8-3.8 4.3-1 1.3-2.1 1.9-3.8 1.2-.3-1.1-.1-1.8 1.2-1.6h.3c.3 0 .6-.1 1-.2m-4.4-16.6c1.2-.3 2.2-.5 3.3-.7-.8.9-1.5 1.7-2.3 2.6-.3-.5-.6-1.1-1-1.9m205.3-1.9h6.2v9.8h-6.2v-9.8zm24.4 7.7v-7.8l6.2-.1v8l-6.2-.1zm-13.2-8h6.2v10.4h-6.2v-10.4zm26.3-.5h6.5v.1h-.1s-.2 8.3 0 8.8c0 .1-2.7 0-3.2 0-.1-.2-3.2 0-3.2 0v-8.9zm13.6-.1h6.5v9.7h-6.5v-9.7zm12.3-.2h.6v.3c-.1.6-.2 1.2-.2 1.8-.1.8-.2 1.6-.3 2.3l-.1-4.4zm-541-1.2c.4-.1.8-.1 1.2-.2.2-.1.3-.5.5-.7.2.6.2 1.2-.3 1.7-.5-.1-.6-1.1-1.5-.2.1-.3.1-.5.1-.6m-167.6-.1c.4-.1.8-.1 1.2-.2.2-.1.3-.5.5-.7.2.6.2 1.2-.3 1.7-.5-.1-.6-1.1-1.5-.3.1-.2.1-.4.1-.5m309.9-.5c.3-.1.5-.5.8-.8.2.8 0 1.5-.7 2-.5-.3-.5-1.5-1.7-.6.1-.2.1-.4.2-.5h.9c.1-.1.3-.1.5-.1m152.4 5c.5-.7.9-5.6 1.4-6.2.2.1.7 0 .9.1.2.6.7 7 1 8-1.1-.3-2.4-1.8-3.3-1.9m-3-4.8c.9-.6 1.8-1.3 2.8-2-.4 2-.7 3.8-1.1 5.9-.6-1.2-1.1-2.5-1.7-3.9m185.5-1.5c-.2 0 0-.3-.1-.3v-.2h6.5c0 .8-.1 3.3-.1 4.3-.5-.8-5.6-.1-6.1-.1.1-.5-.2-3.2-.2-3.7m11.4-.8h6.4v4.1c-.5-.3-6-.2-6.2 0-.1-.9 0-3.2-.2-4.1m13.2-.1v-.2h6.8c-.1 1.2-.3 4.4-.3 4.6h-6.4c-.2-1.3.3-4.4-.1-4.4m13.4 3.4c-.1-.8-.1-3.2-.2-4h6.7c-.1 1.3-.1 3.3-.2 4.4 0-.4-2.4-.4-4.2-.4h-2.1m13.6-4.2h6.8l-.1 4c-.7.2-2.5.2-4 .1h-2.3c-.1-.8-.3-3-.4-4.1m12.2-.2h6.6c-.2 1.3 0 2.8-.2 4.2 0-.5-2.1-.4-4-.3.1-.1.2-.3.3-.4-1.1-.1-1.6.1-2 .6-.5.1-.9.1-1 .1l.3-4.2zm-689.5 23.2c.7-.1 1.4-.2 2.1-.4 7.8-2 14.8-5.6 19.3-12.6 1.2-1.8 3.9-7.9 5.4-10.4.2 4.7-1.3 12.9-1.3 16.9 0 .6-.6 6.8-1.2 6.9-8.8 1.8-31.5 3.8-54.4 14 12.8-7.9 26.3-13.6 30.1-14.4m502.4-15.1c1-2.3.4-3.9-1.9-4.8-3-1.1-6.1-1.8-9.1-2.7-.8-.2-1.6-.3-2.2-.5-1.1-3.2-.2-5.6 2.5-7.6 2.3 1.6 4.6 3.4 7 5.1 2.3 1.6 4.1 2.8 6.6 4.5-.9.4-1.5.4-2.5.8.2 2.3 2.8 6.1-1.7 7.4.5-.8 1-1.4 1.3-2.2m198.8-14.7c.6-.4 1.2-.9 1.8-1.3.2.1.3.2.4.4-.2.3-.4.7-.7.9-.9.7-1.5 1.3-.5 2.4.7.7 1.4 1.4 2.1 2.2l-.1.2c-.1.1-.2.2-.4.2-1 .1-1.8.5-2.6.9V107zm-978.4-.4c.5-.1 1-.1 1.4-.2.3-.1.4-.6.6-.8.3.7.2 1.4-.4 2-.6-.2-.7-1.4-1.7-.3.1-.4.1-.5.1-.7m708.7 13.7c1.1-2.6.5-4.3-2.2-5.1-2.7-.8-5.6-1.4-8.4-2-1.4-.3-1.7-.8-1.1-2.1.4-.9.7-1.9 1-2.9.4-1.3.9-2.3 2.6-2.7 1.1-.3 1.9-1.9 3-3 3.8 5.1 8.6 9.7 15.5 11.5 0 .2 0 .4-.1.7-1.1.4-2.2.7-3.2 1.3-.3.1-.4.9-.3 1.3.2.8.7 1.5 1.1 2.5-2.8.6-5.5 1.3-8.5 2 .3-.8.5-1.2.6-1.5m-535 20.4c-.2 0-.5-.5-.5-.8-.3-2.7-.5-5.3-.7-8l-.9-12c-.4-5.6-.8-11.2-1.3-16.8-.1-1.3.4-1.9 1-2.7 2.6 13.7 5 27.4 8.1 41-2-.3-3.9-.4-5.7-.7m798.7-44-.1-.2.3-.1c.2.3.3.7.5 1l-.7-.7zm-788.9 45.2c-.1 0-.3-.3-.4-.5-1.7-7.7-3.4-15.5-5-23.2-1.5-7.1-2.8-14.2-4.1-21.3-.1-.3 0-.9.2-1.1.3-.5.6-.9.9-1.4.9 4.6 3.1 10.5 4 15 2.2 11.3 3.1 21.8 7.2 32.1.1.3-.7.8-.8 1.1v.1c-1.8-.4-.2-.5-2-.8m129.4-47.2c6.5-.2 13-.5 19.6-.8.6 4.1 1.1 8.2 1.7 12.4-7.5.3-14.7.6-22 .8.3-4.2.5-8.2.7-12.4m22.7-1.1c6.4-.2 12.4-.5 18.4-.7.5 0 1.3.4 1.4.7 1.3 3.8 2.6 7.6 3.9 11.7-7.6.3-14.7.6-22.1.8-.5-4.1-1-8.1-1.6-12.5m600.3-2.5 19.7 12-4.5-.1s-13.9-9.6-15.1-9.6c-1.2 0-15.8 10.3-15.8 10.3l-4.1.2 19.8-12.8zm-764-5.6c1.4.5 2.6.9 4 1.3-1 1.7-1.9 3.3-3 5.1-.4-2.3-.7-4.3-1-6.4m-3.6.2c.4-.1.7-.2 1-.4.1.3.1.5.2.8.3 2.9.7 5.8 1.1 8.7.1.9 0 1.5-.7 2.1-.4-3.8-.3-7.7-1.6-11.2m-47-2.3c1.8-.1 3.6-.2 5.6-.3-1.4 9.7-2.7 19.4-4.1 29-.5-9.5-.4-19.1-1.5-28.7m207.9 3.7c0-2.1 1.9-4.1 4.1-4.3 2.3-.2 4.5 1.7 4.6 4 .1 2.2-1.7 4.1-4 4.2h-.3c-2.4 0-4.4-1.7-4.4-3.9m-163.2-5.4c-1.5-.5-3.1-.7-4.6-.9-.9-.2-1-.3-.9-1.4 2.8 0 5.5.1 8.3.1.1 1.5.2 2.7.3 3.9-1-.7-2-1.4-3.1-1.7m-141.5-3.3c.3.1.7.2 1 .4-.4-.1-.7-.2-1-.4m95.6.4c-.1-.7-.2-1.4-.2-2.3 6.4-.2 12.7-.5 19-.7v.2c-2.1.7-4.2 1.4-6.2 2-.8.3-1.7.5-2.6.6-1.6.2-3.1.2-4.7.3-1.5.1-3.1.2-4.6.2-.3.1-.7-.1-.7-.3m90.6-2.2c-6.1-2-12.1-3.8-18.3-5-3.9-.8-7.7-1.6-11.6-2.3-.8-.1-1-.5-1-1.5 0-1.8-.2-3.5-.3-5.2 12.4.5 24.5 4.5 36.8 4.9-.5 4.9.1 6.2.8 11.2-2.2-.7-4.3-1.4-6.4-2.1M433.9 58.1c8.6 1.7 15 3.3 23.6 4.9-2.4 3.6-4.5 6.2-5.7 10.7-6.3.3-11.2.9-17.5 1.2-.1-5.7-.3-11.2-.4-16.8m47.2 6-12.9-3.9c-.1 0-.1-.1-.3-.2 4.6-3.8 9.4-6.4 14.9-6 .7.6 1.4 1.2 1.6 1.9-.5.1-1 .3-1.5.4-.4.1-.9.3-.7 1 .1.7.6.6 1 .5.8-.2 1.6-.4 2.4-.4-.4.5-.9.8-1.2 1.4l-2.7 4.8c-.1.2-.4.5-.6.5m-7.2-56.4c3.3 0 4.5.1 7.9.2-.1 23.4 6 25 10.8 47.3-2.3-1.3-4.7-2-7.2-1.7C479.1 32 474.2 31 473.9 7.7m-6-3.4c0 12 3.2 14.2 5.4 25.8 1.7 9.3 4.6 12.6 7.3 21.5.2.6.8 1.1 1.4 1.7l-.2-.1c-1.8-3.1-18.9-1-18.2 4-1.5 1.3-.6 1.5-2.3 1.1-6.3-1.5-12.6-2.8-18.9-4.2-2.8-.6-5.5-1.3-8.4-1.9.1-1.2.2-2.3.2-3.3 0-.3.3-3 .2-3.4-.1.1-.4 0-.7-.1-.3-.1-.6-.2-.6-.1-.1.3-.4.3-.7.2-.3 0-.7-.1-.7.2-.1 1.1-.6 1.6-.8 3.1-.1 1.3-.3 4.1-.4 6 0 .3-.1 1.4-.1 1.8 0 4.2 0 8.7.1 13 .1 2.9-1.8 7.1-1.5 10 .2 0 .9 0 1.8.1 1.6.1 3.7.2 3.7-.3V77c3.2-.2 6.4-.3 9.5-.5.1.2.1.3.1.4.1 2.3.1 2.3-1.7 2.4-.9 0-1.8.1-2.6.2-1 .1-1.7 1-1.6 2.2 0 1.2.7 2.1 1.7 2 1.3 0 2.5-.1 3.9-.2.1 1.6.1 3.2.2 4.8.2 7.1.5 14.2.6 21.3.1 6.4 0 12.8-.1 19.2 0 .8.1 1.6.1 2.4-3.1 1.9-3.8 5.3-3.6 9.6-1.5.2-3.1.4-4.6.6-4.1.6-8.2 1.2-12.2 1.9-.5.1-1 .3-1.5.5v-.1c.2-.2.4-.4.6-.7.5-.9.1-2.6-.8-3.1-.5-.3-.6-.8-.5-1.3 0-.2.6-.2 1.1-.3.3-.4 0-.8-.5-1.1-.5-.3-.4-.4-.1-.9.3-.5 1-1 .4-1.7-.1-.1-.1-.4-.2-.6.4.1.7.2 1 .3.2-.4.3-.8.5-1.2.3.9.9.8 1.4.6.2-.1.4-.1.6-.1.7 0 1.5-.1 2-1-.2-.1-.4-.2-.7-.3 1-.3.2-.6.1-.9 1-.7.1-1.6.3-2.5-.6-.2-1.2-.3-1.8-.5.5-.4.5-1.5 0-2.2h.8c-.5-1.2-1.3-1.8-2.5-1.6-.8.1-1.2-.2-1.2-.8 0-.7-.6-1-.8-1.4-.1-.2-.2-.3-.3-.5.2-.1.4-.3.6-.3.9.1 1.9.1 2.8.3.4.1 1.1.1 1.3.8 0 .1.7.2 1.1 0 .2-.1.2-.5.3-.8 0-.1.1-.3 0-.4-.2-.4-.3-1-.6-1.1-.8-.2-.5-.7-.4-1.2 0-.2 0-.6-.1-.6-1.1-.1-.9-.9-.8-1.6.1-.5-.8-1.6-1.1-1.4-.4.2-.8.1-1.2 0-.2-.1-.5-.2-.7-.2.2-.9-.5-.8-1-.9.1-.2.1-.4.2-.6-.7-.4-1.1-.2-.9.7h-.3c-.1-.3-.2-.7-.4-1.2-.3.2-.6.4-.9.7-.9-.5-.9-.5-.4-1.2-.3-.3-.6-.6-1-.9-.7-.6-.7-.7 0-1.3.2-.1.3-.5.3-.8-.2-.7-.4-1.4-.7-2.1.2-.1.4-.1.6-.2.9-.3 1.2-1.1.7-1.8-.1-.2-.6-.2-.6-.3-.2-.8-.7-.4-1-.3-.7.2-1.5.1-1.9-.5-.6-.9-1.1-1-2.1-.5-.2-.3-.4-.5-.7-.8-.4-.4-.9-.5-1.4-.1-.9.8-.9.8-1.8 0-.5-.4-.9-.7-1.4-.1-.6-.7-1.2-.7-1.9-.6-1.2.2-2.4.2-3.6.3-.5 0-1 0-.9.9v.3c-1.4-2.2-4.2-3.7-6.1-5.6-1.1 3.4-2.9 6.6-3.9 10-.3 0-.5 0-.6-.1-.8-1.1-1.9-.8-2.9-.6-.4.1-.8.5-.6 1.2.3-.1.5-.1.7-.2l.1.1c-.2.1-.3.3-.4.3.1.5.2 1 .3 1.4.2.5.1.9-.3 1.4-.2.2-.3.5-.2.7.1.4.3.7.4 1.1-.9.2-1.9.2-1.7 1.6 0 .2-.6.5-1 .6-.2.1-.6 0-.8-.1-.8-.5-1.4 0-2 .4-.3.2-.5.6-.8.9-.3.4-.6.9-1 1.1-.9.6-.9.7-.4 1.6.2.3.5.6.1 1-.2.3.8 1.5 1.2 1.5.2 0 .3-.2.4-.4.1-.2 0-.4 0-.6h.2l.3 1.2c-1.6.2-2 .4-1.6 2.1.3.1.5.1 1 .3-.5.4-.8.7-1.1 1-.3.3-.5.8-.8 1-.6.4-.3.7-.2 1.2.4 1.7 1.1 2 2.8 1-.5-.1-.7-.2-1.2-.3 1.3-.6 2.6-1.1 3.8-1.7l.2.2c-.1.1-.3.3-.5.4-.6.3-1 .5-.5 1.2.3.4.6.9.9 1.4l-.1.1-.2.1c-1.7-.1-3 .6-4 1.9-.1.2-.3.4-.5.6-.2.1-.7.2-.7 0-.5-.6-1-.7-1.7-.4 0 0-.1 0-.3-.1l.5-.5c-.9-.3-1.2-.1-1.4.6-.1.3-.2.6-.3 1-.2.5-.3 1-.5 1.5-.1.3-.3.6-.5.7-.8.3-1 .9-.6 1.7.1.3.3.5.3.8 0 1 .1 1.2 1.1 1.1.2 0 .5-.1.7-.2.5-.1 1.3-.4 1.5-.2.7.7 1.2.2 1.7.1-.1-.4-.1-.7-.2-1.1l.2-.1c.4.7 1 .9 1.7.8.6-.1.8.1 1 .5-.6.4-.8 1.6-.4 1.7.5.2 1.1 0 1.7-.1.1 0 .1-.5.1-.8 0-.5.4-.9.8-.8.6.2 1.2.6 1.8.8-.3.6-.5 1.2-1.4 1-.3 0-.8.5-.9.8-.1.5.1 1.1.1 1.7.4-.2.7-.3.9-.4.1.3.1.7.2.8l.2.1c-.3.8-.7 1.6-1 2.5l-.1.3.2.2.3-.2c3.4-.6 6.7-1.2 10.1-1.4.2.2.3.4.3.8s-.1.7-.1 1.1c-.2.8-.3 1.6.2 2.3.2.3.3.7.3 1v1.3c-.7-.3-1.4-.6-2-.8-7.6-2.3-15.6-2.1-23.6-1.8-5 .1-9.9.3-14.8-.2-.2-.5-4.1-1.3-8.1-1.9 1.3 0 2.6-.2 3.8-1-.7-1.4-2.1-1-3.1-1.4-2.6-1-4.2-3.6-3-5.5 1.9-2.8 4.1-5.5 6.8-9-.2 4.1 1.9 6.5 3.3 9.2 1.1 2.1 2.7 3.9 1.7 6.5-.5 1.2.2 2.2 1.8 2.5 2.5.5 4.9 1 7.4.3.7-.2 1.7-.2 1.8-1.2 0-.9-1-.6-1.5-1-2.8-1.8-5.8-3.4-6.7-6.8-1.6-6-3.4-11.9-1.4-18.4 1.3-4.3-.4-9.3 2.3-13.6.2-.3.1-1-.2-1.2-1.6-1.7-.5-3.4-.1-5.1.3-1 1-2.1.5-3.1-1-2.3-.1-3.7 2-5 2.1-1.4 1.8-4.2-.6-5.4-.6-.3-1.1-.5-1.3-1.2-.5-2.2-1.5-4.2-3.4-5.7-.8-.6-1.1-1.6-.2-2.2 1.9-1.5 1.7-3.8 2.2-5.7.8-3.2-4.2-6.3-7.7-5.5-3.5.9-5.3 5.5-3.8 10-2.5-1.1-5.2-1.6-7.8-.5-2.6 1.1-4.8 2.8-7.4 3.9-1.8.7-1.4 3.7.6 4 3 .5 2 1.9 1.8 3.6-.4 2.7-1.6 5.4.1 8.1 0 1.5-.7 3 .2 4.5.2.4.4 0 .6-.3.2-.4.5-.8.8.2.6.8 0 1.8.7 2.6 1.7.6 3.2 1.8 5.1 1.6 1.6-.2 1.9 1 1.9 1.7 0 4.1 2.8 7.4 3.9 11.2 1.1 3.5 1.5 6.9-1.7 9.8-1.1 1-1.9 2.4-2.6 3.8-1.5 3.4-2.9 6.9-5.8 9.7-1.7 1.6-1.5 3.2 1.3 3.8 1.6.4 3.2 1 4.8 1.4-2.6-.4-4.9-.6-5.6-.6-11.4.2-17.7 1-29 2.4-1.4.2-3.3 1-3.7-1.4-.4-2.2-1.1-1.3-2.6-2.1-8-4.6 1.6-3.2-3.3-9.7-1.3-1.7 10-2.9 9.7-4.9l.4.4c.4-.3.7-.5 1-.7.3-.1.7-.2 1.1-.3.2.7 1.3.9 2.3.3 1 .9 2 1.7 3.2 2.7-.1-1.2.6-1.2 1.2-1.2.3 0 .5 0 .8-.1 0-.3 0-.7.1-1l.2.2c.3-.4.9-.7 1-1.2.2-.6 0-1.3 0-2-.4-.2-.8-.5-1-.6.3-.6.5-1 .6-1.3.4.1.8.1 1.3.2-.2.3-.4.5-.6.8.7.1 1.3.2 2 .3-.2-.5-.4-.8-.6-1.2.7.6 1 .4 1-.4.7.1 1.4.2 2.1.4l-.1-.3c.2-.3.4-.7.5-1 .4-1.3-.7-3.4-2-3.8-.8-.3-1-.9-1-1.5 0-.2.7-.4 1.3-.8.2-.6-.2-1-.9-1.2-.7-.2-.7-.5-.4-1.1.3-.7 1-1.5 0-2.3-.2-.1-.2-.4-.4-.7.5 0 .9.1 1.4.1.1-.6.2-1.1.3-1.7.9 1.5 1.9.3 2.7.1.9-.2 1.9-.6 2.2-1.8-.3-.1-.6-.1-1-.2 1.2-.6.1-.8-.2-1.2 1.1-1.2-.4-2.1-.3-3.2-.8 0-1.6-.1-2.4-.1.5-.6.2-2-.6-2.8.4-.1.7-.2 1.1-.2-1-1.4-2.2-1.9-3.7-1.3-.9.4-1.5.1-1.8-.7-.3-.9-1-1-1.5-1.6-.2-.2-.4-.4-.6-.5.2-.2.4-.5.7-.6 1.2-.2 2.5-.5 3.7-.4h.4c.5 0 1.2 0 1.6.6.1.1 1 0 1.4-.3.2-.1.1-.7.1-1.1 0-.2 0-.4-.1-.6-.3-.5-.7-1.2-1.1-1.2-1.1-.1-.8-.7-.9-1.4 0-.3-.2-.7-.3-.7-1.5.2-1.4-.9-1.5-1.8-.1-.7-1.4-1.8-1.8-1.5-.5.4-1 .4-1.5.3-.3 0-.7-.1-1 0 0-1-.6-1-1.2-.9h-.4v-.8c-1.1-.3-1.4.1-.9 1.2h-.4c-.2-.4-.5-.8-.9-1.4-.3.4-.7.7-1 1.1-1.2-.3-1.3-.4-.9-1.4-.5-.3-1-.6-1.5-.8-1.1-.5-1.1-.7-.3-1.7.2-.2.3-.8.1-1.1-.4-.8-1-1.6-1.5-2.5.2-.2.5-.3.7-.4 1.1-.6 1.2-1.7.4-2.5-.2-.2-.8-.1-.9-.3-.4-1-1-.4-1.4-.1-.8.5-1.9.6-2.5 0-1.1-1-1.7-1-2.9-.1-.3-.3-.7-.6-1.1-.8-.6-.4-1.2-.4-1.8.2-.9 1.2-1 1.2-2.3.5-.7-.4-1.3-.6-1.8.3-.9-.7-1.7-.5-2.6-.2-1.5.6-3 1-4.5 1.4-.6.2-1.3.3-.9 1.4.2.6-.1 1.4-.4 2-.2.3-.8.4-1.3.6l-.6.3.3.3c.3.1.5.2.7.3-.1.5-.3 1-.4 1.4.5.3.9.5 1.2.7-.5.5-1 .8-1.4 1.2-.3.5-.4 1-.6 1.5-.6-.2-1.1-.5-1.4-.4-.7.3-1 0-1.3-.5-.3-.6-.8-.8-1.4-.5-.5.2-1.1.5-1.6-.1-.1-.1-.8.2-1.1.4-.5.4-.9 1.1-1.4 1.4-.4.3-1.2.5-1.5.3-1.4-1.1-2.7-.5-3.9.1-.5.2-.9.9-.4 1.7.3-.2.6-.3.9-.5l.1.1c-.2.2-.3.5-.4.6.3.7.5 1.2.8 1.7.4.6.4 1.2 0 1.8-.2.3-.2.7-.1 1 .2.5.5.9.8 1.3-1.1.5-2.3.8-1.7 2.5.1.2-.6.8-1 1.1-.2.2-.7.2-1 .1-1.2-.5-1.8.4-2.4 1.1-.3.4-.5.9-.7 1.3-.3.6-.5 1.3-.9 1.8-1 1.1-1 1.2 0 2.2.4.4.8.6.5 1.3-.2.4 1.5 1.7 1.9 1.5.2-.1.3-.4.4-.6 0-.2-.1-.5-.2-.7l.2-.1c.2.5.5 1 .7 1.4-2 .7-2.5 1.1-1.5 3.1.4 0 .7 0 1.3.1-.5.7-.8 1.1-1.1 1.6-.3.5-.3 1.2-.7 1.6-.7.7-.2 1 .1 1.6 1 2 2 2.3 3.8.5h-1.6c1.5-1.1 3-2.2 4.4-3.3l.3.3c-.2.2-.3.5-.5.6-.6.5-1.1 1-.3 1.7l1.5 1.5-.1.1-.3.2c-2.2.4-3.7 1.6-4.6 3.6-.1.3-.3.7-.5.9-.3.2-.8.4-.9.3-.8-.7-1.5-.6-2.2 0h-.4c.2-.3.3-.5.5-.8-1.2-.1-1.6.2-1.6 1.2 0 .4-.1.9-.1 1.3-.1.7-.1 1.4-.2 2-.1.4-.2.9-.4 1-.9.7-1.1 1.5-.2 2.4.3.3.5.6.6 1 .3 1.3.5 1.4 1.7 1 .3-.1.6-.3.8-.4.6-.3 1.5-.9 1.9-.7 1.1.7 1.6-.1 2.2-.4-.2-.5-.3-.9-.5-1.3l.2-.2c.7.8 1.6.9 2.4.5.7-.3 1.1-.1 1.4.4-.6.7-.6 2.3.1 2.3s1.5-.3 2.2-.6c.1-.1 0-.7-.1-1.1-.1-.6.2-1.3.8-1.2.9.1 1.7.4 2.5.6-.2.8-.3 1.7-1.5 1.7-.3 0-.9.8-.9 1.3 0 .7.4 1.4.7 2.2.5-.3.8-.6 1.1-.8.2.4.3.9.5.9 1.1.2.4-.9.8-1.2 1.4.5 3.5-.4 3.5-1.7 1 .3 2 .6 3.1 1 .6 1.3.7 1.3 1.8.2.1.4.2.7.4 1.1.5-.4 1-.7 1.2-.8.6.2.9.4 1.3.4.9-.1 1.2.3 1.3 1 0 .4.1.8.1 1.2-.6 2.3 1.3 7.8 2.3 7.9.1 0 .5.7.6 1 .4 1.4 1.1 2.7 2.2 3.7-.9 0-1.7 0-2.4.1-10.7 2.2-32.9 3-29.2 4.2-3.9 5.5 23.4 3.1 31.5 1.9 0 .1.6-.3 1.2-.6s1.2-.7 1.2-.6c.1 1.8 1.5 1.2 1.9 1.2-.1 1 3.5 2.4 3.2.3 7.4.5 14.6.2 21.8-.2 9.3-.4 18.5-.8 27.7.5 9.9 1.4 38.5 0 47.5 1.8-.5.3-.9.6-1.4.9 38.2-4.2 88-4.3 120.2-2.6-.2 2.1 7 1.9 15.7 1.1 1.5.1 2.9.3 4.2.4-.7-.2-1.3-.4-1.8-.6 7.3-.7 15.3-1.5 20.9-1.6.4 1.1 1.9.2 1.8 0 2.1 0 4.1 0 6.1.1.1-.3.6-.9.9-1.4 6.8-1.1 16.4-2.9 16.4-2.4.4-.1.9-.2 1.3-.2 12.4-.4 24.8-1.1 37.1-1.1 8 0 15.5 2.3 21.7 7.2 5.5 4.4 9.8 9.7 11.9 16.4 3.9-.2 7.8-.3 11.8-.5-.9-2-2-3.8-3.1-5.6 7.2-.5 24.2-5.3 25-4.6.9.8.5.7 1.4 1.5 2.4 2.3 4.6 4.8 6.7 7.5l7.5-.3c-.1-2.4-.2-4.8-.3-7.1-2.6-1.9-5-4.1-7.7-5.9 8.3 0 20-1.2 27.6-1.3.4 1.1 3.3.8 3.2.6 2.1 0 3.8.6 5.8.6.1-.2 17.4.1 34.8.5s34.9.7 35 .5v-.1c1.3 1.6-3.2 1.4 0 3 7.8 1.6 55 1.4 55.1.1.2 0 3-.8 7.2-1.6 8.3-1.5 22.1-3.1 33.3 1.4 5.2 2.1 13.8.5 21.7-1.1 8.2-1.6 15.8-3.3 18.5-.9 5.5 2.8 77.4-1.9 77.4-1.9s-31.3-3.8-40.3-2.1c-6.1 0-10.9-3.3-9.9-9.8l.3-.2c.5 0 1.5 0 2.7.1-.1.7.4.9.9.9.2-.3.4-.6.6-.8h.3c.1.3.3.6.4.8.4-.1.7-.2 1-.2.3 0 .6.1.9.1-.1.6.7 1 1.6.9.5 1 1 1.9 1.6 2.9.4-1.3 1.2-.4 1.8-.3.1-.2.2-.5.4-.7l.1.2c.4-.2.9-.3 1.1-.6.3-.4.4-1 .6-1.5-.2-.3-.4-.6-.6-.7l.1-.1c.5.2.9.3 1-.5l.6.3c-.3.1-.5.3-.7.4.5.3.9.5 1.4.9 0-.4-.1-.7-.1-1.1.3.6.6.6.9 0 .5.3 1 .6 1.4.9v-.3c.2-.2.5-.4.7-.6.7-.9.5-2.7-.4-3.4-.5-.4-.5-1-.3-1.4.1-.2.7-.1 1.2-.2.3-.4.1-.8-.3-1.2-.5-.4-.4-.5 0-.9s1.2-.9.7-1.7c-.1-.2-.1-.4-.1-.7.4.2.7.3 1 .5.2-.4.5-.7.7-1.2.2.8.6.9 1.1.9-1.1 4.4-.1 9.2 2.8 12.8 3.9 4.8 10.2 6.6 15.9 4.8 4.1-1.3 7.1-3.9 9-7.8.2-.4.7-.7 1-1 .2.2.6.5.6.8.3 1.8 1.5 1.6 2.7 1 .7-.3 1.3-.8 1.8-1.2.6.3 1.2.5 1.5.6 1.4-1.1 2.7-2.1 3.9-3.1.4-.4.5-1.1.7-1.7-.5-.1-1-.4-1.5-.4-.6 0-1.1.1-1.6.1-.2-1.1-.1-2-.5-2.8-.5-.9-.3-1.5.3-2.2l3.3-3.6c2.5-2.8 4.9-5.5 7.5-8.4.8 1 1.5 1.9 2.2 2.7-2.1 3.6-4.1 7.5-3.3 11.6 1.9 8.9 9.7 14.1 18.6 12.1 1-.2 2-.6 2.9-1 1.3.7 2.7 1.2 4.2 1.5 6.4 1.2 11.6-.9 15.5-6.2.4-.5.9-1.1 1.4-1.2.8-.1 1.6-.1 2.4-.1h1c-.1.1-.2.3-.3.4 1 .9 2 1.7 3 2.6.1-.2.1-.4.2-.6l2.4-.3c.5-.1 1-.1 1.4-.2-.1-.5-.2-1.1-.5-1.6-.2-.4-.7-.6-1.2-.9 1.6-1.3 2.2-2.8 1.9-4.7-.4-1.8 1.5-3.9 2.7-3.8 4.2-4.6 7.6-7 11.9-10.9.4 1.4.9 2.3 1.3 3.4-6.8 3.7-9.6 12.1-6.4 19.2 2.1 4.7 6.3 7.8 11.1 8.7-12.2-.8-32.9-8.4-38.6-4-4.4 3.4-33.4.4-39.2.2-7.8-.3-8 3.7-7.3 5.6 3.6-2 19.7-1.2 33.2-.3 8.2.5 15.4 1.1 18.1.9 18.2-.9 26.7-1.7 40.9-.2.3 1.1 37.7-.8 37.6-1 1.9.2 37.2.8 45.7 1.1.1.1.1.2.2.3.1.3.6.1 1.1 0 .5-.1 1-.3 1.1-.1l.4-.5c3.4-.8 14.4-2.8 14.4-2.8l74.3-.3c2.8 1.4 3.1 1.3 3.7 1.2.4-.1 1-.1 3.3.7 4.5-.6 7.2 0 12.5.5 5.7.6 14.6 1.3 32.5.4-.1.7 21.9.1 38-.5 13.9-.5 21.4-1.3 32.1 1.4l23.2-1.8c1.5-5.4-14.8-1.3-29.2-1.3-7.5-5.1-3.9-7.5-3.8-13.4.1-.1.2-.2.3-.4.5-.1 1.6-.2 2.9-.3 0 .8.5.9 1.1.8.2-.4.3-.7.5-1h.4c.2.3.4.6.5.8.4-.1.7-.3 1-.3H1414.1c0 .7.9 1 1.9.8.7.9 1.4 1.9 2.1 2.9.2-1 .7-.9 1.3-.7.2.1.4.1.7.1.1-.3.2-.6.3-.8l.2.2c.4-.2.9-.4 1.1-.8.3-.5.3-1.1.4-1.7l-.7-.7.1-.2c.5.2 1 .2 1-.7l.6.3c-.3.2-.5.4-.7.5.5.3 1 .4 1.6.7-.1-.4-.2-.8-.2-1.1.4.6.7.5.9-.1.6.3 1.1.5 1.7.8v-.3c.2-.3.5-.5.7-.8.6-1 .1-3-.9-3.6-.6-.4-.7-1-.5-1.5 0-.2.7-.2 1.3-.4.3-.4 0-.9-.5-1.3-.5-.3-.5-.5-.1-1s1.2-1.1.5-2c-.1-.2-.1-.4-.2-.7.4.1.8.3 1.2.4.2-.5.4-.9.6-1.4.3 1 1 .9 1.6.8.2-.1.5-.1.7-.1.8 0 1.8-.1 2.3-1.1-.3-.1-.5-.2-.8-.4 1.1-.3.2-.7.1-1.1 1.2-.8.1-1.9.4-2.8-.7-.2-1.3-.4-2-.6.5-.4.6-1.7.1-2.5h.9c-.5-1.4-1.5-2.1-2.9-1.9-.9.1-1.3-.3-1.4-1 0-.8-.6-1.1-.9-1.6-.1-.2-.3-.4-.4-.6.2-.1.5-.3.7-.3 1.1.1 2.2.1 3.2.5.5.2 1.3.1 1.5 1 0 .1.8.2 1.2.1.2-.1.2-.6.3-.9 0-.2.1-.4 0-.5-.2-.5-.3-1.2-.6-1.3-.9-.3-.6-.8-.5-1.3 0-.2 0-.7-.1-.7-1.3-.2-1-1.1-.9-1.9.1-.6-.8-1.9-1.2-1.7-.5.3-.9.1-1.3 0-.3-.1-.5-.2-.8-.2.2-1-.5-.9-1.1-1.1.1-.3.1-.5.2-.7-.8-.5-1.2-.2-1 .8l-.3-.1c-.1-.4-.3-.8-.4-1.3-.4.3-.7.5-1.1.7-1-.5-1-.6-.5-1.4-.4-.4-.7-.7-1.1-1-.8-.7-.8-.8.1-1.5.2-.2.4-.6.3-.9-.2-.8-.5-1.6-.7-2.4.2-.1.5-.1.7-.2 1-.3 1.4-1.2.9-2.1-.1-.2-.7-.3-.7-.4-.2-.9-.8-.5-1.2-.4-.8.3-1.7.1-2.1-.6-.7-1.1-1.3-1.2-2.4-.7-.2-.3-.5-.6-.7-.9-.4-.4-1-.6-1.5-.2-1 .8-1.1.8-2.1-.1-.5-.5-1-.8-1.6-.1-.6-.8-1.4-.8-2.2-.7-1.4.2-2.7.2-4.1.3-.6 0-1.1 0-1.1 1 0 .1 0 .3-.1.4-1.6-2.6-4.7-4.3-6.9-6.6-1.3 3.9-3.5 7.5-4.7 11.4-.3 0-.6 0-.7-.2-.9-1.3-2.2-1-3.3-.7-.5.1-1 .6-.7 1.4.3-.1.6-.1.8-.2l.1.1c-.2.2-.4.3-.5.4.1.6.2 1.1.3 1.6.2.6.1 1.1-.4 1.5-.2.2-.3.6-.3.8.1.4.3.9.4 1.3-1 .2-2.2.2-2 1.7 0 .2-.7.5-1.1.7-.2.1-.6 0-.9-.1-.9-.6-1.6-.1-2.3.4-.4.2-.6.6-.9 1-.4.4-.7 1-1.2 1.3-1.1.7-1.1.8-.4 1.8.2.4.6.7.1 1.2-.3.3.9 1.8 1.3 1.7.2 0 .4-.3.4-.4.1-.2 0-.4 0-.7h.2c.1.5.2.9.3 1.4-1.8.1-2.3.4-1.9 2.3.3.1.6.2 1.1.3-.5.5-.9.7-1.3 1.1-.3.4-.5.9-.9 1.2-.7.4-.4.8-.2 1.4.4 1.9 1.2 2.4 3.1 1.2-.5-.1-.8-.2-1.3-.3 1.5-.6 3-1.2 4.4-1.8l.2.3c-.2.2-.3.4-.6.4-.7.3-1.1.6-.6 1.4.3.5.6 1.1 1 1.6l-.1.1-.3.1c-1.9-.2-3.4.6-4.7 2-.2.2-.4.5-.6.6-.3.1-.8.2-.8 0-.5-.7-1.1-.8-1.9-.5 0 0-.1 0-.3-.1l.6-.6c-1-.3-1.4-.1-1.6.7-.1.4-.3.7-.4 1.1-.2.6-.4 1.1-.6 1.7-.1.3-.3.7-.6.8-.9.4-1.2 1-.7 2 .2.3.3.6.3 1 0 1.1.1 1.3 1.3 1.2.3 0 .5-.1.8-.2.6-.1 1.5-.5 1.7-.2.7.8 1.4.3 1.9.2-.1-.5-.1-.9-.2-1.3l.2-.1c.4.8 1.1 1.1 1.9 1 .7-.1.9.1 1.1.7-.7.5-1 1.8-.5 2 .6.2 1.3 0 2 0 .1 0 .2-.6.1-.9 0-.5.5-1 .9-.9.7.3 1.4.7 2 1-.4.7-.6 1.4-1.6 1.2-.3-.1-1 .5-1.1.9-.1.6.1 1.3.1 2 .5-.2.8-.3 1.1-.4.1.4.1.8.2.9l.2.1c-.4.9-.8 1.9-1.2 2.8l-.2.3.2.2.3-.2c3.9-.6 7.7-1.3 11.6-1.3.2.2.3.5.3.9-.1.4-.1.8-.2 1.2-.3.9-.4 1.8.2 2.7.2.3.3.8.3 1.2 0 .3 2.6 4.6-3.8 4.6-19.6-4.1-32.4-2.1-38.4-1.5-2 .2-4.8-1-5.4-4.4-.5-3.1-1.5-1.9-3.5-3.1-11.1-6.6 2.3-4.4-4.3-13.6-1.8-2.5 14.1-3.8 13.7-6.5l.6.6c.6-.4 1-.7 1.4-.9.5-.2 1-.2 1.5-.4.2 1 1.8 1.2 3.2.5 1.4 1.2 2.8 2.5 4.3 3.8 0-1.7.8-1.6 1.7-1.6.4 0 .8 0 1.1-.1 0-.5.1-.9.1-1.4.1.1.2.2.3.2.5-.5 1.2-1 1.4-1.6.2-.9 0-1.9 0-2.8-.5-.3-1.1-.7-1.4-.9.4-.8.7-1.3.9-1.8.6.1 1.2.2 1.7.3-.3.4-.6.7-.9 1.1.9.2 1.7.3 2.8.5-.3-.6-.5-1.1-.7-1.7.9.8 1.3.5 1.4-.5 1 .2 1.9.4 2.8.6-.1-.2-.1-.3-.2-.5.2-.5.6-.9.8-1.4.6-1.8-.8-4.7-2.7-5.3-1.1-.4-1.4-1.3-1.3-2.1 0-.3 1.1-.6 1.9-1 .3-.8-.3-1.4-1.3-1.8-1-.3-.9-.7-.5-1.6.4-.9 1.4-2.1.1-3.3-.2-.2-.3-.6-.5-1 .7.1 1.3.1 2 .2.1-.8.3-1.5.5-2.4 1.3 2.1 2.6.4 3.7.3 1.3-.2 2.7-.8 3.2-2.5-.4-.1-.8-.2-1.4-.3 1.6-.8.1-1.1-.2-1.7 1.6-1.7-.5-3-.3-4.5h-1.4c-1 0-2.1.1-1.9-.2.7-.8.3-2.8-.8-3.9l1.5-.3c-1.3-2-3.1-2.7-5.2-1.9-1.3.5-2.1 0-2.5-1-.3-1.2-1.4-1.5-2-2.2-.3-.2-.5-.5-.8-.7.3-.3.6-.7.9-.8 1.7-.2 3.5-.6 5.2-.4h.6c.8 0 1.6 0 2.1.9.1.2 1.4 0 1.9-.3.3-.2.1-1 .1-1.6 0-.2 0-.6-.1-.8-.5-.7-.9-1.7-1.4-1.8-1.5-.1-1.1-1-1.2-1.9 0-.4-.3-1-.4-1-2 .2-1.9-1.3-2.1-2.6-.1-.9-2-2.6-2.4-2.1-.7.6-1.4.5-2.1.4-.4-.1-.9-.1-1.4 0 0-1.4-.8-1.3-1.6-1.3h-.5c0-.4.1-.8.1-1.1-1.5-.4-1.9.1-1.3 1.7h-.5c-.3-.5-.7-1.1-1.2-1.9-.5.5-.9 1-1.4 1.5-1.7-.5-1.8-.6-1.2-2-.7-.4-1.4-.9-2.1-1.2-1.5-.7-1.5-1-.4-2.4.3-.3.4-1.1.2-1.5-.5-1.2-1.3-2.3-2-3.5.3-.2.7-.4 1-.6 1.5-.8 1.8-2.4.6-3.5-.3-.3-1.1-.2-1.2-.4-.6-1.4-1.4-.5-1.9-.2-1.2.7-2.6.8-3.5-.1-1.5-1.4-2.4-1.5-4-.1-.5-.4-.9-.8-1.4-1.1-.9-.5-1.7-.7-2.5.3-1.3 1.7-1.4 1.7-3.3.6-1-.6-1.9-.8-2.6.4-1.2-1-2.4-.8-3.7-.3-2.1.7-4.2 1.2-6.3 1.9-.9.3-1.8.4-1.3 1.9.2.8-.2 2-.6 2.8-.3.5-1.2.6-1.8.8l-.9.3c.1.2.2.3.4.4.4.2.7.3 1 .4-.2.8-.4 1.4-.5 1.9.7.5 1.2.8 1.7 1.1-.7.7-1.5 1.1-1.9 1.7-.4.6-.6 1.4-.8 2.1-.8-.3-1.5-.8-1.9-.6-1 .4-1.5 0-1.9-.8-.5-.8-1.1-1.1-2-.7-.7.3-1.5.6-2.3-.2-.2-.2-1.1.2-1.5.5-.8.6-1.3 1.5-2.1 2-.6.4-1.7.7-2.1.4-1.9-1.6-3.7-.8-5.4 0-.7.3-1.3 1.3-.7 2.4.5-.3.9-.4 1.2-.6l.1.2c-.2.3-.5.6-.6.8.4.9.6 1.7 1.1 2.4.5.9.5 1.6 0 2.5-.2.4-.3 1-.2 1.4.2.7.7 1.3 1.2 1.9-1.5.7-3.3 1.1-2.4 3.4.1.3-.9 1.1-1.5 1.5-.3.2-1 .2-1.4.1-1.6-.7-2.5.5-3.4 1.4-.5.5-.7 1.2-1.1 1.8-.4.8-.7 1.8-1.3 2.4-.4.4-.7.7-.8 1l-5.5-5.4-49.9.3-16.2 16.2-3.2.2.3 1.6 27.3-.5 13.7-9.2 1.6-.9 1.4.6 13.1 8.6 21.7.3c-.2.3-.4.5-.5.8-.2.3-.3.7-.4 1l-35.3.2c-1 .1-40.9.5-41.4.3l.1 13.1c-.4-.2-.4-.8-.5-1.3-.1-.5-1.1-1.4-1.4-1.1-.4.3-.7.3-1.1.3-.2 0-.5-.1-.7 0 0-.8-.5-.7-.9-.7h-.3v-.6c-.8-.2-1.1.1-.7.9h-.3c-.2-.3-.4-.6-.7-1-.2.3-.5.6-.7.9-.9-.2-1-.3-.7-1.1-.4-.2-.8-.5-1.1-.6-.8-.4-.9-.5-.3-1.3.1-.2.2-.6.1-.8-.3-.6-.7-1.2-1.1-1.9.2-.1.4-.2.5-.3.8-.5.9-1.3.3-1.9-.2-.1-.6-.1-.7-.2-.3-.7-.8-.3-1.1-.1-.6.4-1.4.5-1.9 0-.8-.8-1.3-.8-2.2 0-.3-.2-.5-.4-.8-.6-.5-.3-1-.3-1.3.2-.7.9-.7.9-1.8.4-.5-.3-1-.4-1.4.2-.7-.5-1.3-.4-2-.1-1.1.4-2.3.7-3.4 1.1-.5.2-1 .2-.7 1.1.1.4-.1 1.1-.3 1.6-.1.3-.6.3-1 .5-.2.1-.3.1-.5.2l.2.2c.2.1.4.2.5.2-.1.4-.2.8-.3 1.1.4.2.7.4.9.6-.4.4-.8.6-1 1-.2.3-.3.8-.4 1.2-.4-.1-.8-.4-1.1-.3-.5.2-.8 0-1-.4-.3-.5-.6-.6-1.1-.4-.4.2-.8.4-1.3-.1-.1-.1-.6.1-.8.3-.4.3-.7.8-1.1 1.1-.3.2-.9.4-1.1.2-.8-.7-1.6-.5-2.3-.2-.2 0-.4 0-.7.1-.8.3-1.3-.1-1.5-.7-.2-.7-.8-1-1.2-1.4-.2-.2-.3-.3-.4-.5.2-.1.4-.4.6-.4 1.1-.1 2.2-.2 3.2-.1.5.1 1.3-.1 1.6.7.1.1.8.1 1.2-.1.2-.1 3.3-1.2 3.4-1.5 0-.1-.4 0-.9 0-.4.1-.8.1-.9 0-.3-.4 2.6-3.1 2.2-3.2-.4-.1-1.5.2-2.6.5-1.3.3-2.7.7-2.7.3 0-.2-.1-.6-.2-.6-1.3 0-1.1-.9-1.2-1.7 0-.6-1.1-1.7-1.4-1.4-.4.3-.9.3-1.3.2-.3-.1-.5-.1-.8-.1.1-1-.7-.8-1.3-.9 0-.3.1-.5.1-.7-.9-.3-1.2 0-.9 1h-.3c-.2-.3-.4-.7-.6-1.2l-.9.9c-1-.4-1.1-.4-.7-1.3-.4-.3-.8-.6-1.2-.8-.9-.5-.9-.7-.2-1.5.2-.2.3-.6.2-.9-.3-.7-.7-1.5-1.1-2.2l.6-.3c.9-.4 1.2-1.4.5-2.1-.2-.2-.7-.1-.7-.3-.3-.9-.9-.4-1.2-.2-.7.4-1.6.4-2.1-.2-.9-.9-1.4-1-2.4-.3-.3-.2-.5-.5-.8-.7-.5-.4-1-.5-1.5.1-.9 1-.9 1-2 .2-.6-.4-1.1-.6-1.6.1-.7-.7-1.4-.6-2.2-.3-1.3.4-2.6.6-4 .9-.6.1-1.1.2-.9 1.1.1.5-.2 1.2-.5 1.7-.2.3-.7.3-1.1.4-.2.1-.4.1-.6.2l.2.3.6.3c-.1.5-.3.9-.4 1.2.4.3.7.5 1 .7-.5.4-1 .6-1.2 1-.3.4-.4.8-.6 1.3-.5-.2-.9-.5-1.2-.4-.6.2-.9-.1-1.1-.5-.2-.5-.6-.7-1.2-.5-.5.1-1 .3-1.4-.2-.1-.1-.7.1-1 .3-.5.3-.8.8-1.3 1.1-.4.2-1.1.3-1.3.1-1.1-1.1-2.2-.6-3.3-.2-.5.2-.8.7-.5 1.4.3-.1.5-.2.8-.3l.1.1c-.2.2-.3.4-.4.5.2.6.3 1.1.6 1.5.3.6.2 1-.1 1.5-.2.2-.2.6-.1.9.1.4.4.8.6 1.2-1 .4-2 .5-1.6 2 0 .2-.6.6-1 .9-.2.1-.6.1-.9 0-1-.5-1.5.2-2.1.7-.3.3-.5.7-.7 1.1-.3.5-.5 1-.9 1.4-.9.8-.9.9-.1 1.8.3.3.7.6.3 1.1-.2.3 1.1 1.6 1.5 1.4.2-.1.3-.3.3-.5s-.1-.4-.1-.7l.2-.1c.2.4.4.8.5 1.3-1.7.4-2.2.8-1.5 2.6.3 0 .6.1 1.1.2-.5.5-.8.9-1.1 1.3-.3.4-.4 1-.7 1.3-.6.5-.3.8 0 1.4.7 1.8 1.5 2.1 3.2.7-.5-.1-.9-.1-1.3-.1 1.4-.8 2.7-1.7 4-2.4l.2.2c-.1.2-.3.4-.5.5-.6.4-1 .8-.4 1.5.4.5.8.9 1.2 1.4l-.1.1-.2.1c-1.9.1-3.2 1.1-4.2 2.7-.1.3-.3.5-.5.7-.2.1-.7.3-.8.2-.6-.6-1.2-.6-1.9-.2h-.3c.2-.2.3-.4.5-.6-1-.2-1.4.1-1.4.9-.1.4-.2.7-.2 1.1-.1.6-.2 1.1-.3 1.7-.1.3-.2.7-.4.8-1-2.1-2.4-3.9-4.3-5.4-4.2-3.3-8.5-4.1-13.6-2.8-1.2-3.8-2.1-7.3-3.3-11.1 1.5-1.1 2-1.4 3.4-2.5.4.3.9.3 1.5.2.5 0 1 0 1.3.2.2-.2.6-.9.8-1.1-.9-1.2-2.5-1.5-3.6-2.6-.7-.7-1.7-1.2-2.6-1.6-2.7-1.5-5.3-3-6.5-6.2-.1-.2-.3-.4-.5-.5-2.4-1.1-4-2.9-5.1-5.2-.6-1.3-2-2.5-.8-4.1-.3-.3-.6-.7-1.2-1.2 1.2-.4 2.2-.8 3.1-1.1.4-1.2.9-2.3 1.3-3.5.1-1.4-1.3-3 .8-4.2.2-.1.3-.8.1-.9-1.1-1-2.1-2.4-3.4-2.8-1.5-.5-3.4-.4-5-.2-.9.1-1.7.8-2.4 1.4-.5.4-.7 1.2-1.1 1.8-.1 1.4.3 2.9.5 4.4 0 .3-.5.8-.8 1.1-.3.2-.8.2-1.1.5-1.4 1.5-3.2 1.1-4.9.9-.6-.1-1.3-.1-1.8.3-2.8 2.3-4.2 5.4-4.6 8.8-.1.7 1 1.6 1.8 2.3.2.2.7.2 1.1.2h.6c-.9 3-1.8 5.8-2.5 8.6-.5 1.7-1.1 3.3 0 5 .3.5.4 1.5.2 2-.4 1-.1 1.5.7 1.8 1.5.6 3.1 1.2 4.6 1.7 1.2.4 1.4 1.4.7 2.2-1.4 1.6-3 3.1-4.5 4.6-.5-.4-1-.6-1.3-.9-4.4-3.1-10.5-3.5-15.2-1.2-2.4-1.3-5.2-1.9-8.3-1.7-.5 0-1.4-.4-1.5-.7-.7-3-1.3-6-1.9-9.1.5.1.8.1 1.1.2.2 0 .5 0 .9-.1-1.5-1.3-1.1-1.4 0-3 .7-1.1.2-3.3-.5-3.5-.5 1.2-1.5 2.5-1.8 3.2-1.3.1-.8 0-1.6.1 2.2-2.9.8-4.1-.7-4.8.5 2.1-.3 3.7-2.1 4.7-5.2-5-12-8.7-14.2-16.7.8-.3 2-.7 3.4-1.3.2-.6.5-1.5.7-2.4.2-.9.3-1.8.2-2.7-.1-.9-.6-1.9-.5-2.8.2-1.5-.5-2.2-1.6-2.6-1-.4-2.1-.8-3.1-.7-2 .3-4.2.2-5.5 2.5-.4.7-1.5.9-2.3 1.3-.1 0-.1.1-.2.3h1.5c.1.2.1.3.2.5-.7.4-1.5 1.3-2.2 1.2-1.3-.2-1.7.8-2.2 1.5-.2.3 0 .9.1 1.4h.5c-.5.5-1 .9-1.2 1.1 1 .1 2.1.1 3.3.2 0 .2.1.5.1.7-1.5.5-3 .9-4.4 1.5-1.2.4-3.6.5-4 1.4-2.2 3-3.8 5.4-5 8.7-.3.7-.1 2 .4 3.3.1 0 1.4.6 2 .7.1 0-.3 1.1-.3 1.1-.5 1.2-1 2.4-1.4 3.6-.8 2.4 0 4.3 2.1 5.7.9.6 1.8 1.3 2.4 2.1.5.8 2 1.5.7 3 1.2.5 2.2 1 3.2 1.4-1.2 1.8-2.2 3.3-3.1 4.9-7.6-3.9-15.4-1.2-19.3 4.2-.2-.1-.5-.2-.7-.3.5-.3.7-1.5.4-2.3.3 0 .6.1.9.1-.3-1.4-1.1-2.1-2.4-2.1-.8 0-1.2-.4-1.1-1.1.1-.7-.4-1.1-.7-1.6l-.3-.6c.2-.1.5-.3.7-.2 1 .2 2 .4 2.9.8.4.2 1.2.3 1.3 1.1 0 .1.7.3 1.1.2.2 0 .3-.5.4-.8.1-.1.1-.3.1-.4-.1-.4-.1-1.1-.4-1.3-.8-.4-.4-.8-.3-1.3.1-.2 0-.6 0-.6-1.1-.3-.8-1.1-.6-1.8.1-.5-.5-1.8-.9-1.7-.8.3-1.2-.4-1.9-.5.3-.9-.4-.9-.9-1.1l.3-.6c-.7-.5-1.1-.3-1.1.6l-.3-.1c-.1-.4-.1-.7-.2-1.3-.4.2-.7.4-1.1.6-.8-.6-.8-.7-.3-1.3-.3-.4-.6-.7-.9-1.1-.7-.7-.6-.9.3-1.4.2-.1.4-.5.4-.8-.1-.7-.2-1.5-.4-2.3.2 0 .4-.1.6-.1 1-.2 1.4-.9 1.1-1.8-.1-.2-.6-.3-.6-.5 0-.9-.7-.6-1-.5-.8.2-1.6-.1-1.9-.8-.5-1.1-1-1.3-2.1-.9-.2-.3-.3-.6-.6-.9-.4-.5-.8-.7-1.4-.3-1 .7-1.1.6-1.9-.3-.4-.5-.8-.8-1.5-.3-.5-.8-1.1-.9-1.9-.9-1.3 0-2.5-.2-3.8-.3-.5 0-1-.2-1.1.8 0 .1 0 .2-.1.4-1.2-2.6-3.8-4.5-5.5-6.9-1.7 3.4-4.1 6.4-5.7 9.9-.3 0-.5-.1-.6-.2-.7-1.3-1.9-1.2-3-1.1-.5 0-1 .4-.8 1.2.3 0 .6-.1.8-.1v.1c-.2.1-.4.2-.5.3 0 .6 0 1.1.1 1.5.1.6-.1 1-.5 1.4-.2.2-.3.5-.3.7 0 .4.2.8.2 1.3-1 .1-2-.1-2 1.4 0 .2-.7.4-1.1.5-.2 0-.6-.1-.8-.2-.8-.7-1.4-.3-2.1.1-.4.2-.6.5-.9.8-.4.3-.7.8-1.2 1.1-1.1.5-1.1.6-.6 1.6.2.4.4.7 0 1.1-.3.3.6 1.7 1 1.7.2 0 .4-.2.4-.4.1-.2 0-.4.1-.6h.2c0 .4.1.9.1 1.3-1.7-.1-2.2.1-2 1.9.3.1.5.2 1 .4-.6.3-1 .6-1.3.9-.4.3-.6.8-1 1-.7.3-.4.7-.4 1.2.2 1.8.8 2.3 2.7 1.5-.5-.2-.7-.3-1.2-.5 1.5-.4 2.9-.8 4.3-1.1l.1.3c-.2.1-.4.3-.6.3-.6.2-1.1.4-.7 1.2.2.5.5 1.1.7 1.6l-.1.1h-.2c-1.7-.4-3.2.1-4.5 1.3-.2.2-.4.4-.7.5-.2.1-.7.1-.8-.1-.4-.7-.9-.9-1.7-.7 0 0-.1 0-.3-.1.2-.2.4-.3.6-.5-.9-.4-1.3-.3-1.6.4-.2.3-.3.6-.5 1-.2.5-.5 1-.8 1.5-.2.3-.4.6-.6.6-.9.2-1.2.8-.9 1.7.1.3.2.6.2.9-.2 1 0 1.2 1 1.3.2 0 .5 0 .7-.1.5 0 1.4-.2 1.6 0 .6.9 1.2.4 1.8.4v-1.2l.2-.1c.3.8.9 1.1 1.6 1.1.6 0 .8.2.9.7-.7.4-1.1 1.6-.7 1.8.5.2 1.2.2 1.8.2.1 0 .2-.5.2-.8.1-.5.6-.9.9-.7.6.3 1.2.8 1.7 1.2-.4.5-.7 1.2-1.6.9-.3-.1-.9.4-1.1.7-.2.5-.1 1.2-.1 1.8.4-.1.8-.2 1-.2 0 .3 0 .8.1.9l.2.1c-.5.8-1 1.6-1.4 2.4l-.2.3.2.2.3-.1c3.6-.1 7.2-.2 10.8.2.2.2.2.5.1.9-.1.2.7.1 1.4 0s1.4-.1 1.3 0c-.3.8-.1 3.4 0 4 .8 4-30.9 8.4-44.1 5.1-.1-.5-.2.2-.3.8-.1.7-.2 1.3-.3.8-.2-1.6-.5-3.2.5-4.6 3.5-.8 6-.7 8.5-.6 2.4.1 4.8.2 8.2-.5l4.3.4-2.7-.3 2.7.3c.1-.3-2.2-1.9-2.5-2-4-6.2-4.4-14-7.6-21 1.7-.2 8.4-1.1 9.9-1.3-.1-.6-2.2-5.1-2.5-5.5-1.8-3.4-2.4-4.8-4.2-8.3-1-2 .8-9 6.6-9.4 1.4-.1-8-7.1-7.9-8.1-1.7-2.8-2.1-4.6-3.8-7.4-.3-.4-4-2.9-4-3 6.2-5.3.7-6.1 0-10.2-.2-1.2-.2-2.5-.9-3.6-.8-1.1-.7-3-2.7-3-1.9 0-2.2 1.8-2.7 3-1.4 3.4-6.6 4.6-8.8 7.5-.3.9-2.1 2.3-.8 2.6 5.5 1.4 1.5 3.8.7 5.6-1.2 2.4-2.9 4.7-4.3 7-.5.9-4.2 3.7-2.8 4 6.6 1.3 2.4 10.2 1.7 11.9-1.1 2.5-4.7 7.9-6 10.3-.8 1.6 0 2 5.3 2.6 2.6.3.5 2.3 0 3.2-2.8 4.7-5.1 15.9-8.1 20.5-1.9 2.9-1 3.7 2.1 3.7 2 0 3.5.2 5 .3 1.7.2 3.3.4 5.7.3 3.4-.1 4.4 1.1 4.3 4.5-.1 4.2-4.6.9-6.7.6-7.5-1-14.4-.8-21.4-.6-4.2.1-8.4.2-12.9.1h-.8c-1.4.1-2.8.1-2.9-2.1-.1-2.4-1-1.6-2.3-2.6-7.7-6.1 2.2-3.1-1.9-10.7-1.1-2 11-1.5 11-3.6.1.2.3.4.4.5.5-.2.8-.4 1.2-.5.4-.1.8-.1 1.2-.1 0 .8 1.2 1.1 2.4.7.9 1.1 1.9 2.1 2.9 3.3.1-1.3.8-1.1 1.4-1 .3.1.6.1.8 0 .1-.4.2-.7.2-1l.2.2c.4-.3 1-.6 1.2-1.1.3-.6.2-1.4.3-2.1-.4-.3-.7-.6-1-.8.4-.5.6-.9.8-1.3.4.1.8.3 1.3.4-.3.3-.5.5-.8.7.7.2 1.3.4 2.1.7-.1-.5-.3-.9-.4-1.3.6.7 1 .5 1.1-.3.7.2 1.4.5 2.1.7 0-.1-.1-.3-.1-.4.2-.3.5-.6.7-1 .6-1.3-.2-3.6-1.5-4.3-.8-.4-.9-1.1-.8-1.7 0-.2.9-.3 1.5-.6.3-.6-.1-1.1-.8-1.5-.7-.3-.6-.6-.2-1.2.4-.7 1.3-1.5.4-2.4-.2-.2-.2-.5-.3-.8l1.5.3c.2-.6.4-1.1.6-1.8.8 1.7 1.9.6 2.8.6 1 0 2.1-.3 2.6-1.6-.3-.1-.6-.2-1-.4 1.3-.5.2-.8 0-1.3 1.3-1.1-.1-2.3.2-3.4-.9-.2-1.7-.3-2.5-.5.6-.5.5-2.1-.2-3 .4 0 .7 0 1.1-.1-.8-1.7-2-2.4-3.7-2-1.1.3-1.6-.2-1.8-1-.1-.9-.9-1.3-1.3-1.9-.2-.2-.4-.4-.5-.6.3-.2.5-.5.8-.5 1.3 0 2.7-.1 3.9.2.6.1 1.6 0 1.9 1 .1.2 1 .1 1.5 0 .2-.1.2-.7.3-1.2 0-.2.1-.4 0-.6-.3-.5-.5-1.4-.9-1.5-1.1-.3-.8-.9-.7-1.6 0-.3-.1-.8-.2-.8-1.6-.1-1.3-1.2-1.3-2.1 0-.7-1.2-2.1-1.6-1.9-.6.4-1.1.2-1.6.1-.3-.1-.7-.2-1-.1.2-1.3-.8-1.1-1.5-1.2.1-.3.1-.6.2-.8-1.1-.5-1.5-.1-1.2 1.1h-.4c-.2-.4-.4-.9-.7-1.6-.4.3-.8.7-1.2 1-1.2-.5-1.3-.6-.7-1.6-.5-.4-.9-.8-1.4-1.1-1.1-.7-1.1-.9-.1-1.9.2-.2.4-.8.3-1.1-.3-.9-.7-1.9-1.1-2.8.3-.1.5-.2.8-.3 1.2-.5 1.6-1.6.8-2.6-.2-.2-.8-.2-.9-.4-.3-1.1-1-.5-1.4-.3-1 .4-2 .3-2.6-.4-1-1.2-1.7-1.3-3-.5-.3-.3-.6-.7-1-1-.6-.5-1.2-.7-1.9 0-1.1 1.1-1.2 1.1-2.5.1-.7-.5-1.3-.8-2 0-.8-.9-1.7-.8-2.7-.6-1.6.3-3.3.5-5 .8-.7.1-1.4.1-1.2 1.3.1.6-.4 1.5-.8 2.1-.2.3-.9.3-1.4.5-.2.1-.5.1-.7.2.1.1.1.3.2.4.3.2.5.3.7.4-.2.5-.4 1-.6 1.4.5.4.8.7 1.2 1-.6.4-1.2.7-1.6 1.1-.4.4-.6 1-.8 1.5-.6-.3-1.1-.7-1.4-.6-.8.2-1.1-.2-1.3-.8-.3-.7-.7-.9-1.4-.7-.6.1-1.2.3-1.7-.4-.1-.1-.9.1-1.2.3-.6.4-1.1 1-1.7 1.3-.5.2-1.4.3-1.6.1-1.3-1.4-2.7-.9-4.1-.5-.6.2-1.1.8-.7 1.7.4-.1.7-.2 1-.4l.1.2-.5.5c.2.7.3 1.4.6 1.9.3.7.2 1.3-.3 1.9-.2.3-.3.7-.2 1.1.1.5.4 1 .7 1.5-1.2.4-2.6.5-2.2 2.3 0 .2-.8.7-1.3 1-.3.1-.8.1-1.1-.1-1.2-.7-1.9.1-2.7.7-.4.3-.7.8-1 1.3-.4.6-.7 1.3-1.2 1.7-1.2 1-1.2 1.1-.3 2.3.3.4.8.7.3 1.4-.3.4 1.3 2.1 1.8 1.9.2-.1.4-.4.5-.6.1-.2-.1-.5-.1-.8l.2-.1c.2.5.4 1.1.5 1.6-2.2.4-2.8.8-2 3 .4.1.7.1 1.4.3-.6.6-1.1 1-1.4 1.5-.4.5-.5 1.2-1 1.5-.8.6-.4 1-.1 1.7.8 2.3 1.8 2.7 3.9 1.1-.7-.1-1-.2-1.6-.3 1.8-.9 3.5-1.8 5.1-2.7l.3.3c-.2.2-.4.5-.6.6-.8.4-1.3.9-.6 1.8.5.6.9 1.2 1.3 1.8l-.1.1c-.1.1-.2.1-.3.1-2.3 0-4.1 1.1-5.4 3-.2.3-.4.7-.7.8-.3.2-.9.3-1 .1-.7-.8-1.5-.9-2.3-.3h-.4c.2-.3.4-.5.6-.8-1.2-.3-1.7 0-1.9 1-.1.5-.2.9-.4 1.4-.2.7-.3 1.4-.5 2.1-.1.4-.3.9-.6 1-1.1.6-1.3 1.4-.6 2.5.2.3.4.7.5 1.1.1 1.4.3 1.6 1.7 1.3l.9-.3c.7-.2 1.8-.7 2.1-.4 1 .9 1.7.1 2.4 0-.1-.6-.2-1-.3-1.5l.2-.2c.6.9 1.5 1.2 2.4.9.8-.2 1.1.1 1.4.7-.7.7-1 2.3-.3 2.5.7.2 1.6-.1 2.4-.3.1 0 .1-.7.1-1.1-.1-.6.4-1.3 1-1.1.9.3 1.7.6 2.6 1-.4.8-.5 1.7-1.8 1.6-.4 0-1.1.7-1.2 1.2-.1.7.2 1.5.4 2.4.5-.3.9-.5 1.2-.6.1.4.2 1 .4 1.1 1.1.4.6-.9 1.1-1.1 1.3.8 3.7.1 3.9-1.2 1 .5 2 1 3.1 1.5.5 1.4.6 1.5 1.8.5.1.4.1.7.2 1.2.6-.3 1.1-.6 1.4-.7.6.3.9.6 1.3.6.9 0 1.2.5 1.2 1.3 0 .4 0 .8-.1 1.2-1 2.3.1 8.3 1.1 8.7.1 0 .4.8.5 1.1.2 1.6.7 3 1.7 4.2-.9-.1-1.8-.3-2.5-.3-5.1.3-10.2.7-15.3 1.2l-.2-.1-.1-.2-.1-.2c-.1-.1-.3-.2-.4-.3-.4-.2-.6-.5-.8-.8-.2-.3-.4-.7-.5-1-.3-.7-.5-1.4-.6-2.1-.1-.5 0-.9.1-1.4l.1-.1c.6-.1 1.3-.2 1.8-.5.2-.1.3-.1.5 0 .5.2 1.1.3 1.6.4.6.1 1.2.2 1.8.4.4.1.8.2 1.2.4.4.1.8.3 1.2.4.4.2.8.2 1.2.3h.5c.2 0 .3 0 .5.1.2.2.7.1 1-.2.3-.3.6-.5.8-.8l.1-.3-.2-.1c-.2 0-.2 0-.3-.2-.2-.4-.5-.8-.8-1.1-.2-.2-.4-.4-.7-.6l-.7-.7c-.4-.4-.8-.8-1.1-1.3l-.3-.6c-.3-.7-.6-1.4-.8-2.1-.2-.7-.4-1.4-.8-2.1-.1-.2-.3-.5-.4-.7-.1-.1-.2-.3-.3-.4-.1-.2-.2-.3-.3-.5-.3-.3-.5-.6-.9-.8l-.2-.1c-.3-.2-.7-.3-1-.5-.2-.1-.2 0-.3.2v.8c-.3-.1-.5-.1-.8-.2-.3-.1-.5-.2-.8-.2-.4-.1-.9-.2-1.3-.4-.4-.1-.9-.3-1.3-.5-.6-.2-1.2-.4-1.7-.6l-.9-.3c-.4-.1-.8-.2-1.3-.2-.8 0-1.6.2-2.3.5-.7.2-1.3.5-2 .7-.8.2-1.6.4-2.4.5-1.3.3-2.6.5-3.8 1.1-.3.1-.6.2-.8.4l-.9.9c-.3.3-.5.6-.7.9-.3.4-.6.8-.8 1.2-.2.3-.3.7-.5 1-.2.4-.4.8-.5 1.3-.2.4-.2.9-.3 1.4-.1 1 0 1.9.3 2.9l.6 1.8c.2.5.3 1.1.3 1.6s0 1 .1 1.5c0 .1.1.2.1.4.2-.7.3-.9.5-1v.4c.1-.2.1-.3.2-.5.2-.5.2-1 0-1.4-.1-.3-.3-.7-.4-1l-.6-1.5c-.1-.4-.2-.8-.3-1.1.1.2.2.4.3.7.1.3.3.6.4.8.3.5.7.9 1.1 1.4.3.5.4 1 .2 1.5-.2.4-.2.7 0 1 .1.3.3.6.4 1 .3.9.4 1.7.5 2.6v.7h-.3c-.3 0-11.5-1.8-14.5-2-4.5-4.7-59.5-1.4-68.8-8.4-4.1-18 4.2-16.5 8.6-15 1.6.6 2.8 1.1 2.4.7.2-.2.5-.5.5-.8.1-.5 0-1.1-.1-1.7-.3-.2-.7-.4-.9-.5.2-.5.4-.8.5-1.1.4 0 .7.1 1.1.1-.2.2-.3.5-.5.7.6.1 1.1.1 1.7.2-.2-.4-.4-.7-.5-1 .6.5.8.3.8-.4l1.8.3-.1-.3c.1-.3.3-.6.4-.9.3-1.1-.7-2.8-1.8-3.2-.7-.2-.9-.7-.9-1.2 0-.2.6-.4 1.1-.7.2-.5-.2-.9-.8-1-.6-.1-.6-.4-.4-.9.2-.6.8-1.3 0-2-.2-.1-.2-.4-.3-.6h1.2c.1-.5.1-.9.2-1.5.9 1.2 1.6.2 2.3 0 .8-.2 1.6-.6 1.9-1.6-.3-.1-.5-.1-.9-.2 1-.6 0-.7-.2-1 .9-1.1-.4-1.8-.3-2.8h-2.1c.4-.5.1-1.7-.6-2.3.3-.1.6-.2.9-.2-.9-1.2-2-1.6-3.2-1-.8.4-1.3.1-1.5-.6-.2-.7-.9-.9-1.3-1.3-.2-.1-.3-.3-.5-.4.2-.2.3-.4.5-.5 1-.2 2.1-.5 3.2-.5h.3c.5 0 1-.1 1.3.5.1.1.8 0 1.2-.3.2-.1 3.1-1.6 3.1-1.9 0-.1-.4 0-.8.1l-.8.2c-.3-.4 2.2-3.4 1.8-3.4-.4 0-1.5.4-2.5.8-1.3.5-2.6 1-2.6.7 0-.2-.2-.6-.3-.6-1.2.2-1.2-.7-1.4-1.5-.1-.6-1.3-1.5-1.6-1.2-.4.4-.8.4-1.2.3h-.8c0-1-.8-.7-1.4-.7v-.7c-.9-.2-1.2.1-.8 1.1h-.3c-.2-.3-.5-.6-.8-1.1-.3.3-.5.7-.8 1-1.1-.2-1.1-.3-.8-1.2-.4-.2-.9-.5-1.3-.7-.9-.4-1-.6-.3-1.5.2-.2.2-.7.1-.9-.4-.7-.9-1.4-1.3-2.1.2-.1.4-.3.6-.4.9-.6 1-1.5.3-2.2-.2-.2-.7-.1-.8-.2-.4-.8-.9-.3-1.2-.1-.7.5-1.6.6-2.2.1-1-.8-1.5-.8-2.5 0-.3-.2-.6-.5-.9-.6-.5-.3-1.1-.3-1.5.3-.7 1.1-.8 1.1-2 .5-.6-.3-1.2-.5-1.6.3-.8-.6-1.5-.4-2.3-.1-1.2.5-2.5.9-3.8 1.4-.5.2-1.1.3-.7 1.2.2.5-.1 1.2-.3 1.8-.1.3-.7.4-1.1.6-.2.1-.4.2-.5.2l.2.3c.2.1.5.2.6.2-.1.5-.2.9-.3 1.2.5.3.8.4 1.1.6-.4.4-.9.7-1.1 1.1-.2.4-.3.9-.4 1.3-.5-.1-1-.4-1.2-.3-.6.3-.9 0-1.2-.4-.3-.5-.7-.6-1.2-.4-.4.2-.9.4-1.4-.1-.1-.1-.7.2-.9.4-.4.4-.7.9-1.2 1.3-.3.2-1 .5-1.3.3-1.2-.9-2.3-.3-3.3.2-.4.2-.7.8-.3 1.5.3-.2.5-.3.7-.4l.1.1c-.1.2-.3.4-.3.5l.7 1.4c.4.5.3 1 .1 1.6-.1.2-.1.6 0 .9.2.4.5.7.8 1.1-.9.5-2 .8-1.4 2.2.1.2-.5.7-.8 1-.2.1-.6.2-.8.1-1-.4-1.5.4-2 1-.3.3-.4.8-.6 1.2-.2.5-.4 1.1-.7 1.5-.8.9-.8 1 .1 1.9.3.3.7.5.4 1.1-.2.4 1.3 1.4 1.7 1.2.2-.1.3-.3.3-.5s-.1-.4-.2-.6l.2-.1c.2.4.5.8.7 1.2-1.7.6-2.1 1.1-1.2 2.7h1.1c-.4.6-.7 1-.9 1.4-.2.4-.2 1-.6 1.4-.6.6-.2.8.1 1.4.9 1.7 1.8 1.9 3.3.3h-1.3c1.3-1 2.5-2 3.7-2.9l.3.2c-.1.2-.2.4-.4.6-.5.4-.9.9-.2 1.5.5.4.9.8 1.3 1.3l-.1.1-.2.1c-1.8.4-3.1 1.5-3.8 3.2-.1.3-.2.6-.4.8-.2.2-.7.4-.8.3-.7-.6-1.3-.5-1.9.1h-.4c.1-.3.2-.5.4-.7-1 0-1.3.3-1.3 1.1 0 .4-.1.8-.1 1.1 0 .6 0 1.2-.1 1.8 0 .3-.1.7-.3.9-.8.6-.9 1.3-.1 2 .2.2.5.5.6.8.3 1.1.5 1.2 1.5.8.2-.1.5-.3.7-.4.5-.2 1.3-.8 1.6-.7.9.6 1.4-.1 1.9-.4-.2-.4-.3-.8-.5-1.1l.2-.2c.6.6 1.4.7 2 .4.6-.3.9-.1 1.2.3-.5.6-.4 2 .1 2 .6 0 1.3-.3 1.9-.6.1 0 0-.6-.1-.9-.1-.5.2-1.1.6-1.1.7.1 1.5.2 2.2.4-.2.7-.2 1.4-1.2 1.5-.3 0-.8.7-.8 1.1 0 .6.4 1.2.6 1.8.4-.3.7-.5.9-.7.2.3.3.8.5.8.9.2.3-.8.7-1.1.3.1.7.1 1.1 0-.3.7 8.6-2.4 12.4-2.7l1.6 1.5c0 .9.4 1.2 1.2 1.8.2.2-1.2 5.6-1.6 7.4h-5.6c-3.8.2-7 .6-10.9.8-1.2.1-2.4 0-3.7-.1-2.9-.3-5.9-.5-7.8 1.7-1.5 1.8-6.2 1.3-8.9 2.2-4.6-2.4-9.3-4.8-14.2-7.3 1.1-2.2 1.1-5.4 5.4-6.9 5.2-1.8 6.1-6.9 6.5-11.4 1-12.8-1-25.3-5.9-37.4-.5-1.1-.9-2.2-1.3-3.3-2.1-6.9-7-10.6-14.4-10.5-9.1.1-18.2.6-27.2 1.4-5.8.5-8.8 3.9-10.1 9.4-1.8 7.2-3.6 14.5-5.6 21.7-3.1 11.4-10.9 18.1-22.8 20.8-20.4 6.4-29.7 11.9-34.1 16-2.3-14.5 5.2-13.1 9.3-11.7 1.7.6 2.8 1.1 2.5.7.2-.2.5-.5.5-.8.1-.5 0-1.1-.1-1.7-.3-.2-.7-.4-.9-.5.2-.5.4-.8.5-1.1.4 0 .7.1 1.1.1-.2.2-.3.5-.5.7.6.1 1.1.2 1.7.2-.2-.4-.4-.7-.5-1 .6.5.8.3.8-.4l1.8.3-.1-.3c.1-.3.3-.6.4-.9.3-1.1-.7-2.9-1.8-3.2-.7-.2-.9-.7-.9-1.2 0-.2.6-.4 1.1-.7.2-.5-.2-.9-.8-1-.6-.1-.6-.4-.3-.9.2-.6.8-1.3 0-2-.2-.1-.2-.4-.3-.6.4 0 .8 0 1.2.1.1-.5.1-.9.2-1.5.8 1.2 1.6.2 2.3 0 .8-.2 1.6-.5 1.9-1.6-.3-.1-.5-.1-.9-.2 1-.6 0-.7-.2-1 .9-1.1-.4-1.8-.3-2.8h-2c.4-.5.1-1.7-.6-2.3.3-.1.6-.1.9-.2-.8-1.2-2-1.6-3.2-1-.8.4-1.3.1-1.5-.6-.2-.7-.9-.9-1.3-1.3-.2-.1-.3-.3-.5-.4.2-.2.3-.4.5-.5 1-.2 2.1-.5 3.2-.4h.3c.5 0 1-.1 1.3.5.1.1.8 0 1.2-.3.1-.1 3.2-1.5 3.2-1.9 0-.1-.4 0-.8.1s-.8.2-.8.1c-.3-.4 2.2-3.4 1.9-3.4-.4 0-1.5.4-2.5.8-1.3.5-2.6 1-2.6.7 0-.2-.2-.6-.3-.6-1.2.2-1.2-.7-1.3-1.5-.1-.6-1.3-1.5-1.6-1.2-.4.4-.8.3-1.2.3-.3 0-.6-.1-.8 0 0-1-.8-.7-1.4-.7v-.7c-.9-.2-1.2.1-.8 1.1h-.3c-.2-.3-.4-.6-.8-1.1-.3.3-.5.7-.8 1-1.1-.2-1.1-.3-.8-1.2-.4-.2-.9-.5-1.3-.7-.9-.4-1-.6-.3-1.5.2-.2.2-.7.1-.9-.4-.7-.9-1.4-1.3-2.1.2-.1.4-.3.6-.4.9-.6 1-1.5.3-2.2-.2-.2-.7-.1-.8-.2-.4-.8-.9-.3-1.2-.1-.7.5-1.6.5-2.2 0-1-.8-1.5-.8-2.5 0-.3-.2-.6-.5-.9-.6-.5-.3-1.1-.4-1.5.2-.7 1.1-.8 1.1-2 .5-.6-.3-1.2-.5-1.6.3-.8-.6-1.5-.4-2.3-.1-1.3.5-2.5.9-3.8 1.3-.5.2-1.1.3-.7 1.2.2.5-.1 1.2-.3 1.8-.1.3-.7.4-1.1.6-.2.1-.4.2-.5.2l.2.3c.2.1.5.2.6.2-.1.5-.2.9-.3 1.2.4.3.8.4 1.1.6-.4.4-.9.7-1.1 1.1-.2.4-.3.9-.5 1.3-.5-.1-.9-.4-1.2-.3-.6.3-.9 0-1.2-.4-.3-.5-.7-.6-1.2-.4-.4.2-.9.4-1.4-.1-.1-.1-.7.2-.9.4-.4.4-.7.9-1.2 1.3-.3.2-1.1.5-1.3.3-1.2-.9-2.3-.4-3.3.2-.4.2-.8.8-.3 1.5.3-.2.5-.3.7-.4l.1.1c-.1.2-.3.4-.3.5.3.6.4 1 .7 1.4.4.5.3 1 .1 1.6-.1.2-.1.6 0 .9.2.4.5.7.8 1.1-.9.5-2 .8-1.4 2.2.1.2-.5.7-.9 1-.2.1-.6.2-.8.1-1-.4-1.5.3-2 1-.3.3-.4.8-.6 1.1-.2.5-.4 1.1-.7 1.5-.8.9-.8 1 .1 1.9.3.3.7.5.4 1.1-.2.4 1.3 1.5 1.7 1.3.2-.1.3-.3.3-.5s-.1-.4-.2-.6l.2-.1c.2.4.4.8.7 1.2-1.7.6-2.1 1-1.2 2.7h1.1c-.4.6-.7.9-.9 1.4-.2.4-.3 1-.6 1.3-.6.6-.2.8.1 1.4.9 1.7 1.8 1.9 3.3.3h-1.3c1.3-1 2.5-2 3.7-2.9l.3.2c-.1.2-.2.4-.4.6-.5.4-.9.9-.2 1.5.5.4.9.8 1.3 1.3l-.1.1-.2.1c-1.8.4-3.1 1.5-3.9 3.2-.1.3-.2.6-.4.8-.2.2-.7.4-.8.3-.7-.6-1.3-.5-1.9.1h-.4c.1-.3.2-.5.4-.7-1 0-1.3.2-1.3 1.1 0 .4-.1.8-.1 1.1 0 .6 0 1.2-.1 1.8 0 .3-.1.7-.3.9-.8.6-.9 1.3-.1 2 .2.2.5.5.5.8.3 1.1.5 1.2 1.5.8.2-.1.5-.3.7-.4.5-.2 1.3-.8 1.6-.7.9.6 1.4-.1 1.9-.4-.2-.4-.3-.8-.5-1.1l.2-.2c.6.6 1.4.7 2 .4.6-.3.9-.1 1.2.3-.5.6-.4 2 .1 2 .6 0 1.3-.3 1.9-.6.1 0 0-.6-.1-.9-.1-.5.2-1.1.6-1 .7.1 1.5.3 2.2.4-.2.7-.2 1.4-1.2 1.5-.3 0-.8.7-.8 1.1 0 .6.4 1.2.6 1.8.4-.3.7-.5.9-.7.2.3.3.8.5.8.9.2.3-.8.7-1.1.3.1.7.1 1.1 0-.3.7 8.6-2.4 12.4-2.6l1.6 1.5c0 .9.4 1.2 1.1 1.8.2.2-1.3 5.6-1.6 7.3h-5.6c-3.8.2-7 .5-10.9.7-3.8.3-5.9.7-8.7 4-.1.1-.3.3-.5.4-.4-.1-.8-.2-1.2-.4-1.2-.3-2.6-.8-4.2-1.2.4-1.1.7-2.1 1.1-3.2.1-.3.2-.5.3-.9 1 .4 2 .9 3 1.3.3.1.6-.1 1-.2-.2-.4-.2-1-.5-1.2-4-3.3-8.4-5.4-13-6.7-1.9-.5-3.8-.9-5.7-1.4-.3-.1-.7-.3-.8-.6-2.5-6.6-5.1-13.2-7.4-19.9-2.9-8.8-3.9-19.3-5.5-28.7 0-.1-1.4-2.2-1.4-2.3.7-1.1-.5-13.6-2.8-13.8-.9-.1-1.3.4-1.4 1.2 0 .8.4 1.3 1.2 1.4 1.8.3-.3 4-1.6 3.5-.3-.1-.6-.6-.7-1-.3-1.1-.4-2.2-.6-3.4.5 0 1-.1 1.5-.1v-.3c-.4-.1-.7-.3-1.1-.4-.5-.1-.8-.4-.9-1-.1-.4-.2-.8-.3-1.1-.2-.3-.6-.7-.7-.6-.3.1-.5.6-.6 1-.1.2 0 .6 0 1-2.1-.8-4.1-1.5-6.2-2.2-.8-.3-1.6-.5-2.4-.8-.3-.1-.6-.5-.7-.9-.3-1.2-.4-2.4-.6-3.9 3.7 1.4 7.2 2.8 10.9 4.3-.3-1.7-.6-3.4-.9-5-.1-.2-.5-.4-.7-.5-2.9-1.3-5.9-2.5-8.8-3.8.1-1 .5-1.3 1.3-1.1 2.5.6 5.1 1.1 7.7 1.7-.2-2-.4-3.9-.6-5.8l.2-.1c.9 1 2.1 1.6 2.4 3.5 0 .2.1.4.1.6 0 1.3.5 1.9 1.5 2.1.3.1.7.5.9.9.4 1 .8 2.1 1.2 3.4-1.1-.3-2-.6-3-.9.4 2.2.7 4.3 1.1 6.4 0 .2.4.4.6.4.3.1.6.1 1 .2l-.9-5.4c.9 0 1.5.2 1.8 1.4.2.7.4 4.3.7 4.9.4.7 1.3 2.9 1.9 2.7.7-.2.9-5.9 1-6.8 0-.3.1-.6.2-1.2.3.4.6.6.8.9.3.7.6.8 1 .4.2-.2.5-.4.7-.3 6.5 1.7 13 3.2 19.4 5.1 5.7 1.7 11.4 3.7 17.1 5.5.8.2 1.5.3 2-.6.5-.8.8-2 .3-2.6-1.3-1.6-1.1-3.7-1.3-5.6-.4-3.5-.6-7-.9-10.4v-.7c.3 0 .7.1.9 0 .2-.1.4-.3.6-.5-.2-.2-.3-.5-.5-.6-.2-.1-.5-.1-.9-.1.1-.6.2-1.2.2-1.8 0-.3-.1-.6-.2-1-.2.2-.4.4-.5.7-.2.6-.2 1.6-.6 1.8-.4.3-1.1 0-1.6 0-2.4-.1-4.9-.2-7.3-.3-5.5-.3-11-.8-16.6-1.1-3.5-.2-7-.3-10.5-.4h-1c.2-2.1.4-4.2.6-6.2 0-.1.1-.3.1-.4l-.3-.9c-.2.2-3.9 2.3-3.9 2.6-.2 1.6.7 2.1.6 3.7-.1 3.1.2 3.5.2 6.5-1.4-3.3-3.3-6-5.7-8.2-.3-.3-.6-.5-.9-1 .8 0 1.7.1 2.5 0 .3 0 .5-.2.8-.4-.2-.2-.5-.6-.7-.6-.7-.1-1.3-.1-1.9-.1h-.6c-1.7-11.4-3.4-15.5-5-26.6-1.6-11.1-3.1-8.5-4.6-19.6-.1-.5-.1-1-.2-1.7.7 0 1.3-.1 1.9-.1.4 0 .8 0 1.2-.1.2-.1.4-.4.6-.6-.2-.2-.4-.5-.6-.6-.9-.2-1.9-.2-2.8-.3-.2 0-.5-.3-.5-.5-.1-.6-.2-1.2-.7-1.1-.3.1-.5.7-.8 1.3-1.2 0-2.7 0-4.1-.1-1.6 0-3.3-.1-4.9-.2-.2 0-4.1-1.6-5.8-1.6-1.8.8-2.1.9-2.1 1.2' class='st0'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;fill:%230076c0'/%3E%3CclipPath id='SVGID_00000116224443179384272430000010774017690650586770_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible'/%3E%3C/clipPath%3E%3Cpath d='M-.6 3.9h1441.4v172.3H-.6z' style='clip-path:url(%23SVGID_00000116224443179384272430000010774017690650586770_);fill:%230076c0'/%3E%3C/g%3E%3C/svg%3E") no-repeat top center;
}
#footer_columns {padding:0;}
div#footer {margin-bottom:2rem;}
div#footer ul.quicklinks {float:none;text-align:center;}
div#footer ul.quicklinks li a img {vertical-align:middle;}

/* END Elburg */

@media only screen and (max-width: 639px) {
    div.topsix_search #sublayout_search input.text {font-size:1.25rem;}
    div.topsix_search.with_toptasks #sublayout_search {width:96%;margin:0 auto 2rem !important;}
    ul.onlytoptasks.columns {width:96%;margin:0 auto 1rem;flex-direction:column;gap:1rem;}
    ul.onlytoptasks.columns li.column {margin:0;flex: 1 1 100%;width:100%;}
    ul.onlytoptasks.columns li.column a {padding:0;aspect-ratio:unset;height:auto;text-align:left;display:flex;flex-direction:row;gap:2rem;}
    ul.onlytoptasks.columns li.column a span {height:unset;justify-content:left;flex-grow:1;}
    ul.onlytoptasks.columns li.column a img {margin:0.5rem;flex-grow:0;width:38px;height:38px;}
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
    div.topsix_search #sublayout_search input.text {font-size:1.25rem;}
    div.topsix_search.with_toptasks #sublayout_search {width:85%;margin:0 auto 2rem !important;}
    ul.onlytoptasks {width:85%;margin:0 auto 1rem;}
    ul.onlytoptasks.columns li.column {margin:0;flex: 1 1 30%;}
}
@media only screen and (min-width: 960px) and (max-width: 1439px) {
    ul.onlytoptasks.columns li.column a {aspect-ratio: 1/1.2;}
}
@media only screen and (min-width: 1440px) {
    ul.onlytoptasks.columns li.column a {aspect-ratio: 1/1;}
}


/* Zoekbalk gecentreerd */
div.topsix_search #sublayout_search {
    margin:0 auto;
    box-shadow:0px 0px 5px #000000;
}
div.topsix_search #sublayout_search input.text{padding:0.5rem 6rem 0.5rem 1rem;}

div.topsix_search #sublayout_search button.submit::before {
    font-size:2rem;
    color:var(--color1);
}
@media only screen and (max-width: 639px)  {
    div.topsix_search #sublayout_search {
        height:4rem;
        width:50%;
    }
    div.topsix_search #sublayout_search input.text{
        height:4rem;
        font-size:0.9rem;
    }
    div.topsix_search #sublayout_search button.submit{
        height:4rem;
    }
}
@media only screen and (min-width: 640px)  {
    div.topsix_search #sublayout_search {
        height:4rem;
        width:50%;
        margin:0 auto;
        box-shadow:0px 0px 5px #000000;
    }
    div.topsix_search #sublayout_search input.text{
        height:4rem;
        font-size:1.5rem;
    }
    div.topsix_search #sublayout_search button.submit{
        height:4rem;
    }
}

/* Alternatieve landingspagina */
#row1.row1_breadcrumb[class*="sublayout_row1_"] {
    background-position:top center;
    display: flex;
    flex-direction: column;
}
#row1.row1_breadcrumb[class*="sublayout_row1_"] .contentrow:nth-child(1) {
    order:2;
}
.sublayout_row2_ .document h2:nth-child(1) {
    font-size: 2rem;
    margin: 1.5rem 0 2rem;
}
div[class$="_50_25_25"] {background-color:var(--color530) !important;padding-top:0 !important;}
div[class$="_50_25_25"] .columns.three {margin:0 !important;overflow:unset;gap:3rem}
div[class$="_50_25_25"] .landing {}
div[class$="_50_25_25"] .alpha .landing {padding:1rem 1rem 0;background-color:#FFFFFF;}
div[class$="_50_25_25"] .alpha .landing > h2 {font-weight:bold;padding:0;margin-bottom:1rem;}

@media only screen and (min-width: 513px) {
    div[class$="_three_column_50_25_25"] .column:nth-child(1) {
        grid-area: 1 / 1 / 2 / 3 !important;
    }
    div[class$="_three_column_50_25_25"] .column:nth-child(2) {
        grid-area: 2 / 1 / 2 / 2 !important;
    }
    div[class$="_three_column_50_25_25"] .column:nth-child(3) {
        grid-area: 2 / 2 / 2 / 3 !important;
    }
}

div[class^="sublayout_row"][class$="_three_column"] {background-color: var(--color530) !important;}
div[class^="sublayout_row"][class$="_three_column"] .three.columns {
    margin:0 !important;
    display:flex; 
    gap:3rem;
    overflow:visible;
}
div[class^="sublayout_row"][class$="_three_column"] .three.columns .column {
    width:100%;
    margin:0;
    align-content: space-between;
    background-color:#FFFFFF;
    position:relative;
}
div[class^="sublayout_row"][class*="_three_column_50_25_25"] .three.columns .column {
    margin:0;
    align-content: space-between;
    background-color:#FFFFFF;
    position:relative;
}
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .container {display:flex;}
.column .fotobar h2,
.column .fotobar h2 a {
    font-size: 1.375rem;
    color: var(--color1);
    background-color:transparent;
    position:static;
}
.column .fotobar h2 a span{background-color:#FFFFFF;color:var(--color1);padding:1rem;z-index:1;font-weight:bold;}
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .fotobar {position:static;}
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .fotobar h2 {overflow:hidden}
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .fotobar h2 a {
    display:flex;
    flex-direction:column-reverse;
}
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .fotobar p {margin:0 1rem 1rem;}
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .fotobar a.read-more {display:none;}
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .fotobar h2 a::before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0; 
    right:0;
    bottom:0;
    box-shadow: 0 0 5px #666666;
}
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .fotobar h2 a img {
    transform: scale(1.0);
    transition: 0.5s;
}
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .fotobar h2 a:hover::before,
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .fotobar h2 a:focus::before {
    box-shadow: 0 0 2px #666666;
}
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .fotobar h2 a:hover img,
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .fotobar h2 a:focus img {transform: scale(1.1);}

div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .briefing,
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .folder {
    box-shadow: 0 0 5px #666666;
    display: flex;
    flex-direction: column;
    height: 100%;
}
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .briefing h2,
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .briefing h2 a,
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .folder h2 {
    padding:1rem;
    background-color:transparent;
    font-size: 1.375rem;
    color: var(--color1);
    font-weight:bold;
}
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .briefing h2 a {padding:0;}

div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .briefing .container-content,
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .folder  .container-content {padding:0 1rem;}
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .briefing .container-content ul.items {border-top:1px solid var(--color1);}
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .briefing .container-content ul.items li a,
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .folder  .container-content ul.items li a {padding:1rem 0.5rem;}
div[class^="sublayout_row"][class*="_three_column"] .three.columns .column .briefing a.read-more {text-align:unset;border-width:0;padding:1rem 0.5rem;}

/* Rechterkolom */
.detail_aside #side-content {margin-top:3rem;}
#side-content .container_aside {margin-bottom:2rem;}
#side-content .side-content .container_aside.container-content p.description,

div.container_aside.folder .container-content p.description {border-bottom-color:var(--color1);font-size:1rem;background-color:transparent;font-weight:normal;padding:0.5rem 0;color:var(--color1)}

div.container_aside > ul, div.container_aside > div {background-color:transparent;border-width:0;}

div.container-content p.description {color:var(--color1);margin:0.5rem 0 1rem;}

div.container_aside h3,
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;
    font-weight:bold;
    margin:0;
    padding:1rem 0;
    border-bottom:1px solid var(--color1);
}
div.container_aside h3 a {color:var(--color1);}
div.container_aside:has(.container-content) h3 a {pointer-events:none;}

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-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,
.container_aside ul.items li:last-child {border:0 solid var(--color1);border-bottom-width:1px;background-color:transparent;}
.container_aside .objectinfo {font-size:0.875rem;text-align:right;padding:0 0.5rem;}

/* lijsten */
.section ul.items li {
    border-width:0 0 1px;
    border-style:solid;
    border-color:var(--color1);
    margin:0;
    padding:1rem;
    position:relative;
    box-sizing:border-box;
}
.section ul.items li h2 {margin:0;font-weight:700;}
.section ul.items li > a
.section ul.items.three li h2,
.section ul.items.four li h2 {
    font-size:1.125rem;
    font-weight:700;
}
.section ul.items li img {padding:0;float:none;}
.section ul.items li span.item-photo {display:block;overflow:hidden;}

.section ul.items li span.item-photo {width:25%;margin:0 1rem 0 0;float:left;}
.section ul.items.three li span.item-photo,
.section ul.items.four li span.item-photo {width:100%;margin:0 0 1rem; float:none;}

.section ul.items.four li img,
.section ul.items.masonrycolumn4 li img {max-width:100%;padding:0;}

.section ul.items li img {transform: scale(1.0); transition: 0.5s;}
.section ul.items li:hover img,
.section ul.items li:focus-within img {transform: scale(1.1);}

.section ul.items li p {margin:0;}
.section ul.items li a.item-title,
.section ul.items li ul.subitems li a.item-link {
    font-size:inherit;
    display:block;
    font-weight:inherit;
    color:inherit;
    margin:0 0 1rem;
    padding-right:2rem;
    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='%23005B94' 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");
}
.section ul.items li:has(>ul) h2 a {margin:0;}
.section ul.items li > a.item-title {margin:0;font-size:1.125rem;font-weight:bold;color:var(--color1);}

.section ul.items li ul.subitems {padding:0;}
.section ul.items li ul.subitems li {padding:0;border-width:0;list-style-type:none;}
.section ul.items li ul.subitems li a.item-link {
    background-size: 6px auto;
    padding:0.5rem;
    margin:0;
}

.section ul.items li:not(ul) a::after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.section ul.items li:has(>ul) a::after {position:static;}
.section ul.items li {transition:all 0.5s;}

.section ul.items li:not(ul) a:hover::after,
.section ul.items li:not(ul) a:focus::after,
.section ul.subitems li a:hover, 
.section ul.subitems li a:focus {
    background-color:var(--color520);
}


.section ul.items.columns,
.section ul.items.masonry-list {
    display:grid;
    column-gap:3rem;
    columns:unset;
}
.section ul.items.columns li {width:100%;float:none;}
.section ul.items.two,
.section ul.items.masonrycolumn2 {
    grid-template-columns: repeat(2, 1fr);
}
.section ul.items.three,
.section ul.items.masonrycolumn3 {
    grid-template-columns: repeat(3, 1fr);
}
.section ul.items.four,
.section ul.items.masonrycolumn4 {
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 639px) {
    .section ul.items.two,
    .section ul.items.masonrycolumn2,
    .section ul.items.three,
    .section ul.items.masonrycolumn3,
    .section ul.items.four,
    .section ul.items.masonrycolumn4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .section ul.items li img {max-width:100%;}
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
    .section ul.items.two,
    .section ul.items.masonrycolumn2,
    .section ul.items.three,
    .section ul.items.masonrycolumn3,
    .section ul.items.four,
    .section ul.items.masonrycolumn4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .section ul.items li img {max-width:100%;}
}

.section ul.items.masonry-list {
    row-gap:3rem;
}
.section ul.items.masonry-list li.grid-item {
    line-height:normal;
    padding:0;
    margin:0;
    box-shadow: 0 0 5px #666666;
    background-color:#FFFFFF;
}
.section ul.items.masonry-list li.grid-item:hover,
.section ul.items.masonry-list li.grid-item:focus-within {
    box-shadow: 0 0 2px #666666;
    background-color:var(--color520);
}
.section ul.items.masonry-list img {
    max-width:100%;
}
.section ul.items.masonry-list li.grid-item p.description span.item-photo {width:100%;display:block;overflow:hidden;}

.section ul.items.masonry-list li.grid-item h2 {
    font-size:1.125rem;
    padding:0;
    margin:1rem;
}
.section ul.items.masonry-list a.item-title {
    background-image:none;
    padding:0;
}
.section ul.items.masonry-list li.grid-item p.description {padding:0;margin:0 0 1rem;}
.section ul.items.masonry-list li.grid-item p.with-photo.description {padding:0;margin:0;}
.section ul.items.masonry-list li.grid-item p.with-photo.description span {margin:0;}
.section ul.items.masonry-list li.grid-item p.with-photo.description span:nth-last-child(1) {padding:1rem;display:block;}
.section ul.items.masonry-list li.grid-item p.with-photo.description span.dsEditText {padding:0;display:inline;}



/* Beheeromgeving fix - checken of nog nodig */
#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 */
#DsEditLogicGroup_layout ul.icon-list li.layouts:nth-child(-n+6),
#DsEditGroup_website #std_layout-icon-list li:nth-child(-n+6),
#DsEditGroup_layoutselection #std_layout-icon-list li:nth-child(-n+6) {display: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; }

.detail_aside #row1,
.overview_folder #row1 {
    background-image: none;
}

.detail_aside #row1 #bannerfoto,
.overview_folder #row1 #bannerfoto {display:none}
form.simpleform .checkfields li {display:flex;}

@media only screen and (min-width: 960px) {
    .error #header {
        box-shadow: 0 0 10px 0 #00000050;
    }
    .error .menu-horizontal li.first-child {
        transition: all 0.5s;
        margin-left: calc(var(--logowidth) + 2rem);
    }
}
.error a#logo {
    padding: 0 0 1rem 0;
}
.error div#menu_wide {
    position: absolute;
    top: -60px;
    width:100%;
}
.error ul.menu-horizontal a {
    color: var(--color1);
    font-size: 1.5rem;
} 
div.swiper {overflow:hidden;margin:0 -5px;}
.onecolumn .landing.newsbanner_slider ul.items .column {border-width:0;padding-bottom:8px;}
.onecolumn .landing ul.items li a {box-shadow: 0 0 5px #666666;margin:5px;}
.onecolumn .landing.newsbanner_slider ul.items li.column a:hover, .onecolumn .landing.newsbanner_slider ul.items li.column a:focus {box-shadow: 0 0 2px #666666;}
.onecolumn .landing.newsbanner_slider ul.items li a span.image {overflow: hidden;display:block;}
.onecolumn .landing.newsbanner_slider ul.items li a span.image img {transform: scale(1.0);transition: 0.5s;}
.onecolumn .landing.newsbanner_slider ul.items li a:hover span.image img, .onecolumn .landing.newsbanner_slider ul.items li a:focus span.image img {transform: scale(1.1);}
.onecolumn .landing.newsbanner_slider ul.items li span.title {padding: 1rem;font-size: 1.375rem;color: var(--color1);display:inline-block;}
.briefingslider.newsbanner_slider ul.controls {right:5px;}

/* Locatieobjecten aanklikbaar maken */ 
.section ul.items.mappoints li:not(ul) a.mapmarker,
.section ul.items.mappoints li:not(ul) a.linkaddress {
    z-index: 1;
    position: relative;
}
.section ul.items.mappoints li:not(ul) a.mapmarker::after,
.section ul.items.mappoints li:not(ul) a.linkaddress::after {position:static}
