@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto+Mono:300,300i,400,400i,700|Roboto+Slab:300,400,700|Roboto:300,300i,400,400i,500,700');
@charset "utf-8";
/*- Branding Styles-*/
/*- Grid - Extra Styles-*/
@media only screen and (min-width: 1500px) {
  .container {
    width: 1480px;
  }
}
.container,
body [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 320px) {
  .container,
  body [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .container,
  body [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 319px) {
  body [class*="col-xs-"] {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body [class*="col-xs-"] {
    width: 50%;
  }
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (min-width: 320px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1200px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xl-6 {
    width: 50%;
  }
}
.display_flex {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex_dir_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex_dir_row_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex_dir_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex_dir_col_rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex_justify_start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex_justify_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex_justify_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex_justify_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_justify_around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex_align_items_start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex_align_items_end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex_align_items_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_align_items_stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex_align_items_baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex_align_content_start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flex_align_content_end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.flex_align_content_center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex_align_content_stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.flex_align_content_between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.flex_align_content_around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.flex_align_self_auto {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.flex_align_self_start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.flex_align_self_end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.flex_align_self_center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flex_align_self_baseline {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.flex_align_self_stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
/*- Base Styles -*/
body {
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  body {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }
}
p {
  margin: 0 0 25px;
}
blockquote p {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 2px solid #e1e1e1;
  font-size: 16px;
  font-style: italic;
}
@media only screen and (max-width: 479px) {
  p {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
blockquote {
  margin: 0;
  padding: 0;
  border: none;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 25px;
}
pre,
code,
pre code {
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  font-weight: 400;
}
pre {
  margin: 0 0 25px;
  padding: 15px 25px;
  border: 1px solid #e1e1e1;
  background: #fbfbfb;
}
code {
  margin: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-left: 25px;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul li,
ol li {
  list-style-position: outside;
  list-style-image: none;
  margin: 0 0 0 20px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  ul li,
  ol li {
    margin: 0;
    list-style-position: inside;
  }
}
@media only screen and (max-width: 479px) {
  ul,
  ol {
    margin: 0 0 20px;
  }
}
ul li {
  position: relative;
  list-style-type: none;
}
ul li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 8px;
  position: absolute;
  top: 8px;
  left: -20px;
}
@media only screen and (max-width: 767px) {
  ul li:before {
    position: relative;
    top: -3px;
    left: auto;
    margin-right: 8px;
  }
}
ol li {
  list-style-type: decimal;
}
ul.list_icon li {
  position: relative;
  list-style-type: none;
}
ul.list_icon li:before {
  content: '\f00c';
  font-size: 14px;
  color: #23c800;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  ul.list_icon li:before {
    top: -1px;
    left: auto;
    margin-right: 6px;
  }
}
ul.ul_half {
  width: 48%;
  float: left;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  ul.ul_half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  ul.ul_half + ul.ul_half {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 479px) {
  ul.ul_half + ul.ul_half {
    margin: 0 0 20px;
  }
}
ul.ul_half + * {
  clear: both;
}
ul.ul_half + ul.ul_half {
  clear: none;
}
ul.ul_third {
  width: 31.333%;
  float: left;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  ul.ul_third {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  ul.ul_third + ul.ul_third + ul.ul_third {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 479px) {
  ul.ul_third + ul.ul_third + ul.ul_third {
    margin: 0 0 20px;
  }
}
ul.ul_third + * {
  clear: both;
}
ul.ul_third + ul.ul_third {
  clear: none;
}
.ul_col2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.ul_col3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 479px) {
  .ul_col2,
  .ul_col3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
table th {
  background: #fbfbfb;
}
table th,
table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 3px 5px;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  table {
    margin: 0 0 20px;
  }
}
a,
button,
input[type=submit],
input[type=reset] {
  cursor: pointer;
}
a {
  display: inline-block;
  color: #23c800;
  text-decoration: none;
  font-weight: 300;
  word-wrap: break-word;
}
a:hover,
a:focus {
  color: #1b9900;
  text-decoration: underline;
}
/*- Font Styles-*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  position: relative;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 25px;
  text-rendering: auto;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 20px;
  }
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
.fw_300 {
  font-weight: 300;
}
.fw_400 {
  font-weight: 400;
}
.fw_500 {
  font-weight: 500;
}
.fw_700 {
  font-weight: 700;
}
.fs_12 {
  font-size: 12px;
}
.fs_14 {
  font-size: 14px;
}
.fs_16 {
  font-size: 16px;
}
.fs_18 {
  font-size: 18px;
}
.fs_20 {
  font-size: 20px;
}
.fs_22 {
  font-size: 22px;
}
.fs_24 {
  font-size: 24px;
}
.fs_28 {
  font-size: 28px;
}
.fs_32 {
  font-size: 32px;
}
.fs_36 {
  font-size: 36px;
}
.fs_40 {
  font-size: 40px;
}
.fs_44 {
  font-size: 44px;
}
.fs_48 {
  font-size: 48px;
}
.fs_52 {
  font-size: 52px;
}
.fs_56 {
  font-size: 56px;
}
.fs_60 {
  font-size: 60px;
}
@media only screen and (max-width: 479px) {
  .fs_12 {
    font-size: 10px;
  }
  .fs_14 {
    font-size: 12px;
  }
  .fs_16 {
    font-size: 14px;
  }
  .fs_18 {
    font-size: 16px;
  }
  .fs_20 {
    font-size: 18px;
  }
  .fs_22 {
    font-size: 20px;
  }
  .fs_24 {
    font-size: 22px;
  }
  .fs_28 {
    font-size: 24px;
  }
  .fs_32 {
    font-size: 26px;
  }
  .fs_36 {
    font-size: 28px;
  }
  .fs_40 {
    font-size: 30px;
  }
  .fs_44 {
    font-size: 32px;
  }
  .fs_48 {
    font-size: 34px;
  }
  .fs_52 {
    font-size: 36px;
  }
  .fs_56 {
    font-size: 38px;
  }
  .fs_60 {
    font-size: 40px;
  }
}
.f_roboto {
  font-family: 'Roboto', sans-serif;
}
.f_robotoC {
  font-family: 'Roboto Condensed', sans-serif;
}
.f_robotoS {
  font-family: 'Roboto Slab', serif;
}
.f_robotoM {
  font-family: 'Roboto Mono', monospace;
}
.italic {
  font-style: italic;
}
.strike {
  text-decoration: line-through;
}
.tt_upper {
  text-transform: uppercase;
}
.tt_lower {
  text-transform: lowercase;
}
.tt_cap {
  text-transform: capitalize;
}
.tt_none {
  text-transform: none;
}
.td_none {
  text-decoration: none;
}
.td_line {
  text-decoration: underline;
}
.fc_color_1,
.fc_color_1 a,
.fc_color_1 a:hover,
a.fc_color_1,
a.fc_color_1:hover {
  color: #23c800;
}
.fc_color_2,
.fc_color_2 a,
.fc_color_2 a:hover,
a.fc_color_2,
a.fc_color_2:hover {
  color: #1b9900;
}
.fc_color_3,
.fc_color_3 a,
.fc_color_3 a:hover,
a.fc_color_3,
a.fc_color_3:hover {
  color: #333333;
}
.fc_white,
.fc_white a,
.fc_white a:hover,
a.fc_white,
a.fc_white:hover {
  color: white;
}
.fc_text,
.fc_text a,
.fc_text a:hover,
a.fc_text,
a.fc_text:hover {
  color: #000000;
}
.fc_black,
.fc_black a,
.fc_black a:hover,
a.fc_black,
a.fc_black:hover {
  color: black;
}
/*- Layout Styles -*/
.TAC {
  text-align: center;
}
.TAL {
  text-align: left;
}
.TAR {
  text-align: right;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.nonei {
  display: none !important;
}
.none {
  display: none;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.DIB {
  display: inline-block;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media only screen and (max-width: 479px) {
  .aligncenter,
  .alignleft,
  .alignright {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
/*- Buttons -*/
.btn_base {
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  transition: background 0.25s ease-out, color 0.25s ease-out;
  /* &.btn_outline {
			background: none;
				&:hover, &:focus {
					color: #FFF;
				}
		} */
}
.btn_base:hover,
.btn_base:focus {
  text-decoration: none;
  transition: background 0.25s ease-out, color 0.25s ease-out;
}
.btn_solid {
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  transition: background 0.25s ease-out, color 0.25s ease-out;
  /* &.btn_outline {
			background: none;
				&:hover, &:focus {
					color: #FFF;
				}
		} */
  color: #FFF;
  background: #000000;
}
.btn_solid:hover,
.btn_solid:focus {
  text-decoration: none;
  transition: background 0.25s ease-out, color 0.25s ease-out;
}
.btn_solid:hover,
.btn_solid:focus {
  color: #000000;
  background: none;
}
.btn_solid.btn_color_1 {
  background: #23c800;
  border-color: #23c800;
}
.btn_solid.btn_color_1:hover,
.btn_solid.btn_color_1:focus {
  color: #23c800;
  background: none;
}
.btn_solid.btn_color_2 {
  background: #1b9900;
  border-color: #1b9900;
}
.btn_solid.btn_color_2:hover,
.btn_solid.btn_color_2:focus {
  color: #1b9900;
  background: none;
}
.btn_solid.btn_color_3 {
  background: #333333;
  border-color: #333333;
}
.btn_solid.btn_color_3:hover,
.btn_solid.btn_color_3:focus {
  color: #333333;
  background: none;
}
.btn_solid.btn_white {
  color: #000000;
  background: #FFF;
  border-color: #FFF;
}
.btn_solid.btn_white:hover,
.btn_solid.btn_white:focus {
  color: #FFF;
  background: none;
}
.btn_outline {
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  transition: background 0.25s ease-out, color 0.25s ease-out;
  /* &.btn_outline {
			background: none;
				&:hover, &:focus {
					color: #FFF;
				}
		} */
  color: #000000;
  background: none;
}
.btn_outline:hover,
.btn_outline:focus {
  text-decoration: none;
  transition: background 0.25s ease-out, color 0.25s ease-out;
}
.btn_outline:hover,
.btn_outline:focus {
  color: #FFF;
  background: #000000;
}
.btn_outline.btn_color_1 {
  color: #23c800;
  border-color: #23c800;
}
.btn_outline.btn_color_1:hover,
.btn_outline.btn_color_1:focus {
  color: #FFF;
  background: #23c800;
}
.btn_outline.btn_color_2 {
  color: #1b9900;
  border-color: #1b9900;
}
.btn_outline.btn_color_2:hover,
.btn_outline.btn_color_2:focus {
  color: #FFF;
  background: #1b9900;
}
.btn_outline.btn_color_3 {
  color: #333333;
  border-color: #333333;
}
.btn_outline.btn_color_3:hover,
.btn_outline.btn_color_3:focus {
  color: #FFF;
  background: #333333;
}
.btn_outline.btn_white {
  color: #FFF;
  border-color: #FFF;
}
.btn_outline.btn_white:hover,
.btn_outline.btn_white:focus {
  color: #000000;
  background: #FFF;
}
.btn_round {
  border-radius: 5px;
}
.btn_full {
  display: block;
  width: 100%;
  padding: 10px;
}
/*- Social Icons -*/
#mainContent .social_icons {
  margin-bottom: 25px;
}
.social_icons {
  display: block;
  font-size: 30px;
}
footer .social_icons a:hover {
  color: #23c800;
}
/*- Google Map -*/
#mainContent .map {
  margin-bottom: 25px;
}
#mainContent .map iframe {
  width: 100%;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  #mainContent .map iframe {
    max-height: 500px;
  }
}
@media only screen and (max-width: 479px) {
  #mainContent .map iframe {
    max-height: 350px;
  }
}
@media only screen and (max-width: 319px) {
  #mainContent .map iframe {
    max-height: 200px;
  }
}
/*- Header -*/
header {
  background: none;
  padding: 30px 0;
}
.header_right {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .header_right {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .header_right {
    margin-top: 20px;
  }
}
#head_name,
#head_desc,
#head_text,
#head_phone,
#head_email {
  display: block;
}
#head_name a,
#head_desc a,
#head_text a,
#head_phone a,
#head_email a {
  display: inline-block;
}
#head_name {
  font-size: 26px;
  font-weight: 300;
  color: #000000;
}
#head_desc {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
#head_text {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
#head_phone {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.1;
  color: #000000;
}
@media only screen and (max-width: 319px) {
  #head_phone {
    font-size: 32px;
  }
}
#head_phone a {
  color: #000000;
}
#head_phone a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #nav_contact #head_phone {
    margin-bottom: 10px;
  }
}
#head_email {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
#head_email a {
  color: #000000;
}
/*- Navigation -*/
/*- Normal Nav -*/
nav {
  background: #1e2830;
  position: relative;
  font-family: 'Roboto', sans-serif;
  /* .lightbox-form { cursor: alias; } */
}
@media only screen and (max-width: 767px) {
  nav {
    display: block;
    width: 0;
    height: 100%;
    padding: 25px 0;
    position: fixed;
    top: 0;
    left: -400px;
    transition: all 0.2s linear 0s;
    border: none;
  }
  nav .container,
  nav .row,
  nav .col-sm-12 {
    margin: 0;
    padding: 0;
  }
}
nav.slide-in {
  left: 0;
  overflow-y: auto;
  max-width: 80%;
  width: 300px;
  z-index: 999;
}
.nav {
  margin: 0;
  padding: 0;
  border-left: 1px solid #151d24;
}
.nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav li:before {
  content: "";
  position: absolute;
}
.nav li.btn_popup_right {
  float: right;
}
.nav li.btn_popup_right a {
  border-left: 1px solid #151d24;
}
.nav_full .nav li.btn_popup_right a {
  border-left: none;
}
@media only screen and (max-width: 767px) {
  .nav li.btn_popup_right {
    float: none;
  }
}
.nav > li {
  float: left;
}
.nav > li > a {
  color: #FFF;
  padding: 15px 20px;
  border-right: 1px solid #151d24;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: #151d24;
}
@media only screen and (max-width: 767px) {
  .nav > li > a {
    border-right: none;
    border-bottom: 1px solid #151d24;
  }
}
.nav > li.current-menu-item > a,
.nav > li.current_page_ancestor > a {
  background: #151d24;
}
@media only screen and (max-width: 767px) {
  .nav > li {
    float: none;
    display: block;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #151d24;
  border-color: #151d24;
}
@media only screen and (min-width: 768px) {
  .nav ul:hover,
  .nav .menu-item-has-children > a:hover + ul {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .nav {
    text-align: left;
    border: none;
    border-top: 1px solid #151d24;
  }
}
.dropdown-menu {
  width: 100%;
  margin: 0 0 0 -1px;
  padding: 0;
  border-radius: 0;
  border-color: #151d24;
  background: #1e2830;
  border-bottom: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .dropdown-menu {
    width: calc(100% + 1px);
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    float: none;
    margin: 0;
    min-width: 0;
    border: none;
    font-size: 16px;
  }
}
.dropdown-menu > li > a {
  font-weight: 300;
  color: #FFF;
  padding: 10px 20px;
  border-bottom: 1px solid #151d24;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #151d24;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .dropdown-menu > li > a {
    padding: 15px 20px 15px 30px;
    white-space: normal;
  }
}
.open .dropdown-menu {
  display: block;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #151d24;
  color: #FFF;
}
/*- /Normal Nav -*/
/*- Full Width Nav -*/
@media only screen and (min-width: 768px) {
  .nav_full .nav {
    display: inline-block;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav_full .nav > li {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .nav_full .nav > li > a {
    text-align: center;
    height: 100%;
    display: inline-block;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/*- /Full Width Nav -*/
/*- Mobile Navigation -*/
#slidenav_open {
  position: fixed;
  top: 20px;
  left: 0;
  width: 45px;
  height: 45px;
  background: #FFF;
  border: 2px solid #000000;
  border-left: none;
  border-radius: 0 5px 5px 0;
  margin: 0;
  padding: 0;
  z-index: 979;
  cursor: pointer;
}
#slidenav_open:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 21px;
  line-height: 21px;
  margin: 0;
  padding: 0;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  #slidenav_open {
    display: none;
  }
}
#slidenav_close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  background: #1e2830;
  border: 2px solid #000000;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
#slidenav_close:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  #slidenav_close {
    display: none;
  }
}
#slidenav_overlay {
  background: 0 0 rgba(0, 0, 0, 0.8);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.2s linear 0s;
  z-index: 989;
}
#nav_logo {
  margin-bottom: 25px;
  /* padding-right: 50px; */
}
@media only screen and (min-width: 768px) {
  #nav_logo {
    display: none;
  }
}
#nav_contact {
  margin-top: 25px;
}
#nav_contact a {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  #nav_contact {
    display: none;
  }
}
/*- /Mobile Navigation -*/
/*- Banner -*/
#banner {
  overflow: hidden;
  position: relative;
  background: #1b9900;
  border-bottom: 3px solid #23c800;
}
@media only screen and (max-width: 767px) {
  #banner {
    padding-bottom: 40px;
  }
}
#banner_slider {
  z-index: 1;
}
#banner_slider > div {
  display: none;
}
#banner_slider > div:first-child {
  display: block;
}
.banner_slide {
  width: 100%;
}
.banner_img_pos {
  width: 100%;
  height: 100%;
}
.banner_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .banner_img {
    height: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .banner_img {
    height: 200px;
  }
}
.banner_short {
  height: 300px;
}
@media only screen and (max-width: 1499px) {
  .banner_short {
    height: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_short {
    height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_short {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_short {
    height: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .banner_short {
    height: 200px;
  }
}
.banner_mid {
  height: 500px;
}
@media only screen and (max-width: 1499px) {
  .banner_mid {
    height: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_mid {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_mid {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_mid {
    height: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .banner_mid {
    height: 200px;
  }
}
.banner_tall {
  height: 780px;
}
@media only screen and (max-width: 1499px) {
  .banner_tall {
    height: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_tall {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_tall {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_tall {
    height: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .banner_tall {
    height: 200px;
  }
}
.banner_image_align_top_left {
  background-position: left top;
}
.banner_image_align_top_center {
  background-position: center top;
}
.banner_image_align_top_right {
  background-position: right top;
}
.banner_image_align_center_left {
  background-position: left center;
}
.banner_image_align_center {
  background-position: center center;
}
.banner_image_align_center_right {
  background-position: right center;
}
.banner_image_align_bottom_left {
  background-position: left bottom;
}
.banner_image_align_bottom_center {
  background-position: center bottom;
}
.banner_image_align_bottom_right {
  background-position: right bottom;
}
.banner_type_1 .banner_text_pos {
  position: absolute;
  width: 100%;
}
.banner_type_1 .banner_text_align_top_left {
  top: 20px;
  left: 0;
}
.banner_type_1 .banner_text_align_top_center {
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_1 .banner_text_align_top_right {
  top: 20px;
  right: 0;
  text-align: right;
}
.banner_type_1 .banner_text_align_center_left {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner_type_1 .banner_text_align_center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner_type_1 .banner_text_align_center_right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
}
.banner_type_1 .banner_text_align_bottom_left {
  bottom: 20px;
  left: 0;
}
.banner_type_1 .banner_text_align_bottom_center {
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_1 .banner_text_align_bottom_right {
  right: 0;
  bottom: 20px;
  text-align: right;
}
.banner_type_1 .banner_text_align_top_center [class*="col-"],
.banner_type_1 .banner_text_align_center [class*="col-"],
.banner_type_1 .banner_text_align_bottom_center [class*="col-"] {
  float: none;
  margin: 0 auto;
}
.banner_type_1 .banner_text_align_top_right [class*="col-"],
.banner_type_1 .banner_text_align_center_right [class*="col-"],
.banner_type_1 .banner_text_align_bottom_right [class*="col-"] {
  float: right;
}
.banner_type_1 .banner_text_holder {
  position: relative;
  display: inline-block;
  padding: 25px 25px 0;
}
@media only screen and (max-width: 479px) {
  .banner_type_1 .banner_text_holder {
    padding: 10px 10px 0 10px;
  }
}
.banner_type_1 .banner_text {
  position: relative;
  z-index: 2;
}
.banner_type_1 .banner_text_bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .banner_type_1 .banner_text_bg {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner_type_1 .banner_slide {
    height: auto;
  }
  .banner_type_1 .banner_text_pos {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    text-align: center;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .banner_type_1 .banner_text_pos .container {
    padding: 0;
  }
}
.banner_type_2 .banner_text_pos {
  position: absolute;
  width: 100%;
}
.banner_type_2 .banner_text_align_top_left {
  top: 20px;
  left: 0;
}
.banner_type_2 .banner_text_align_top_center {
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_2 .banner_text_align_top_right {
  top: 20px;
  right: 0;
  text-align: right;
}
.banner_type_2 .banner_text_align_center_left {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner_type_2 .banner_text_align_center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner_type_2 .banner_text_align_center_right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
}
.banner_type_2 .banner_text_align_bottom_left {
  bottom: 20px;
  left: 0;
}
.banner_type_2 .banner_text_align_bottom_center {
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_2 .banner_text_align_bottom_right {
  right: 0;
  bottom: 20px;
  text-align: right;
}
.banner_type_2 .banner_text_align_top_left .banner_text_holder,
.banner_type_2 .banner_text_align_center_left .banner_text_holder,
.banner_type_2 .banner_text_align_bottom_left .banner_text_holder {
  padding-left: 2000px;
  margin-left: -2000px;
}
.banner_type_2 .banner_text_align_top_center .banner_text_holder,
.banner_type_2 .banner_text_align_center .banner_text_holder,
.banner_type_2 .banner_text_align_bottom_center .banner_text_holder {
  padding-left: 2000px;
  padding-right: 2000px;
  margin: 0 -2000px;
}
.banner_type_2 .banner_text_align_top_center [class*="col-"],
.banner_type_2 .banner_text_align_center [class*="col-"],
.banner_type_2 .banner_text_align_bottom_center [class*="col-"] {
  float: none;
  margin: 0 auto;
}
.banner_type_2 .banner_text_align_top_right .banner_text_holder,
.banner_type_2 .banner_text_align_center_right .banner_text_holder,
.banner_type_2 .banner_text_align_bottom_right .banner_text_holder {
  padding-right: 2000px;
  margin-right: -2000px;
}
.banner_type_2 .banner_text_align_top_right [class*="col-"],
.banner_type_2 .banner_text_align_center_right [class*="col-"],
.banner_type_2 .banner_text_align_bottom_right [class*="col-"] {
  float: right;
}
.banner_type_2 .banner_text_holder {
  position: relative;
  display: inline-block;
  padding: 25px 25px 0;
}
@media only screen and (max-width: 479px) {
  .banner_type_2 .banner_text_holder {
    padding: 10px 10px 0 10px;
  }
}
.banner_type_2 .banner_text {
  position: relative;
  z-index: 2;
}
.banner_type_2 .banner_text_bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .banner_type_2 .banner_text_bg {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner_type_2 .banner_slide {
    height: auto;
  }
  .banner_type_2 .banner_text_pos {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    text-align: center;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .banner_type_2 .banner_text_pos .container {
    padding: 0;
  }
}
.banner_type_3 .banner_text_pos {
  position: absolute;
  width: 100%;
}
.banner_type_3 .banner_text_pos .container {
  position: relative;
  z-index: 2;
}
.banner_type_3 .banner_text_pos [class*="col-"] {
  width: 100%;
  margin: 0;
}
.banner_type_3 .banner_text_align_top_left {
  top: 0;
  left: 0;
}
.banner_type_3 .banner_text_align_top_center {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_3 .banner_text_align_top_right {
  top: 0;
  right: 0;
  text-align: right;
}
.banner_type_3 .banner_text_align_center_left {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner_type_3 .banner_text_align_center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner_type_3 .banner_text_align_center_right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
}
.banner_type_3 .banner_text_align_bottom_left {
  bottom: 0;
  left: 0;
}
.banner_type_3 .banner_text_align_bottom_center {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_3 .banner_text_align_bottom_right {
  right: 0;
  bottom: 0;
  text-align: right;
}
.banner_type_3 .banner_text_align_top_center [class*="col-"],
.banner_type_3 .banner_text_align_center [class*="col-"],
.banner_type_3 .banner_text_align_bottom_center [class*="col-"] {
  float: none;
  margin: 0 auto;
}
.banner_type_3 .banner_text_align_top_right [class*="col-"],
.banner_type_3 .banner_text_align_center_right [class*="col-"],
.banner_type_3 .banner_text_align_bottom_right [class*="col-"] {
  float: right;
}
.banner_type_3 .banner_text_holder {
  position: relative;
  display: inline-block;
  padding: 25px 0 0;
}
@media only screen and (max-width: 767px) {
  .banner_type_3 .banner_text_holder {
    padding: 25px 25px 0;
  }
}
@media only screen and (max-width: 479px) {
  .banner_type_3 .banner_text_holder {
    padding: 10px 10px 0;
  }
}
.banner_type_3 .banner_text_bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .banner_type_3 .banner_text_bg {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner_type_3 .banner_slide {
    height: auto;
  }
  .banner_type_3 .banner_text_pos {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    text-align: center;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .banner_type_3 .banner_text_pos .container {
    padding: 0;
  }
}
.banner_type_4 .banner_img_pos {
  width: 50%;
  margin-left: 50%;
}
.banner_type_4 .banner_img_pos .banner_img_holder {
  /* width: 120%; */
  height: 100%;
  -webkit-transform: skew(-20deg, 0);
  -moz-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  -o-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  overflow: hidden;
  border-left: 3px solid #23c800;
}
.banner_type_4 .banner_img_pos .banner_img {
  -webkit-transform: skew(20deg, 0);
  -moz-transform: skew(20deg, 0);
  -ms-transform: skew(20deg, 0);
  -o-transform: skew(20deg, 0);
  transform: skew(20deg, 0);
  /* margin-left: -90px; */
}
@media only screen and (max-width: 767px) {
  .banner_type_4 .banner_img_pos {
    width: 100%;
    margin: 0;
  }
  .banner_type_4 .banner_img_pos .banner_img,
  .banner_type_4 .banner_img_pos .banner_img_holder {
    -webkit-transform: skew(0, 0);
    -moz-transform: skew(0, 0);
    -ms-transform: skew(0, 0);
    -o-transform: skew(0, 0);
    transform: skew(0, 0);
    border: none;
  }
}
.banner_type_4 .banner_short .banner_img_holder {
  width: 109%;
}
.banner_type_4 .banner_short .banner_img {
  margin-left: -60px;
}
@media only screen and (max-width: 1499px) {
  .banner_type_4 .banner_short .banner_img_holder {
    width: 111%;
  }
  .banner_type_4 .banner_short .banner_img {
    margin-left: -60px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_type_4 .banner_short .banner_img_holder {
    width: 113%;
  }
  .banner_type_4 .banner_short .banner_img {
    margin-left: -60px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_type_4 .banner_short .banner_img_holder {
    width: 117%;
  }
  .banner_type_4 .banner_short .banner_img {
    margin-left: -60px;
  }
}
.banner_type_4 .banner_mid .banner_img_holder {
  width: 117%;
}
.banner_type_4 .banner_mid .banner_img {
  margin-left: -115px;
}
@media only screen and (max-width: 1499px) {
  .banner_type_4 .banner_mid .banner_img_holder {
    width: 117%;
  }
  .banner_type_4 .banner_mid .banner_img {
    margin-left: -95px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_type_4 .banner_mid .banner_img_holder {
    width: 118%;
  }
  .banner_type_4 .banner_mid .banner_img {
    margin-left: -85px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_type_4 .banner_mid .banner_img_holder {
    width: 122%;
  }
  .banner_type_4 .banner_mid .banner_img {
    margin-left: -80px;
  }
}
.banner_type_4 .banner_tall .banner_img_holder {
  width: 120%;
}
.banner_type_4 .banner_tall .banner_img {
  margin-left: -150px;
}
@media only screen and (max-width: 1499px) {
  .banner_type_4 .banner_tall .banner_img_holder {
    width: 125%;
  }
  .banner_type_4 .banner_tall .banner_img {
    margin-left: -130px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_type_4 .banner_tall .banner_img_holder {
    width: 125%;
  }
  .banner_type_4 .banner_tall .banner_img {
    margin-left: -115px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_type_4 .banner_tall .banner_img_holder {
    width: 127%;
  }
  .banner_type_4 .banner_tall .banner_img {
    margin-left: -95px;
  }
}
.banner_type_4 .banner_text_pos {
  position: absolute;
  width: 100%;
}
.banner_type_4 .banner_text_pos .container {
  position: relative;
  z-index: 2;
}
.banner_type_4 .banner_text_pos [class*="col-"] {
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .banner_type_4 .banner_text_pos [class*="col-"] {
    width: 100%;
  }
}
.banner_type_4 .banner_text_align_top_left {
  top: 0;
  left: 0;
}
.banner_type_4 .banner_text_align_top_center {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_4 .banner_text_align_top_right {
  top: 0;
  right: 0;
  text-align: right;
}
.banner_type_4 .banner_text_align_center_left {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner_type_4 .banner_text_align_center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner_type_4 .banner_text_align_center_right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
}
.banner_type_4 .banner_text_align_bottom_left {
  bottom: 0;
  left: 0;
}
.banner_type_4 .banner_text_align_bottom_center {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_4 .banner_text_align_bottom_right {
  right: 0;
  bottom: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .banner_type_4 .banner_slide {
    height: auto;
  }
  .banner_type_4 .banner_text_pos {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    text-align: center;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .banner_type_4 .banner_text_pos .container {
    padding: 0;
  }
  .banner_type_4 .banner_text_holder {
    padding: 10px 10px 0 10px;
  }
}
.btn_slider {
  width: 30px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
  cursor: pointer;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .btn_slider {
    width: 20px;
    height: 30px;
    top: auto;
    bottom: 10px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#btn_prev {
  left: 10px;
  background-image: url('/wp-content/themes/bjb/images/btn_banner-prev.png');
}
#btn_next {
  right: 10px;
  background-image: url('/wp-content/themes/bjb/images/btn_banner-next.png');
}
#btn_prev:hover,
#btn_next:hover,
#btn_prev:focus,
#btn_next:focus {
  opacity: 1;
}
#btn_prev:active,
#btn_next:active {
  opacity: 0.4;
}
#banner_pager {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  z-index: 2;
}
#banner_pager span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #1b9900;
  border: 2px solid #23c800;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.8;
  border-radius: 50%;
}
#banner_pager span.cycle-pager-active,
#banner_pager span:hover {
  background: #23c800;
  opacity: 1;
  border-color: #1b9900;
}
/*- Box Links -*/
#box_links {
  padding: 50px 0;
}
.box_link {
  display: block;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  color: #000000;
  position: relative;
  overflow: hidden;
}
.box_link_text_position_over .box_link_content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: auto;
  transition: all 0.25s ease-in-out;
}
.box_link_text_position_over .box_link_image {
  margin-bottom: 0;
}
.box_link_text_position_under .box_link_content {
  text-align: center;
}
.box_link:hover {
  color: #000000;
  text-decoration: none;
}
.box_link span {
  display: block;
}
.box_link_image {
  margin-bottom: 10px;
  text-align: center;
}
.box_link_content {
  text-align: center;
}
.box_link_title h4 {
  margin-bottom: 10px;
}
.box_link_excerpt p {
  margin-bottom: 0;
}
a.box_link:hover .box_link_image {
  opacity: 0.8;
}
.box_link_style_list .box_link {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 767px) {
  .box_link_style_list .box_link {
    padding-bottom: 30px;
  }
}
.box_link_style_list [class*='col-sm']:last-child .box_link {
  border-bottom: none;
}
.box_link_style_list span.box_link_content {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .box_link_style_list span.box_link_content {
    text-align: center;
  }
}
/*- Page Styles -*/
#content {
  padding: 50px 0;
}
#box_links + #content {
  padding-top: 0;
}
#mainContent,
#sidebar {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .pull-left,
  .pull-right {
    float: none !important;
  }
}
/*- Flexible Page -*/
.flexpage_row {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.flexpage_row.background_repeat {
  background-repeat: repeat;
  background-size: auto;
}
.flexpage_row_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.flexpage_row_overlay + .container {
  position: relative;
  z-index: 2;
}
.flexpage_row .full_width {
  width: auto;
}
.flexible_block {
  margin-bottom: 25px;
}
/*- Posts - Blog/Search -*/
.post-item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.post-item:last-child {
  border-bottom: none;
}
.post-img {
  margin-bottom: 25px;
}
.post-title h3 {
  margin-bottom: 5px;
}
.post-date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #1a1a1a;
}
.post-single .post-item {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: none;
}
.post-single .post-title h3 {
  margin-bottom: 25px;
}
/*- Widgets -*/
.widget_block {
  margin-bottom: 40px;
}
.widget_block h3 {
  margin-bottom: 10px;
}
.widget_block .form_bg {
  margin-bottom: 0;
}
.gallery_widget_content {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.gallery_widget_content > a,
.gallery_widget_content > img {
  margin: 0 0 10px;
  padding: 0 5px;
  text-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.map_widget_content iframe {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .map_widget_content iframe {
    max-height: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .map_widget_content iframe {
    max-height: 350px;
  }
}
@media only screen and (max-width: 319px) {
  .map_widget_content iframe {
    max-height: 200px;
  }
}
.contact_details {
  display: block;
  margin-bottom: 25px;
}
.widget_block .contact_details {
  margin-bottom: 0;
}
.contact_display {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.contact_display_letters .contact_display_left,
.contact_display_icons .contact_display_left {
  -webkit-box-flex: 0 1 30px;
  -webkit-flex: 0 1 30px;
  -ms-flex: 0 1 30px;
  flex: 0 1 30px;
  font-weight: 400;
}
.contact_display_words .contact_display_left {
  -webkit-box-flex: 0 1 115px;
  -webkit-flex: 0 1 115px;
  -ms-flex: 0 1 115px;
  flex: 0 1 115px;
}
.contact_display_right {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (max-width: 767px) {
  .contact_display_words .contact_display {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_display_letters .contact_display,
  .contact_display_icons .contact_display {
    display: block;
  }
  .contact_display_letters .contact_display_left,
  .contact_display_icons .contact_display_left,
  .contact_display_letters .contact_display_right,
  .contact_display_icons .contact_display_right {
    display: inline-block;
    vertical-align: top;
  }
}
.bjb_quicklinks a {
  color: #000000;
}
footer .bjb_quicklinks a {
  color: #FFF;
}
.searchform {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.searchform label {
  display: none;
}
.searchform span,
.searchform button {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.searchform span {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.searchform span input {
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  padding: 10px;
  color: #000000;
}
footer .searchform span input {
  background: #FFF;
}
.searchform button {
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border: none;
  background: #23c800;
}
.searchform button:hover {
  background: #1b9900;
}
.searchform button i {
  color: #FFF;
  padding: 10px;
}
.testimonial_widget_post p:nth-last-child(2) {
  margin-bottom: 0;
}
/*- Pagination -*/
.pagination {
  text-align: center;
  display: block;
  margin: 0 0 50px;
  padding: 0;
  border-radius: 0;
}
.pagination a,
.pagination span {
  display: inline-block;
  border: 1px solid #23c800;
  background: none;
  color: #23c800;
  text-decoration: none;
  padding: 5px 15px;
}
.pagination a:hover,
.pagination a:focus,
.pagination span.page-numbers.current {
  background: #23c800;
  color: #FFF;
  border-color: #23c800;
}
.pagination span.page-numbers.dots {
  border-color: transparent;
}
/*- Sidebar -*/
#sidebar {
  /* .widget_title {
		background: @color_1;
		padding: 10px 20px;
			h3 {
				color: #FFF;
				margin: 0;
			}
	}
	.widget_content {
		background: @bg_grey;
		padding: 20px;
	} */
}
/* #sidebar {
	&:first-child h3 {
		background: @color_1;
		padding: 10px 20px;
		color: #FFF;
		margin: 0;
			& + * {
				padding: 20px;
			}
	}
	.widget_content {
		background: @bg_grey;
		padding: 20px;
	}
} */
/*- Footer -*/
#above_footer {
  background: #23c800;
  color: #FFF;
  padding: 50px 0 60px;
  text-align: center;
}
.col_50 {
  width: 50%;
}
.col_60 {
  width: 60%;
}
.col_70 {
  width: 70%;
}
.col_80 {
  width: 80%;
}
.col_90 {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .col_90 {
    width: 100%;
  }
}
.col_100 {
  width: 100%;
}
.col_50,
.col_60,
.col_70,
.col_80 {
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .col_50,
  .col_60,
  .col_70,
  .col_80 {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .col_50,
  .col_60,
  .col_70,
  .col_80 {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .col_50,
  .col_60,
  .col_70,
  .col_80 {
    width: 100%;
  }
}
#above_footer_slider {
  z-index: 1;
}
#above_footer_slider > div {
  display: none;
}
#above_footer_slider > div:first-child {
  display: block;
}
.above_footer_gallery {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.above_footer_gallery.img_1 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
}
.above_footer_gallery.img_2 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery.img_2 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.above_footer_gallery.img_3 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 33.33333333%;
  -webkit-flex: 0 1 33.33333333%;
  -ms-flex: 0 1 33.33333333%;
  flex: 0 1 33.33333333%;
  width: 33.333333333%;
}
@media only screen and (max-width: 767px) {
  .above_footer_gallery.img_3 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery.img_3 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.above_footer_gallery.img_4 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .above_footer_gallery.img_4 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 33.33333333%;
    -webkit-flex: 0 1 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    width: 33.333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .above_footer_gallery.img_4 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery.img_4 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.above_footer_gallery.img_5 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 20%;
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  width: 20%;
}
@media only screen and (max-width: 1199px) {
  .above_footer_gallery.img_5 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .above_footer_gallery.img_5 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 33.33333333%;
    -webkit-flex: 0 1 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    width: 33.333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .above_footer_gallery.img_5 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery.img_5 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.above_footer_gallery.img_6 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 16.66666667%;
  -webkit-flex: 0 1 16.66666667%;
  -ms-flex: 0 1 16.66666667%;
  flex: 0 1 16.66666667%;
  width: 16.66666667%;
}
@media only screen and (max-width: 1199px) {
  .above_footer_gallery.img_6 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .above_footer_gallery.img_6 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 33.33333333%;
    -webkit-flex: 0 1 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    width: 33.333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .above_footer_gallery.img_6 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery.img_6 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.above_footer_gallery.img_7 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 14%;
  -webkit-flex: 0 1 14%;
  -ms-flex: 0 1 14%;
  flex: 0 1 14%;
  width: 14%;
}
@media only screen and (max-width: 1199px) {
  .above_footer_gallery.img_7 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .above_footer_gallery.img_7 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 33.33333333%;
    -webkit-flex: 0 1 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    width: 33.333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .above_footer_gallery.img_7 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery.img_7 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.above_footer_gallery.img_8 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 12.5%;
  -webkit-flex: 0 1 12.5%;
  -ms-flex: 0 1 12.5%;
  flex: 0 1 12.5%;
  width: 12.5%;
}
@media only screen and (max-width: 1199px) {
  .above_footer_gallery.img_8 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .above_footer_gallery.img_8 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 33.33333333%;
    -webkit-flex: 0 1 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    width: 33.333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .above_footer_gallery.img_8 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery.img_8 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.above_footer_gallery .above_footer_gallery_image {
  text-align: center;
  margin-bottom: 20px;
}
.above_footer_gallery .above_footer_gallery_image img {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .above_footer_gallery .above_footer_gallery_image img {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery .above_footer_gallery_image img {
    padding: 0;
  }
}
footer {
  background: #0c0e12;
  color: #FFF;
  padding: 40px 0 60px;
}
footer h3 {
  margin-bottom: 25px;
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: #FFF;
}
footer a.readmore {
  text-decoration: underline;
}
footer a.readmore:hover {
  text-decoration: none;
}
.footer_block {
  margin-bottom: 30px;
}
.contact_display {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.contact_display_letters .contact_display_left,
.contact_display_icons .contact_display_left {
  -webkit-box-flex: 0 1 30px;
  -webkit-flex: 0 1 30px;
  -ms-flex: 0 1 30px;
  flex: 0 1 30px;
  font-weight: 400;
}
.contact_display_words .contact_display_left {
  -webkit-box-flex: 0 1 115px;
  -webkit-flex: 0 1 115px;
  -ms-flex: 0 1 115px;
  flex: 0 1 115px;
}
.contact_display_right {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (max-width: 767px) {
  .contact_display_words .contact_display {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_display_letters .contact_display,
  .contact_display_icons .contact_display {
    display: block;
  }
  .contact_display_letters .contact_display_left,
  .contact_display_icons .contact_display_left,
  .contact_display_letters .contact_display_right,
  .contact_display_icons .contact_display_right {
    display: inline-block;
    vertical-align: top;
  }
}
#below_footer {
  background: #0c0e12;
  padding: 20px 0;
  text-align: center;
  color: #FFF;
  font-size: 14px;
}
#below_footer p {
  margin-bottom: 0;
}
#below_footer a {
  color: #FFF;
}
#below_footer a:hover,
#below_footer a:focus {
  color: #FFF;
  text-decoration: underline;
}
/*- Forms -*/
.form_bg {
  background: #1b9900;
  padding: 20px 30px 30px;
  margin-bottom: 25px;
}
.form_bg h1,
.form_bg h2,
.form_bg h3,
.form_bg h4,
.form_bg h5,
.form_bg h6,
.form_bg p {
  color: #FFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .form_bg {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form_bg {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .form_bg {
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .form_bg {
    padding: 10px;
  }
}
.wpcf7 h1,
.wpcf7 h2,
.wpcf7 h3,
.wpcf7 h4,
.wpcf7 h5,
.wpcf7 h6 {
  margin-bottom: 10px;
}
footer .wpcf7 h1,
footer .wpcf7 h2,
footer .wpcf7 h3,
footer .wpcf7 h4,
footer .wpcf7 h5,
footer .wpcf7 h6 {
  margin-bottom: 15px;
}
.form_row {
  margin: 0 0 20px;
}
.form_row span {
  width: 100%;
  display: block;
}
.form_row input,
.form_row textarea,
.form_row select {
  width: 100%;
  height: 60px;
  display: block;
  background: #FFF;
  border: 1px solid #e1e1e1;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin: 0;
  padding: 20px 10px 10px;
}
.form_row input:focus ~ label,
.form_row textarea:focus ~ label,
.form_row select:focus ~ label,
.form_row input:valid ~ label,
.form_row textarea:valid ~ label,
.form_row select:valid ~ label,
.form_row input.input_valid ~ label,
.form_row textarea.input_valid ~ label,
.form_row select.input_valid ~ label {
  top: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #1b9900;
  transition: all 0.25s ease-in-out;
}
.form_row input.btn_submit,
.form_row textarea.btn_submit,
.form_row select.btn_submit {
  padding: 10px;
  color: #FFF;
  background: #1b9900;
  border: 2px solid #1b9900;
  font-weight: 400;
}
.form_row input.btn_submit:hover,
.form_row textarea.btn_submit:hover,
.form_row select.btn_submit:hover {
  background: none;
  color: #1b9900;
}
footer .form_row input.btn_submit:hover,
footer .form_row textarea.btn_submit:hover,
footer .form_row select.btn_submit:hover {
  border-color: #FFF;
  color: #FFF;
}
.form_row input.btn_submit[disabled],
.form_row textarea.btn_submit[disabled],
.form_row select.btn_submit[disabled] {
  cursor: not-allowed;
  background: #2a8217;
  border-color: #2a8217;
}
.form_row input.btn_submit[disabled]:hover,
.form_row textarea.btn_submit[disabled]:hover,
.form_row select.btn_submit[disabled]:hover {
  color: #FFF;
}
.form_bg .form_row input,
.form_bg .form_row textarea,
.form_bg .form_row select {
  border: none;
}
.form_bg .form_row input.btn_submit,
.form_bg .form_row textarea.btn_submit,
.form_bg .form_row select.btn_submit {
  color: #1b9900;
  background: #FFF;
  border: 2px solid #FFF;
}
.form_bg .form_row input.btn_submit:hover,
.form_bg .form_row textarea.btn_submit:hover,
.form_bg .form_row select.btn_submit:hover {
  background: #1b9900;
  color: #FFF;
}
.form_bg .form_row input.btn_submit[disabled],
.form_bg .form_row textarea.btn_submit[disabled],
.form_bg .form_row select.btn_submit[disabled] {
  color: #FFF;
  cursor: not-allowed;
  background: #2a8217;
  border-color: #2a8217;
}
.form_bg .form_row input.btn_submit[disabled]:hover,
.form_bg .form_row textarea.btn_submit[disabled]:hover,
.form_bg .form_row select.btn_submit[disabled]:hover {
  color: #FFF;
}
.form_row textarea {
  height: 120px;
}
footer .form_row textarea {
  height: 140px;
}
.form_row label {
  position: absolute;
  top: 19px;
  left: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #333333;
  transition: all 0.25s ease-in-out;
}
.form_checkbox,
.form_radio {
  margin: 0 0 20px;
}
.form_bg .form_checkbox label,
.form_bg .form_radio label {
  color: #FFF;
}
.form_checkbox > label,
.form_radio > label {
  display: block;
}
.form_checkbox span.wpcf7-list-item,
.form_radio span.wpcf7-list-item {
  margin: 0 20px 0 0;
}
.form_checkbox_full span.wpcf7-list-item,
.form_radio_full span.wpcf7-list-item {
  display: block;
  margin: 0;
}
.form_accept label {
  margin-left: 10px;
}
.form_bg .form_accept label {
  color: #FFF;
}
.form_file {
  margin: 0 0 20px;
}
.form_file label,
.form_file input {
  display: block;
}
.form_bg .form_file label,
.form_bg .form_file input {
  color: #FFF;
}
.form_file span {
  display: block;
}
span.wpcf7-not-valid-tip {
  font-size: 16px;
  font-weight: 400;
  background: #F00;
  border: 1px solid #e1e1e1;
  border-top: none;
  color: #FFF;
  margin: 0;
  padding: 2px 10px;
}
div.wpcf7-validation-errors {
  font-size: 16px;
  font-weight: 400;
  background: #F00;
  border: 1px solid #e1e1e1;
  color: #FFF;
  margin: 20px 0 0;
  padding: 10px;
}
div.wpcf7-mail-sent-ok {
  color: #398f14;
  border-color: #398f14;
  font-weight: 400;
}
.form_line {
  width: 100%;
  height: 1px;
  display: block;
  margin: 25px 0;
  padding: 0;
  background: #e1e1e1;
}
.form_bg .form_line {
  border-top: 1px solid #093300;
  border-bottom: 1px solid #2dff00;
}
div.wpcf7 .ajax-loader {
  position: absolute;
}
/*- Gallery -*/
.gallery {
  margin-bottom: 25px;
}
.gal {
  margin: 0 0 5px;
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.gal > a,
.gal > img {
  margin: 0 0 20px;
  padding: 0 10px;
}
@media only screen and (max-width: 479px) {
  .gal > a,
  .gal > img {
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
.gal > a > img {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .gal {
    margin: 0 0 15px;
  }
}
.gal_1 > a,
.gal_1 > img {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding: 0;
}
.gal_2 > a,
.gal_2 > img {
  -webkit-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}
.gal_3 > a,
.gal_3 > img {
  -webkit-box-flex: 0 1 33.33333333%;
  -webkit-flex: 0 1 33.33333333%;
  -ms-flex: 0 1 33.33333333%;
  flex: 0 1 33.33333333%;
  max-width: 33.33333333%;
}
.gal_4 > a,
.gal_4 > img {
  -webkit-box-flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}
.gal_5 > a,
.gal_5 > img {
  -webkit-box-flex: 0 1 20%;
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  max-width: 20%;
}
.gal_6 > a,
.gal_6 > img {
  -webkit-box-flex: 0 1 16.66666667%;
  -webkit-flex: 0 1 16.66666667%;
  -ms-flex: 0 1 16.66666667%;
  flex: 0 1 16.66666667%;
  max-width: 16.66666667%;
}
.gal_left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.gal_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gal_right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.gal_edge {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gal_even {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media only screen and (max-width: 1199px) {
  .gal_5 > a,
  .gal_6 > a,
  .gal_5 > img,
  .gal_6 > img {
    -webkit-box-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .gal_4 > a,
  .gal_5 > a,
  .gal_6 > a,
  .gal_4 > img,
  .gal_5 > img,
  .gal_6 > img {
    -webkit-box-flex: 0 1 33.33333333%;
    -webkit-flex: 0 1 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .gal_3 > a,
  .gal_4 > a,
  .gal_5 > a,
  .gal_6 > a,
  .gal_3 > img,
  .gal_4 > img,
  .gal_5 > img,
  .gal_6 > img {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .gal_2 > a,
  .gal_3 > a,
  .gal_4 > a,
  .gal_5 > a,
  .gal_6 > a,
  .gal_2 > img,
  .gal_3 > img,
  .gal_4 > img,
  .gal_5 > img,
  .gal_6 > img {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
/*- Video -*/
.iframe_responsive {
  position: relative;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 25px;
  overflow: hidden;
}
.bjb_youtube .iframe_responsive {
  margin-bottom: 0;
}
.iframe_responsive iframe,
.iframe_responsive object,
.iframe_responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox-video {
  display: inline-block;
  position: relative;
}
.lightbox-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.lightbox-video:after {
  content: '\f01d';
  font-family: 'FontAwesome';
  font-size: 80px;
  color: #23c800;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.lightbox-video:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.lightbox-video:hover:after {
  opacity: 1;
}
/*- Lightbox -*/
#popup_form {
  position: relative;
  /* background: @color_1; */
  max-width: 600px;
  margin: 0 auto;
  /* padding: 20px 30px;
		@media @max-sm { padding: 20px; }
		@media @max-xs { padding: 10px; } */
}
/*- Margins -*/
.mb_0 {
  margin-bottom: 0;
}
/*-slx_mattk-*/
/*- Branding Styles-*/
a:focus,
a:active {
  outline: none;
  box-shadow: none;
}
a:focus:not(:hover) {
  text-decoration: none;
  color: #23c800;
}
nav.nav_full .nav a:focus:not(:hover) {
  color: #FFF;
  text-decoration: none;
  background: transparent !important;
}
nav.nav_full .nav > li.current-menu-item > a:focus,
nav.nav_full .nav > li.current-menu-parent > a:focus,
nav.nav_full .nav > li.current-menu-ancestor > a:focus,
nav.nav_full .nav > li.active > a:focus {
  color: #23c800;
}
header.site_header a:focus:not(:hover) {
  text-decoration: none !important;
}
header.site_header .header_email_link:focus:not(:hover) {
  color: #333333 !important;
}
header.site_header .header_call_btn:focus:not(:hover) {
  background: #23c800;
  color: #FFF !important;
}
h1,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h2 {
  font-size: 26px;
  color: #485523;
  font-weight: 400;
}
header.site_header {
  background: #FFF;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  header.site_header {
    padding: 16px 0;
    text-align: left;
  }
}
.header_inner {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
}
.header_left {
  flex: 1 1 auto;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .header_left {
    text-align: left;
  }
}
.header_logo {
  display: block;
  text-align: left;
}
.header_logo img {
  display: block;
  max-height: 85px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .header_logo img {
    max-height: 48px;
  }
}
.header_logo_text {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .header_logo_text {
    justify-content: flex-start;
  }
}
.header_logo_text .header_logo_gc {
  color: #23c800;
}
.header_logo_text .header_logo_removals {
  color: #333333;
}
.header_right {
  text-align: right;
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .header_right {
    display: none;
  }
}
.header_call_btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #23c800;
  color: #FFF !important;
  padding: 8px 28px 8px 8px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(35, 200, 0, 0.35);
  white-space: nowrap;
}
.header_call_btn:hover {
  background: #1a9500;
  color: #FFF !important;
  text-decoration: none;
}
.header_call_icon {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  background: #FFF;
  border-radius: 50%;
  color: #23c800;
  font-size: 18px;
}
.header_email_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333333 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none !important;
}
.header_email_link .fa {
  color: #23c800;
  font-size: 14px;
}
.header_email_link:hover {
  color: #1a1a1a !important;
  text-decoration: none;
}
.google_stars {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.google_stars_badge {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FFF;
  color: #4285f4;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
.google_stars_body {
  display: block;
  min-width: 0;
}
.google_stars_label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #5c6570;
  margin-bottom: 2px;
}
.google_stars_row {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}
.google_stars_row .fa {
  color: #fbbc04;
  font-size: 14px;
}
.google_stars_score {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  margin-left: 6px;
}
.google_stars_count {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.3;
  color: #777;
  text-decoration: none;
}
.google_stars_count:hover {
  color: #23c800;
  text-decoration: underline;
}
.google_stars--header {
  align-items: center;
}
.google_stars--header .google_stars_label,
.google_stars--header .google_stars_count {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .google_stars--header {
    display: none;
  }
}
.google_stars--banner .google_stars_badge {
  background: rgba(255, 255, 255, 0.95);
}
.google_stars--banner .google_stars_label,
.google_stars--banner .google_stars_score,
.google_stars--banner .google_stars_count {
  color: #FFF;
}
.google_stars--banner .google_stars_count:hover {
  color: #23c800;
}
.google_stars--centered {
  justify-content: center;
  margin-top: 16px;
}
.google_stars--centered .google_stars_body {
  text-align: center;
}
.google_stars--compact {
  margin-bottom: 14px;
}
.google_stars--compact .google_stars_score {
  font-size: 13px;
}
.google_stars--compact .google_stars_row .fa {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .nav_sticky_wrap {
    position: sticky;
    top: 0;
    z-index: 980;
    transition: box-shadow 0.25s ease;
  }
  .nav_sticky_wrap.is-scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  }
  .nav_sticky_wrap.is-scrolled .trust_signals {
    max-height: 52px;
    opacity: 1;
    visibility: visible;
  }
}
nav.nav_full {
  background: #1e2830;
}
@media only screen and (min-width: 768px) {
  nav.nav_full {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    left: auto;
    padding: 0;
  }
  nav.nav_full .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  nav.nav_full {
    position: fixed;
    top: 0;
    left: -400px;
    width: 0;
    height: 100%;
    padding: 25px 0;
    margin: 0;
    border: none;
    overflow: hidden;
    z-index: 999;
    transition: all 0.2s linear 0s;
  }
  nav.nav_full .container {
    margin: 0;
    padding: 0;
  }
  nav.nav_full.slide-in {
    left: 0;
    width: 300px;
    max-width: 85%;
    overflow-y: auto;
  }
}
.trust_signals {
  display: none;
  background: #FFF;
}
@media only screen and (min-width: 768px) {
  .trust_signals {
    display: block;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  }
}
.trust_signals_list {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 52px;
}
.trust_signals_list > li {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1 1 0;
  gap: 10px;
  margin: 0;
  padding: 0 14px;
  min-width: 0;
  list-style: none;
  border-right: 1px solid #e1e1e1;
}
.trust_signals_list > li:before {
  content: none;
  display: none;
}
.trust_signals_list > li:last-child {
  border-right: none;
}
.trust_signals_icon {
  flex: 0 0 24px;
  width: 24px;
  text-align: center;
  color: #23c800;
  font-size: 20px;
  line-height: 1;
}
.trust_signals_text {
  min-width: 0;
  line-height: 1.2;
}
.trust_signals_text strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
}
.trust_signals_text span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #777;
}
@media only screen and (max-width: 1199px) {
  .trust_signals_text span {
    display: none;
  }
}
nav.nav_full .nav_inner {
  width: 100%;
}
nav.nav_full .nav {
  border: none;
  border-left: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  nav.nav_full .nav {
    display: flex !important;
    align-items: stretch;
    justify-content: flex-start !important;
    flex-wrap: nowrap;
    width: 100%;
  }
}
nav.nav_full .nav > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  nav.nav_full .nav > li {
    float: none;
    flex: 0 0 auto !important;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  nav.nav_full .nav > li {
    float: none;
    display: block;
  }
}
nav.nav_full .nav > li.menu-item-has-children,
nav.nav_full .nav > li.dropdown {
  position: relative;
}
nav.nav_full .nav > li > a {
  color: #FFF;
  border: none;
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 500;
  background: transparent !important;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  text-align: left;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1199px) {
  nav.nav_full .nav > li > a {
    padding: 18px 16px;
  }
}
@media only screen and (max-width: 767px) {
  nav.nav_full .nav > li > a {
    padding: 16px 20px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
nav.nav_full .nav > li > a:hover {
  background: transparent !important;
  color: #23c800;
  text-decoration: none;
}
nav.nav_full .nav > li.current-menu-item > a,
nav.nav_full .nav > li.current_page_parent > a,
nav.nav_full .nav > li.current_page_ancestor > a,
nav.nav_full .nav > li.current-menu-parent > a,
nav.nav_full .nav > li.current-menu-ancestor > a,
nav.nav_full .nav > li.active > a {
  background: transparent !important;
  color: #23c800;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  nav.nav_full .nav > li.current-menu-item > a::after,
  nav.nav_full .nav > li.current_page_parent > a::after,
  nav.nav_full .nav > li.current_page_ancestor > a::after,
  nav.nav_full .nav > li.current-menu-parent > a::after,
  nav.nav_full .nav > li.current-menu-ancestor > a::after,
  nav.nav_full .nav > li.active > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 22px;
    right: 22px;
    height: 3px;
    background: #23c800;
  }
}
@media only screen and (min-width: 768px) {
  nav.nav_full .nav > li.btn_popup_right {
    float: none;
    margin-left: auto;
  }
}
nav.nav_full .nav > li.btn_popup_right > a {
  background: #23c800 !important;
  color: #FFF !important;
  border-radius: 6px;
  margin: 10px 0;
  padding: 12px 22px;
  font-weight: 600;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  nav.nav_full .nav > li.btn_popup_right > a::after {
    content: '\f105';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 8px;
    font-weight: 400;
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  nav.nav_full .nav > li.btn_popup_right > a {
    margin: 16px 20px;
    border-radius: 6px;
  }
}
nav.nav_full .nav > li.btn_popup_right > a:hover {
  background: #1a9500 !important;
  color: #FFF !important;
}
nav.nav_full .nav > li.btn_popup_right.current-menu-item > a,
nav.nav_full .nav > li.btn_popup_right.current_page_parent > a,
nav.nav_full .nav > li.btn_popup_right.current_page_ancestor > a,
nav.nav_full .nav > li.btn_popup_right.current-menu-parent > a,
nav.nav_full .nav > li.btn_popup_right.current-menu-ancestor > a,
nav.nav_full .nav > li.btn_popup_right.active > a {
  color: #FFF !important;
}
@media only screen and (min-width: 768px) {
  nav.nav_full .nav > li.btn_popup_right.current-menu-item > a::after,
  nav.nav_full .nav > li.btn_popup_right.current_page_parent > a::after,
  nav.nav_full .nav > li.btn_popup_right.current_page_ancestor > a::after,
  nav.nav_full .nav > li.btn_popup_right.current-menu-parent > a::after,
  nav.nav_full .nav > li.btn_popup_right.current-menu-ancestor > a::after,
  nav.nav_full .nav > li.btn_popup_right.active > a::after {
    content: '\f105';
    font-family: 'FontAwesome';
    display: inline-block;
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    background: none;
    margin-left: 8px;
  }
}
nav.nav_full .nav .open > a:hover {
  background: transparent !important;
  border: none;
  color: #23c800;
}
nav.nav_full .nav .caret {
  border: none !important;
  width: auto;
  height: auto;
  margin-left: 6px;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
nav.nav_full .nav .caret::before {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 1;
  color: #FFF;
}
nav.nav_full .nav .open > a .caret::before,
nav.nav_full .nav .current-menu-item > a .caret::before,
nav.nav_full .nav .current-menu-parent > a .caret::before,
nav.nav_full .nav .current-menu-ancestor > a .caret::before {
  color: inherit;
}
nav.nav_full .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 220px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #151d24;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
nav.nav_full .dropdown-menu > li > a {
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 22px;
  white-space: nowrap;
}
nav.nav_full .dropdown-menu > li > a:hover {
  background: #141b20;
  color: #23c800;
}
nav.nav_full .dropdown-menu > .active > a,
nav.nav_full .dropdown-menu > .active > a:hover {
  background: #141b20;
  color: #23c800;
}
@media only screen and (max-width: 767px) {
  nav.nav_full .dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    box-shadow: none;
  }
  nav.nav_full .dropdown-menu > li > a {
    padding: 14px 20px 14px 32px;
    white-space: normal;
  }
}
@media only screen and (min-width: 768px) {
  nav.nav_full .nav > li.menu-item-has-children:hover > .dropdown-menu,
  nav.nav_full .nav > li.dropdown:hover > .dropdown-menu,
  nav.nav_full .nav > li.menu-item-has-children > a:hover + .dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  nav.nav_full .nav > li.menu-item-has-children > .dropdown-menu,
  nav.nav_full .nav > li.dropdown > .dropdown-menu {
    display: none;
  }
  nav.nav_full .nav > li.menu-item-has-children.submenu-open > .dropdown-menu,
  nav.nav_full .nav > li.dropdown.submenu-open > .dropdown-menu {
    display: block;
  }
  nav.nav_full .nav > li.submenu-open > a .caret::before {
    content: '\f106';
  }
}
#nav_logo {
  margin-bottom: 25px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  #nav_logo {
    display: none;
  }
}
#nav_logo img {
  max-height: 48px;
  width: auto;
}
#nav_contact {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  padding: 0 20px;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  #nav_contact {
    display: none;
  }
}
#nav_contact .header_call_btn,
#nav_contact .header_email_link {
  color: #FFF;
}
#nav_contact .header_email_link {
  color: rgba(255, 255, 255, 0.85) !important;
}
#nav_contact .header_email_link .fa {
  color: #23c800;
}
#slidenav_open {
  border-color: #333333;
}
#slidenav_open:before {
  color: #333333;
}
@media only screen and (max-width: 767px) {
  #slidenav_open {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: block;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    margin: 0;
    border: 2px solid #333333;
    border-radius: 5px;
    z-index: 1;
  }
}
#slidenav_close {
  border-color: rgba(255, 255, 255, 0.6);
  background: #1e2830;
}
#slidenav_close:before {
  color: #FFF;
}
#banner.banner_modern {
  overflow: hidden;
  position: relative;
  background: #333333;
  border-bottom: none;
}
#banner.banner_modern.banner_has_form {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  #banner.banner_modern.banner_has_form {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #banner.banner_modern {
    padding-bottom: 0;
  }
}
#banner.banner_modern .banner_text_bg {
  display: none !important;
}
.banner_modern .banner_slide {
  position: relative;
  min-height: 520px;
}
@media only screen and (max-width: 1199px) {
  .banner_modern .banner_slide {
    min-height: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_modern .banner_slide {
    min-height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_modern .banner_slide {
    min-height: 360px;
  }
}
@media only screen and (max-width: 479px) {
  .banner_modern .banner_slide {
    min-height: 300px;
  }
}
.banner_modern .banner_img_pos {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.banner_modern .banner_img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_modern .banner_img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.58) 34%, rgba(0, 0, 0, 0.22) 62%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
@media only screen and (max-width: 1199px) {
  .banner_modern .banner_img {
    min-height: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_modern .banner_img {
    min-height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_modern .banner_img {
    min-height: 0;
    height: 360px;
  }
  .banner_modern .banner_img::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.72) 100%);
  }
}
@media only screen and (max-width: 479px) {
  .banner_modern .banner_img {
    height: 300px;
  }
}
.banner_modern .banner_text_pos {
  position: absolute;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0 !important;
  width: 100%;
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  text-align: left;
  transform: none !important;
  -webkit-transform: none !important;
}
.banner_modern .banner_text_pos .container {
  height: 100%;
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner_modern .banner_text_pos .container,
.banner_modern .banner_text_pos .row,
.banner_modern .banner_text_pos [class*="col-"] {
  position: relative;
  z-index: 3;
}
.banner_modern .banner_modern_row {
  align-items: center;
  width: 100%;
  display: flex;
}
.banner_modern .banner_modern_row > [class*="col-"]:not(.banner_form_col) {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: stretch;
}
.banner_modern .banner_text_pos[class*="banner_text_align"] {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
}
.banner_modern .banner_text_holder,
.banner_modern [class*="banner_text_align"] .banner_text_holder {
  position: relative;
  display: block;
  max-width: 620px;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 3;
}
.banner_modern .banner_brand {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.banner_modern .banner_brand_text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #23c800;
}
.banner_modern .banner_brand_line {
  display: block;
  width: 42px;
  height: 2px;
  background: #23c800;
}
.banner_modern .banner_text {
  position: relative;
  z-index: 2;
  color: #FFF;
}
.banner_modern .banner_text p {
  margin: 0 0 14px;
}
.banner_modern .banner_text p:last-child {
  margin-bottom: 0;
}
.banner_modern .banner_text h1,
.banner_modern .banner_text h2,
.banner_modern .banner_text h3,
.banner_modern .banner_text p,
.banner_modern .banner_text span,
.banner_modern .banner_text strong {
  color: #FFF;
}
.banner_modern .banner_text p:first-child,
.banner_modern .banner_text p:first-child span,
.banner_modern .banner_text h1,
.banner_modern .banner_text h2 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1199px) {
  .banner_modern .banner_text p:first-child,
  .banner_modern .banner_text p:first-child span,
  .banner_modern .banner_text h1,
  .banner_modern .banner_text h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_modern .banner_text p:first-child,
  .banner_modern .banner_text p:first-child span,
  .banner_modern .banner_text h1,
  .banner_modern .banner_text h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_modern .banner_text p:first-child,
  .banner_modern .banner_text p:first-child span,
  .banner_modern .banner_text h1,
  .banner_modern .banner_text h2 {
    font-size: 30px;
  }
}
.banner_modern .banner_text p:nth-child(2),
.banner_modern .banner_text p:nth-child(2) span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  max-width: 520px;
}
@media only screen and (max-width: 767px) {
  .banner_modern .banner_text p:nth-child(2),
  .banner_modern .banner_text p:nth-child(2) span {
    font-size: 16px;
  }
}
.banner_modern .banner_text p:nth-child(n+3) {
  display: none;
}
.banner_modern .banner_text p:only-child span:first-child {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1199px) {
  .banner_modern .banner_text p:only-child span:first-child {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_modern .banner_text p:only-child span:first-child {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_modern .banner_text p:only-child span:first-child {
    font-size: 30px;
  }
}
.banner_modern .banner_text p:only-child span:not(:first-child) {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  max-width: 520px;
}
@media only screen and (max-width: 767px) {
  .banner_modern .banner_text p:only-child span:not(:first-child) {
    font-size: 16px;
  }
}
.banner_modern .banner_actions {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .banner_modern .banner_actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 22px;
  }
}
.banner_modern .banner_cta_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background: #23c800;
  color: #FFF !important;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(35, 200, 0, 0.35);
}
.banner_modern .banner_cta_btn .fa {
  font-size: 18px;
  line-height: 1;
}
.banner_modern .banner_cta_btn:hover {
  background: #1a9500;
  color: #FFF !important;
  text-decoration: none !important;
}
.banner_modern .banner_trust {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.banner_modern .banner_trust_icon {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #23c800;
  color: #FFF;
  font-size: 14px;
}
.banner_modern .banner_trust_copy {
  display: block;
}
.banner_modern .banner_trust_text {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 4px;
}
.banner_modern .banner_trust_stars {
  display: block;
  line-height: 1;
}
.banner_modern .banner_trust_stars .fa {
  color: #23c800;
  font-size: 12px;
  margin-right: 2px;
}
.banner_modern #btn_prev,
.banner_modern #btn_next {
  background: rgba(0, 0, 0, 0.45) !important;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  opacity: 1;
  box-shadow: none;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner_modern #btn_prev::before,
.banner_modern #btn_next::before {
  font-size: 20px;
  line-height: 42px;
  color: #23c800;
}
.banner_modern #btn_prev:hover,
.banner_modern #btn_next:hover {
  background: rgba(0, 0, 0, 0.62) !important;
}
.banner_modern #btn_prev:hover::before,
.banner_modern #btn_next:hover::before {
  color: #23c800;
}
@media only screen and (max-width: 767px) {
  .banner_modern #btn_prev,
  .banner_modern #btn_next {
    width: 34px;
    height: 34px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .banner_modern #btn_prev::before,
  .banner_modern #btn_next::before {
    line-height: 34px;
    font-size: 16px;
  }
}
.banner_modern #btn_prev {
  left: 16px;
}
.banner_modern #btn_next {
  right: 16px;
}
.banner_modern #banner_pager {
  bottom: 20px;
}
.banner_modern #banner_pager span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  margin: 0 4px;
}
.banner_modern #banner_pager span.cycle-pager-active,
.banner_modern #banner_pager span:hover {
  background: #23c800;
}
.banner_modern.banner_has_form {
  overflow: visible;
}
.banner_modern.banner_has_form .banner_form_layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 56px 0;
  pointer-events: none;
}
.banner_modern.banner_has_form .banner_form_layer .container {
  width: 100%;
  pointer-events: none;
}
.banner_modern.banner_has_form .banner_form_layer .banner_form_col,
.banner_modern.banner_has_form .banner_form_layer .banner_form {
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  .banner_modern.banner_has_form .banner_form_layer {
    position: relative;
    padding: 0 0 20px;
    z-index: 3;
    display: block;
  }
}
.banner_modern.banner_has_form .banner_slide {
  min-height: 680px;
}
@media only screen and (max-width: 1199px) {
  .banner_modern.banner_has_form .banner_slide {
    min-height: 640px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_modern.banner_has_form .banner_slide {
    min-height: 560px;
  }
}
.banner_modern.banner_has_form .banner_img {
  min-height: 680px;
}
@media only screen and (max-width: 1199px) {
  .banner_modern.banner_has_form .banner_img {
    min-height: 640px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_modern.banner_has_form .banner_img {
    min-height: 560px;
  }
}
.banner_modern.banner_has_form .banner_img::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.18) 100%);
}
.banner_modern.banner_has_form .banner_text_pos {
  overflow: visible;
  padding: 56px 0;
}
@media only screen and (min-width: 992px) {
  .banner_modern.banner_has_form .banner_text_pos {
    align-items: center;
  }
}
.banner_modern.banner_has_form .banner_modern_row {
  width: 100%;
  align-items: center;
}
.banner_modern.banner_has_form .banner_modern_row > [class*="col-"]:not(.banner_form_col) {
  align-self: stretch;
}
.banner_modern.banner_has_form .banner_text_holder {
  max-width: 540px;
  width: 100%;
}
.banner_modern.banner_has_form .banner_form_col {
  display: block;
  align-self: center;
}
.banner_modern .banner_form_col {
  position: relative;
  z-index: 4;
}
.banner_modern .banner_form .form_bg {
  background: #FFF;
  border-radius: 8px;
  margin: 0;
  max-height: none;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}
.banner_modern .banner_form .form_bg .wpcf7-form > h1,
.banner_modern .banner_form .form_bg .wpcf7-form > h2,
.banner_modern .banner_form .form_bg .wpcf7-form > h3,
.banner_modern .banner_form .form_bg .wpcf7-form > h4,
.banner_modern .banner_form .form_bg .wpcf7 > form > h1,
.banner_modern .banner_form .form_bg .wpcf7 > form > h2,
.banner_modern .banner_form .form_bg .wpcf7 > form > h3,
.banner_modern .banner_form .form_bg .wpcf7 > form > h4 {
  padding: 14px 18px 12px;
  font-size: 17px;
}
.banner_modern .banner_form .form_bg .wpcf7-form,
.banner_modern .banner_form .form_bg .wpcf7 > form {
  padding: 14px 16px 16px;
}
.banner_modern .banner_form .form_bg .wpcf7-form > p,
.banner_modern .banner_form .form_bg .wpcf7 > form > p {
  font-size: 12px;
  line-height: 1.45;
  margin-bottom: 10px;
}
.banner_modern .banner_form .form_bg .form_row {
  margin-bottom: 8px;
}
.banner_modern .banner_form .form_bg .form_row > [class*="col-"] {
  margin-bottom: 8px;
}
.banner_modern .banner_form .form_bg .form_row input,
.banner_modern .banner_form .form_bg .form_row textarea,
.banner_modern .banner_form .form_bg .form_row select {
  height: 40px;
  font-size: 13px;
  padding: 8px 10px;
}
.banner_modern .banner_form .form_bg .form_row textarea {
  height: 64px;
  min-height: 64px;
}
.banner_modern .banner_form .form_bg .form_row label {
  font-size: 11px;
  margin-bottom: 4px;
}
.banner_modern .banner_form .form_bg .form_row input.btn_submit,
.banner_modern .banner_form .form_bg .form_row input[type="submit"] {
  min-height: 40px;
  padding: 9px 18px !important;
  font-size: 14px !important;
  margin-top: 2px;
}
.banner_modern .banner_form .form_bg .form_row.row > [class*="col-"] {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .banner_modern .banner_modern_row {
    margin: auto;
    padding: 40px 0;
  }
  .banner_modern .banner_text_pos {
    position: absolute;
    align-items: flex-end;
    padding-bottom: 24px;
  }
  .banner_modern .banner_text_holder {
    width: 100%;
    max-width: none;
    padding: 0 20px 20px !important;
  }
  .banner_modern .banner_brand {
    margin-bottom: 12px;
  }
  .banner_modern.banner_has_form .banner_slide {
    min-height: 0;
  }
  .banner_modern.banner_has_form .banner_text_pos {
    position: relative;
    align-items: stretch;
    padding: 0 0 8px;
  }
  .banner_modern.banner_has_form .banner_text_pos .container {
    height: auto;
    display: block;
  }
  .banner_modern.banner_has_form .banner_modern_row {
    flex-direction: column;
  }
  .banner_modern.banner_has_form .banner_modern_row > [class*="col-"] {
    display: block;
    align-self: auto;
  }
  .banner_modern.banner_has_form .banner_text_holder {
    padding: 0 20px 16px !important;
  }
  .banner_modern.banner_has_form .banner_form_layer .banner_form_col {
    padding: 0 16px 20px;
  }
  .banner_modern.banner_has_form .banner_form .form_bg {
    max-height: none;
  }
}
.banner_price_badge,
.banner_price {
  display: none;
}
#btn_prev,
#btn_next {
  background-image: none !important;
}
#btn_prev::before,
#btn_next::before {
  font-family: 'FontAwesome';
  display: block;
  text-align: center;
}
#btn_prev::before {
  content: '\f104';
}
#btn_next::before {
  content: '\f105';
}
.box_link_style_list .box_link {
  border-bottom: none;
}
.box_link_title h4 {
  color: #23c800;
  font-weight: 400;
}
#sidebar .widget_title {
  background: #1b9900;
  padding: 30px;
}
#sidebar .widget_title h3 {
  color: #FFF;
  margin-bottom: 0;
}
#sidebar .widget_content,
#sidebar .w_m_content {
  background: #F5F4F4;
  padding: 30px;
}
#sidebar .map_widget_content.widget_content {
  padding: 0;
}
#sidebar .bjb_slider .widget_content,
#sidebar .bjb_gallery .widget_content {
  padding: 0;
  background: none;
}
#sidebar .w_m_content {
  padding-bottom: 5px;
}
#sidebar .widget_block > h3 {
  background: #1b9900;
  padding: 30px;
  color: #FFF;
  margin-bottom: 0;
}
#popup_form {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}
.form_bg {
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  padding: 0;
  margin-bottom: 0;
}
.form_bg h1,
.form_bg h2,
.form_bg h3,
.form_bg h4,
.form_bg h5,
.form_bg h6,
.form_bg p {
  color: #000000;
}
.form_bg .wpcf7-form > h1,
.form_bg .wpcf7-form > h2,
.form_bg .wpcf7-form > h3,
.form_bg .wpcf7-form > h4,
.form_bg .wpcf7 > form > h1,
.form_bg .wpcf7 > form > h2,
.form_bg .wpcf7 > form > h3,
.form_bg .wpcf7 > form > h4 {
  background: #1e2830;
  color: #FFF !important;
  margin: 0;
  padding: 22px 56px 18px 28px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  border-bottom: 3px solid #23c800;
  margin-bottom: 20px;
}
.form_bg .wpcf7-form,
.form_bg .wpcf7 > form {
  padding: 24px 28px 28px;
}
.form_bg .wpcf7-form > p,
.form_bg .wpcf7 > form > p {
  color: #5c6570;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .form_bg {
    border-radius: 8px;
  }
  .form_bg .wpcf7-form > h1,
  .form_bg .wpcf7-form > h2,
  .form_bg .wpcf7-form > h3,
  .form_bg .wpcf7-form > h4,
  .form_bg .wpcf7 > form > h1,
  .form_bg .wpcf7 > form > h2,
  .form_bg .wpcf7 > form > h3,
  .form_bg .wpcf7 > form > h4 {
    padding: 18px 48px 16px 20px;
    font-size: 20px;
  }
  .form_bg .wpcf7-form,
  .form_bg .wpcf7 > form {
    padding: 20px;
  }
}
.form_bg .form_row {
  margin: 0 0 16px;
}
.form_bg .form_row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.form_bg .form_row span.wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form_bg .form_row label {
  order: 0;
  position: static !important;
  top: auto !important;
  left: auto !important;
  display: block;
  margin: 0 0 7px;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #4a5568;
  pointer-events: auto;
  text-transform: none;
  letter-spacing: 0;
}
.form_bg .form_row input:focus ~ label,
.form_bg .form_row textarea:focus ~ label,
.form_bg .form_row select:focus ~ label,
.form_bg .form_row input:valid ~ label,
.form_bg .form_row textarea:valid ~ label,
.form_bg .form_row select:valid ~ label,
.form_bg .form_row input.input_valid ~ label,
.form_bg .form_row textarea.input_valid ~ label,
.form_bg .form_row select.input_valid ~ label {
  top: auto;
  font-size: 13px;
  font-weight: 600;
  color: #4a5568;
  text-transform: none;
  letter-spacing: 0;
}
.form_bg .form_row input,
.form_bg .form_row textarea,
.form_bg .form_row select {
  order: 1;
  width: 100%;
  height: 48px;
  display: block;
  background: #f7f8fa;
  border: 1px solid #dde1e7;
  border-radius: 6px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #000000;
  margin: 0;
  padding: 12px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.form_bg .form_row input:focus,
.form_bg .form_row textarea:focus,
.form_bg .form_row select:focus {
  outline: none;
  border-color: #23c800;
  background: #FFF;
  box-shadow: 0 0 0 3px rgba(35, 200, 0, 0.18);
}
.form_bg .form_row input.wpcf7-not-valid,
.form_bg .form_row textarea.wpcf7-not-valid,
.form_bg .form_row select.wpcf7-not-valid {
  border-color: #e74c3c;
  background: #fff8f8;
}
.form_bg .form_row input.wpcf7-not-valid:focus,
.form_bg .form_row textarea.wpcf7-not-valid:focus,
.form_bg .form_row select.wpcf7-not-valid:focus {
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.15);
}
.form_bg .form_row input.btn_submit,
.form_bg .form_row textarea.btn_submit,
.form_bg .form_row select.btn_submit,
.form_bg .form_row input[type="submit"],
.form_bg .form_row textarea[type="submit"],
.form_bg .form_row select[type="submit"] {
  order: 0;
  width: auto;
  min-width: 160px;
  height: auto;
  min-height: 48px;
  padding: 13px 32px !important;
  margin: 4px 0 0 auto;
  background: #23c800 !important;
  border: none !important;
  border-radius: 6px !important;
  color: #FFF !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(35, 200, 0, 0.3);
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.form_bg .form_row input.btn_submit:hover,
.form_bg .form_row textarea.btn_submit:hover,
.form_bg .form_row select.btn_submit:hover,
.form_bg .form_row input[type="submit"]:hover,
.form_bg .form_row textarea[type="submit"]:hover,
.form_bg .form_row select[type="submit"]:hover {
  background: #1a9500 !important;
  color: #FFF !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(35, 200, 0, 0.38);
}
.form_bg .form_row input.btn_submit[disabled],
.form_bg .form_row textarea.btn_submit[disabled],
.form_bg .form_row select.btn_submit[disabled],
.form_bg .form_row input[type="submit"][disabled],
.form_bg .form_row textarea[type="submit"][disabled],
.form_bg .form_row select[type="submit"][disabled] {
  cursor: not-allowed;
  background: #37aa1e !important;
  box-shadow: none;
  transform: none;
}
.form_bg .form_row input.btn_submit[disabled]:hover,
.form_bg .form_row textarea.btn_submit[disabled]:hover,
.form_bg .form_row select.btn_submit[disabled]:hover,
.form_bg .form_row input[type="submit"][disabled]:hover,
.form_bg .form_row textarea[type="submit"][disabled]:hover,
.form_bg .form_row select[type="submit"][disabled]:hover {
  background: #37aa1e !important;
  color: #FFF !important;
}
.form_bg .form_row textarea {
  height: 130px;
  min-height: 110px;
  resize: vertical;
}
.form_bg .form_row:last-child {
  margin-bottom: 0;
}
.form_bg .form_row:last-child span.wpcf7-form-control-wrap {
  align-items: flex-end;
}
.form_bg .wpcf7-form > .form_row:last-child,
.form_bg .wpcf7 > form > .form_row:last-child {
  text-align: right;
  margin-bottom: 0;
}
.form_bg .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  height: 52px;
  display: block;
  background: #f7f8fa;
  border: 1px solid #dde1e7;
  border-radius: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #000000;
  margin: 0 0 16px;
  padding: 12px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.form_bg .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):focus {
  outline: none;
  border-color: #23c800;
  background: #FFF;
  box-shadow: 0 0 0 3px rgba(35, 200, 0, 0.18);
}
.form_bg textarea.wpcf7-form-control {
  height: 120px;
  min-height: 100px;
  resize: vertical;
}
.form_bg input.wpcf7-submit,
.form_bg .wpcf7-form-control.wpcf7-submit {
  width: auto;
  min-width: 160px;
  height: auto;
  min-height: 48px;
  padding: 13px 32px;
  margin: 4px 0 0 auto;
  display: inline-block;
  background: #23c800;
  border: none;
  border-radius: 6px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(35, 200, 0, 0.3);
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.form_bg input.wpcf7-submit:hover,
.form_bg .wpcf7-form-control.wpcf7-submit:hover {
  background: #1a9500;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(35, 200, 0, 0.38);
}
.form_bg .form_checkbox,
.form_bg .form_radio,
.form_bg .form_accept {
  margin: 0 0 16px;
}
.form_bg .form_checkbox label,
.form_bg .form_radio label,
.form_bg .form_accept label {
  position: static;
  display: inline;
  color: #5c6570;
  font-size: 14px;
  line-height: 1.5;
  pointer-events: auto;
}
.form_bg .form_checkbox input[type="checkbox"],
.form_bg .form_radio input[type="checkbox"],
.form_bg .form_accept input[type="checkbox"],
.form_bg .form_checkbox input[type="radio"],
.form_bg .form_radio input[type="radio"],
.form_bg .form_accept input[type="radio"] {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  accent-color: #23c800;
}
.form_bg .form_checkbox span.wpcf7-list-item,
.form_bg .form_radio span.wpcf7-list-item,
.form_bg .form_accept span.wpcf7-list-item {
  margin: 0 16px 8px 0;
}
.form_bg .form_file {
  margin: 0 0 16px;
}
.form_bg .form_file label {
  position: static;
  color: #5c6570;
  font-size: 14px;
  margin-bottom: 8px;
}
.form_bg .form_file input[type="file"] {
  width: 100%;
  height: auto;
  padding: 10px 12px;
  background: #f7f8fa;
  border: 1px dashed #dde1e7;
  border-radius: 6px;
  font-size: 14px;
}
.form_bg .form_line {
  height: 1px;
  margin: 20px 0;
  background: #dde1e7;
  border: none;
}
.form_bg span.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
  background: #fdecea;
  border: 1px solid #f5c6cb;
  border-top: none;
  color: #c0392b;
  margin: 0;
  padding: 5px 12px;
  border-radius: 0 0 6px 6px;
}
.form_bg div.wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.45;
  border-width: 1px;
}
.form_bg div.wpcf7-validation-errors,
.form_bg div.wpcf7-acceptance-missing {
  background: #fdecea;
  border-color: #f5c6cb;
  color: #c0392b;
}
.form_bg div.wpcf7-mail-sent-ok {
  background: rgba(35, 200, 0, 0.1);
  border-color: #23c800;
  color: #1c9f00;
}
.form_bg div.wpcf7 .ajax-loader {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.form_bg .wpcf7-spinner {
  display: none;
}
.mfp-close {
  color: #1e2830;
  opacity: 0.75;
  font-size: 36px;
}
.mfp-close:hover {
  opacity: 1;
}
.mfp-bg {
  background: rgba(30, 40, 48, 0.88);
}
.widget_content nav {
  background: none;
}
@media only screen and (max-width: 767px) {
  .widget_content nav {
    width: auto;
    position: relative;
    padding: 0;
    top: auto;
    left: auto;
    height: auto;
    transition: unset;
  }
}
.product {
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin: 0 0 30px;
}
.product img {
  margin-bottom: 20px;
}
.product strong {
  display: block;
  margin-bottom: 10px;
}
.product p {
  margin: 0;
}
@media only screen and (max-width: 1499px) {
  .product {
    text-align: center;
  }
  .product .col-lg-4,
  .product .col-lg-8 {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #products .col-xs-6 {
    width: 100%;
  }
}
thead {
  background: #23c800;
  color: #FFF;
  font-weight: 500;
}
table thead td {
  padding: 10px;
}
table td {
  padding: 6px 10px;
}
footer.site_footer {
  background: #0c0e12 !important;
  color: #c8ccd3;
  padding: 56px 0 48px;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  footer.site_footer {
    padding: 40px 0 32px;
  }
}
footer.site_footer a {
  color: #c8ccd3;
  text-decoration: none;
}
footer.site_footer a:hover {
  color: #23c800;
  text-decoration: none;
}
footer.site_footer h3 {
  margin-bottom: 20px;
}
.footer_cols {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media only screen and (max-width: 767px) {
  .footer_cols {
    margin: 0;
  }
}
.footer_col {
  flex: 1 1 25%;
  min-width: 220px;
  padding: 0 28px;
  border-right: 0px;
}
.footer_col:last-child {
  border-right: none;
}
@media only screen and (max-width: 991px) {
  .footer_col {
    flex: 1 1 50%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0 20px 28px;
    margin-bottom: 28px;
  }
  .footer_col:nth-child(2n) {
    border-right: none;
  }
}
@media only screen and (max-width: 991px) and only screen and (min-width: 768px) {
  .footer_col:nth-last-child(-n+2) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer_col {
    flex: 1 1 100%;
    min-width: 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0 0 28px;
    margin-bottom: 28px;
  }
  .footer_col:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.footer_col_title {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #FFF;
  margin: 0 0 18px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .footer_col_title {
    margin-bottom: 14px;
  }
}
.footer_col_title::after {
  content: '';
  display: block;
  width: 44px;
  height: 3px;
  background: #23c800;
  margin-top: 12px;
}
.footer_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_menu li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.footer_menu li:before {
  content: none !important;
  display: none !important;
}
.footer_menu li:last-child {
  margin-bottom: 0;
}
.footer_menu a {
  display: inline-flex;
  align-items: center;
  color: #c8ccd3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
.footer_menu a:hover {
  color: #23c800;
}
.footer_menu--chevron a::before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #23c800;
  font-size: 14px;
  margin-right: 10px;
  line-height: 1;
}
.footer_menu--bullet a::before {
  content: '';
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #23c800;
  margin-right: 12px;
}
.footer_contact_item {
  font-size: 14px;
  line-height: 1.6;
  color: #c8ccd3;
}
@media only screen and (max-width: 767px) {
  .footer_contact_item {
    word-break: break-word;
  }
}
.footer_contact_item a {
  color: #c8ccd3;
}
.footer_contact_item a:hover {
  color: #23c800;
}
.footer_contact_item p {
  margin: 0;
  color: #c8ccd3;
}
.footer_terms p {
  margin: 0 0 6px;
  font-size: 14px;
  color: #c8ccd3;
}
@media only screen and (max-width: 767px) {
  .footer_terms p {
    margin-bottom: 10px;
    line-height: 1.65;
  }
}
.footer_copyright_line {
  margin-bottom: 10px !important;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .footer_copyright_line {
    margin-bottom: 12px !important;
    line-height: 1.65;
  }
}
.footer_copyright_line a {
  color: #23c800;
  text-decoration: none;
}
.footer_copyright_line a:hover {
  color: #2af100;
  text-decoration: underline;
}
.footer_legal_links {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .footer_legal_links {
    margin-top: 0;
    line-height: 1.65;
  }
}
.footer_legal_links a {
  color: #23c800;
  font-size: 14px;
}
.footer_legal_links a:hover {
  color: #2af100;
}
.footer_legal_sep {
  color: #23c800;
  margin: 0 6px;
}
@media only screen and (max-width: 767px) {
  .footer_legal_sep {
    margin: 0 4px;
  }
}
.footer_social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: 4px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  color: #FFF !important;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .footer_social {
    margin-top: 16px;
  }
}
.footer_social:hover {
  border-color: #23c800;
  color: #23c800 !important;
}
#below_footer {
  background: #0c0e12 !important;
  padding: 28px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  #below_footer {
    padding: 24px 0 28px;
  }
}
.footer_tagline {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px;
}
@media only screen and (max-width: 767px) {
  .footer_tagline {
    gap: 12px;
    padding: 0 8px;
  }
}
.footer_tagline_line {
  flex: 0 0 56px;
  height: 2px;
  background: #23c800;
}
@media only screen and (max-width: 767px) {
  .footer_tagline_line {
    flex-basis: 32px;
  }
}
.footer_tagline_text {
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .footer_tagline_text {
    font-size: 14px;
  }
}
footer .widget_block h3 {
  margin-bottom: 25px;
}
.home_section_header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
}
.home_section_header--centered {
  max-width: 760px;
  margin-bottom: 56px;
}
.home_section_title_rule {
  display: block;
  width: 56px;
  height: 4px;
  background: #23c800;
  margin: 0 auto 20px;
}
.home_section_label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #23c800;
  margin-bottom: 10px;
}
.home_section_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #1e2830 !important;
  margin: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  .home_section_title {
    font-size: 26px;
  }
}
.home_section_lead {
  font-size: 17px;
  line-height: 1.55;
  color: #5c6570;
  margin: 0;
}
.home_section_intro {
  text-align: center;
  font-size: 16px;
  line-height: 1.65;
  color: #5c6570;
}
.home_section_intro p {
  margin: 0 0 14px;
}
.home_section_intro p:last-child {
  margin-bottom: 0;
}
body.home #banner.banner_modern {
  margin-bottom: 0;
}
#home_enquiry,
#home_contact {
  scroll-margin-top: 100px;
}
.home_quote_bar {
  position: relative;
  z-index: 1;
  padding: 72px 0 80px;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .home_quote_bar {
    padding: 48px 0 56px;
  }
}
.home_quote_bar_header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.home_quote_bar_heading {
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #1e2830;
}
@media only screen and (max-width: 767px) {
  .home_quote_bar_heading {
    font-size: 28px;
  }
}
.home_quote_bar_lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: #5c6570;
}
.home_quote_bar_grid {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.home_quote_bar_form_col {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .home_quote_bar_form_col {
    margin-bottom: 0;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .home_quote_bar_info_col {
    padding-left: 20px;
  }
}
.home_quote_bar_card {
  background: #FFF;
  border: 1px solid #e4e8ed;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  padding: 28px 28px 24px;
}
.home_quote_bar_card .wpcf7-form > h1,
.home_quote_bar_card .wpcf7-form > h2,
.home_quote_bar_card .wpcf7-form > h3,
.home_quote_bar_card .wpcf7-form > h4,
.home_quote_bar_card .wpcf7 > form > h1,
.home_quote_bar_card .wpcf7 > form > h2,
.home_quote_bar_card .wpcf7 > form > h3,
.home_quote_bar_card .wpcf7 > form > h4 {
  display: none;
}
.home_quote_bar_card .wpcf7-form,
.home_quote_bar_card .wpcf7 > form {
  padding: 0;
}
.home_quote_bar_card .wpcf7-form > p,
.home_quote_bar_card .wpcf7 > form > p {
  display: none;
}
.home_quote_bar_card_title,
.home_quote_bar_info_title {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1e2830;
}
.home_quote_bar_card_rule,
.home_quote_bar_info_rule {
  display: block;
  width: 48px;
  height: 4px;
  background: #23c800;
  margin-bottom: 20px;
}
.home_quote_bar_form {
  background: transparent;
}
.home_quote_bar_card .form_bg .form_row {
  margin-bottom: 14px;
}
.home_quote_bar_card .form_bg input.wpcf7-submit,
.home_quote_bar_card .form_bg .wpcf7-form-control.wpcf7-submit {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.home_quote_bar_contact_list {
  margin-bottom: 28px;
}
.home_quote_bar_contact_item {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}
.home_quote_bar_contact_icon {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: rgba(35, 200, 0, 0.12);
  color: #23c800;
}
.home_quote_bar_contact_icon .fa {
  font-size: 18px;
  line-height: 1;
}
.home_quote_bar_contact_label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1e2830;
  margin-bottom: 4px;
}
.home_quote_bar_contact_value {
  font-size: 15px;
  line-height: 1.6;
  color: #5c6570;
}
.home_quote_bar_contact_value p {
  margin: 0;
}
.home_quote_bar_contact_value a {
  color: #23c800;
  font-weight: 600;
  text-decoration: none;
}
.home_quote_bar_contact_value a:hover {
  text-decoration: underline;
}
.home_quote_bar_map {
  border: 1px solid #e4e8ed;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.home_quote_bar_map iframe {
  display: block;
  width: 100%;
  min-height: 280px;
  border: 0;
}
.home_quote_bar--contact_only .home_quote_bar_grid {
  align-items: stretch;
}
@media only screen and (min-width: 992px) {
  .home_quote_bar--contact_only .home_quote_bar_contact_col {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home_quote_bar--contact_only .home_quote_bar_contact_col {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .home_quote_bar--contact_only .home_quote_bar_map_col {
    padding-left: 20px;
  }
}
.home_quote_bar--contact_only .home_quote_bar_contact_list {
  margin-bottom: 0;
}
.home_quote_bar--contact_only .home_quote_bar_map {
  height: 100%;
  min-height: 360px;
}
.home_quote_bar--contact_only .home_quote_bar_map iframe {
  min-height: 360px;
  height: 100%;
}
.home_cta_section {
  background: #1e2830;
  padding: 72px 0;
}
@media only screen and (max-width: 767px) {
  .home_cta_section {
    padding: 48px 0;
  }
}
.home_cta_section_inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.home_cta_section_title {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .home_cta_section_title {
    font-size: 26px;
  }
}
.home_cta_section_text {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}
.home_cta_section_btn {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.home_about {
  padding: 72px 0 64px;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .home_about {
    padding: 48px 0 40px;
  }
}
.home_about_row {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home_about_media {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .home_about_media {
    margin-bottom: 0;
  }
}
.home_about_visual {
  position: relative;
  min-height: 380px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.home_about_visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .home_about_visual {
    min-height: 260px;
  }
  .home_about_visual img {
    min-height: 260px;
  }
}
.home_about_content {
  font-size: 17px;
  line-height: 1.7;
  color: #3d4654;
  text-align: left;
}
.home_about_content p {
  margin: 0 0 16px;
}
.home_about_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: #1e2830;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .home_about_title {
    font-size: 28px;
  }
}
.home_about_subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  color: #5c6570;
  margin: 0 0 20px;
  padding: 0;
  border: none;
}
.home_about_highlight {
  background: rgba(35, 200, 0, 0.08);
  border-left: 4px solid #23c800;
  border-radius: 0 8px 8px 0;
  padding: 18px 22px;
  margin: 22px 0;
}
.home_about_highlight p {
  margin: 0;
  font-weight: 500;
  color: #1e2830;
}
.home_about_awards {
  margin: 0 0 22px;
}
.home_about_awards_list {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_about_awards_list > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_about_awards_list > li:before {
  content: none;
  display: none;
}
.home_about_awards_item {
  flex: 0 0 auto;
}
.home_about_awards_item img {
  display: block;
  width: 88px;
  height: auto;
}
.home_about_awards_item--wide img {
  width: auto;
  max-width: 180px;
  max-height: 72px;
  object-fit: contain;
}
.home_about_stats {
  margin: 28px 0 24px;
}
.home_about_stat {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.home_about_stat_number {
  flex: 0 0 auto;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #23c800;
}
.home_about_stat_label {
  font-size: 15px;
  line-height: 1.5;
  color: #5c6570;
  max-width: 220px;
}
.home_about_cta {
  margin-top: 4px;
}
.home_services {
  background: #f7f7f7;
  padding: 64px 0 72px;
}
@media only screen and (max-width: 767px) {
  .home_services {
    padding: 48px 0 56px;
  }
}
.home_services .home_section_title {
  color: #23c800;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .home_services .home_section_title {
    font-size: 28px;
  }
}
.home_services_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 32px;
}
.home_service_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 1 calc(11.333%);
  min-width: 240px;
  max-width: 320px;
  color: #000000;
  text-decoration: none;
  padding: 0 12px;
}
@media only screen and (max-width: 991px) {
  .home_service_item {
    flex: 0 1 calc(34%);
  }
}
@media only screen and (max-width: 767px) {
  .home_service_item {
    flex: 0 1 100%;
    max-width: 360px;
  }
}
.home_service_item:hover {
  color: #000000;
  text-decoration: none;
}
.home_service_item:hover .home_service_icon {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.home_service_icon {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  transition: box-shadow 0.2s ease;
}
.home_service_icon .fa {
  font-size: 36px;
  line-height: 1;
  color: #23c800;
}
.home_service_item--static {
  cursor: default;
}
.home_service_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #1e2830;
  margin: 0 0 10px;
}
.home_service_text {
  font-size: 15px;
  line-height: 1.6;
  color: #5c6570;
  margin: 0 0 14px;
}
.home_service_link {
  font-size: 14px;
  font-weight: 600;
  color: #23c800;
}
.home_service_link .fa {
  margin-left: 4px;
}
.home_services_footer {
  text-align: center;
  margin-top: 40px;
}
.home_reviews {
  background: #f7f8fa;
  padding: 72px 0 80px;
}
@media only screen and (max-width: 767px) {
  .home_reviews {
    padding: 48px 0 56px;
  }
}
.home_reviews_grid .home_reviews_col {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .home_reviews_grid .home_reviews_col {
    margin-bottom: 0;
  }
}
.home_review_card {
  margin: 0;
  padding: 28px 24px;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .home_review_card {
    padding: 24px 20px;
  }
}
.home_review_text {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.65;
  color: #5c6570;
}
@media only screen and (min-width: 992px) {
  .home_review_text {
    min-height: 222px;
  }
}
.home_review_author {
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
}
.home_review_author strong {
  display: block;
  font-weight: 600;
}
.home_review_location {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: #888;
}
.home_reviews_more {
  text-align: center;
  margin: 36px 0 0;
  font-size: 15px;
}
.home_reviews_more a {
  color: #23c800;
  font-weight: 600;
  text-decoration: none;
}
.home_reviews_more a:hover {
  text-decoration: underline;
}
.home_content_rows {
  background: #FFF;
  padding: 72px 0 80px;
}
@media only screen and (max-width: 767px) {
  .home_content_rows {
    padding: 48px 0 56px;
  }
}
.home_content_rows .home_section_header {
  margin-bottom: 56px;
  max-width: 900px;
}
.home_content_rows .home_section_title {
  color: #1e2830;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .home_content_rows .home_section_title {
    font-size: 28px;
  }
}
.home_content_rows_list .home_content_row + .home_content_row {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .home_content_rows_list .home_content_row + .home_content_row {
    margin-top: 48px;
  }
}
.home_content_row {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .home_content_row--reverse .home_content_row_text {
    order: 2;
  }
  .home_content_row--reverse .home_content_row_media {
    order: 1;
  }
}
.home_content_row_text {
  margin-bottom: 28px;
}
@media only screen and (min-width: 992px) {
  .home_content_row_text {
    margin-bottom: 0;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .home_content_row--reverse .home_content_row_text {
    padding-right: 0;
    padding-left: 32px;
  }
}
.home_content_row_title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: #1e2830;
  margin: 0 0 18px;
}
@media only screen and (max-width: 767px) {
  .home_content_row_title {
    font-size: 22px;
  }
}
.home_content_row_body {
  font-size: 16px;
  line-height: 1.7;
  color: #5c6570;
  margin: 0 0 22px;
}
.home_content_row_body p {
  margin: 0 0 14px;
}
.home_content_row_body ul {
  margin: 0 0 14px;
  padding-left: 20px;
}
.home_content_row_body li {
  margin-bottom: 6px;
}
.home_content_row_link {
  margin-top: 4px;
}
.home_content_row_visual {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}
.home_content_row_visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.home_extras {
  padding: 56px 0 64px;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .home_extras {
    padding: 40px 0 48px;
  }
}
.home_extras_grid {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.home_extras_grid > .widget_block,
.home_extras_grid > .bjb_form {
  flex: 1 1 calc(17.333%);
  min-width: 280px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .home_extras_grid > .widget_block,
  .home_extras_grid > .bjb_form {
    flex: 1 1 calc(38%);
  }
}
@media only screen and (max-width: 767px) {
  .home_extras_grid > .widget_block,
  .home_extras_grid > .bjb_form {
    flex: 1 1 100%;
  }
}
.home_extras_grid .bjb_form {
  display: none !important;
}
.home_extras_grid .widget_block {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background: #FFF;
}
.home_extras_grid .widget_title,
.home_extras_grid .widget_block > h3 {
  background: #1e2830;
  padding: 18px 22px;
  margin: 0;
}
.home_extras_grid .widget_title h3,
.home_extras_grid .widget_block > h3 h3 {
  color: #FFF;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}
.home_extras_grid .widget_content,
.home_extras_grid .w_m_content {
  background: #FFF;
  padding: 22px;
}
.home_extras_grid .map_widget_content.widget_content {
  padding: 0;
}
.home_extras_grid .map_widget_content.widget_content iframe {
  display: block;
  min-height: 220px;
}
.home_extras_grid .bjb_slider .widget_content,
.home_extras_grid .bjb_gallery .widget_content {
  padding: 0;
  background: none;
}
#content.home_content,
.home_intro {
  padding: 56px 0 64px;
  background: #FFF;
}
.home_content_section {
  padding: 56px 0 72px;
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .home_content_section {
    padding: 40px 0 56px;
  }
}
.home_content_section_inner {
  max-width: 960px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 12px;
  padding: 44px 52px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 991px) {
  .home_content_section_inner {
    padding: 32px 28px;
  }
}
@media only screen and (max-width: 767px) {
  .home_content_section_inner {
    padding: 28px 20px;
  }
}
.home_content_section_inner > h2:first-child {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  color: #1e2830;
  text-align: left;
  margin: 0 0 20px;
  padding: 0 0 16px;
  border: none;
  display: block;
  border-bottom: 3px solid #23c800;
}
@media only screen and (max-width: 767px) {
  .home_content_section_inner > h2:first-child {
    font-size: 24px;
  }
}
.home_content_section_inner > h2:first-child::after {
  display: none;
}
.home_content_section_inner > p:first-of-type {
  font-size: 17px;
  line-height: 1.65;
  color: #5c6570;
  text-align: left;
  max-width: none;
  margin: 0 0 28px;
}
.home_content_section_inner h3 {
  font-size: 19px;
  font-weight: 600;
  color: #1e2830;
  margin: 32px 0 12px;
  padding-left: 14px;
  border-left: 4px solid #23c800;
}
.home_content_section_inner h3:first-of-type {
  margin-top: 8px;
}
.home_content_section_inner h4 {
  font-size: 17px;
  font-weight: 600;
  color: #1e2830;
  margin: 24px 0 10px;
}
.home_content_section_inner p {
  margin: 0 0 16px;
}
.home_content_section_inner ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.home_content_section_inner ul li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 28px;
  line-height: 1.6;
}
.home_content_section_inner ul li::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 2px;
  color: #23c800;
  font-size: 14px;
}
.home_content_section_inner ol {
  margin: 0 0 24px;
  padding-left: 22px;
}
.home_content_section_inner ol li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.home_content_section_inner a {
  color: #23c800;
  font-weight: 500;
  text-decoration: underline;
}
.home_content_section_inner a:hover {
  color: #1a9500;
  text-decoration: none;
}
.home_content_section_inner img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 8px 0 20px;
}
.home_content_section_inner strong {
  color: #1e2830;
}
.home_content_cta {
  text-align: center;
  margin-top: 36px;
}
.home_content_cta_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #23c800;
  color: #FFF !important;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(35, 200, 0, 0.35);
  scroll-margin-top: 100px;
}
.home_content_cta_btn .fa {
  font-size: 18px;
}
.home_content_cta_btn:hover {
  background: #1a9500;
  color: #FFF !important;
  text-decoration: none !important;
}
.home_entry_content {
  font-size: 17px;
  line-height: 1.7;
  color: #3d4654;
}
.home_entry_content h1,
.home_entry_content h2,
.home_entry_content h3,
.home_entry_content h4 {
  color: #1e2830;
  font-weight: 600;
  line-height: 1.3;
}
.home_entry_content h3 {
  font-size: 22px;
  margin: 32px 0 14px;
}
.home_entry_content p {
  margin: 0 0 18px;
}
.home_entry_content ul,
.home_entry_content ol {
  margin: 0 0 20px;
  padding-left: 22px;
}
.home_entry_content ul li,
.home_entry_content ol li {
  margin-bottom: 8px;
}
.home_entry_content a {
  color: #23c800;
  text-decoration: underline;
}
.home_entry_content a:hover {
  color: #1a9500;
  text-decoration: none;
}
.home_entry_content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.home_layout {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.home_main {
  float: none;
}
.home_featured_image {
  margin-bottom: 28px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.home_featured_image img {
  display: block;
  width: 100%;
  height: auto;
}
.home_gallery {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #e1e1e1;
}
.home_gallery_title {
  font-size: 22px;
  font-weight: 600;
  color: #1e2830;
  margin: 0 0 20px;
}
.home_gallery_grid {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.home_gallery_grid a {
  flex: 1 1 calc(16%);
  min-width: 140px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 767px) {
  .home_gallery_grid a {
    flex: 1 1 calc(44%);
  }
}
.home_gallery_grid a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s ease;
}
.home_gallery_grid a:hover img {
  opacity: 0.88;
}
.home_sidebar_col {
  float: none;
}
.home_sidebar .widget_block {
  margin-bottom: 28px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.home_sidebar .widget_title {
  background: #1e2830;
  padding: 20px 24px;
  margin: 0;
}
.home_sidebar .widget_title h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  border: none;
}
.home_sidebar .widget_content,
.home_sidebar .w_m_content {
  background: #FFF;
  padding: 0;
}
.home_sidebar .widget_block > h3 {
  background: #1e2830;
  padding: 20px 24px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.home_sidebar .form_bg {
  box-shadow: none;
  border-radius: 0;
}
.home_sidebar .form_bg .wpcf7-form > h1,
.home_sidebar .form_bg .wpcf7-form > h2,
.home_sidebar .form_bg .wpcf7-form > h3,
.home_sidebar .form_bg .wpcf7-form > h4,
.home_sidebar .form_bg .wpcf7 > form > h1,
.home_sidebar .form_bg .wpcf7 > form > h2,
.home_sidebar .form_bg .wpcf7 > form > h3,
.home_sidebar .form_bg .wpcf7 > form > h4 {
  display: none;
}
.home_sidebar .form_bg .wpcf7-form,
.home_sidebar .form_bg .wpcf7 > form {
  padding: 20px 22px 24px;
}
.home_sidebar .bjb_form .form_bg {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .home_sidebar {
    position: sticky;
    top: 88px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fstyle.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fgrid.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fmixins.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fbase.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fgcremovals%5C%2Fless%5C%2Fbranding.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fbuttons.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fsocial.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fmap.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fheader.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fnavigation.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fbanner.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fbox_links.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fpage.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fflexible.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fpost.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fwidgets.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fpagination.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fsidebar.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Ffooter.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fforms.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fgallery.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fvideo.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Flightbox.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fbjb%5C%2Fless%5C%2Fmargins.less%22%2C%22home7%5C%2Fgcremova%5C%2Fpublic_html%5C%2Fwp-content%5C%2Fthemes%5C%2Fgcremovals%5C%2Fless%5C%2Fstyle.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22YAAY%3BAAEZ%2CSAAS%3B%3B%3BACIT%3BEAAA%3BIAFE%3B%3B%3BAAKF%3BAACA%2CIAAK%3BEACJ%3BEACA%3B%3BAAKC%3BEAAA%3BEAAA%2CIAPG%3BIAIF%3BIACA%3B%3B%3BAAMH%3BEAAA%3BEAAA%2CIAXK%3BIAQF%3BIACA%3B%3B%3BAAOD%3BEAAA%2CIAJI%3BIAEH%3B%3B%3BAAGF%3BEAAA%2CIALK%3BIAIgB%3B%3B%3BAAEtB%3BEACC%3BEACA%3B%3BAAKC%3BEAAA%3BIAHC%3BIACA%3B%3B%3BAAMH%3BEAAA%3BIAHG%3BIACA%3B%3B%3BAAOH%3BEAFC%3BIAAY%3B%3B%3BACyBb%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAMD%3BEACE%3BEACA%3BEACD%3BEACC%3BEACC%3B%3BAAEH%3BEACE%3BEACA%3BEACD%3BEACC%3BEACC%3B%3BAAEH%3BEACE%3BEACA%3BEACD%3BEACC%3BEACC%3B%3BAAEH%3BEACE%3BEACA%3BEACD%3BEACC%3BEACC%3B%3BAAwBH%3BEACK%3BEACJ%3BEACI%3BEACF%3B%3BAAEH%3BEACK%3BEACJ%3BEACI%3BEACF%3B%3BAAEH%3BEACK%3BEACJ%3BEACI%3BEACF%3B%3BAAEH%3BEACK%3BEACJ%3BEACI%3BEACF%3B%3BAAEH%3BEACC%3BEACI%3BEACF%3B%3BAAMH%3BEACG%3BEACF%3BEACE%3BEACA%3B%3BAAEH%3BEACG%3BEACF%3BEACE%3BEACA%3B%3BAAEH%3BEACG%3BEACF%3BEACE%3BEACA%3B%3BAAEH%3BEACG%3BEACF%3BEACE%3BEACA%3B%3BAAEH%3BEACG%3BEACF%3BEACE%3BEACA%3B%3BAAMH%3BEACC%3BEACG%3BEACD%3B%3BAAEH%3BEACC%3BEACG%3BEACD%3B%3BAAEH%3BEACC%3BEACG%3BEACD%3B%3BAAEH%3BEACC%3BEACG%3BEACD%3B%3BAAEH%3BEACC%3BEACG%3BEACD%3B%3BAAEH%3BEACC%3BEACG%3BEACD%3B%3BAAuDH%3BEACE%3BEACD%3BEACG%3B%3BAAEJ%3BEACE%3BEACD%3BEACG%3B%3BAAEJ%3BEACE%3BEACD%3BEACG%3B%3BAAEJ%3BEACE%3BEACD%3BEACG%3B%3BAAEJ%3BEACE%3BEACD%3BEACG%3B%3BAAEJ%3BEACE%3BEACD%3BEACG%3B%3B%3BACpTJ%3BEACC%2CmBAAA%3BEACA%2CaCAM%2CoBDAN%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIC%3BEAAA%3BIAFC%3B%3B%3BAAKH%3BEAAA%3BIAFG%3B%3B%3BAAIH%3BEACC%2CgBAAA%3B%3BAACC%2CUAAW%3BEACV%3BEACA%3BEACA%2C8BAAA%3BEACA%3BEACA%3B%3BAAGH%3BEAAA%3BIADmB%3BIAAiB%2CgBAAA%3B%3B%3BAAGpC%3BEACC%3BEACA%3BEACA%3B%3BAAHD%2CUAIE%2CEAAC%3BAAJH%2CUAKE%2CGAAE%3BAALJ%2CUAME%2CGAAE%3BEACD%3B%3BAAIH%3BAAAK%3BAACL%2CGAAI%3BEAoPS%2CaAAa%2CwBAAb%3BEAlPZ%3BEACA%3B%3BAAEA%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAED%3BEACC%3B%3BAAGF%3BEACC%3B%3BAAED%3BEACC%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAGD%3BAAAI%3BEACH%3BEACA%2CgBAAA%3BEACA%3B%3BAAHD%2CEAIE%3BAAJE%2CEAIF%3BAAJF%2CEAIM%3BAAJF%2CEAIE%3BEAAK%3B%3BAAJX%2CEAKE%3BAALE%2CEAKF%3BEACC%3BEACA%3BEACA%2CkBAAA%3BEACA%3B%3BAAKD%3BEAAA%2CEATA%3BEASA%2CEATA%3BIAMG%3BIACA%3B%3B%3BAAIL%3BEAAA%3BEAAA%3BIADmB%2CgBAAA%3B%3B%3BAAElB%2CEAAG%3BEACF%3BEACA%3B%3BAACA%2CEAHE%2CGAGD%3BEACA%2CSAAS%2COAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOD%3BEAAA%2CEAhBE%2CGAGD%3BIAQE%3BIACA%3BIACA%3BIACA%3B%3B%3BAAKJ%2CEAAG%3BEAAK%3B%3BAACR%2CEAAE%2CUACD%3BEACC%3BEACA%3B%3BAACA%2CEAJA%2CUACD%2CGAGE%3BEACA%2CSAAS%2COAAT%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAMD%3BEAAA%2CEAdA%2CUACD%2CGAGE%3BIAME%3BIACA%3BIACA%3B%3B%3BAAKL%2CEAAE%3BEACD%3BEACA%3BEACA%3B%3BAAUC%3BEAAA%2CEAbA%3BIAKC%3BIACA%3BIACA%3B%3BEAMD%2CEAbA%2CQAQI%2CKAAE%3BIACH%3B%3B%3BAAED%3BEAAA%2CEAXF%2CQAQI%2CKAAE%3BIAEe%2CgBAAA%3B%3B%3BAAVvB%2CEAAE%2CQAaE%3BEAAI%3B%3BAAbR%2CEAAE%2CQAcE%2CKAAE%3BEAAW%3B%3BAAEjB%2CEAAE%3BEACD%3BEACA%3BEACA%3B%3BAASC%3BEAAA%2CEAZA%3BIAKC%3BIACA%3BIACA%3B%3BEAKD%2CEAZA%2CSAQI%2CKAAE%2CSAAY%2CKAAE%3BIAAY%3B%3B%3BAAE9B%3BEAAA%2CEAVF%2CSAQI%2CKAAE%2CSAAY%2CKAAE%3BIACC%2CgBAAA%3B%3B%3BAATvB%2CEAAE%2CSAYE%3BEAAI%3B%3BAAZR%2CEAAE%2CSAaE%2CKAAE%3BEAAY%3B%3BAAElB%3BEACC%3BEACG%3BEACD%3BEACF%3BEACG%3BEACD%3B%3BAAEH%3BEACC%3BEACG%3BEACD%3BEACF%3BEACG%3BEACD%3B%3BAAYF%3BEAAA%3BEAAA%3BIAPE%3BIACG%3BIACD%3BIACF%3BIACG%3BIACD%3B%3B%3BAAIN%3BEACC%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAPD%2CKAQE%3BEAAK%2CmBAAA%3B%3BAARP%2CKASE%3BAATF%2CKASM%3BEACH%2C%2BBAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%3B%3BAAGH%3BEAAA%3BIADmB%2CgBAAA%3B%3B%3BAAGnB%3BAAAG%3BAAAQ%2CKAAK%3BAAAe%2CKAAK%3BEAAe%3B%3BAACnD%3BEACC%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAACC%2CCAAC%3BAACD%2CCAAC%3BEACA%2CcAAA%3BEACA%3B%3B%3BAAKH%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BEACnB%2CaCpNQ%2CoBDoNR%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3B%3BAAED%3BEAAA%3BEAAA%3BEAAA%3BEAAA%3BEAAA%3BEAAA%3BIADmB%2CgBAAA%3B%3B%3BAAElB%3BEAAK%3B%3BAACL%3BEAAK%3B%3BAACL%3BEAAK%3B%3BAACL%3BEAAK%3B%3BAACL%3BEAAK%3B%3BAACL%3BEAAK%3B%3BAAUN%3BEARG%3BIAAK%3B%3BEACL%3BIAAK%3B%3BEACL%3BIAAK%3B%3BEACL%3BIAAK%3B%3BEACL%3BIAAK%3B%3BEACL%3BIAAK%3B%3B%3BAAIR%3BEAAU%3B%3BAACV%3BEAAU%3B%3BAACV%3BEAAU%3B%3BAACV%3BEAAU%3B%3BAAGV%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAAoBT%3BEAlBE%3BIAAS%3B%3BEACT%3BIAAS%3B%3BEACT%3BIAAS%3B%3BEACT%3BIAAS%3B%3BEACT%3BIAAS%3B%3BEACT%3BIAAS%3B%3BEACT%3BIAAS%3B%3BEACT%3BIAAS%3B%3BEACT%3BIAAS%3B%3BEACT%3BIAAS%3B%3BEACT%3BIAAS%3B%3BEACT%3BIAAS%3B%3BEACT%3BIAAS%3B%3BEACT%3BIAAS%3B%3BEACT%3BIAAS%3B%3BEACT%3BIAAS%3B%3B%3BAAIX%3BEAAY%2CaAAa%2CoBAAb%3B%3BAACZ%3BEAAa%2CaAAa%2C8BAAb%3B%3BAACb%3BEAAa%2CaAAa%2CoBAAb%3B%3BAACb%3BEAAa%2CaAAa%2CwBAAb%3B%3BAAGb%3BEAAU%3B%3BAACV%3BEAAU%3B%3BAAGV%3BEAAY%3B%3BAACZ%3BEAAY%3B%3BAACZ%3BEAAU%3B%3BAACV%3BEAAW%3B%3BAAGX%3BEAAW%3B%3BAACX%3BEAAW%3B%3BAAGX%3BAAAa%2CWAAY%3BAAAG%2CWAAY%2CEAAC%3BAAAQ%2CCAAC%3BAAAa%2CCAAC%2CWAAW%3BEAAS%2CcAAA%3B%3BAACpF%3BAAAa%2CWAAY%3BAAAG%2CWAAY%2CEAAC%3BAAAQ%2CCAAC%3BAAAa%2CCAAC%2CWAAW%3BEAAS%2CcAAA%3B%3BAACpF%3BAAAa%2CWAAY%3BAAAG%2CWAAY%2CEAAC%3BAAAQ%2CCAAC%3BAAAa%2CCAAC%2CWAAW%3BEAAS%2CcAAA%3B%3BAACpF%3BAAAW%2CSAAU%3BAAAG%2CSAAU%2CEAAC%3BAAAQ%2CCAAC%3BAAAW%2CCAAC%2CSAAS%3BEAAS%3B%3BAAC1E%3BAAAU%2CQAAS%3BAAAG%2CQAAS%2CEAAC%3BAAAQ%2CCAAC%3BAAAU%2CCAAC%2CQAAQ%3BEAAS%2CcAAA%3B%3BAACrE%3BAAAW%2CSAAU%3BAAAG%2CSAAU%2CEAAC%3BAAAQ%2CCAAC%3BAAAW%2CCAAC%2CSAAS%3BEAAS%3B%3B%3BAAO1E%3BEAAO%3B%3BAACP%3BEAAO%3B%3BAACP%3BEAAO%3B%3BAAGP%3BEAAY%3B%3BAACZ%3BEAAY%3B%3BAAGZ%3BEAAS%3B%3BAACT%3BEAAQ%3B%3BAACR%3BEAAU%3B%3BAACV%3BEAAS%3B%3BAACT%3BEAAO%3B%3BAAGP%3BEACC%3BEACA%2CcAAA%3B%3BAAED%3BEACC%3BEACA%2CqBAAA%3B%3BAAED%3BEACC%3BEACA%2CqBAAA%3B%3BAASD%3BEANE%3BEAAc%3BEAAY%3BIACzB%3BIACA%2CmBAAA%3BIACA%3B%3B%3B%3BAE1VH%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CqBAAA%3BEACA%2C2DAAA%3B%3B%3B%3B%3B%3B%3B%3BAACC%2CSAAC%3BAAAQ%2CSAAC%3BEACT%3BEACA%2C2DAAA%3B%3BAAUH%3BEAtBC%3BEACA%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CqBAAA%3BEACA%2C2DAAA%3B%3B%3B%3B%3B%3B%3BEAeA%3BEACA%2CmBAAA%3B%3BAAfC%2CUAAC%3BAAAQ%2CUAAC%3BEACT%3BEACA%2C2DAAA%3B%3BAAcD%2CUAAC%3BAACD%2CUAAC%3BEACA%2CcAAA%3BEACA%3B%3BAAED%2CUAAC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAACC%2CUAHD%2CYAGE%3BAACD%2CUAJD%2CYAIE%3BEACA%2CcAAA%3BEACA%3B%3BAAGH%2CUAAC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAACC%2CUAHD%2CYAGE%3BAACD%2CUAJD%2CYAIE%3BEACA%2CcAAA%3BEACA%3B%3BAAGH%2CUAAC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAACC%2CUAHD%2CYAGE%3BAACD%2CUAJD%2CYAIE%3BEACA%2CcAAA%3BEACA%3B%3BAAGH%2CUAAC%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAACC%2CUAJD%2CUAIE%3BAACD%2CUALD%2CUAKE%3BEACA%3BEACA%3B%3BAAKL%3BEAtEC%3BEACA%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CqBAAA%3BEACA%2C2DAAA%3B%3B%3B%3B%3B%3B%3BEA%2BDA%2CcAAA%3BEACA%3B%3BAA%5C%2FDC%2CYAAC%3BAAAQ%2CYAAC%3BEACT%3BEACA%2C2DAAA%3B%3BAA8DD%2CYAAC%3BAACD%2CYAAC%3BEACA%3BEACA%2CmBAAA%3B%3BAAED%2CYAAC%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAACC%2CYAHD%2CYAGE%3BAACD%2CYAJD%2CYAIE%3BEACA%3BEACA%2CmBAAA%3B%3BAAGH%2CYAAC%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAACC%2CYAHD%2CYAGE%3BAACD%2CYAJD%2CYAIE%3BEACA%3BEACA%2CmBAAA%3B%3BAAGH%2CYAAC%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAACC%2CYAHD%2CYAGE%3BAACD%2CYAJD%2CYAIE%3BEACA%3BEACA%2CmBAAA%3B%3BAAGH%2CYAAC%3BEACA%3BEACA%3B%3BAACC%2CYAHD%2CUAGE%3BAACD%2CYAJD%2CUAIE%3BEACA%2CcAAA%3BEACA%3B%3BAASL%3BEACC%3B%3BAAED%3BEACC%3BEACA%3BEACA%3B%3B%3BAC%5C%2FHD%2CYAAa%3BEAAgB%3B%3BAAE7B%3BEACC%3BEACA%3B%3BAACC%2CMAAO%2CcAAE%2CEAAC%3BEAAS%2CcAAA%3B%3B%3BACNrB%2CYAAa%3BEACZ%3B%3BAADD%2CYAAa%2CKAEX%3BEACC%3BEACA%3B%3BAAEC%3BEAAA%2CYANS%2CKAEX%3BIAGmB%3B%3B%3BAAEjB%3BEAAA%2CYAPS%2CKAEX%3BIAImB%3B%3B%3BAAEnB%3BEAAA%2CYARW%2CKAEX%3BIAKmB%3B%3B%3B%3BACPrB%3BEACC%3BEACA%2CeAAA%3B%3BAAEA%3BEACC%3B%3BAAEC%3BEAAA%3BIADiB%3B%3B%3BAAEnB%3BEAAA%3BIADmB%3B%3B%3BAAGpB%3BAACA%3BAACA%3BAACA%3BAACA%3BEACC%3B%3BAALD%2CUAME%3BAALF%2CUAKE%3BAAJF%2CUAIE%3BAAHF%2CWAGE%3BAAFF%2CWAEE%3BEAAI%3B%3BAAGL%3BEACC%3BEACA%3BEACA%2CcAAA%3B%3BAAED%3BEACC%3BEACA%3BEACA%2CcAAA%3B%3BAAED%3BEACC%3BEACA%3BEACA%2CcAAA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAEC%3BEAAA%3BIADiB%3B%3B%3BAALnB%2CWAME%3BEACC%2CcAAA%3B%3BAACC%2CWAFF%2CEAEG%3BEAAS%3B%3BAAIZ%3BEAAA%2CYAFa%3BIACK%3B%3B%3BAAGpB%3BEACC%3BEACA%3BEACA%2CcAAA%3B%3BAAHD%2CWAIE%3BEACC%2CcAAA%3B%3B%3B%3BACpDJ%3BEACC%2CmBAAA%3BEACA%3BEACA%2CaLAQ%2CoBKAR%3B%3B%3BAAkBC%3BEAAA%3BIAhBC%3BIACA%3BIACA%3BIACA%2CeAAA%3BIACA%3BIACA%3BIACA%3BIACA%2C8BAAA%3BIACA%3B%3BEAQD%2CGAPE%3BEAOF%2CGANE%3BEAMF%2CGALE%3BIACC%3BIACA%3B%3B%3BAAGH%2CGAAC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAMH%3BEACC%3BEACA%3BEACA%2C8BAAA%3B%3BAAHD%2CIAIE%3BEACC%3BEACA%3BEACA%3B%3BAACC%2CIAJF%2CGAIG%3BEACA%2CSAAS%2CEAAT%3BEACA%3B%3BAAED%2CIARF%2CGAQG%3BEACA%3B%3BAADD%2CIARF%2CGAQG%2CgBAEC%3BEACC%2C8BAAA%3B%3BAACC%2CSAAU%2CKAZhB%2CGAQG%2CgBAEC%3BEAEgB%3B%3BAAKlB%3BEAAA%2CIAjBF%2CGAQG%3BIAOE%3B%3B%3BAAnBP%2CIAuBI%3BEACD%3B%3BAAxBH%2CIAuBI%2CKAEE%3BEACD%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3B%3BAACC%2CIANF%2CKAEE%2CIAIC%3BAACD%2CIAPF%2CKAEE%2CIAKC%3BEACA%2CmBAAA%3B%3BAAMH%3BEAAA%2CIAdA%2CKAEE%3BIASC%3BIACA%2CgCAAA%3B%3B%3BAAGH%2CIAfA%2CKAeC%2CkBAAqB%3BAACtB%2CIAhBA%2CKAgBC%2CsBAAyB%3BEACzB%2CmBAAA%3B%3BAAMH%3BEAAA%2CIAvBE%3BIAoBC%3BIACA%3B%3B%3BAA5CL%2CIA%2BCE%2CMAAQ%3BAA%5C%2FCV%2CIAgDE%2CMAAQ%2CIAAC%3BAAhDX%2CIAiDE%2CMAAQ%2CIAAC%3BEACR%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAMD%3BEAAA%2CIAHC%2CGAAE%3BEAGH%2CIAFC%2CwBAA0B%2CIAAC%2CMAAS%3BIAAK%3B%3B%3BAAO5C%3BEAAA%3BIAJG%3BIACA%3BIACA%2C6BAAA%3B%3B%3BAAKH%3BEACC%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%3BEACA%3B%3BAAIC%3BEAAA%3BIAFC%2COAAO%2CgBAAP%3B%3B%3BAAYD%3BEAAA%3BIATC%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAApBH%2CcAsBI%2CKAAK%3BEACN%3BEACA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3B%3BAACC%2CcALA%2CKAAK%2CIAKJ%3BAACD%2CcANA%2CKAAK%2CIAMJ%3BEACA%2CmBAAA%3BEACA%3B%3BAAMH%3BEAAA%2CcAdE%2CKAAK%3BIAWJ%2C4BAAA%3BIACA%3B%3B%3BAAGH%2CKAAM%3BEAAI%3B%3BAArCZ%2CcAsCI%2CUAAU%3BAAtCd%2CcAuCI%2CUAAU%2CIAAC%3BAAvCf%2CcAwCI%2CUAAU%2CIAAC%3BEACZ%2CmBAAA%3BEACA%3B%3B%3B%3BAAyBH%3BEAAA%2CSAfE%3BIPpFD%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIA2EI%3BIACJ%3BIACI%3BIACF%3B%3BEOaH%2CSAfE%2CKAGI%3BIPsHL%2C0BAAA%3BIACC%2CsBAAA%3BIACC%2CkBAAA%3BIACC%2CcAAA%3B%3BEO7GJ%2CSAfE%2CKAGI%2CKAEE%3BIACD%3BIACA%3BIP3FN%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIAqEI%3BIACJ%3BIACI%3BIACF%3BIA8BA%3BIACF%3BIACE%3BIACA%3B%3B%3B%3B%3BAOPH%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%2C0BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACC%2CcAAC%3BEACA%2CSAAS%2COAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEPvKF%2CmBAAmB%2CqBAAnB%3BEACG%2CgBAAgB%2CqBAAhB%3BEACF%2CeAAe%2CqBAAf%3BEACC%2CcAAc%2CqBAAd%3BEACA%2CWAAW%2CqBAAX%3BEOqKA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAGH%3BEAAA%3BIADmB%3B%3B%3BAAGnB%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACC%2CeAAC%3BEACA%2CSAAS%2COAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEPlMF%2CmBAAmB%2CqBAAnB%3BEACG%2CgBAAgB%2CqBAAhB%3BEACF%2CeAAe%2CqBAAf%3BEACC%2CcAAc%2CqBAAd%3BEACA%2CWAAW%2CqBAAX%3BEOgMA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAGH%3BEAAA%3BIADmB%3B%3B%3BAAGnB%3BEACC%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C8BAAA%3BEACA%3B%3BAAGD%3BEACC%3B%3B%3BAAGD%3BEAAA%3BIADmB%3B%3B%3BAAGnB%3BEACC%3B%3BAADD%2CYAEE%3BEAAI%3B%3BAAEN%3BEAAA%3BIADmB%3B%3B%3B%3B%3BAC1PnB%3BEACC%3BEACA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAAID%3BEAAA%3BIAFG%3B%3B%3BAAIH%3BEACC%3B%3BAADD%2CcAEI%3BEACD%3B%3BAACA%2CcAFC%2CMAEA%3BEACA%3B%3BAAKJ%3BEAAgB%3B%3BAAEhB%3BEAAkB%3BEAAa%3B%3BAAC%5C%2FB%3BEACC%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIC%3BEAAA%3BIAFC%3B%3B%3BAAKH%3BEAAA%3BIAFG%3B%3B%3BAAIH%3BEACC%3B%3BAAEC%3BEAAA%3BIADiB%3B%3B%3BAAEjB%3BEAAA%3BIADiB%3B%3B%3BAAEjB%3BEAAA%3BIADiB%3B%3B%3BAAEjB%3BEAAA%3BIADiB%3B%3B%3BAAEnB%3BEAAA%3BIADmB%3B%3B%3BAAEnB%3BEACC%3B%3BAAEC%3BEAAA%3BIADiB%3B%3B%3BAAEjB%3BEAAA%3BIADiB%3B%3B%3BAAEjB%3BEAAA%3BIADiB%3B%3B%3BAAEjB%3BEAAA%3BIADiB%3B%3B%3BAAEnB%3BEAAA%3BIADmB%3B%3B%3BAAEnB%3BEACC%3B%3BAAEC%3BEAAA%3BIADiB%3B%3B%3BAAEjB%3BEAAA%3BIADiB%3B%3B%3BAAEjB%3BEAAA%3BIADiB%3B%3B%3BAAEjB%3BEAAA%3BIADiB%3B%3B%3BAAEnB%3BEAAA%3BIADmB%3B%3B%3BAAKnB%3BEAA%2BB%2C6BAAA%3B%3BAAC%5C%2FB%3BEAAiC%2C%2BBAAA%3B%3BAACjC%3BEAAgC%2C8BAAA%3B%3BAAChC%3BEAAkC%2CgCAAA%3B%3BAAClC%3BEAA6B%2CkCAAA%3B%3BAAC7B%3BEAAmC%2CiCAAA%3B%3BAACnC%3BEAAkC%2CgCAAA%3B%3BAAClC%3BEAAoC%2CkCAAA%3B%3BAACpC%3BEAAmC%2CiCAAA%3B%3BAAGnC%2CcAEC%3BEACC%3BEACA%3B%3BAAJF%2CcAOC%3BEACC%3BEACA%3B%3BAATF%2CcAWC%3BEACC%3BEACA%3BERjED%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEQ%2BDD%3B%3BAAfF%2CcAiBC%3BEACC%3BEACA%3BEACA%3B%3BAApBF%2CcAsBC%3BEACC%3BEACA%3BER5ED%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3B%3BAQgDH%2CcA2BC%3BEACC%3BEACA%3BERjFD%2CmBAAmB%2CqBAAnB%3BEACG%2CgBAAgB%2CqBAAhB%3BEACF%2CeAAe%2CqBAAf%3BEACC%2CcAAc%2CqBAAd%3BEACA%2CWAAW%2CqBAAX%3BEQ%2BED%3B%3BAA%5C%2FBF%2CcAiCC%3BEACC%3BEACA%3BERvFD%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEQqFD%3B%3BAArCF%2CcAuCC%3BEACC%3BEACA%3B%3BAAzCF%2CcA2CC%3BEACC%3BEACA%3BERjGD%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEQ%2BFD%3B%3BAA%5C%2FCF%2CcAiDC%3BEACC%3BEACA%3BEACA%3B%3BAApDF%2CcAsDE%2C8BAGC%3BAAzDH%2CcAuDE%2C0BAEC%3BAAzDH%2CcAwDE%2CiCACC%3BEACC%3BEACA%2CcAAA%3B%3BAA3DJ%2CcA8DE%2C6BAGC%3BAAjEH%2CcA%2BDE%2CgCAEC%3BAAjEH%2CcAgEE%2CgCACC%3BEACC%3B%3BAAlEJ%2CcAsEC%3BEACC%3BEACA%3BEACA%2CoBAAA%3B%3BAAID%3BEAAA%2CcAPA%3BIAKG%2CyBAAA%3B%3B%3BAA3EJ%2CcA8EC%3BEACC%3BEACA%3B%3BAAhFF%2CcAkFC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAID%3BEAAA%2CcAZA%3BIAUG%3B%3B%3BAAsBJ%3BEAAA%2CcAjBE%3BIACC%3B%3BEAgBH%2CcAdE%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIR9JF%2CmBAAmB%2CeAAnB%3BIACG%2CgBAAgB%2CeAAhB%3BIACF%2CeAAe%2CeAAf%3BIACC%2CcAAc%2CeAAd%3BIACA%2CWAAW%2CeAAX%3B%3BEQkKH%2CcAdE%2CiBAQE%3BIACC%3B%3B%3BAAQL%2CcAEC%3BEACC%3BEACA%3B%3BAAJF%2CcAOC%3BEACC%3BEACA%3B%3BAATF%2CcAWC%3BEACC%3BEACA%3BERtLD%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEQoLD%3B%3BAAfF%2CcAiBC%3BEACC%3BEACA%3BEACA%3B%3BAApBF%2CcAsBC%3BEACC%3BEACA%3BERjMD%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3B%3BAQqKH%2CcA2BC%3BEACC%3BEACA%3BERtMD%2CmBAAmB%2CqBAAnB%3BEACG%2CgBAAgB%2CqBAAhB%3BEACF%2CeAAe%2CqBAAf%3BEACC%2CcAAc%2CqBAAd%3BEACA%2CWAAW%2CqBAAX%3BEQoMD%3B%3BAA%5C%2FBF%2CcAiCC%3BEACC%3BEACA%3BER5MD%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEQ0MD%3B%3BAArCF%2CcAuCC%3BEACC%3BEACA%3B%3BAAzCF%2CcA2CC%3BEACC%3BEACA%3BERtND%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEQoND%3B%3BAA%5C%2FCF%2CcAiDC%3BEACC%3BEACA%3BEACA%3B%3BAApDF%2CcAsDE%2C4BAGC%3BAAzDH%2CcAuDE%2C%2BBAEC%3BAAzDH%2CcAwDE%2C%2BBACC%3BEACC%3BEACA%3B%3BAA3DJ%2CcA8DE%2C8BAGC%3BAAjEH%2CcA%2BDE%2C0BAEC%3BAAjEH%2CcAgEE%2CiCACC%3BEACC%3BEACA%3BEACA%2CiBAAA%3B%3BAApEJ%2CcA8DE%2C8BAQC%3BAAtEH%2CcA%2BDE%2C0BAOC%3BAAtEH%2CcAgEE%2CiCAMC%3BEACC%3BEACA%2CcAAA%3B%3BAAxEJ%2CcA2EE%2C6BAGC%3BAA9EH%2CcA4EE%2CgCAEC%3BAA9EH%2CcA6EE%2CgCACC%3BEACC%3BEACA%3B%3BAAhFJ%2CcA2EE%2C6BAOC%3BAAlFH%2CcA4EE%2CgCAMC%3BAAlFH%2CcA6EE%2CgCAKC%3BEACC%3B%3BAAnFJ%2CcAuFC%3BEACC%3BEACA%3BEACA%2CoBAAA%3B%3BAAID%3BEAAA%2CcAPA%3BIAKG%2CyBAAA%3B%3B%3BAA5FJ%2CcA%2BFC%3BEACC%3BEACA%3B%3BAAjGF%2CcAmGC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAID%3BEAAA%2CcAZA%3BIAUG%3B%3B%3BAAsBJ%3BEAAA%2CcAjBE%3BIACC%3B%3BEAgBH%2CcAdE%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIRpSF%2CmBAAmB%2CeAAnB%3BIACG%2CgBAAgB%2CeAAhB%3BIACF%2CeAAe%2CeAAf%3BIACC%2CcAAc%2CeAAd%3BIACA%2CWAAW%2CeAAX%3B%3BEQwSH%2CcAdE%2CiBAQE%3BIACC%3B%3B%3BAASL%2CcAEC%3BEACC%3BEACA%3B%3BAAJF%2CcAEC%2CiBAGE%3BEACC%3BEACA%3B%3BAAPJ%2CcAEC%2CiBAOE%3BEACC%3BEACA%3B%3BAAXJ%2CcAeC%3BEACC%3BEACA%3B%3BAAjBF%2CcAmBC%3BEACC%3BEACA%3BERrUD%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEQmUD%3B%3BAAvBF%2CcAyBC%3BEACC%3BEACA%3BEACA%3B%3BAA5BF%2CcA8BC%3BEACC%3BEACA%3BERhVD%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3B%3BAQ4SH%2CcAmCC%3BEACC%3BEACA%3BERrVD%2CmBAAmB%2CqBAAnB%3BEACG%2CgBAAgB%2CqBAAhB%3BEACF%2CeAAe%2CqBAAf%3BEACC%2CcAAc%2CqBAAd%3BEACA%2CWAAW%2CqBAAX%3BEQmVD%3B%3BAAvCF%2CcAyCC%3BEACC%3BEACA%3BER3VD%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEQyVD%3B%3BAA7CF%2CcA%2BCC%3BEACC%3BEACA%3B%3BAAjDF%2CcAmDC%3BEACC%3BEACA%3BERrWD%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEQmWD%3B%3BAAvDF%2CcAyDC%3BEACC%3BEACA%3BEACA%3B%3BAA5DF%2CcA8DE%2C8BAGC%3BAAjEH%2CcA%2BDE%2C0BAEC%3BAAjEH%2CcAgEE%2CiCACC%3BEACC%3BEACA%2CcAAA%3B%3BAAnEJ%2CcAsEE%2C6BAGC%3BAAzEH%2CcAuEE%2CgCAEC%3BAAzEH%2CcAwEE%2CgCACC%3BEACC%3B%3BAA1EJ%2CcA8EC%3BEACC%3BEACA%3BEACA%2CiBAAA%3B%3BAAIC%3BEAAA%2CcAPF%3BIAKG%2CoBAAA%3B%3B%3BAAKH%3BEAAA%2CcAVA%3BIAQG%2CoBAAA%3B%3B%3BAAtFJ%2CcA0FC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAID%3BEAAA%2CcAZA%3BIAUG%3B%3B%3BAAqBJ%3BEAAA%2CcAhBE%3BIACC%3B%3BEAeH%2CcAbE%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIRlaF%2CmBAAmB%2CeAAnB%3BIACG%2CgBAAgB%2CeAAhB%3BIACF%2CeAAe%2CeAAf%3BIACC%2CcAAc%2CeAAd%3BIACA%2CWAAW%2CeAAX%3B%3BEQqaH%2CcAbE%2CiBAQE%3BIACC%3B%3B%3BAAQL%2CcACC%3BEACC%3BEACA%3B%3BAAHF%2CcACC%2CgBAGE%3B%3BEAEC%3BER3aH%2CmBAAmB%2CeAAnB%3BEACG%2CgBAAgB%2CeAAhB%3BEACF%2CeAAe%2CeAAf%3BEACC%2CcAAc%2CeAAd%3BEACA%2CWAAW%2CeAAX%3BEQyaC%3BEACA%2C8BAAA%3B%3BAATJ%2CcACC%2CgBAUE%3BERhbF%2CmBAAmB%2CcAAnB%3BEACG%2CgBAAgB%2CcAAhB%3BEACF%2CeAAe%2CcAAf%3BEACC%2CcAAc%2CcAAd%3BEACA%2CWAAW%2CcAAX%3B%3B%3BAQybF%3BEAAA%2CcAvBA%3BIAeE%3BIACA%3B%3BEAOF%2CcAvBA%2CgBAiBG%3BEAMH%2CcAvBA%2CgBAkBG%3BIRxbH%2CmBAAmB%2CUAAnB%3BIACG%2CgBAAgB%2CUAAhB%3BIACF%2CeAAe%2CUAAf%3BIACC%2CcAAc%2CUAAd%3BIACA%2CWAAW%2CUAAX%3BIQsbE%3B%3B%3BAArBL%2CcA0BC%2CcACC%3BEAAqB%3B%3BAA3BvB%2CcA0BC%2CcAEC%3BEAAc%3B%3BAAKb%3BEAAA%2CcAPF%2CcAIG%3BIAAqB%3B%3BEAGtB%2CcAPF%2CcAKG%3BIAAc%3B%3B%3BAAMf%3BEAAA%2CcAXF%2CcAQG%3BIAAqB%3B%3BEAGtB%2CcAXF%2CcASG%3BIAAc%3B%3B%3BAAMjB%3BEAAA%2CcAfA%2CcAYG%3BIAAqB%3B%3BEAGxB%2CcAfA%2CcAaG%3BIAAc%3B%3B%3BAAvClB%2CcA0CC%2CYACC%3BEAAqB%3B%3BAA3CvB%2CcA0CC%2CYAEC%3BEAAc%3B%3BAAKb%3BEAAA%2CcAPF%2CYAIG%3BIAAqB%3B%3BEAGtB%2CcAPF%2CYAKG%3BIAAc%3B%3B%3BAAMf%3BEAAA%2CcAXF%2CYAQG%3BIAAqB%3B%3BEAGtB%2CcAXF%2CYASG%3BIAAc%3B%3B%3BAAMjB%3BEAAA%2CcAfA%2CYAYG%3BIAAqB%3B%3BEAGxB%2CcAfA%2CYAaG%3BIAAc%3B%3B%3BAAvDlB%2CcA0DC%2CaACC%3BEAAqB%3B%3BAA3DvB%2CcA0DC%2CaAEC%3BEAAc%3B%3BAAKb%3BEAAA%2CcAPF%2CaAIG%3BIAAqB%3B%3BEAGtB%2CcAPF%2CaAKG%3BIAAc%3B%3B%3BAAMf%3BEAAA%2CcAXF%2CaAQG%3BIAAqB%3B%3BEAGtB%2CcAXF%2CaASG%3BIAAc%3B%3B%3BAAMjB%3BEAAA%2CcAfA%2CaAYG%3BIAAqB%3B%3BEAGxB%2CcAfA%2CaAaG%3BIAAc%3B%3B%3BAAvElB%2CcA2EC%3BEACC%3BEACA%3B%3BAA7EF%2CcA2EC%2CiBAGE%3BEACC%3BEACA%3B%3BAAhFJ%2CcA2EC%2CiBAOE%3BEACC%3BEACA%3B%3BAAED%3BEAAA%2CcAXF%2CiBAOE%3BIAGmB%3B%3B%3BAArFtB%2CcAyFC%3BEACC%3BEACA%3B%3BAA3FF%2CcA6FC%3BEACC%3BEACA%3BER5gBD%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEQ0gBD%3B%3BAAjGF%2CcAmGC%3BEACC%3BEACA%3BEACA%3B%3BAAtGF%2CcAwGC%3BEACC%3BEACA%3BERvhBD%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3B%3BAQyaH%2CcA6GC%3BEACC%3BEACA%3BER5hBD%2CmBAAmB%2CqBAAnB%3BEACG%2CgBAAgB%2CqBAAhB%3BEACF%2CeAAe%2CqBAAf%3BEACC%2CcAAc%2CqBAAd%3BEACA%2CWAAW%2CqBAAX%3BEQ0hBD%3B%3BAAjHF%2CcAmHC%3BEACC%3BEACA%3BERliBD%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEQgiBD%3B%3BAAvHF%2CcAyHC%3BEACC%3BEACA%3B%3BAA3HF%2CcA6HC%3BEACC%3BEACA%3BER5iBD%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEQ0iBD%3B%3BAAjIF%2CcAmIC%3BEACC%3BEACA%3BEACA%3B%3BAAsBF%3BEAAA%2CcAlBE%3BIACC%3B%3BEAiBH%2CcAfE%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIRjkBF%2CmBAAmB%2CeAAnB%3BIACG%2CgBAAgB%2CeAAhB%3BIACF%2CeAAe%2CeAAf%3BIACC%2CcAAc%2CeAAd%3BIACA%2CWAAW%2CeAAX%3B%3BEQqkBH%2CcAfE%2CiBASE%3BIACC%3B%3BEAKL%2CcAFE%3BIAAsB%2CyBAAA%3B%3B%3BAAMxB%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BERllBA%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEQglBF%3BEACA%3BEACA%3BEACA%3BEACA%2C0BAAA%3B%3BAAQD%3BEAAA%3BIANG%3BIACA%3BIACA%3BIACA%3BIR7lBF%2CmBAAmB%2CeAAnB%3BIACG%2CgBAAgB%2CeAAhB%3BIACF%2CeAAe%2CeAAf%3BIACC%2CcAAc%2CeAAd%3BIACA%2CWAAW%2CeAAX%3B%3B%3BAQ6lBF%3BEAAY%3BEAAY%2CsBAAsB%2CoDAAtB%3B%3BAACxB%3BEAAY%3BEAAa%2CsBAAsB%2CoDAAtB%3B%3BAACxB%2CSAAS%3BAAAQ%2CSAAS%3BAAC1B%2CSAAS%3BAAAQ%2CSAAS%3BEAAS%3B%3BAACnC%2CSAAS%3BAAAS%2CSAAS%3BEAAU%3B%3BAAGvC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAND%2CaAOE%3BEACC%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%3BEACA%3BEACA%3B%3BAACC%2CaAVF%2CKAUG%3BAACD%2CaAXF%2CKAWG%3BEACA%2CmBAAA%3BEACA%3BEACA%2CqBAAA%3B%3B%3BACrpBL%3BEACC%2CeAAA%3B%3BAAED%3BEACC%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAACC%2CSAAC%2CmBACA%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CoCAAA%3BEACA%3BEACA%3BEACA%2CiCAAA%3B%3BAAVF%2CSAAC%2CmBAYA%3BEACC%3B%3BAAGF%2CSAAC%2CoBACA%3BEACC%3B%3BAAGF%2CSAAC%3BEACA%2CcAAA%3BEACA%3B%3BAA%5C%2FBH%2CSAiCE%3BEACC%3B%3BAAED%2CSAAC%3BEACA%3BEACA%3B%3BAAED%2CSAAC%3BEACA%3B%3BAAEA%2CSAAC%2CMACA%3BEACC%3B%3BAAGF%2CSAAC%2CQACA%3BEACC%3B%3BAAIL%2CCAAC%2CSAAS%2CMACT%3BEACC%3B%3BAAIF%2CoBACC%3BEACC%3BEACA%3BEACA%2CgCAAA%3B%3BAAED%3BEAAA%2CoBALA%3BIAImB%3B%3B%3BAALpB%2CoBAOC%2CkBAAiB%2CWAAY%3BEAC5B%3B%3BAARF%2CoBAUC%2CKAAI%3BEACH%3B%3BAAED%3BEAAA%2CoBAHA%2CKAAI%3BIAEe%3B%3B%3B%3BAC3EpB%3BEACC%2CeAAA%3B%3BAACC%2CUAAa%3BEAAI%3B%3BAAGnB%3BAACA%3BEACC%3B%3BAAMD%3BEAAA%3BEAAA%3BIADkB%3B%3B%3B%3BACZlB%3BEACC%3BEACA%3BEACA%3B%3BAACC%2CaAAC%3BEACA%3BEACA%3B%3BAAED%2CaAAC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACC%2CaAPD%2CQAOK%3BEACH%3BEACA%3B%3BAAjBL%2CaAoBE%3BEACC%3B%3BAAIH%3BEACC%3B%3B%3BAC1BD%3BEACC%3BEACA%3BEACA%2CgCAAA%3B%3BAACC%2CUAAC%3BEACA%3B%3BAAGH%3BEACC%3B%3BAAED%2CWAAY%3BEACX%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAGA%2CYACC%3BEACC%3BEACA%3BEACA%3B%3BAAJF%2CYAMC%2CYAAY%3BEACX%3B%3B%3BAC5BH%3BEACC%3B%3BAADD%2CaAEE%3BEACC%3B%3BAAHH%2CaAKE%3BEACC%3B%3BAAIH%3BEbwDC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAgDA%2C2BAAA%3BEACC%2CuBAAA%3BEACC%2CmBAAA%3BEA%2BBF%3BEACI%3BEACF%3B%3BAanJH%2CuBAII%3BAAJJ%2CuBAKI%3BEACD%2CgBAAA%3BEACA%2CcAAA%3BEACA%3BEbsRD%3BEACD%3BEACG%3B%3BAanRJ%2CmBAAoB%3BEACnB%3B%3BAAEC%3BEAAA%2CmBAHkB%3BIAED%3B%3B%3BAAEjB%3BEAAA%2CmBAJkB%3BIAGD%3B%3B%3BAAEnB%3BEAAA%2CmBALoB%3BIAID%3B%3B%3BAAGnB%3BEACC%3BEACA%3B%3BAACC%2CaAAc%3BEAAI%3B%3BAAEpB%3BEb%2BBC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAgDA%2C2BAAA%3BEACC%2CuBAAA%3BEACC%2CmBAAA%3B%3BAatFD%2CgBAAC%2CQAAS%2CiBAAC%3BAACX%2CgBAAC%2CMAAO%2CiBAAC%3BEbwOV%2C0BAAA%3BEACC%2CsBAAA%3BEACC%2CkBAAA%3BEACC%2CcAAA%3BEazOD%3B%3BAAED%2CgBAAC%2CMAAO%2CiBAAC%3BEboOV%2C2BAAA%3BEACC%2CuBAAA%3BEACC%2CmBAAA%3BEACC%2CeAAA%3B%3BAapOF%2CgBAAC%3BEbiOF%2C0BAAA%3BEACC%2CsBAAA%3BEACC%2CkBAAA%3BEACC%2CcAAA%3B%3BAa5NF%3BEAAA%2CgBALC%2CMAAO%3BIAEN%3BIACA%3B%3B%3BAAYF%3BEAAA%2CgBATC%2CQAAS%3BEASV%2CgBARC%2CMAAO%3BIAEN%3B%3BEACC%2CgBAJF%2CQAAS%2CiBAIN%3BEAAD%2CgBAHF%2CMAAO%2CiBAGJ%3BEAAO%2CgBAJV%2CQAAS%2CiBAIE%3BEAAD%2CgBAHV%2CMAAO%2CiBAGI%3BIACR%3BIACA%3B%3B%3BAAMN%2CeAAgB%3BEACf%2CcAAA%3B%3BAACC%2CMAAO%2CgBAFO%3BEAEH%3B%3BAAIb%3BEbPC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAgDA%2C6BAAA%3BEACC%2CyBAAA%3BEACC%2CqBAAA%3B%3BAanDH%2CWAGC%3BEAAQ%3B%3BAAHT%2CWAIC%3BAAJD%2CWAIO%3BEbkMN%2C0BAAA%3BEACC%2CsBAAA%3BEACC%2CkBAAA%3BEACC%2CcAAA%3B%3BAazMJ%2CWAOC%3BEb%2BLA%2C0BAAA%3BEACC%2CsBAAA%3BEACC%2CkBAAA%3BEACC%2CcAAA%3B%3BAazMJ%2CWAOC%2CKAEE%3BEACC%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%3BEACA%2CcAAA%3B%3BAACC%2CMAAO%2CYARX%2CKAEE%3BEAMa%3B%3BAAfhB%2CWAkBC%3BEboLA%2C0BAAA%3BEACC%2CsBAAA%3BEACC%2CkBAAA%3BEACC%2CcAAA%3BEarLF%3BEACA%2CmBAAA%3B%3BAACC%2CWAJF%2COAIG%3BEAAS%2CmBAAA%3B%3BAAtBb%2CWAkBC%2COAKE%3BEACC%3BEACA%3B%3BAAKJ%2CwBAAyB%2CEAAC%2CeAAe%3BEACxC%3B%3B%3BACxGD%3BEACC%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3B%3BAALD%2CWAME%3BAANF%2CWAMK%3BEACF%3BEACA%2CyBAAA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%2CiBAAA%3B%3BAAZH%2CWAcE%2CEAAC%3BAAdH%2CWAeE%2CEAAC%3BAAfH%2CWAgBE%2CKAAI%2CaAAa%3BEAChB%2CmBAAA%3BEACA%3BEACA%2CqBAAA%3B%3BAAnBH%2CWAqBE%2CKAAI%2CaAAa%3BEAChB%3B%3B%3BACtBH%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACAA%3BEACC%2CmBAAA%3BEACA%3BEACA%2CoBAAA%3BEACA%3B%3BAAEA%3BEAAU%3B%3BAACV%3BEAAU%3B%3BAACV%3BEAAU%3B%3BAACV%3BEAAU%3B%3BAACV%3BEAAU%3BEACT%2CcAAA%3B%3BAAED%3BEAAA%3BIADmB%3B%3B%3BAAEnB%3BEAAW%3B%3BAACX%3BAACA%3BAACA%3BAACA%3BEACC%2CcAAA%3B%3BAAEC%3BEAAA%3BEAAA%3BEAAA%3BEAAA%3BIADiB%3B%3B%3BAAEjB%3BEAAA%3BEAAA%3BEAAA%3BEAAA%3BIADiB%3B%3B%3BAAEnB%3BEAAA%3BEAAA%3BEAAA%3BEAAA%3BIADmB%3B%3B%3BAAEpB%3BEACC%3B%3BAADD%2CoBAEI%3BEACD%3B%3BAACA%2CoBAFC%2CMAEA%3BEACA%3B%3BAAIJ%3BEhBiCC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAgDA%2C2BAAA%3BEACC%2CuBAAA%3BEACC%2CmBAAA%3BEAoDA%3BEACF%3BEACE%3BEACA%3BEApCE%3BEACJ%3BEACI%3BEACF%3B%3BAgB5GD%2CqBAAC%2CMACA%3BEhBwOF%2C0BAAA%3BEACC%2CsBAAA%3BEACC%2CkBAAA%3BEACC%2CcAAA%3BEgBzOA%3B%3BAAGF%2CqBAAC%2CMACA%3BEhBkOF%2CyBAAA%3BEACC%2CqBAAA%3BEACC%2CiBAAA%3BEACC%2CaAAA%3BEgBnOA%3B%3BAAED%3BEAAA%2CqBALA%2CMACA%3BIhBkOF%2C0BAAA%3BIACC%2CsBAAA%3BIACC%2CkBAAA%3BIACC%2CcAAA%3BIgBlOmC%3B%3B%3BAAGrC%2CqBAAC%2CMACA%3BEhB2NF%2CkCAAA%3BEACC%2C8BAAA%3BEACC%2C0BAAA%3BEACC%2CsBAAA%3BEgB5NA%3B%3BAAEC%3BEAAA%2CqBALF%2CMACA%3BIhB2NF%2CyBAAA%3BIACC%2CqBAAA%3BIACC%2CiBAAA%3BIACC%2CaAAA%3BIgB3NkC%3B%3B%3BAAEnC%3BEAAA%2CqBANA%2CMACA%3BIhB2NF%2C0BAAA%3BIACC%2CsBAAA%3BIACC%2CkBAAA%3BIACC%2CcAAA%3BIgB1NmC%3B%3B%3BAAGrC%2CqBAAC%2CMACA%3BEhBmNF%2CyBAAA%3BEACC%2CqBAAA%3BEACC%2CiBAAA%3BEACC%2CaAAA%3BEgBpNA%3B%3BAAEC%3BEAAA%2CqBALF%2CMACA%3BIhBmNF%2CkCAAA%3BIACC%2C8BAAA%3BIACC%2C0BAAA%3BIACC%2CsBAAA%3BIgBnN4C%3B%3B%3BAAE3C%3BEAAA%2CqBANF%2CMACA%3BIhBmNF%2CyBAAA%3BIACC%2CqBAAA%3BIACC%2CiBAAA%3BIACC%2CaAAA%3BIgBlNkC%3B%3B%3BAAEnC%3BEAAA%2CqBAPA%2CMACA%3BIhBmNF%2C0BAAA%3BIACC%2CsBAAA%3BIACC%2CkBAAA%3BIACC%2CcAAA%3BIgBjNmC%3B%3B%3BAAGrC%2CqBAAC%2CMACA%3BEhB0MF%2CyBAAA%3BEACC%2CqBAAA%3BEACC%2CiBAAA%3BEACC%2CaAAA%3BEgB3MA%3B%3BAAEC%3BEAAA%2CqBALF%2CMACA%3BIhB0MF%2CyBAAA%3BIACC%2CqBAAA%3BIACC%2CiBAAA%3BIACC%2CaAAA%3BIgB1MkC%3B%3B%3BAAEjC%3BEAAA%2CqBANF%2CMACA%3BIhB0MF%2CkCAAA%3BIACC%2C8BAAA%3BIACC%2C0BAAA%3BIACC%2CsBAAA%3BIgBzM4C%3B%3B%3BAAE3C%3BEAAA%2CqBAPF%2CMACA%3BIhB0MF%2CyBAAA%3BIACC%2CqBAAA%3BIACC%2CiBAAA%3BIACC%2CaAAA%3BIgBxMkC%3B%3B%3BAAEnC%3BEAAA%2CqBARA%2CMACA%3BIhB0MF%2C0BAAA%3BIACC%2CsBAAA%3BIACC%2CkBAAA%3BIACC%2CcAAA%3BIgBvMmC%3B%3B%3BAAGrC%2CqBAAC%2CMACA%3BEhBgMF%2CkCAAA%3BEACC%2C8BAAA%3BEACC%2C0BAAA%3BEACC%2CsBAAA%3BEgBjMA%3B%3BAAEC%3BEAAA%2CqBALF%2CMACA%3BIhBgMF%2CyBAAA%3BIACC%2CqBAAA%3BIACC%2CiBAAA%3BIACC%2CaAAA%3BIgBhMkC%3B%3B%3BAAEjC%3BEAAA%2CqBANF%2CMACA%3BIhBgMF%2CkCAAA%3BIACC%2C8BAAA%3BIACC%2C0BAAA%3BIACC%2CsBAAA%3BIgB%5C%2FL4C%3B%3B%3BAAE3C%3BEAAA%2CqBAPF%2CMACA%3BIhBgMF%2CyBAAA%3BIACC%2CqBAAA%3BIACC%2CiBAAA%3BIACC%2CaAAA%3BIgB9LkC%3B%3B%3BAAEnC%3BEAAA%2CqBARA%2CMACA%3BIhBgMF%2C0BAAA%3BIACC%2CsBAAA%3BIACC%2CkBAAA%3BIACC%2CcAAA%3BIgB7LmC%3B%3B%3BAAGrC%2CqBAAC%2CMACA%3BEhBsLF%2CyBAAA%3BEACC%2CqBAAA%3BEACC%2CiBAAA%3BEACC%2CaAAA%3BEgBvLA%3B%3BAAEC%3BEAAA%2CqBALF%2CMACA%3BIhBsLF%2CyBAAA%3BIACC%2CqBAAA%3BIACC%2CiBAAA%3BIACC%2CaAAA%3BIgBtLkC%3B%3B%3BAAEjC%3BEAAA%2CqBANF%2CMACA%3BIhBsLF%2CkCAAA%3BIACC%2C8BAAA%3BIACC%2C0BAAA%3BIACC%2CsBAAA%3BIgBrL4C%3B%3B%3BAAE3C%3BEAAA%2CqBAPF%2CMACA%3BIhBsLF%2CyBAAA%3BIACC%2CqBAAA%3BIACC%2CiBAAA%3BIACC%2CaAAA%3BIgBpLkC%3B%3B%3BAAEnC%3BEAAA%2CqBARA%2CMACA%3BIhBsLF%2C0BAAA%3BIACC%2CsBAAA%3BIACC%2CkBAAA%3BIACC%2CcAAA%3BIgBnLmC%3B%3B%3BAAGrC%2CqBAAC%2CMACA%3BEhB4KF%2C2BAAA%3BEACC%2CuBAAA%3BEACC%2CmBAAA%3BEACC%2CeAAA%3BEgB7KA%3B%3BAAEC%3BEAAA%2CqBALF%2CMACA%3BIhB4KF%2CyBAAA%3BIACC%2CqBAAA%3BIACC%2CiBAAA%3BIACC%2CaAAA%3BIgB5KkC%3B%3B%3BAAEjC%3BEAAA%2CqBANF%2CMACA%3BIhB4KF%2CkCAAA%3BIACC%2C8BAAA%3BIACC%2C0BAAA%3BIACC%2CsBAAA%3BIgB3K4C%3B%3B%3BAAE3C%3BEAAA%2CqBAPF%2CMACA%3BIhB4KF%2CyBAAA%3BIACC%2CqBAAA%3BIACC%2CiBAAA%3BIACC%2CaAAA%3BIgB1KkC%3B%3B%3BAAEnC%3BEAAA%2CqBARA%2CMACA%3BIhB4KF%2C0BAAA%3BIACC%2CsBAAA%3BIACC%2CkBAAA%3BIACC%2CcAAA%3BIgBzKmC%3B%3B%3BAAxEvC%2CqBA2EE%3BEACC%3BEACA%3B%3BAA7EH%2CqBA2EE%2C4BAGE%3BEACC%2CeAAA%3B%3BAAEC%3BEAAA%2CqBANJ%2C4BAGE%3BIAEmB%2CcAAA%3B%3B%3BAAEnB%3BEAAA%2CqBAPF%2C4BAGE%3BIAGmB%3B%3B%3BAAKvB%3BEACC%2CmBAAA%3BEACA%3BEACA%2CoBAAA%3B%3BAAHD%2CMAIE%3BEACC%3B%3BAALH%2CMAOE%3BEACC%3B%3BAACC%2CMAFF%2CEAEG%3BEACA%3B%3BAAED%2CMALF%2CEAKG%3BEACA%3B%3BAACC%2CMAPJ%2CEAKG%2CSAEE%3BEACA%3B%3BAAMP%3BEACC%3B%3BAAGD%3BEhB9EC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAgDA%2C2BAAA%3BEACC%2CuBAAA%3BEACC%2CmBAAA%3B%3BAgBuBD%2CgBAAC%2CQAAS%2CiBAAC%3BAACX%2CgBAAC%2CMAAO%2CiBAAC%3BEhB2HV%2C0BAAA%3BEACC%2CsBAAA%3BEACC%2CkBAAA%3BEACC%2CcAAA%3BEgB5HD%3B%3BAAED%2CgBAAC%2CMAAO%2CiBAAC%3BEhBuHV%2C2BAAA%3BEACC%2CuBAAA%3BEACC%2CmBAAA%3BEACC%2CeAAA%3B%3BAgBvHF%2CgBAAC%3BEhBoHF%2C0BAAA%3BEACC%2CsBAAA%3BEACC%2CkBAAA%3BEACC%2CcAAA%3B%3BAgB%5C%2FGF%3BEAAA%2CgBALC%2CMAAO%3BIAEN%3BIACA%3B%3B%3BAAYF%3BEAAA%2CgBATC%2CQAAS%3BEASV%2CgBARC%2CMAAO%3BIAEN%3B%3BEACC%2CgBAJF%2CQAAS%2CiBAIN%3BEAAD%2CgBAHF%2CMAAO%2CiBAGJ%3BEAAO%2CgBAJV%2CQAAS%2CiBAIE%3BEAAD%2CgBAHV%2CMAAO%2CiBAGI%3BIACR%3BIACA%3B%3B%3BAAMN%3BEACC%2CmBAAA%3BEACA%2CeAAA%3BEACA%3BEACA%3BEACA%3B%3BAALD%2CaAME%3BEACC%3B%3BAAPH%2CaASE%3BEACC%3B%3BAACC%2CaAFF%2CEAEG%3BAACD%2CaAHF%2CEAGG%3BEACA%3BEACA%3B%3B%3BAC9LL%3BEACC%2CmBAAA%3BEACA%2CuBAAA%3BEACA%3B%3BAAHD%2CQAIE%3BAAJF%2CQAIM%3BAAJN%2CQAIU%3BAAJV%2CQAIc%3BAAJd%2CQAIkB%3BAAJlB%2CQAIsB%3BAAJtB%2CQAI0B%3BEACvB%3B%3BAAGD%3BEAAA%3BIADoB%3B%3B%3BAAEpB%3BEAAA%3BIADoB%3B%3B%3BAAEpB%3BEAAA%3BIADiB%3B%3B%3BAAEnB%3BEAAA%3BIADmB%3B%3B%3BAAGnB%2CMACC%3BAADD%2CMACK%3BAADL%2CMACS%3BAADT%2CMACa%3BAADb%2CMACiB%3BAADjB%2CMACqB%3BEACnB%3B%3BAACC%2CMAAO%2COAFT%3BAAEE%2CMAAO%2COAFL%3BAAEF%2CMAAO%2COAFD%3BAAEN%2CMAAO%2COAFG%3BAAEV%2CMAAO%2COAFO%3BAAEd%2CMAAO%2COAFW%3BEAEP%3B%3BAAId%3BEACC%2CgBAAA%3B%3BAADD%2CSAEC%3BEACC%3BEACA%3B%3BAAJF%2CSAMC%3BAAND%2CSAOC%3BAAPD%2CSAQC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%2CeAAA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%2CuBAAA%3B%3BAACC%2CSAdF%2CMAcG%2CMAAS%3BAAAV%2CSAbF%2CSAaG%2CMAAS%3BAAAV%2CSAZF%2COAYG%2CMAAS%3BAACV%2CSAfF%2CMAeG%2CMAAS%3BAAAV%2CSAdF%2CSAcG%2CMAAS%3BAAAV%2CSAbF%2COAaG%2CMAAS%3BAACV%2CSAhBF%2CMAgBG%2CYAAe%3BAAAhB%2CSAfF%2CSAeG%2CYAAe%3BAAAhB%2CSAdF%2COAcG%2CYAAe%3BEACf%3BEACA%2CeAAA%3BEACA%3BEACA%2CcAAA%3BEACA%2CiCAAA%3B%3BAAED%2CSAvBF%2CMAuBG%3BAAAD%2CSAtBF%2CSAsBG%3BAAAD%2CSArBF%2COAqBG%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%3B%3BAACC%2CSA7BJ%2CMAuBG%2CWAME%3BAAAD%2CSA5BJ%2CSAsBG%2CWAME%3BAAAD%2CSA3BJ%2COAqBG%2CWAME%3BEACA%3BEACA%2CcAAA%3B%3BAAEA%2CMAAO%2CUAjCZ%2CMAuBG%2CWAUU%3BAAAR%2CMAAO%2CUAhCZ%2CSAsBG%2CWAUU%3BAAAR%2CMAAO%2CUA%5C%2FBZ%2COAqBG%2CWAUU%3BEACP%3BEACA%3B%3BAAEF%2CSArCJ%2CMAuBG%2CWAcE%3BAAAD%2CSApCJ%2CSAsBG%2CWAcE%3BAAAD%2CSAnCJ%2COAqBG%2CWAcE%3BEACA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAACC%2CSAzCN%2CMAuBG%2CWAcE%2CUAIE%3BAAAD%2CSAxCN%2CSAsBG%2CWAcE%2CUAIE%3BAAAD%2CSAvCN%2COAqBG%2CWAcE%2CUAIE%3BEACA%3B%3BAAIL%2CQAAS%2CUA9CX%3BAA8CE%2CQAAS%2CUA7CX%3BAA6CE%2CQAAS%2CUA5CX%3BEA6CG%3B%3BAACC%2CQAFO%2CUA9CX%2CMAgDK%3BAAAD%2CQAFO%2CUA7CX%2CSA%2BCK%3BAAAD%2CQAFO%2CUA5CX%2COA8CK%3BEACA%2CcAAA%3BEACA%3BEACA%2CsBAAA%3B%3BAACC%2CQANK%2CUA9CX%2CMAgDK%2CWAIE%3BAAAD%2CQANK%2CUA7CX%2CSA%2BCK%2CWAIE%3BAAAD%2CQANK%2CUA5CX%2COA8CK%2CWAIE%3BEACA%2CmBAAA%3BEACA%3B%3BAAED%2CQAVK%2CUA9CX%2CMAgDK%2CWAQE%3BAAAD%2CQAVK%2CUA7CX%2CSA%2BCK%2CWAQE%3BAAAD%2CQAVK%2CUA5CX%2COA8CK%2CWAQE%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAACC%2CQAfG%2CUA9CX%2CMAgDK%2CWAQE%2CUAKE%3BAAAD%2CQAfG%2CUA7CX%2CSA%2BCK%2CWAQE%2CUAKE%3BAAAD%2CQAfG%2CUA5CX%2COA8CK%2CWAQE%2CUAKE%3BEACA%3B%3BAApEV%2CSA0EE%3BEACC%3B%3BAACC%2CMAAO%2CUAFT%3BEAEa%3B%3BAA5Ef%2CSA8EC%3BEACC%3BEACA%3BEACA%3BEACA%2CafpGK%2CoBeoGL%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiCAAA%3B%3BAAGF%3BAACA%3BEACC%2CgBAAA%3B%3BAAEE%2CQAAS%2CeADV%3BAACC%2CQAAS%2CYADV%3BEAEE%3B%3BAALJ%2CcAQI%3BAAPJ%2CWAOI%3BEACD%3B%3BAATH%2CcAWE%2CKAAI%3BAAVN%2CWAUE%2CKAAI%3BEACH%2CkBAAA%3B%3BAAED%2CcAAC%2CKACA%2CKAAI%3BAADL%2CWAAC%2CKACA%2CKAAI%3BEACH%3BEACA%3B%3BAAIJ%2CYACC%3BEACC%3B%3BAACC%2CQAAS%2CaAFX%3BEAGG%3B%3BAAIJ%3BEACC%2CgBAAA%3B%3BAADD%2CUAEE%3BAAFF%2CUAGE%3BEACC%3B%3BAACC%2CQAAS%2CWAHX%3BAAGE%2CQAAS%2CWAFX%3BEAGG%3B%3BAANL%2CUASE%3BEACC%3B%3BAAKH%2CIAAI%3BEACH%2CeAAA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CiBAAA%3B%3BAAED%2CGAAG%3BEACF%2CeAAA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%2CgBAAA%3BEACA%3B%3BAAED%2CGAAG%3BEACC%3BEACA%3BEACH%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%2CmBAAA%3B%3BAACC%2CQAAS%3BEACR%2C6BAAA%3BEACA%2CgCAAA%3B%3BAAIH%2CGAAG%2CMAAO%3BEAAe%3B%3B%3BAC9LzB%3BEAAW%3B%3BAAEX%3BEACC%2CeAAA%3BElB%2BDA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAgDA%2C2BAAA%3BEACC%2CuBAAA%3BEACC%2CmBAAA%3BEAoDA%3BEACF%3BEACE%3BEACA%3B%3BAkBjLH%2CIAKI%3BAALJ%2CIAMI%3BEACD%2CgBAAA%3BEACA%2CeAAA%3B%3BAAKD%3BEAAA%2CIARE%3BEAQF%2CIAPE%3BIAIC%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAAXL%2CIAcI%2CIAAI%3BEAAM%3B%3BAAId%3BEAAA%3BIAFI%2CgBAAA%3B%3B%3BAAIJ%2CMACG%3BAADH%2CMAEG%3BElBuPF%2C0BAAA%3BEACC%2CsBAAA%3BEACC%2CkBAAA%3BEACC%2CcAAA%3BEkBxPF%3BEACA%3B%3BAAGF%2CMACG%3BAADH%2CMAEG%3BElB%2BOF%2CyBAAA%3BEACC%2CqBAAA%3BEACC%2CiBAAA%3BEACC%2CaAAA%3BEkBhPF%3B%3BAAGF%2CMACG%3BAADH%2CMAEG%3BElBwOF%2CkCAAA%3BEACC%2C8BAAA%3BEACC%2C0BAAA%3BEACC%2CsBAAA%3BEkBzOF%3B%3BAAGF%2CMACG%3BAADH%2CMAEG%3BElBiOF%2CyBAAA%3BEACC%2CqBAAA%3BEACC%2CiBAAA%3BEACC%2CaAAA%3BEkBlOF%3B%3BAAGF%2CMACG%3BAADH%2CMAEG%3BElB0NF%2CyBAAA%3BEACC%2CqBAAA%3BEACC%2CiBAAA%3BEACC%2CaAAA%3BEkB3NF%3B%3BAAGF%2CMACG%3BAADH%2CMAEG%3BElBmNF%2CkCAAA%3BEACC%2C8BAAA%3BEACC%2C0BAAA%3BEACC%2CsBAAA%3BEkBpNF%3B%3BAAIF%3BElBiEK%3BEACJ%3BEACI%3BEACF%3B%3BAkBnEH%3BElB4EK%3BEACJ%3BEACI%3BEACF%3B%3BAkB9EH%3BElBqEK%3BEACJ%3BEACI%3BEACF%3B%3BAkBvEH%3BElBgFK%3BEACJ%3BEACI%3BEACF%3B%3BAkBlFH%3BElBqFC%3BEACI%3BEACF%3B%3BAkB1EH%3BEAVC%2CMAEG%3BEADH%2CMACG%3BEAFH%2CMAGG%3BEAFH%2CMAEG%3BIlBmMH%2CyBAAA%3BIACC%2CqBAAA%3BIACC%2CiBAAA%3BIACC%2CaAAA%3BIkBpMD%3B%3B%3BAAiBH%3BEAXC%2CMAGG%3BEAFH%2CMAEG%3BEADH%2CMACG%3BEAHH%2CMAIG%3BEAHH%2CMAGG%3BEAFH%2CMAEG%3BIlBuLH%2CkCAAA%3BIACC%2C8BAAA%3BIACC%2C0BAAA%3BIACC%2CsBAAA%3BIkBxLD%3B%3B%3BAAkBH%3BEAZC%2CMAIG%3BEAHH%2CMAGG%3BEAFH%2CMAEG%3BEADH%2CMACG%3BEAJH%2CMAKG%3BEAJH%2CMAIG%3BEAHH%2CMAGG%3BEAFH%2CMAEG%3BIlB0KH%2CyBAAA%3BIACC%2CqBAAA%3BIACC%2CiBAAA%3BIACC%2CaAAA%3BIkB3KD%3B%3B%3BAAkBF%3BEAZA%2CMAKG%3BEAJH%2CMAIG%3BEAHH%2CMAGG%3BEAFH%2CMAEG%3BEADH%2CMACG%3BEALH%2CMAMG%3BEALH%2CMAKG%3BEAJH%2CMAIG%3BEAHH%2CMAGG%3BEAFH%2CMAEG%3BIlB4JH%2C0BAAA%3BIACC%2CsBAAA%3BIACC%2CkBAAA%3BIACC%2CcAAA%3BIkB7JD%3BIACA%3B%3B%3B%3BACrHH%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACC%2CYAAa%3BEAAI%3B%3BAANnB%2CkBAOE%3BAAPF%2CkBAQE%3BAARF%2CkBASE%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAKH%3BEACC%3BEACA%3B%3BAACA%2CeAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CqCAAA%3B%3BAAED%2CeAAC%3BEACA%2CSAAS%2COAAT%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3BEnBfD%2CmBAAmB%2CqBAAnB%3BEACG%2CgBAAgB%2CqBAAhB%3BEACF%2CeAAe%2CqBAAf%3BEACC%2CcAAc%2CqBAAd%3BEACA%2CWAAW%2CqBAAX%3BEmBaD%3B%3BAAGA%2CeADA%2CMACC%3BEAAU%2CoCAAA%3B%3BAACX%2CeAFA%2CMAEC%3BEAAS%3B%3B%3BAC7CZ%3BEACC%3B%3BEAEA%3BEACA%2CcAAA%3B%3B%3B%3B%3B%3BACJD%3BEAAQ%3B%3B%3B%3BACIP%2CCAAC%3BAACD%2CCAAC%3BEACA%3BEACA%3B%3BAAGD%2CCAAC%2CMAAM%2CIAAI%3BEACV%3BEACA%2CcAAA%3B%3BAAIF%2CGAAG%2CSAAU%2CKAAK%2CEAAC%2CMAAM%2CIAAI%3BEAC5B%3BEACA%3BEACA%3B%3BAAGD%2CGAAG%2CSAAU%2CKAAO%2CKAAE%2CkBAAqB%2CIAAC%3BAAC5C%2CGAAG%2CSAAU%2CKAAO%2CKAAE%2CoBAAuB%2CIAAC%3BAAC9C%2CGAAG%2CSAAU%2CKAAO%2CKAAE%2CsBAAyB%2CIAAC%3BAAChD%2CGAAG%2CSAAU%2CKAAO%2CKAAE%2COAAU%2CIAAC%3BEAChC%2CcAAA%3B%3BAAGD%2CMAAM%2CYAAa%2CEAAC%2CMAAM%2CIAAI%3BEAC7B%3B%3BAAGD%2CMAAM%2CYAAa%2CmBAAkB%2CMAAM%2CIAAI%3BEAC9C%2CcAAA%3B%3BAAGD%2CMAAM%2CYAAa%2CiBAAgB%2CMAAM%2CIAAI%3BEAC5C%2CmBAAA%3BEACA%3B%3BAAMD%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BEACf%3B%3BAAEA%3BEACC%3BEACA%3BEACA%3B%3BAAMF%2CMAAM%3BEACL%3BEACA%2CeAAA%3B%3BAAKD%3BEAAA%2CMAPM%3BIAIH%2CeAAA%3BIACA%3B%3B%3BAAIH%3BEtBAC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3BEA9BE%3BEACJ%3BEACI%3BEACF%3BEsBlFF%3B%3BAAGD%3BEACC%2CcAAA%3BEACA%3B%3BAAID%3BEAAA%3BIAFG%3B%3B%3BAAIH%3BEACC%3BEACA%3B%3BAAGD%2CYAAa%3BEACZ%3BEACA%3BEACA%3B%3BAAID%3BEAAA%2CYAPa%3BIAKV%3B%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIC%3BEAAA%3BIAFC%3B%3B%3BAAVH%2CiBAYE%3BEAAkB%2CcAAA%3B%3BAAZpB%2CiBAaE%3BEAAwB%2CcAAA%3B%3BAAG1B%3BEACC%3BEtB9CA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEsBwCA%3BEtBwDE%3BEACF%3BEACE%3BEACA%3BEsBzDF%3B%3BAAID%3BEAAA%3BIAFG%3B%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C6CAAA%3BEACA%3B%3BAACC%2CgBAAC%3BEACA%2CmBAAA%3BEACA%3BEACA%3B%3BAAIH%3BEtB7EC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3BEApCE%3BEACJ%3BEACI%3BEACF%3BEsBCF%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAARD%2CkBASE%3BEACC%2CcAAA%3BEACA%3B%3BAAED%2CkBAAC%3BEACA%2CcAAA%3BEACA%3B%3BAAQH%3BEtBjHC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEsB2GA%3BEACA%3B%3BAAGD%3BEtBvHC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3BEApCE%3BEACJ%3BEACI%3BEACF%3BEsB2CF%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CapBnMM%2CoBoBmMN%3BEACA%3BEACA%2CyCAAA%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAJD%2CiBAKE%3BEACC%2CcAAA%3BEACA%3B%3BAAIH%3BEACC%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACC%2CmBAAC%3BEACA%2CcAAA%3BEACA%3B%3BAAIH%3BEACC%3B%3BAADD%2CqBAEE%3BAAFF%2CqBAGE%3BEACC%3B%3BAAKH%3BEAAA%3BIAFG%3B%3B%3BAAIH%2CqBACE%3BEACC%2CqCAAA%3B%3BAAFH%2CqBAIE%3BAAJF%2CqBAKE%3BAALF%2CqBAME%3BEACC%3B%3BAAPH%2CqBASE%2CoBAAmB%3BEAClB%2CcAAA%3B%3BAAIH%3BEACC%3BEACA%3B%3BAAFD%2CuBAGE%3BEACC%3B%3BAAIH%3BEACC%3B%3BAADD%2CsBAEE%3BEACC%3B%3BAAHH%2CsBAKE%2CkBAAkB%3BEACjB%3B%3BAAsBH%3BEAAA%3BIAbG%3BIACA%3BIACA%3BIACA%2CiCAAA%3B%3BEACC%2CgBAAC%3BIACA%2C0CAAA%3B%3BEADD%2CgBAAC%2CYAEC%3BIACC%3BIACA%3BIACA%3B%3B%3BAAMP%2CGAAG%3BEACF%2CmBAAA%3B%3BAAaC%3BEAAA%2CGAdC%3BIAGA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAMD%2CGAdC%2CSASC%3BIACC%3BIACA%3B%3B%3BAA0BL%3BEAAA%2CGArCG%3BIAeA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CeAAA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2C8BAAA%3B%3BEAYH%2CGArCG%2CSA0BC%3BIACC%3BIACA%3B%3BEAED%2CGA9BD%2CSA8BE%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAAKL%3BEACC%3BEACA%3B%3BAASD%3BEAAA%3BIAPG%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2C4EAAA%3B%3B%3BAAIH%3BEtBxSC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEsBkSA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAND%2CmBAOI%3BEtB%5C%2FSH%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3BEsBiMA%2CWAAA%3BEACA%3BEACA%3BEACA%2CeAAA%3BEACA%3BEACA%3BEACA%2C%2BBAAA%3B%3BAACC%2CmBAVA%2CKAUC%3BEACA%3BEACA%3B%3BAAED%2CmBAdA%2CKAcC%3BEACA%3B%3BAAKL%3BEACC%2CcAAA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAFD%2CmBAGE%3BEACC%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAPH%2CmBASE%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAID%3BEAAA%2CmBARA%3BIAMG%3B%3B%3BAAKL%2CGAAG%2CSAAU%3BEACZ%3B%3BAAGD%2CGAAG%2CSAAU%3BEACZ%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAQC%3BEAAA%2CGAbC%2CSAAU%3BIAOV%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAAXH%2CGAAG%2CSAAU%2CKAaT%3BEACD%3BEACA%3BEACA%3B%3BAAMC%3BEAAA%2CGAtBD%2CSAAU%2CKAaT%3BIAKC%3BIACA%2CyBAAA%3BIACA%3B%3B%3BAAMD%3BEAAA%2CGA1BD%2CSAAU%2CKAaT%3BIAUC%3BIACA%3B%3B%3BAAED%2CGA1BD%2CSAAU%2CKAaT%2CKAaC%3BAACD%2CGA3BD%2CSAAU%2CKAaT%2CKAcC%3BEACA%3B%3BAA5BL%2CGAAG%2CSAAU%2CKAaT%2CKAiBE%3BEACD%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEC%3BEAAA%2CGA5CH%2CSAAU%2CKAaT%2CKAiBE%3BIAaiB%2CkBAAA%3B%3B%3BAAMjB%3BEAAA%2CGAjDH%2CSAAU%2CKAaT%2CKAiBE%3BIAeC%2CkBAAA%3BIACA%3BIACA%2CiDAAA%3B%3B%3BAAED%2CGAjDH%2CSAAU%2CKAaT%2CKAiBE%2CIAmBC%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAGH%2CGAvDD%2CSAAU%2CKAaT%2CKA0CC%2CkBAAqB%3BAACtB%2CGAxDD%2CSAAU%2CKAaT%2CKA2CC%2CoBAAuB%3BAACxB%2CGAzDD%2CSAAU%2CKAaT%2CKA4CC%2CsBAAyB%3BAAC1B%2CGA1DD%2CSAAU%2CKAaT%2CKA6CC%2CoBAAuB%3BAACxB%2CGA3DD%2CSAAU%2CKAaT%2CKA8CC%2CsBAAyB%3BAAC1B%2CGA5DD%2CSAAU%2CKAaT%2CKA%2BCC%2COAAU%3BEACV%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAYD%3BEAVG%2CGAlEJ%2CSAAU%2CKAaT%2CKA0CC%2CkBAAqB%2CIAWlB%3BEAAD%2CGAlEJ%2CSAAU%2CKAaT%2CKA2CC%2CoBAAuB%2CIAUpB%3BEAAD%2CGAlEJ%2CSAAU%2CKAaT%2CKA4CC%2CsBAAyB%2CIAStB%3BEAAD%2CGAlEJ%2CSAAU%2CKAaT%2CKA6CC%2CoBAAuB%2CIAQpB%3BEAAD%2CGAlEJ%2CSAAU%2CKAaT%2CKA8CC%2CsBAAyB%2CIAOtB%3BEAAD%2CGAlEJ%2CSAAU%2CKAaT%2CKA%2BCC%2COAAU%2CIAMP%3BIACA%2CSAAS%2CEAAT%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CmBAAA%3B%3B%3BAASF%3BEAAA%2CGAlFH%2CSAAU%2CKAaT%2CKAgEC%3BIAEC%3BIACA%3B%3B%3BAAHF%2CGA7ED%2CSAAU%2CKAaT%2CKAgEC%2CgBAKG%3BEACD%2CmBAAA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAiBC%3BEAfC%2CGA7FN%2CSAAU%2CKAaT%2CKAgEC%2CgBAKG%2CIAWE%3BIACA%2CSAAS%2COAAT%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAAOF%3BEAAA%2CGAhHL%2CSAAU%2CKAaT%2CKAgEC%2CgBAKG%3BIA2BC%2CiBAAA%3BIACA%3B%3B%3BAAED%2CGAhHL%2CSAAU%2CKAaT%2CKAgEC%2CgBAKG%2CIA8BC%3BEACA%2CmBAAA%3BEACA%3B%3BAAGH%2CGArHH%2CSAAU%2CKAaT%2CKAgEC%2CgBAwCE%2CkBAAqB%3BAACtB%2CGAtHH%2CSAAU%2CKAaT%2CKAgEC%2CgBAyCE%2CoBAAuB%3BAACxB%2CGAvHH%2CSAAU%2CKAaT%2CKAgEC%2CgBA0CE%2CsBAAyB%3BAAC1B%2CGAxHH%2CSAAU%2CKAaT%2CKAgEC%2CgBA2CE%2CoBAAuB%3BAACxB%2CGAzHH%2CSAAU%2CKAaT%2CKAgEC%2CgBA4CE%2CsBAAyB%3BAAC1B%2CGA1HH%2CSAAU%2CKAaT%2CKAgEC%2CgBA6CE%2COAAU%3BEACV%3B%3BAAgBD%3BEAdG%2CGA7HN%2CSAAU%2CKAaT%2CKAgEC%2CgBAwCE%2CkBAAqB%2CIAQlB%3BEAAD%2CGA7HN%2CSAAU%2CKAaT%2CKAgEC%2CgBAyCE%2CoBAAuB%2CIAOpB%3BEAAD%2CGA7HN%2CSAAU%2CKAaT%2CKAgEC%2CgBA0CE%2CsBAAyB%2CIAMtB%3BEAAD%2CGA7HN%2CSAAU%2CKAaT%2CKAgEC%2CgBA2CE%2CoBAAuB%2CIAKpB%3BEAAD%2CGA7HN%2CSAAU%2CKAaT%2CKAgEC%2CgBA4CE%2CsBAAyB%2CIAItB%3BEAAD%2CGA7HN%2CSAAU%2CKAaT%2CKAgEC%2CgBA6CE%2COAAU%2CIAGP%3BIACA%2CSAAS%2COAAT%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAAxIV%2CGAAG%2CSAAU%2CKA8IX%2CMAAQ%2CIAAC%3BEACR%3BEACA%3BEACA%2CcAAA%3B%3BAAjJH%2CGAAG%2CSAAU%2CKAmJX%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACC%2CGA3JD%2CSAAU%2CKAmJX%2COAQG%3BEACA%2CSAAS%2COAAT%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAhKL%2CGAAG%2CSAAU%2CKAmKX%2CMAAQ%2CIAAE%2COAAM%3BAAnKlB%2CGAAG%2CSAAU%2CKAoKX%2CmBAAqB%2CIAAE%2COAAM%3BAApK%5C%2FB%2CGAAG%2CSAAU%2CKAqKX%2CqBAAuB%2CIAAE%2COAAM%3BAArKjC%2CGAAG%2CSAAU%2CKAsKX%2CuBAAyB%2CIAAE%2COAAM%3BEAChC%3B%3BAAIH%2CGAAG%2CSAAU%3BEACZ%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2C0CAAA%3BEACA%3B%3BAAZD%2CGAAG%2CSAAU%2CeAaT%2CKAAK%3BEACN%3BEACA%2CkDAAA%3BEACA%2CkBAAA%3BEACA%3B%3BAACC%2CGAlBD%2CSAAU%2CeAaT%2CKAAK%2CIAKJ%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAApBL%2CGAAG%2CSAAU%2CeAuBT%2CUAAU%3BAAvBd%2CGAAG%2CSAAU%2CeAwBT%2CUAAU%2CIAAC%3BEACZ%2CmBAAA%3BEACA%2CcAAA%3B%3BAAcH%3BEAAA%2CGAxCG%2CSAAU%3BIA6BV%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAMH%2CGAxCG%2CSAAU%2CeAmCP%2CKAAK%3BIACN%2C4BAAA%3BIACA%3B%3B%3BAAaL%3BEAPC%2CGAAG%2CSAAU%2CKAAO%2CKAAE%2CuBAAuB%2CMAAS%3BEACtD%2CGAAG%2CSAAU%2CKAAO%2CKAAE%2CSAAS%2CMAAS%3BEACxC%2CGAAG%2CSAAU%2CKAAO%2CKAAE%2CuBAA0B%2CIAAC%2CMAAS%3BIACzD%3B%3B%3BAAoBF%3BEAfC%2CGAAG%2CSAAU%2CKAAO%2CKAAE%2CuBAA0B%3BEAChD%2CGAAG%2CSAAU%2CKAAO%2CKAAE%2CSAAY%3BIACjC%3B%3BEAGD%2CGAAG%2CSAAU%2CKAAO%2CKAAE%2CuBAAuB%2CaAAgB%3BEAC7D%2CGAAG%2CSAAU%2CKAAO%2CKAAE%2CSAAS%2CaAAgB%3BIAC9C%3B%3BEAGD%2CGAAG%2CSAAU%2CKAAO%2CKAAE%2CaAAgB%2CIAAE%2COAAM%3BIAC7C%2CSAAS%2COAAT%3B%3B%3BAAIF%3BEACC%3BEACA%2CeAAA%3B%3BAAEC%3BEAAA%3BIADiB%3B%3B%3BAAHnB%2CSAIE%3BEACC%3BEACA%3B%3BAAIH%3BEtB3lBC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEsBqlBA%3BEtB3fE%3BEACF%3BEACE%3BEACA%3BEsB0fF%3BEACA%2CeAAA%3BEACA%3B%3BAAEC%3BEAAA%3BIADiB%3B%3B%3BAAPnB%2CYAQE%3BAARF%2CYASE%3BEACC%3B%3BAAVH%2CYAYE%3BEACC%2CgCAAA%3B%3BAAbH%2CYAYE%2CmBAEE%3BEAAM%2CcAAA%3B%3BAAIV%3BEACC%2CqBAAA%3B%3BAACC%2CcAAC%3BEAAU%2CcAAA%3B%3BAAeb%3BEAAA%3BIAbG%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CcAAA%3BIACA%3BIACA%3BIACA%3BIACA%2CyBAAA%3BIACA%3BIACA%3B%3B%3BAAIH%3BEACC%2CsCAAA%3BEACA%2CmBAAA%3B%3BAACC%2CeAAC%3BEAAU%3B%3BAAMb%2COAAO%3BEACN%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAAEC%2COANK%2CcAMJ%3BEACA%3B%3BAAID%3BEAAA%2COAXK%2CcAMJ%3BIAGE%3B%3B%3BAAQH%3BEAAA%2COAjBK%3BIAcJ%3B%3B%3BAAdH%2COAAO%2CcAiBL%3BEACC%3B%3BAAIH%2CcAAe%3BEACd%3BEACA%3B%3BAAEC%3BEAAA%2CcAJa%3BIAGI%3B%3B%3BAAEjB%3BEAAA%2CcALa%3BIAII%3B%3B%3BAAEjB%3BEAAA%2CcANa%3BIAKI%3B%3B%3BAAEnB%3BEAAA%2CcAPe%3BIAMI%3B%3B%3BAAGnB%2CcAAe%3BEACd%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CcAAe%3BEACd%3BEACA%3BEACA%3BEACA%2C%2BBAAA%3BEACA%3BEACA%3B%3BAAEC%2CcARa%2CYAQZ%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CYAAY%2CuHAAZ%3BEACA%3B%3BAAID%3BEAAA%2CcApBa%3BIAmBI%3B%3B%3BAAEjB%3BEAAA%2CcArBa%3BIAoBI%3B%3B%3BAAQjB%3BEAAA%2CcA5Ba%3BIAsBZ%3BIACA%3B%3BEACC%2CcAxBW%2CYAwBV%3BIACA%2CYAAY%2CwEAAZ%3B%3B%3BAAIL%3BEAAA%2CcA7Be%3BIA4BI%3B%3B%3BAAGnB%2CcAAe%3BEACd%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEtBttBA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3BEsBwmBF%3BEACA%3BEACA%3BEACA%3B%3BAAZD%2CcAAe%2CiBAcb%3BEACC%3BEtB%5C%2FtBF%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3B%3BAsB%2BlBH%2CcAAe%2CiBAoBb%3BAApBF%2CcAAe%2CiBAqBb%3BAArBF%2CcAAe%2CiBAsBb%3BEACC%3BEACA%3B%3BAAIH%2CcAAe%3BEACd%3BEACA%3BEACA%3B%3BAAGD%2CcAAe%2CmBAAqB%2CkBAAe%2CIAAI%3BEtBlvBtD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3BEsBooBF%3B%3BAAGD%2CcAAe%2CiBAAgB%3BEAC9B%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CcAAe%3BAACf%2CcAAe%2C6BAA6B%3BEAC3C%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CcAAe%3BEtB3wBd%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3BEsB6pBF%3BEACA%3B%3BAAGD%2CcAAe%3BEACd%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAGD%2CcAAe%3BEACd%3BEACA%3BEACA%3BEACA%2CmBAAA%3B%3BAAGD%2CcAAe%3BEACd%3BEACA%3BEACA%3B%3BAAHD%2CcAAe%2CaAKb%3BEACC%2CgBAAA%3B%3BAACC%2CcAPW%2CaAKb%2CEAEG%3BEAAc%3B%3BAAPnB%2CcAAe%2CaAUb%3BAAVF%2CcAAe%2CaAUT%3BAAVN%2CcAAe%2CaAUL%3BAAVV%2CcAAe%2CaAUD%3BAAVd%2CcAAe%2CaAUE%3BAAVjB%2CcAAe%2CaAUQ%3BEACpB%3B%3BAAXH%2CcAAe%2CaAcb%2CEAAC%3BAAdH%2CcAAe%2CaAeb%2CEAAC%2CYAAa%3BAAfhB%2CcAAe%2CaAgBb%3BAAhBF%2CcAAe%2CaAgBT%3BEACH%3BEACA%2CapBn3BM%2CoBoBm3BN%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEC%3BEAAA%2CcAzBW%2CaAcb%2CEAAC%3BEAWC%2CcAzBW%2CaAeb%2CEAAC%2CYAAa%3BEAUZ%2CcAzBW%2CaAgBb%3BEASE%2CcAzBW%2CaAgBT%3BIAQe%3B%3B%3BAAEjB%3BEAAA%2CcA1BW%2CaAcb%2CEAAC%3BEAYC%2CcA1BW%2CaAeb%2CEAAC%2CYAAa%3BEAWZ%2CcA1BW%2CaAgBb%3BEAUE%2CcA1BW%2CaAgBT%3BIASe%3B%3B%3BAAEnB%3BEAAA%2CcA3Ba%2CaAcb%2CEAAC%3BEAaD%2CcA3Ba%2CaAeb%2CEAAC%2CYAAa%3BEAYd%2CcA3Ba%2CaAgBb%3BEAWA%2CcA3Ba%2CaAgBT%3BIAUe%3B%3B%3BAA1BrB%2CcAAe%2CaA6Bb%2CEAAC%2CUAAU%3BAA7Bb%2CcAAe%2CaA8Bb%2CEAAC%2CUAAU%2CGAAI%3BEACd%3BEACA%3BEACA%3BEACA%3BEACA%2CgCAAA%3BEACA%3B%3BAAED%3BEAAA%2CcAtCa%2CaA6Bb%2CEAAC%2CUAAU%3BEASX%2CcAtCa%2CaA8Bb%2CEAAC%2CUAAU%2CGAAI%3BIAOI%3B%3B%3BAArCrB%2CcAAe%2CaAwCb%2CEAAC%2CUAAU%3BEACV%3B%3BAAzCH%2CcAAe%2CaA6Cb%2CEAAC%2CWAAY%2CKAAI%3BEAChB%3BEACA%2CapBh5BM%2CoBoBg5BN%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEC%3BEAAA%2CcAtDW%2CaA6Cb%2CEAAC%2CWAAY%2CKAAI%3BIAQE%3B%3B%3BAAEjB%3BEAAA%2CcAvDW%2CaA6Cb%2CEAAC%2CWAAY%2CKAAI%3BIASE%3B%3B%3BAAEnB%3BEAAA%2CcAxDa%2CaA6Cb%2CEAAC%2CWAAY%2CKAAI%3BIAUE%3B%3B%3BAAvDrB%2CcAAe%2CaA0Db%2CEAAC%2CWAAY%2CKAAI%2CIAAI%3BEACpB%3BEACA%3BEACA%3BEACA%3BEACA%2CgCAAA%3BEACA%3B%3BAAED%3BEAAA%2CcAlEa%2CaA0Db%2CEAAC%2CWAAY%2CKAAI%2CIAAI%3BIAOF%3B%3B%3BAAIrB%2CcAAe%3BEtBv2Bd%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3BEsByvBF%3BEACA%3BEACA%3B%3BAAOD%3BEAAA%2CcAZe%3BIAOZ%3BIACA%3BIACA%3BIACA%3B%3B%3BAAIH%2CcAAe%3BEACd%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C6CAAA%3B%3BAAZD%2CcAAe%2CgBAab%3BEACC%3BEACA%3B%3BAAED%2CcAjBa%2CgBAiBZ%3BEACA%2CmBAAA%3BEACA%3BEACA%3B%3BAAIH%2CcAAe%3BEtB74Bd%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3BEsB%2BxBF%3B%3BAAGD%2CcAAe%3BEtBn5Bd%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3BEApCE%3BEACJ%3BEACI%3BEACF%3BEsBu0BF%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3B%3BAAGD%2CcAAe%3BEACd%3B%3BAAGD%2CcAAe%3BEACd%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CcAAe%3BEACd%3BEACA%3B%3BAAFD%2CcAAe%2CoBAGb%3BEACC%2CcAAA%3BEACA%3BEACA%3B%3BAAIH%2CcAAe%3BAACf%2CcAAe%3BEACd%2C%2BBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEtBz%2BBA%2CmBAAmB%2CkBAAnB%3BEACG%2CgBAAgB%2CkBAAhB%3BEACF%2CeAAe%2CkBAAf%3BEACC%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3B%3BAsBu%2BBD%2CcAVa%2CUAUZ%3BAAAD%2CcATa%2CUASZ%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAED%2CcAfa%2CUAeZ%3BAAAD%2CcAda%2CUAcZ%3BEACA%2C%2BBAAA%3B%3BAACC%2CcAjBW%2CUAeZ%2CMAEE%3BAAAD%2CcAhBW%2CUAcZ%2CMAEE%3BEAAW%2CcAAA%3B%3BAAahB%3BEAAA%2CcA9Be%3BEA8Bf%2CcA7Be%3BIAmBZ%3BIACA%3BIACA%3BIACA%3BItBx%5C%2FBF%2CmBAAmB%2CkBAAnB%3BIACG%2CgBAAgB%2CkBAAhB%3BIACF%2CeAAe%2CkBAAf%3BIACC%2CcAAc%2CkBAAd%3BIACA%2CWAAW%2CkBAAX%3B%3BEsBs%5C%2FBC%2CcAzBW%2CUAyBV%3BEAAD%2CcAxBW%2CUAwBV%3BIACA%3BIACA%3B%3B%3BAAKL%2CcAAe%3BEAAY%3B%3BAAC3B%2CcAAe%3BEAAY%3B%3BAAE3B%2CcAAe%3BEACd%3B%3BAADD%2CcAAe%2CcAEb%3BEACC%3BEACA%3BEACA%2CqCAAA%3BEACA%3BEACA%2CaAAA%3B%3BAACC%2CcARW%2CcAEb%2CKAMG%3BAACD%2CcATW%2CcAEb%2CKAOG%3BEACA%2CmBAAA%3B%3BAAKL%2CcAAc%3BEACb%3B%3BAADD%2CcAAc%2CgBAGZ%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEtBl%5C%2FBF%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3BEsBo4BA%2CeAAA%3BEACA%3B%3BAAbH%2CcAAc%2CgBAGZ%2CmBAWE%3BEACC%3BEACA%3B%3BAAhBL%2CcAAc%2CgBAGZ%2CmBAeE%3BAAlBJ%2CcAAc%2CgBAGZ%2CmBAgBE%3BEACC%3B%3BAAQH%3BEAAA%2CcA5BY%2CgBAGZ%3BIAoBG%3BIACA%2CiBAAA%3BIACA%3BIACA%3B%3B%3BAA1BL%2CcAAc%2CgBA8BZ%3BEACC%3B%3BAAEC%3BEAAA%2CcAjCU%2CgBA8BZ%3BIAEmB%3B%3B%3BAAEnB%3BEAAA%2CcAlCY%2CgBA8BZ%3BIAGmB%3B%3B%3BAAjCrB%2CcAAc%2CgBAmCZ%3BEACC%3B%3BAAEC%3BEAAA%2CcAtCU%2CgBAmCZ%3BIAEmB%3B%3B%3BAAEjB%3BEAAA%2CcAvCU%2CgBAmCZ%3BIAGmB%3B%3B%3BAACjB%2CcAvCU%2CgBAmCZ%2CYAIG%3BEACA%2CYAAY%2C0HAAZ%3B%3BAAxCL%2CcAAc%2CgBA2CZ%3BEACC%3BEACA%2CeAAA%3B%3BAAID%3BEAAA%2CcAjDY%2CgBA2CZ%3BIAIG%3B%3B%3BAA%5C%2FCL%2CcAAc%2CgBAkDZ%3BEACC%3BEACA%3B%3BAApDH%2CcAAc%2CgBAsDZ%2CmBAAqB%2CkBAAe%2CIAAI%3BEACvC%3B%3BAAvDH%2CcAAc%2CgBAyDZ%3BEACC%3BEACA%3B%3BAA3DH%2CcAAc%2CgBA6DZ%3BEACC%3BEACA%3B%3BAAIH%2CcAAe%3BEACd%3BEACA%3B%3BAAGD%2CcAAe%2CaACd%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C2CAAA%3B%3BAAPF%2CcAAe%2CaACd%2CSAQE%2CYAAc%3BAATjB%2CcAAe%2CaACd%2CSASE%2CYAAc%3BAAVjB%2CcAAe%2CaACd%2CSAUE%2CYAAc%3BAAXjB%2CcAAe%2CaACd%2CSAWE%2CYAAc%3BAAZjB%2CcAAe%2CaACd%2CSAYE%2COAAS%2COAAO%3BAAbnB%2CcAAe%2CaACd%2CSAaE%2COAAS%2COAAO%3BAAdnB%2CcAAe%2CaACd%2CSAcE%2COAAS%2COAAO%3BAAfnB%2CcAAe%2CaACd%2CSAeE%2COAAS%2COAAO%3BEACf%2CuBAAA%3BEACA%3B%3BAAlBJ%2CcAAe%2CaACd%2CSAoBE%3BAArBH%2CcAAe%2CaACd%2CSAqBE%2COAAS%3BEACR%2CuBAAA%3B%3BAAvBJ%2CcAAe%2CaACd%2CSAyBE%2CYAAc%3BAA1BjB%2CcAAe%2CaACd%2CSA0BE%2COAAS%2COAAO%3BEACf%3BEACA%3BEACA%3B%3BAA9BJ%2CcAAe%2CaAkCd%2CSAAS%3BEACR%3B%3BAAnCF%2CcAAe%2CaAkCd%2CSAAS%2CUAEL%3BEACD%3B%3BAArCJ%2CcAAe%2CaAkCd%2CSAAS%2CUAKP%3BAAvCH%2CcAAe%2CaAkCd%2CSAAS%2CUAMP%3BAAxCH%2CcAAe%2CaAkCd%2CSAAS%2CUAOP%3BEACC%3BEACA%3BEACA%2CiBAAA%3B%3BAA5CJ%2CcAAe%2CaAkCd%2CSAAS%2CUAYP%3BEACC%3BEACA%3B%3BAAhDJ%2CcAAe%2CaAkCd%2CSAAS%2CUAgBP%3BEACC%3BEACA%3B%3BAApDJ%2CcAAe%2CaAkCd%2CSAAS%2CUAoBP%2CMAAK%3BAAtDR%2CcAAe%2CaAkCd%2CSAAS%2CUAqBP%2CMAAK%3BEACJ%3BEACA%2C4BAAA%3BEACA%3BEACA%3B%3BAA3DJ%2CcAAe%2CaA%2BDd%2CSAAS%2CUAAS%2CIAAO%3BEACxB%3B%3BAAyDF%3BEApDC%2CcACE%3BIACC%3BIACA%2CeAAA%3B%3BEAHH%2CcAKE%3BIACC%3BIACA%3BIACA%3B%3BEARH%2CcAUE%3BIACC%3BIACA%3BIACA%2C%2BBAAA%3B%3BEAbH%2CcAeE%3BIACC%3B%3BEAIH%2CcAAc%2CgBACZ%3BIACC%3B%3BEAFH%2CcAAc%2CgBAIZ%3BIACC%3BIACA%3BIACA%2CgBAAA%3B%3BEAPH%2CcAAc%2CgBAIZ%2CiBAIE%3BIACC%3BIACA%3B%3BEAVL%2CcAAc%2CgBAaZ%3BIACC%3B%3BEAdH%2CcAAc%2CgBAgBZ%2CmBAAqB%3BIACpB%3BIACA%3B%3BEAlBH%2CcAAc%2CgBAoBZ%3BIACC%2C%2BBAAA%3B%3BEArBH%2CcAAc%2CgBAuBZ%2CmBAAmB%3BIAClB%2CoBAAA%3B%3BEAxBH%2CcAAc%2CgBA0BZ%2CaAAa%3BIACZ%3B%3B%3BAAMJ%3BAACA%3BEACC%3B%3BAAGD%3BAACA%3BEACC%3B%3BAACC%2CSAAC%3BAAAD%2CSAAC%3BEACA%3BEACA%3BEACA%3B%3BAAKD%2CSAAC%3BEAAW%2CSAAS%2COAAT%3B%3BAAIZ%2CSAAC%3BEAAW%2CSAAS%2COAAT%3B%3BAAKd%2CoBAAqB%3BEAAY%3B%3BAAEjC%2CeAAgB%3BEACf%2CcAAA%3BEACA%3B%3BAAMD%2CQACC%3BEACC%2CmBAAA%3BEACA%3B%3BAAHF%2CQACC%2CcAGE%3BEACC%3BEACA%3B%3BAANJ%2CQASC%3BAATD%2CQAUC%3BEACC%3BEACA%3B%3BAAZF%2CQAcE%2CoBAAmB%3BEAAkB%3B%3BAAdvC%2CQAeE%2CYAAY%3BAAfd%2CQAgBE%2CaAAa%3BEAAkB%3BEAAY%3B%3BAAhB7C%2CQAiBE%3BEAAe%3B%3BAAjBjB%2CQAmBC%2CcAAgB%3BEACf%2CmBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAUF%3BEACC%3BEACA%2CcAAA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%2C2CAAA%3BEACA%3BEACA%3B%3BAAND%2CQAQE%3BAARF%2CQAQM%3BAARN%2CQAQU%3BAARV%2CQAQc%3BAARd%2CQAQkB%3BAARlB%2CQAQsB%3BAARtB%2CQAQ0B%3BEACvB%2CcAAA%3B%3BAATH%2CQAYE%2CYAAc%3BAAZhB%2CQAaE%2CYAAc%3BAAbhB%2CQAcE%2CYAAc%3BAAdhB%2CQAeE%2CYAAc%3BAAfhB%2CQAgBE%2COAAS%2COAAO%3BAAhBlB%2CQAiBE%2COAAS%2COAAO%3BAAjBlB%2CQAkBE%2COAAS%2COAAO%3BAAlBlB%2CQAmBE%2COAAS%2COAAO%3BEACf%2CmBAAA%3BEACA%3BEACA%3BEACA%2C4BAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CgCAAA%3BEACA%3B%3BAA5BH%2CQA%2BBE%3BAA%5C%2FBF%2CQAgCE%2COAAS%3BEACR%2CuBAAA%3B%3BAAjCH%2CQAoCE%2CYAAc%3BAApChB%2CQAqCE%2COAAS%2COAAO%3BEACf%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAAqBH%3BEAAA%3BIAjBG%3B%3BEAiBH%2CQAhBI%2CYAAc%3BEAgBlB%2CQAfI%2CYAAc%3BEAelB%2CQAdI%2CYAAc%3BEAclB%2CQAbI%2CYAAc%3BEAalB%2CQAZI%2COAAS%2COAAO%3BEAYpB%2CQAXI%2COAAS%2COAAO%3BEAWpB%2CQAVI%2COAAS%2COAAO%3BEAUpB%2CQATI%2COAAS%2COAAO%3BIACf%2C4BAAA%3BIACA%3B%3BEAOL%2CQALI%3BEAKJ%2CQAJI%2COAAS%3BIACR%3B%3B%3BAAKL%2CQAAS%3BEACR%2CgBAAA%3B%3BAADD%2CQAAS%2CUAGL%3BEACD%3BEACA%3BEACA%3B%3BAANH%2CQAAS%2CUASP%2CKAAI%3BEACH%3BEACA%3BEACA%3BEACA%3B%3BAAbH%2CQAAS%2CUAgBP%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CeAAA%3BEACA%3BEACA%2CapB74CI%2CoBoB64CJ%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA%5C%2FBH%2CQAAS%2CUAkCP%2CMAAK%2CMAAS%3BAAlChB%2CQAAS%2CUAmCP%2CSAAQ%2CMAAS%3BAAnCnB%2CQAAS%2CUAoCP%2COAAM%2CMAAS%3BAApCjB%2CQAAS%2CUAqCP%2CMAAK%2CMAAS%3BAArChB%2CQAAS%2CUAsCP%2CSAAQ%2CMAAS%3BAAtCnB%2CQAAS%2CUAuCP%2COAAM%2CMAAS%3BAAvCjB%2CQAAS%2CUAwCP%2CMAAK%2CYAAe%3BAAxCtB%2CQAAS%2CUAyCP%2CSAAQ%2CYAAe%3BAAzCzB%2CQAAS%2CUA0CP%2COAAM%2CYAAe%3BEACpB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAhDH%2CQAAS%2CUAmDP%3BAAnDF%2CQAAS%2CUAoDP%3BAApDF%2CQAAS%2CUAqDP%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%2CapBn7CI%2CoBoBm7CJ%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%2CkBAAA%3BEACA%2C8EAAA%3B%3BAACC%2CQArEK%2CUAmDP%2CMAkBG%3BAAAD%2CQArEK%2CUAoDP%2CSAiBG%3BAAAD%2CQArEK%2CUAqDP%2COAgBG%3BEACA%3BEACA%2CqBAAA%3BEACA%3BEACA%2C4CAAA%3B%3BAAED%2CQA3EK%2CUAmDP%2CMAwBG%3BAAAD%2CQA3EK%2CUAoDP%2CSAuBG%3BAAAD%2CQA3EK%2CUAqDP%2COAsBG%3BEACA%3BEACA%3B%3BAACC%2CQA9EG%2CUAmDP%2CMAwBG%2CgBAGE%3BAAAD%2CQA9EG%2CUAoDP%2CSAuBG%2CgBAGE%3BAAAD%2CQA9EG%2CUAqDP%2COAsBG%2CgBAGE%3BEACA%2C6CAAA%3B%3BAAGH%2CQAlFK%2CUAmDP%2CMA%2BBG%3BAAAD%2CQAlFK%2CUAoDP%2CSA8BG%3BAAAD%2CQAlFK%2CUAqDP%2COA6BG%3BAACD%2CQAnFK%2CUAmDP%2CMAgCG%3BAAAD%2CQAnFK%2CUAoDP%2CSA%2BBG%3BAAAD%2CQAnFK%2CUAqDP%2COA8BG%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C4CAAA%3BEACA%2C4EAAA%3B%3BAACC%2CQArGG%2CUAmDP%2CMA%2BBG%2CWAmBE%3BAAAD%2CQArGG%2CUAoDP%2CSA8BG%2CWAmBE%3BAAAD%2CQArGG%2CUAqDP%2COA6BG%2CWAmBE%3BAAAD%2CQArGG%2CUAmDP%2CMAgCG%2CeAkBE%3BAAAD%2CQArGG%2CUAoDP%2CSA%2BBG%2CeAkBE%3BAAAD%2CQArGG%2CUAqDP%2COA8BG%2CeAkBE%3BEACA%2CmBAAA%3BEACA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2C8CAAA%3B%3BAAED%2CQA3GG%2CUAmDP%2CMA%2BBG%2CWAyBE%3BAAAD%2CQA3GG%2CUAoDP%2CSA8BG%2CWAyBE%3BAAAD%2CQA3GG%2CUAqDP%2COA6BG%2CWAyBE%3BAAAD%2CQA3GG%2CUAmDP%2CMAgCG%2CeAwBE%3BAAAD%2CQA3GG%2CUAoDP%2CSA%2BBG%2CeAwBE%3BAAAD%2CQA3GG%2CUAqDP%2COA8BG%2CeAwBE%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3B%3BAACC%2CQAhHC%2CUAmDP%2CMA%2BBG%2CWAyBE%2CUAKE%3BAAAD%2CQAhHC%2CUAoDP%2CSA8BG%2CWAyBE%2CUAKE%3BAAAD%2CQAhHC%2CUAqDP%2COA6BG%2CWAyBE%2CUAKE%3BAAAD%2CQAhHC%2CUAmDP%2CMAgCG%2CeAwBE%2CUAKE%3BAAAD%2CQAhHC%2CUAoDP%2CSA%2BBG%2CeAwBE%2CUAKE%3BAAAD%2CQAhHC%2CUAqDP%2COA8BG%2CeAwBE%2CUAKE%3BEACA%2CmBAAA%3BEACA%3B%3BAAlHT%2CQAAS%2CUAwHP%3BEACC%3BEACA%3BEACA%3B%3BAAGD%2CQA9HO%2CUA8HN%3BEACA%3B%3BAADD%2CQA9HO%2CUA8HN%2CWAEC%2CKAAI%3BEACH%3B%3BAAKL%2CQAAS%2CYAAc%2CYAAS%3BAAChC%2CQAAS%2COAAS%2COAAO%2CYAAS%3BEACjC%3BEACA%3B%3BAAGD%2CQAAS%2CoBAAmB%2CIAAI%2CeAAe%2CIAAI%2CmBAAmB%2CIAAI%3BEACzE%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%3BEACA%2CapBxgDM%2CoBoBwgDN%3BEACA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C8EAAA%3B%3BAACC%2CQAbO%2CoBAAmB%2CIAAI%2CeAAe%2CIAAI%2CmBAAmB%2CIAAI%2CgBAavE%3BEACA%3BEACA%2CqBAAA%3BEACA%3BEACA%2C4CAAA%3B%3BAAIH%2CQAAS%2CSAAQ%3BEAChB%3BEACA%3BEACA%3B%3BAAGD%2CQAAS%2CMAAK%3BAACd%2CQAAS%2CoBAAmB%3BEAC3B%3BEACA%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CapBziDM%2CoBoByiDN%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C4CAAA%3BEACA%2C4EAAA%3B%3BAACC%2CQApBO%2CMAAK%2CaAoBX%3BAAAD%2CQAnBO%2CoBAAmB%2CaAmBzB%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2C8CAAA%3B%3BAAIH%2CQAAS%3BAACT%2CQAAS%3BAACT%2CQAAS%3BEACR%2CgBAAA%3B%3BAAHD%2CQAAS%2CeAIP%3BAAHF%2CQAAS%2CYAGP%3BAAFF%2CQAAS%2CaAEP%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAVH%2CQAAS%2CeAYP%2CMAAK%3BAAXP%2CQAAS%2CYAWP%2CMAAK%3BAAVP%2CQAAS%2CaAUP%2CMAAK%3BAAZP%2CQAAS%2CeAaP%2CMAAK%3BAAZP%2CQAAS%2CYAYP%2CMAAK%3BAAXP%2CQAAS%2CaAWP%2CMAAK%3BEACJ%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CqBAAA%3B%3BAAnBH%2CQAAS%2CeAqBP%2CKAAI%3BAApBN%2CQAAS%2CYAoBP%2CKAAI%3BAAnBN%2CQAAS%2CaAmBP%2CKAAI%3BEACH%2CoBAAA%3B%3BAAIH%2CQAAS%3BEACR%2CgBAAA%3B%3BAADD%2CQAAS%2CWAEP%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAANH%2CQAAS%2CWAQP%2CMAAK%3BEACJ%3BEACA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%3BEACA%3B%3BAAIH%2CQAAS%3BEACR%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%3B%3BAAGD%2CQAAS%2CKAAI%3BEACZ%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAGD%2CQAAS%2CIAAG%3BEACX%2CgBAAA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CQAAS%2CIAAG%3BAACZ%2CQAAS%2CIAAG%3BEACX%3BEACA%3BEACA%3B%3BAAGD%2CQAAS%2CIAAG%3BEACX%2CiCAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGD%2CQAAS%2CIAAG%2CMAAO%3BEAClB%3BEACA%3BEACA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGD%2CQAAS%3BEACR%3B%3BAAGD%3BEACC%2CcAAA%3BEACA%3BEACA%3B%3BAACC%2CUAAC%3BEACA%3B%3BAAIH%3BEACC%2CkCAAA%3B%3BAAKD%2CeAAgB%3BEACf%3B%3BAAUD%3BEAAA%2CeAXgB%3BIAGb%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAAOH%3BEACC%2CyBAAA%3BEACA%3BEACA%2CgBAAA%3B%3BAAHD%2CQAIE%3BEAAM%3B%3BAAJR%2CQAKE%3BEAAS%3BEAAgB%3B%3BAAL3B%2CQAME%3BEAAI%3B%3BAAKN%3BEAAA%3BIAHG%3B%3BEAGH%2CQAFI%3BEAEJ%2CQAFe%3BIAAY%3B%3B%3BAAO3B%3BEAAA%2CSAFE%3BIAAY%3B%3B%3BAAMd%3BEACC%2CmBAAA%3BEACA%3BEACA%3B%3BAAED%2CKAAM%2CMAAM%3BEAAK%3B%3BAACjB%2CKAAM%3BEAAK%2CiBAAA%3B%3BAAUX%2CMAAM%3BEACL%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%3BEACA%3B%3BAAKC%3BEAAA%2CMAVI%3BIAOH%2CoBAAA%3B%3B%3BAAPH%2CMAAM%2CYAUJ%3BEACC%2CcAAA%3BEACA%3B%3BAACC%2CMAbE%2CYAUJ%2CEAGG%3BEACA%2CcAAA%3BEACA%3B%3BAAfL%2CMAAM%2CYAmBJ%3BEACC%3B%3BAAIH%3BEtBnrDC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEsB6qDA%3BEACA%2CeAAA%3B%3BAAID%3BEAAA%3BIAFG%3B%3B%3BAAIH%3BEACC%2CaAAA%3BEACA%3BEACA%2CeAAA%3BEACA%3B%3BAACC%2CWAAC%3BEACA%3B%3BAAmBD%3BEAAA%3BIAhBC%2CaAAA%3BIACA%3BIACA%2CkDAAA%3BIACA%2CoBAAA%3BIACA%3B%3BEACC%2CWAAC%2CUAAU%3BIACV%3B%3B%3BAASH%3BEANG%2CWAAC%2CeAAe%3BIACf%3BIACA%3BIACA%3B%3B%3BAAiBN%3BEAAA%3BIAZG%2CcAAA%3BIACA%3BIACA%3BIACA%2CkDAAA%3BIACA%2CiBAAA%3BIACA%3B%3BEACC%2CWAAC%3BIACA%3BIACA%3BIACA%3B%3B%3BAAKL%3BEACC%2CapBryDM%2CoBoBqyDN%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3B%3BAAIC%3BEAAA%3BIAFC%3B%3B%3BAAED%2CiBAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3B%3BAAHD%2CYAIE%3BEACC%2CgBAAA%3BEACA%3BEACA%3B%3BAACC%2CYAJF%2CGAIG%3BEACA%3BEACA%3B%3BAAED%2CYARF%2CGAQG%3BEACA%3B%3BAAbL%2CYAgBE%3BEACC%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACC%2CYARF%2CEAQG%3BEACA%2CcAAA%3B%3BAAKL%2CqBACE%2CEAAC%3BEACA%2CSAAS%2COAAT%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAIH%2CoBACE%2CEAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAAIH%3BEACC%3BEACA%3BEACA%2CcAAA%3B%3BAAIC%3BEAAA%3BIAFC%3B%3B%3BAALH%2CoBAOE%3BEACC%2CcAAA%3B%3BAACC%2CoBAFF%2CEAEG%3BEAAS%2CcAAA%3B%3BAATd%2CoBAWE%3BEACC%3BEACA%2CcAAA%3B%3BAAUH%2CaACC%3BEACC%2CeAAA%3BEACA%3BEACA%2CcAAA%3B%3BAAQF%3BEAAA%2CaALG%3BIACC%3BIACA%3B%3B%3BAAKJ%3BEACC%3BEACA%3B%3BAAKC%3BEAAA%3BIAHC%3BIACA%3B%3B%3BAALH%2CsBAOE%3BEACC%2CcAAA%3BEACA%3B%3BAACC%2CsBAHF%2CEAGG%3BEACA%2CcAAA%3BEACA%3B%3BAAKL%3BEACC%3B%3BAAKC%3BEAAA%3BIAHC%3BIACA%3B%3B%3BAAJH%2CmBAME%3BEACC%2CcAAA%3BEACA%3B%3BAACC%2CmBAHF%2CEAGG%3BEACA%2CcAAA%3B%3BAAKL%3BEACC%2CcAAA%3BEACA%2CaAAA%3B%3BAAID%3BEAAA%3BIAFG%2CaAAA%3B%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C2CAAA%3BEACA%3BEACA%3BEACA%3B%3BAAIC%3BEAAA%3BIAFC%3B%3B%3BAAED%2CcAAC%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAIH%3BEACC%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C%2BCAAA%3BEACA%3BEACA%3B%3BAAID%3BEAAA%3BIAFG%2CoBAAA%3B%3B%3BAAIH%3BEtB15DC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3BEApCE%3BEACJ%3BEACI%3BEACF%3BEsB80DF%3B%3BAAKD%3BEAAA%3BIAHG%3BIACA%2CcAAA%3B%3B%3BAAIH%3BEACC%2CcAAA%3BEACA%3BEACA%2CmBAAA%3B%3BAAID%3BEAAA%3BIAFG%3B%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAID%3BEAAA%3BIAFG%3B%3B%3BAAKH%2CMAAO%2CcAAc%3BEAAK%3B%3BAAK1B%3BEACC%3BEACA%3BEACA%2CmBAAA%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAID%3BEAAA%3BIAFG%3B%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAJD%2CmBAKE%3BEACC%2CgBAAA%3B%3BAANH%2CmBAQE%2CEAAC%3BEACA%3B%3BAAIH%2CIAAI%2CKACH%2CQAAO%3BEACN%3B%3BAAIF%3BAACA%3BEACC%3B%3BAAGD%3BEACC%3BEACA%3BEACA%2CoBAAA%3BEACA%3B%3BAAID%3BEAAA%3BIAFG%2CoBAAA%3B%3B%3BAAIH%3BEACC%3BEACA%3BEACA%2CmBAAA%3B%3BAAGD%3BEACC%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAID%3BEAAA%3BIAFG%3B%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEtBviEC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEsBiiEA%3BEACA%3B%3BAAGD%3BEACC%3B%3BAAKD%3BEAAA%3BIAHG%3BIACA%3B%3B%3BAAQH%3BEAAA%3BIAFG%3B%3B%3BAAIH%3BEACC%3BEACA%2CyBAAA%3BEACA%3BEACA%2C0CAAA%3BEACA%2CuBAAA%3B%3BAALD%2CoBAOE%2CYAAc%3BAAPhB%2CoBAQE%2CYAAc%3BAARhB%2CoBASE%2CYAAc%3BAAThB%2CoBAUE%2CYAAc%3BAAVhB%2CoBAWE%2COAAS%2COAAO%3BAAXlB%2CoBAYE%2COAAS%2COAAO%3BAAZlB%2CoBAaE%2COAAS%2COAAO%3BAAblB%2CoBAcE%2COAAS%2COAAO%3BEACf%3B%3BAAfH%2CoBAkBE%3BAAlBF%2CoBAmBE%2COAAS%3BEACR%3B%3BAApBH%2CoBAuBE%2CYAAc%3BAAvBhB%2CoBAwBE%2COAAS%2COAAO%3BEACf%3B%3BAAIH%3BAACA%3BEACC%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAGD%3BAACA%3BEACC%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAAGD%3BEACC%3B%3BAAGD%2CoBAAqB%2CSAAS%3BEAC7B%3B%3BAAGD%2CoBAAqB%2CSAAS%2CMAAK%3BAACnC%2CoBAAqB%2CSAAS%2CoBAAmB%3BEAChD%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3B%3BAAGD%3BEtB%5C%2FnEC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEsBynEA%3BEACA%3BEACA%3B%3BAAGD%3BEtBtoEC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3BEApCE%3BEACJ%3BEACI%3BEACF%3BEsB0jEF%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CkCAAA%3BEACA%2CcAAA%3B%3BAATD%2C4BAUE%3BEACC%3BEACA%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3B%3BAAHD%2C6BAIE%3BEACC%3B%3BAALH%2C6BAOE%3BEACC%2CcAAA%3BEACA%3BEACA%3B%3BAACC%2C6BAJF%2CEAIG%3BEACA%3B%3BAAKL%3BEACC%2CyBAAA%3BEACA%3BEACA%3BEACA%2C0CAAA%3B%3BAAJD%2CmBAKE%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAIH%2C6BACE%3BEACC%3B%3BAAOC%3BEAAA%2C6BAJF%3BIAEG%3B%3B%3BAAKH%3BEAAA%2C6BAPA%3BIAKG%3B%3B%3BAAQH%3BEAAA%2C6BAJA%3BIAEG%3B%3B%3BAAhBL%2C6BAoBE%3BEACC%3B%3BAArBH%2C6BAwBE%3BEACC%3BEACA%3B%3BAA1BH%2C6BAwBE%2CoBAGE%3BEACC%3BEACA%3B%3BAAKL%3BEACC%2CmBAAA%3BEACA%2CeAAA%3B%3BAAID%3BEAAA%3BIAFG%2CeAAA%3B%3B%3BAAIH%3BEACC%3BEACA%2CcAAA%3BEACA%3B%3BAAGD%3BEACC%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAID%3BEAAA%3BIAFG%3B%3B%3BAAIH%3BEACC%2CgBAAA%3BEACA%3BEACA%3BEACA%2CgCAAA%3B%3BAAGD%3BEACC%2C0CAAA%3B%3BAAGD%3BEACC%2CoBAAA%3BEACA%3B%3BAAID%3BEAAA%3BIAFG%2CoBAAA%3B%3B%3BAAIH%3BEtB1wEC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEsBowEA%3BEACA%3B%3BAAGD%3BEACC%3B%3BAAID%3BEAAA%3BIAFG%3B%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CyCAAA%3B%3BAALD%2CkBAME%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAMH%3BEAAA%3BIAHG%3B%3BEAGH%2CkBAFI%3BIAAM%3B%3B%3BAAIV%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAJD%2CmBAME%3BEACC%2CgBAAA%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAID%3BEAAA%3BIAFG%3B%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAALD%2CqBAME%3BEACC%3BEACA%3BEACA%2CcAAA%3B%3BAAIH%3BEACC%2CgBAAA%3B%3BAAGD%3BEtB31EC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEsBq1EA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAPD%2CuBAQI%3BEACD%3BEACA%3BEACA%3B%3BAACC%2CuBAJA%2CKAIC%3BEACA%3BEACA%3B%3BAAKL%3BEACC%2CcAAA%3B%3BAADD%2CuBAEE%3BEACC%3BEACA%3BEACA%3B%3BAAIH%2C6BACE%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAIH%3BEACC%2CmBAAA%3B%3BAAGD%3BEtBp4EC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3BEsBsxEF%3B%3BAAGD%3BEACC%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3B%3BAAGD%3BEACC%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAKC%3BEAAA%3BIAHC%2CoBAAA%3B%3B%3BAAJH%2CcAOE%3BEACC%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAID%3BEAAA%2CcARA%3BIAMG%3B%3B%3BAAKL%3BEACC%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CUAAU%2CaAAV%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%2CeAAA%3B%3BAAIC%3BEAAA%3BIAFC%2CUAAU%2CSAAV%3B%3B%3BAAMD%3BEAAA%3BIAHC%2CcAAA%3BIACA%3B%3B%3BAAED%2CkBAAC%3BEACA%2CcAAA%3BEACA%3B%3BAAFD%2CkBAAC%2CMAGC%3BEACC%2C0CAAA%3B%3BAAKL%3BEtBj9EC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAsGE%3BEACF%3BEACE%3BEACA%3BEApCE%3BEACJ%3BEACI%3BEACF%3BEsBq4EF%3BEACA%3BEACA%3BEACA%3BEACA%2C0CAAA%3BEACA%3BEACA%2CgCAAA%3B%3BAAVD%2CkBAWE%3BEACC%3BEACA%3BEACA%2CcAAA%3B%3BAAIH%3BEACC%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%2CcAAA%3B%3BAAHD%2CkBAIE%3BEACC%3B%3BAAIH%3BEACC%3BEACA%3B%3BAAGD%3BEACC%3BEACA%2CoBAAA%3B%3BAAID%3BEAAA%3BIAFG%2CoBAAA%3B%3B%3BAAIH%2CkBACC%3BEACC%3B%3BAAID%3BEAAA%2CkBALA%3BIAGG%3B%3B%3BAAKJ%3BEACC%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%2C0CAAA%3BEACA%3B%3BAAID%3BEAAA%3BIAFG%2CkBAAA%3B%3B%3BAAIH%3BEACC%2CgBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAID%3BEAAA%3BIAFG%3B%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAALD%2CmBAME%3BEACC%3BEACA%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%2CgBAAA%3BEACA%3B%3BAAHD%2CkBAIE%3BEACC%2CcAAA%3BEACA%3BEACA%3B%3BAACC%2CkBAJF%2CEAIG%3BEACA%3B%3BAAKL%3BEACC%3BEACA%2CoBAAA%3B%3BAAKC%3BEAAA%3BIAHC%2CoBAAA%3B%3B%3BAAJH%2CkBAOE%3BEACC%3BEACA%3B%3BAATH%2CkBAYE%3BEACC%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAID%3BEAAA%2CkBARA%3BIAMG%3B%3B%3BAAKL%2CuBACC%2CkBAAoB%3BEACnB%3B%3BAAID%3BEAAA%2CuBALA%2CkBAAoB%3BIAGjB%3B%3B%3BAAKJ%3BEtB5mFC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEsBsmFA%3BEACA%3B%3BAAQD%3BEAAA%2C0BAHG%3BIAAyB%3B%3BEAG5B%2C0BAFG%3BIAA0B%3B%3B%3BAAI7B%3BEACC%3B%3BAAKD%3BEAAA%3BIAHG%3BIACA%3B%3B%3BAASH%3BEAAA%2C0BAL2B%3BIAExB%3BIACA%3B%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAID%3BEAAA%3BIAFG%3B%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAAJD%2CsBAKE%3BEACC%2CgBAAA%3B%3BAANH%2CsBAQE%3BEACC%2CgBAAA%3BEACA%3B%3BAAVH%2CsBAYE%3BEACC%3B%3BAAIH%3BEACC%3B%3BAAGD%3BEACC%3BEACA%3BEACA%2CyCAAA%3B%3BAAHD%2CwBAIE%3BEACC%3BEACA%3BEACA%3BEACA%2CiBAAA%3BEACA%3B%3BAAIH%3BEACC%2CoBAAA%3BEACA%3B%3BAAID%3BEAAA%3BIAFG%2CoBAAA%3B%3B%3BAAIH%3BEtB7rFC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEsBurFA%3BEACA%3BEACA%3BEACA%3B%3BAALD%2CiBAMI%3BAANJ%2CiBAOI%3BEACD%2CUAAU%2CaAAV%3BEACA%3BEACA%3B%3BAAIC%3BEAAA%2CiBARA%3BEAQA%2CiBAPA%3BIAKC%2CUAAU%2CSAAV%3B%3B%3BAAKH%3BEAAA%2CiBAXE%3BEAWF%2CiBAVE%3BIAQC%2CcAAA%3B%3B%3BAAfL%2CiBAmBE%3BEACC%3B%3BAApBH%2CiBAuBE%3BEACC%3BEACA%3BEACA%2C0CAAA%3BEACA%3B%3BAA3BH%2CiBA8BE%3BAA9BF%2CiBA%2BBE%2CcAAgB%3BEACf%2CmBAAA%3BEACA%2CkBAAA%3BEACA%3B%3BAAlCH%2CiBA8BE%2CcAKE%3BAAnCJ%2CiBA%2BBE%2CcAAgB%2CKAId%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAvCL%2CiBA2CE%3BAA3CF%2CiBA4CE%3BEACC%3BEACA%3B%3BAA9CH%2CiBAiDE%2CoBAAmB%3BEAClB%3B%3BAAlDH%2CiBAiDE%2CoBAAmB%2CeAEjB%3BEACC%3BEACA%3B%3BAArDL%2CiBAyDE%2CYAAY%3BAAzDd%2CiBA0DE%2CaAAa%3BEACZ%3BEACA%3B%3BAAIH%2CQAAQ%3BAACR%3BEACC%2CoBAAA%3BEACA%3B%3BAAGD%3BEACC%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAID%3BEAAA%3BIAFG%2CoBAAA%3B%3B%3BAAIH%3BEACC%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3B%3BAAIC%3BEAAA%3BIAFC%2CkBAAA%3B%3B%3BAAMD%3BEAAA%3BIAHC%2CkBAAA%3B%3B%3BAAXH%2C2BAcI%2CKAAE%3BEACH%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%3BEACA%3BEACA%2CgCAAA%3B%3BAAIC%3BEAAA%2C2BAdA%2CKAAE%3BIAYD%3B%3B%3BAAED%2C2BAdA%2CKAAE%2CYAcD%3BEACA%3B%3BAA7BL%2C2BAiCI%2CIAAC%3BEACF%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAAvCH%2C2BA0CE%3BEACC%3BEACA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%3BEACA%2C8BAAA%3B%3BAACC%2C2BAPF%2CGAOG%3BEACA%3B%3BAAlDL%2C2BAsDE%3BEACC%3BEACA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA1DH%2C2BA6DE%3BEACC%2CgBAAA%3B%3BAA9DH%2C2BAiEE%3BEACC%2CgBAAA%3BEACA%3BEACA%3B%3BAApEH%2C2BAiEE%2CGAIE%3BEACC%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%3B%3BAACC%2C2BATJ%2CGAIE%2CGAKG%3BEACA%2CSAAS%2COAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAjFP%2C2BAsFE%3BEACC%2CgBAAA%3BEACA%3B%3BAAxFH%2C2BAsFE%2CGAGE%3BEACC%3BEACA%3B%3BAA3FL%2C2BA%2BFE%3BEACC%2CcAAA%3BEACA%3BEACA%3B%3BAACC%2C2BAJF%2CEAIG%3BEACA%2CcAAA%3BEACA%3B%3BAArGL%2C2BAyGE%3BEACC%3BEACA%3BEACA%3BEACA%2CkBAAA%3B%3BAA7GH%2C2BAgHE%3BEACC%2CcAAA%3B%3BAAIH%3BEACC%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C6CAAA%3BEACA%3B%3BAAbD%2CqBAcE%3BEACC%3B%3BAAED%2CqBAAC%3BEACA%2CmBAAA%3BEACA%3BEACA%3B%3BAAIH%3BEACC%3BEACA%3BEACA%3B%3BAAHD%2CmBAKE%3BAALF%2CmBAKM%3BAALN%2CmBAKU%3BAALV%2CmBAKc%3BEACX%2CcAAA%3BEACA%3BEACA%3B%3BAARH%2CmBAWE%3BEACC%3BEACA%2CmBAAA%3B%3BAAbH%2CmBAgBE%3BEACC%2CgBAAA%3B%3BAAjBH%2CmBAoBE%3BAApBF%2CmBAoBM%3BEACH%2CgBAAA%3BEACA%3B%3BAAtBH%2CmBAoBE%2CGAGE%3BAAvBJ%2CmBAoBM%2CGAGF%3BEACC%3B%3BAAxBL%2CmBA4BE%3BEACC%2CcAAA%3BEACA%3B%3BAACC%2CmBAHF%2CEAGG%3BEACA%2CcAAA%3BEACA%3B%3BAAjCL%2CmBAqCE%3BEACC%3BEACA%3BEACA%3B%3BAAIH%3BEtBz8FC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEsBm8FA%3B%3BAAGD%3BEACC%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%2CyCAAA%3B%3BAAJD%2CoBAKE%3BEACC%3BEACA%3BEACA%3B%3BAAIH%3BEACC%3BEACA%3BEACA%2C6BAAA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGD%3BEtB3%2BFC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEsBq%2BFA%3BEACA%3B%3BAAHD%2CkBAIE%3BEACC%2CUAAU%2CSAAV%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIC%3BEAAA%2CkBATF%3BIAOG%2CUAAU%2CSAAV%3B%3B%3BAAXL%2CkBAIE%2CEASE%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2C6BAAA%3B%3BAAED%2CkBAhBF%2CEAgBG%2CMAAO%3BEACP%3B%3BAAKL%3BEACC%3B%3BAAGD%2CaACC%3BEACC%3BEACA%3BEACA%3BEACA%2C0CAAA%3B%3BAALF%2CaAQC%3BEACC%2CmBAAA%3BEACA%2CkBAAA%3BEACA%3B%3BAAXF%2CaAQC%2CcAIE%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAlBJ%2CaAsBC%3BAAtBD%2CaAuBC%3BEACC%3BEACA%3B%3BAAzBF%2CaA4BC%2CcAAgB%3BEACf%2CmBAAA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAlCF%2CaAqCC%3BEACC%3BEACA%3B%3BAAvCF%2CaAqCC%2CSAGE%2CYAAc%3BAAxCjB%2CaAqCC%2CSAIE%2CYAAc%3BAAzCjB%2CaAqCC%2CSAKE%2CYAAc%3BAA1CjB%2CaAqCC%2CSAME%2CYAAc%3BAA3CjB%2CaAqCC%2CSAOE%2COAAS%2COAAO%3BAA5CnB%2CaAqCC%2CSAQE%2COAAS%2COAAO%3BAA7CnB%2CaAqCC%2CSASE%2COAAS%2COAAO%3BAA9CnB%2CaAqCC%2CSAUE%2COAAS%2COAAO%3BEACf%3B%3BAAhDJ%2CaAqCC%2CSAaE%3BAAlDH%2CaAqCC%2CSAcE%2COAAS%3BEACR%2CuBAAA%3B%3BAApDJ%2CaAwDC%2CUAAU%3BEACT%3B%3BAAOF%3BEAAA%3BIAHE%3BIACA%22%7D */