/**
 * @file
 * Subtheme specific CSS.
 */
.hidden{display:none;}
.view-group-chat-thread .card{height:auto; margin-top:1rem;}
.block-card .card{width:100%; margin-top:1rem;}
.view-filters{border:solid 1px var(--bs-light); border-radius:10px; margin:10px 0; padding: 10px;}
.view-filters .btn{margin-left:1rem;}
dt.admin-item__title{display:none;}
.front-end-edit .card{overflow:visible;}
.front-end-edit .horizontal-tabs-list{margin-top:2em; margin-bottom:2em!important;}
.front-end-edit #edit-field-sections-wrapper .fieldset-legend{display:none;}
.vertical-tabs{border-radius:10px;}
.vertical-tabs .vertical-tabs__menu{border-top-left-radius:9px; border-bottom-left-radius:9px;}
.vertical-tabs .vertical-tabs__menu .vertical-tabs__menu-item.first{border-top-left-radius:9px;}
.vertical-tabs .vertical-tabs__menu .vertical-tabs__menu-item.last{border-bottom-left-radius:9px; border-bottom:none;}
.vertical-tabs a:hover, .vertical-tabs a:focus, .vertical-tabs .link:hover, .vertical-tabs .link:focus {color: #ccc;}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {float: right; display: flex;}

.node--type-advanced-page .col-md-6.layout-region.layout-region-node-main{
	width:100%;
}
.node--type-advanced-page .col-md-6.layout-region-node-secondary{
	transform:none;
	width:100%;
}
.ui-dialog{z-index:9999;}
.ui-widget-overlay{z-index:9998;}
.layout-select .layout-select__item-icon svg {margin: 0 auto;}

.button{width:auto;}
body img{max-width:100%; height:auto;}
.edit-button-front-end{margin-top:1em; position:absolute; right:0; z-index:99999;}
.edit-button-front-end .dropbutton-widget{min-width:15px;}
.edit-button-front-end a{text-decoration:none; font-size:0.9em;}
.flex{display:flex;}
.field--name-field-gallery-image{}
.field--name-field-gallery-image .field__item{width:12%; margin-right:3%; display:inline-block;}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light p{
--bs-text-opacity: 1;
color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important;
}
.newsletter-link{text-decoration:none; font-size:2em;}
.fc table{margin:0; background:transparent;}
.fc table, .fc tbody, .fc tr, .fc td{background:transparent;}
.fc table:hover, .fc tbody:hover, .fc tr:hover, .fc td:hover{background:transparent;}
.fc td{height:auto;}
.fc-event {border: 1px solid var(--gin-bg-layer);}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {border-color:var(--gin-color-text-light);}
.events-embed-widget .view-content .views-complex-grouping-leave{
	width: 100%;
    padding: var(--gin-spacing-s);
    background: var(--gin-bg-layer);
    border: 1px solid var(--gin-border-color-layer);
    box-sizing: border-box;
	margin-top: 0;
    box-shadow: var(--gin-shadow-l1);
    border-radius: var(--gin-border-l);
}
.events-embed-widget .view-content .views-complex-grouping-leave .button {margin: 1em 0;}
.events-embed-widget .category, .events-embed-widget .tags{display:inline-block;}
.appview .otherdates .fc-right{display:none;}
.appview .otherdates .fc-next-button, .appview .otherdates .fc-prev-button{background-color: #662d91;
box-shadow: 0 0 0 5px rgba(102,45,145,1);
border-color: #fff!important;
	border-width:3px;
transition: all 0.3s ease-in-out;
}
.appview .otherdates .fc-next-button{border-top-right-radius:50px; border-bottom-right-radius:50px;}
.appview .otherdates .fc-prev-button{margin-right:10px; border-top-left-radius:50px; border-bottom-left-radius:50px;}
@media only screen and (max-width: 768px) {
.fc-toolbar.fc-header-toolbar{display:block;}
.fc-right .fc-button-group {width: 100%; margin-top: 0.5em;}
.fc-left .fc-button-group {width: 50%; margin-bottom: 0.5em;}
.fc-today-button{float:right;}
}

.view-website-pdf-list-block-on-pdf-list-page .view-content{
	padding-top:1.5rem;
}
.toolbar .toolbar-bar #toolbar-item-administration-tray .toolbar-icon-admin-toolbar-tools-help.toolbar-icon-default:before{
    -webkit-mask-image: url(../sprite.svg)!important;
    mask-image: url(../sprite.svg)!important;
}
.toolbar .toolbar-bar #toolbar-item-administration-tray  a.toolbar-icon-views-viewviews-alerts-page-2:before{
    -webkit-mask-image: url(../images/sprite.svg)!important;
    mask-image: url(../images/sprite.svg)!important;
}
.ui-dialog{
	background:white;
	padding:0;
	border:solid 1px #ccc!important;
	border-radius:1em;
}
.ui-widget-overlay {
    background: #000;
    opacity: 0.7;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 30px;
margin: -15px 0 0 0;
padding: 0;
height: 30px;
	border-radius:5px;
	background:white;
	border:none;
}
.ui-widget-header{
	background:white;
	border:none;
}
.ui-dialog-titlebar-close:after{
	width:20px;
	height:20px;
	content:"✕";
	font-size:20px;
	font-family;
}
.btn--primary {
background-color: #a8c70e;
border-color: #a8c70e;
	color:white;
}
.ui-dialog .button {
background-color: #fff;
background-image: -webkit-linear-gradient(top,#a8c70e,#a8c70e);
background-image: linear-gradient(to bottom,#a8c70e,#a8c70e);
border: 1px solid #a8c70e;
border-bottom-color: #a8c70e;
border-left-color: #a8c70e;
border-right-color: #a8c70e;
color: #fff;
cursor: pointer;
font-size: 0.929em;
font-weight: normal;
text-align: center;
padding: 0.250em 1.063em;
border-radius: 0.375rem;
}
.ui-dialog .ui-dialog-titlebar {
background: transparent;
}
.ui-dialog .ui-dialog-buttonpane {
background: transparent;
}
.card{width:auto; height:100%; overflow:hidden;}
.card .content{
	margin:2em;
}
.node .field--type-image img, .field--type-image img, .field--type-image, .node .field--type-image{margin: 0; float: none;}

.card-pad{padding:20px!important;}
.paragraph {
display: block;
width:auto;
}
.justify-content-right.align-items-right>div>div{
	
}
.paragraph>.paragraph__column {padding-bottom: 0;}

.float-right{float:right;}
	
body{overflow-x: hidden;}

.toast-container {padding:2em 1em;}

body #header .navbar.fixed-top.navbar-light.bg-transparent .navbar-collapse.collapsing{}

body #header .navbar.fixed-top.navbar-light.bg-transparent .navbar-collapse.show{}

.flex-align-middle > .paragraph__column > .layout{align-items:center;}
.flex-align-middle > .paragraph__column > .layout > .layout__region{align-self:center;}
.paragraph--type--page-reference-links .page-ref-link a {text-decoration:none; font-weight:bold;}
.paragraph--type--page-reference-links .field--type-entity-reference {margin: 0;}


.alert{margin:2em 0; width:auto;}
.alert a{color:#fff;}

#header .navbar .navbar-form #search-block-form {padding: 0px 15px;}
#header .navbar .navbar-form .mb-3 {margin-bottom:0!important;}
#header .navbar .navbar-form .search-block-form .container-inline{display:inline;}
#header .navbar .offcanvas-body{justify-content:end;}
body.toolbar-horizontal #navbar-main.fixed-top{top:0!important;}
.search-form .form-actions.js-form-wrapper{align-self:center; margin-left:0.5em;}
body.gin--vertical-toolbar .navbar.fixed-top{margin-left:var(--gin-toolbar-x-offset);}
body.gin--vertical-toolbar[data-toolbar-menu=open] .navbar.fixed-top{margin-left:var(--gin-toolbar-x-offset, 256px);}

body.header-include:not(.scrolled) #header .navbar.fixed-top{background-color:transparent!important;}
body.trans-front #header .navbar{background-color:transparent!important;}
body.trans-dark #header .navbar-nav .nav-link{color:black;}
body.trans-light #header .navbar-nav .nav-link{color:white;}
body.scrolled #header .navbar.fixed-top{-webkit-transition: background-color 100ms linear; -ms-transition: background-color 100ms linear; transition: background-color 100ms linear;}
body.header-include #header .navbar.fixed-top img{filter:brightness(100);}
body.header-include.scrolled #header .navbar.fixed-top img{filter:none;}
body.header-include #header .navbar-dark .navbar-nav .nav-link{color:white;}
body.header-include.scrolled #header .navbar-light .navbar-nav .nav-link{color: rgba(0, 0, 0, 0.5);}
body.header-include.scrolled #header .navbar-light .navbar-nav .nav-link::before{filter:brightness(0);}
body #header .navbar-brand img{max-height:100px; -ms-transition: max-height 100ms linear; transition: max-height 100ms linear;}
body.scrolled #header .fixed-top .navbar-brand img{max-height:50px; -ms-transition: max-height 100ms linear; transition: max-height 100ms linear;}
@media (max-width: 575px) { 
body.header-include #header .navbar-nav  .nav-link{color: inherit!important;}
body #header .navbar-nav  .nav-link{color: inherit!important;}
}
.header-image-wrapper{background: linear-gradient(var(--bs-primary), var(--bb-primary-dark));}

.block-system-breadcrumb-block{display: inline-block; margin: 2em 0; font-size:0.8rem; line-height:1.1rem; position:relative;}
.block-system-breadcrumb-block .breadcrumb{margin: 0; padding:0 0.5em; border-radius:20px; background-color: var(--bb-primary-dark); color: var(--bs-light);}
.block-system-breadcrumb-block .breadcrumb .breadcrumb-item a{color: var(--bs-light); text-decoration:none; height:1.1rem;}
.block-system-breadcrumb-block ol.breadcrumb li:first-child a::before {position: absolute; left: 0; top: -6px; border: solid 3px var(--bb-primary-dark); background-color: white; border-radius: 40px; height: 30px; width: 30px; text-align: center; line-height: 30px; background-size: 17px; background-position: 3px 2px;}
.block-system-breadcrumb-block .breadcrumb-item+.breadcrumb-item::before {color: var(--bs-light); }

#main-wrapper{margin-top:100px;}
.page-margin #main-wrapper{margin-top:200px;}
.page-margin.header-include #main-wrapper{margin-top:0px;}
#main{min-height:500px; padding-bottom: 1.5rem;}


.sidebar a.nav-link--::before{display:none;}
.sidebar .block {margin-top: 2em;}
.sidebar .nav-link{padding-left:15px;}
.sidebar .nav-link:hover{background-color:rgba(0,0,0,0.1);}

.data-drupal-messages{margin-top:1rem;}
.data-drupal-messages a{color:white;}
.alert-success {color: white; background-color: rgba(50,105,20,0.7);}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6{font-weight:100;}

.site-footer .site-footer__top .row.region, .site-footer .row.region.region-footer-fifth{margin-left:0; margin-right:0;}
.site-footer .block {border:none;}

.view-content.row{--bs-gutter-x: 0; --bs-gutter-y: 0; margin-top:0; margin-right:0; margin-left:0;}
.header-image-wrapper .text-light{text-shadow: 0px 0px 5px rgba(0,0,0,0.5);}
.header-image-wrapper .text-dark{text-shadow: 0px 0px 5px rgba(255,255,255,0.5);}
.highlighted .container-fluid{margin:0; padding:0;}
#main.container-fluid{padding-left:0; padding-right:0;}
.header-image-wrapper {display:flex;}
.header-image-wrapper .header-image-inner{position:relative; display:flex; width:100%; align-self:stretch;}
.header-image-text{position:relative; z-index:2; padding:2em; width:100%;}
.header-image{position:absolute; width:100%; height:100%; overflow:hidden; top:0; z-index:1;}
.header-image img{min-width:100%; min-height:100%; object-fit: cover;}

.header-image-wrapper .header-image-inner .tint{position:absolute; width:100%; height:100%; z-index:1;}
.header-image-wrapper .header-image-inner .tint-dark10{background-color:rgba(0,0,0,0.1);}
.header-image-wrapper .header-image-inner .tint-dark20{background-color:rgba(0,0,0,0.2);}
.header-image-wrapper .header-image-inner .tint-dark30{background-color:rgba(0,0,0,0.3);}
.header-image-wrapper .header-image-inner .tint-dark40{background-color:rgba(0,0,0,0.4);}
.header-image-wrapper .header-image-inner .tint-dark50{background-color:rgba(0,0,0,0.5);}
.header-image-wrapper .header-image-inner .tint-dark60{background-color:rgba(0,0,0,0.6);}
.header-image-wrapper .header-image-inner .tint-dark70{background-color:rgba(0,0,0,0.7);}
.header-image-wrapper .header-image-inner .tint-dark80{background-color:rgba(0,0,0,0.8);}
.header-image-wrapper .header-image-inner .tint-dark90{background-color:rgba(0,0,0,0.9);}

.header-image-wrapper .header-image-inner .tint-light10{background-color:rgba(255,255,255,0.1);}
.header-image-wrapper .header-image-inner .tint-light20{background-color:rgba(255,255,255,0.2);}
.header-image-wrapper .header-image-inner .tint-light30{background-color:rgba(255,255,255,0.3);}
.header-image-wrapper .header-image-inner .tint-light40{background-color:rgba(255,255,255,0.4);}
.header-image-wrapper .header-image-inner .tint-light50{background-color:rgba(255,255,255,0.5);}
.header-image-wrapper .header-image-inner .tint-light60{background-color:rgba(255,255,255,0.6);}
.header-image-wrapper .header-image-inner .tint-light70{background-color:rgba(255,255,255,0.7);}
.header-image-wrapper .header-image-inner .tint-light80{background-color:rgba(255,255,255,0.8);}
.header-image-wrapper .header-image-inner .tint-light90{background-color:rgba(255,255,255,0.9);}

.header-image-wrapper.imgalignleft .header-image{text-align:left;}
.header-image-wrapper.imgaligncenter .header-image{text-align:center;}
.header-image-wrapper.imgalignright .header-image{text-align:right;}

.header-image-wrapper.heightsmall{min-height:20em;}
.header-image-wrapper.heightmedium{min-height:30em;}
.header-image-wrapper.heightlarge{min-height:40em;}
.header-image-wrapper.heightfull{min-height:90vh;}


.header-image-wrapper.textaligntop .header-image-text{align-self:start}
.header-image-wrapper.textalignmiddle .header-image-text{align-self:center}
.header-image-wrapper.textalignbottom .header-image-text{align-self:end}

.paragraph.paragraph--width--full>.paragraph__column, .paragraph.paragraph--width--medium>.paragraph__column, .paragraph.paragraph--width--narrow>.paragraph__column, .paragraph.paragraph--width--tiny>.paragraph__column, .paragraph.paragraph--width--wide>.paragraph__column, .paragraph>.paragraph__column {padding-left: 0; padding-right: 0;}

@media screen and (min-width: 40em){

.paragraph--type--flexbox .layout__region--content{display:flex; align-items: stretch;}
.paragraph--type--flexbox .layout__region--content>div{margin-left:1em!important; margin-right:1em!important; margin-bottom:1em; align-items: stretch}
.paragraph--type--flexbox .layout__region--content>div:first-child{margin-left:0!important;}
.paragraph--type--flexbox .layout__region--content>div:last-child{margin-right:0!important;}

.layout--threecol-section--33-34-33 > .layout__region--first{
    flex: 0 1 33.3333333333%!important;
	padding: 0 1em 0 0!important;
}
.layout--threecol-section--33-34-33 > .layout__region--second {
    flex: 0 1 33.3333333333%!important;
	padding: 0 0.5em 0 0.5em!important;
}
.layout--threecol-section--33-34-33 > .layout__region--third {
    flex: 0 1 33.3333333333%!important;
	padding: 0 0 0 1em!important;
}

.no-pad.paragraph.paragraph--type--layout-box > .paragraph__column .layout--threecol-section--33-34-33 > .layout__region--first{
    flex: 0 1 33.3333333333%!important;
	padding: 0 0 0 0!important;
}
.no-pad.paragraph.paragraph--type--layout-box > .paragraph__column .layout--threecol-section--33-34-33 > .layout__region--second {
    flex: 0 1 33.3333333333%!important;
	padding: 0 0 0 0!important;
}
.no-pad.paragraph.paragraph--type--layout-box > .paragraph__column .layout--threecol-section--33-34-33 > .layout__region--third {
    flex: 0 1 33.3333333333%!important;
	padding: 0 0 0 0!important;
}
	
.layout--fourcol-section > .layout__region--first{
    flex: 0 1 22%!important;
	padding: 0 0 0 0!important;
}
.layout--fourcol-section > .layout__region--second {
    flex: 0 1 28%!important;
	padding: 0 2% 0 4%!important;
}
.layout--fourcol-section > .layout__region--third {
    flex: 0 1 28%!important;
	padding: 0 4% 0 2%!important;
}
	.layout--fourcol-section > .layout__region--fourth {
    flex: 0 1 22%!important;
	padding: 0 0 0 0!important;
}
.no-pad.paragraph.paragraph--type--layout-box > .paragraph__column .layout--fourcol-section > .layout__region--first
}
.no-pad.paragraph.paragraph--type--layout-box > .paragraph__column .layout--fourcol-section > .layout__region--first{
    flex: 0 1 25%!important;
	padding: 0 0 0 0!important;
}
.no-pad.paragraph.paragraph--type--layout-box > .paragraph__column .layout--fourcol-section > .layout__region--second {
    flex: 0 1 25%!important;
	padding: 0 0 0 0!important;
}
.no-pad.paragraph.paragraph--type--layout-box > .paragraph__column .layout--fourcol-section > .layout__region--third {
    flex: 0 1 25%!important;
	padding: 0 0 0 0!important;
}
.no-pad.paragraph.paragraph--type--layout-box > .paragraph__column .layout--fourcol-section > .layout__region--fourth {
    flex: 0 1 25%!important;
	padding: 0 0 0 0!important;
}
/** X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
	body #header .navbar.fixed-top.navbar-light.bg-transparent{background-color:white!important;}
	body.header-include #header .navbar.fixed-top.navbar-light.bg-transparent img{filter:brightness(100);}
	body.header-include #header .navbar.fixed-top.navbar-light.bg-transparent img{filter:none;}

	body.header-include #header .navbar-light .navbar-nav .nav-link{color: rgba(0, 0, 0, 0.5);}
	body.header-include #header .navbar-light .navbar-nav .nav-link::before{filter:brightness(0);}
}

.paragraph__column .layout .layout__region{padding:0 1em;}

/** Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
	.page-fixed-width #main{max-width:526px;}
	.paragraph__column .layout .layout__region:first-child{padding:0 1em 0 0;}
	.paragraph__column .layout .layout__region:last-child{padding:0 0 0 1em;}
	.paragraph__column .layout.layout--onecol > .layout__region{padding:0;}
	.fixed-width {max-width:526px; margin:auto!important;}
}
/**  Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.page-fixed-width #main{max-width:716px}
	.site-footer .site-footer__top .row.region{width:50%;}
	.fixed-width {max-width:716px; margin:auto!important;}
	body #header #navbar-main{padding-left:2em; padding-right:2em;}
}

/** Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.page-fixed-width #main{max-width:716px;}
	.site-footer .site-footer__top .row.region{width:25%;}
	.fixed-width {max-width:716px; margin:auto!important;}
	
	.header-image-wrapper.textxxsmall .header-image-text h6{font-size:0.5em}
	.header-image-wrapper.textxxsmall .header-image-text h5{font-size:0.6em}
	.header-image-wrapper.textxxsmall .header-image-text h4{font-size:0.7em}
	.header-image-wrapper.textxxsmall .header-image-text h3{font-size:0.8em}
	.header-image-wrapper.textxxsmall .header-image-text h2{font-size:0.9em}
	.header-image-wrapper.textxxsmall .header-image-text h1{font-size:1em}

	.header-image-wrapper.textxsmall .header-image-text h6{font-size:1em}
	.header-image-wrapper.textxsmall .header-image-text h5{font-size:1.1em}
	.header-image-wrapper.textxsmall .header-image-text h4{font-size:1.2em}
	.header-image-wrapper.textxsmall .header-image-text h3{font-size:1.3em}
	.header-image-wrapper.textxsmall .header-image-text h2{font-size:1.4em}
	.header-image-wrapper.textxsmall .header-image-text h1{font-size:1.5em}

	.header-image-wrapper.textsmall .header-image-text h6{font-size:1.5em}
	.header-image-wrapper.textsmall .header-image-text h5{font-size:1.6em}
	.header-image-wrapper.textsmall .header-image-text h4{font-size:1.7em}
	.header-image-wrapper.textsmall .header-image-text h3{font-size:1.8em}
	.header-image-wrapper.textsmall .header-image-text h2{font-size:1.9em}
	.header-image-wrapper.textsmall .header-image-text h1{font-size:2em}

	.header-image-wrapper.textmedium .header-image-text h6{font-size:2em}
	.header-image-wrapper.textmedium .header-image-text h5{font-size:2.1em}
	.header-image-wrapper.textmedium .header-image-text h4{font-size:2.2em}
	.header-image-wrapper.textmedium .header-image-text h3{font-size:2.3em}
	.header-image-wrapper.textmedium .header-image-text h2{font-size:2.4em}
	.header-image-wrapper.textmedium .header-image-text h1{font-size:2.5em}

	.header-image-wrapper.textlarge .header-image-text h6{font-size:2.5em}
	.header-image-wrapper.textlarge .header-image-text h5{font-size:2.6em}
	.header-image-wrapper.textlarge .header-image-text h4{font-size:2.7em}
	.header-image-wrapper.textlarge .header-image-text h3{font-size:2.8em}
	.header-image-wrapper.textlarge .header-image-text h2{font-size:2.9em}
	.header-image-wrapper.textlarge .header-image-text h1{font-size:3em}

	.header-image-wrapper.textxlarge .header-image-text h6{font-size:3em}
	.header-image-wrapper.textxlarge .header-image-text h5{font-size:3.1em}
	.header-image-wrapper.textxlarge .header-image-text h4{font-size:3.2em}
	.header-image-wrapper.textxlarge .header-image-text h3{font-size:3.3em}
	.header-image-wrapper.textxlarge .header-image-text h2{font-size:3.4em}
	.header-image-wrapper.textxlarge .header-image-text h1{font-size:3.5em}

	.header-image-wrapper.textxxlarge .header-image-text h6{font-size:3.5em}
	.header-image-wrapper.textxxlarge .header-image-text h5{font-size:3.6em}
	.header-image-wrapper.textxxlarge .header-image-text h4{font-size:3.7em}
	.header-image-wrapper.textxxlarge .header-image-text h3{font-size:3.8em}
	.header-image-wrapper.textxxlarge .header-image-text h2{font-size:3.9em}
	.header-image-wrapper.textxxlarge .header-image-text h1{font-size:4em}

}

/** X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.page-fixed-width #main{max-width:942px;}
	.fixed-width {max-width:942px; margin:auto!important;}
}

/** XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	.page-fixed-width #main{max-width:942px;}
	.fixed-width {max-width:942px; margin:auto!important;}
}
.page-fixed-width.adv_fluid #main{max-width:100%;}

.user-thumb{
	width:60px;
	height:40px;
}
.user-thumb span{
	width:40px;
	height:40px;
	display:block;
	border-radius:50%;
	background-size:contain;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkBAMAAACCzIhnAAAAKlBMVEXp6ekyicgwiMjr6ulgodFAkcvg5ejU3ubE1uNPmM11rNSvy9+LuNiewtxh0xv2AAAC30lEQVRYw+2Xy2tTQRSHAwMp+FjMoVlE7WKGZnFLhcCFm0DMwmCrtbpIaFHajdDQig8oRANVF0IrVKwLg6Dd1SBaqwtFfOImKhaxC6VR6n/jbZIb7mPOPLpx07NM+DjPOed3Y7Fd27X/Y8S200aA7cwsLlaJre/BufN1eXx8+cU7oumJ9DSLnDPgPPm8osdkvgOjLQN2uqJDOH857RobndIIawGoz9hTdWj7azRgyXkl8psFETqpIvZBiKCpnwqkESYoTMqz2VuKINSSZkNusygCx2Vu4gUqQAZlXvJUZKnXEmSOiRA2LEmlIfRCD+LJZGpipPecYSqUJtAykwtMjMAXFLmKIWj+5BUSGJzF8iefEYT2oSUrYMgghsRrGDJg2hZK+7HGZEumCMERq2LsxcIC6zEObCfpxwvGRY7VjVuJDwz6xnYylnPI8FP88e/BkE0UySFEat5s80lrHCO/DLN3rSxMBlYk2zJXNNtJaP/7ZJufXBEdiyfSk5QVDHO/4va/ibiBh4ozHr18lvKKfwi5gRNKrZA9GmDggFrFkBuB0Kw/Glop7RMxkFrVUlfOx1JHK/HEKtHTcM7SkKvfXBU3tqVBtMOwz396PHLs5I+qWlwSp+Lp1/j09JSnYeMSMtMcFUXSXCe4RITUt0iFyDWw1rG6udWF3pehf8nlGoWkuDvk0nYPYeJm4F/74vY0IDOQedSaFJh468vWvj7E0EkjC53Z4mNbnVq5dVu6x9o/WwK1lPUWEvDEqffVmG3HZu4+K7GuXMSdtAfl/trGxtpIkctEWSa49XjLpI8zqng440z+OhtUacNBN7mSGjmkeVlwVVpXEyG9LN7F0sjKTAfxXybkrkRsBe0jar7TlNcjYMA0Ff9tQiWCJJm6JgEP0krpFrbDHnKE6SJdXVbWRrz8yS1dgsKmWe/93wt1feRMWqFCUfmXLeojHZGZ1ye8KdNvi7tmZqVfYMLGuOv8H48kDctsFy2KAAAAAElFTkSuQmCC");
}