/* Edits by Nicasio LLC */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Questrial&display=swap');

/* FONTS */

:root {
  --fontprimary: Questrial, Futura, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  --fontsecondary: Poppins, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  --fonttertiary: georgia, palatino, "book antiqua", "palatino linotype", serif;
  --fonticon: FontAwesome;
  --fontwaicon: WA-theme-icons;
}

/* COLORS */

:root {
  --primary: #000;
  --secondary: #1e3c74;
  --accent001:#6a8dc3; 
  --accent001alt: #5f7297;
  --accent002: #edf1f8; 
  --accent002alt: #e9f0f6; 
  --darkgrey001: #1a1a1a; 
  --darkgrey002: #3c3c3c; 
  --mediumgrey001: #999; 
  --mediumgrey002: #c9c9c9; 
  --lightgrey001: #d7d5d5;
  --lightgrey002: #e6e6e6;
  --lightgrey003: #fafafa;
  --white: #fff;
  --transparent-primary: rgba(0,0,0,0.65);
  --transparent-secondary: rgba(30,60,116,.45);
  --transparent-accent001: rgba(106, 141, 195, 0.12);
  --transparent-accent002: rgba(70, 130, 180, 0.12);
  --transparent-shadow: rgba(199,199,199,0.6);
  --transparent-shadow001: rgba(117,117,117,0.6);
}


/* LAYOUT */

html, body {
height: 100%;
margin: 0 0 1px;
}

body.LayoutMain {
background: var(--white) none;
-webkit-font-smoothing: antialiased;
}

#mLayout {
overflow-x:hidden;
}

.container_12 {
width:1120px;
}

.s1_grid_12 {
margin-left: auto;
margin-right: auto;
width:1060px;
}

.zoneHeader1.container_12,
.zoneHeader1 .s1_grid_12,
.zoneContent.container_12,
.zoneContent .s1_grid_12 {
width:100%;
}

#id_Header1 {
background:var(--white);
margin-top:-11px;
}

.header_Content {
background:var(--white);
}

.zoneHeader1Outer .zoneHeader1Inner:before, 
.zoneHeader1Outer .zoneHeader1Inner:after,
.zoneFooterOuter .zoneFooterInner:before,
.zoneFooterOuter .zoneFooterInner:after {
display:none;
}

#id_Header1.secondary > div {
position:absolute;
width:100%;
}

#id_Header1.secondary > div,
#id_Header1.secondary [class^="WaLayoutContainer"],
#id_Header1.secondary .WaLayoutTable {
height:100%;
}

#id_Header1.secondary .WaLayoutTable {
background:var(--transparent-secondary);
}

#id_Header1.secondary [class^="WaLayoutItem"] {
vertical-align:middle;
}

#id_Header2 {
position:relative;
z-index:1;
}

.tallHeader {
min-height:446px !important;
}

#id_Header1.secondary .tallHeader .WaLayoutTable:after {
display:none;
background-image:none !important;
}

.zoneContentOuter .zoneContentInner {
padding:40px 0;
}

/* no longer needed (reversed page layout) */
/* (stretches fixed width centered layouts to full width) */
/*[class^="WaLayoutContainer"].fullWidth {
width: 100vw;
transform: translateX(calc((100% / -2) + (980px / 2)));
}*/

/* no longer needed (reversed page layout) */
/* (adds left and right margins to stretched layouts) */
/*[class^="WaLayoutContainer"].fullWidth.addMargin {
width: calc(100vw - 30px);
transform: translateX(calc((100% / -2) + (980px / 2)));
}*/

/* (refix width for full width layout content) */
[class^="WaLayoutContainer"].shrinkWrap .WaLayoutTable {
width: 980px;
margin: 0 auto;
}

/* (adds left and right margins to layouts) */
[class^="WaLayoutContainer"].addMargin {
margin-left:15px;
margin-right:15px;
}

.layout-colBorder table.WaLayoutTable .WaLayoutItem:first-child {
border-right:1px solid var(--mediumgrey002);
}

.hasDivider .WaLayoutSeparator {
position:relative;
}

.hasDivider .WaLayoutSeparator:before {
content:'';
display:block;
height:100%;
width:1px;
position:absolute;
top:0;
left:50%;
margin-left:-1px;
background:var(--mediumgrey002);
}

.hasBorder .WaLayoutTable {
border:1px solid var(--mediumgrey002);
}

.zoneFooterOuter {
background: var(--lightgrey002);
}

.zoneFooterOuter .zoneFooterInner {
background: transparent none;
}

.zoneFooter1Outer {
background: var(--darkgrey002);
}

.zoneBrandingOuter {
display:none !important;
}

.alignCenter {
text-align:center !important;
}

.alignCenter img {
margin-left:auto !important;
margin-right:auto !important;
}

img:not(.WaContentDivider) {
max-width:100% !important;
height:auto !important;
}



/* TEXT */

body,
[class*="EditableArea"],
[class*="EditableArea"] ul,
[class*="EditableArea"] ol {
font-size: 15px;
line-height: 27px;
}

body, td, p, h1, h2, h3, h4, h5, h6,
[class*="EditableArea"] ul,
[class*="EditableArea"] ol,
.WaGadgetCustomMenu.gadgetStyleNone ul li a,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a,
.WaGadgetMenuHorizontal .menuInner ul ul li > .item > a,
.WaGadgetMenuVertical .menuInner ul.firstLevel > li > .item > a,
a.stylizedButton.buttonStyle001, 
a.stylizedButton.buttonStyle002, 
a.stylizedButton.buttonStyle003,
a.stylizedButton.buttonStyle004,
input.typeButton,
input.searchButton,
.infoOuterContainer .infoContainer .infoSection .infoTitle,
.infoOuterContainer .infoContainer .infoSection .infoText,
.fieldSubContainer .fieldLabel,
.fieldSubContainer .fieldLabel strong.mandatoryLabel,
.WaGadgetChangePassword .formOuterContainer .formContainer .generalFieldsOuterContainer .generalFieldsContainer .fieldLabel strong,
.WaGadgetResetPassword .formContainer .generalFieldsOuterContainer .generalFieldsContainer .fieldSubContainer .fieldLabel strong, .WaGadgetResetPasswordRequest .formContainer .generalFieldsOuterContainer .generalFieldsContainer .fieldSubContainer .fieldLabel strong,
.fieldSubContainer .fieldBody,
.WaGadgetEvents.WaGadgetEventsStateCalendar #idEventListCalendar .EventListCalendar td a.calendarDate, .WaGadgetEvents.WaGadgetEventsStateCalendar #idEventListCalendar .EventListCalendar td a.calendarDate:hover,
.WaGadgetEvents.WaGadgetEventsStateCalendar #idEventListCalendar.yearViewType .EventListCalendar a.yearViewHeader,
.WaGadgetBlog .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a,
.WaGadgetEvents .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a,
.WaGadgetEvents .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .boxInfoContainer ul.boxInfo li label,
.WaGadgetEvents .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .boxInfoContainer ul.boxInfo li div,
.WaGadgetEvents.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .registrationInfoContainer ul.registrationInfo li label strong,
.WaGadgetEvents.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .registrationInfoContainer ul.registrationInfo li div span,
.formTitleOuterContainer .formTitleContainer .inner .mandatoryFieldsTitle,
.fieldSubContainer .fieldBody .fieldItem span.label,
.genericListTable thead th, 
.membersTable thead th,
[class*="WaGadget"] .gadgetStyleBody ul li .title a,
[class*="WaGadget"] .gadgetStyleBody ul li .date,
[class*="WaGadget"] .gadgetStyleBody ul li .author,
[class*="WaGadget"] .gadgetStyleBody ul li .location {
font-family: var(--fontprimary) !important;
color: var(--primary);
}

h1 {
font-family: var(--fontsecondary) !important;
font-size: 54px !important;
line-height: 76px !important;
font-weight: 600 !important;
color: var(--white) !important;
margin-bottom: 24px !important;
text-transform: none !important;
padding: 0px !important;
width: auto !important;
white-space:normal !important;
}

h2,
h3.sectionTitle,
.captionOuterContainer .captionContainer .fieldBody h4,
.WaGadgetBlog .blogEntryOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle,
.WaGadgetEvents.WaGadgetEventsStateDetails .pageTitleContainer h1.pageTitle,
h1.stepsContainer {
font-weight: normal !important;
font-size: 45px !important;
line-height: 63px !important;
color: var(--primary) !important;
margin-bottom: 16px !important;
white-space:normal !important;
}

h2 {
margin-top:20px !important;
}

h2:after,
h3.sectionTitle:after,
.captionOuterContainer .captionContainer .fieldBody h4:after {
display:none !important;
}

h3,
.WaGadgetBlog.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a,
.WaGadgetEvents .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a,
.genericListTable thead th, 
.membersTable thead th,
.WaGadgetEvents.WaGadgetEventsStateCalendar #idEventListCalendar.yearViewType .EventListCalendar a.yearViewHeader,
.WaGadgetEvents.WaGadgetEventsStateCalendar #idEventListCalendar.weekViewType .EventListCalendar td.EventListCalendarHeader a.calendarDate {
font-weight: normal !important;
font-size: 33px !important;
line-height: 46px !important;
color: var(--secondary) !important;
margin-bottom: 25px !important;
white-space:normal !important;
font-family:var(--fonttertiary) !important;
}

.genericListTable thead th, 
.membersTable thead th {
border-bottom:1px solid var(--lightgrey001);
}

.WaGadgetBlog.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle:after,
.WaGadgetEvents .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle:after {
display:block;
float:none;
margin:0px;
height:1px;
}

.WaGadgetBlog.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle {
white-space:normal;
}

h4 {
font-weight: 600 !important;
font-size: 30px !important;
line-height: 42px !important;
color: var(--secondary) !important;
white-space:normal !important;
font-family:var(--fontsecondary) !important;
}

.gadgetStyleNone .gadgetStyleTitle h4,
.WaGadgetMemberPublicProfileStateMain .memberDirectoryDetailsOuterContainer .profileHeaderContainer h2,
.genericListTable thead th, 
.membersTable thead th,
.WaGadgetEvents.WaGadgetEventsStateCalendar #idEventListCalendar.yearViewType .EventListCalendar a.yearViewHeader,
.WaGadgetEvents.WaGadgetEventsStateCalendar #idEventListCalendar.weekViewType .EventListCalendar td.EventListCalendarHeader a.calendarDate {
font-weight: 600 !important;
font-size: 30px !important;
line-height: 42px !important;
color: var(--secondary) !important;
white-space:normal !important;
font-family:var(--fontsecondary) !important;
margin-bottom: 22px !important;
text-transform: uppercase !important;
padding: 0px !important;
width: auto !important;
}

.genericListTable thead th, 
.membersTable thead th,
.WaGadgetEvents.WaGadgetEventsStateCalendar #idEventListCalendar.yearViewType .EventListCalendar a.yearViewHeader,
.WaGadgetEvents.WaGadgetEventsStateCalendar #idEventListCalendar.weekViewType .EventListCalendar td.EventListCalendarHeader a.calendarDate {
  font-size:26px !important;
}

.captionOuterContainer .captionContainer .fieldBody h4 {
margin-top:24px !important;
margin-bottom:0px !important;
}

h5,
[class*="EditableArea"] ul.features li,
.featureEventsList .gadgetStyleBody ul li .title a {
font-size:22px !important;
line-height:30px !important;
font-weight:600 !important;
color:var(--primary) !important;
white-space:normal !important;
font-family:var(--fontsecondary) !important;
}

.genericListTable tbody td .memberValue h5, 
.membersTable tbody td .memberValue h5 {
font-size:17px !important;
}

.quotedText {
font-weight: normal;
font-style:italic;
font-size:16px;
line-height:26px;
padding:0px 4%;
color:var(--primary);
}

.quotedText + .contStyleCaption {
margin-top:-10px;
}

ul,
ol,
.WaGadgetSiteMap .gadgetStyleBody > ul {
padding:0px;
margin-left:24px;
}

[class*="EditableArea"] ul.features {
margin:25px 0 5px 0;
}

[class*="EditableArea"] ul.features li {
list-style-type:none;
font-size:26px !important;
font-weight:400 !important;
margin-bottom:20px !important;
}

[class*="EditableArea"] ul.features li:before {
content:'\f00c';
padding-right:14px;
font-family:var(--fonticon);
font-size:26px;
color:var(--secondary);
}

p:first-child, 
h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child {
margin-top: 0 !important;
}

p:last-child, 
h1:last-child, 
h2:last-child, 
h3:last-child, 
h4:last-child, 
h5:last-child, 
h6:last-child {
margin-bottom: 0 !important;
}


/* Links & Buttons */

a,
a:visited,
a.linkAlternative,
a.linkAlternative:visited,
.WaGadgetSiteMap.gadgetStyleNone ul,
.WaGadgetSiteMap.gadgetStyleNone ul li a,
[class*="WaGadget"] .gadgetStyleBody ul li .title a {
text-decoration:none;
font-style:normal;
color:var(--primary);
}

a.linkAlternative {
white-space:nowrap;
}

.WaGadgetBlog.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a,
.WaGadgetEvents .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a,
.WaGadgetEvents.WaGadgetEventsStateCalendar #idEventListCalendar.yearViewType .EventListCalendar a.yearViewHeader {
color:var(--secondary) !important;
}

a:hover,
a.linkAlternative:hover,
.WaGadgetSiteMap.gadgetStyleNone ul li a:hover,
[class*="WaGadget"] .gadgetStyleBody ul li .title a:hover {
text-decoration:underline;
color:var(--secondary);
}

.WaGadgetBlog.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a:hover,
.WaGadgetEvents .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a:hover,
.WaGadgetEvents.WaGadgetEventsStateCalendar #idEventListCalendar.yearViewType .EventListCalendar a.yearViewHeader:hover {
color:var(--secondary) !important;
}

a[href*="tel"],
a[href*="tel"]:hover {
text-decoration:none !important;
cursor:default;
}

a[href*="tel"]:hover {
color:var(--primary);
}

a.linkAlternative,
[class*="WaGadget"] .gadgetStyleBody ul li .title a {
font-weight:bold !important;
text-transform:uppercase !important;
font-size:15px !important;
}

a.stylizedButton.buttonStyle001, 
a.stylizedButton.buttonStyle002, 
a.stylizedButton.buttonStyle003,
a.stylizedButton.buttonStyle004,
a.stylizedButton.buttonStyle005,
.WaGadgetSlideshow a.primary,
.WaGadgetSlideshow a.secondary,
input.typeButton,
input.searchButton,
input[value="Register"], 
input[type="submit"], 
.WaGadgetAuthorizationRequired .loginPageTable #idSubmitBox #idLoginButtonBox span input.loginButton, 
.WaGadgetPhotoAlbumStatePhoto .footerContainer a[id*="EditCaptionLinkButton"], 
input[value="Cancel"], 
input[value="Back"], 
input[value="Reset"], 
.navigationOuterContainer .navigationContainer input.nextButton,
.navigationOuterContainer .navigationContainer input[type="submit"], 
.navigationOuterContainer .navigationContainer input.typeButton,
.navigationOuterContainer .navigationContainer a.backLink,
.generalFieldsContainer input[type=submit], 
.generalFieldsContainer input.typeButton,
.functionalButton,
.WaGadgetEvents .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .boxActionContainer input.typeButton,
.WaGadgetContactProfile .topButtonsOuterContainer .topButtonsContainer .inner input.typeButton,
.WaGadgetMemberDirectoryStateAdvancedSearch .ActionPanelOuterContainer .searchButtonContainer input.searchButton,
.WaGadgetMemberDirectoryStateList .advSearchContainerLink a,
.WaGadgetMemberPublicProfileStateMain .memberDirectoryDetailsOuterContainer .profileHeaderContainer h2 .sendMailButtonContainer input.typeButton {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 38px;
    height:38px;
    margin: 0;
    padding: 0px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    color: var(--white) !important;
    border: 1px solid transparent;
    transition: all .3s;
    min-width:200px !important;
}

a.stylizedButton.buttonStyle004,
a.stylizedButton.buttonStyle005 {
    display:block;
    font-size: 18px;
    line-height: 38px;
    height:auto;
    white-space: normal;
    padding: 20px;
}

a.stylizedButton.buttonStyle001:hover, 
a.stylizedButton.buttonStyle002:hover, 
a.stylizedButton.buttonStyle003:hover,
a.stylizedButton.buttonStyle004:hover,
a.stylizedButton.buttonStyle005:hover,
.WaGadgetSlideshow a.primary:hover,
.WaGadgetSlideshow a.secondary:hover,
input.typeButton:hover,
input.searchButton:hover,
input[value="Register"]:hover, 
input[type="submit"]:hover, 
.WaGadgetAuthorizationRequired .loginPageTable #idSubmitBox #idLoginButtonBox span input.loginButton:hover, 
.WaGadgetPhotoAlbumStatePhoto .footerContainer a[id*="EditCaptionLinkButton"]:hover, 
input[value="Cancel"]:hover, 
input[value="Back"]:hover, 
input[value="Reset"]:hover, 
.navigationOuterContainer .navigationContainer input.nextButton:hover, .navigationOuterContainer .navigationContainer input[type="submit"]:hover, 
.navigationOuterContainer .navigationContainer input.typeButton:hover,
.navigationOuterContainer .navigationContainer a.backLink:hover,
.generalFieldsContainer input[type=submit]:hover, 
.generalFieldsContainer input.typeButton:hover,
.functionalButton:hover,
.WaGadgetEvents .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .boxActionContainer input.typeButton:hover,
.WaGadgetContactProfile .topButtonsOuterContainer .topButtonsContainer .inner input.typeButton:hover,
.WaGadgetMemberDirectoryStateAdvancedSearch .ActionPanelOuterContainer .searchButtonContainer input.searchButton:hover,
.WaGadgetMemberDirectoryStateList .advSearchContainerLink a:hover,
.WaGadgetMemberPublicProfileStateMain .memberDirectoryDetailsOuterContainer .profileHeaderContainer h2 .sendMailButtonContainer input.typeButton:hover {
color:var(--white) !important;
}

input[value="Cancel"], 
input[value="Back"], 
input[value="Reset"], 
.navigationOuterContainer .navigationContainer input.nextButton,
.navigationOuterContainer .navigationContainer a.backLink {
background-color:var(--mediumgrey001) !important;
}

input[value="Cancel"]:hover, 
input[value="Back"]:hover, 
input[value="Reset"]:hover, 
.navigationOuterContainer .navigationContainer input.nextButton:hover,
.navigationOuterContainer .navigationContainer a.backLink:hover {
background-color:var(--mediumgrey002) !important;
}

a.stylizedButton.buttonStyle001,
input.typeButton,
input.searchButton,
input[value="Register"],
input[type="submit"], 
.WaGadgetAuthorizationRequired .loginPageTable #idSubmitBox #idLoginButtonBox span input.loginButton, 
.WaGadgetPhotoAlbumStatePhoto .footerContainer a[id*="EditCaptionLinkButton"], 
.navigationOuterContainer .navigationContainer input.nextButton[value="Pay online"],
.navigationOuterContainer .navigationContainer input[value="Invoice me"],
.navigationOuterContainer .navigationContainer input[type="submit"][value="Next"], 
.navigationOuterContainer .navigationContainer input[value="Subscribe"],
.generalFieldsContainer input[type=submit], 
.generalFieldsContainer input.typeButton,
.functionalButton,
.WaGadgetEvents .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .boxActionContainer input.typeButton,
.WaGadgetContactProfile .topButtonsOuterContainer .topButtonsContainer .inner input.typeButton,
.WaGadgetMemberDirectoryStateAdvancedSearch .ActionPanelOuterContainer .searchButtonContainer input.searchButton,
.WaGadgetMemberDirectoryStateList .advSearchContainerLink a,
.WaGadgetMemberPublicProfileStateMain .memberDirectoryDetailsOuterContainer .profileHeaderContainer h2 .sendMailButtonContainer input.typeButton {
background-color: var(--secondary) !important;
}

a.stylizedButton.buttonStyle001:hover,
input.typeButton:hover,
input.searchButton:hover,
input[value="Register"]:hover,
input[type="submit"]:hover, 
.WaGadgetAuthorizationRequired .loginPageTable #idSubmitBox #idLoginButtonBox span input.loginButton:hover, 
.WaGadgetPhotoAlbumStatePhoto .footerContainer a[id*="EditCaptionLinkButton"]:hover, 
.navigationOuterContainer .navigationContainer input.nextButton[value="Pay online"]:hover, 
.navigationOuterContainer .navigationContainer input[value="Invoice me"]:hover, 
.navigationOuterContainer .navigationContainer input[type="submit"][value="Next"]:hover, 
.navigationOuterContainer .navigationContainer input[value="Subscribe"]:hover,
.generalFieldsContainer input[type=submit]:hover, 
.generalFieldsContainer input.typeButton:hover,
.functionalButton:hover,
.WaGadgetEvents .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .boxActionContainer input.typeButton:hover,
.WaGadgetContactProfile .topButtonsOuterContainer .topButtonsContainer .inner input.typeButton:hover,
.WaGadgetMemberDirectoryStateAdvancedSearch .ActionPanelOuterContainer .searchButtonContainer input.searchButton:hover,
.WaGadgetMemberDirectoryStateList .advSearchContainerLink a:hover,
.WaGadgetMemberPublicProfileStateMain .memberDirectoryDetailsOuterContainer .profileHeaderContainer h2 .sendMailButtonContainer input.typeButton:hover {
background-color:var(--white) !important;
color:var(--primary) !important;
border-color:var(--primary);
}

a.stylizedButton.buttonStyle002,
.WaGadgetSlideshow a.primary {
background-color:var(--accent001) !important;
border-color:var(--accent001);
}

a.stylizedButton.buttonStyle002:hover,
.WaGadgetSlideshow a.primary:hover {
background-color:var(--secondary) !important;
color:var(--white) !important;
border-color:var(--darkgrey001);
}

a.stylizedButton.buttonStyle003,
.WaGadgetSlideshow a.secondary {
background-color:transparent !important;
border-color:var(--white);
}

a.stylizedButton.buttonStyle003:hover,
.WaGadgetSlideshow a.secondary:hover {
background-color:var(--secondary) !important;
color:var(--white) !important;
border-color:var(--darkgrey001);
}

a.stylizedButton.buttonStyle004 {
background-color:var(--secondary) !important;
}

a.stylizedButton.buttonStyle004:hover {
background-color:var(--white) !important;
color:var(--primary) !important;
border-color:var(--primary);
}

a.stylizedButton.buttonStyle005 {
background-color: var(--secondary) !important;
}

a.stylizedButton.buttonStyle005:hover {
background-color: var(--white) !important;
color: var(--primary) !important;
border: 1px solid var(--primary);
}



/* CUSTOM SVGs */

.iconPrimary path {
fill:var(--primary);
}

.iconSecondary path {
fill:var(--secondary);
}

.iconAccent path {
fill:var(--accent001);
}



/* HEADER */

.header_Content .shopLink {
float:right;
margin:-4px 0 0 42px;
position:relative;
z-index:2;
}

.header_Content .shopLink a {
display:inline-block;
width:26px;
height:30px;
text-align:center;
line-height:30px;
font-size:16px;
color:var(--white);
text-decoration:none;
}

.header_Content .shopLink a svg path {
fill:var(--secondary);
}

.header_Content .shopLink a:hover svg path {
fill:var(--accent001);
}

.header_Content .shopLink a svg text {
font-size:50px;
fill:var(--white);
text-decoration:none;
}

body:not(.publicContentView, .pageModeEdit) .header_Content .loginLink {
display:none;
}

body:not(.memberContentView, .adminContentView) .header_Content .WaGadgetLoginForm,
body:not(.pageModeEdit) .header_Content .memberFlyoutLinks {
display:none;
}

.header_Content .WaGadgetCustomHTML.loginLink {
margin-bottom:18px;
}

.header_Content .WaGadgetLoginForm {
margin-bottom:8px;
}

.header_Content .loginLink {
text-align:right;
}

.header_Content .loginLink a,
.header_Content .WaGadgetLoginForm .loginContainerWrapper .loginContainerInnerWrapper .loginLink {
color:var(--primary);
font-size:16px;
text-transform:capitalize;
opacity:1;
filter:alpha(opacity=100);
}

.header_Content .loginLink a:hover,
.header_Content .WaGadgetLoginForm .loginContainerWrapper .loginContainerInnerWrapper .loginLink:hover {
color:var(--accent001);
text-decoration:none;
}

.header_Content .loginLink a:before,
.header_Content .WaGadgetLoginForm .loginContainerWrapper .loginContainerInnerWrapper .loginLink:before {
color:var(--white);
background-color:var(--accent001alt);
border:1px solid var(--accent001alt);
font-size:26px;
height:26px;
width:26px;
padding:2px 0 0 0;
margin-right:14px;
box-sizing:border-box;
overflow:hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: '\f007';
display: inline-block;
font-family:var(--fonticon);
text-align: center;
vertical-align: top;
}

.header_Content .loginLink a:hover:before,
.header_Content .WaGadgetLoginForm .loginContainerWrapper .loginContainerInnerWrapper .loginLink:hover:before,
.header_Content .WaGadgetLoginForm .loginContainerWrapper .loginContainerInnerWrapper .loginLink.showLoginContainer:before {
color:var(--white);
background-color:var(--accent001alt);
}

.header_Content .WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainerInnerWrapper .loginLink:after {
color:var(--accent001alt);
font-size:26px;
height:26px;
width:26px;
margin-left:8px;
box-sizing:border-box;
overflow:hidden;
font-family:var(--fonticon);
content:'\f107';
display:inline-block;
vertical-align: top;
line-height: normal;
border: 0;
position: static;
}

.header_Content .WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainerInnerWrapper .loginLink:hover:after {
color:var(--accent001);
}

.header_Content .WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainerInnerWrapper .loginLink.showLoginContainer:after {
display:inline-block;
}

.header_Content .WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainer {
min-width:100px;
max-width:280px;
width:auto !important;
border:1px solid var(--lightgrey001);
}

.header_Content .WaGadgetLoginForm .loginContainerWrapper .loginContainerInnerWrapper .loginContainer .loginContainerShadowBox {
padding:10px 20px;
}

.header_Content .WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainer .loginContainerShadowBox:before, 
.header_Content .WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainer .loginContainerShadowBox:after {
display:none;
}

.WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainer .profileBox {
margin:0 !important;
padding:5px 0px !important;
display:block;
}

.header_Content .WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainer .profileBox a,
.header_Content .WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainer .loggedAction .loginBoxLogout {
font-style:normal;
font-size:15px;
color:var(--primary) !important;
text-decoration:none;
text-transform:capitalize;
height:auto;
padding:3px 0;
display:block;
white-space:nowrap;
}

.header_Content .WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainer .profileBox a:hover,
.header_Content .WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainer .loggedAction .loginBoxLogout:hover {
color:var(--accent001) !important;
}

.header_Content .WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainer .loggedAction .loginBoxLogout {
background:transparent !important;
width: 100%;
text-align: left;
}

.WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainer .profileBox.loggedAction {
border-top:1px solid var(--lightgrey001);
margin-top:4px !important;
padding-top:7px !important;
}

.header_Content .WaGadgetCustomMenu:not(.memberFlyoutLinks) {
height: 40px;
line-height: 38px;
background-color: var(--white);
margin-bottom: 6px;
}

.header_Content .WaGadgetCustomMenu:not(.memberFlyoutLinks) .gadgetStyleBody ul.orientationHorizontal li {
float:left;
}

.header_Content .WaGadgetCustomMenu:not(.memberFlyoutLinks) .gadgetStyleBody ul.orientationHorizontal li a {
display: inline-block;
height: 38px;
line-height: 38px;
margin-left: 1px;
margin-right:0px;
padding:0px;
background-color: var(--secondary);
min-width: 120px;
color: var(--white);
font-size: 15px;
text-align: center;
border: 1px solid transparent;
text-decoration:none !important;
}

.header_Content .WaGadgetCustomMenu:not(.memberFlyoutLinks) .gadgetStyleBody ul.orientationHorizontal li a:hover {
text-decoration:none !important;
background: var(--white);
color: var(--primary);
border-color: var(--primary);
}

body.memberContentView .header_Content .WaGadgetCustomMenu:not(.memberFlyoutLinks) a[href="/Sys/Login"],
.header_Content .WaGadgetCustomMenu:not(.memberFlyoutLinks) a[href="/Sys/Profile"],
.header_Content .WaGadgetCustomMenu:not(.memberFlyoutLinks) a[href="/Sys/Login/SignOut"] {
display:none !important;
}

body.memberContentView .header_Content .WaGadgetCustomMenu:not(.memberFlyoutLinks) a[href="/Sys/Profile"],
body.memberContentView .header_Content .WaGadgetCustomMenu:not(.memberFlyoutLinks) a[href="/Sys/Login/SignOut"] {
display:inline-block !important;
}

.header_BrandingMenu .WaLayoutTable td:first-child img {
max-height: 112px !important;
}

.header_BrandingMenuNew .WaLayoutTable td:first-child img {
max-height: 132px !important;
}

.header_BrandingMenu .WaGadgetMenuHorizontal.menuStyle002 {
border-top:1px solid var(--primary);
position: relative;
z-index: 2;
}

.header_BrandingMenu .WaGadgetMenuHorizontal.menuStyle002 .menuInner {
border:none;
}

.header_BrandingMenu .WaGadgetMenuHorizontal .menuInner ul.firstLevel {
width:100%;
text-align:center;
}

.header_BrandingMenu .WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item {
padding-bottom:4px;
}

.header_BrandingMenu .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li > .item > a {
font-size:15px;
font-weight:bold;
text-transform:none;
padding:0 15px;
margin-left:5px;
}

.header_BrandingMenu .WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.phantom {
text-align: inherit;
}

.header_BrandingMenu .WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.phantom>.item>a {
line-height:normal;
}

.header_BrandingMenu .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li:first-child > .item > a {
margin-left:0;
}

.header_BrandingMenu .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li > .item > a,
.header_BrandingMenu .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li > .item:hover > a {
  color: var(--primary);
}

.header_BrandingMenu .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li > .item > a:hover,
.header_BrandingMenu .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li.sel > .item > a,
.header_BrandingMenu .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li.sel-parent > .item > a {
  color: var(--secondary);
}

.header_BrandingMenu .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li.dir > .item > a:after,
.header_BrandingMenu .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li.sel > .item > a > span:after {
display:none !important;
}

.header_BrandingMenu .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel>li>.item>a span {
padding: 20px 0px 17px 0px;
}

.header_BrandingMenu .WaGadgetMenuHorizontal .menuInner ul.firstLevel li.phantom > .item:hover > ul {
display:block !important;
}

.header_BrandingMenu .WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.phantom > .item > a {
padding:0px 15px;
}

.header_BrandingMenu .WaGadgetMenuHorizontal .menuInner ul ul { 
background: var(--white);
border:0;
border-radius:5px;
}

.header_BrandingMenu  .WaGadgetMenuHorizontal .menuInner ul ul,
.WaGadgetMenuHorizontal .menuInner .firstLevel>li:last-child ul, 
.WaGadgetMenuHorizontal .menuInner .firstLevel>li.last-child ul {
left:50%;
right:auto;
transform:translate(-50%, 0);
margin-left:5px;
}

.header_BrandingMenu .WaGadgetMenuHorizontal .menuInner ul ul li > .item > a {
text-align:center !important;
color:var(--primary);
text-shadow:none;
font-size:15px;
text-transform:none;
}

.header_BrandingMenu .WaGadgetMenuHorizontal .menuInner ul ul li > .item:hover,
.header_BrandingMenu .WaGadgetMenuHorizontal .menuInner ul ul li > .item:hover > a {
background:transparent;
}

.header_BrandingMenu .WaGadgetMenuHorizontal .menuInner ul ul li > .item > a:hover {
color: var(--secondary);
}

.header_BrandingMenu .WaGadgetMenuHorizontal .menuInner ul ul li.dir > .item > a > span:after {
display:none;
}

.header_BrandingMenu .WaGadgetMenuHorizontal.menuStyle002 .menuInner .menuButton {
background-color:var(--secondary);
}

.header_BrandingMenu .WaGadgetMenuHorizontal .menuInner .firstLevel>li ul ul {
    transform:unset;
    left:100%;
    margin-left:0px;
}

.header_BrandingMenu .WaGadgetMenuHorizontal .menuInner .firstLevel>li:last-child ul ul,
.header_BrandingMenu .WaGadgetMenuHorizontal .menuInner .firstLevel>li.last-child ul ul {
  left:auto;
  right:100%;
}



/* CONTENT */


[id*="TopPagerContainer"],
.WaGadgetMembershipApplication .formTitleOuterContainer .formTitleContainer,
.WaGadgetMembershipApplication #idCaptionContainer0 {
display:none;
}

.formTitleOuterContainer,
.formTitleOuterContainer .formTitleContainer {
padding-bottom:0px;
}

.formTitleOuterContainer .formTitleContainer .inner h3.formTitle {
margin-bottom:0px !important;
}

.fieldContainer.donationAmountContainer .fieldSubContainer .fieldBody input.typeText {
margin-top:10px;
display:block;
}


/* Gadget Styling */

.gadgetStyleNone .gadgetStyleTitle {
padding:0px;
}

[class*="WaGadget"] .gadgetStyleBody ul li .date,
[class*="WaGadget"] .gadgetStyleBody ul li .author,
[class*="WaGadget"] .gadgetStyleBody ul li .location {
font-size:12px;
font-style:normal;
}

[class*="WaGadget"] .gadgetStyleBody ul li .title {
margin:0px;
}


/* Page Title */




/* Slideshow */

.WaGadgetSlideshow .camera_wrap {
margin-bottom:0px !important;
}

#id_Header1 .camera_fakehover {
overflow:hidden;
min-height:689px;
}

#id_Header1 .camerarelative, 
#id_Header1 .cameraappended {
height: 100% !important;
}

.WaGadgetSlideshow.overlay-primary .camera_overlayer {
background-color:var(--transparent-primary);
}

#id_Header1 .gadgetStyleBody img {
width:100% !important;
margin:0px !important;
height:auto !important;
}

#id_Header1 .WaGadgetSlideshow .camera_wrap .camera_caption {
top: 130px !important;
bottom:auto !important;
left: calc((100vw - 980px) / 2);
z-index: 100;
width: 612px;
padding: 20px 10px 0px 20px;
transition: left 1s;
}

#id_Header1 .WaGadgetSlideshow .camera_wrap .camera_caption[style*="visibility: hidden"] {
left: calc(((100vw - 980px) / 2) - 160px);
}

#id_Header1 .WaGadgetSlideshow .camera_wrap .camera_caption > div {
padding:0px;
background:transparent;
}

#id_Header1 .WaGadgetSlideshow .camera_wrap .camera_caption h3 {
font-size:45px !important;
line-height:63px !important;
font-weight:600 !important;
text-transform:none !important;
color:var(--white) !important;
padding-bottom: 0px !important;
font-family:var(--fontsecondary) !important;
}

#id_Header1 .WaGadgetSlideshow .camera_wrap .camera_caption p {
font-size:21px !important;
line-height:40px !important;
text-transform:none !important;
color:var(--white) !important;
padding-bottom: 0px !important;
margin-top:-10px;
width:96%;
max-width:500px;
}

#id_Header1 .WaGadgetSlideshow a.primary,
#id_Header1 .WaGadgetSlideshow a.secondary {
margin-right:12px;
font-weight:600 !important;
font-size:17px;
margin-bottom:20px;
padding:0px 20px;
letter-spacing:1px;
font-family:var(--fontsecondary) !important;
min-width:212px !important;
box-sizing:border-box;
}

.WaGadgetSlideshow .camera_wrap .camera_pag {
margin-top:-60px;
}

#id_Header1 .WaGadgetSlideshow .camera_wrap .camera_pag {
display:none;
}

.WaGadgetSlideshow .camera_wrap .camera_pag .camera_pag_ul li {
background:transparent;
border:none;
height:14px;
width:14px;
border-radius:0px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
}

.WaGadgetSlideshow .camera_wrap .camera_pag .camera_pag_ul li > span {
height:10px;
width: 10px;
left: 0px;
top: 0px;
border:2px solid var(--white);
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
}

.WaGadgetSlideshow .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span,
.WaGadgetSlideshow .camera_wrap .camera_pag .camera_pag_ul li > span:hover {
background:var(--white);
}

.WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_prev, 
.WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_next {
opacity:1 !important;
background:transparent;
top:50%;
bottom:auto;
margin-top:-20px;
width:auto;
height:40px;
left:8%;
}

.WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_next {
left:auto;
right:8%;
}

.WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_prev>span,
.WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_next>span,
.WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_prev:hover>span,
.WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_next:hover>span {
  font-family:var(--fonticon) !important;
  font-size:42px !important;
  color:var(--white);
  margin:0;
  position:static;
}

#id_Header1 .WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_prev>span,
#id_Header1 .WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_next>span,
#id_Header1 .WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_prev:hover>span,
#id_Header1 .WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_next:hover>span {
  font-size:80px !important;
}

.WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_prev:hover>span,
.WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_next:hover>span {
  opacity:.7;
}

#id_Header1 .WaGadgetSlideshow .camera_target_content .camera_link {
  cursor:default;
  pointer-events: none;
}


/* Blogs */

.WaGadgetBlog.WaGadgetBlogStateList .blogPostListOuterContainer {
padding:0px;
}


/* Events */

.featureEventsList .gadgetStyleBody ul li {
padding:40px 0 30px 0;
display:flex;
column-gap:26px;
align-items:center;
}

.featureEventsList .gadgetStyleBody ul li .date {
order:1;
}

.featureEventsList .gadgetStyleBody ul li .title {
order:2;
flex-grow: 2;
}

.featureEventsList .gadgetStyleBody ul li .button {
order:3;

}

.featureEventsList .gadgetStyleBody ul li:not(:first-child) {
border-top:1px solid var(--lightgrey001);
}

.featureEventsList .gadgetStyleBody ul li .date {
font-size: 40px !important;
font-weight: 400 !important;
font-family:var(--fontprimary) !important;
text-transform:uppercase !important;
}

.featureEventsList .gadgetStyleBody ul li .date .month {
padding-left:8px;
color:var(--accent001alt);
}

.featureEventsList .gadgetStyleBody ul li .title a {
font-size: 26px !important;
font-weight: 400 !important;
font-family:var(--fontprimary) !important;
text-transform:none !important;
}

.featureEventsList .gadgetStyleBody ul li .title a:hover {
color:var(--accent001) !important;
text-decoration:none !important;
}

.featureEventsList .gadgetStyleBody ul li .button a {
min-width:0 !important;
}

.featureEventsList .gadgetStyleBody ul li .date:after {
display:none;
}

.WaGadgetEvents.WaGadgetEventsStateCalendar #idEventListCalendar .EventListCalendar td.EventListCalendarItemSelected a.calendarDate, .WaGadgetEvents.WaGadgetEventsStateCalendar #idEventListCalendar .EventListCalendar td.EventListCalendarItemSelected a.calendarDate:hover {
color:var(--secondary);
}

.WaGadgetEvents .pageTitleContainer, .WaGadgetEvents .titleContainer {
padding:0px;
}

.WaGadgetEvents.WaGadgetEventsStateList ul.boxesList li.boxesListItem:first-child {
padding-top:0px;
}

.WaGadgetEvents.WaGadgetEventsStateCalendar #idEventListCalendar .EventListCalendar td {
padding-bottom:25px;
}


/* Member Directory */


.WaGadgetMemberDirectoryStateList .advSearchContainerLink {
padding:30px 0;
}

.WaGadgetMemberDirectoryStateList .memberDirectorySearchAreaOuterContainer {
  padding-bottom:30px;
}

.genericListTable, 
.membersTable {
margin:0 -15px;
}

.genericListTable thead tr th:first-child, 
.membersTable thead tr th:first-child,
.genericListTable tbody tr td:first-child, 
.membersTable tbody tr td:first-child {
padding-left:15px !important;
}

.genericListTable thead tr th:last-child, 
.membersTable thead tr th:last-child
.genericListTable tbody tr td:last-child, 
.membersTable tbody tr td:last-child {
padding-right:15px !important;
}

.genericListTable tr:nth-child(odd) td, 
.membersTable tr:nth-child(odd) td {
background-color:var(--accent002);
}

.genericListTable tbody tr td,
.membersTable tbody tr td,
.genericListTable tbody tr.hover td, 
.membersTable tbody tr.hover td,
.genericListTable tbody tr:hover:first-child td, 
.membersTable tbody tr:hover:first-child td, 
.genericListTable tbody tr.hover:first-child td, 
.membersTable tbody tr.hover:first-child td,
.genericListTable tbody tr:hover:last-child td, 
.membersTable tbody tr:hover:last-child td, 
.genericListTable tbody tr.hover:last-child td, 
.membersTable tbody tr.hover:last-child td {
border:0 !important;
border-bottom:20px solid var(--white) !important;
}

.genericListTable tbody tr td, 
.membersTable tbody tr td,
.genericListTable tbody tr:hover td, 
.membersTable tbody tr:hover td, 
.genericListTable tbody tr.hover td, 
.membersTable tbody tr.hover td {
padding-top:14px !important;
padding-bottom:14px !important;
}


/* Sponsor Scroller */

div.sponsor-scroller {
margin:0;
padding:24px 0px 20px 0px;
height: 100px;
overflow:hidden;
visibility:hidden;
}

.sponsor-scroller.fixed {
visibility:visible;
}

div.sponsor-scroller .bx-wrapper {
margin: 0;
overflow: hidden;
}
                
div.sponsor-scroller .bx-wrapper .bx-viewport {
background: none;
border: none;
box-shadow: none;
left: 0px;
max-height: 100px;
min-height: 100px;
}

div.sponsor-scroller ul {
margin:0px;
padding:0px;
padding-left: 0px;
-webkit-transform: translateZ(0);
}

div.sponsor-scroller.fixed {
text-align:center;
width:100%;
}

div.sponsor-scroller ul li {
margin:0px 20px !important;
padding:0px;
}

div.sponsor-scroller.fixed ul li {
display:inline-block;
}

div.sponsor-scroller ul li a,
div.sponsor-scroller ul li img {
border:none !important;
padding:0px !important;
}

div.sponsor-scroller ul li img {
max-width: 100%; 
max-height: 100px;
min-height: 100px;
}

div.sponsor-scroller ul li span {
display:block;
line-height:100px;
margin:0px 20px;
}


/* Shadow Box */

.shadowBox {
background:var(--white);
box-shadow:0px 3px 4px 0px var(--transparent-shadow);
padding:16px 30px 20px 30px;
}


/* Feature Grid */

.featureGrid td:not(.WaLayoutSeparator) {
padding:4% 9% 9% 9%;
box-sizing:border-box;
}

.featureGrid.hasVideo-left td:first-child {
  padding:0;
}

.featureGrid.hasVideo-right td.WaLayoutSeparator + td {
  padding:0;
}


/* Promo Banner */

.promoBanner .WaLayoutTable {
min-height:400px;
box-sizing:border-box;
}

.promoBanner [class^="WaLayoutItem"] {
vertical-align:middle;
padding-left:14%;
padding-right:14%;
}


/* Photo Gallery */

.WaGadgetPhotoGallery.autoHeight .containerPhotoOuter {
height:auto !important;
}

.WaGadgetPhotoGallery [class*="img_"] {
position:relative;
}

.WaGadgetPhotoGallery [class*="img_"]:after {
content:'';
position:absolute;
width:100%;
height:100%;
background:var(--transparent-shadow001);
opacity:0;
transition:opacity .3s;
}

.WaGadgetPhotoGallery [class*="img_"]:hover:after {
opacity:1;
}


/* Photo Frame */

.photoFrame {
overflow:visible;
}

.photoFrame img {
padding:10px;
background:var(--white);
display:inline-block;
box-sizing:border-box;
box-shadow:0 0 5px rgba(0,0,0,.1);
}

.photoFrame .gadgetStyleBody:before,
.photoFrame .gadgetStyleBody:after {
content:'' !important;
display:block !important;
visibility:visible !important;
bottom:4% !important;
position:absolute !important;
top:0 !important;
width:24px !important;
height:100% !important;
background-repeat:no-repeat;
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAN4AAADmCAYAAAC6Tjt3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFRTY1NEQ2NEYwMkNFMjExOTQ3MkVEQjJFNzkwNzA0QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQzE1QzgyODJFNzQxMUUyQTZFM0NFQkU3MUM0RkZCNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQzE1QzgyNzJFNzQxMUUyQTZFM0NFQkU3MUM0RkZCNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkYxNjU0RDY0RjAyQ0UyMTE5NDcyRURCMkU3OTA3MDRCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVFNjU0RDY0RjAyQ0UyMTE5NDcyRURCMkU3OTA3MDRCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8f7IsAAAB/RJREFUeNrs3QuT2yYUBlCg/v//OFYnbq3oAZKQgZ2Jz5nZWT+02dbN13sRCMUQQgx58eB5rPh+9fHRa7XHXPkzjo779Odjxb/jlc8xHPx32poKz4++L79yr40+psWfHy6+Fy68d/RaqHhc/R+z1bGxMuBHz6/8j+HsvXjjfzaf/O7aY2s/99pQXvmL0vu9mr+0tcfV/N7S5zPd+DxP34/TNAVgrOQjAMEDwQMEDwQPEDwQPEDwQPAAwQPBA8EDBA8EDxA8EDxA8EDwAMEDwQPBAwQPBA8QPBA8QPBA8ADBA8EDwQMEDwQPEDwQPEDwQPAAwQPBA8EDBA8EDwAAAIC1+P/Xb5OPA4ZkbhW8I0IJleG6WvGCAELfwN0NngDCB4F7S6N+EQjdOnhR+GBoBmI8qHpX20ltJ0JXeVy82G5OwgeXQ3caytQ43SCUF8d4P9nrwreM624HT7igUUbST6Qdvr0Spt6/AIQu/wP/bF77ZBrB2U2+LWC3phUeBwcIEXSqho+LPzAV3hdOhOpGFWw9j2f8x7eELH6SgUfmQFUMOgc3FQ64OohU4VD9zjMSa1rNWFFeQRivFbDLYzxhgzYVsXqMtzyDuT2b6ewmglbZhqYOFU6F5OsqWO3Pp8pBIlAX0Hil1dRCQr8gxlLFixf61enCmBD+ZlNl6OKVMV5NW5kLoSDyNwZtuhnEbJZSxQ/YdwUBPP77Pl0tYGlRBuMHv1jo+PbwXW0/X1/pQkLjjeTDN1e+0xydzePFin8A+NbwhdoclaYTrkwlCB3CV7fHZlwGL3eQUEE7VVcnAJ08ClVO5YM2lS67euUhbDC+3UzhfJmYxdHw2Zhut3zsqOKpgNCuzby1VvPuLZvBmC7jSqsJtGs9d0vGBA4GBXA7nRDDfjbeGA/ut51xE7q4HeNFlQ+6VrrDK9DP+lOgPifZeTxgYEgfmzSWxnc2PoJ7lS+WWk2tJAwOZNokszgYBG4FLbvbWI+dpIGTTB21mqoetK128+PcyRWgc+U7W6up2sHn7eXpWk3tJfRrO4srV4JqB12q3kpukXQw3oOm4dt1ky4Lgh+ogKVdxoCO4XsUKp4QQr928/DqBK0nNGott6+nzQGl78C90BWvQBc2GBzCVBk2Yz/4LBuH0wn20YQ2lS67dCwJHIwPYG2rCTQY713Z+kEo4Ua4Dl4rbv0AdGw5043kAveq3qw0j3f0Q6YU4Homstu4l1auAH0q4LxI+tZmtdOk8EGMt2pVdjohXgid1MH1LOzyVdpzBWjfap5eFiSE0DhspVZT0GBQEB//Vz1jNhgXvLidQM+1nkIJdaZM4NI2aFpNGNxqulsQjAncrrVMPhcYKm3vFmSNJrQb2+XazNWSMWDcGC9ub9PlJAv0C1wIhdt0lQaD2ky4124ebnaUjOtgyHgvLVvN3eAPaD+2ez83lQA/IFfxgH5Vb1XxbP0A/YM3f0/B6hUY3WWmZau5rX7T5jtwzTY7u4xdbTWn95f9VmATjv8ysfw6bTUfi0Hf00cI3cd5KWzGd/GgZAL32s1c1Uu5tZpAn2r3/r5aJF21tyZQFbgQDvZcETjoH8BQqnjGdtB+rLe7Hi8cjPOEEO6HLZetuFy5os2E/u3mvHLlPenn7Cb0G9u98/XKWwr5qxLOZuGB83ZzKrSdq+kEQYP+QSyeXBE+aB+6VdtZWi42nTwHjkNWej5fj2fFCvS3ylnp5IoqB+2rX1iO8abCIHD72L3PoZSwdTaKGXq/tj25IljQr/rFXKu5TanWEz5vLbeVL3t1gqBB3yC+pE//AKA+K0fbPggdtA/fPI/3+6Dn4uCnwEHTAC4z9crasuLlzmoKH7SpeqsrgJbTCU+Bg64BfGcsLq/HC+F8SgGoD90uY7mVK9ZrQlu7ixDSogROhaQCn1W75WvP9xgvt8ZM4KBdALeZmiveVBgMAu2q3/w4hZNV1D4z+Dhs23xN6aAnNc6DNuO7XZaScMH4UOaWjJnLg7ZVb/l4XjLmxAqMHfNN6ejN5WPbPsBJsv7ckvksTyGdlEbg80qXPbnyLIzzgLZjvTlrV85qCiHcH89l38udXHF5ELQN324tdPL5wHhpMwB0ggXaVr0pl7GUOUjgoE8AV2c1c3MPwgftq978/D2d8AyuTIAeods+f+VtucuYOTzoG8D5/gm5zY6AvuErTicIIrQL2k5pOgFoH8TVdIL5OxgTulWrud3ffVsq3QkWriZsf2fYpfkeCmnzwjPk5x2A+vHdstotMxaSYMH4YG73XDHGg35jvNWeK/FsjAd83HIuMxaXV6ALHfQP33wFugXSMKbV3I3xhA7GhW9305Knzwe6WN4HfbWT9O8vN6WEPuIiZ5N5PPiBtvMR1vML2/k8oYT7Y7pQytey1QTGjPUO748HtK9+L6dXoLsyASpTls9M8bKg7UECB59Xumy+lvN4vwQOugbwnbFQWqsJ9Avhcxk8J1egX9iWle/pVswwNnyrMZ6qB4Oq3XuM9ytzANAnfL/9sq8mjAvfbl/NZ26sZ/IcbqbsT3Zyd1ze3S1I0KBvxZvvFvR+wbV40Nf7rlxzxQuqHgypdiEs7o/nsiAYY55OMIcH/SveqvJtg+dGJdAqbfsbmFgyBj9U9V6PH8HkOYwM3+7GlNpMGNRuPlQ7GN9y7rZ+UO2ga9V7vbTdwl3oYEDFi2G9VEzwoJ9YfAJ0D19MPgcY32oCwHf4V4ABAPUe0kXnWb4sAAAAAElFTkSuQmCC);
}

.photoFrame .gadgetStyleBody:before {
background-position:100% 100%;
left:-24px;
}

.photoFrame .gadgetStyleBody:after {
background-position:0 100%;
right:-24px; 
}

.photoFrame .frameWrap:after {
content:'';
bottom:6px;
height:2px;
left:0;
position:absolute;
right:0;
background:top no-repeat;
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAN4AAADmCAYAAAC6Tjt3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFRTY1NEQ2NEYwMkNFMjExOTQ3MkVEQjJFNzkwNzA0QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQzE1QzgyODJFNzQxMUUyQTZFM0NFQkU3MUM0RkZCNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQzE1QzgyNzJFNzQxMUUyQTZFM0NFQkU3MUM0RkZCNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkYxNjU0RDY0RjAyQ0UyMTE5NDcyRURCMkU3OTA3MDRCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVFNjU0RDY0RjAyQ0UyMTE5NDcyRURCMkU3OTA3MDRCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8f7IsAAAB/RJREFUeNrs3QuT2yYUBlCg/v//OFYnbq3oAZKQgZ2Jz5nZWT+02dbN13sRCMUQQgx58eB5rPh+9fHRa7XHXPkzjo779Odjxb/jlc8xHPx32poKz4++L79yr40+psWfHy6+Fy68d/RaqHhc/R+z1bGxMuBHz6/8j+HsvXjjfzaf/O7aY2s/99pQXvmL0vu9mr+0tcfV/N7S5zPd+DxP34/TNAVgrOQjAMEDwQMEDwQPEDwQPEDwQPAAwQPBA8EDBA8EDxA8EDxA8EDwAMEDwQPBAwQPBA8QPBA8QPBA8ADBA8EDwQMEDwQPEDwQPEDwQPAAwQPBA8EDBA8EDwAAAIC1+P/Xb5OPA4ZkbhW8I0IJleG6WvGCAELfwN0NngDCB4F7S6N+EQjdOnhR+GBoBmI8qHpX20ltJ0JXeVy82G5OwgeXQ3caytQ43SCUF8d4P9nrwreM624HT7igUUbST6Qdvr0Spt6/AIQu/wP/bF77ZBrB2U2+LWC3phUeBwcIEXSqho+LPzAV3hdOhOpGFWw9j2f8x7eELH6SgUfmQFUMOgc3FQ64OohU4VD9zjMSa1rNWFFeQRivFbDLYzxhgzYVsXqMtzyDuT2b6ewmglbZhqYOFU6F5OsqWO3Pp8pBIlAX0Hil1dRCQr8gxlLFixf61enCmBD+ZlNl6OKVMV5NW5kLoSDyNwZtuhnEbJZSxQ/YdwUBPP77Pl0tYGlRBuMHv1jo+PbwXW0/X1/pQkLjjeTDN1e+0xydzePFin8A+NbwhdoclaYTrkwlCB3CV7fHZlwGL3eQUEE7VVcnAJ08ClVO5YM2lS67euUhbDC+3UzhfJmYxdHw2Zhut3zsqOKpgNCuzby1VvPuLZvBmC7jSqsJtGs9d0vGBA4GBXA7nRDDfjbeGA/ut51xE7q4HeNFlQ+6VrrDK9DP+lOgPifZeTxgYEgfmzSWxnc2PoJ7lS+WWk2tJAwOZNokszgYBG4FLbvbWI+dpIGTTB21mqoetK128+PcyRWgc+U7W6up2sHn7eXpWk3tJfRrO4srV4JqB12q3kpukXQw3oOm4dt1ky4Lgh+ogKVdxoCO4XsUKp4QQr928/DqBK0nNGott6+nzQGl78C90BWvQBc2GBzCVBk2Yz/4LBuH0wn20YQ2lS67dCwJHIwPYG2rCTQY713Z+kEo4Ua4Dl4rbv0AdGw5043kAveq3qw0j3f0Q6YU4Homstu4l1auAH0q4LxI+tZmtdOk8EGMt2pVdjohXgid1MH1LOzyVdpzBWjfap5eFiSE0DhspVZT0GBQEB//Vz1jNhgXvLidQM+1nkIJdaZM4NI2aFpNGNxqulsQjAncrrVMPhcYKm3vFmSNJrQb2+XazNWSMWDcGC9ub9PlJAv0C1wIhdt0lQaD2ky4124ebnaUjOtgyHgvLVvN3eAPaD+2ez83lQA/IFfxgH5Vb1XxbP0A/YM3f0/B6hUY3WWmZau5rX7T5jtwzTY7u4xdbTWn95f9VmATjv8ysfw6bTUfi0Hf00cI3cd5KWzGd/GgZAL32s1c1Uu5tZpAn2r3/r5aJF21tyZQFbgQDvZcETjoH8BQqnjGdtB+rLe7Hi8cjPOEEO6HLZetuFy5os2E/u3mvHLlPenn7Cb0G9u98/XKWwr5qxLOZuGB83ZzKrSdq+kEQYP+QSyeXBE+aB+6VdtZWi42nTwHjkNWej5fj2fFCvS3ylnp5IoqB+2rX1iO8abCIHD72L3PoZSwdTaKGXq/tj25IljQr/rFXKu5TanWEz5vLbeVL3t1gqBB3yC+pE//AKA+K0fbPggdtA/fPI/3+6Dn4uCnwEHTAC4z9crasuLlzmoKH7SpeqsrgJbTCU+Bg64BfGcsLq/HC+F8SgGoD90uY7mVK9ZrQlu7ixDSogROhaQCn1W75WvP9xgvt8ZM4KBdALeZmiveVBgMAu2q3/w4hZNV1D4z+Dhs23xN6aAnNc6DNuO7XZaScMH4UOaWjJnLg7ZVb/l4XjLmxAqMHfNN6ejN5WPbPsBJsv7ckvksTyGdlEbg80qXPbnyLIzzgLZjvTlrV85qCiHcH89l38udXHF5ELQN324tdPL5wHhpMwB0ggXaVr0pl7GUOUjgoE8AV2c1c3MPwgftq978/D2d8AyuTIAeods+f+VtucuYOTzoG8D5/gm5zY6AvuErTicIIrQL2k5pOgFoH8TVdIL5OxgTulWrud3ffVsq3QkWriZsf2fYpfkeCmnzwjPk5x2A+vHdstotMxaSYMH4YG73XDHGg35jvNWeK/FsjAd83HIuMxaXV6ALHfQP33wFugXSMKbV3I3xhA7GhW9305Knzwe6WN4HfbWT9O8vN6WEPuIiZ5N5PPiBtvMR1vML2/k8oYT7Y7pQytey1QTGjPUO748HtK9+L6dXoLsyASpTls9M8bKg7UECB59Xumy+lvN4vwQOugbwnbFQWqsJ9Avhcxk8J1egX9iWle/pVswwNnyrMZ6qB4Oq3XuM9ytzANAnfL/9sq8mjAvfbl/NZ26sZ/IcbqbsT3Zyd1ze3S1I0KBvxZvvFvR+wbV40Nf7rlxzxQuqHgypdiEs7o/nsiAYY55OMIcH/SveqvJtg+dGJdAqbfsbmFgyBj9U9V6PH8HkOYwM3+7GlNpMGNRuPlQ7GN9y7rZ+UO2ga9V7vbTdwl3oYEDFi2G9VEzwoJ9YfAJ0D19MPgcY32oCwHf4V4ABAPUe0kXnWb4sAAAAAElFTkSuQmCC);
}


/* Side Nav */

.WaGadgetMenuVertical .menuInner {
background:var(--white);
}

.WaGadgetMenuVertical h3 {
display: block;
font-size: 18px !important;
line-height:1 !important;
text-transform: uppercase;
color: var(--darkgrey002) !important;
background: var(--lightgrey002);
padding: 12px 10px 10px 10px;
margin-bottom:0px !important;
}

.WaGadgetMenuVertical h3,
.WaGadgetMenuVertical ul.firstLevel > li {
border-bottom: 1px solid var(--lightgrey001);
}

.WaGadgetMenuVertical .menuInner ul.firstLevel > li > .item {
padding:0px;
}

.WaGadgetMenuVertical .menuInner ul.firstLevel > li:hover > .item {
background: transparent;
}

.WaGadgetMenuVertical .menuInner ul.firstLevel > li > .item > a {
text-shadow:none;
color:var(--mediumgrey001);
text-transform:none;
font-weight:bold;
font-size:12px;
padding: 2px 10px;
}

.WaGadgetMenuVertical .menuInner ul.firstLevel > li:hover > .item > a {
color:var(--darkgrey002);
}

.WaGadgetMenuVertical .menuInner ul.firstLevel > li.sel > .item > a {
color:var(--darkgrey002);
}



/* MAIN FOOTER */

#id_FooterPre [class*="WaGadget"],
#id_FooterPre [class*="WaGadget"] *:not(.stylizedButton) {
color:var(--secondary) !important;
}

#id_FooterPre [class*="WaGadget"],
#id_FooterPre [class*="WaGadget"] td,
#id_FooterPre [class*="WaGadget"] p,
#id_FooterPre [class*="WaGadget"] li,
#id_FooterPre [class*="WaGadget"] a:not(.stylizedButton) {
font-size:14px !important;
line-height:20px !important;
}

#id_FooterPre [class*="WaGadget"] h5 {
font-size:16px !important;
}

#id_FooterPre .WaGadgetCustomMenu.gadgetStyleNone ul.orientationVertical li:not(:first-child) {
margin-top:40px;
}

#id_FooterPre .WaGadgetCustomMenu.gadgetStyleNone ul.orientationVertical li:first-child {
margin-top:20px;
}

#id_FooterPre .WaGadgetCustomMenu.gadgetStyleNone ul.orientationVertical li:before {
display:none;
}

#id_FooterPre a.stylizedButton.buttonStyle001, 
#id_FooterPre a.stylizedButton.buttonStyle002, 
#id_FooterPre a.stylizedButton.buttonStyle003,
#id_FooterPre a.stylizedButton.buttonStyle004,
#id_FooterPre a.stylizedButton.buttonStyle005,
#id_FooterPre input.typeButton,
#id_FooterPre input.searchButton,
#id_FooterPre input[type="submit"] {
min-width:0 !important;
}




/* BOTTOM FOOTERS */

.footer_Content,
.footer_Content * {
font-size:12px;
font-family:var(--fonttertiary) !important;
line-height:17px;
}

.footer_Content,
.footer_Content *,
.footer_Content a,
.footer_Content a[href*="tel"]:hover {
color:var(--darkgrey001);
text-decoration:none;
}

.footer1_Content,
.footer1_Content * {
font-size:14px;
}

.footer_Content a:hover {
text-decoration:underline;
}

.footer1_Content,
.footer1_Content *,
.footer1_Content a,
.footer1_Content a[href*="tel"]:hover {
color:var(--white);
text-decoration:none;
}

.footer1_Content a:hover {
text-decoration:underline;
}

.footer1_Content .gadgetStyle004 {
background:transparent none;
}

.footer1_Content .WaGadgetSocialProfile.gadgetStyle004 .gadgetStyleBody {
padding:0px 0px 6px 0px;
}

.footer1_Content .WaGadgetSocialProfile.gadgetStyle004 .orientationHorizontal li {
margin-top:0px;
margin-bottom:0px;
margin-right:20px;
}

.footer1_Content .WaGadgetSocialProfile.gadgetStyle004 .orientationHorizontal li a {
font-size:20px;
line-height:1;
padding:0px;
border:none;
width:auto !important;
height:auto !important;
}

.footer1_Content .WaGadgetSocialProfile.gadgetStyle004 .orientationHorizontal li a:hover {
color:var(--white);
opacity: 0.8;
-moz-opacity: 0.8;
filter:alpha(opacity=80);
background:transparent;
}




/* Responsive Edits */

@media only screen and (max-width: 1320px) {

  .WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_prev {
    left:5%;
  }

  .WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_next {
    right:5%;
  }

}

@media only screen and (max-width: 1120px) {

  .container_12 {
    width:100%;
    max-width:100%;
  }

  .s1_grid_12,
  [class^="WaLayoutContainer"].shrinkWrap .WaLayoutTable {
    width:90%;
  }

  .zoneHeader1 .s1_grid_12,
  .zoneContent .s1_grid_12 {
    width:100%;
  }

  .camera_wrap img:not(.WaContentDivider) {
    max-width: 300% !important;
  }

  #id_Header1 .WaGadgetSlideshow .camera_wrap .camera_caption {
    left: calc(100vw / 7);
  }

  #id_Header1 .WaGadgetSlideshow .camera_wrap .camera_caption[style*="visibility: hidden"] {
  left: calc((100vw / 7) - 160px);
  }

}

@media only screen and (max-width: 616px) {

  .container_12 {
    width:100%;
    max-width:100%;
  }

  #id_Header1 {
    margin-top:-4px;
  }

  #id_Header1.secondary .WaLayoutTable {
    display:table !important;
  }
  #id_Header1.secondary .WaLayoutTable>tbody {
    display:table-row-group !important;
  }
  #id_Header1.secondary .WaLayoutTable .WaLayoutRow {
    display:table-row !important;
  }
  #id_Header1.secondary .WaLayoutTable .WaLayoutRow .WaLayoutItem {
    display:table-cell !important;
  }

  .header_Content,
  .header_Content .alignLeft,
  .header_Content .alignRight,
  .header_Content .loginLink {
    text-align:center !important;
  }

  .header_Content .shopLink {
    float:none;
    margin-left:0;
  }

  .header_Content .WaGadgetLoginForm {
    margin-top:20px;
    margin-bottom:20px;
  }

  .header_Content .WaGadgetCustomMenu {
    height:auto;
    padding-right:0px;
    padding-top:4px;
    padding-bottom:4px;
  }

  .header_Content .WaGadgetCustomMenu ul {
    width:100%;
    float:none;
  }

  .header_Content .WaGadgetCustomMenu .gadgetStyleBody ul.orientationHorizontal li {
    float:none;
    display:inline;
  }

  .header_Content .WaGadgetCustomMenu .gadgetStyleBody ul.orientationHorizontal li a {
    display:inline-block;
    margin:0px 4px;
    min-width:0px;
    padding-left:15px;
    padding-right:15px;
  }

  .header_Content .WaGadgetCustomMenu .gadgetStyleBody ul.orientationHorizontal li a:hover {
    text-decoration:underline;
  }

  .header_BrandingMenu {
    margin:0px 20px !important;
    height:auto;
  }

  .header_BrandingMenu td.WaLayoutItem:first-child .WaLayoutPlaceHolder > div {
    padding-bottom:0px !important;
  }

  .header_BrandingMenu .WaLayoutItem ~ .WaLayoutItem .WaLayoutPlaceHolder > div {
    padding-top:0px !important;
  }

  .header_BrandingMenu .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li:first-child {
    display:block;
  }

  .header_BrandingMenu .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul ul {
    left:auto;
    transform:none;
    margin-left:0px;
  }

  .header_BrandingMenu .WaGadgetMenuHorizontal .menuInner ul ul li > .item > a {
    text-align:left !important;
  }

  #id_Header1 .WaGadgetSlideshow .camera_wrap .camera_caption {
    top: 86px !important;
    width: 80%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  #id_Header1 .WaGadgetSlideshow .camera_wrap .camera_caption {
    left:40px;
  }

  .WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_prev {
    left:3%;
  }

  .WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_next {
    right:3%;
  }

  #id_Header1 .WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_prev>span,
  #id_Header1 .WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_next>span,
  #id_Header1 .WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_prev:hover>span,
  #id_Header1 .WaGadgetSlideshow .camera_wrap.camera_charcoal_skin .camera_next:hover>span {
    font-size:42px !important;
  }

    .camera_wrap img:not(.WaContentDivider) {
        max-width: 300% !important;
    }

    #id_Header1 .WaGadgetSlideshow .camera_wrap .camera_pag {
        margin-top: -60px;
    }

  #id_Header2 .shadowBox {
    margin-left:20px !important;
    margin-right:20px !important;
  }

  .zoneContentOuter .zoneContentInner {
    padding:20px 0;
  }

  .promoBanner .WaLayoutTable {
    display:table !important;
  }
  .promoBanner .WaLayoutTable>tbody {
    display:table-row-group !important;
  }
  .promoBanner .WaLayoutTable .WaLayoutRow {
    display:table-row !important;
  }
  .promoBanner .WaLayoutTable .WaLayoutRow .WaLayoutItem {
    display:table-cell !important;
    padding-left:2% !important;
    padding-right:2% !important;
  }

  .zoneContentOuter .gadgetStyleTitle,
  .zoneContentOuter .gadgetStyleBody {
    padding-left:0px !important;
    padding-right:0px !important;
  }

  .layout-colBorder table.WaLayoutTable .WaLayoutItem:first-child {
    border:none;
  }

  .layout-colBorder table.WaLayoutTable .WaLayoutItem:first-child > div > div {
    padding-right:0px !important;
  }

  .layout-colBorder table.WaLayoutTable .WaLayoutItem + td + td > div > div {
    padding-left:0px !important;
  }

  .hasDivider .WaLayoutItem {
    position:relative;
  }

  .hasDivider .WaLayoutItem:not(:first-child):before {
    content:'';
    display:block;
    height:1px;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    margin-top:-20px;
    background:var(--mediumgrey002);
  }

  .featureEventsList .gadgetStyleBody ul li {
    flex-direction:column;
  }

  .featureEventsList .gadgetStyleBody ul li .title {
    text-align:center;
    padding:24px 0;
  }

  #id_FooterPre > div > div,
  .footer_Content > div > div,
  .footer1_Content > div > div {
    margin:0px 20px !important;
  }

  .footer1_Content .WaGadgetSocialProfile.gadgetStyle004 {
    margin-bottom:10px;
  }

  .footer1_Content .WaGadgetSocialProfile.gadgetStyle004 .gadgetStyleBody {
    padding-bottom:0px;
  }

}

/* Page Title SVG */

#id_Header1.secondary .WaLayoutTable:after {
content:'';
display:block;
height:50px;
width:100%;
position:absolute;
bottom:0;
left:0;
background-position:50% 100%;
background-size:1203px 100%;
background-image:url("data:image/svg+xml,%3Csvg id='comp-l7z5knhr-bottom' preserveAspectRatio='xMidYMax slice' data-bbox='0 220.149 1920 79.851' viewBox='0 220.149 1920 79.851' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-l7z5knhr-bottom %7B fill: %23FFFFFF; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='m1904.9 224.5-9.8 1.5c.1-1.2-4.9-1.1-6.3-2-.1-.1-.5-.1-.8-.1-1.4 0-2.8 0-4.2.1-2.9 0-5.7.3-8.5.6-.2 0-.4.1-.6.2 0-.2-.1-.3-.1-.4-.5.1-1.1.1-1.2.2-.6.3-1.4 0-1.8.1-1.3.4-2.7.3-4.1.3-.4 0-1.1 0-1.3.1-.8.3-1.6.2-2.5.2-.7 0-1.4-.2-2.1.1-.2.1-.9 0-1.2 0-.9.1-1.8.3-2.7.4-.1-.2-.2-.3-.2-.4-1.1 0-2 .1-2.9.1-.4 0-1 0-1.2.1-.7.3-1.5.3-2.4.3-.4 0-.8-.1-1.2-.1-1.1.1-2.1.2-3.2.3-.7.1-1.6.2-1.9.2-.9-.3-1.8-.2-2.8-.1-1 .1-1.9.2-2.5-.1-.8.1-1.5.3-2.2.4-1.8.2-3.7.2-5.6.4-.8.1-1.3.1-1.9-.1-.5-.1-1.2-.3-1.8 0-.6.3-1.4.3-2.2.3-1 0-2.1-.2-2.9.2-.1.1-.4 0-.6.1l-3.9.3c-1.1.1-2.5.3-3.3.1-1.9-.3-3.6.2-5.3.1-.7 0-1.5.1-2.3.1-1.1.1-2 0-2.6-.2-.4.1-.8.3-1.1.3-1.2.1-2.4.2-3.6.2-1.4.1-2.8.1-4.2.2h-3.2c-1.3.1-2.5.2-3.8.2-.6.1-1 0-1.8 0-1.6-.1-3.4-.1-4.9.4-.2.1-.6 0-.9 0-.2 0-.4-.1-.7-.1-1.1.1-2.3.1-3.4.2-1.6.1-3.1.3-4.7.3-.9 0-1.9-.1-3.1-.1-.4 0-1.1 0-1.8.1h-.5l-2.7.2c-.9.1-1.8.1-2.6.2h-1.1c-.6-.2-1.1-.1-1.8 0-1.3.1-2.6.1-4 .2h-.4c-1 .1-1.9.1-2.9.2-.5 0-1.1-.1-1.6 0-1.1.2-2.1.4-2.8 0-.6.1-1 .2-1.5.3h-2c-1.4 0-2.8.2-4 .1-1.4-.1-2.4.3-3.7.2-1 0-2.1.2-3.1.3h-5.1v-.1c-1.2.2-2.4.5-3.8.8-.1-.2-.1-.3-.2-.5-2.2 0-4.3.1-6.4.3-1.7.2-3.5.2-5.3.3h-.2c-1.2-.4-2.4-.2-3.7 0-.3.1-.8 0-1.1 0-.4 0-.9 0-1.3.1-1.1.2-3 .2-3.7-.1-.5.1-.9.2-1.3.2h-1.7c-1.5.2-3 .4-4.6.3-.9 0-1.7-.2-2.4.2h-.5c-1.1-.4-2.5.3-3.6 0-.6.4-1.6.2-2.5.2-1.4.1-2.9.1-4.3.2-.9 0-1.8-.1-2.7-.1-.4 0-.8.1-1.2.2-.2 0-.5.1-.7.1-1.1 0-2.2-.1-3.4-.1l-.3.3c-.1-.8-.9-.2-1.5-.2-2.3-.2-4.8-.2-6.8.1-2.4.4-4.9-.1-7.2.3-.4.1-1-.1-1.6-.1-.3 0-.6-.1-.9 0-3.2.5-6.4.4-9.6.1h-.3v.3c-.8 0-1.6 0-2.5-.1-.3.1-.9.2-1.3.2-1.3-.1-2.3.1-3.6.2-1.5.2-3.3.1-5 .1-.9 0-1.8 0-2.7-.1-.6 0-1.1-.1-1.7-.1-.3 0-.7.1-1 .2-.4.1-1 .3-1 .3-.9-.4-1.7.1-2.6.1-.1-.2-.2-.3-.3-.5-.3.1-.5.1-.5.2-.3.5-1.3.4-2.1.4-.7 0-1.6-.1-2.1.1-.9.2-1.5.1-2-.1-.1 0-.2-.1-.3-.1l-.4.2c-1.1 0-2-.1-2.9-.1-.8 0-1.6.2-2.4.3-1 .1-2 .2-3 .2-1.4 0-2.9-.1-4.3.1h-.9c-1 0-2 .1-3 .1v-.2c-.3-.6-.8-1.3-1.1-1.9-.1-.2-.2-.4-.1-.6.5-.7.4-1.4-.4-2h-1.6c-.2.1-.4.3-.6.4-1.2 0-2.4.1-3.6.1-1.1.1-2.1.2-3.2.2-.9 0-1.8-.1-2.8 0-3.1.2-6.3.4-9.4.5-1.2.1-1.6 0-1.6-.5.1-1.1-2.2-1.5-3.4-2.3-.1-.1-.5-.1-.7-.1-1.2 0-2.5 0-3.7.1-2.6 0-5.1.3-7.6.5-.2 0-.3.1-.5.2 0-.1-.1-.3-.1-.3-.5.1-.9.1-1.1.1-.5.3-1.2 0-1.6.1-1.2.4-2.4.3-3.7.3-.4 0-.9 0-1.2.1-.7.3-1.4.2-2.2.2-.6 0-1.2-.2-1.8.1-.2.1-.8 0-1.1 0-.8.1-1.6.2-2.4.4-.1-.2-.2-.3-.2-.3-.9 0-1.8.1-2.6.1-.4 0-.9 0-1.1.1-.6.3-1.4.3-2.2.3-.4 0-.7-.1-1.1-.1-.9.1-1.9.2-2.8.3-.6.1-1.4.2-1.7.1-.8-.2-1.6-.2-2.5-.1-.8.1-1.7.2-2.2-.1-.7.1-1.3.3-1.9.3-1.6.1-3.3.2-5 .3-.7.1-1.2.1-1.7-.1-.4-.1-1.1-.2-1.6 0-.5.3-1.3.3-2 .2-.9 0-1.8-.2-2.6.2-.1 0-.4 0-.5.1-1.2.1-2.3.2-3.5.3-1 .1-2.2.2-3 .1-1.7-.3-3.2.2-4.8.1-.6 0-1.4.1-2.1.1-1 .1-1.8 0-2.3-.2-.4.1-.7.2-1 .3-1.1.1-2.2.2-3.2.2-1.3.1-2.5.1-3.8.2h-2.9c-1.1.1-2.3.1-3.4.2-.5.1-.9 0-1.6 0-1.4-.1-3-.1-4.4.4h-.8c-.2 0-.4-.1-.6-.1-1 .1-2 .1-3.1.2l-4.2.3c-.8 0-1.7-.1-2.7-.1h-2.1l-2.4.2c-.8.1-1.6.1-2.3.2h-1c-.5-.2-1-.1-1.6 0-1.1.1-2.4.1-3.5.2h-.3c-.9.1-1.7.1-2.6.2-.5 0-1-.1-1.4 0-1 .2-1.9.3-2.5 0-.5.1-.9.2-1.4.2h-1.8c-1.2 0-2.5.2-3.6.1-1.3-.1-2.1.3-3.3.2-.9 0-1.9.2-2.8.3h-4.5v-.1c-1.1.2-2.2.4-3.3.7-.1-.2-.1-.3-.2-.4-2 0-3.8.1-5.7.3-1.5.2-3.2.2-4.7.3h-.2c-1.1-.3-2.2-.2-3.3 0-.3.1-.7 0-1 0-.4 0-.8 0-1.1.1-1 .2-2.7.2-3.3 0-.5.1-.8.1-1.1.2h-1.6c-1.4.1-2.7.3-4.1.2-.8 0-1.5-.2-2.2.2h-.4c-1-.3-2.2.2-3.2 0-.6.4-1.4.2-2.2.2-1.3.1-2.6.1-3.9.2-.8 0-1.6-.1-2.4-.1-.4 0-.7.1-1.1.2-.2 0-.4.1-.6.1-1 0-2-.1-3-.1 0 0-.1.1-.3.2-.1-.7-.8-.2-1.3-.2-2-.2-4.2-.2-6.1.1-2.2.3-4.3-.1-6.4.3-.4.1-.9-.1-1.4-.1-.3 0-.6-.1-.8 0-2.9.5-5.7.4-8.5.1h-.2v.3c-.8 0-1.5 0-2.2-.1-.3 0-.8.2-1.1.2-1.1-.1-2.1 0-3.2.2-1.4.2-3 .1-4.5.1-.8 0-1.6 0-2.4-.1-.5 0-1-.1-1.5-.1-.3 0-.6.1-.9.2l-.9.3c-.8-.3-1.5.1-2.3.1-.1-.1-.2-.3-.3-.4-.2.1-.5.1-.5.2-.3.5-1.1.3-1.9.3-.6 0-1.4 0-1.9.1-.8.2-1.3.1-1.8-.1-.1 0-.2 0-.3-.1l-.4.2c-1 0-1.8-.1-2.6-.1-.7 0-1.4.2-2.2.3-.9.1-1.8.1-2.7.2-1.3 0-2.6-.1-3.9 0h-.8c-1.2 0-2.4.1-3.6.1-1.3.1-2.5.1-3.6-.2-.7-.2-1.3-.3-2.1 0-.2.1-.7.1-1.1.1-1.2 0-2.3 0-3.3.3-.8.2-2.7 0-3.1-.1-.6.1-1.1.1-1.6.2-.7 0-1.4 0-2.1.1-1 .1-2.4 0-3.2-.3-.2-.1-.9-.1-1 0-.6.3-1.1.3-1.8.1-.3-.1-.7-.2-1.1-.3-.3.2-.4.5-.8.6-.8.4-1 .7-.6 1.1.3.4.2.7-1.1.9 1.2.2 1.1.6 1.1 1s-.8.2-1.3.2c-2.1.2-4.1.3-5.9-.2-.1.1-.2.3-.4.5-1.4-.6-3.3.3-4.6-.4-.5.3-1 .5-2.1.4-.4-.1-1 .1-1.5.1-.7-.1-1.5-.1-2.2 0-1 .1-2 .2-3 .1h-.2c-.3-.2-.6-.3-1-.6-.1.3-.2.4-.3.6-2.5-.3-4.9.2-7.5.4.4-.2.5-.3.6-.3-1.1-.2-2.2-.2-3.4 0h-.5c-1.1-.2-2.4-.2-3.4.1-.1 0-.3.1-.4.1-1-.1-1.9-.1-2.9-.2h-.8c-.6.3-1.3.2-2 .2s-1.4 0-2 .1c-.9.1-2.1 0-2.8.4-.1 0-.6 0-.9-.1-.8-.2-1.6-.1-2.3 0-.2 0-.4.1-.5.1-1.4-.3-2.9 0-4.3-.1-.2 0-.5 0-.5-.1-.1 0 .1-.1.2-.2.6-.3 1.5-.3 2.1-.2 1 .1 1.4-.1 2-.4-1.1 0-2.4.4-2.8-.3-1.1.4-2 .3-2.7 0-.2.1-.4.3-.7.3-.7.1-1.5.1-2.2.1-.9.1-1.8.1-2.7.2.4 0 .9.1 1.2.1.2 0 .2.2.3.2-.9.2-1.7.3-2.5.5-.3.1-.9.1-1 0-.9-.3-2.1-.1-3.1-.2-.7-.1-1.4-.1-1.5.3 0 .1-.5.2-.9.4-.4-.3-.7-.5-1.1-.8-.3.1-.4.2-.6.3-.2.1-.5.1-.8.2-.4-.3-1.1-.2-1.9-.2-.2 0-.4-.2-.6-.3.3 0 .5-.1.8-.1 1.5 0 2.9-.1 4.3-.3h1c1 .1 2 .1 3 0h-1.2c-.5-.2-3.3-.2-5.1.2-.9-.5-2.1-.1-3.2-.1-.9 0-1.8 0-2.7.1-2.2 0-4.4.1-6.6.1-.7 0-1.5.2-2.3.2h1.3c.1 0 .3.1.3.1 0 .1-.1.2-.2.2-.3.1-.6.1-.9.1h-1.5c-.2 0-.4-.1-.4-.2s.2-.2.3-.2h.5c-.2 0-.5 0-.8-.1-.1 0-.3 0-.5.1h-.7c0 .1 0 .2-.2.3-.6.3-1.3.6-1.9.9l-.3-.1.3-.3c.1-.1.1-.3 0-.3-.2-.1-.5 0-.8 0s-.6.1-.9.1c-.2 0-.5-.1-.6-.2 0 0 .1-.1.3-.1.3-.1.6-.1.9-.2h-1.1c-.3 0-.6.2-.8.2-4.7-.3-9.3 0-13.9.2-.3.7 2 .3 2.2.8-.2 0-.5.1-.7.2-.3.1-.7.2-.6.3.2.4.7.7.9 1.1.2.3.7.5.6.8h.3v.5c.3.1.7.2.9.2 1-.3 2.1-.2 3.1-.2.1 0 .2-.1.2-.2.8-.1 1.5-.2 2.3-.3.1.1.2.2.4.3l.2-.1c.3.1.7.1.9.2.1.1.1.3 0 .3-.8.4-1.7.7-2.6 1-1.5-.3.6-.6.1-.8-1.5 0-2.7 0-4 .1 0 .1-.1.2-.2.4-.2-.2-.4-.4-.6-.5-.7 0-1.3.1-2 .1 0 .1-.1.2-.2.4-.4-.1-.7-.2-.9-.3-.4.1-.7.2-.9.1-.9-.1-.8.1-.8.3 0 .1-.1.3-.4.4-.4.2-.5.6.1.6 1.1.1.5.3.4.5-.3.4-.6.7.2 1.1 1-.2-.7-.7.9-.8l-.4-.4c.9-.3 1.7-.6 2.5-.8.3.3-.1.8-1 1 .3.1.7.2.8.3 1-.4 2-.8 3-1.1h.2c-.1.1-.2.3-.4.5.5-.2 1-.3 1.4-.4.6-.1 1.3 0 1.1.2-.3.5.6.7.9 1 .1.1.1.1.1.2.2.4.5.8.7 1.1 1.7-.4 1.9-.7.8-1-.9-.3-1.6-.6-1.5-1.1 0-.1-.1-.2-.3-.3-.8-.3-.4-.4.4-.6.2.2.4.4.6.7.3-.2.6-.3.7-.4.5 0 .8.1 1 .1.4-.2.7-.3 1-.4.2.2.3.3.6.4.2.1.6.1 1.1.2.2.2.6.5 1 .8 1.1-.4.2-.8.4-1.2.5.1 1 .2 1.5.2l.2-.2c1.2.2 1.3-.1 1.5-.4-.5-.1-1-.2-1.5-.2l.3-.2 1.3.2c.2-.3.8-.5 1.1-.9.2.1.3.2.3.2-.6.3-.7.6-.5.9 0 0 0 .1-.1.2-.8.2-.6.5-.5.7-.4.1-.7.2-1 .3l.3.2c.3 0 .7-.1.9-.2.2-.1.2-.2.2-.4.1-.3.2-.5.3-.8h.3l1.1 1.1c.3-.2.5-.3.7-.5l.8.4.3.3.4.1c.2-.1.6-.3.6-.4.1-.2-.1-.4 0-.7 0-.1.2-.2.4-.3.3.1.5.1.8.2s.7.2 1 .4c-.6-.4-.4-.7 1.1-1.1v1.3h.2l.5-.5c.5 0 .9.1 1.3.1l-.3.6c.4.1.7.1 1.2.2.4-.4.8-.7 1.1-1-.3-.2-.5-.3-.6-.4 0 0 .4-.2.5-.1.7.2 1.3.3 2 .5.4 0 .9.1 1.3.1.2-.2.4-.3.8-.6.2.3.3.5.3.6.5 0 .9.1 1.1.1.5-.2.9-.4 1.4-.6-.1.4-.2.6-.3.9h.2l.5-.6h.4l.6 1.2s-.1.1-.2.1c-.2.1-.5.2-.6.3.4.2.8.3 1.3.4.2-.1.1-.2.1-.3-.2-.3.3-.7 1-.8l.3.9c.1.2.1.5 1.1.5-.3-.1-.5-.2-.7-.3h1.5c.1.1.1.3.2.4.4 0 .8-.1 1-.1-.1-.3-.3-.6-.4-.9-.8-.1-1.2-.3-1.4-.6-.1-.1-.5-.2-.8-.3.8-.3.3-.4-.5-.4.4-.4 1-.3 1.5-.1.3.1.5.4.7.5.1.1.3.2.5.2.6-.1 1.3-.3 2.2-.3.2.7-.2 1.3 1.1 1.8.3-.2.6-.4 1-.6-.6.1-.9.2-1.2.2-.8-.4-.6-.8.8-1.3-1.2.1-1-.1-.9-.3.1-.2.2-.4.3-.7.3.1.5.1.8.2.1-.2.2-.3.3-.4.4 0 .7 0 1.2.1v.6h.3v-.4h.2c.2.2.4.5.6.7-.8.1-1.1.2-.7.5.2.1.2.5 0 .5-.9.2-.4.4-.3.5.7-.3 1.5-.6 2.2-.9.2-.1.3-.2.3-.3 0-.3-.2-.5-.3-.9.5.1.8.1 1 .1 0-.1.1-.2.2-.4 1.1.5 1 1.3-.2 1.8 1 .4.3.7-.3 1-.2.1-.4.3-.3.4.1.1.6.2 1 .3v-.8h.4v.7h.4v-1.2c.3-.1.6-.2 1.1-.3-.6-.1-.8-.1-1.2-.1 1.2-.5 2.3-1 3.4-1.4l-.3-.1c-.3.1-.6.2-1.1.3.1-.4.1-.8.2-1.2.4.2.4.6 1.5.3 0 .3-.1.6.1.9.1.2.6.5 1.1.5.7.1 1.2-.1 1.2-.5 0-.2.1-.4.4-.5.6-.2 1.3-.3 1.9-.5.1.3.7.4 1.7.2 0 .2.1.3.1.5-.7.1-1.3.2-1.8.2-.2.4-.5.8-.7 1.2h.3l.3-.6c.2-.5.5-.6 1.5-.5.4.4.9.8 1.3 1.2.8-.5 1.7-.1 2.6-.1.1-.1.3-.2.4-.3l.4-.4c-.8.1-1.5.2-2.1.1-.5 0-1.1-.1-1.6-.2-.2-.1-.2-.4 0-.4.3-.1.9-.1 1.3-.1h2.4v-.1c.2.1.5.2.9.4.4-.2.7-.4 1-.5-.9-.1-1.6-.3-2.4-.4.2-.1.3-.3.5-.3.7-.1 1.4-.1 2.2-.2 0 .2-.1.4-.1.6h1.1c-.2.2-.4.3-.5.4.5.1.9.2 1.3.3l-.9.4.2.1c.5-.1.9-.1 1.3-.2l.6.6h.2c.1-.2.2-.5.3-.7h-.7c.3-.3.5-.7.8-1 .3 0 .8-.1 1.4-.2l.9 1.2h.3l-.3-.9c.6.1 1.2.1 2 .2-.3.3-.6.6-1 .9s-.3.7.5.8c.1 0 .4 0 .5-.1.1-.1.2-.3.3-.5.7.3 1.3.5 1.9.7l.3-.1c-.3-.4-.7-.9-1.1-1.4.4.1.6.1.9.2l.1-.1.6-.3c.1.1.2.2.2.4.1.1.1.3.2.5.3-.4.6-.7.8-1h.7l-.3-.1c.3-.3.5-.6.8-1 .3.2.5.4.8.6.4-.2.6-.4.8-.5.6.7 1.2 1.3 1.8 2 .1-.5.5-1-.7-1.3-.1 0 0-.2 0-.2 0-.2.1-.3.2-.5 0-.1.1-.2.2-.4h.5c0 .2-.1.5-.1.6.3.2.6.3.7.5.2.2.3.5.4.7h.4c.3-.2.9-.5.9-.7 0-.4.4-.5 1.4-.5 0 .2.1.4.1.6h.2l.2-.3c0 .4 1.8.6.5 1.2-.1-.2-.2-.3-.3-.4-.1.3-.2.6-.2.8.4 0 1.1 0 1.3-.1.3-.2.2-.4.3-.7.5.3-.5.8.8.9.2-.5.4-.9.6-1.4l.3.1c.4-.1.7-.1 1.2-.2.3.3-.9.8.4 1l.3-1.5c-.1-.2-.3-.3-.4-.5.5 0 .8.1.9.2.2 0 .5-.1.8-.1-1.1-.2-1.7-.4-1.9-.6-.2.1-.8.2-1.9.2l.7-.7c-.5-.3-1.1-.5-1.6-.8l.3-.2c1.4.1 2.7.1 4.2.2-.8.3-1.3.6-1.9.8.1.1.2.1.2.2.1-.1.3-.2.5-.2-.1.2-.1.3-.2.5.4.1.8.1 1.1.1 1.2 0 1.3.2 1.3.6 0 .3.2.6.4 1 .4 0 .8-.1.9-.1.2.4.5.7.7 1h.2l.3-.3c.6.1 1.2.2 1.9.3-.2-.3.7-.7-.5-.9-.2.1-.6.1-1.1.2.1-.2.1-.3.2-.4.2-.1.4-.3.6-.4.1-.1.3-.1.5-.2.1.1.4.1.3.2 0 .1 0 .2-.1.3.2 0 .3 0 .4.1.3.2.5.4.8.6 0-.4-.4-.8-.1-1.1s1.3-.5 1.8-.7c.6.2 1.2.4 1.7.6.2.1.3.3.2.3-1 .2-.5.5-.4.7 0 .1 0 .2-.1.3-.4 0-.6-.1-.9-.1l-.6.6c.8-.2 1.5-.4 2.3-.6-1.1-.5 0-.7 1-1-.1.6-.2 1.1-.2 1.6s.2 1.1.3 1.6h-.5l-.3 1.2h.9c-.1.2-.3.3-.3.4-.1.1-.2.3 0 .4 1.2.4.1.6-.2.9-.5-.1-.9-.1-1.3-.1-.3 0-.7.1-1 0-1.2-.1-2.5-.3-3.4.3-.4-.1-.7-.1-1.1-.2.2.5.8.7 1.9.6-.1-.2-.2-.3-.3-.5h1.3c.4.6-1.3.7-2.1 1.1-1.9-.3-1.9-.3-1.5-.9-.8-.1-1.5-.1-2.6-.2-.2.4-.5.9-.8 1.4h-.3c0-.1.1-.3 0-.4 0-.2 0-.5-.3-.6-.2-.2-.7-.3-.9-.3-.1.1-.4.2-.7.3l-.1-.1h-2.2c-.2 0-.4 0-.7.1.3.1.7.2 1.1.3 0 0 .2-.1.4-.1.3.6-1.2 1-3.1.8.5-.3 1-.6 1.6-1-.3 0-.6.1-.9.1-1.3 0-2 .2-2.2.8h-1.4l.3-.6-.2.1c-.3-.1-.7-.1-1-.2-.4.3-.6.5-.9.7-.9-.5-.7-.6.9-.7-.7-.1-1.4-.3-2.2-.4-3.3.6-3.3.6-3.8.1-.6.2-1.2.5-1.9.6-.7.1-1.6-.2-2.1-.3.3-.3.7-.5.8-.7 0-.1-.6-.2-.9-.3l-.4.1c.3.1.5.2.8.3-.4.2-.8.4-1.2.5-.5-.1.1-.7-1-.6-.1.3.1.6-.2.7-.3.1-1 .1-1.7.2.2.2.7.6.6.9-.2.3-1.1.5-1.6.8-.9-.4.3-1.1-1.1-1.5-.1.1 0 .3-.1.4 0 .2-.1.4-.2.7-.4-.1-.7-.2-1.2-.3-.1 0-.3.1-.9.2l1-1c-1 .4-1.5.3-2.3 0-.2.1-.3.2-.5.2.6.1 1.6.7 1.3.8-.7.1-1.5.1-2.4.1.2-.4.3-.6.5-.9-1.8.2-.8.6-1 .9-.5-.1-.8-.3-1.4-.5-.1.4-.2.6-.2.8h-.3c-.2-.2-.4-.3-.5-.5-.4.1-.9.4-1.5.4-.5.1-1.1-.1-1.9-.2.1.2.1.5.2.7-1.4-.4-1.4-.4-.8-.5h-.1l-.098-.098c-.002 0-.002-.002-.003-.002l-.003-.003c-.295-.195-.393-.198-.296-.296v-.001l.001-.002c-.099-.198-.098-.299.301-.498h.3c.1-.1.1-.2.1-.3l-.3-.1c-.8.5-1.3.1-2 0-.2.2-.3.4-.5.5-.2.1-.5.2-.8.4-.3-.1-.6-.3-.8-.4-.2-.2-.3-.5-.4-.7h-.5c.5.4.2.6-.4.7.2.2.3.4.6.7-1.1-.4-1.4 0-2.1.2-.3-.2-.6-.3-.8-.4.8-.2 1.5-.3 2.2-.5-.2 0-.4.1-.6.1-.1-.1-.2-.2-.3-.4-1.7.3-1.3-.2-1.6-.6-.5.6-.8 1.1-2.3 1.2-1.4-.4-2.4-.3-2.9.4-.1.2-.3.3-.5.5h-.3l.1-.2c-.5 0-1 0-1.4.1-1.3.3-1.7.3-2.2-.3 1.7-.5-.6-.8-.3-1.3-.9.4.8.7-.6 1-.2-.1-.3-.3-.4-.4-.3.1-.5.1-.8.2.6.2 1.1.4 1.5.6-1.1.2-2.2.4-3.1.6v-.5c-.4 0-.8 0-1.3.1-.3 0-.6.1-.9.1s-.7 0-1 .1c-1 .2-1 .2-1.3-.1-1 0-1.9.1-2.9.1-.1 0-.2.1-.5.3-.3-.2-.4-.3-.6-.5-.6.4-1.5.6-2.1.5-.6-.1-1.3-.2-2-.4h-.3c0 .1.1.3.1.4h-.3c-.2-.2-.4-.3-.6-.5-.3.2-.6.4-.8.6h-.2c0-.2 0-.3.1-.6-.5.3-.8.4-1.1.6.2.1.4.1.6.2l-.3.2c-.4-.1-.7-.3-1.1-.3-.4-.1-.6-.4-1.3-.1-.2.1-.7.1-.9.1-.2-.1-.3-.2-.5-.4.5 0 .8-.1 1.1-.1-.5-.6-1.8-.3-2.9-.4.1.2.1.4.2.6h-.2l-.8-.4h-.4c.8.3 1 .6 0 .9-1.4-.9-1.1.4-2 .2-.1-.1-.2-.2-.3-.4-.4.1-.8.1-1.2.1.3.2.5.4.8.7-1.4-.2-2.3-1-2.1-1.7-1.4.1-1.3.1-.8.5.1.1 0 .3-.1.4-.1.1-.4.1-.7.1l-.3-.3c-.2-.2-.3-.4-.5-.6h-.4c-.1.2-.2.5-.3.7-.2 0-.6-.1-.9-.1v.6c-.4 0-.9 0-1.3-.1-1.5-.3-1.5-.3-2.4.3h-.1c-.5-.1-.8-.3-1.2-.3-.9-.1-1.8 0-2.7 0-.8 0-2.4.2-2.7.5-.1-.1-.2-.3-.2-.3h-1.9c.4.3.7.5 1.1.8.3 0 .6-.1.9-.1l.1.1-1.5.5h-.3c.1-.1.1-.3.3-.4.1 0 .3-.1.5-.1h-.1l-1.1-.3c-.4.1-.8.1-1.1.1-.2 0-.2-.2-.3-.4-.1-.1-.1-.3-.2-.6-.7.4-.6.4-1.4.2h-.4c-.6.1-1.3.2-2 .3-.1 0-.2-.1-.4-.2h-.2c.1.1.1.2.2.3-1.8.4-3.5.9-5.7 1l-.2-.2c1.2-.2 2.4-.4 3.6-.7-.8-.4-2.4-.5-2.9-.2-.4.2-.5.7-1.4.1h-.5c-.3 0-.6-.1-.9-.1-.4-.1-.7-.1-1.3-.2-.1-.1-.4-.2-.7-.4.3-.1.6-.3 1.1-.5-.7 0-1-.1-1.3 0-.3 0-.8.2-.8.3.1.5-.9.4-1.6.6-.3-.2.4-.7-.9-.6l-.1.1s.1.1.2.1c.1.1.4.3.4.4-.3.4-.7.8 0 1.3.1.1-.1.2-.1.3h-.4c-.2-.4-.3-.8-.4-1.2-.4 0-1.1.1-1.4 0-1-.3-1.3-.1-1.9.2 1.1.2 1.1.4 0 .7-.3-.5-.7-.9-1-1.4h-.4c-.4.2-.8.5-1.2.8-.6-.2-1.3-.3-.7-.7.1-.1 0-.2-.1-.3-.1-.1-.3-.2-.5-.3-.2.1-.4.2-.6.4-.1.1-.2.1-.2.1-.4-.1-.7-.2-1.1-.2-.2 0-.5.1-.7.2.6.2 1 .3 1.4.4.3 0 .7 0 1-.1 0 .1.1.2-.1.3-.4.1-1.2.3-1.3.3-.8-.5-1.4-.1-2.1.1 0-.1 0-.2-.1-.2-.4-.1-.9-.1-1.3-.1 0 .1.1.2.1.3v.5c.899 0 1.599 0 2.699.1-.6.1-1.2.4-1.5.4-.6 0-1.4-.2-1.2-.5h.001c-1.199-.5-.3-.9-.2-1.2-.5.2-1.1.5-1.7.7-.1 0-.6-.1-.8 0-.3.1-.6.2-.8.3-.3-.3-.6-.5-.7-.6-.9.2-1.7.4-2.5.5v-.2c-.4-.1-1.1-.3-1.3-.3-.9.2-1.5.1-2-.1l-1.2.6c-.8-.3-1.5-.2-2.3 0-.3.1-.8 0-1.2 0-.5-.1-1-.1-1.5-.2l-.6.3c-.4-.1-.6-.3-.9-.4l-.1.1h-2.2s-.2.1-.1.2.3.2.6.2h.8c-.1.1-.1.2-.3.3l-.8.4c-.5-.5-.9-.8-1.3-1.2-.2.1-.3.2-.4.2-.5-.1-.8-.3-1.3-.3-.3 0-.6.1-1 .2l.4.1 1-.1.1.1c-.4.2-.9.3-1.2.4-.4-.3-.8-.7-1.1-1-1.3.2-2.8.1-3.3.7-.4-.2-.7-.3-.8-.4-.8.1-1.5.2-2.2.3-.3 0-.6.1-.7.2-.2.3-.5.3-1.1.1l-.9-.3c-.3.2-.6.4-1 .7-.3-.5-.4-.8-.6-1.1-1.3 0-1.9.2-1.4.7-.5-.3-.8-.4-1.2-.7-.4.4-.9.4-1.6.3-.6-.1-1.3-.4-2.1 0-.7-.5-2.1-.2-2.4 0-1.3.5-1.3-.1-1.7-.2-1.1.9-1.1.9-2.1.7.3-.2.6-.3.9-.4-.8.2-1-.1-1.4-.2-.2.2-.3.3-.4.5h-.2v-.6c-.4.4-.7.6-1 .9-.5-.1-.9-.1-1.3-.2-.3-.1-.5-.2-.7-.3-1.1.1-2.2.2-2.9.2-.2.2-.3.4-.4.5h-.5c0-.1 0-.3.2-.4.3-.3 0-.4-.4-.3-.5-.3-1-.5-1.4-.7l-.7.3h.4c.2.2.6.3.5.5 0 .2-.4.4-.7.6-.1.1-.4.2-.6.2s-.6-.1-.6-.1c-.3-.2-.4-.4-.7-.7-.3.1-.5.2-.8.3-.5-.4-.9-.1-1.2 0-.3-.1-.5-.1-.6-.2l-.6.3c-.7-.2-1.3-.4-2-.6 0 .1-.1.2-.2.3s-.2.2-.5.3c-.4.1-1 .2-1.5.3 0-.1-.1-.2-.1-.3-.3 0-.8 0-.9-.1-.2-.1-.1-.2-.1-.3s-.1-.2-.1-.3c-.8.3-1.3.5-1.8.7.2.2.4.4.5.6 0 0-.3.1-.5.2-.3-.1-.6-.3-.9-.4-.3-.2-.7-.3-1.1-.5-.6.2-1 .3-1.6.5-.2-.2-.6-.4-.5-.6.2-.4-.3-.6-1-.7-.7-.1-1.5 0-2.5 0 .7.4 2.3.2 1.9.7-.2.2-1 .4-1.6.6-.5-.2-.9-.3-1.2-.4-.4.2-.7.4-1 .6l-.4-.1.4-.4c-.2-.1-.5-.2-.8-.4-.2.2-.3.4-.4.6-.1.1-.1.4-.3.4-.3.1-.8 0-1.5 0 .5-.2.7-.2.8-.3-.6-.2-1.2-.3-1.9-.5h-1.3v.9c-.6-.2-.9-.2-1.3-.3.2-.1.4-.2.4-.3-.7-.4-2.3.2-2.8-.4-.6.2-1.2.4-1.9.6h-.1c0-.1 0-.2-.1-.3h-1.1c-.2.4-1 .5-1.7.3-.7-.1-1.9-.3-1.2-.8.1-.1-.2-.2-.5-.4-.4.8-1.1 1-2.6.9h-.2c-.3.1-.7.2-1.2.3v-.5c-.4.1-.7.1-1 .1-.2-.2-.4-.3-.6-.4-.2.1-.5.2-.7.3-.2.1-.5.2-.7.3-.4.1-.9 0-1.3 0v-.5c0-.2.1-.4.1-.6h-.3c-.1.1 0 .3-.2.4-.4.2-1 .4-1.4.6-.2 0-.6-.1-.9-.1-1.6 0-.2.5-.7.8-1.4-.3-1.4-.3-.9-.8.3-.2.4-.5.6-.8l-.4-.1c0 .6-1.6.7-2.2 1.3-.3-.2-.4-.4-.6-.5-.5.2-1 .4-1.6.6l-.4-.1c.1-.2.2-.4.4-.6-.9.4-2.8-.1-3 .7-.6-.2-1.1-.4-1.4-.5-.8 0-1.5-.1-2.1-.1-.1.1-.3.2-.5.3-.1-.1-.3-.2-.4-.3-.2-.1-.4-.2-.7-.3-.1.2-.2.3-.4.5-.3-.1-.6-.2-.8-.3v.1c-.6.1-1.2.2-1.9.3-.3 0-1 .1-1.1 0-.3-.4-.9-.3-1.6-.1l-.2-.1c.4-.2.9-.4 1.4-.7-.5 0-.9-.1-1.4-.1l.1.1-1 .3c.1.2.3.3.5.6-.5-.1-.8-.2-.8-.2-.6 0-1.1.1-1.3.1-.2-.1-.3-.2-.3-.4s0-.4.1-.5h-.4c0 .1-.1.3-.1.4.1.3-.2.5-1.2.5-.7 0-1.4-.1-2.1-.1-.4.4-.8.4-1.7.2-.4-.1-.9-.1-1.3-.2-.5 0-.9-.1-1.4-.1-.2.1-.4.3-.8.5-.3-.2-.4-.3-.6-.4-.8.1-1.4.1-1.8.2-1.4-.3-2.2.2-3.3.2-.1-.1-.2-.2-.2-.3h-2.3c-.4 0-.8 0-1.4.1-.1-.2-.2-.4-.3-.7h1.1l.2-.1c-.4-.2-.8-.3-1.2-.5-1.6.3 0 .7-.2 1.1-.4.1-.9.1-1.3.2-.3-.2-.5-.3-.5-.3l-.8.8c-.6-.3-1.1-.4-1.6-.6-.9.3-1.7.3-2.2 0-.6.1-1.1.2-1.7.3l.7.7-.3.1c-.3-.1-.7-.2-.9-.3-.4.1-.7.1-1 .2-.1-.4-.2-.7-.3-1.1.6-.2 1.2-.3 2.1-.6-1.6-.1-2.7 0-3.1.5.9.4-.7.7-.3 1.1-.7 0-1.3-.1-2.1-.1.3-.2.7-.4 1.1-.6-1.9.1-3.8-.1-5 .4-1.2-.1-2.3-.2-3.4-.3-.1.2-.2.4-.4.6-.2-.1-.4-.1-.6-.2-.1 0-.2.1-.2.1-.4.3-.8.7-1.4 1.2-.2-.5.2-1 1-1.1-.1-.3-.4-.5-1.1-.5-.5 0-1 .1-1.4 0-.9 0-1.2.1-1.1.4.1.2-.1.4-.1.7h-.5c0-.1-.1-.2 0-.3.2-.3-.1-.4-.8-.4-1.3.1-1.8-.1-1.8-.7-.2.4-.8.3-1.4.3 0-.6.1-.6 1.1-.5.1-.4-.4-.5-1.6-.4 0 .2-.2.4 0 .6.6.5-.2.7-1 1-.3-.3-.6-.5-.9-.8h-.4c-.1.1-.2.3-.4.4-.1.1-.4.2-.5.4l-.3-.1.4-.6-.3-.1-1.8.3c-.7-.3-1.6-.4-2.5-.2-.2-.1-.3-.2-.5-.4-.9.5-2.4.5-2.9.2-1 .1-2 .1-3.1.2-.1.6.4 1 1 1.1-.7.2-1.4.5-2.2.7-.6.2-1.1.6-2.4.3.9-.3 1.7-.5 2.3-.7-.1-.3-.1-.5-.2-.7-.1-.3-.1-.7-1.1-.6-1.3.1-1.6-.1-1.6-.3-.2 0-.6.2-1.1.3-.4.1-.8.1-1 .1-.2-.1-.4-.3-.7-.4l-.6.3-.5-.5h-.2c-.1.2-.1.3-.2.5h-1c.3.2.5.3.7.4.7.2.7.2-.2.4l-.4-.4h-1.7c-.5 0-1 0-1.4.1-.2 0-.5.1-.7.1-.1 0-.2-.1-.2-.1.1-.1.4-.1.5-.2.3-.1.5-.2.8-.3-1.3.1-3 .1-3.4-.2l-.1.7h-.4v-.7c-1.5.1-2.7.2-4 .3-.3 0-.8.3-.8.4.3.5 0 .7-1.5 1-.1-.2-.3-.4-.4-.6h-1c.5-.2.8-.3 1.1-.4 1.3-.4 1.3-.4 0-.6h-.4c0 .2 0 .3-.1.6-1.2-.5 1-.9.3-1.4-.4.1-.9.2-1.4.3.7.5-.2.7-1.2.8-.7-.2-3.1-.2-3.5 0-.2-.1-.3-.2-.4-.3H916v-.9c-.9.1-1.3.5-2.1.7.1-.2.6-.4.5-.5 0-.2-.5-.3-.7-.4-1.3.2-1.1.5-.4.7-.3.2-.6.5-1 .8-.6-.2-1.2-.3-1.9-.5-.3 0-.8.1-1.5.2 0-.3-.2-.6.1-.7.3-.2 1.1-.2 1.7-.3-.5-.1-1-.2-1.5-.1-.2 0-.4.3-.5.4-.1.3-.2.5-1.2.5-.2 0-.4.1-.6.2-.4.1-.7.2-1.1.3-.4-.3-.6-.4-.8-.6h-1.2c-.1.2-.1.4-.2.7-.7-.7-1.2-.7-2.9-.5-.8.1-1.3.1-1.6-.3-.2-.2-.4-.4-1.1-.3-.1.2-.2.4-.3.7-1.1-.5-2-.1-3.3-.1.4.1.5.2.5.2 0 .1 0 .3-.2.4-.1.1-.5.1-.8.1l-.3-.3-.2-.2c-1.3-.6-1.4-.8-.7-1.2-.6-.1-1.3-.1-2.2-.2.3.3.5.5.7.8-.1.1-.4.2-.6.3-.6-.1-1.3-.3-1.9.1l-.3-.6c-.3.5-1.1.5-1.9.4-.1.1-.1.3-.3.3h-.9c.1-.1.1-.3.3-.4.1 0 .2-.1.3-.1l.3-.6h.1c-.1-.1-.3-.2-.6-.3-.1.1-.3.2-.5.4-.1-.2-.1-.3-.2-.4-2.6.2-1.3 1-2.1 1.5l-.6-1.5c-.4.2-.8.3-1 .5-.1.1-.1.3.1.4 1 .3.3.4-.4.6-.5-.3-1-.5-1.5-.8-1.1.2-2.1.4-3.2.6l-.2-.1c-.4.1-.7.2-1.3.4.3-.5.6-.8.7-1.1-.3-.2-.5-.3-.8-.5l-.3.1c.2.1.4.3.6.5-.2.1-.5.3-.8.5-.3-.1-.5-.2-.8-.3-.4.5-.4.5-1.1.6.2-.2.3-.3.4-.5-.9-.3-.9-.3 1.1-.7-.6-.1-1.3-.2-2-.3-.9.2-2.1.4-1.4 1-.6 0-1.1.1-1.6.1.1-.2.3-.4.3-.5-.3-.2-.6-.3-.8-.4.3-.1.6-.1 1.1-.2H868c0 .1 0 .3.1.4.4.4.2.5-.9.7-.3 0-.5.2-.7.3l-.3.3c-.2-.4-.4-.6-.5-.8 0-.1.2-.2.3-.3s.4-.3.4-.4c0-.2-.3-.3-.5-.5-.8.4-.3 1.2-2.3 1.2-.3-.1-.6-.2-.9-.4 0 .1 0 .3-.1.3-.8.1-1.4.2-2.1.2-.6 0-1.2-.1-1.8-.1-.1 0 0-.2 0-.4.3 0 .5 0 .7.1-.1-.3-.1-.6-.2-.8h-.7c-1.3 0-1.9.3-1.7.8 0 .1-.3.3-.6.4-.1 0-.6-.1-.7-.1-1.2.2-2.4.1-3.6.1-.3 0-.6 0-.9-.1-.5.2-2.4.3-3.1.1.4-.2.4-.2 3.1-.1-.1 0-.2 0-.3-.1-.1 0 0-.3.1-.3h1.4c.5 0 1.1.1 1.9.1-.6-.4-1-.7-1.4-1-.4.2-.7.4-.9.5-.7 0-1.2.1-1.6.1s-.7-.2-1.1-.4c-.2.3-.4.5-.5.7h-.3c-.1-.2-.1-.3-.2-.5-.6 0-1.1 0-1.7.1-.3-.2-.8-.2-1.3 0l-2.1.7c-.1-.3-.1-.5-.1-.8-1.2.3-1.6.3-2.6.1h-.1c-.4.4-.7.6-.9.8-2.2 0-2.4-.1-1.8-.7.9.4 1.6 0 2.6-.1-.3-.1-.7-.1-1.4-.1-.3-.2-.7-.2-1.7.2-1.1-.4-2.2-.4-3-.2.5 0 .8.1 1.7.5h-3.1l-.2.1c.3 0 .7.1 1.1.2-.2.1-.3.2-.5.3-1.8-.4-1.8-.5-.1-.9.4-.1.7-.1 1-.2-1.3-.2-2.3-.3-3.3-.4-.2.1-.4.3-.6.4-.3-.1-.4-.2-.5-.3-.7.1-1.3.2-1.8.3-.3-.3-.6-.5-.8-.7h-.4c0 .2-.1.4-.1.5-.9.2-1.8.3-2.8.5v-.8c-.7.4-1.2.6-1.7.9v-.4l-.3-.1c-.4.2-.6.4-1.1.5-.9.2-1.5 0-1.2-.4 1.1.2 1.1.2 1.5-.4-.9-.2-1.7-.3-2.8-.5l-.1-.2c.5 0 1-.1 1.5-.1-.3-.6-.4-.6 1.1-.5.3 0 .7-.1.8-.1.6.1 1.1.1 1.6.2.1-.2.1-.4.2-.5-1.8 0-.7-.5-.8-.8-1.1.2-.4.5-.4.8-.4 0-1.1 0-1.1-.1-.1-.2-.1-.5-.1-.8-.1 0-.4-.2-.6-.2-.4.1-.7.2-1.2.3.4 0 .7.1.9.1s.1.6-.2.7c-.1-.1-.2-.1-.4-.2-.3.1-.5.3-.7.3.1.2.3.4.1.5-.3.1-.8.1-1.3.2.1.1.4.3.4.4 0 .1-.4.4-.6.4-1 0-2.1-.1-3.1-.1-.8 0-1.9 0-2.3.1-.8.3-1.5.2-2.1.2-.2-.2-.3-.3-.5-.4-.4-.2-.4-.4.3-.5.9-.2.6-.5.3-.8l-.6.5h-.1c.1-.2.2-.5.3-.7-1.1 0-1 .8-2.5.5-.1.3-.3.5-.4.7.6-.1 1.3-.3 1.6-.2.4.1.5.4.8.6-1.4.1-1.1-.2-1-.5-.6.4-1 .6-1.4.8-.1-.1-.2-.2-.3-.2-.9 0-.7-.2-.6-.4.2-.2.3-.5.5-.7.1-.1 0-.3 0-.4h-.3c0 .2-.1.3-.1.5-.7 0-1.3 0-1.9-.1v.5c-.8-1-1.3-1.2-2.3-1.2.6.5.4.8-.7.9-.5 0-1.1-.1-1.6-.1-1.1 0-1.5-.2-1.3-.6 0 0-.1-.1-.2-.1-.6.2-1.2.3-1.8.5-.2-.5-.5-.9-.7-1.4-.3-.1-.6-.1-.9-.2-.3.1-.6.2-.9.2.3 0 .7 0 .9.1.2 0 .5.1.6.2.1.1-.2.2-.3.2-.2 0-.5-.1-.8-.1-.1 0-.1-.1-.2-.1-.5.4-.5.4 1.6 1-.2.1-.3.3-.6.5h.1c0-.1.3-.1.4-.2.1 0 .4 0 .4.1.1 0 .1.1.1.1h6.2c.1.1 1.2.3 0 .6-.2-.1-.3-.3-.6-.5-.1.3-.1.4-.2.7-.4-.3-.8-.3-1.5-.1-.3.1-1.1 0-1.7 0-1.6-.2-2.6-.1-3.1.5-.8-.4-.9-.5 0-.7v-.2c-.2-.1-.3-.2-.5-.2 0 .2-.1.3-.1.5h-.5c-.1-.1-.2-.3-.4-.5-.4.1-.8.1-1.2.2-.4-.3-.8-.5.1-.8.2-.1.1-.2-.1-.3-.3.1-.6.3-1 .5 0-.3-.1-.6-.1-.8h.2c-.1-.1-.1-.2-.1-.3-.2.1-.4.2-.6.2.1-.3.2-.5.3-.8-.6-.1-1.2-.2-1.9-.4.3.3.5.4.8.7-.4-.1-.7-.2-.9-.2-.1.2-.3.3-.4.5-.9-.2-1.8-.2-2.4.2-.2-.1-.3-.1-.4-.2-.1 0-.2.1-.2.1.2.5.4.9-1 1.2l.2.1c.5-.1 1-.1 1.4-.2.4.3.1.4-1 .6-.3.2-.5.4-.9.7-.2-.5-.1-.8-.4-1.1-.3-.3-.9-.5-1.5-.8 1.5.2 2 .1 2.3-.5.1-.1.2-.2.4-.3v-.4c-.4 0-.7 0-.9.2.1.3.2.5.1.7 0 0-.4.1-.6.1-.2-.1-.3-.3-.4-.4h-2.7l-.2-.1c.5-.2 1-.3 1.6-.6-.8.1-1.4.1-1.9.2-.4.1-.8.2-1.1.4l.2.1c-.4 0-.9.1-1.3.1.2.1.5.1.8.2.4-.1.8-.3 1.2-.4l.4.1c-.3.4-.6.7-.9 1.1-1.8-.7-1.2.1-2.1.4-.3-.2-.6-.4-.9-.5-.1-.1-.1-.2-.1-.4 0-.1.1-.2.1-.4h-1.2c.4-.2.7-.5 1.2-.8-.2-.1-.5-.3-.9-.5-.2.2-.4.3-.8.6.3.2 0 .4-.9.4 0 0-.1 0-.1-.1 0-.3.1-.7 0-1 0-.2-.1-.4-.1-.5.3 0 .6 0 1-.1.2-.3.3-.7.5-1 .7.1 1.2.1 1.8.2 0-.2 0-.3-.1-.4l.3-.1.5.5c.3 0 .6-.1 1-.2.3.1.5.3.9.5-2.1 0-4.5-.1-4.1 1 0-.1.3-.2.7-.2.9 0 1.5-.1 1.8-.5.1-.1.4-.1.6-.1.2 0 .4.1.5.2s0 .2-.1.3l.3.1c.5-.1 1-.3 1.8-.5-.7 0-1-.1-1.4-.1.1-.2.2-.3.4-.4.6-.2 1.3 0 2 .1v-.4c.8.2 1.5.3 2.3.5-.3.1-.7.2-1 .1-1-.1-1.3.1-1.1.5h1.9c0-.1.1-.2.1-.3.3.1.7.2 1.1.3 0-.1.2-.2.2-.2-.7-.3.1-.7-.2-1.1 1.2-.1 1.6.3 2.3.7.6-.2 1.1-.4 1.7-.7l-.2-.1c-.2 0-.5 0-.7.1-.9.2-1.1 0-.9-.3.1-.2 0-.3-.1-.5-.1-.3-.2-.5-.3-.8h.3c.3.4.5.8.8 1.2.8-.2 1.2-.3 1.7-.4.5.2 1.1.3 1.7.5-.5.1-.8.2-1.1.3-.2-.1-.3-.2-.5-.2.1.3 1.1.6-.1.9h1c.7-.1 1.3-.1 1 .3 0 .1.5.2.8.2.2 0 .6-.1 1.1-.1-.4.2-.6.4-.9.6l.2.1c.3-.1.7-.1 1-.2.3.3.7.4 1.3 0-1.4.1-1.3-.2-1.4-.5-.6 0-1.1-.1-1.7-.1v-.1c.6-.1 1.2-.2 1.7-.3 1.6 0 2.5.2 2.2.9.4 0 .8 0 1.3.1-.1-.4-.1-.8-.2-1.3l.4-.1.5.5c.1-.1.3-.2.6-.3.1.1.2.3.3.5.6-.1 1-.2 1.6-.3.5.1 1.3.1 1.9.2.2 0 .3.2.3.3-.1.1-.4.2-.6.4-.2-.1-.3-.3-.4-.3-1.7.1-1.8.1-1.2.6.4-.1.7-.2 1-.3 1.6.2-.8.6.1.8.3-.1.6-.3 1.1-.5 0 .4.2.7-.1.8-.5.2-1.4.2-2.1.2v.1c.5 0 1 .1 1.6.1 0 .1.1.2.1.4 1-.1 1.1-.3 1-.6-.1-.3-.1-.6-.2-.8.7-.1 1.4 0 1.5-.1.4-.3 1.1-.6 0-.9.5 0 .9.1 1.6.1-.6-.2-1.1-.4-1.8-.6h1c1-.1 1.2-.1 1 .4-.1.3-.7.8.7 1 .4-.2.8-.3 1-.4-.4-.2-1-.4-.9-.6s.8-.3 1.3-.4c.2-.1.5-.1.8-.1 1.1-.1 1.5-.5.8-.9-.5-.2-.4-.6.3-.8.9.6.4 1.3.4 1.9-.1 0-.3.1-.6.1.1.1.2.2.2.3.2-.1.5-.1.8-.2.1.2.2.4.3.5.3-.3.5-.6.8-1h.4c0 .2.1.3.1.5.5-.1.8-.2 1.2-.2.2.1.3.2.5.3.4-.1.7-.1 1-.2-.2-.1-.4-.2-.7-.3 1.2 0 1.8.2 1.7.7.7-.5 1.2 0 1.9-.1-.3-.1-.9-.3-1.7-.5h1.2c.5 0 1.3.1 1.4-.2.5.1.9.3 1.4.4.1 0 .3-.2.6-.2.7 0 .8-.1.7-.3-.1-.1-.1-.2-.1-.3 1.4 0 .9.4 1 .7l1.5-.9.4.1c-.1.3-.3.7-.4 1-.5 0-.8 0-1.2.1v.1c.4 0 .9-.1 1.3 0 .6 0 1.1.1 1.6.2.1 0-.1.2-.3.5.4-.2.8-.3.8-.3-.3-.2-.7-.4-1.2-.7.3-.1.8-.2 1.2-.3.1.1.2.2.4.3.2-.1.5-.1.7-.2.1.2.3.4.4.5 1.5-.1 1-.6 1.2-.9l.7.5.3-.1c0-.2.1-.4.1-.5-.3-.1-.7-.2-.7-.4 0-.1.5-.3.7-.3.5.1.9.2 1.5.4 0 0 .2 0 .5-.1.4.4.8.7 1.2 1.1h.3l-.3-.6c-.3-.3-.6-.7-.8-1l.2-.2.6.3c.2-.4.4-.6.6-.9.2.4.8.5 1.6.3v1c-.4-.2-.7-.4-1-.6-.8.5-.3.6.9.7-.9.3-.3.5.1.8h-.1c.2.1.5.3.6.4.1.2 0 .5-.1.7.2-.2.3-.5.7-.6.8-.1.7-.3.5-.5-.1-.2 0-.3-.1-.5 1.1 0 .5-.3.4-.4-.1-.3-.3-.6-.4-.9h.9c-.1.2-.1.4-.2.5h.4c.2-.3.3-.6.5-1 .4.4.7.6 1 .9.1 0 .2-.1.4-.2.2.1.3.2.5.3.5-.2.9-.4 1.2-.6.3.2.6.4 1 .7-.5.1-.9.3-1.5.4-.1 0-.4-.1-.7-.1-.5.3-.9.5-1.3.7.7 0 1.3 0 1.6.1.6.2 1.1.5 1.7.8-.2.2-.5.4-.7.6.2.1.5.2.7.3h.3c-.1-.2-.1-.4-.2-.6.4-.1.8-.3 1.3-.4l.1.1c.3-.1.5-.1.8-.2-.4-.1-.7-.1-1-.2-.5-.1-.9-.3-1.3-.4-.2-.1-.5-.1-.7-.2.3-.1.5-.2.8-.2 1.1-.1 1.9-.3 1.6-.8-.1-.1.2-.3.3-.4.3.1.6.2.8.3l-.6.3.2.1c.5-.1 1.1-.1 1.7-.2 0 .1 0 .2-.1.2-.1.1-.2.1-.3.2.5 0 .9 0 1.2-.1v.6c.3-.1.5-.2.6-.3.5-.3 1-.3 1.6 0 .7.3 1.4.5 2.2.8-.3.3-.1.5 1.1.5.5 0 1.2-.1 1.4-.3.2-.1-.2-.4-.3-.6-.1-.1-.2-.3-.3-.4v-.4c-.8 0-1-.2-.5-.7.4.3.9.6.9.9.2.5.1.5 1.3.7-.2-.5-.3-.9-.5-1.4l.9.6.6-.2c-.3.3-1.1.7-.3 1 1-.3 1.9-.5 2.9-.8 0-.2.1-.3.1-.6.7.2 1.1.3 1.6.4.1-.3.2-.5.3-.8h.4c-.1.1-.2.2-.1.3.1.1.3.2.6.3.4.1.9.1 1.3.1v.1c-.5 0-1.1 0-1.4.1-.3.1-.3.4-.4.6-.4-.2-.6-.3-1.1-.6-.1.6-.2 1-.3 1.6.7-.3 1.5-.5 1.8-.7.3-.3.6-.4 1.4-.4h.8c-.1-.5-.2-.9-.3-1.4h.2c.3.2.7.5 1.1.8.7-.4 0-.9 1-1 .2.3.6.5.6.8 0 .2.4.3.8.5-.1-.3-.1-.6-.1-.9 1.3.1 1.4.6.3 1 0 0 .1 0 .1.1-.1.1-.2.3-.4.5.8-.2 1.4-.4 2.1-.6.7.6.7.6 1 .5-.1-.2-.1-.4-.2-.7.7 0 1.1.1 1.8.1-.9-.6-2.1-.1-3.2-.3.2-.3.4-.5.7-.8.5.2.9.3 1.3.4.6-.3 1.2-.6 2-.9.4.4.7.6 1.1.9.2 0 .4-.1.6-.1.3.2.5.3.8.4-.1-.4-.1-.7-.1-1.1.6-.1 1.1-.1 1.5-.2l.2.1c-.4.2-.8.3-1.5.6 1 0 1.6.2 1.9.6l1.8-1.2c1.1.4 1.1.4 1 .6.3 0 .6 0 1.1.1-.3-.2-.5-.3-.7-.5-.1 0-.2.1-.3.1-.7-.3-1.1-.6.3-.8.1.1.3.1.5.3.1-.2.1-.4.2-.6h-.8c-.1-.3-.1-.6-.2-.9.6.2 1.1.3 1.4.4.2.1.3.2.3.3.1.3 0 .6-.2.8-.1.1-.4.2-.7.2.5 0 .8 0 .6.3 0 .1.1.2.2.2.4.3 1.2.3 2.4-.2-.2.3 1.5.3.5.8-.2.1.2.4.3.6.4-.2 1-.4 1-.6 0-.3.5-.4.9-.5.6-.1 1.1-.2 1.9-.4.1 0 .5.1 1 .2-.4.1-.5.1-.6.1.2.5.5 1 .7 1.6-.2 0-.6.1-.8.1.2.2.4.5.6.8l.6-.9c.3.1.6.2.8.3l.3-.1c-.4-.2-.7-.4-1.2-.6.2-.2.5-.4.8-.6.4.3.7.4 1 .6.4 0 .8-.1 1.2-.1v-.3c.2-.1.3-.2.5-.3.2-.1.4-.2.7-.3-.1-.2-.1-.4-.2-.8.7.2 1.1.2 1.3.3v1.3h-.4l-.9.1c0 .1 0 .1.1.1h2v.4h.1c.1-.2.1-.5.2-.8-1.9-.4.7-.5.3-.8 2.6.1.3.6.6.9h.9c.7-.3 1.5-.6 1.1-1.1.3.2.5.4.7.6-.1 0-.2.1-.3.2h1l.2-.4c.3.1.5.2.7.3.3-.2.9-.5.8-.5-.8-.3.1-.5.3-.7-.6-.1-1.1-.2-1.8-.3.2-.1.3-.2.5-.3.2.1.4.1.7.2.4.1.7.1 1.1.1.3 0 .5 0 .8-.1-.1.2-.4.2-.4.3-.1.1.2.3.2.3 1-.1 1.5.1 2.1.4.8.4.5.6.1.9-.1-.1-.1-.2-.2-.2-.9.4-.9.4 1.2.6.4-.4.9-.7 1.3-1.1h.3c.1.1.1.3.2.4.4-.1.6-.2.9-.2 0 0-.1 0-.1-.1 0 0-.1 0-.1.1h-.3v-.8c.5.1.9.1 1.4.2l-.6.3h.4c.3-.2.6-.4 1-.6-.2-.2-.3-.5-.5-.8-1 0-1.4.2-1.8.6-.3-.2-.4-.4-.7-.4-1.5-.2-3-.3-4.6-.2-.5 0-1.1-.1-1.6-.1v-.1c.2 0 .4-.1.5-.1.9-.5 1.9-.3 3-.1.551.092 1.248.165 1.518-.13l-.217.029c-1.1.2-.9-.1-.6-.3l.9-.4h1.1c.269.359.207.477-.963.642.353.105.697.259.962.259 1.1-.1 2.2-.2 3.1-.3.3.1.7.4 1 .4.7 0 .8 0 .6.3-.1.1-.3.2-.2.2.8.4-.2.6-.7.8.1.2.2.3.4.5.2-.1.4-.2.6-.2.1.1.2.1.2.2l.3.6c.7-.2 1.2-.3 1.7-.4.5.6 1.4 0 2.4.2-.3-.2-.5-.3-.7-.4.2-.2.5-.3.6-.5.2-.3.9-.6 0-.8-1-.3-.4-.5.1-.8.6.5 1.7.2 2.4.3.1 0 .4-.2.7-.3l-.2-.1c-.3.1-.7.1-1.1.2 0-.3.1-.6.1-1-.6.2-1 .3-1.4.4-.6-.4-1.2-.7-1.8-1.1.6-.1 1-.2 1.4-.3 0-.5 0-.5 1.3-.6.1 0 .2-.1.3-.1.6-.2 1.2-.3 2-.6 0 .3.1.5 0 .7-.1.1-.3.3-.5.4l-.9-.3c-1.1.2-1.1.5 0 .8.4.1 1 .3 1 .5-.3.5.4.5 1.6.5-.5.3-.8.5-1.2.7.7.1.8.3.7.4 0 0 .1 0 .1-.1.2-.1.5-.2.8-.2.2 0 .5.1.6.3.5.1.7.4.9.7-.3.1-.8.2-1.3.4-.6-.2-.9-.6-2.1-.2l-.1-.1.4-.5c.1 0 .1-.1.2-.1-.9 0-1.7-.1-2.7-.2 0 .3-.3.7 0 1 .4.4.4.6-.7.7.1.1.3.2.4.3-1 .2-1.1.3-.2.6.3-.3.6-.5.8-.7 1.6 0 2.6-.3 3.6-.6.8.3.8.3-.3.6l1 .6.3-.1c-.1-.1-.4-.3-.3-.4.5-.3 1.1-.7 1.9-.8 1.3-.1 1-.4 1-.7-.5-.2-1.1-.3-1.5-.5-.1 0 0-.3.2-.3 1-.2.8.1.9.3.8-.4 2.2-.5 3.3-.4-.1.3-.2.6-.4.9-.1.2-.5.4-.7.4-1.7 0-2 .5-2.6 1 .4 0 .8.1 1.1.1.2-.6 1.6-.6 2.4-.9l.3.1c-.1.2-.1.3-.2.5.8.1 1.5.1 2.6.2-.5.2-.9.4-1.4.6 1.2-.1 2.3-.2 2-.9.7.2 1.6-.4 1.7.2.857-.095-.276-.643.997-.695-.157-.138-.279-.223-.197-.305.5-.4-.1-.5-1-.5-.3 0-.5-.1-.8-.1-.1.1-.1.3-.2.5.4 0 .7-.1.9-.1.3 0 .6.1.9.2-.2.1-.4.3-.6.3-.8 0-1.7 0-1.9-.4 0-.1-.1-.2-.2-.2-1.8-.3-.6-.6 0-.7 1.2 0 2.1 0 3.5.1.747.28.188.735-.215 1.201h.014c-.1.1-.2.3-.4.4.4 0 .8.1.9.1.2-.4.5-.8.6-1.1.7 0 1.2-.1 1.8-.1.5.4-.5.5-.9.8l-.6-.3c-.1.1 0 .3.1.3.8.2.4.5.1.6-1.4.3-.8.9-1.4 1.3.4-.1.8-.3 1-.5s.2-.6.6-.7c.8-.3 1.4-.5 1.8-.9.3-.3.2-.8-.6-1H938c-.3 0-.7.1-.8 0-.2-.1-.3-.3-.2-.4.1-.2.5-.3.8-.5 1.4.7 3 0 4.6.2.2 0 .4-.2.7-.2.2 0 .3-.1.5-.1-.7-.1-1.3-.2-1.9.1-.3.1-1.1.1-1.6.1-.3-.1-.6-.3-.6-.5 0-.3.3-.6.4-.9h-.1c-.2.2-.5.3-.8.5-.1-.2-.2-.2-.3-.4-.3.2-.3.2-3.6.6.7-.2 1.2-.4 1.7-.6.3 0 .8.1 1.5.1-.8-.4-1.3-.6-2.1-1 .6.1.8.1 1.1.1l-.3-.3.2-.1c.3.1.5.2.6.2.7 0 1.2-.1 1.7-.1.2-.2.2-.5.5-.7.1 0 .1-.1.2-.1-.086.431.499.713 1.43.846-.029-.096.013-.221-.029-.347.9.1 1.7.1 1.9.5.2.3.8.2 1.4.1h.2c.1 0 .3-.1.5-.1s.5-.1.8-.1c.2.2.4.3.6.5.2.1.6.2.8.2.3 0 .6-.2.6-.3.2-.5.3-1 .4-1.6-.7-.3-1.6-.2-2.4 0-.3-.1-.6-.2-.8-.2-.9.1-2-.3-2.9.1h-.5c-1.5-.3-1.8-.2-2 .3-.1-.1-.4-.2-.7-.3-.1.1-.2.1-.2.2l-3-.3s-.1.1-.1.2c-.2-.2-.4-.3-.6-.5-.2.1-.3.2-.5.2-1.5.1-2.9.1-4.4.1-1.2 0-2.4-.3-3.4-.1-2.5.3-5-.3-7.5.2h-.4c-.7 0-1.4-.1-2.1-.1-.7 0-1.7.2-2 .1-.6-.2-1.2-.1-1.7-.1-.7 0-1.4.1-2.2 0-.8-.1-1.7-.1-2.5-.1-1.2.1-2.2.1-3.3-.1-.3 0-.8.1-1.2.1-.6.1-1.2.2-1.8.1-1.4-.1-2.8-.3-4.3-.1-.5 0-1.2.1-1.5 0-.8-.2-1.4-.1-2 .1-1.3-.5-2.6 0-3.9-.1-.7-.4-1.7-.5-2.7 0-.6-.2-1.7-.2-2.2 0-1.1 0-1.9-.1-2.7 0-1.3.1-1.8.1-2.4-.4-1.6.5-3.3.4-4.7.1-1 .1-1.8.2-2.6.3-1.5-.2-3-.2-4.5-.3-1 0-2.1.3-3.1 0h-.7c-.7 0-1.3.1-2 .1-1.3 0-2.5 0-3.8.1-.9 0-2 .1-2.8 0-.7-.1-1 0-1.4.1-.5-.1-1.1-.2-1.3-.3-.5.1-.7.1-1 .1-1.2 0-2.2-.3-3.5-.1-.7.1-1.8 0-2.7 0-1.4 0-2.7-.1-4.3-.2h-1.3c-1.4 0-2.9-.2-4.1-.1-1.5.2-2.6.2-3.8-.2-.5.1-1 .1-1.5.1h-1.9c-.5 0-1 .1-1.5 0-.8-.1-1.5-.3-2.3-.3-1.8 0-3.5.1-5.4.1 0 0-.1-.1-.1-.2-.8.1-1.6 0-2.2.2-.9.2-1.5-.1-2.2-.2h-.6c-1.2 0-2.3.1-3.5.1s-2.5 0-3.7-.1c-.9 0-1.8-.2-2.7-.3-.6.4-2.5.5-3.7.1-.9.5-1.2 0-1.9-.2.1.1.1.2.1.2-1-.1-2-.2-3.1-.1-.7.1-1.4.2-2.2.1-.8 0-1.5-.2-2.3-.2h-3.8c-.3 0-.6 0-.8.1h-.8c-.8 0-1.6-.1-2.4-.1-1.6 0-3.3.3-4.3-.4-.3.1-.6.2-.9.2-1.2 0-2.4 0-3.9.1-.5-.1-1.4-.3-2.4-.1-.3 0-.5.1-.8.1h-3.7c-.7-.3-.7-.3-2-.2-.4 0-.8-.1-1.2-.2-.5 0-.9-.1-1.4-.1s-1.2.1-1.4.1c-.6-.3-1.2-.2-1.9-.1h-.3c-1.5-.4-3.2-.4-5-.3-2.1.1-4.3.2-6.3-.2-.2 0-.7-.1-.8 0-.7.2-1.4.3-2.1.5-.1-.1-.3-.2-.4-.3-.1-.1-.5-.1-.7-.1-1.2-.1-2.5-.1-3.7-.2-2.6-.2-5.1-.1-7.6 0-.2 0-.4.1-.6.2 0-.1 0-.3-.1-.3-.5 0-.9 0-1.1.1-.6.3-1.2-.1-1.6 0-1.2.3-2.4.1-3.7 0-.4 0-.9-.1-1.2 0-.7.2-1.5.1-2.2 0-.6-.1-1.2-.2-1.9 0-.2.1-.8-.1-1.1-.1-.8.1-1.6.1-2.5.2-.1-.2-.2-.3-.2-.3-.9 0-1.8-.1-2.6-.1-.4 0-.9-.1-1.1 0-.6.2-1.4.2-2.2.1-.4 0-.7-.2-1-.2-1 0-1.9.1-2.8.1-.6 0-1.4.1-1.7 0-.8-.3-1.6-.3-2.5-.2-.9 0-1.7.1-2.2-.3-.7.1-1.3.2-2 .2-1.7 0-3.3-.1-5 0-.7 0-1.2 0-1.7-.2-.4-.2-1.1-.3-1.6-.1-.6.3-1.3.2-2 .1-.9-.1-1.8-.3-2.6 0h-4c-1 0-2.2.1-3-.1-1.6-.4-3.2-.1-4.7-.3-.6-.1-1.4 0-2.1 0-1 0-1.8-.1-2.3-.3-.4.1-.7.2-1.1.2h-3.3c-1.3 0-2.5-.1-3.8-.1l-1.4-.1c-.6 0-1-.1-1.5-.1h-3.4c-.5.1-.9 0-1.6-.1-1.4-.2-3-.3-4.4 0-.2 0-.5 0-.8-.1-.2 0-.4-.1-.6-.1h-7.3c-.8 0-1.7-.2-2.7-.3-.4 0-1 0-1.6-.1H632c-.3 0-.8 0-1-.1-.5-.2-1-.2-1.6-.1-1.2 0-2.4 0-3.5-.1H623c-.5 0-1-.1-1.4-.1-1 .1-1.9.2-2.5-.2-.5.1-1 .1-1.4.1-.6 0-1.2-.1-1.8-.1-1.2-.1-2.5 0-3.6-.2-1.2-.2-2.1.1-3.3 0-.9-.1-1.9 0-2.8.1h-.4c-.8 0-1.6-.1-2.4-.1-.6 0-1.1-.1-1.7-.2v-.1c-1.1.1-2.2.3-3.4.4 0-.2-.1-.3-.1-.4-1.9-.1-3.8-.2-5.7-.1-1.6.1-3.2 0-4.8 0h-.2c-1-.4-2.1-.4-3.3-.2H582c-1 .1-2.7 0-3.3-.3-.5 0-.8.1-1.2.1-.5 0-1-.1-1.5-.1-1.4 0-2.7.1-4.1 0-.7-.1-1.5-.3-2.2 0h-.4c-.9-.4-2.2.1-3.2-.3-.6.3-1.5.1-2.2.1-1.3 0-2.6-.1-3.9-.1-.8 0-1.6-.2-2.4-.2-.3 0-.7.1-1.1.1-.2 0-.5.1-.7.1l-3-.3s-.1.1-.3.2c0-.7-.8-.2-1.3-.3-2-.3-4.2-.5-6.1-.3-2.2.2-4.3-.4-6.4-.2-.4 0-.9-.1-1.4-.2-.2 0-.5-.1-.8-.1-2.9.3-5.7-.1-8.5-.5h-.2c0 .1 0 .2-.1.3-.7-.1-1.4-.1-2.2-.2-.3 0-.8.1-1.1.1-1.1-.2-2.1-.1-3.2 0-1.4.1-3-.2-4.5-.3-.8-.1-1.6-.1-2.4-.2-.5-.1-1-.2-1.5-.2-.3 0-.6 0-.9.1-.4.1-.9.2-1 .2-.7-.4-1.5-.1-2.3-.1-.1-.2-.1-.3-.2-.5-.2.1-.5.1-.5.2-.3.4-1.2.3-1.9.2-.6 0-1.4-.1-1.9-.1-.9.2-1.3 0-1.8-.2-.1 0-.2-.1-.2-.1l-.4.2c-1-.1-1.8-.2-2.6-.3-.7 0-1.5.1-2.2.1h-2.7c-1.3-.1-2.5-.3-3.8-.2h-.8c-1.2 0-2.4-.1-3.6-.1-2.3-.1-4.4-.9-6.7-.9-3 0-6 .7-9.1.6-4.9-.2-9.7-1-14.5-1.4-4.7-.6-9.4.4-14.1-.5-.4-.1-1-.1-1.3 0-1.1.2-2.1.5-3.1.8-.2-.1-.4-.3-.6-.4-.1-.1-.7-.2-1.1-.2l-5.7-.3c-3.9-.3-7.7-.1-11.6-.1-.3 0-.6.2-.8.2 0-.2-.1-.4-.1-.5-.7 0-1.4 0-1.7.1-.9.4-1.9-.1-2.5 0-1.9.4-3.7.2-5.6.1-.6 0-1.4-.1-1.8 0-1.1.3-2.2.2-3.4 0-.9-.1-1.8-.4-2.8 0-.2.1-1.1-.1-1.6-.1-1.2.1-2.5.2-3.8.3-.1-.3-.2-.5-.3-.5-1.4-.1-2.7-.1-3.9-.2-.6 0-1.3-.1-1.6 0-1 .3-2.1.3-3.3.2-.5 0-1.1-.3-1.6-.3-1.4 0-2.9.1-4.3.1-.9 0-2.2.2-2.6 0-1.2-.5-2.4-.4-3.7-.4-1.3.1-2.6.1-3.3-.4-1.1.1-2 .3-3 .3-2.5 0-5.1-.1-7.6 0-1.1 0-1.8 0-2.6-.3-.6-.2-1.6-.5-2.4-.1-.9.4-2 .2-3 .1-1.4-.1-2.7-.5-4 0-.1.1-.5 0-.8 0h-5.3c-1.5 0-3.4.1-4.5-.2-2.4-.6-4.8-.1-7.2-.4-1-.1-2.1-.1-3.1 0-1.5 0-2.8-.1-3.5-.5-.6.1-1.1.3-1.6.3H316c-1.9 0-3.8-.1-5.7-.2l-2.1-.1c-.8-.1-1.6-.1-2.3-.1h-5.2c-.8.1-1.4 0-2.5-.2-2.1-.3-4.6-.5-6.7.1-.2.1-.8-.1-1.2-.1-.3 0-.6-.2-.9-.2-1.6 0-3.1-.1-4.7-.1h-.9l-1.3.6-.7-.2.7-.4h-4c.2.1.3.3.6.5-1.3-.2-2.1-.3-2.8-.3l-.1-.2h.4c-.7-.1-1.5-.2-2.4-.3-.5 0-1.1 0-1.8-.1l-.9.9c-.6-.3-1.2-.5-1.7-.8.7 0 1.4-.1 2.2-.2h-8.1c-.5 0-1.2 0-1.5-.2-.8-.3-1.5-.2-2.5-.2-1.8.1-3.6-.1-5.4-.1h-1.3c.7 0 1.5 0 2.1.1.4.1.5.4.9.7-1.3-.2-2.2-.4-3-.6v-.2H250c-.7 0-1.5-.2-2.1-.2-1.5.1-2.9.3-3.8-.3-.8.1-1.5.2-2.1.2-.9 0-1.8-.1-2.7-.2-1.8-.1-3.9 0-5.5-.3-.9-.2-1.7-.1-2.4-.1.3.4.7.7 1.1 1.3-2-.4-1.7-.8-1.8-1.2-.4 0-.8.1-1.3 0l.9.9c-1.3-.3-2.2-.5-3.4-.7.5-.1 1-.2 1.3-.2-1.2 0-2.5.1-3.8.1-.2 0-.4 0-.7-.1-1.2-.1-2.5-.1-3.7-.2-.5 0-.9-.1-1.4-.1.1.2.1.3.2.5h-.5l-1.4-.6v-.1c-1.4.2-2.9.4-4.4.6 0-.2-.1-.4-.1-.7-2.3-.1-4.4-.2-6.6-.2.1.1.1.2.2.2-.7.1-1.3.1-2 .2-.1 0-.3-.1-.4-.2-.6.2-1.1.3-1.8.5 0-.3.4-.5.9-.7-1.8 0-3.5 0-5.3-.1l.5.2-.4.3c-.8-.1-1.7-.1-2.9-.2.3-.2.5-.3.7-.4-1.3-.3-2.8-.3-4.3-.1h-.1c-.3.2-.6.3-.9.4h-2.5c-.1-.1-.3-.2-.5-.4h-1.7c-.4.1-.9.2-1.5.3-.6-.2-1-.3-1.3-.5.2-.1.4-.1.6-.2-.1 0-.2-.1-.3-.1-.7 0-1.2.1-1.8.1-.8 0-1.6-.2-2.3-.2-2.1.1-4.2.2-6.3-.1-1-.1-2.1-.3-3.1-.1h.1l-.3.2c-2.4-.1-2.9-.1-2.9-.4-.9 0-1.8.1-2.6-.2-.8.4-1.9.2-2.9.1h-.4c-2-.1-3.9-.1-5.9-.2-1.2-.1-2.4-.3-3.6-.3-.5 0-1.1.1-1.6.1-.3 0-.7.1-1 .1-1.5-.1-3-.3-4.6-.5 0 0-.1.1-.5.3 0-1-1.2-.3-2-.4-3-.5-6.4-.7-9.2-.5-.5 0-1 .1-1.6.1-.5.1-1.1.2-1.7.4-.2-.1-.4-.2-.8-.5-1.9-.2-3.8-.4-5.7-.2-.6.1-1.4-.2-2.1-.3-.2 0-.4-.1-.6-.1l.3.7-.5.2-1.9-.6v-.1c-3.8.2-7.6-.3-11.3-.8h-.3c0 .1-.1.2-.1.4l-3.3-.3c-.5 0-1.2.2-1.7.1-1.7-.2-3.1-.2-4.8-.1-2.1.1-4.5-.2-6.8-.4-1.2-.1-2.5-.2-3.7-.4-.8-.1-1.5-.3-2.2-.4-.4 0-1 .1-1.4.1-.6.2-1.5.5-1.5.4-1.1-.6-2.3-.1-3.5-.1-.1-.2-.2-.4-.3-.7-.2.1-.4.1-.5.1l.3.1c-.3.3-.5.6-.9 1-.9-.2-1.5-.4-2.1-.6-.2 0-.4 0-.5-.1-.9-.1-1.9-.2-2.6-.1.1.1.1.2.2.4-.3-.2-.4-.3-.6-.3-.7.1-1.2.1-1.7 0-1.3.1-2.6.2-4.1-.2.3-.1.5-.1.8-.2-.9-.2-1.7-.3-2.5-.3-1.1 0-2.2.1-3.3.1H58c-1.1.1-2.1.1-3 .2-.4 0-1.1.1-1.2 0-.2-.1-.2-.2-.2-.3-.5 0-1-.1-1.5-.1-.6.2-1.2.4-2 .6-.1-.3-.1-.5-.2-.7h-1c-.4 0-.8-.1-1.2-.1-1.8-.1-3.7-.2-5.5-.2-.9 0-1.8-.1-2.7-.1l.1.1c-.9 0-1.6.1-2.3.1-1-.5-.6-.6 0-.6-.2-.1-.5-.1-.7-.2-1-.3-1.9-.6-3.1-.3-.4.1-1.1.1-1.7 0-1.8-.2-3.4-.2-5.1 0-1.3.3-4.2-.2-4.7-.5-1 0-1.7.1-2.4.1h-.3c.3 0 .7.1 1.1.1-1.1.3-1.9.5-3 .7-.1-.3-.1-.6-.2-.9h-.7c-1.6.1-3.7-.3-4.7-.8-.3-.1-1.3-.2-1.5-.1-1 .4-1.8.3-2.7-.1-.6-.2-6.4.049-7.6-.151V300h1920v-79.851c-3.672 1.275-14.851 4.932-15.1 4.351zm-715 22.5c.3.1.8.2.8.2-.2.3-.5.5-.7.7h-.4c0-.3.2-.5.3-.9zm-7.6.5c.3.3 1.2.6.1 1-1.3-.2-1.9-.6-1.6-1.3.3.2.5.4.8.6.2-.3.3-.6.5-.9h.4c.2.1.5.2.8.4-.4.1-.7.2-1 .2zm5.9.4c-.1-.2-.2-.3-.3-.5-.4 0-.7.1-1 .1.3.2.6.3.9.4-1 .3-1.6.1-2.4-.3 0 .4-.1.6-.1.8h-1c-.2 0-.5-.1-.6-.1-.1-.1.1-.2.2-.3 1.3-.2.4-.6.2-.7-1.2-.3-.6-.6 0-.8.4.3.8.5 1.1.7h.3c-.1-.3-.1-.6-.2-1 .5.2.8.4 1.3.5.5.1 1.2 0 1.9 0 .1.5-.1.8-.3 1.2zm-1.2-1.6c-.2-.1-.6-.2-.9-.4.5 0 1-.1 1.6-.1.3 0 .6.1 1.1.1-.8.2-1.2.3-1.8.4zm3.3 3.7c-.2.1-.6.1-.9.2l-.8-.7.5-.1.3.3c.3-.1.6-.1 1.1-.2 0 .2 0 .4-.2.5zm.1-.7h-.4c-.1-.2-.2-.3-.3-.6.5 0 .8.1 1.2.1l-.5.5zm2.4.1c-.5-.3-.9-.5-1.2-.6l.2-.1c.4 0 .8.1 1.3.1 0 .2-.1.4-.3.6zm.3-2c-.1-.1 0-.3.2-.4.3-.1.9-.2 1.2-.1.4.1.7.3 1.1.4.1-.1.2-.1.3-.2.6.2-.8.6.8.6-.2.2-.3.4-.6.7-1.1-.4-2.1-.7-3-1zm2.4 1.7c-.3 0-.8.1-1.3.2v-.9c.8.1 1.4.2 2.1.3.2 0 .6 0 .7-.1.6-.4.9-.1 1.5.1-1 .2-1.7.5-3 .4zm13.3-1.6c-.1.1-.2.3-.2.3h-2.6c.6-.6.6-.6 2.8-.3zm-4-.9c.4-.2 1.3-.2 2.1-.2 1 .7-1 .7-1.7 1.1-.5-.3-1-.6-.4-.9zm-2.4 2.8c-.2-.2-.5-.3-.7-.5-.2 0-.8-.1-1.3-.1v-.1l1.6-.3 1.1.9-.7.1zm.9-1.2h-.2c-.3-.2-.6-.3-.9-.5.4 0 .7-.1 1.1-.1v.6zm-1.7-2.9c-.2 0-.4-.1-.5-.2 0-.1.3-.2.5-.2h2.1c.3.4.6.7.8 1h-.3c-.2-.1-.5-.4-.8-.6h-1.8zm3 4.2c-1.1-.2-.9-.6-.8-1v.2c0 .1 0 .1.2.2l.9.5-.3.1zm3.1-.6c.2.2.3.4.5.6l-.3.1c-.7-.3-1.4-.3-2.4-.2-.1 0-.5-.1-.5-.2-.1-.3 0-.6-.1-.9h.3c.2.1.5.3.9.5.2-.2.2-.4.3-.5.1-.1.7-.2.7-.1.7.4 1.3.1 1.8-.1.8.4.4.7-1.2.8zm6.4-2c0 .4 1.9.4.8.9-1.3-.3-1.6-.5-.8-.9zm-.7-.5.2.2-1.2.2-.2-.3 1.2-.1zm2.9 3.6c-.7-.4-1.3-.7-1.9-1l.4-.2c.5.1 1.1.2 1.5.4.6.2.7.5 0 .8zm-3.3-1.4c-.5-.1-.9-.3-1.7-.5 1.6 0 3.1-.4 4.6 0 .2-.1.5-.2 1-.4v.6c.2.2.3.3.5.4-1.6 0-3 0-4.4-.1zm5.9-.1h-.4c.1-.2.2-.4.3-.7.4.2.7.3 1 .4l-.9.3zm2.2 2.2c-.6-.2-.9-.4-1.2-.5-.1-.1 0-.2.2-.3.4-.1.9-.2 1.6-.3-.2.4-.4.7-.6 1.1zm8.3-2.5c-.7 0-1.3 0-2.1-.1-.3.2-.6.4-1 .6l-.3-.1.3-.6h-.4l-.4.9h-.4v-.6l-.6.2c-.6 0-1 .1-1.4.1-.9-.1-1.7-.2-2.6-.3.1-.1.1-.3.3-.3.5-.1 1-.1 1.6-.1 1.1-.1 2.2-.2 3.3-.2 1.2 0 2.3.2 3.5 0 .1 0 .6.1.6.2.1.2-.2.3-.4.3zm4.9-2.2c.2 0 .6-.1 1.1-.1.1.2.1.3.2.5-2.3-.2-1.1.8-2.3.9-.1-.3-.2-.6-.2-.9 0-.2.1-.5 1.2-.4zm5.3 2.6c0-.2 0-.3.1-.6-2.4 0-4.9-.3-7.4.3 0 .1 0 .2-.1.3h-.2c-.1-.2-.2-.4-.3-.7-.3.1-.5.2-.7.3h-.3c.1-.1.1-.3.3-.4.2-.1.8-.1 1.1-.1.8 0 1.8 0 2.5-.1.7-.2 1.1-.2 1.3 0 1.3-.1 2.5-.2 3.6-.2.5 0 1.1.3 1.3.6.3.4-.1.6-1.2.6zm4.5-.7c.1-.3.1-.5.2-.8.5.2 1 .3 1.9.5-.8.1-1.3.2-2.1.3zm1.7-1.4c.3-.2.5-.4.7-.6h.4c.4.1.7.1 1.1.2-.5.1-.9.1-1.4.2-.1.2-.3.2-.8.2zm2.5 1.6c-.1-.3-1.4-.3-.8-.8.3.4 1.8.2.8.8zm11.4-2.6c-.4.2-.6.4-1 .6-.3-.2-.5-.3-.8-.5.6-.1 1-.1 1.8-.1zm-2.2 2.2c-.3-.1-.7-.1-1.3-.2v.7h-.2c-.1-.1-.2-.1-.2-.2.2-.3-.1-.4-.9-.3-1.4.1-1.5 0-1.4-.3.7 0 1.1-.1 1.6-.1.6 0 1.3-.1 1.7 0 1.1.2 1.7 0 2.4-.3.5.3.4.4-.3.5-.4 0-.9.1-1.4.2zm1.1.1c.8 0 1.3.1 1.8.1-.2.1-.4.3-.6.5-.4-.2-.7-.3-1.2-.6zm1.6 1.4-.8-.8c1.5.2 1.8.4.8.8zm5.8-2.9c.1 0-.3.2-.5.4-.4-.2-.9-.3-1.3-.5-.1 0-.2-.1-.2-.2.1 0 .3-.1.3-.1.6.1 1.2.3 1.7.4zm-3.6-.9c.4-.1.8-.2 1.6-.3 0 .3-.1.5-.1.7l-1.6-.2.1-.2zm6.3 2.5c-1.4-.1-2.7-.1-2.9-.7-2.4.3-2.5.3-2.6.8-.8 0-1.6-.6-1.2-.9.1 0 .2-.1.4-.1.9 0 1.8.1 2.5-.3.2-.1.6.3.8 0 .4.1.9.2 1.2.3.2.1.2.3.3.5.4-.1 1.1-.1 2.1-.3-.4.4-.5.5-.6.7zm3.3 1.2c-.3.3-1.1.4-1.8.2-1.3-.3.4-.5.3-.8.5.2.9.4 1.5.6zm-.1-2.7-.4-.2c-.7.1-1.1.1-1.6.2-.1 0-.2-.2-.3-.3.7-.1 1.3-.2 1.9-.2.3 0 .5.2.8.4l-.4.1zm.7-.9c-.4 0-.9 0-1.4.1v-.4c1.4-.2 1.5-.1 1.4.3zm-438.4 14.4h-.1.1zm71.3-8.2c.6.2 1.2.3 1.9.6-1.9.1-2.2 0-1.9-.6zm31.8-3.8-.3.3c-1.1.1-1.6-.1-1.9-.5.9-.3 1.6 0 2.2.2zm-3.5.4c.6.4 1.1.8.3 1.3-.2.1.1.3.2.5-.6 0-1.2-.1-1.7-.1.6.3.8.6 0 .9-.4-.3-.7-.5-1-.7-.2 0-.5.1-.8.2-.1 0-.1-.1-.1-.1.1-.2.1-.5.3-.7.1-.1.4-.2.6-.3.5-.1 1.1-.1 1.9-.2-1.5-.5-.3-.6.3-.8zm-2.8-.1c.8.2 1.8.3 1.3.7-.1.1-.8.2-1 .2-1-.2-.2-.5-.3-.9zm-2.6 1.2c.3-.1.6-.3.9-.4-.3-.2-.5-.3-.8-.5 1.6.1 2 .7 1.2 1.2.3.1.6.1 1.1.2-.7.1-1.1.2-1.5.2l-.9-.3c-.3-.1-.5-.2-.7-.3.2 0 .5 0 .7-.1zm-6-.2c.4 0 .8.1 1.2.1.1-.4.2-.8.2-1.1.9.1 1.7.1 2.7.2-.7.3-1.5.7-2.1.9.2.2.4.4.5.6l.5-.5c.4 0 .8 0 1.5.1-.4.2-.6.5-1 .6-.4.1-1.1.2-1-.2-.3.1-.6.3-.9.5-.1-.1-.2-.2-.4-.3-.2.1-.3.2-.4.2-.6-.1-1.2-.8-.8-1.1zm-5.8 2.5-.2.1h-1.7c.2-.2.4-.4.6-.7.5.2.9.4 1.3.6zm-4.8-3.3c.2 0 .2-.2.2-.3 0-.1-.1-.3-.2-.5.9.1 1.8 0 .9.5-.1 0 0 .2 0 .2h1l.1.1c-.4.5.3.7 1.2.9.7.2 1.3.8 1.1 1.1-.1.2-.1.3-.1.5h-.4c-.1-.3-.1-.6-.2-1h-1.2c-.1-.2-.1-.3-.2-.5-.2.2-.4.3-.7.5-.2-.2-.2-.3-.3-.4-.3.1-.6.1-1 .2-.1-.1-.2-.2-.1-.3.4-.3.1-.5-.4-.8-.3.1-.3 0 .3-.2zm-.7 1h.3c-.1.2-.2.4-.4.7-.1.1-.5.1-.7.2-.1-.1-.3-.2-.5-.3l.9-.6c.1-.1.2 0 .4 0zm-1.2.2-.6 1.1h-.3c.4-.4-.9-.9.9-1.1zm-31.3 2.8c-.2.1-.7.2-1.1.3l-.3-.3c0-.1 0-.4.1-.4.4-.1.9 0 1.4 0 0 .1.1.3-.1.4zm-1.4-.9c-.2.3-.3.5-.5.7-.9-.2-2-.3-1.7-.9.2 0 .6.1.6.1.8-.5 1.9-.2 2.9-.2.3 0 .6 0 1-.1.2.2.4.3.6.5-1 .3-1.9 0-2.9-.1zm-.1-1c.2-.2.5-.3.8-.5.1 0 .8.1.8.2.2.4-.9.2-1.2.4l-.4-.1zm5.9 1.5c-.5-.1-1.1-.6-.6-.7.5-.1 1.3-.1 2-.1.3 0 .6.1.9.1l.2.1c-.8.1-1.6.3-2.5.6zm4.6-.9c-.3.2-.8.3-1.3.5l-.4-.1c.2-.2.4-.4.7-.6l-.2-.4c1 .1 1.7.3 1.2.6zm5.3 2.8c-.2 0-.5 0-.7-.1-.2 0-.5-.1-.9-.2 0 0-.1-.2-.2-.3.7-.2 1.3-.3 2-.5l.3.1-.5 1zm7.5-2.9c-.1.4 0 .7 0 1.1-.2 0-.4.1-.8.1 0-.2.1-.3.1-.4-.6 0-1.1-.1-1.7-.1v-.1c.2 0 .4-.1.6-.1-.1-.1-.2-.3-.4-.5.6.1.9.1 1.2.2l.3-.1-1-1c1.9.3 1.9.3 1.7.9zm7.3-2.9c.2 0 .4-.1.7-.1.1.3.2.5.3.7 0 .1 0 .2-.1.3 0 0-.4.1-.5 0-.2-.1-.3-.2-.4-.3v-.6zm-1.1-.2c.2-.1.3-.2.7-.4.1.2.2.4.3.5-.3 0-.5.1-.8.1h-.6c.2 0 .3-.1.4-.2zm-5.9.9c.6-.2 1.2-.4 1.9-.7.2 0 .5.1.7.1.2.1.4.2.3.3-.1.1-.3.2-.6.2-.4.1-.9.1-1.7.2.9.2 1.5.3 1.9.4.7-.3 1.4-.6 2.1-.8.2-.1.9-.1 1.2 0 .2.1.3.3.4.4-1.1-.1-1.5 0-1.2.2.1.1.4.1.5.2.1.1.2.1.4.2.2-.1.4-.1.6-.2.1 0 .3-.1.4-.2.9.3.9.4-.1.8-.6-.1-.9-.4-1.8-.3-.5.1-.9.2-1.4.2.5.1 1 .1 1.4.2.2 0 .3.2.3.2s-.3.1-.5.1c-1.6.1-1.6-.1-2.1-.6-1.2-.2-2.2-.4-3.4-.6.4-.1.6-.2.7-.3zm-2.6-1c.5.2.5.4-.5.6l-.2-.6c.2-.1.6-.1.7 0zm-1.8 1.1c.2 0 .5.1.7.2 0-.1.1-.2.1-.3h.3l.3.3c.4.3.7.7 2 .5.2 0 .5.1.7.1-.2.1-.3.2-.5.3-.7 0-1.7.2-2.2 0-.8-.2-1.3-.5-1.9-.8-.1 0 .2-.2.5-.3zm-1.8 2.3c.7.1 1.8-.1 2.6-.1.2.3.6.6.7.9.1.2-.2.4-.3.6-.5-.4-1-.8-1.5-1.3-1 .3-1.8.4-2.4.7-.7.2-1.4.2-2.3.1.6-.1 1.2-.3 1.6-.4-.8 0-1.6-.1-2.4-.1h-1.9c-.4-.2-.1-.4.6-.5 1-.1 2-.4 3 0 .1 0 .4.1.4 0 .7-.2 1.1-.1 1.9.1zm-6.3-.5c.2-.3-.2-.7 1.1-.6.1.2.1.3.2.5-.4 0-.8.1-1.3.1zm-4.1-2.1c.1-.4 1.1-.3 1.6-.3.8 0 .4.3.3.4 0 .1-.1.2-.2.3.4.1.7.2 1 .2.2 0 .4.1.6.1.1 0 .2-.1.2-.2s-.1-.1-.3-.2-.5-.2-.8-.3c.2-.1.6-.2.7-.2.4.1.7.2 1 .3.1.1.1.2.1.3.7 0 1.6 0 2.1.1s.7.4 1 .7c0-.1.1-.2.1-.3 0-.1.1-.2.2-.4h.4c.2.2.8.5.7.6-.6.2-.3.8-1.8.7-.2 0-.5-.2-.6-.3 0-.2.1-.4.1-.5-.4.1-.9.2-1.3.4-.2-.1-.3-.2-.6-.5l-1.5.6c-.4.1-1 .1-1.4.2-.4-.2-.7-.4-1-.6-.3.1-.5.1-.9.3.3-.6-.2-.8-1.4-.8-.2 0-.3-.2-.4-.3.3 0 .5-.1.7-.1 1 .2 1.3.1 1.4-.2zm-2.4-1.1c.4.5 1.8.7 1.5 1.3-1.5-.4-2-.8-1.5-1.3zm0 2.1.2-.1h1.5c.1.3.1.6.1.9h-.3c-.1-.1-.1-.2-.2-.4-.5 0-1-.1-1.5-.1.1.2.1.4.2.6-.7-.2-1.2-.3-1.9-.4.4 0 .7-.1.7-.1l.6-.9h.3l.3.5zm-1-1.6.6.1-.3.7h-.4c0-.1-.1-.2-.1-.3-.5.1-1 .2-1.4.3l-.2-.1 1.8-.7zm-2.4 1.1c.4.1.7.3 1 .5-.6.1-1.1.4-1.7.4-1.3 0-.1-.5-.9-.7l.1-.1c.5-.1 1.1-.2 1.5-.1zm-1-1.9c.1.7.5 1.3-1 1.7.4-.5.7-1.1 1-1.7zm-2.1 3.4c-.1-.2-.3-.5-.4-.7l.4-.1.3.3c1.1-.1 1.1-.1 1.1.5h-1.3c-.4.3-.8.6-1.2 1-.2 0-.6-.1-1.3-.1.3-.1.5-.2.7-.3.3-.1.6-.2.7-.3.3-.3.4-.5 1-.3zm-2.3-1.5c.1 0 .4.1.8.3-.6.1-1 .2-1.3.2s-.6-.2-1-.2l1.5-.3zm-17.1 2.4c-.1.1-.4.1-.4.2.1.6-1.2.5-2.2.6.1-.4.3-.6 1.3-.4.5-.4.9-.7 1.4-1.1l.5.1-.6.6zm8.7-1.6c-.5-.2-.9-.3-1.5-.4.1-.2.8-.2 1.6-.2 0 .2-.1.4-.1.6zm5.6 1.5c-.9.2-.5.5-.7.8-.2.2-.6.4-1 .7-1-.6 1.1-1.1-.5-1.6-.1.3-.1.6-.2 1-.6 0-.9 0-1.2-.1-.2 0-.4-.1-.7-.1.2-.1.3-.1.5-.2s.5-.2.8-.2c-.3 0-.6-.1-.8-.1s-.5-.1-.7-.1c-.3-.1-.5-.2-.7-.3.4 0 .7-.1 1.1-.1.6 0 1.2-.1 1.8-.1.7 0 1.5.1 2.2.1.1 0 .2.3.1.3zm-.2-1.7c-1.1 0-1.4-.1-1.4-.5 1.6 0 1.6 0 1.4.5zm-3.9-1.2c1.5-.1 2.3.2 1.9.8-.3.4-.6.9-.9 1.3-2.1-.1-.3-.5-.5-.8-1.2 0-1.5-.2-1.3-.9.3 0 .5 0 .9.1-.1-.2-.1-.3-.1-.5zm-3.4.1.9-.9h.5l1.2.7-.6.2-.5-.5-.5.1c-.2.2-.4.5-.6.7-.3-.1-.7-.2-1-.3h.6zm-1.9.3c.3 0 .8.2.9.3.3.3.4.6.5.9l-.4.1c-.3-.2-.6-.5-.8-.6-.5-.2-.8-.3-1.2-.4.3-.1.6-.2 1-.3zm-1.6 1.9c0-.1.6-.1.9-.1.5.1 1 .3 1.6.1.1.1.4.2.3.3-.2.2-.5.3-.9.5-.2-.1-.4-.2-.5-.3l-.1.1c-.5 0-1.2 0-1.4-.1-.2-.1 0-.3.1-.5zm-.3 1.2h.3l.2.9h-.5v-.9zm-3.2-3.5c-.1-.3-.1-.5-.2-.8h.4v.9c.7-.1 1.2-.2 2-.4-.3.2-.5.4-.7.5-.1.1-.1.2-.2.3h.9c-.3.2-.5.3-.8.5.4-.1.7-.1 1-.1.1.1.2.1.2.1-.3.2-.5.4-1 .4-.2 0-.7-.1-1.1-.2-.5-.1-.9-.2-1.4-.3-.2-.1-.5-.1-.6-.2-.3-.2.7-.7 1.5-.7zm-2 2.4c.4.1.7.2.9.4.1 0-.4.2-1 .4-.3-.3-.7-.4-.6-.5 0-.1.6-.3.7-.3zm-5.8-1.5c.5-.1 1-.2 1.6-.3l.3.2c-.5.2-.9.3-1.4.5-.1 0-.6 0-.6-.1-.1-.1 0-.3.1-.3zm.8 3.8v.2c-.4 0-.9.1-1.3.1-.1 0-.3-.2-.5-.4.8 0 1.3 0 1.8.1zm-3.4-1.6c.4.2.8.3 1.4.6h-1.2c-.2-.2-.3-.4-.4-.6h.2zm-1.5 0c-.4-.1-.8-.2-1.2-.2l.2-.2 1.2.2-.2.2zm-1.4-2.7c.3.1.6.2.8.4 0 0-.3.1-.5.2l-.8-.4.5-.2zm-15.8 5.5-.1-.5.4-.1c.3.1.5.2.9.4-.6.1-.9.1-1.2.2zm9.7-3-.8-.4.9-.2.5.4-.6.2zm3.5-2.6c.3.2.6.5 1 .8-.7 0-1.1-.1-1.6-.1.5-.2-.9-.6.6-.7zm-1 3.1c-.4 0-.8 0-1.1-.1-.2-.1-.2-.2-.2-.4h.4l1.1.4-.2.1zm-.1-.5c-.6.1-.7-.6-1.4-.1-.8-.4.4-.4.8-.7.7.3 1.2.5.6.8zm-1.7-2.8c-.3.3-.6.6-1 .9h.2c.1-.1.2-.1.6-.3.2.5.4.8.6 1.2-.2 0-.4.1-.7.2-.1 0-.2-.1-.2-.1-.4-.3-.9-.6-1.3-1-.2-.1-.2-.3-.2-.4.8-.2 1.4-.3 2-.5zM834 251c.1.2.2.4.2.6 0 .1-.4.2-.6.3-.1-.1-.4-.2-.3-.4.1-.2.3-.3.5-.5h.2zm-1.9-1.9 1.5.3-.2.1c-.2 0-.4-.1-.7-.1 0 .1.1.2.1.4-1.1.1-.8-.3-1.1-.5-.1 0 .3-.2.4-.2zm-.7 1.6c.1 0 .4.1.4.2s-.1.2-.3.3c-.9.2-2.1.1-2.5-.4.9 0 1.7-.1 2.4-.1zm-2.7 2c.1.3.2.6.3.8h-.3c-.4-.2-.8-.4-1.1-.5.3-.1.6-.1 1.1-.3zm-1.9-3.6v1c-.8-.2-.9-.6 0-1zm-.6 1.8c.1-.1.7-.2 1.2-.2.2 0 .4.1.7.1l-.6.3c-.1.1-.1.2-.2.3-.2.1-.4.3-.6.4l-.4-.1c-.1-.2-.2-.5-.1-.8zm-1.5-2.7c1.1.2 1.4.6 1 1-.3 0-.6-.1-1-.1v-.9zm-1.4 5.1c.4.1.5.1.6.1.1-.3.2-.6.3-1 1.1.2 1.3.7 1.1.9-.2.3-1.2.5-2.1.8 0-.3.1-.6.1-.8zm-2.1-4.6c-.2.2-.3.3-.3.4-.3-.1-.7-.3-1-.4h1.3zm-3.3 5c.4 0 .7-.3 1-.5.2-.1.2-.2.5-.4.5.4.8.6 1.2.9-.7 0-1.1 0-1.4-.1 0 .3.1.5.1.8-1 .1-1.3 0-1-.4-.5.1-1 .2-1.4.3.1-.3.1-.5 1-.6zm-2.4-.8s.3 0 .3.1 0 .2-.1.2c-.3.1-.7.2-1.3.3-.2-.3.7-.4 1.1-.6zm-2.6-.4c.5.2.8.3 1.4.5-.4.1-1 .4-1.2.3-.9-.1-.5-.4-.2-.8zm-7.6.4c1.1-.2 1.7 0 2.1.4.1.1-.1.2-.1.4h-.3c-.1-.4-2-.2-1.7-.8zm-3 .6h.3l.3.5-.2.1c-.3-.1-.8-.1-.8-.2-.1-.1.2-.2.4-.4zm-9.3.1h1.7l.2.1c-.2.1-.5.2-.7.2H793v-.3zm-9.1-.1c.6-.1 1.2-.3 1.9-.3.2 0 .5.2.8.5-1.7-.3-1.5.2-1.8.5-.3-.2 0-.5-.9-.5 0 0-.1-.1 0-.2zm-1.2 0c.2.3.4.5.5.8-1.4-.3-1.5-.4-.5-.8zM14.4 223.7l1 .1c-.1.3-.2.5-.4.8 0 0-.7 0-1.1-.1l.5-.8zm-2.5 6.3c.2.2.3.4.4.5h1.8l-1.3.7-.6-.1c-.4-.4-1.9-.6-.3-1.1zm6.6 7.6c-.7-.3-1.4-.6-2.2-.9-.4.1-.7.2-1 .4l-.5-.1c.4-.2.7-.4 1.3-.6.2 0 .9.2 1.3.3.6.2 1.1.5 1.7.7l-.6.2zm.3-4c-.5.5-1.7.9-2.6 1.4-.3-.1-.5-.2-.8-.2l-.3.1.5.5c.2.1.4.3.5.4-.4 0-.8.1-1.1 0-.4-.1-.7-.3-.8-.5-.1-.7 1.2-.9 2.6-1.1-1-.4-1.9-.7-3-1.1-.3.3-.5.6-.7.8-1.4-.6-2.6-1.2-4.1-1.9h2c0 .1.1.2.3.4.3-.2.5-.4.8-.6 1.5.8 4.2.8 7.1 0 0 .6.1 1.3-.4 1.8zm16.1-11.8c.3 0 .9.3 1.2.4-1.4.3-2.6.6-3.6.8-.7-.3-1.4-.6-1.8-.8 1.4-.1 2.8-.3 4.2-.4zm-11 12.2c-.9.1-2.8-.6-2.7-1.2 1 .3 2 .5 2.9.8 0 .1-.1.4-.2.4zm3.1-.4c-.4 0-1.1.1-1.8.2-.9-.4-1.7-.8-2.6-1.2l-.1-.3c1.2.1 2.3.1 3.6.2.2-.2.4-.6.7-1h.4c-.1.7-.2 1.4-.2 2.1zm2.6-1.4c1 .5 1.9.9 2.8 1.3-.4.2-.8.4-1.1.6.7.2 1.7.4 2.7.6l-.3.2c-.5-.1-.9-.2-1.5-.3-.4.2-1 .4-1.7.6-.3-.2-.8-.4-.8-.6.4-.8 0-1.5-.5-2.3.1 0 .2 0 .4-.1zm4 .9c.3 0 .5.5.5.7s-.2.4-.3.7c-.5-.4-1-.6-1.4-.9.1-.3 0-.7 1.2-.5zm-3.9 2.9c.2-.1.7-.1 1.1-.1.1.3.1.6.2 1-1.7-.2-1.9-.5-1.3-.9zm4.4.4c-1.1.1-2.4.1-2.5-.6.8 0 1.4-.1 2.1-.1.4 0 .8.2 1.2.3-.3.2-.5.4-.8.4zm.8-4.6c-.4.1-1 .2-1.4.1-.5-.1-1-.3-1.7-.6-.4.1-1.1.3-1.8.5h-.4c.7-.5 1.5-1 2.5-1.6.7.6 1.2 1 1.6 1.4.3 0 .7 0 1.2-.1 0 .1.2.3 0 .3zm1.3 2.5c-1.9-1-1-1.8-.7-2.7h.4c.3.5.6 1.1.8 1.5-.2.4-.3.7-.5 1.2zm14.2-2.4c0 .1 0 .2-.1.3-.4.2-.9.5-1.3.7-.3-.3-.5-.6-.8-.9.9 0 1.5 0 2.2-.1zm-6.3-1.5h.5l-.6 1.4-.8-.1.9-1.3zm-1.9 1.7c0 .3 0 .5.1.9-1.2-.4-2-.7-3-1 1 0 1.8.1 2.9.1zm-2.9 1.1c.9.7 1.6 1.3 2.3 1.8l-.2.1c-1-.3-1.9-.6-3.1-1 .2-.1.5-.4 1-.9zm7.9 6.2c-1.5-.5-2.9-.9-4.4-1.3-1.2-.3-2-1-1.8-1.5l-.9.5c-1.6-1.7-1.6-1.7-1.4-1.8 1 .3 1.9.6 3.1 1v.4l.5.1c.1-.1.2-.3.3-.4.1-.3-1.2-1.1 1.4-.7.2 0 .6-.2 1.4-.5.3.5.5.9.7 1.2-.8 0-1.7-.1-2.6-.1-.5.6-.7 1.4 1.6 1.8.6 0 1.3-.1 2.2-.1 0 .6 0 1-.1 1.4zm2.2-4.9c-.2-.1-1.2.3-1.9.4 2 .7.1 1.3.2 2 0 .1-.8.1-1.1.2.1-.6.1-1.1.2-1.6 0-.4-.2-.7-1.5-.4-.4.1-.9.1-1.5.1-.1-.2-.2-.3-.4-.6-.5.3-.8.5-1.3.8-.2-.6-.4-1.2-.7-2 .7.3 1.1.4 1.5.5.5-.1.9-.3 1.5-.4 0 .2.1.4.1.6.8.2 1.5.3 2.4.5.2-.3.5-.6.9-1-.9 0-1.6-.1-2.4-.1-.3-1 1.7-.3 2.4-.6.4.5.8.9 1.1 1.3 1 0 1.7-.1 2.7-.1-.4.5-.7.9-2.2.4zm22.9-7.6c1.2-.4 2.3-.3 3.3.2-1.1.1-2.1.1-3.5.2 0-.1-.1-.3.2-.4zm.8 9.1c-.8-.5-2.9-.3-2.7-1.1.4 0 .6.1.7.1.7-.2 1.4-.5 1.7-.5 1 .2 1 .5.5.9-.3 0-.1.2-.2.6zm-5.6-3.3.3.9s-.5.1-.6 0c-.7-.2-1.3-.5-2.1-.8 1.1 0 1.7 0 2.4-.1zm-10.8-.1 2.1.3c.3.1.7.1.9.2-.8.3-1.4.5-2 .8l-.4-.1c.1-.3 1.3-.7-.7-.7-.1 0-.4-.1-.4-.2.1-.2.4-.3.5-.3zm-1.6 4.9c.3-.4.2-.9.7-1.3.3.9-.4 1.8 1.7 2.5-1-.3-3-.4-2.4-1.2zm3.9.5c-.2.2-.5.3-.8.4l-1.2-.6c.4 0 .8-.1 1.1-.1.4-.1.7-.2 1-.3 0 .2 0 .4-.1.6zm1.2 1.5c.3-.5.7-.9.7-1.3-.1-.6.6-1 1.7-1.4.6-.2 1-.2.2-.6-.3-.2-.5-.4-.7-.6-.1.2-.7.2-2.1 0 .3-.2.6-.3.7-.4-.1.1-.2-.1-.4-.1h-.7c-.8.3-1.6.6-2.4 1-.6-.4-2.2-.8-1.2-1.5.1 0 .3.1.5.1l1.7.4c.3-.2.5-.5.8-.7.2-.1.6-.4.7-.4.5.1 1.2.2 1.5.4.2.1.3.3.5.5-.1-.2-.2-.4-.3-.7-.1-.1.3-.3.6-.5.2-.1 1 0 1 .1.1.2 0 .4-.1.6-.1.2-.1.4-.2.6l.6.1c.2-.2.3-.4.6-.7l.9.6c1.1-.3 2.1-.6 3.1-.8h3.2c-.9.3-1.7.7-2.7 1-.3-.1-.6-.2-.9-.4-.1.1-.3.1-.3.1.4.2.7.4 1.2.5 1.4.2 1.8.6 1.3 1-1.4-.1-2.7-.3-3.9-.3-.5 0-1.2.2-1.3.4-.1.2.3.4.5.6s.6.3 1.1.6c-1.7.2-3.2.4-4.7.6-.3.2 1.2 1.1-1.2 1.2zm9-1.7c.6-.3 1.2-.6 1.9-.9l.8.3c-.7.5-1.3.9-2 1.4-.3-.3-.5-.6-.7-.8zm4.9 1.5-.4-.1c.1-.2.1-.4.2-.5-.7-.2-1.4-.5-2.3-.8h1.6c0-.2-.1-.4-.1-.7h.5l.3.6c.4 0 .8.1 1.5.1-.4.6-.8 1-1.3 1.4zm1.5-1.7c-1.3-.3-1.7-.9-1.1-1.5 1.6.3 1.6.3 1.1 1.5zm-.9-3.5c-.1-.6-.2-.9-.3-1.3h.3c.5.3 1 .6 1.4.9 0 .1-.8.2-1.4.4zm69.1-4.8c.4.3 1.8.6.4 1.1-.3-.4-.6-.7-.9-1.1h.5zm2.6 6.7c.1.1-1.2.4-2 .6-.1-.7-.2-1.2-.2-1.7l.4-.1c.7.4 1.5.8 1.8 1.2zm-16.4-.2c.4.5 2.5.5 1.6 1.4l-.6-.6c-.6.2-1.1.4-1.6.6-1.4-.7-1.2-.9.6-1.4zm-4.9-1.2c.5.4.8.6 1.2.9h-2.6c.4-.2.8-.5 1.4-.9zm-17.2-.1c.5.1 1 .2 1.4.2.6 0 1.1-.1 1.5-.1.1.1.3.3.2.3-.4.1-1 .3-1.4.2-.7-.1-1.4-.3-2-.4l.3-.2zm-3.1-1.5c1.3.5 0 .9 0 1.4-1.7-.6-1.7-.7 0-1.4zm-1.9 1.4h.5c0 .2.2.4 0 .6-.3.2-.9.3-1.4.5l-.4-.2 1.3-.9zm-15.4 1.5-.1 1.2h-.6l-.1-1.2h.8zM77 234.8c.1.2.2.4.2.5.6 0 1.2 0 1.7-.1v1c-2.1.1-2.9-.4-1.9-1.4zm2.6 2.8-1.9.1-.3-.1c.5-.2.9-.4 1.5-.5.2 0 .8.3 1.2.4l-.5.1zm1.3-.6c.1-.3.2-.6.4-1-.3 0-.7-.1-1.3-.2.1-.2.3-.5.3-.6-.6-.3-1-.5-1.2-.5.9-.3 1.9-.4 2.1-.7.2-.1-.8-.5-1.2-.7.1-.9.1-.9 1.4-1.1.5 1.2 1.1 2.3 1.5 3.3.9 0 2.1 0 2.3.1.4.3.3.6.4 1l-.6.1c-.4-.2-.7-.4-1.1-.7-.9.3-1.7.7-2.6 1h-.4zm4.2 2.1-1.6-1.6.7-.1c.2.2.3.5.5.7.1.1.3.3.6.4 1.2.3 1.3.2-.2.6zm4.1-.5c-1-.2-2-.3-3.4-.6.9-.3 1.4-.5 2.1-.7 0 .3-.1.5-.1.7.6.1 1.1.2 1.6.3l-.2.3zm2.4-3.8c.5.4 1.4.7.6 1.1 1.5-.3 3 0 4.4.3.9-.4 1-.8-.4-1.3 1.4.1 2.3.2 3.6.3 0 0 .1 0 .3.1.1.1.3.1.4.2.2.3.5.7.1.9-.8.4-1 .7.6.8-1.2.7-2.4 1.3-3.6 2-1.8-.8-.1-1.7-.9-2.6-1.5 0-3.2-.1-4.5-.7-.6 0-1.2.1-2.1.1l1.5-1.2zm1.6 3.3c1.2.1 1.9.4 1.7.7-1.2 0-2.2-.1-3.3-.1-.1-.4.6-.6 1.6-.6zm.5 2.9c-.4.1-1-.1-1.7-.1 1.3-.4 2.2-.7 3.1-1 .6.7-.2.9-1.4 1.1zm25.3-.5c-1.1-.3-1.3-.5-.3-.8.4-.1.3-.4.6-.6.4-.3.9-.6 1.4-.9-1.2-.2-1.8-.2-2.4.3-.6.5-1.7.8-2.6 1.2-.2.4.6 1.1-1.7.7 0 0-.5.3-.5.4.1.3.5.7.8 1.1-1.3.1-2.7.2-4.1.4-.3-.5-.7-.9-1-1.4-1.4-.1-1.4-.1-.8-.5.2-.1.2-.2.3-.3.1-.1.1-.2.5-.3.1.2.2.3.3.5 1.6-.5 1.8-.8.6-1.5.1.2.2.4.3.7-.5-.1-.9-.2-1.4-.4-.5.4-.9.8-1.5 1.3-.1-.3-.1-.5-.2-.7h-1.5c-.3-.3-.7-.5-1.3-1 .8.2 1.2.3 1.8.4-.1-.3-.1-.5-.2-.7.7.1 1.6.4 1.9.3.6-.1 1-.4 1.4-.7l-2.2-.5-.4.1.4-.6c-1.7-.4-2.4-.2-2.9.4-.6.7-1.7 1.3-2.8 1.9-.5.3-1.6.4-2 .7-.3.2.1.6.2.9-1 0-1.8.1-3 .1.2-.2.4-.4.6-.5.1-.1.5-.1.4-.2-.9-.7 1.4-.8 1.4-1.4 0-.1.9-.2 1.4-.2-.8-.8 1.4-.6 2.2-1 .4-.2.6-.4 1-.6l-.5-.1c-.4.1-.7.3-1.1.4-1.1-.6-.9-.8.6-1 2-.3 4-.6 6.3-1 .3.3.9.7 1.4 1.1.3-.2.7-.5 1-.8h.3l.2.6c1.4 0 1.4 0 1.2-.9-.1-.4.1-.8.4-1.3.5.5 1 .9 1.7 1.5.3-.5.6-.9.8-1.2h.4c-.1-.3-.2-.5-.4-.9 1.1.1 1.8.2 2.5.3-.2.5-1.8.8-.6 1.4.2.1-.4.4-.3.8l1.5-.5.5.1c-.3.2-.5.5-.9.7-.3.2-.6.3-.9.4.6.2 1.1.4 1.8.5 2.6.3 2.8.4 1.9 1.4-.3.3-.2.6-.3 1.2-.1-.3-.2-.4-.3-.6-.1.5.3 1.1-.3 1.5-.6.4-2.1.5-3.2.8-1.2-.5-.8-.8 1.6-1zm1.3 3c-.2.1-.8.2-.9.1-.3-.1-.6-.3-.5-.4.4-.4 1.3-.6 2.4-.4-.5.3-.7.5-1 .7zm2.6-2.2c-.2.1-.8.1-1.2.1-.1 0-.2-.1-.2-.2.4 0 .7-.1 1.1-.1h.6l.2-.2c-.5-.1-.9-.2-1.6-.3.1-.1.2-.3.3-.5.7.2 1.3.3 2.2.5-.4.2-.8.5-1.4.7zm.3-3.6c-.2 0 .1-.4.2-.7.6.3 1 .4 1.5.6l.6-.6h.4l.3.6c.1 0 .3-.1.4-.1 1.2 0 2.5 0 3.7.1.4 0 .7.3 1.3.6-2.4-.1-3.1.4-3.8.9-.8-.4-1.5-.7-2.1-1-.9-.1-1.8-.2-2.5-.4zm3.8 2.5c0-.3.1-.6.1-.9l.7-.1c.4.3.9.6 1.6 1H127zm6.5 1.1c-.5-.2-1-.3-1.6-.5-.4 0-.9.1-1.4.1l-.2-.2c.7-.1 1.4-.3 2.1-.4.5.4.9.7 1.3.9l-.2.1zm.2-2.9 1.3-.6.7.3c-.4.2-.8.4-1.3.6.1-.1-.4-.2-.7-.3zm4.8 5.3h-.5l-1.1-.9.2-.2c.5.1 1.2.2 1.4.4.3.2.1.5 0 .7zm3.6-3.3c-.4.1-.8.2-1.2.2-1.3 0-1.4.1-1 .6.3.3-.5.7-.8 1H136c.2-.2.3-.5.5-.5 2-.1 1.7-.6 1.6-1-1.1-.3-1.9-.5-3.2-.9 1.3-.2 2.2-.3 3.5-.5l.3-.3h.3l.4.9h.6c.5-.5-.5-1-1.1-1.5-.2-.1-1.5-.1-2.5-.1.1-.1.1-.3.3-.4.8-.3 1.7-.5 2.7-.7.5-.1 1-.3 1.9-.1.5.1 1.5 0 2.2-.1l.4.2c-.5.1-1 .3-1.4.4-.5.2-.9.4-1.2.5 2.6.5 4.3.2 5.7-.6l.6.3c-.3.2-.4.6-.8.6-1.3.2-1 .4-.4.7.2.1.2.3.2.4-.4 0-.8-.1-1.1-.1-1.9-.5-3.5-.4-4.7.4.4.2.8.4 1.3.6zm4.8 1.6c-.6-.3-1-.5-1.5-.7.8-.1 1.5-.2 2.3-.3-.2.3-.4.5-.8 1zm17-5.3c.1 0 .5-.1.6 0 .2.1.4.2.4.3 0 .2-.2.3-.3.5-.1.2 0 .3-.1.6-1.1-.4-1.3-1.2-.6-1.4zm-11.4-2.5c-.1.5-.1 1-.2 1.6-1.4-.6-1-1.1.2-1.6zm-2.2 7.4c.3-.5.6-1.1.9-1.7.7.1 1.4.1 2.1.2.6.9 1.5 1.3 3.4 1.2l.1.4c-1.4.3-3.4-.1-4.5.5-.4-.1-.8-.2-1.1-.3-.2-.1-.4-.2-.9-.3zm1.6 2.4c.1-1.1 1.4-1.7 3.9-1.6-1.2.5-2.5 1-3.9 1.6zm5.3-.3h-.5l.2-2 1.1-.8h.3l-1.1 2.8zm-.3-4.8c-1.7.1-1.9.3-1.4.9.2.2-.1.4-.2.6l-.5-.1c-.2-.4-.4-.7-.7-1.2-.3.2-.7.3-.9.4-1.1-.3-2.1-.7-3.3-1.1 1.1-.2.8-.9 2.2-.9-1-.2-.6-.8-1.6-1v-.2c1 .1 1.9.2 2.8.2h.5c.5-.1 1.1-.1 1.6-.2l1 1.1-.4.1c-.3-.1-.5-.3-.9-.4-.5.1-1 .3-1.5.5h.3c.6.6 1.5.3 2.5.3.5 0 1.2.4 2.1.7-.8.2-1.2.3-1.6.3zm7.8 3.3c-.1.2-.7.2-1.4.2.1-.2.2-.5.3-.8-.4 0-.8.1-1.2.1l-.6-.6c.3-.2.5-.4.8-.7 1.8.5 2.8 1 2.1 1.8zm-5.7-.9c.4-.3.7-.6 1.1-.8.2-.1 1.2-.1 1.2-.1.3.2.3.4.5.6-.8.2-1.6.3-2.8.3zm7.3 3.8c-.2-.2-.4-.4-.6-.7 1.7-.1 2.4.2 2.8.8-.9 0-1.4 0-2.2-.1zm3.9-2-1.4-.7c.5-.4.8-.7 1.2-.9h.4c-.1.4-.1.9-.2 1.6zm-1.9-2.9c-.3.1-1.2-.2-1 .2.1.2.1.5 0 .7-.1.3-.4.6-.6.8l-.7-.1c.1-.3 0-.6.3-.9.7-.6-.2-1.9-1.9-2.1-.5-.1-1.2 0-1.7.1-.1 0-.1.3 0 .3.4.1.9.1 1.8.1.2.1.5.4.8.7-.2.1-.3.1-.4.1-1.4-.3-3.2-.2-4.4-.6-.6-.2-1.3-.5-1.2-.8.1-.4-1.2-1.2 1.4-1.1.6 0 1.2-.3 2-.5.1.2.2.4.4.6.1.1.2.4.3.4 2.1.1 3.8 1.2 6.3.6.4-.1 1.4.2 2 .4-1.3.5-2.3.9-3.4 1.1zm1.5-1.6c-.2 0-.5-.2-.5-.2.1-.2.3-.4.7-.5.3-.1 1 0 1.2 0 .6.4 1.2.6 2.4.1l.2.2-.5 1.6c-.8-.5-1.5-1.1-3.5-1.2zm6.3 6-1.6-.7.4-.2c.8.1 1.5.2 2.7.3-.6.3-1 .5-1.5.6zm1.4-3.8c-.3 1-.6 1.8-.8 2.7-.5-.2-.6-.2-.6-.2 1.2-.9-1.5-1.4-1.7-2.1-.1-.4-.7-.8-1.1-1.2.7-.1 1.3-.2 2-.4.5.2 1.1.4 1.8.7.1-.6.2-1.2 1.9-1.4.1.5.2.9.2 1.3H178c-.1 0-.3.3-.5.6zm2.5 2.4c-.8-.3-1.3-.5-1.9-.7l.5-.2c.5 0 1 .1 1.7.1-.1.4-.2.6-.3.8zm2.8-5.4c.6.3.9.5 1.4.7.4-.2.6-.3.9-.5l.6.1c-.3.5-.5.9-.9 1.5-.7-.7-3.1-.9-2-1.8zm4 3c-1.5-.7-1.5-1.2.1-1.4 0 .3 0 .5.1.8.5.1.9.1 1.7.2-.8.2-1.3.3-1.9.4zm2.4-5.1c.2 0 .6 0 .7.1.1.1.1.2 0 .3-.3.2-.7.4-1.1.5-.5-.2-.3-.8.4-.9zm-.3 2.7c.3-.2.6-.3 1.1-.4.4 0 .9.1 1.4.1l.3.2c-.7.1-1.5.2-2.3.3-.1 0-.5-.2-.5-.2zm6.1 1.8c-.2-.1-.4-.1-.5-.1-1.7.3-3.2.6-4.8 1-.4-.7 0-.8 2.7-.8.4-.3.8-.7 1.3-1.1.6.4 1 .7 1.5 1h-.2zm32.2-.1c.2 0 .7.1 1 .1-.6.2-1.1.3-1.8.5-1.1-.6.3-.5.8-.6zm-10.1.1c.4 0 .8.2 1.2.4l-.2.2h-1.9l-.3-.2c.4-.2.8-.5 1.2-.4zm-11.8-1c.3-.3.9-.5 1.7-.7-.2.2-.4.4-.4.5.9.7 1.7 1.3 2.7 2-.8-.2-1.3-.3-1.8-.4-.4-.4-.7-.8-1.1-1.2h-.5c-.1.3-.2.5-.3.8h-.7c.1-.3.1-.7.4-1zm-1.6.6c1.3.6 1.2.7-1.2.8-.9-.6.7-.6 1.2-.8zm2.7 1.8c-.2.2-.3.4-.6.5-.4.1-.9.2-1.4.3-.4-.5.6-.7 1.3-1-.3-.2-.8-.4-.8-.6 0-.1.7-.3 1.1-.3.4 0 1 .1 1.5.2.6.3.6.5-.6.5-.5 0-.8.1-1.2.2.3.1.7.1.7.2zm.6.4c0-.7 0-.7 3.1-.5-.5.8-2.3.2-3.1.5zm2.8 1.9c-.8-.7-.7-.7 1.6-.9-.5.3-1 .6-1.6.9zm3.8-2.8-.2-.1c-.2.2-.5.4-.9.7-.1-.5-.1-.9-.2-1.5 1-.4 1.5.4 2.5.4l.2.2-1.4.3zm3.1 4.6h-.5c-.2-.2-.6-.5-.5-.7.1-.2.7-.4 1.1-.5h.5l-.6 1.2zm2.6-3.8c-.6-.2-1.3-.3-1.8-.5-.2-.1 0-.3.1-.5.8.3 1.4.5 1.8.7.2.1.2.2.2.3 0 0-.2.1-.3 0zm1.7-.2c-.6-.4-1-.6-1.3-.9l1.6-.3.4.2c-.2.2-.4.5-.7 1zm2.6-1.8h-2c-.3 0-.7-.1-1-.1.1-.1.1-.4.4-.4.9-.2 1.9-.3 3.4-.4-.4.4-.7.7-.8.9zm1-6.7c-.1.1-.8.2-1.1.2-.2 0-.4-.3-.5-.4-.2-.3-.3-.6-.5-.9h.4c.5.2 1.1.4 1.5.6.1.1.3.4.2.5zm.5 8.3c.8-.2 1.7-.5 2.6-.7.3-.1.8 0 1.3 0-.2.2-.3.4-.6.5-.9.2-1.9.3-2.9.4l-.4-.2zm3.4 4.2c-.1.5-.1.9-.1 1.4-.5-.3-.9-.5-1.2-.8h-.6l1.3-.7.5.1c.1-.8.1-1.4.2-1.9h.5c.3.4.7.8 1.1 1.3-.5.1-.9.3-1.7.6zm10.5-7.9 1.4 1.4c-.4 0-.8.1-1.2.1-.2.3-.3.5-.5.8l-.7-.1c.2-.4.3-.7.5-1.1-1.3-.2-1.3-.2.5-1.1zm1.8 3.5c-.1.5-.3 1-2.2 1-.5-.7-.4-.8 2.2-1zm-7.2-8.4h.3c.2.4.3.9.5 1.3-.6 0-1 0-1.5-.1.3-.4.5-.8.7-1.2zm-.3 7c.1.6.2 1.1.3 1.6l-2.1-.4-.2-.2c2.4.1 1-.7 2-1zm-2.5 4.7c.1-.6.1-1.1.2-1.7 2.2.8 2.2 1.1-.2 1.7zm4.7-1.2c0 .2-.1.3-.2.6-.4-.2-.7-.3-.9-.4-.2-.1-.3-.3-.4-.4-.2-.9-.1-.9-2.2-1.4.6-.1 1.2-.2 1.7-.3 2.3.5 2.5.7 1.3 2 .3 0 .4 0 .7-.1zm1.5.4c.3.2.6.4.8.6l-1.5.6c-.3-.3-.3-.3.7-1.2zm-.6 2.3c-.5-.8 1.9-.3 2-.7.6.7.4.8-2 .7zm3.2-1.3c-.6-.1-2.1-.2-1-.8.4.5 2.5-.1 2.3.7 0 .1-1 .2-1.3.1zm3.6.8c0-.4.1-.8.1-1.2 1.3.5.9 1.1-.1 1.2zm11.6-3.9c.8.1 1.4.2 2.2.2-.6.3-1.1.5-1.6.7h-.6v-.9zm1.1 3.9c-.5.1-1.2-.2-1.9-.3l.1-.2 2.7-.3.5.2c-.4.2-.8.6-1.4.6zm17.2.8c-.9-.2-1.8-.4-2.6-.7-.3-.1-.4-.2-.6-.4 1 0 2-.1 3.1 0 .2 0 .4.4.4.5 0 .3-.2.5-.3.6zm33-2.1c-.9-.2-1.5-.4-2-.6-.4.1-.7.2-1.1.3-.1 0-.7-.3-.6-.3.2-.2.5-.4.9-.4 1 0 2.1.1 3.3.1-.2.3-.3.5-.5.9zm8.4-1.9c-.6 0-1.3 0-2.6.1.4-.3.7-.5.9-.7l1.8.4-.1.2zM506 242c.8-.3 1.5-.2 2.2.1-.7 0-1.4.1-2.3.1 0 0 0-.2.1-.2zm.6 6c-.5-.3-1.9-.2-1.8-.7h.4c.5-.1.9-.4 1.1-.3.6.1.6.3.3.6-.1 0 0 .1 0 .4zm-4.4-8.5c.3.5 2.3-.1 2.4.8-.3-.2-.4-.2-.5-.3-1.2 0-2.3.3-3.7-.1.7-.2 1.2-.3 1.8-.4zm.9 6.9h-.4c-.5-.2-.9-.3-1.4-.5.7 0 1.1-.1 1.6-.1.1.2.1.4.2.6zm-5.9-.5c.2 0 .4.1.6.1-.5.2-.9.4-1.3.5l-.3-.1c.1-.2.9-.5-.5-.5-.1 0-.3-.1-.3-.1 0-.1.2-.2.3-.1.6.1 1 .1 1.5.2zm-2.4-7.7c.8.6-.7.5-.8.7l-.4-.1c.4-.2.7-.4 1.2-.6zm-3.2 7.1c0 .1 0 .2-.1.2-.3.2-.6.3-.9.5-.2-.2-.4-.4-.5-.6.7-.1 1.1-.1 1.5-.1zm-4.1-1h.3l-.4.9-.5-.1.6-.8zm-1.3 1.1v.6c-.8-.3-1.3-.5-1.9-.7.7.1 1.2.1 1.9.1zm-4.8-6.8c.2 0 .6.2.8.2-.9.2-1.7.4-2.3.5-.5-.2-.9-.4-1.2-.5.9 0 1.8-.1 2.7-.2zm-13.5 1.3.6.1c-.1.2-.1.4-.2.5h-.7l.3-.6zm-1.7 4.1c.1.1.2.2.2.3h1.2l-.9.5-.4-.1c-.1-.2-1.1-.4-.1-.7zm4.3 5c-.5-.2-.9-.4-1.5-.6-.2.1-.5.2-.7.2l-.3-.1c.3-.1.5-.3.8-.4.1 0 .6.1.9.2.4.1.7.3 1.1.5l-.3.2zm.2-2.6c-.3.3-1.1.6-1.7.9-.2-.1-.4-.1-.5-.2h-.2l.3.3c.1.1.2.2.4.3-.2 0-.6.1-.7 0-.2-.1-.5-.2-.5-.3-.1-.4.8-.6 1.7-.7-.7-.2-1.3-.5-2-.7-.2.2-.3.4-.5.5-.9-.4-1.7-.8-2.7-1.2h1.3s.1.1.2.3c.2-.2.3-.3.5-.4 1 .5 2.8.5 4.7 0 0 .4.1.8-.3 1.2zm-.9-7.5c-.1-.3-.1-.5-.2-.7.7.1 1.3.1 2.1.2-.7.2-1.2.3-1.9.5zm4.3 7.8c-.6.1-1.8-.4-1.8-.8.7.2 1.3.3 1.9.5 0 0 0 .2-.1.3zm2.1-.3c-.2 0-.7.1-1.2.1-.6-.3-1.2-.5-1.7-.8v-.1c.8 0 1.5.1 2.4.1.1-.2.3-.4.4-.7h.3c-.1.5-.1.9-.2 1.4zm1.7-.9 1.8.9c-.3.1-.5.3-.7.4.5.1 1.1.3 1.8.4l-.2.1c-.3-.1-.6-.1-1-.2-.3.1-.7.2-1.1.4-.2-.1-.6-.3-.5-.4.3-.5 0-1-.3-1.5-.1 0 .1-.1.2-.1zm1.9.9c0-.2 0-.5.8-.4.2 0 .3.3.3.5 0 .1-.1.3-.2.4-.3-.2-.6-.3-.9-.5zM478 248c.1-.1.5-.1.7-.1 0 .2.1.4.2.7-1.1-.2-1.3-.4-.9-.6zm2.9.3c-.7 0-1.6.1-1.7-.4.5 0 .9-.1 1.4 0 .3 0 .5.1.8.2-.2 0-.3.1-.5.2zm.6-3.1c-.3.1-.7.1-.9.1-.4-.1-.6-.2-1.1-.4-.2.1-.7.2-1.2.3h-.3c.5-.3 1-.6 1.6-1.1.5.4.8.6 1.1.9h.8c-.1.1 0 .2 0 .2zm.8 1.6c-1.2-.6-.6-1.2-.5-1.8h.3c.2.3.4.7.5 1-.1.3-.2.5-.3.8zm1.6-8c.1.1.3.2.4.4-.6 0-1 0-1.5.1-.9-.6 1-.2 1.1-.5zm.4 7.4c.6.5 1.1.8 1.5 1.2l-.1.1c-.6-.2-1.3-.4-2.1-.6.2-.3.4-.4.7-.7zm5.2 4c-1-.3-1.9-.6-2.9-.8-.8-.2-1.3-.6-1.2-1l-.6.3c-1.1-1.1-1.1-1.1-.9-1.2.6.2 1.3.4 2.1.7v.3l.3.1c.1-.1.2-.2.2-.3.1-.2-.8-.7.9-.4.1 0 .4-.1.9-.3.2.3.3.6.5.8-.6 0-1.1-.1-1.7-.1-.3.4-.4.9 1 1.2.4 0 .9-.1 1.5-.1 0 .3 0 .5-.1.8zm1.5-3.2c-.1 0-.8.2-1.3.3 1.3.5.1.9.2 1.3 0 0-.5.1-.8.1 0-.4.1-.7.1-1.1 0-.3-.1-.5-1-.3-.2.1-.6.1-1 .1-.1-.1-.1-.2-.2-.4-.3.2-.5.4-.8.5-.2-.4-.3-.8-.5-1.3.5.2.7.3 1 .4.3-.1.6-.2 1-.3 0 .2 0 .3.1.4.5.1 1 .2 1.6.3.2-.2.3-.4.6-.6-.6 0-1.1-.1-1.6-.1-.2-.7 1.1-.2 1.6-.4.3.3.5.6.7.8.6 0 1.1 0 1.8-.1-.4.5-.6.7-1.5.4zm.3-7.1c-.1-.3-.1-.5-.2-.7.7 0 1.2.1 1.8.1l.2.1c-.5.1-1 .3-1.8.5zm2.5-.1c-.2-.1-.1-.2-.2-.4 1.2.2 2.3-.2 3.2.3-.8.1-1.5.1-2.2.1-.3 0-.7.1-.8 0zm.9 9.2c.2-.3.2-.6.5-.8.2.5-.2 1 .7 1.5-.7-.2-1.6-.3-1.2-.7zm2.6.3c-.1.1-.4.2-.5.3l-.7-.4c.3 0 .5 0 .8-.1.2 0 .4-.1.6-.2-.1.1-.1.2-.2.4zm.9-1.9h-.5c-.5.2-1 .4-1.6.6-.4-.3-1.4-.5-.8-1 .1 0 .2.1.3.1l1.1.3c.2-.1.3-.3.6-.4.1-.1.4-.2.5-.2.4.1.8.2 1 .3.3.2.4.4.6.7.2.2-.2.3-1.4.1.2-.1.4-.2.4-.3 0-.1-.1-.2-.2-.2zm.9 1.9c-.4.3.6.9-1 .9.2-.3.5-.6.4-.9 0-.4.4-.7 1.2-.9.4-.1.7-.1.2-.4-.6-.4-.7-.9-.9-1.3-.1-.1.2-.2.4-.3h.7v.4c0 .1-.1.3-.1.4h.4c.1-.1.2-.3.4-.5.2.2.4.3.6.4l2.1-.6h2.1c-.6.2-1.1.4-1.8.7-.2-.1-.4-.1-.6-.2-.1 0-.2.1-.2.1.2.1.5.2.8.3.9.2 1.2.4.9.6-.9-.1-1.8-.2-2.6-.2-.3 0-.8.1-.9.3-.1.1.2.3.3.4.2.1.4.2.7.4-1.2.2-2.1.3-3.1.4zm4.9-.2 1.2-.6.5.2c-.4.3-.9.6-1.3.9-.1-.1-.3-.3-.4-.5zm3.3 1h-.3c0-.1.1-.2.1-.3-.5-.2-.9-.3-1.5-.5h1.1c0-.1 0-.3-.1-.4h.4c.1.1.1.3.2.4.2 0 .5 0 1 .1-.4.2-.7.5-.9.7zm.9-1.1c-.9-.2-1.1-.6-.7-1 1 .2 1 .2.7 1zm-.6-2.3c-.1-.4-.1-.6-.2-.8h.2c.3.2.7.4.9.6-.1 0-.6.1-.9.2zm.3-6.2c-.6-.2-1-.3-1.4-.5l.2-.1c.7.2 1.2.1 1.4-.2l.4.1c-.2.2-.3.4-.6.7zm46.9 7.5c.1.1-.8.2-1.3.4-.1-.5-.1-.8-.1-1.1l.3-.1c.4.3.9.5 1.1.8zm-1.7-4.5c.3.2 1.2.4.2.7-.2-.3-.4-.5-.6-.7h.4zm-8 5.2-.4-.4c-.4.1-.7.3-1 .4-.9-.4-.8-.6.4-.9.1.3 1.6.4 1 .9zm-.6-7.3.1.1c-.5.1-1 .2-1.6.3-.1-.1-.3-.2-.5-.3.8 0 1.4-.1 2-.1zm-3.7 5.7c.3.2.5.4.8.6h-1.7c.2-.2.5-.4.9-.6zm-5.2-6 1.3-.1.3.6-.4.1-1.2-.4v-.2zm-6.2 5.9c.3.1.7.1.9.2.4 0 .7-.1 1-.1.1.1.2.2.1.2-.3.1-.6.2-.9.1-.5 0-.9-.2-1.3-.3l.2-.1zm-2-1c.9.3 0 .6 0 .9-1.1-.4-1.1-.4 0-.9zm-1.2.9h.3c0 .1.1.3 0 .4-.2.1-.6.2-.9.3l-.3-.1.9-.6zm-10.1 1-.1.8h-.4l-.1-.8h.6zm-7-.7c.1.1.1.2.1.3h1.1v.6c-1.3.1-1.8-.3-1.2-.9zm1.7 1.8h-1.3l-.2-.1c.3-.1.6-.2 1-.3.1 0 .5.2.8.3l-.3.1zm.9-.3c.1-.2.2-.4.2-.6-.2 0-.5-.1-.9-.1.1-.2.2-.3.2-.4-.4-.2-.7-.3-.8-.4.6-.2 1.2-.3 1.4-.4.1-.1-.5-.3-.8-.5.1-.6.1-.6.9-.7.4.8.7 1.5 1 2.1.6 0 1.4 0 1.5.1.3.2.2.4.3.6h-.4c-.2-.1-.5-.3-.8-.4-.6.2-1.2.4-1.7.7h-.1zm2.8 1.3c-.4-.4-.7-.7-1-1.1l.5-.1c.1.1.2.3.4.4.1.1.2.2.4.2.6.4.6.4-.3.6zm2.7-.3c-.7-.1-1.3-.2-2.3-.4.6-.2.9-.3 1.4-.5v.5c.4.1.7.2 1.1.2l-.2.2zm1.6-2.6c.3.3.9.5.4.8 1-.2 2 0 2.9.2.6-.3.6-.5-.3-.8.9.1 1.5.1 2.4.2 0 0 .1 0 .2.1.1 0 .2.1.2.1.1.2.3.5.1.6-.5.3-.7.4.4.5-.8.4-1.6.9-2.3 1.3-1.2-.5-.1-1.1-.6-1.7-1.1 0-2.2-.1-3-.5-.4 0-.8 0-1.4.1.3-.3.6-.6 1-.9zm1 2.3c.8 0 1.2.3 1.1.5-.8 0-1.4 0-2.2-.1 0-.3.5-.5 1.1-.4zm.4 1.8c-.3 0-.7 0-1.1-.1.8-.3 1.4-.5 2-.7.3.6-.2.7-.9.8zm17.4 1.7c-.1.1-.5.1-.6.1-.2-.1-.4-.2-.4-.3.3-.3.8-.4 1.6-.2-.2.1-.4.3-.6.4zm.4-2.8c0 .3.2.7-.2 1-.4.3-1.4.4-2.1.5-.8-.3-.5-.5 1-.6-.7-.2-.9-.3-.2-.5.2-.1.2-.3.4-.4l.9-.6c-.8-.1-1.2-.1-1.6.2-.4.3-1.1.5-1.7.8-.1.3.4.7-1.1.5 0 0-.4.2-.3.3.1.2.3.5.5.7l-2.7.3c-.2-.3-.4-.6-.7-.9-.9 0-.9-.1-.5-.3l.2-.2c0-.1 0-.1.3-.2.1.1.1.2.2.3 1.1-.3 1.2-.5.4-1 .1.1.1.3.2.5-.4-.1-.6-.2-1-.3-.3.3-.6.5-1 .8 0-.2-.1-.3-.1-.5h-1c-.2-.2-.5-.4-.8-.6.5.1.8.2 1.2.3-.1-.2-.1-.4-.1-.5.5.1 1 .3 1.3.2.4-.1.6-.3.9-.4l-1.5-.3-.3.1.2-.4c-1.1-.3-1.6-.1-1.9.3-.4.4-1.1.8-1.8 1.2-.3.2-1 .2-1.3.4-.2.1.1.4.2.6-.6 0-1.2 0-2 .1.2-.1.3-.2.4-.3.1 0 .3-.1.3-.1-.6-.5.9-.5.9-.9 0-.1.6-.1.9-.2-.5-.5.9-.4 1.5-.6.3-.1.4-.3.6-.4l-.3-.1c-.2.1-.5.2-.7.3-.7-.4-.6-.5.4-.6 1.3-.2 2.6-.4 4.2-.7.2.2.6.5.9.7.2-.2.4-.4.7-.6h.2l.1.4c.9 0 .9 0 .8-.6-.1-.3 0-.5.3-.9.3.3.7.6 1.1 1 .2-.3.4-.6.5-.8h.2c-.1-.2-.2-.3-.3-.6.7.1 1.2.1 1.7.2-.1.3-1.2.5-.4.9.1.1-.3.3-.2.5l1-.3.3.1c-.2.1-.4.3-.6.4l-.6.3c.4.1.8.3 1.2.3 1.7.2 1.8.3 1.3.9-.2.2-.1.4-.2.8-.1-.3-.1-.4-.2-.5zm1.4 1.4c-.1.1-.5 0-.8 0 0 0-.1-.1-.2-.1.2 0 .5-.1.7-.1h.4l.1-.1c-.3-.1-.6-.1-1-.2 0-.1.1-.2.2-.3.5.1.9.2 1.4.3-.2.1-.5.3-.8.5zm.2-2.4c-.1 0 .1-.3.2-.5.4.2.6.3 1 .4l.4-.4h.2c.1.1.1.2.2.4.1 0 .2-.1.3-.1.8 0 1.6 0 2.4.1.2 0 .5.2.8.4-1.6-.1-2 .2-2.5.6-.5-.2-1-.5-1.4-.6-.6-.1-1.2-.2-1.6-.3zm2.5 1.6c0-.2 0-.4.1-.6h.4c.3.2.6.4 1 .7-.7-.1-1.1-.1-1.5-.1zm4.2.7c-.3-.1-.7-.2-1-.4-.3 0-.6 0-.9.1l-.1-.1c.5-.1.9-.2 1.4-.3l.9.6-.3.1zm.2-1.9.9-.4.5.2c-.3.1-.5.3-.8.4-.1 0-.4-.1-.6-.2zm3.1 3.5h-.4l-.7-.6.2-.1c.3.1.8.2.9.3.2.1.1.3 0 .4zm5.6-1.1-1-.5c.6-.1 1-.1 1.5-.2-.2.3-.3.4-.5.7zm.2-2.4c-.9.1-.7.3-.3.5.1.1.1.2.2.3-.2 0-.5 0-.7-.1-1.6-.3-2.7-.3-3.5.2.2.1.6.2.9.4-.3 0-.5.1-.8.1-.9 0-.9.1-.6.4.2.2-.3.5-.5.7h-2c.1-.1.2-.3.3-.3 1.3 0 1.1-.4 1.1-.6-.7-.2-1.2-.3-2.1-.6.9-.1 1.5-.2 2.3-.3l.2-.2h.2l.3.6h.4c.3-.4-.3-.7-.7-1-.1-.1-1-.1-1.7-.1.1-.1.1-.2.2-.3.5-.2 1.1-.4 1.7-.5.3-.1.7-.2 1.3 0 .3.1 1 0 1.5-.1l.3.1c-.3.1-.7.2-.9.3-.3.1-.6.3-.8.3 1.7.3 2.9.1 3.8-.4l.4.2c-.2.1-.2.4-.5.4zm14.5-6.9-.2.1c-2-.1-2-.1-1.8-.6.6.2 1.3.4 2 .5zm-2.7-1.1c.4.1.7.2 1.1.3-.4.1-.7.2-1.2.3.1-.2.1-.4.1-.6zm-.9 6.9h.4c.1.1.3.1.3.2s-.2.2-.2.3v.4c-.8-.2-.9-.8-.5-.9zm-2.1-6.2c.3-.1.7-.1 1.4-.2 0 .1.1.3 0 .3-.5.1-1.1.1-1.6.2.1-.1 0-.3.2-.3zm-5.3 4.6c0 .3-.1.7-.1 1-1-.4-.7-.7.1-1zm.4 1.5h.3c.4 0 .7-.1 1.1-.1l.6.7h-.3l-.6-.3c-.5.2-1 .3-1.5.5 0-.1-.1-.2-.1-.2-1 .1-.5-.5-1.3-.7.6.1 1.2.1 1.8.1zm-.9 5c.1-.7.9-1.1 2.6-1.1-.8.3-1.6.7-2.6 1.1zm3.5-.2h-.3l.1-1.3c-.9.2-2.2-.1-2.9.3-.3-.1-.5-.1-.8-.2-.1-.1-.3-.2-.6-.2.2-.3.4-.7.6-1.1.5 0 .9.1 1.4.1.4.6 1 .9 2.2.8l.1.3.7-.6h.2l-.7 1.9zm-.1-3.2c-1.1.1-1.2.2-.9.6.1.1-.1.3-.1.4h-.3c-.1-.2-.3-.5-.5-.8-.2.1-.5.2-.6.3-.7-.2-1.4-.5-2.2-.7.8-.1.5-.7 1.9-.5h.8c.4.4 1 .2 1.6.2.3 0 .8.3 1.4.5-.6-.1-.9 0-1.1 0zm1.3 1.6c.3-.2.4-.4.7-.5.2-.1.8-.1.8 0 .2.1.2.3.3.4-.5 0-1 0-1.8.1zm3.8.5c-.1.1-.5.2-.9.2.1-.2.1-.3.2-.5-.3 0-.5 0-.8.1-.1-.1-.3-.2-.4-.4.2-.1.4-.3.5-.4 1.2.2 1.9.5 1.4 1zm1 2c-.1-.1-.2-.3-.4-.5 1.1-.1 1.6.1 1.8.5h-1.4zm2.6-1.4c-.5-.3-.8-.4-.9-.5.3-.3.6-.4.8-.6h.3c-.1.4-.1.7-.2 1.1zm-1.3-1.9c-.2.1-.8-.1-.7.2.1.1.1.3 0 .4-.1.2-.3.4-.4.6h-.5c0-.2 0-.4.2-.6.5-.4-.2-1.2-1.2-1.4-.3-.1-.8 0-1.1.1-.1 0-.1.2 0 .2.3 0 .6.1 1.2.1l.5.5c-.1 0-.2.1-.2.1-1-.2-2.1-.1-2.9-.4-.4-.1-.8-.3-.8-.5 0-.3-.8-.8.9-.7.4 0 .8-.2 1.3-.3.1.1.1.3.2.4.1.1.1.2.2.2 1.4.1 2.5.8 4.2.4.2-.1.9.2 1.3.2-.8.1-1.4.4-2.2.5zm1-1c-.1 0-.3-.1-.3-.2.1-.1.2-.2.4-.3h.8c.4.2.8.4 1.6 0l.1.2-.3 1c-.5-.3-.9-.6-2.3-.7zm4.2 3.9-1.1-.5.3-.1c.5.1 1 .1 1.8.2-.4.2-.7.3-1 .4zm.9-2.5c-.2.7-.3 1.2-.5 1.8-.3-.1-.4-.1-.4-.2.8-.6-1-.9-1.1-1.4-.1-.3-.5-.5-.7-.8.4-.1.9-.2 1.3-.2.4.1.7.2 1.2.4.1-.4.1-.8 1.3-.9.1.3.1.6.1.8h-.8c-.1.1-.3.3-.4.5zm1.7 1.6c-.5-.2-.9-.3-1.2-.4l.3-.1c.3 0 .7 0 1.1.1-.1.1-.2.3-.2.4zm38.8-3.5.9.9c-.3 0-.5 0-.8.1-.1.2-.2.4-.3.5l-.4-.1c.1-.2.2-.5.3-.7-.9-.2-.9-.2.3-.7zm-3.6-3.3h.2l.3.9h-1c.3-.4.4-.6.5-.9zm-.2 4.6c.1.4.1.7.2 1l-1.4-.3-.1-.1c1.6.1.7-.4 1.3-.6zm-4 .2c.1 0 .5.1.7.1l-1.2.3c-.7-.4.2-.4.5-.4zm-5.8-7.2c.3.1.2.3.3.5h-.3l-1.1-.5c.4 0 .9-.1 1.1 0zm-.8 7.2c.3 0 .5.2.8.3l-.2.1h-1.2l-.2-.1c.2-.2.5-.3.8-.3zm-18.3-7.9c.5-.1 1-.2 1.4.1-.4.2-.8.4-1.1.5h-1.6c-.1 0-.3-.2-.4-.3.7-.2 1.2-.3 1.7-.3zm.4 5.3c-.2.1-.5.2-.7.3-.4-.2-.3-.6.2-.6.1 0 .4 0 .5.1.1 0 .1.1 0 .2zm-4-5.5c.4 0 .8.2 1.1.3-.4.1-.7.2-1.3.3-.4-.1-.6-.2-.9-.3.4-.1.8-.3 1.1-.3zm.6 7.8c-.5-.5-2-.6-1.3-1.2.4.2.6.3.9.4l.6-.3h.4c-.2.4-.4.7-.6 1.1zm1.4.7c-1-.5-1-.8.1-.9v.5c.3 0 .6.1 1.1.1-.5.2-.9.3-1.2.3zm1.3-1.6c.2-.1.4-.2.7-.2s.6 0 .9.1l.2.1c-.5.1-1 .2-1.5.2l-.3-.2zm4 1.2c-.1 0-.3-.1-.3-.1-1.1.2-2.1.4-3.2.6-.3-.5 0-.5 1.8-.5.3-.2.5-.4.9-.7.4.3.7.5 1 .7h-.2zm1.6-7.2c-.6 0-1.1-.1-1.9-.1.3-.2.5-.3.7-.4l1.4.4-.2.1zm5.1-.3c.2 0 .2.2.3.3-.4 0-.9.1-1.3.1-.1 0-.2-.1-.3-.1-.4.1-.7.2-1.2.3.2-.5 1.7-.8 2.5-.6zm-1 7.2c.9.4.8.4-.8.5-.6-.3.5-.3.8-.5zm1.4 1.6c-.2.1-.6.1-1 .2-.2-.3.4-.4.9-.6.2 0 .5.1.5.1-.1.1-.2.2-.4.3zm-.1-.5c-.2-.1-.5-.3-.5-.4 0-.1.4-.2.7-.2s.6.1.9.1c-.2-.2-.4-.4-.6-.7h-.3c-.1.2-.1.3-.2.5h-.5c.1-.2 0-.5.2-.7.2-.2.6-.3 1.2-.5-.1.1-.2.3-.3.3.6.5 1.2.9 1.8 1.4-.4-.1-.7-.2-1-.2.2.1 0 .2-.6.2-.2.1-.5.2-.8.2zm.9.4c0-.4 0-.4 2-.3-.3.5-1.5.1-2 .3zm1.9 1.3c-.5-.5-.5-.5 1.1-.6-.4.2-.7.4-1.1.6zm2.4-1.8-.2-.1c-.2.1-.3.3-.6.5 0-.3-.1-.6-.1-1 .7-.2 1 .3 1.6.2l.1.1-.8.3zm2.1 2.9h-.3c-.1-.1-.4-.3-.3-.4.1-.1.5-.2.7-.3h.3l-.4.7zm1.7-2.4c-.4-.1-.9-.2-1.2-.3-.1-.1 0-.2.1-.4l1.2.4c.1 0 .1.1.1.2 0 0-.1.1-.2.1zm1.2-.2c-.4-.3-.6-.4-.9-.6l1.1-.2.2.1c-.1.2-.2.4-.4.7zm1.6-1.2h-1.3c-.2 0-.5 0-.7-.1.1-.1.1-.2.2-.3.6-.1 1.2-.2 2.3-.3-.2.4-.4.6-.5.7zm.7-4.4c-.1.1-.5.1-.8.1-.1 0-.3-.2-.3-.3l-.3-.6h.2c.3.1.7.3 1 .4.2.2.3.3.2.4zm.3 5.5c.6-.2 1.1-.3 1.7-.5h.8c-.1.1-.2.3-.4.3-.6.1-1.3.2-1.9.3l-.2-.1zm2.2 3.7c-.4-.2-.6-.4-.8-.5h-.4l.9-.4.4.1c-.1.2-.1.5-.1.8zm0-.9c0-.5.1-.9.1-1.3h.3c.2.3.4.5.7.8-.2.1-.6.3-1.1.5zm-1-10.4c.7-.1 1-.2 1.5-.3l.7.7c-.9-.2-1.5-.3-2.2-.4zm2.8-.2c.2.3.5.5.8.9-1.3-.3-1-.7-1.2-.9h.4zm-.2 9.8c0-.4.1-.7.1-1.1 1.5.5 1.4.7-.1 1.1zm3-.4c-.3-.1-.5-.2-.6-.2-.1-.1-.2-.2-.2-.3-.1-.6-.1-.6-1.5-.9.4-.1.8-.1 1.1-.2 1.5.3 1.6.5.9 1.3h.5c-.1.1-.2.2-.2.3zm1.1-.1c.2.2.4.3.5.4-.3.1-.6.2-1 .4-.2-.2-.2-.2.5-.8zm-.4 1.5c-.3-.5 1.3-.2 1.3-.5.4.5.2.6-1.3.5zm2.1-.8c-.4-.1-1.4-.1-.7-.6.3.3 1.6-.1 1.5.4 0 .1-.6.2-.8.2zm-.6-1.6c-.4-.6-.4-.6 1.4-.7-.1.4-.2.7-1.4.7zm3 2.1c0-.3.1-.5.1-.8.8.3.5.7-.1.8zm6.4-10c.5 0 1 0 1.4.1.2 0 .3.2.6.5-.9-.2-1.4-.3-2-.4v-.2zm2.6 7.6c-.4.2-.7.3-1 .5h-.4v-.6c.5 0 .8 0 1.4.1zm-.7 2.4c-.3 0-.8-.1-1.2-.2l.1-.1 1.8-.2.3.1c-.4.1-.6.4-1 .4zm10.8-9.7-.6.6c-.4-.2-.8-.3-1.1-.5.4 0 1 0 1.7-.1zm.5 10.2c-.6-.1-1.2-.3-1.7-.4-.2-.1-.3-.2-.4-.2h2c.1 0 .3.2.3.4 0 0-.2.1-.2.2zm2-9.7-.1-.1c.4 0 .9-.1 1.2-.1.2 0 .4.2.7.5-.8-.2-1.3-.3-1.8-.3zm4.2.3-.5-.2 1.1-.6.5.2-1.1.6zm15.5 8c-.6-.2-1-.3-1.3-.4-.3.1-.5.2-.7.2-.1 0-.5-.2-.4-.2.1-.1.4-.2.6-.2.7 0 1.4 0 2.2.1-.2.1-.3.3-.4.5zm5.5-1.2h-1.7c.3-.2.4-.3.6-.4l1.2.3-.1.1zm112.3 6.6c.3-.2.5-.4.7-.6.3.1.7.3 1.2.5-.8 0-1.2.1-1.9.1zm5.2.3c-.6-.1-1.1-.3-1.8-.4.2-.3.2-.3 1.3-.1.1-.1.1-.2.2-.2h.3l.4.7h-.4zm4.1-1.4h1.9c.2 0 .2.2.5.5-1-.1-1.8-.2-2.5-.3l.1-.2zm2.8 1.4c-.5.1-1.2 0-1.8 0-.3 0-.4-.3-.6-.4l.4-.1c.8.4 1.4.2 2.3-.1-.1.2 0 .5-.3.6zm9.4 1.1c-.6-.1-1.1-.1-1.7-.2.1-.1.1-.2.2-.3.2 0 .5.1.7.1h1.4c-.1.2-.4.3-.6.4zm29.5.5c-.4 0-.9 0-1.3-.1-.3 0-.4-.2-.6-.3.3-.1.6-.2.8-.2.7 0 1.3.2 2.1.3.1.2-.1.3-1 .3zm12.4 0c-.2 0-.1-.3-.1-.5.9.2 1.9.1 1.9.6-.7 0-1.3 0-1.8-.1zm29.6 4.2h-1.1c0-.1.1-.1.1-.2.3 0 .8.2 1 .2.6-.1.8-.1.9 0h-.9zm4.9 0c.3-.1.6-.1.9-.2 0 .1.1.1.1.2h-1zm31.5-2.2h-1l.7-.7h.5c-.1.3-.1.5-.2.7zm23.3 2.1c.2-.1.5-.1.6-.1s.2 0 .3.1h-.9zm.9-1.4c.1-.3 0-.6-1.3-.4v-.1c.3-.1.6-.3 1.1-.5-.3.4 1.9.5.2 1zm1.9.2c-.2 0-.6.1-1 .1.2-.5.4-.9.7-1.5h.7c-.1.5-.2.9-.4 1.4zm17.9-2c.8.4.6.6-.8.7-.4-.4.2-.6.8-.7zm-.4 1.4c-.2-.1-.4-.2-.5-.3 0 0 .3-.2.4-.2.3 0 .7-.1 1-.1l.3.1-1.2.5zm2.6.6-.3-.2 1-.3.4.2-1.1.3zm6.5-1.1c.1.4.2.8.3 1.1-1.1-.5-1.2-.8-.3-1.1zm9.5 2.2h-.3c-.5-.4.4-.4 1.1-.5.1.3.1.3-.8.5zm3.6 0s0-.1-.1-.1c.5 0 .9 0 1.3-.1 0 .1.1.1.1.2h-1.3zm1.7-1h-.6c-.1-.1 0-.2 0-.2.6-.1 1.2-.1 1.8-.1.3 0 .6.1.9.2-.8-.1-1.5 0-2.1.1zm6.4-.9c-.5-.2-.9-.3-1.2-.5 1.1-.1 2-.1 2.8-.2.2 0 .5 0 .6.1.1.1.1.2 0 .3-.2.1-.5.2-.9.3-.4-.2-.9-.3-1.3 0zm2.1 1.9h-.6l-.2-.5.4-.1c.3.1.7.2.8.4.1 0-.2.1-.4.2zm.4-1c-.3-.1-.6-.2-.8-.3.3-.1.6-.3.9-.3.2 0 .5.2.8.3l-.9.3zm2-.3c-.2-.1-.6-.1-.7-.2 0-.2-.4-.5.4-.7.2.2.4.4.5.6.1.1-.1.2-.2.3zm4.5.1c.5-.4.8-.7 1.2-.9h.2c-.1.3-.1.6-.2.9 0 0-.7-.1-1.2 0zm1.6 1.1h-.8c.3-.1.5-.2.8-.3l.2.1-.2.2zm8.9-3.1c.2.1.6.2.6.2.1.2-.1.3-.2.6-.4-.3-.6-.4-.7-.6 0 0 .2-.2.3-.2zm1.6 1c-.3.2-1 .4-1 .7 0 0-.4.1-.7.1-.1 0-.3-.1-.3-.1.1-.1.3-.1.4-.2.2-.1.3-.2.5-.4s.5-.4.7-.6h.4c0 .2.1.4 0 .5zm8.2-.7-1.6-.3c.2-.1.4-.2.5-.2.5.1.9.2 1.4.3l-.3.2zm13.5.5c-.6.1-1.3.1-1.9.1v-.8h.4c.3.5.6.6 1.7.2-.1.2 0 .4-.2.5zm2.4 2.1h-.2c-.3-.5.9-.4 1.4-.6.3.5-.7.4-1.2.6zm1.2-1.1h-.5l.6-1h.5l-.6 1zm21.7-1.1h-.3c-.2-.2-.4-.5-.6-.7.4 0 .7-.1 1.2-.1-.1.3-.2.6-.3.8zm9 .4h-.4c0-.3-.9-.5.5-.8-.1.3-.1.6-.1.8zm.7 1.5.4-.1.1.1h-.5zm2.9-1.4c0-.1.7-.1.9-.1.7.1 1 .3.4.6-.5-.1-1.7 0-1.3-.5zm.7 1.3s-.3-.2-.2-.3c.2-.1.6-.1.7-.2.5 0 .9 0 1.1.1.1 0 .2.1.3.2-.6.1-1.3.1-1.9.2zm11.2-.9c-.3-.1-.7-.2-.7-.3s.4-.2.6-.2c.3 0 .5.1.8.2-.2.1-.4.2-.7.3zm.1-1c-.3 0-.7-.1-1-.1.2-.1.4-.2.7-.3.4-.1.9-.1 1.3-.1.2 0 .4.2.6.2-.8.2-1.2.2-1.6.3zm5.3-.9c-1.2-.2-1.2.2-1.8.6-.2-.3-.5-.5-.3-.7.2-.1.8-.2 1.2-.2.6-.1 1.3-.1 2.1-.1-.1.4-.4.5-1.2.4zm15.4 2.6c0-.1 0-.3.1-.4.3.2.4.3.6.4h-.7zm-.8-1.7c-.5-.5 1-.5 1.4-.7.6.5-.5.6-1.4.7zm12.2 1.6c.4 0 .7-.1.9 0h-.9zm6.1-2.3c-1.4 0-1.7.3-1.3.8h-.6c0-.3-.2-.6 0-.9s.8-.5 1.4-.9c.4.3.7.5 1 .7 0 .1-.3.3-.5.3zm11.6 2.1h-.9l.9-.3v.3zm1.6-2.2c-.1 0-.3-.1-.5-.2 1-.1 1.7-.2 2.5-.2l.1.2c-.6 0-1.3.1-2.1.2zm3.2-.6-.2.4h-.3c.4-.7.4-.7 1.6-.6l-1.1.2zm2.4.6c.2-.6 1.4-.3 2.1-.4-.3.5-1.5.2-2.1.4zm4.8 1c.3-.5.7-1 1.1-1.6.3.2.4.2.6.4 0-.1.1-.3.1-.4l.6.6c-.7.4-1.5.7-2.4 1zm2.6 1h-1.3c-.1-.1-.3-.2-.4-.3.5.2 2-.2 1.7.3zm17.8-.3c-.1 0-.2-.1-.3-.1.4-.1.7-.1 1-.2l.3.3h-1zm7.9-2.2c1 .2 1.1.4.7.7-.1.1-.6.1-.8.1 0-.2 0-.4.1-.8zm-1.9 1 .7-.7.5.1-.7.7-.5-.1zm1 1.1.6-.3c.4.1.9.2 1.3.3h-1.9zm5.5-.1v-.3c.3.1.5.2.7.3h-.7zm5.3-.1h-.5l.3-.3h.2v.3zm3.5-2-.2.1c-.2-.1-.6-.3-.6-.4 0-.1.5-.2.9-.4 0 .3 0 .5-.1.7zm1 .5-.3-.1c.3-.1.7-.2 1-.3.2 0 .5.1.9.3-.7 0-1.2.1-1.6.1zm16 1.1c.1 0 .1 0 .2-.1h2.4l-2.6.1zm32.2-4.4c-.3 0-.8 0-.8-.1-.1-.2-.1-.3-.1-.6.5.1.7.2 1 .3.3-.1.7-.2 1-.3.1.2.3.5.4.7h-1.5zm27.4-.5h-.4l.4-.9h.6l-.6.9zm8 .3c-.8-1-1-1.2.5-1.2-.1.4-.3.8-.5 1.2zm20.8-12.7c.4.1.9.4 1.5.5.9.2 1.2.1 1.2-.3 0 0 0-.1.1-.1 0 0 .1 0 .3-.1.1.4.2.7.2 1h-2.9c-1.3.1-1.2-.3-1.5-.5.4-.2.7-.3 1.1-.5zm-5.3.5c.3 0 .6.1.8.1.1 0-.2.2-.3.3-.3-.1-.6-.1-.8-.2-.1 0-.1-.1-.1-.2 0 .1.2 0 .4 0zm-1.1.4c-1.5-.1-.8-.5-.5-.7.1-.1.6-.1.9-.2l.2.6-.6.3zm4 3.2v-.7l.2-.1.9.6c-.3.1-.6.2-1.1.2zm2.6-2.4c-.7 0-1.5.1-2.2.1-.8.1-1.5.1-1.3.5 0 .1-.1.1-.1.2h-.3l-.2-.4c-.8-.1-1.5-.3-2.1-.4-.1 0 .1-.2.1-.3 2.4.3 4.5-.2 6.8-.1.2.2.1.4-.7.4zm2.6.1c-.2 0-.5-.1-.5-.1 0-.1.1-.2.2-.3.6-.1 1.3-.1 1.8.2-.6.1-1 .2-1.5.2zm12.2-4c-.7.2-1.2.4-1.9.6-.1-.3-.2-.4-.3-.7.8.1 1.4.1 2.2.1zm-3.6 1.7h.6c0 .2-.1.4-.2.5h-.7l.3-.5zm-1 4.3.3.3c.4 0 .8-.1 1.2-.1l-.8.5-.4-.1c-.3-.1-1.3-.3-.3-.6zm2.1 3.3c-.1-.4.7-.7 1.6-.9-.7-.2-1.3-.4-2.1-.6-.1.2-.3.4-.4.6-.9-.3-1.8-.7-2.9-1 .6-.1.9-.1 1.3-.1 0 0 .1.1.2.3l.4-.4c1 .5 2.8.3 4.6-.3 0 .4.1.8-.2 1.2-.3.4-1 .7-1.6 1.1-.2 0-.4-.1-.6-.1l-.2.1c.1.1.2.2.4.3.1.1.3.2.4.3-.2 0-.5.1-.7.1.1-.4-.2-.5-.2-.6zm2.9 1.4c-.5-.1-1-.3-1.5-.5l-.6.3-.3-.1c.2-.2.4-.3.8-.4.1 0 .6.1.9.2.4.1.8.3 1.2.4l-.5.1zm82.3-7.8c.4.2 1 .4 1.3.7.1.1-.7.3-1.2.5-.1-.5-.2-.8-.3-1.1l.2-.1zm-1.1-3.7c.3.2 1.2.3.3.7l-.7-.7h.4zm-7.2 5.8c-.2-.2-.3-.3-.5-.4-.3.2-.7.3-1 .5-.9-.3-.8-.5.3-.9.3.3 1.7.2 1.2.8zm-1.6-7.3.1.1c-.5.1-.9.3-1.5.4-.1-.1-.3-.1-.6-.3.7 0 1.4-.1 2-.2zm-2.9 6 .9.6c-.6 0-1 .1-1.7.1.2-.3.5-.5.8-.7zm-6.1-5.7 1.3-.2.4.6-.4.1-1.3-.3v-.2zm-5.2 6.4c.3 0 .7.1 1 .1.4-.1.7-.1 1-.2l.2.2c-.3.1-.6.2-.9.2-.5 0-.9-.1-1.4-.2l.1-.1zm-2.1-.8c.9.3.1.6.2.9-1.3-.4-1.3-.4-.2-.9zm-1.1.9h.3c0 .1.2.3.1.4l-.8.4-.3-.1.7-.7zm-10 1.8v.8h-.4l-.2-.8h.6zm-7.6 1.6c-.9-.2-1.2-.5-.9-1 1.1.2 1.1.2.9 1zm-.1-2.5s-.4.2-.8.3c-.1-.4-.2-.6-.3-.8h.2c.3.1.7.3.9.5zm-2.8-6.4c.8.2 1.2.1 1.4-.3l.4.1c-.1.2-.3.4-.5.7-.6-.2-1-.3-1.4-.4l.1-.1zm-.3 2.1c.7-.3 1.5-.3 2.2 0-.7.1-1.4.2-2.3.3 0-.1-.1-.2.1-.3zm1.4 5.9c-.5-.3-2 0-1.9-.6h.4c.4-.2.9-.4 1-.4.7.1.7.3.4.5 0 .1.1.3.1.5zm-5.6-8.1c.4.5 2.3-.2 2.5.6-.3-.1-.4-.2-.5-.2-1.2.1-2.3.4-3.7.2.6-.3 1.1-.4 1.7-.6zm1.9 6.8s-.3.1-.4 0c-.5-.1-.9-.3-1.5-.4.7-.1 1.1-.1 1.6-.2l.3.6zm-5.9-.1c.2 0 .4.1.6.1-.5.2-.8.4-1.2.6l-.3-.1c0-.2.8-.5-.5-.4-.1 0-.3-.1-.3-.1 0-.1.2-.2.3-.2.5 0 1 0 1.4.1zm-5.3-6.3.2.1c-.5.2-.9.4-1.7.6-.1-.3-.2-.5-.3-.7h1.8zm-.4 6.1v.2c-.2.2-.5.3-.8.5l-.6-.6c.6 0 1 0 1.4-.1zm-4.3-.7h.3l-.2.9h-.5l.4-.9zm-1 1.2c0 .2.1.3.1.6-.8-.2-1.4-.4-2-.5.6 0 1.2-.1 1.9-.1zm-4.8.2c-.3.1-.7.2-.9.1-.4 0-.7-.2-1.2-.3-.2.1-.7.3-1.1.4h-.3c.4-.4.9-.7 1.5-1.2.5.4.9.6 1.2.8.2 0 .5-.1.8-.1 0 .1.1.3 0 .3zm-1-6.6c.2 0 .6.1.8.2-.9.3-1.6.5-2.2.7-.5-.2-1-.3-1.3-.4.9-.2 1.8-.4 2.7-.5zm-6 8.5c-.6.1-1.9-.3-1.9-.6.7.1 1.4.2 2 .4 0 0 0 .2-.1.2zm.8-.2c-.6-.2-1.2-.5-1.8-.7l-.1-.1c.8 0 1.5 0 2.4-.1.1-.2.2-.4.3-.7h.3c0 .4 0 .9.1 1.4-.3.1-.8.1-1.2.2zm2.4-1.2c.1.1.3.1.4 0 .7.3 1.3.5 2 .7-.1-.1-.2-.4.7-.4.2 0 .4.3.4.4 0 .1-.1.3-.1.5-.4-.2-.7-.3-1-.5-.2.1-.5.3-.7.4.5.1 1.2.2 1.8.3l-.2.1c-.3 0-.6-.1-1-.1-.3.1-.6.3-1.1.5-.2-.1-.6-.3-.6-.4.2-.5-.2-1-.6-1.5zm.8 2.5c.1-.1.5-.1.7-.1.1.2.2.4.3.7-1.2-.2-1.3-.4-1-.6zm2.9 0c-.7.1-1.5.2-1.7-.2.5-.1.9-.1 1.4-.1.3 0 .5.1.8.1-.2.1-.3.2-.5.2zm1.2-1.5c-1.3-.5-.8-1.2-.7-1.8h.3c.2.3.5.7.7 1-.2.3-.3.5-.3.8zm-.6-7.6c-.9-.4 1-.2 1-.5.2.1.3.2.5.3-.6.1-1.1.2-1.5.2zm2.5 6.8c.7.4 1.2.8 1.7 1.1l-.1.1c-.7-.2-1.3-.3-2.1-.5.1-.2.2-.4.5-.7zm6.8.4c-.1 0-.7.2-1.2.4 1.4.4.2.9.4 1.3 0 0-.5.1-.7.2 0-.4 0-.7-.1-1.1 0-.3-.2-.5-1-.2.2.3.4.5.6.8h-1.7c-.2.4-.3.9 1.2 1.1.4-.1.9-.1 1.4-.2v.9c-.9-.2-1.9-.4-2.9-.6-.8-.1-1.4-.6-1.3-.9l-.5.4c-1.2-1-1.2-1-1.1-1.1.7.2 1.3.3 2.2.5v.3h.3c.1-.1.1-.2.2-.3 0-.2-.9-.7.8-.5.1 0 .4-.2.8-.4-.2.1-.6.1-.9.2-.1-.1-.2-.2-.3-.4-.3.2-.5.4-.8.6-.2-.4-.4-.8-.7-1.3.5.1.8.2 1 .3l.9-.3c0 .2.1.3.1.4.5.1 1 .1 1.6.2.1-.2.3-.4.5-.7h-1.6c-.3-.6 1.1-.3 1.5-.5l.8.8c.6-.1 1.1-.1 1.7-.2-.1.2-.2.5-1.2.3zm2.4-9.1c.9.5-.7.5-.7.8l-.4-.1c.4-.2.7-.4 1.1-.7zm-.7 1.7c-.2-.1-.2-.2-.3-.4 1.2.1 2.3-.3 3.2.1-.8.1-1.5.2-2.2.3-.2 0-.6.1-.7 0zm2.3 9.1c.2-.3.1-.6.3-.9.3.5 0 1.1 1 1.5-.6-.2-1.6-.2-1.3-.6zm2.6.1c-.1.1-.3.2-.5.3l-.8-.3c.2 0 .5-.1.7-.1.2-.1.4-.1.6-.2 0 0 .1.1 0 .3zm.6-2h-.5c-.5.2-1 .5-1.5.7-.4-.2-1.5-.4-1-.9.1 0 .2 0 .3.1l1.1.2.5-.5c.1-.1.4-.3.4-.3.4 0 .8.1 1 .2.3.2.5.4.7.6.3.4 0 .4-1.2.4.2-.1.3-.2.4-.3 0-.1-.1-.1-.2-.2zm3.3 1c.2.1.4.2.8.3-1.1.2-2 .4-3 .6-.2.3.8.8-.7.9.1-.3.4-.6.3-.9-.1-.4.3-.7 1-1 .3-.1.6-.2.1-.4-.7-.3-.8-.8-1.1-1.2-.1-.1.1-.2.3-.3h.7c.1.1 0 .2 0 .4 0 .1 0 .3-.1.4h.4c.1-.1.2-.3.3-.5.2.1.4.2.7.4.7-.2 1.3-.5 2-.7.6 0 1.3-.1 2.1-.2-.5.3-1.1.5-1.7.8-.2-.1-.4-.1-.6-.2-.1 0-.2.1-.2.1.3.1.5.2.8.2.9.1 1.2.3 1 .6-.9 0-1.8-.1-2.6 0-.3 0-.7.2-.8.3-.2.1.1.3.3.4zm2.7.3c.4-.2.8-.4 1.1-.7l.5.1c-.4.3-.8.7-1.2 1l-.4-.4zm3.4.8h-.3c0-.1 0-.2.1-.4-.5-.1-1-.3-1.6-.4.4 0 .7 0 1.1-.1 0-.1-.1-.3-.1-.4h.4c.1.1.2.2.3.4h1c-.4.3-.6.6-.9.9zm1.5-3.1c.1.1.1.2.2.3.4 0 .7-.1 1.1-.1 0 .2.1.4.1.6-1.4.3-2-.1-1.4-.8zm1.9 1.7-1.3.1-.2-.1c.3-.1.6-.3.9-.4.1 0 .5.1.8.2l-.2.2zm1-.4h-.2c0-.2.1-.4.1-.7-.2 0-.5 0-.9-.1.1-.2.1-.3.2-.4-.4-.1-.7-.3-.8-.3.6-.2 1.2-.4 1.3-.5.1-.1-.6-.3-.9-.4 0-.6 0-.6.8-.8.5.7.9 1.4 1.3 2.1.6 0 1.4-.1 1.5 0 .3.2.3.4.4.6l-.4.1c-.3-.1-.5-.2-.8-.4-.5.3-1.1.5-1.6.8zm2.8 1.2c-.4-.4-.8-.7-1.2-1l.5-.1.4.4c.1.1.2.2.4.2.8.2.8.2-.1.5zm2.7-.6c-.7-.1-1.4-.1-2.3-.2.5-.2.9-.4 1.3-.6v.5c.4.1.7.1 1.1.1l-.1.2zm3.1 1.4c-.3.1-.7 0-1.1 0 .8-.3 1.4-.6 1.9-.8.4.4-.1.6-.8.8zm-1.6-1.4c-.1-.3.3-.5 1-.5.8 0 1.3.2 1.2.4-.8 0-1.4.1-2.2.1zm3.2-1.6c-1 0-2.2 0-3.1-.3-.4 0-.8.1-1.4.2l.9-.9c.4.2 1 .4.5.7 1-.3 2-.1 2.9 0 .5-.3.6-.6-.4-.8h2.4s.1 0 .2.1c.1 0 .2.1.3.1.2.2.4.5.2.6-.5.3-.6.5.5.5l-2.1 1.5c-1.3-.5-.3-1.1-.9-1.7zm14.9 1.5c-.7-.1-.9-.3-.3-.5.2-.1.2-.3.3-.4.2-.2.5-.4.8-.7-.8-.1-1.2 0-1.5.3s-1 .6-1.6.9c-.1.3.5.7-1 .6 0 0-.3.2-.3.3.1.2.4.4.6.7-.9.1-1.7.3-2.7.4-.3-.3-.5-.6-.8-.9-.9 0-.9 0-.5-.3.1-.1.1-.2.1-.2 0-.1 0-.1.3-.2l.3.3c1-.4 1.1-.6.3-1 .1.1.2.3.3.5-.4-.1-.6-.1-1-.2-.3.3-.5.5-.8.9-.1-.2-.1-.3-.2-.5-.3 0-.6.1-1 .1-.3-.2-.5-.3-.9-.6.5.1.8.1 1.2.2-.1-.2-.1-.4-.2-.5.5.1 1.1.2 1.3.1.4-.1.6-.3.9-.5l-1.5-.2-.3.1.2-.4c-1.2-.2-1.6 0-1.9.4-.3.5-1 .9-1.6 1.3-.3.2-1 .3-1.2.5-.2.1.1.4.3.6-.6.1-1.2.1-2 .2.1-.1.2-.3.4-.4.1-.1.3-.1.3-.1-.6-.4.8-.6.8-1 0-.1.5-.1.9-.2-.6-.5.9-.5 1.4-.7.2-.1.4-.3.6-.4l-.4-.1c-.2.1-.4.2-.7.3-.8-.3-.7-.4.3-.7 1.3-.3 2.5-.6 4-1 .3.2.6.4 1 .7l.6-.6h.2l.2.4c.9-.1.9-.1.7-.6-.1-.3 0-.5.2-.9.4.3.8.6 1.3.9.2-.3.3-.6.4-.8h.2c-.1-.2-.2-.3-.4-.6.7 0 1.2.1 1.7.1-.1.3-1.1.6-.3 1 .2.1-.2.3-.1.5l.9-.4h.3l-.5.5c-.1.1-.4.2-.6.3.4.1.8.2 1.2.2 1.8.1 1.9.2 1.4.8-.1.2 0 .4-.1.8-.1-.1-.2-.2-.3-.4.1.3.2.6 0 .9-.3.3-1.3.5-2 .7-1-.1-.7-.3.8-.5zm1.1 1.9c-.1.1-.5.2-.6.1-.2 0-.4-.2-.4-.2.2-.3.8-.4 1.6-.3-.2.1-.3.2-.6.4zm1.6-1.6c-.1.1-.5.1-.8.1 0 0-.1-.1-.2-.1.2 0 .5-.1.7-.1h.4l.1-.1c-.3 0-.6-.1-1.1-.1 0-.1.1-.2.2-.3.5.1.9.1 1.5.2-.2 0-.5.2-.8.4zm-.2-2.3c-.1 0 0-.3.1-.5.4.1.7.2 1 .3.1-.2.2-.3.3-.4h.2c.1.1.2.2.3.4.1 0 .2-.1.3-.1.8 0 1.6-.1 2.4-.1.3 0 .5.2.9.3-1.6 0-2 .4-2.4.8-.6-.2-1.1-.4-1.5-.5-.5-.2-1.1-.2-1.6-.2zm2.8 1.4v-.6l.4-.1c.3.2.6.4 1.1.6-.8.1-1.1.1-1.5.1zm4.3.4c-.4-.1-.7-.2-1.1-.3-.3 0-.6.1-.9.1l-.2-.1c.4-.1.9-.2 1.3-.4.4.2.7.4.9.7zm-.2-1.9.8-.4.5.1c-.3.1-.5.3-.8.4 0-.1-.3-.1-.5-.1zm3.7 3.2h-.4l-.8-.5.1-.1c.3.1.8.1 1 .2.2.1.1.3.1.4zm1.1-2.6.9.3c-.3.1-.5.1-.8.2-.9.1-.9.1-.6.5.2.2-.3.5-.4.7-.7 0-1.2.1-2 .1.1-.1.1-.3.3-.4 1.3-.1 1-.5 1-.7-.7-.1-1.3-.3-2.2-.5.9-.2 1.4-.3 2.2-.5l.2-.2h.2l.3.6h.4c.3-.4-.4-.7-.9-.9-.1-.1-1 0-1.7 0 0-.1 0-.2.2-.3.5-.2 1.1-.4 1.7-.6.3-.1.6-.2 1.2-.1.3.1 1-.1 1.4-.2l.3.1c-.3.1-.6.2-.9.4-.3.1-.5.3-.7.4 1.7.2 2.9-.1 3.7-.7l.4.1c-.1.2-.2.4-.5.5-.8.2-.6.3-.2.5.1.1.1.2.2.3h-.7c-1.2-.3-2.3-.2-3 .4zm4.3 1.1c-.4-.2-.7-.2-1-.4.5-.1.9-.2 1.5-.3-.2.2-.4.4-.5.7zm61.5-4.9c0 .4-.1.7-1.3.8-.5-.5-.5-.5 1.3-.8zm-1.6-2.2c.4.3.7.5 1 .8-.3 0-.5.1-.8.1l-.3.6h-.4c.1-.2.2-.5.2-.7-.8-.1-.8-.1.3-.8zm-4-2.9h.2c.2.3.3.5.5.8h-1c.1-.3.2-.6.3-.8zm-7.2-.1c.4.1.8.2 1.1.3.2.1.3.2.2.3-.1.1-.5.2-.7.2-.1 0-.3-.2-.4-.2-.2-.2-.3-.4-.4-.5l.2-.1zm-22.2-1c.5-.1.9-.3 1.4 0-.4.2-.7.4-1 .6-.4 0-.9.1-1.6.1-.2-.1-.4-.2-.5-.3.7-.1 1.2-.3 1.7-.4zm1.1 5.3c-.2.1-.4.3-.7.4-.4-.2-.3-.5.2-.6h.5c.1 0 .1.1 0 .2zm-14.5-4.5-.2.2c-2 .1-2 .1-1.9-.4.8.1 1.5.1 2.1.2zm-2.7-.9c.4.1.6.2 1.1.2-.4.1-.6.2-1.1.4v-.6zm.1 6.9c.1 0 .3-.1.4-.1.1.1.3.1.3.2s-.1.2-.1.3v.4c-.8-.1-1-.6-.6-.8zm-7.7-1.1c0 .3 0 .7.1 1-1.1-.2-.8-.6-.1-1zm-1.099 1.5c-.001 0-.001 0 0 0h2.2c.4-.1.7-.1 1-.2l.7.7-.3.1c-.2-.1-.4-.1-.6-.2-.2.1-.5.2-.7.3.2.2.4.2.7.2.3 0 .6-.1.9-.1s.8.2 1.4.4c-.3.2-.6.2-.8.2-1.1.1-1.2.3-.8.7.1.1 0 .3-.1.4h-.3c-.2-.2-.4-.4-.6-.7l-.6.3c-.7-.2-1.4-.4-2.3-.6.7-.2.5-.6 1.3-.7-.501-.2-.301-.7-1.1-.8zm1.699 5c0-.7.7-1.2 2.4-1.3-.7.5-1.5.9-2.4 1.3zm.1-1.2c-.3-.1-.5-.1-.8-.2-.2 0-.3-.1-.6-.1.1-.3.3-.7.4-1.1h1.4c.5.6 1.1.8 2.3.7l.1.2c-.7.2-2.1.1-2.8.5zm3.3.8h-.3l-.1-1.3.6-.6h.2l-.4 1.9zm.7-11c.3-.1.7-.2 1.3-.3 0 .1.2.3.1.3-.5.1-1 .2-1.6.3 0-.1 0-.3.2-.3zm4.1 9.6c-.1.1-.4.2-.9.2 0-.2.1-.3.1-.5-.3 0-.5.1-.7.1-.1-.1-.3-.2-.4-.3l.5-.5c1.1.2 1.8.5 1.4 1zm-3.8-.3c.2-.2.4-.4.7-.6.1-.1.7-.1.8-.1.2.1.3.3.4.4-.6.1-1.1.2-1.9.3zm5.3 2.2c-.1-.1-.3-.3-.5-.4 1.1-.1 1.6 0 1.9.4h-1.4zm1.3-2 .7-.7h.3c0 .3 0 .6.1 1.1-.6-.2-1-.3-1.1-.4zm-.5-1.3c-.2.1-.8-.1-.6.2.1.1.1.3.1.4l-.3.6h-.5c0-.2-.1-.4.1-.6.4-.5-.3-1.2-1.5-1.3-.3 0-.8.1-1.1.2-.1 0 0 .2 0 .2h1.2c.1.1.4.3.6.4-.1 0-.2.1-.2.1-1-.1-2.1 0-3-.2-.4-.1-.9-.3-.9-.4 0-.3-.9-.7.8-.8.4 0 .8-.3 1.2-.4.1.1.2.3.3.4l.2.2c1.4 0 2.6.6 4.2.1.2-.1.9.1 1.4.1-.7.3-1.3.5-2 .8zm5.5 2.5-1.2-.4.3-.1c.5 0 1 .1 1.8.1-.3.1-.599.2-.9.4zm.7-2.6c-.1.6-.2 1.1-.3 1.7-.3-.1-.4-.1-.4-.1.6-.6-1.2-.8-1.4-1.2-.1-.3-.5-.5-.8-.8v.1c-.7-.4-1.2-.8-2.5-.7-.1 0-.3-.1-.3-.1.1-.1.2-.3.4-.3.2-.1.7-.1.8 0 .4.2.9.3 1.6-.1l.2.1-.2 1c.4-.1.9-.2 1.3-.3.4.1.7.2 1.3.3 0-.4 0-.8 1.1-1 .1.3.2.6.3.8h-.8l-.3.6zm1.8 1.5c-.5-.1-.9-.2-1.3-.4l.3-.1h1.1c-.1.2-.1.3-.1.5zm0-9.9c.3-.1.6-.4 1-.4s.8.2 1.2.3c-.4.1-.7.2-1.2.4-.5-.1-.8-.2-1-.3zm2.7 7.3c-.5-.4-2.1-.4-1.5-1.1.4.2.6.3 1 .4l.6-.3h.4c-.2.3-.3.6-.5 1zm1.5.7c-1.1-.4-1.1-.7 0-.9 0 .2.1.3.1.5.3 0 .6 0 1.1.1-.5.1-.9.2-1.2.3zm1.1-1.7c.2-.1.4-.2.7-.3h.9l.2.1c-.5.1-.9.2-1.4.3-.1 0-.5-.1-.4-.1zm4.2.9c-.2 0-.3-.1-.3-.1-1.1.3-2 .6-3.1.9-.4-.4-.1-.5 1.7-.7l.8-.8c.4.2.8.4 1.1.6l-.2.1zm.4-7.3h-1.9c.3-.2.4-.3.6-.5l1.5.3-.2.2zm3.9-.3c-.4.1-.7.2-1.1.4 0-.5 1.5-.9 2.3-.8.2 0 .3.2.4.3-.4.1-.8.2-1.3.2-.1 0-.2-.1-.3-.1zm.6 7.5c-.7-.3.4-.4.7-.6.9.3.8.4-.7.6zm2.3.8c-.2.1-.6.2-.9.3-.3-.3.3-.5.8-.7-.2-.1-.6-.2-.6-.3 0-.1.4-.2.7-.3h1c-.3-.2-.6-.5-.8-.7h-.3c0 .2-.1.3-.1.5h-.5c0-.2-.1-.4.1-.7.2-.2.6-.4 1.1-.6-.1.1-.2.3-.2.4.7.4 1.3.8 1.9 1.2-.5-.1-.9-.1-1.2-.1.4.2.5.3-.3.4-.4 0-.6.1-.8.2.2 0 .5.1.5.1-.1.1-.2.2-.4.3zm2.7-.6c-.2.5-1.5.2-2 .5 0-.4 0-.4 2-.5zm.1 1.6c-.6-.4-.5-.5 1-.6-.3.2-.6.4-1 .6zm2.2-2-.2-.1-.5.5c-.1-.3-.2-.6-.2-1 .6-.3 1 .2 1.7.1l.1.1-.9.4zm2-8c.3.1.3.3.4.5h-.3l-1.2-.4c.3-.1.9-.2 1.1-.1zm-.6 7.5c.3-.1.5-.3.8-.3s.6.1.8.2l-.1.1-1.2.1-.3-.1zm1.1 3.3-.3.1c-.2-.1-.5-.3-.4-.4.1-.1.4-.3.7-.4h.3l-.3.7zm1.3-2.5c-.4-.1-.9-.1-1.2-.3-.2-.1 0-.2 0-.4.6.2.9.2 1.3.3.1 0 .1.1.2.2 0 .1-.2.2-.3.2zm1.1-.3c-.4-.2-.7-.4-1-.5l1-.3.3.1c0 .2-.1.4-.3.7zm1.5-1.3c-.7.1-1 .1-1.3.1h-.7c.1-.1 0-.2.2-.3.6-.1 1.2-.3 2.2-.5-.2.4-.3.6-.4.7zm2.6-7c.2.2.5.4.8.7-.9-.1-1.5-.2-2.3-.3.7-.2 1.1-.3 1.5-.4zm.6 7c-.4.1-.7.3-1.1.4-.9-.4.1-.4.4-.5.1 0 .4.1.7.1zm-2 1c.5-.2 1-.4 1.6-.6.2-.1.6 0 .8 0-.1.1-.1.3-.3.3-.6.2-1.2.3-1.8.4l-.3-.1zm2.6 3.6c-.3-.3-.5-.4-.8-.5h-.4l.8-.5.4.1v.9zm0-1c0-.5-.1-.9-.1-1.3h.3c.3.2.5.5.8.8-.2.1-.5.3-1 .5zm-.2-10.6.4-.1c.3.2.5.5.9.8-1.4-.1-1.1-.5-1.3-.7zm1.6 9.8c0-.4 0-.7-.1-1.1 1.6.3 1.6.5.1 1.1zm2.9-.7c-.3-.1-.5-.1-.6-.2-.1-.1-.3-.2-.3-.3-.2-.6-.2-.6-1.6-.8.4-.1.7-.2 1.1-.3l-1.4-.2-.1-.1c1.6 0 .6-.4 1.2-.7.1.4.2.7.3 1 1.6.2 1.7.3 1 1.3.2 0 .3 0 .5-.1 0 .2 0 .3-.1.4zm1.1-.2c.3.1.4.2.6.3-.3.2-.6.3-.9.4-.3 0-.3 0 .3-.7zm-.1 1.6c-.4-.5 1.2-.3 1.2-.6.5.5.3.6-1.2.6zm1.9-1c-.4-.1-1.4 0-.8-.5.3.3 1.6-.2 1.6.3 0 .1-.6.2-.8.2zm2.5.3v-.8c.8.3.6.7 0 .8zm8.5-3c-.4.2-.7.4-1 .5h-.4c0-.2-.1-.4-.1-.6.6.1 1 .1 1.5.1zm-3.6-7.3c.5 0 1-.1 1.4 0 .2 0 .4.2.6.4-.9-.2-1.5-.2-2-.3v-.1zm3.3 9.8c-.3.1-.8-.1-1.3-.1l.1-.1 1.7-.3.3.1c-.2.1-.4.3-.8.4zm7.5-10.2c.5-.1 1.1-.2 1.8-.3-.2.3-.3.4-.5.7-.5-.1-.9-.3-1.3-.4zm3.8 9.8-1.8-.3c-.2 0-.3-.1-.4-.2.7-.1 1.3-.1 2-.2.1 0 .3.2.3.3.1.2 0 .4-.1.4zm.6-9.8-.1-.1c.4-.1.8-.2 1.2-.2.2 0 .4.2.8.4-.9 0-1.4 0-1.9-.1zm4.2.1-.5-.1 1-.6.6.1-1.1.6zm16.6 6.8c-.6-.1-1-.2-1.4-.3-.3.1-.5.2-.7.2-.1 0-.5-.1-.4-.2s.3-.3.5-.3c.7-.1 1.4-.1 2.2-.1 0 .3-.1.5-.2.7zm3.6-1.4c.3-.2.4-.4.5-.5l1.2.3c-.4 0-.8.1-1.7.2zm103.7-9.2c-1.2.1-2.2.1-3.4-.1-1-.1-2.3 0-3.5.1-1.8.1-3.5.3-5.3.2-.6 0-1.6 0-2.4.2-.4.1-1.1.1-2.1.2.9.1 1.4.2 2.3.3-1.2.3-2 .6-2.9.9-1.6-.9-2-1.8-1.2-2.2 1.2-.1 2.3-.2 3.4-.3.8-.1 1.6.2 2.3-.1 0 0 .5.1.9.2 1.5-.4 3.2-.3 4.9-.3 1.5 0 3.1-.2 4.6-.4.9-.1 1.3 0 1.5.3.1.2.4.4.6.5l.2-.1c.4.1 1 .1 1.1.2.2.4-.5.4-1 .4zm80.6 8.4c.5.3 1.2.5 1.4.8.1.1-.8.3-1.4.5-.1-.5-.2-.9-.3-1.2l.3-.1zm-1.2-4c.4.2 1.4.3.4.8-.3-.3-.5-.5-.8-.7l.4-.1zm-8 6.4c-.2-.2-.4-.3-.5-.4-.4.2-.7.4-1.1.5-1.2-.3-1.1-.5.2-1 .3.3 1.9.3 1.4.9zm-1.9-8.1c-.4.2-1 .4-1.6.6-.2-.1-.3-.2-.6-.3.801-.1 1.5-.2 2.2-.3zm-3.3 6.6c.4.2.7.4 1 .6-.6 0-1.1.1-1.9.1.3-.2.6-.4.9-.7zm-6.7-6.3 1.4-.2.4.7-.4.1-1.4-.4v-.2zm-5.9 7.2c.4 0 .8.1 1.1.1.4-.1.8-.1 1.1-.2l.2.2c-.3.1-.7.2-1 .2-.5 0-1-.1-1.6-.2l.2-.1zm-2.4-1c1 .3.1.6.2 1-1.4-.3-1.4-.4-.2-1zm-1.2 1.1h.3c0 .1.2.3.1.4-.2.2-.6.3-.9.4l-.3-.1.8-.7zm-11.2 2v.9h-.5l-.2-.9h.7zm-8.7-1.1s-.5.2-.9.4c-.2-.4-.2-.7-.3-.9h.2c.3.1.7.3 1 .5zm-3.2-7.1c.9.2 1.3.1 1.6-.3l.4.1c-.2.2-.3.5-.6.8-.7-.2-1.2-.3-1.6-.4l.2-.2zm-.4 2.4c.8-.4 1.6-.4 2.5 0-.8.1-1.5.2-2.5.3 0-.1-.1-.3 0-.3zm.1 5.9c.5-.2 1-.5 1.2-.5.7.1.8.3.5.6-.3.2-.1.3-.1.6-.6-.3-2.2 0-2.1-.7h.5zm-4.8-8.4c.4.5 2.5-.2 2.8.7-.3-.2-.5-.2-.6-.3-1.4.1-2.5.5-4.1.2.7-.3 1.3-.4 1.9-.6zm2.2 7.6-.4.1c-.5-.1-1-.3-1.6-.5.8-.1 1.2-.1 1.8-.2 0 .2.1.4.2.6zm-6.6-.1c.2.1.4.1.7.1-.5.3-.9.5-1.4.7l-.3-.1c.1-.2.9-.6-.6-.5-.1 0-.3-.1-.3-.1 0-.1.2-.2.3-.2.5 0 1.1 0 1.6.1zm-4-8.4c1 .6-.7.6-.8.9l-.4-.1c.3-.2.7-.4 1.2-.8zm-2 1.4.2.1c-.5.2-1.1.4-1.9.7l-.4-.8h2.1zm-.4 6.8c0 .1 0 .2-.1.2l-.9.6c-.2-.2-.5-.4-.7-.6.8-.1 1.2-.1 1.7-.2zm-4.8-.8h.4l-.3 1h-.6l.5-1zm-1.7 1.3c.2.1.3.1.5 0 0 .2.1.4.2.7-.3-.1-.5-.1-.7-.2v-.5zm0 2c.2.1.3.2.4.3l-.1.1c-.1 0-.2 0-.3-.1v-.3zm6.1-.5c-.2 0-.8.3-1.3.4 1.5.4.3 1 .4 1.4 0 0-.5.1-.8.2 0-.4 0-.8-.1-1.2 0-.3-.2-.5-.9-.3.3.4.5.6.7.9h-1.9c-.3.5-.3 1 1.4 1.3.4-.1 1-.1 1.6-.2v1c-1.3-.1-2.4-.4-3.5-.6-.9-.2-1.6-.6-1.5-1l-.2.2v-.7c.3.1.6.1.9.2v.3h.4c.1-.1.1-.2.2-.3 0-.2-1-.7 1-.6.1 0 .4-.2.8-.4h-.1c-.3.1-.7.1-1.1.2-.1-.1-.2-.2-.3-.5-.3.3-.6.4-.8.7-.2-.5-.5-.9-.7-1.4.6.2.9.2 1.2.3.4-.1.6-.2 1-.4.1.2.1.3.1.4.6.1 1.2.2 1.8.2.1-.2.3-.5.5-.8h-1.8c-.4-.7 1.2-.3 1.7-.6.4.3.7.6.9.9.7-.1 1.2-.1 1.9-.2-.2.5-.4.8-1.5.6zm1.9-8.3c-.2-.1-.2-.2-.3-.5 1.3.2 2.6-.4 3.6.1-.9.1-1.7.2-2.4.3-.3.1-.8.2-.9.1zm2.6 10.2c.2-.3.1-.6.4-1 .3.6-.1 1.2 1.2 1.7-.7-.2-1.9-.2-1.6-.7zm2.9.1c-.1.1-.4.2-.6.3l-.9-.3c.3-.1.6-.1.8-.2.3-.1.5-.2.7-.2.1.1.1.2 0 .4zm4.401-1.1c.2.1.5.2.8.4-1.3.3-2.3.5-3.4.7-.2.3.9.8-.8 1 .1-.4.4-.7.3-1-.1-.5.3-.8 1.1-1.1.4-.1.7-.2.1-.5-.2-.1-.3-.2-.5-.3 0 .2-.4.3-1.5.2.2-.1.4-.2.4-.4 0-.1-.1-.2-.2-.2s-.4 0-.5.1c-.6.3-1.1.5-1.7.8-.5-.3-1.7-.5-1.1-1 .1 0 .2 0 .4.1l1.3.2c.2-.2.3-.4.5-.5.1-.1.4-.3.5-.3.4 0 .9.1 1.1.2s.3.2.4.3c-.1-.2-.2-.4-.4-.6-.1-.1.2-.3.4-.4.1-.1.7 0 .8 0 .1.1 0 .3 0 .4 0 .1 0 .3-.1.4h.4c.1-.2.2-.3.3-.6.3.2.5.3.7.4.8-.3 1.5-.5 2.2-.8.6-.1 1.4-.1 2.4-.2-.6.3-1.2.6-1.9.9-.2-.1-.4-.1-.7-.2-.1 0-.2.1-.2.1l.9.3c1.1.1 1.4.3 1.1.6-1.1 0-2-.1-2.9 0-.4 0-.8.2-.9.4.2.3.5.5.7.6zm3.099.4c.4-.2.9-.5 1.3-.7l.6.2c-.4.4-.9.7-1.3 1.1-.2-.3-.4-.4-.6-.6zm3.8.8h-.3c0-.1.1-.3.1-.4-.6-.1-1.1-.3-1.8-.5.5 0 .8 0 1.2-.1 0-.2-.1-.3-.2-.5h.4c.1.1.2.3.3.4h1.1c-.3.5-.5.8-.8 1.1zm.9-1.3c-1-.2-1.4-.6-1-1.1 1.2.2 1.2.2 1 1.1zm.7-2.1c.1.1.2.3.2.4.4 0 .8-.1 1.2-.1 0 .2.1.5.1.7-1.5.1-2.1-.2-1.5-1zm2.3 1.9-1.4.1-.3-.1c.3-.1.6-.3 1-.4.1 0 .6.1.9.2l-.2.2zm.9-.5c0-.2.1-.5.2-.7-.2 0-.5 0-1-.1.1-.2.1-.4.2-.4-.5-.2-.8-.3-.9-.3.7-.3 1.3-.4 1.5-.6.1-.1-.6-.3-1-.5 0-.7 0-.7.9-.9.5.8 1 1.6 1.5 2.3.7 0 1.5-.1 1.7 0 .3.2.3.5.4.7l-.5.1c-.3-.1-.6-.3-.9-.4l-1.8.9-.3-.1zm3.3 1.3c-.5-.4-.9-.7-1.3-1.1l.5-.1.5.5c.1.1.3.2.5.2.8.2.8.2-.2.5zm3-.6c-.8-.1-1.5-.1-2.6-.2.6-.3 1-.4 1.5-.6v.5c.4.1.8.1 1.2.2l-.1.1zm2.9-.5c.9 0 1.4.2 1.3.4-.9 0-1.6.1-2.4.1-.199-.3.301-.5 1.1-.5zm.7 2c-.3.1-.7 0-1.3 0 .9-.4 1.5-.6 2.2-.9.4.5-.1.8-.9.9zm1.7-3.3c-1.2 0-2.4 0-3.4-.3-.4.1-.9.1-1.5.2.2-.3.5-.7.9-1 .4.3 1.1.4.6.8 1.1-.3 2.2-.2 3.3 0 .6-.3.6-.6-.4-.9 1 0 1.7 0 2.7.1 0 0 .1 0 .2.1.1 0 .2.1.3.1.2.2.5.5.2.7-.5.4-.7.6.6.6-.8.6-1.6 1.1-2.4 1.6-1.6-.6-.4-1.4-1.1-2zm16.7 1.6c-.8-.1-1-.3-.3-.6.3-.1.2-.3.4-.5.3-.2.6-.5.9-.7-.9-.1-1.3 0-1.7.4-.4.4-1.2.7-1.8 1-.1.3.5.8-1.2.6 0 0-.4.2-.3.4s.4.5.7.7c-1 .2-1.9.3-3 .5-.3-.3-.6-.6-.9-1-1 0-1 0-.6-.3.1-.1.1-.2.2-.3 0-.1 0-.1.3-.2.1.1.2.2.3.4 1.1-.5 1.2-.7.3-1.1.1.2.2.3.3.5-.4-.1-.7-.1-1.1-.2-.3.3-.6.6-.9 1-.1-.2-.1-.3-.2-.5-.3 0-.7.1-1.1.1-.3-.2-.6-.4-1-.6.6.1.9.1 1.4.2-.1-.2-.2-.4-.2-.5.5.1 1.2.2 1.4.2.4-.1.7-.4 1-.6l-1.7-.3-.3.1.2-.5c-1.3-.2-1.8 0-2.1.5-.4.5-1.1 1-1.8 1.5-.3.2-1.1.4-1.4.6-.2.2.2.4.3.6-.7.1-1.3.1-2.2.2l.4-.4c.1-.1.3-.1.3-.1-.7-.5.9-.7.9-1.1 0-.1.6-.2 1-.3-.7-.5 1-.5 1.5-.8.3-.1.4-.3.6-.5l-.4-.1c-.2.1-.5.3-.7.4-.8-.4-.7-.5.3-.7 1.5-.3 2.9-.7 4.5-1.1.3.2.7.5 1.1.7l.7-.7h.2l.2.4c1-.1 1-.1.7-.7-.1-.3 0-.6.2-1 .4.3.9.6 1.4 1 .2-.4.3-.7.5-.9h.3c-.1-.2-.2-.4-.4-.6.8 0 1.4.1 1.9.1-.1.4-1.2.7-.3 1.1.2.1-.2.3-.1.6l1-.5.4.1c-.2.2-.4.4-.6.5-.2.1-.4.2-.6.4.5.1.9.2 1.4.3 2 .1 2.1.2 1.6.9-.2.2-.1.5-.1.9-.2-.3-.3-.4-.4-.5 0 .4.4.8 0 1.1-.4.3-1.5.5-2.3.8-.999-.3-.8-.6.9-.9zm1.3 2.2c-.1.1-.6.2-.7.1-.2-.1-.5-.2-.4-.3.3-.3.9-.5 1.7-.4-.2.3-.3.4-.6.6zm1.7-1.8c-.1.1-.6.1-.9.1-.1 0-.1-.1-.2-.2.3-.1.5-.1.8-.2h.5l.1-.2c-.4 0-.7-.1-1.2-.1 0-.1.1-.2.2-.4.6.1 1 .1 1.7.2-.3.4-.6.6-1 .8zm-.2-2.6c-.1 0 0-.3.1-.5.5.2.7.2 1.1.4.2-.2.3-.3.4-.5h.3c.1.1.2.2.3.4.1 0 .2-.1.3-.1.9 0 1.8-.1 2.7-.1.3 0 .5.2 1 .3-1.8 0-2.2.4-2.7.9-.6-.2-1.2-.4-1.7-.6-.599-.1-1.199-.1-1.8-.2zm3.1 1.6v-.6l.5-.1c.4.2.7.4 1.3.7h-1.8zm4.9.4-1.2-.3c-.3 0-.7.1-1 .1l-.2-.1c.5-.1 1-.3 1.5-.4.4.2.8.4 1.1.6l-.2.1zm-.2-2.1.9-.5.6.2c-.3.2-.6.3-.9.5 0 0-.4-.1-.6-.2zm4.2 3.7h-.4l-.9-.6.2-.1c.4.1.9.1 1.1.2.1.1-.1.3 0 .5zm1.2-3c.3.1.7.2 1 .3-.3.1-.6.2-.9.2-1 .1-1 .2-.6.5.2.2-.3.6-.4.8-.8.1-1.4.1-2.3.1.1-.1.1-.4.3-.4 1.5-.1 1.2-.5 1.1-.8-.8-.2-1.4-.3-2.5-.5 1-.2 1.6-.3 2.5-.5l.2-.2h.2l.4.6h.4c.3-.4-.5-.7-1-1-.2-.1-1.1 0-1.9 0 .1-.1 0-.2.2-.3.6-.2 1.2-.5 1.9-.7.3-.1.7-.3 1.4-.1.4.1 1.1-.1 1.6-.2l.3.1c-.3.1-.7.3-1 .4-.3.2-.6.3-.8.5 2 .3 3.2-.1 4.1-.8l.5.2c-.2.2-.2.5-.5.5-.9.2-.7.3-.2.6.2.1.2.2.2.3h-.8c-1.5-.4-2.6-.3-3.4.4zm4.7 1.2c-.5-.2-.8-.3-1.2-.4.6-.1 1.1-.2 1.7-.4-.1.3-.3.5-.5.8zm3.3-6c0 .4 0 .7.1 1.2-1.3-.3-1-.7-.1-1.2zm1.2 1.7c.4-.1.8-.2 1.2-.2l.8.7-.3.1c-.2-.1-.4-.2-.7-.3-.5.2-1 .4-1.6.6 0-.1-.1-.2-.1-.2-1.4.1-.9-.6-1.8-.7h2.5zm-2.1 3.8c.1-.4.3-.8.5-1.3h1.4c-.8-.2-1.6-.4-2.6-.6.9-.2.4-.9 2-.7.3 0 .8-.1.8-.1.5.4 1.1.2 1.8.1.4 0 .9.2 1.6.4-.3-.1-.6-.1-.9 0-1.2.2-1.3.3-.9.8.1.1 0 .3-.1.5h-.4c-.2-.3-.4-.5-.7-.8-.2.1-.5.3-.6.4h.2c.6.7 1.3.9 2.6.7l.1.3c-.9.4-2.4.2-3.2.7-.3-.1-.6-.1-.9-.2-.2 0-.4-.1-.7-.2zm1.5 1.8c0-.8.8-1.3 2.7-1.4-.9.4-1.7.9-2.7 1.4zm3.8-.5h-.4l-.1-1.5.7-.7h.2l-.4 2.2zm59.4-8.7 1.2.9c-.3 0-.6.1-.9.1l-.3.6h-.5c.1-.3.2-.5.3-.8-1-.1-1-.1.2-.8zm1.8 2.5c0 .4-.1.8-1.5.9-.5-.6-.5-.6 1.5-.9zm-6.3-5.8h.3c.2.3.3.6.5.9h-1.1l.3-.9zm.5 5.1c.1.4.3.8.4 1.1l-1.6-.2-.1-.1c1.8 0 .7-.5 1.3-.8zm-8.5-5.1c.4.1.9.2 1.2.4.2.1.4.3.3.4-.1.1-.5.2-.8.2-.1 0-.3-.2-.4-.3-.2-.2-.3-.4-.5-.6l.2-.1zm-38.1 7c.2-.1.8-.1.9 0 .5.2 1 .3 1.8-.1l.2.2-.2 1.2c-.7-.4-1.3-.8-2.7-.7-.1 0-.4-.1-.4-.2.1-.1.2-.3.4-.4zm-1.7-7.3-.2.2c-2.3.1-2.3.1-2.1-.5.8.1 1.5.2 2.3.3zm-3.1-.9c.4 0 .7.1 1.3.2-.4.2-.7.3-1.3.5v-.7zm.2 7.6c.1 0 .4-.1.4-.1.2.1.3.1.3.2s-.1.3-.2.4v.5c-.8-.2-1-.8-.5-1zm-3.5-6.7c.3-.1.8-.2 1.5-.4 0 .2.2.4.1.4-.5.1-1.2.2-1.8.3.1-.1 0-.3.2-.3zm.4 10.5c.3-.2.4-.5.7-.6.2-.1.8-.1.9-.1.2.1.3.3.4.4-.5 0-1.1.1-2 .3zm4.3.2c-.1.1-.5.2-1 .3 0-.2.1-.4.1-.6-.3 0-.6.1-.8.1-.2-.1-.3-.3-.5-.4.2-.2.3-.4.5-.5 1.3.2 2.1.6 1.7 1.1zm1.5 2.2-.5-.5c1.3-.2 1.8 0 2.1.5-.6-.1-1-.1-1.6 0zm1.5-2.2.8-.8h.3c0 .3 0 .7.1 1.2-.7-.2-1-.4-1.2-.4zm-.6-1.6c-.2.1-.9-.1-.7.2.1.2.1.3.1.5-.1.2-.2.4-.4.7h-.5c0-.2-.1-.4.1-.6.5-.5-.4-1.4-1.6-1.5-.4 0-.9.1-1.2.2-.1 0-.1.3 0 .3h1.3c.1.1.4.3.7.5-.1.1-.2.1-.3.1-1.1-.1-2.3 0-3.3-.2-.4-.1-1-.3-1-.5 0-.3-1-.8.9-.9.4 0 .8-.3 1.4-.5.1.2.2.3.3.4.1.1.2.2.3.2 1.6 0 2.9.7 4.7.1.3-.1 1 .1 1.5.2-.8.3-1.5.6-2.3.8zm6.2 2.8-1.3-.5.3-.1c.6 0 1.1.1 2 .1-.4.3-.7.4-1 .5zm.7-2.9c-.1.7-.2 1.3-.3 2-.4-.1-.5-.1-.5-.1.8-.7-1.3-.9-1.5-1.4-.1-.3-.6-.6-.9-.8.5-.1 1-.3 1.4-.4.4.1.8.2 1.4.4 0-.5 0-.9 1.3-1.2.1.4.2.6.3.9h-.9l-.3.6zm2.1 1.7c-.6-.2-1-.3-1.5-.4l.3-.1h1.3c-.1.2-.1.3-.1.5zm0-11c.4-.1.7-.4 1.1-.4s.9.2 1.3.3c-.4.1-.8.2-1.4.4-.5-.2-.7-.2-1-.3zm3.1 8.1c-.6-.5-2.4-.5-1.7-1.2.4.2.7.3 1.1.4.2-.2.4-.3.6-.4h.4c-.1.4-.3.8-.4 1.2zm.1-8.3c.7-.2 1.3-.3 1.9-.4.5-.1 1.1-.3 1.5-.1-.4.2-.8.5-1.1.7-.5 0-1 .1-1.8.1-.1 0-.3-.2-.5-.3zm3.2 5.5c-.2.2-.5.3-.8.4-.4-.2-.4-.6.2-.7h.6c.1.1.1.2 0 .3zm-1.7 3.6c-1.2-.4-1.2-.8-.1-1 0 .2.1.4.1.5.4 0 .7 0 1.2.1-.5.2-.8.3-1.2.4zm1.2-1.9c.2-.1.4-.3.8-.3.3-.1.7 0 1.1 0l.2.2c-.5.1-1.1.3-1.6.4-.1-.1-.5-.3-.5-.3zm4.7 1c-.2 0-.3-.1-.4-.1-1.2.3-2.3.6-3.4 1-.4-.5-.1-.6 1.9-.8l.9-.9c.5.2.8.4 1.2.6l-.2.2zm.5-8.2h-2.2c.3-.2.5-.4.7-.5l1.6.4-.1.1zm3 .1c0-.5 1.7-1 2.6-.9.2 0 .3.2.4.3-.5.1-.9.2-1.4.3 0 0-.1-.1-.3-.1-.4.1-.8.3-1.3.4zm2 8c-.7-.4.4-.5.8-.7 1.1.4 1 .4-.8.7zm2.6.9c-.2.1-.6.2-1 .3-.3-.3.4-.5.8-.8.2 0 .6.1.6.1-.1.2-.1.3-.4.4zm-.1-.5c-.2-.1-.6-.2-.6-.4 0-.1.5-.3.8-.3h.9c-.3-.2-.5-.4-.8-.7h-.4c0 .2-.1.4-.1.6h-.5c0-.3-.1-.5.1-.8.2-.2.6-.4 1.2-.6-.1.2-.2.3-.3.4.8.5 1.4.9 2.2 1.4-.4-.1-.6-.1-.9-.1.1.1-.1.2-.7.2-.4.1-.6.3-.9.3zm3.2-.1c-.3.6-1.6.3-2.2.5-.1-.5-.1-.5 2.2-.5zm.1 1.7c-.6-.5-.6-.5 1.1-.7-.3.3-.7.5-1.1.7zm2.4-2.2-.2-.1-.6.6c-.1-.4-.2-.7-.3-1.1.7-.3 1.1.2 1.9.1l.1.1-.9.4zm.9-9c.5 0 1.1-.1 1.3 0 .3.1.3.3.4.5h-.4l-1.3-.4v-.1zm1.7 8.1c.3 0 .6.1 1 .2l-.2.2-1.4.1-.3-.2c.3-.1.6-.3.9-.3zm.3 4.1-.4.1c-.2-.2-.5-.3-.5-.5.1-.2.5-.3.8-.4h.4l-.3.8zm1.4-2.9c-.5-.1-1-.1-1.4-.3-.2-.1 0-.3 0-.4.7.2 1.1.3 1.4.4.1 0 .2.1.2.2.1 0-.1.1-.2.1zm1.3-.3c-.5-.3-.8-.4-1.1-.6l1.1-.3.3.1c-.1.2-.1.4-.3.8zm1.6-1.4c-.7.1-1.1.1-1.4.1h-.8c.1-.1 0-.3.2-.3.6-.2 1.3-.3 2.5-.5-.2.3-.4.5-.5.7zm2.9-8c.3.2.5.4.9.8-1-.1-1.7-.2-2.6-.3.8-.2 1.2-.3 1.7-.5zm.6 8c-.4.2-.8.3-1.2.5-1-.4.1-.4.5-.5.1-.1.5-.1.7 0zm-2.1 1.1c.6-.2 1.2-.5 1.8-.7.2-.1.6 0 .9 0-.1.1-.1.3-.4.4-.6.2-1.4.3-2.1.5l-.2-.2zm3 2.9c0 .3 0 .6.1 1-.6-.2-.8-.3-1.1-.5h-.4l.9-.6.3.1c0-.6-.1-1-.1-1.4h.3c.3.3.6.5.9.9-.2 0-.5.2-1 .5h.1zm-.4-11.9.5-.1c.3.3.6.5 1 .9-1.6-.2-1.3-.6-1.5-.8zm1.9 10.9c0-.4 0-.8-.1-1.2 1.7.4 1.7.6.1 1.2zm3.2-.7c-.3-.1-.6-.1-.7-.2-.2-.1-.3-.2-.3-.3-.2-.7-.2-.7-1.8-.9.5-.1.8-.2 1.2-.3 1.8.2 1.9.4 1.2 1.4.2 0 .3-.1.5-.1 0 .1 0 .2-.1.4zm1.2-.2c.3.2.5.3.7.4-.3.2-.7.3-1 .5-.3-.2-.3-.2.3-.9zm-.1 1.7c-.4-.5 1.4-.3 1.4-.7.5.6.3.7-1.4.7zm2.2-1.1c-.5-.1-1.6 0-.8-.6.4.3 1.8-.2 1.8.4-.1.1-.8.3-1 .2zm2.7.4c0-.3 0-.6-.1-.9 1 .3.8.8.1.9zm9.6-3.4c-.4.2-.7.4-1.1.6h-.4c0-.2-.1-.4-.1-.6h1.6zm-4.1-8.1v-.2c.5 0 1.1-.1 1.5-.1.3 0 .4.2.7.5-.9 0-1.6-.1-2.2-.2zm3.8 10.9c-.3.1-.9-.1-1.4-.1l.1-.1 1.9-.3.4.1c-.4 0-.6.3-1 .4zm8.4-11.4c.6-.1 1.2-.2 2-.3-.2.3-.4.5-.6.8-.5-.2-1-.4-1.4-.5zm4.2 11c-.7-.1-1.3-.2-2-.4-.2 0-.3-.2-.5-.2.7-.1 1.5-.2 2.2-.2.1 0 .4.2.4.4.1.2 0 .3-.1.4zm.7-11-.1-.2c.5-.1.9-.2 1.4-.2.3 0 .5.2.9.5-1.1 0-1.6-.1-2.2-.1zm4.7 0-.6-.1 1.1-.7.6.1-1.1.7zm18.6 7.7c-.7-.1-1.1-.2-1.6-.3-.3.1-.5.2-.8.3-.1 0-.5-.2-.5-.2.1-.1.4-.3.6-.3.8-.1 1.5-.1 2.4-.1.1.2 0 .3-.1.6zm6-1.8c-.5 0-.9.1-1.9.2.3-.3.4-.4.6-.5l1.4.2-.1.1z'/%3E%3C/g%3E%3C/svg%3E");
}

/** youtube **/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.WaGadgetLoginForm .loginContainerWrapper .loginContainerInnerWrapper .loginLink, .WaGadgetLoginButton .loginBoxLinkContainer .loginBoxLinkButton {
    color: #1E3C74;
}