/**
 * 
 * NAME:          Custom Stylesheet
 * DESCRIPTION:   Where all less files get compiled.
 * -----------------------------------------------------------------------------
*/
@font-face {
  font-family: 'Neulis Sans';
  src: url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-Black.woff2') format('woff2'), url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Neulis Sans';
  src: url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-BlackItalic.woff2') format('woff2'), url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Neulis Sans';
  src: url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-Bold.woff2') format('woff2'), url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Neulis Sans';
  src: url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-BoldItalic.woff2') format('woff2'), url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Neulis Sans';
  src: url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-Regular.woff2') format('woff2'), url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Neulis Sans';
  src: url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-Italic.woff2') format('woff2'), url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Neulis Sans';
  src: url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-Light.woff2') format('woff2'), url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Neulis Sans';
  src: url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-LightItalic.woff2') format('woff2'), url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Neulis Sans';
  src: url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-Thin.woff2') format('woff2'), url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Neulis Sans';
  src: url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-ThinItalic.woff2') format('woff2'), url('/wp-content/uploads/fonts/Neulis Sans/NeulisSans-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}
body {
  line-height: unset !important;
}
.h1,
h1,
.h2,
h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  overflow-wrap: normal;
}
/* Typography styles */
h1 {
  font-family: 'Neulis Sans', sans-serif !important;
  font-weight: bold !important;
  font-size: 64px !important;
  line-height: 74px !important;
  text-transform: none !important;
  margin: 0 0 20px 0 !important;
  text-rendering: unset !important;
  width: unset !important;
}
.h1 {
  font-family: 'Neulis Sans', sans-serif !important;
  font-weight: bold !important;
  font-size: 64px !important;
  margin: 0 0 20px 0 !important;
  line-height: 74px !important;
  text-transform: none !important;
}
h2 {
  font-family: 'Neulis Sans', sans-serif !important;
  font-weight: bold !important;
  font-size: 50px !important;
  line-height: 60px !important;
  text-transform: none !important;
  margin: 0 0 20px 0 !important;
  text-rendering: unset !important;
  width: unset !important;
}
.h2 {
  font-family: 'Neulis Sans', sans-serif !important;
  font-weight: bold !important;
  font-size: 50px !important;
  line-height: 60px !important;
  margin: 0 0 20px 0 !important;
  text-transform: none !important;
}
@media (max-width: 425px) {
  h1 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .h1 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  h2 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  .h2 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  h3 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  .h3 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  h4 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .h4 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  h5 {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .h5 {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .sub {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  .body-copy-1,
  .from_the_blog_excerpt,
  label {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  a.button {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .no-margin-bottom-mobile {
    margin-bottom: 0px !important;
  }
  .no-padding-bottom-mobile {
    padding-bottom: 0px !important;
  }
}
h3 {
  font-family: 'Neulis Sans', sans-serif !important;
  font-weight: bold !important;
  font-size: 32px !important;
  line-height: 38px !important;
  text-transform: none !important;
  margin: 0 0 20px 0 !important;
  text-rendering: unset !important;
  width: unset !important;
}
.h3 {
  font-family: 'Neulis Sans', sans-serif !important;
  font-weight: bold !important;
  font-size: 32px !important;
  margin: 0 0 20px 0 !important;
  line-height: 38px !important;
  text-transform: none !important;
}
h4 {
  font-family: 'Neulis Sans', sans-serif !important;
  font-weight: bold !important;
  font-size: 28px !important;
  line-height: 34px !important;
  text-transform: none !important;
  margin: 0 0 20px 0 !important;
  text-rendering: unset !important;
  width: unset !important;
}
.h4 {
  font-family: 'Neulis Sans', sans-serif !important;
  font-weight: bold !important;
  font-size: 28px !important;
  line-height: 34px !important;
  text-transform: none !important;
  margin: 0 0 20px 0 !important;
}
h5 {
  font-family: 'Neulis Sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 20px !important;
  line-height: 23px !important;
  text-transform: lowercase !important;
  margin: 0 0 20px 0 !important;
  text-rendering: unset !important;
  width: unset !important;
}
.h5 {
  font-family: 'Neulis Sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 20px !important;
  line-height: 23px !important;
  margin: 0 0 20px 0 !important;
  text-transform: lowercase !important;
}
.header-nav {
  font-family: 'Neulis Sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 23px !important;
  text-transform: none !important;
  letter-spacing: 0.06em !important;
  /* Approx. 60 tracking */
}
.wc-tabs {
  font-weight: 300 !important;
  font-size: 22px !important;
  line-height: 23px !important;
  text-transform: none !important;
  letter-spacing: 0.06em !important;
  /* Approx. 60 tracking */
}
a {
  overflow-wrap: anywhere;
  font-family: 'Neulis Sans', sans-serif !important;
}
a:not(.icon) {
  margin: 0px !important;
}
a.icon.is-outline {
  line-height: 2.4em !important;
}
a.clicked {
  background-color: #005a70 !important;
  border-color: #005a70 !important;
  color: #d9e6ea !important;
}
.body-copy-1,
.from_the_blog_excerpt,
.breadcrumb,
p,
label,
th {
  font-family: 'Neulis Sans', sans-serif !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.body-copy-2 {
  font-family: 'Neulis Sans', sans-serif !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  /* Approx. 60 tracking */
}
.sub {
  font-family: 'Neulis Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 26px !important;
  text-transform: none !important;
}
.body-copy-1,
p {
  margin-bottom: 20px !important;
}
.brand-teal {
  color: #005a70;
}
.background-brand-teal {
  background-color: #005a70;
}
.brand-light-blue {
  color: #00b2e3;
}
.is-divider {
  background-color: #ffd415 !important;
}
.no-margin {
  margin: 0px !important;
}
.no-margin-bottom,
.margin-bottom-none {
  margin-bottom: 0px !important;
}
.text-transform-none {
  text-transform: none !important;
}
a.button {
  border-radius: 100px !important;
}
.header .header-wrapper .header-top {
  background-color: #005a70 !important;
}
.header .header-wrapper .header-top li a {
  color: #f2fbfe;
}
.header .header-wrapper .header-top li a:hover {
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
  transform: scale(1.05);
  font-weight: bold;
}
.header .header-wrapper .header-top li a::after {
  transition: none;
  transform: none;
}
.header .header-wrapper .header-main {
  background-color: #f2fbfe;
}
.header .header-wrapper .header-main .nav > li > a {
  line-height: unset !important;
}
.header .header-wrapper .header-main .clicked {
  background-color: #005a70;
  border-color: #005a70;
  color: #d9e6ea;
}
.header .header-wrapper .header-main .header-inner .header-nav-main > li > a {
  font-size: unset !important;
  font-weight: unset !important;
  letter-spacing: unset !important;
  text-transform: unset !important;
}
.header .header-wrapper .header-main .header-inner .header-nav-main p {
  margin-bottom: 10px !important;
}
.header .header-wrapper .header-main .header-inner .header-nav-main .box-text .button {
  margin-top: revert !important;
}
.header .header-wrapper .header-main .header-inner .header-nav-main .header-button a {
  color: #005a70;
}
.header .header-wrapper .header-main .header-inner .header-nav-main .header-button a:hover,
.header .header-wrapper .header-main .header-inner .header-nav-main .header-button a.button:hover {
  background-color: #d9e6ea;
  color: #005a70;
  border-color: #005a70;
}
.header .header-wrapper .header-main .header-inner .header-nav-main .header-button a.button {
  background-color: #005a70;
  color: #f5f5f6;
  padding: 6px 20px 3px 20px !important;
}
.header .header-wrapper .header-main .header-inner .header-nav-main li a {
  color: #005a70;
}
.header .header-wrapper .header-main .header-inner .header-nav-main li a:hover {
  color: #00b2e3;
}
.header .header-wrapper .header-main .header-inner .header-nav-main li a.clicked {
  color: #d9e6ea !important;
}
.mfp-close {
  background-color: #005a70;
}
.tracking-60 {
  letter-spacing: 0.06em !important;
}
.padding-horizontal-30 .col-inner {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.no-padding-col-inner .col-inner {
  padding: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.no-padding-bottom,
.padding-bottom-none {
  padding-bottom: 0px !important;
}
.no-padding-top,
.padding-top-none {
  padding-top: 0px !important;
}
.mobile-nav .nav-icon i {
  color: #005a70;
}
.mobile-nav li a.clicked {
  color: #d9e6ea !important;
}
.mobile-sidebar .sidebar-menu .nav-sidebar a,
.mobile-sidebar .sidebar-menu .nav-sidebar i {
  color: #005a70;
}
.mobile-sidebar .sidebar-menu .nav-sidebar .ux-search-submit i {
  color: #f5f5f6;
}
.page-title {
  background-color: #f2fbfe !important;
}
#main {
  background-color: #f2fbfe !important;
}
#main a.button {
  color: #005a70;
  background-color: transparent;
}
#main a.button.white {
  color: #f5f5f6 !important;
  background-color: transparent !important;
}
#main a.button:not(.icon) {
  padding: 8px 30px !important;
}
#main a.button:hover {
  color: #005a70;
  background-color: white;
}
#main a.button.white:hover {
  color: #f5f5f6 !important;
  background-color: #00b2e3 !important;
}
#main a.button.alt {
  color: #00b2e3;
  background-color: transparent;
}
#main a.button.alt:hover {
  border-color: #00b2e3;
  background-color: #d9f4fb;
}
#main a.simple,
#main a.simple span {
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
}
#main a.simple:hover span {
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
  transform: scale(1.05);
  letter-spacing: 0.5px;
  font-weight: bold;
}
#main a.simple.clicked {
  color: #005a70 !important;
}
#main a.button.white.clicked {
  color: #005a70 !important;
  background-color: #f5f5f6 !important;
  border-color: #f5f5f6 !important;
}
#main .star-rating:before {
  color: #ffd415 !important;
}
#main .star-rating span:before {
  color: #ffd415 !important;
}
#main .banner .banner-inner .banner-layers .text-box a.mobile-banner-button {
  padding: 4px 10px !important;
}
#main .banner .banner-inner .banner-layers .text-box a.mobile-banner-button span {
  font-size: 16px !important;
}
#main .rounded-courners {
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
}
#main .post-item .blog-post-inner .post-title a {
  color: #6f787f;
}
#main .post-item .blog-post-inner p.from_the_blog_excerpt {
  color: #6f787f;
}
#main .core-value .col-inner .divider {
  background-color: #019cc6 !important;
}
#main .gform_wrapper {
  background-color: #f2fbfe;
  padding: 20px 30px;
}
#main .gform_wrapper .gfield_label {
  text-align: left;
}
#main .gform_wrapper .gsection {
  border-bottom: 1px solid #005a70;
}
#main .gform_wrapper .ginput_container_fileupload,
#main .gform_wrapper .gfield_description,
#main .gform_wrapper .ginput_container {
  text-align: left;
}
#main .gform_wrapper .gsection_title,
#main .gform_wrapper .gfield_label {
  color: #005a70;
}
#main .gform_wrapper .gfield {
  padding-top: 10px;
}
#main .gform_wrapper label {
  color: #005a70;
}
#main .gform_wrapper .gform_footer .gform_button {
  width: auto;
  color: #f5f5f6;
  border-color: #f5f5f6;
  background-color: #00b2e3;
}
#main .gform_wrapper .gform_footer .gform_button:hover {
  border-color: #00b2e3;
  background-color: #00b2e3;
  color: #323e48;
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
  transform: scale(1.05);
  font-weight: bold;
}
#main .gform_wrapper .gform_footer .gform_button.clicked {
  border-color: #143a72;
  background-color: #143a72;
  color: #f5f5f6;
}
.gform_validation_errors {
  display: none;
}
#footer a.button.simple.brand-gray-button {
  color: #6f787f !important;
  background-color: transparent;
}
#footer a.button.simple.brand-gray-button:hover {
  color: #f5f5f6;
  background-color: transparent;
}
#footer .social-icons a i {
  color: #6f787f !important;
}
#footer a .icon-phone span,
#footer a .icon-envelop span {
  color: #f5f5f6;
}
#footer .social-icons a i {
  color: #f5f5f6;
}
#footer a,
#footer .gform_button {
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
}
#footer a.simple:hover,
#footer .gform_button {
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
  transform: scale(1.05);
  letter-spacing: 0.5px;
  font-weight: bold;
}
#footer .gform_button,
#footer .sib-default-btn {
  background-color: transparent;
  color: #6f787f;
  border-color: #6f787f;
}
#footer .gform_button:hover,
#footer .sib-default-btn:hover {
  background-color: #323e48;
  color: white;
  border-color: #f2fbfe;
}
#footer .gform_button.clicked,
#footer .sib-default-btn.clicked {
  color: #6f787f;
  background-color: #f2fbfe;
  border-color: #f2fbfe;
}
#footer .is-divider {
  background-color: #6f787f !important;
}
a.button:not(.icon),
a.btn,
a.button span {
  font-size: 18px !important;
  line-height: 23px !important;
  font-weight: bold !important;
  text-transform: none !important;
  letter-spacing: unset !important;
  min-height: unset !important;
}
.height-hundred {
  height: 100%;
}
.absolute-footer {
  display: none;
}
.main-footer {
  padding-bottom: 0px !important;
}
.bullet-none {
  list-style: none;
  margin-left: 0px !important;
}
#web-widget {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
}
.align-content-center,
.icon-box-text {
  align-content: center !important;
}
.twenty-five {
  width: 25%;
}
.hide {
  display: none;
}
.fourty {
  width: 40%;
}
.seventyfive,
.seventy-five {
  width: 75%;
}
.hundred {
  width: 100%;
}
.flex {
  display: flex;
}
.banner-layers .text-box-content .text-inner {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.align-content-center {
  align-content: center;
}
#comments {
  display: none;
}
.align-vertical-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important;
}
.max-width-250 {
  max-width: 250px;
}
.career-page-image-column .col-inner {
  padding: 30px 10px 30px 20px !important;
}
.gform_wrapper .gform_body p {
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_body label {
  display: inline-block;
  width: 100%;
}
.gform_wrapper .gform_body input[type=text] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #333;
  font-size: .97em;
  height: 2.507em;
  max-width: 100%;
  padding: 0 .75em;
  transition: color .3s, border .3s, background .3s, opacity .3s;
  vertical-align: middle;
  width: 100%;
}
.gform_wrapper .gform_body .gform_heading {
  padding-bottom: 20px;
}
.video-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.video-container .ux-youtube {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* Ensures proper rendering in some browsers */
  aspect-ratio: 1.77777778;
  /* Optional, if your container's aspect ratio is consistent */
}
.hero-banner-container {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.screen-downsize .section-bg img {
  height: unset !important;
  object-fit: none !important;
}
@media (min-width: 2000px) {
  .hero-banner-container {
    height: 700px;
  }
}
@media (max-width: 1024px) {
  .hero-banner-container {
    height: 300px;
  }
}
@media (max-width: 550px) {
  .hero-banner-container {
    height: 200px;
  }
}
@media (max-width: 425px) {
  .hide-mobile {
    display: none;
  }
}
.padding-15 {
  padding: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.text-align-left {
  text-align: left;
}
.padding-none {
  padding: 0px !important;
}
.flickity-enabled .flickity-viewport {
  overflow: hidden;
  /* Hide anything outside the visible area */
}
.flickity-enabled .flickity-slider > .flickity-slide {
  opacity: 0 !important;
}
.opacity-none {
  opacity: 0;
}
.flickity-enabled .flickity-slider > .flickity-slide.is-selected {
  top: 0 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  opacity: 1 !important;
  /* Show only the selected slide */
}
.searchform .ux-search-submit {
  background-color: #005a70 !important;
}
.searchform .live-search-results .autocomplete-suggestions {
  background-color: #f2fbfe;
  color: #005a70;
}
@media (min-width: 850px) {
  .gform-container .col-divided {
    border: none !important;
  }
}
.comparison-table-container {
  position: relative;
  overflow-x: auto;
  max-width: 100%;
  padding-bottom: 20px;
}
.comparison-table-container .specifications-comparison-table {
  width: 100%;
  border-collapse: collapse;
}
.comparison-table-container .specifications-comparison-table thead tr img {
  padding-bottom: 20px;
}
.comparison-table-container .specifications-comparison-table thead tr th:not(:first-child) {
  text-align: center;
  min-width: 250px;
}
.comparison-table-container .specifications-comparison-table thead tr th:not(:first-child) td {
  text-align: center;
  width: 250px;
}
.comparison-table-container .specifications-comparison-table thead tr th:not(:first-child) img {
  max-width: 250px;
  max-height: 60px;
}
.comparison-table-container .specifications-comparison-table tbody .spec-group-row {
  border-bottom: solid #00b2e3;
  background-color: #00b2e3 !important;
}
.comparison-table-container .specifications-comparison-table tbody .spec-group-row .spec-group {
  justify-content: center;
  position: sticky;
  left: 0;
  z-index: 1;
  padding-left: 10px;
  text-align: left;
}
.comparison-table-container .specifications-comparison-table tbody .spec-group-row .spec-group h3.dark {
  margin: 0;
  padding: 0;
  margin: 0px !important;
}
.comparison-table-container .specifications-comparison-table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.comparison-table-container .specifications-comparison-table tbody tr:nth-child(odd) .sticky-column {
  background-color: #f2f2f2;
}
.comparison-table-container .specifications-comparison-table tbody tr:nth-child(even) {
  background-color: white;
}
.comparison-table-container .specifications-comparison-table tbody tr:nth-child(even) .sticky-column {
  background-color: white;
}
.comparison-table-container .specifications-comparison-table tbody td {
  text-align: center;
}
.comparison-table-container .specifications-comparison-table tbody .sticky-column {
  white-space: nowrap;
  position: sticky;
  left: 0;
  z-index: 1;
  text-align: left;
  background-color: inherit;
  padding-left: 20px;
}
.comparison-table-container .specifications-comparison-table tbody .sticky-column::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #ccc;
}
.comparison-table-container .specifications-comparison-table tbody .spec-td {
  font-size: small;
}
@media only screen and (max-width: 425px) {
  .comparison-table-container .specifications-comparison-table thead tr {
    white-space: nowrap;
  }
  .comparison-table-container .specifications-comparison-table thead tr a {
    font-size: x-small;
    margin: 0;
  }
  .comparison-table-container .specifications-comparison-table tbody tr p {
    font-size: 16px !important;
  }
}
.archive-page-header section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.archive-page-header section .row {
  max-width: 1200px;
}
.archive-page-header section .row .gap-element {
  padding-top: 50px;
  display: block;
  height: auto;
}
.archive-page-header section .row .archive-title {
  font-size: 2.25rem;
  text-align: center;
}
.archive-page-header section .row .divider {
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  max-width: 120px;
  height: 4px;
}
.archive-page-header section .row .archive-description {
  text-align: center;
}
.table-container {
  width: 100%;
  /* Container takes full width */
  overflow-x: auto;
  /* Horizontal scrolling enabled */
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling for touch devices */
}
.table-container .privacy-policy-table tr.first-row {
  background-color: #c7c8ca;
}
.table-container .privacy-policy-table tr.second-row {
  background-color: #dadada;
}
.table-container .privacy-policy-table tr.third-row {
  background-color: #ffffff;
}
.table-container .privacy-policy-table td {
  vertical-align: top;
  padding: 10px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#post-list article .entry-image,
#post-list article .entry-image-float {
  display: none;
}
#post-list article header h2 {
  color: #005a70;
}
#post-list article header .entry-meta .byline {
  display: none;
}
#post-list article footer .comments-link {
  display: none;
}
.category-container label,
.model-container label,
.model-container label {
  color: #005a70;
}
@media (min-width: 500px) {
  .smart-platform-card-top {
    height: 180px;
  }
}
.smart-platform-card-top {
  height: 150px;
}
.smart-platform-card-top .col-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px 0px !important;
}
.smart-platform-card-top .col-inner img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.help-icon-list .featured-box {
  align-items: end;
}
.contact-page-form-option {
  cursor: pointer;
}
.contact-page-form-option.clicked {
  cursor: default;
  /* Optional: Change cursor to indicate no hover effect */
}
.contact-page-form-option.clicked .icon .icon-inner {
  background-color: #005a70;
  color: white;
  /* Ensure text or borders remain visible */
}
.contact-page-form-option.clicked svg {
  color: white;
  filter: none;
  /* Disable the hover effect on clicked elements */
}
.smart-tv-learn-more-banner-text .col-inner {
  align-content: center;
}
@media (min-width: 2200px) {
  .smart-platform-section-image {
    min-height: 600px !important;
  }
  .smart-platform-hero-section {
    min-height: 700px !important;
  }
}
@media (max-width: 1024px) {
  .smart-platform-hero-section {
    min-height: 400px !important;
  }
}
.retailer-grid .img-inner {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.retailer-grid img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.icon-row .col-inner {
  padding-top: 0px !important;
}
@media (max-width: 1024px) {
  .icon-row .icon-box-text .col {
    flex-basis: unset;
    max-width: unset;
  }
}
.ab-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-family: Arial, sans-serif;
  font-size: 16px;
}
.ab-table th,
.ab-table td {
  text-align: left;
  padding: 12px !important;
}
.ab-table th {
  background-color: #00b1e3;
  color: white;
  border-bottom: 2px solid #ddd;
}
.ab-table tr:nth-child(even) {
  background-color: #f2fbfe;
}
.ab-table td {
  border-bottom: 1px solid #ddd;
}
.ab-table caption {
  caption-side: top;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  color: #555;
}
@media (max-width: 600px) {
  .ab-table {
    font-size: 14px;
  }
}
.product-container .gap-element {
  padding-top: 30px;
  display: block;
  height: auto;
}
.product-container .product-images .image-tools {
  display: none;
}
.product-container .color-type {
  position: relative;
  padding-top: 15px;
  text-align: center;
  display: inline-block;
}
.product-container .swatch-circle {
  height: 75px;
  width: 75px;
  margin: 0 auto 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all .3s ease;
  background-color: inherit;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-container .color-label {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-top: 10px;
  transition: color 0.3s ease;
  text-align: center;
}
.product-container .color-swatch:hover .swatch-circle {
  border-color: #666;
  transform: scale(1.1);
}
.product-container .color-swatch:hover .color-label {
  color: #000;
}
.product-container .color-type.active .swatch-circle {
  border-color: var(--fs-color-secondary);
  border-width: 2px;
  color: #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.product-container .tooltip-icon {
  cursor: pointer;
  margin-left: 8px;
  font-size: 16px;
}
.product-container .tooltip-icon:active::after,
.product-container .tooltip-icon:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 14px;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.product-container .row .col .col-inner .linked-products-section {
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 15px;
}
.product-container .row .col .col-inner .linked-products-section .linked-product-button-row .linked-product-button-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px !important;
}
.product-container .row .col .col-inner .linked-products-section .linked-product-button-row .linked-product-button-col .linked-products-section {
  padding-top: 20px;
}
.product-container .row .col .col-inner .linked-products-section .linked-product-button-row .linked-product-button-col .size-type {
  background-color: #ffffff;
  border-radius: 10px;
}
.product-container .row .col .col-inner .linked-products-section .linked-product-button-row .linked-product-button-col .text-type,
.product-container .row .col .col-inner .linked-products-section .linked-product-button-row .linked-product-button-col .size-type .color-type {
  background-color: #ffffff;
  border-radius: 10px;
}
.product-container .row .col .col-inner .linked-products-section .linked-product-button-row .linked-product-button-col .active .is-border {
  border: var(--fs-color-secondary) solid 1px;
  border-width: 3px;
  border-radius: 10px;
}
.product-container .row .col .col-inner .linked-products-section .linked-product-button-row .linked-product-button-col .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-container .row .col .col-inner .linked-products-section .linked-product-button-row .linked-product-button-col .icon-box span {
  font-size: x-large;
}
.product-container .button.related-product-link:hover {
  color: white;
}
.product-container .related-product-container {
  gap: 5px;
  justify-content: center;
}
.product-container .retailer-list {
  padding-bottom: 50px;
}
.product-container .resources-title {
  padding-bottom: 10px;
}
.product-container .features-slider {
  margin-bottom: 30px;
  height: auto;
}
.product-container .product-page-section-title {
  text-align: center;
  padding-top: 30px;
}
.product-container .product-page-section-title .divider {
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  max-width: 120px;
  height: 4px;
}
.product-container .related-products-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-container .related-products-section .section-content .row .col .plain .related-product-link {
  font-size: 1rem;
  text-align: center;
}
.product-container .related-products-section .section-content .row > .col > .col-inner {
  padding: 30px 20px;
  border-radius: 5px;
}
.product-container .spec-col {
  padding: 0px 15px;
}
.product-container .pdp-overview-tab .no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.product-container .product-description {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #3d3d3d;
}
.product-container .product-description .stack > * {
  --stack-gap: 0rem;
}
.product-container .product-description .stack .text {
  font-size: 2rem;
  line-height: 0.75;
}
.product-container .product-resources {
  padding-top: 30px;
  padding-bottom: 30px;
}
.product-container .product-resources .col .col-inner .sub-heading {
  line-height: 0.75;
  text-align: left;
}
.product-container .product-resources .col .col-inner .main-heading {
  font-size: 1.5rem;
}
.product-container .product-resources .col .bullet-arrow {
  border: none !important;
}
@media (max-width: 550px) {
  .product-container .related-products-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .product-container .product-footer .container .woocommerce-tabs .product-tabs {
    font-size: 18px !important;
    column-gap: 8px !important;
  }
  .product-container .product-footer .container .woocommerce-tabs .product-tabs li {
    width: unset !important;
  }
}
@media (min-width: 850px) {
  .product-container .related-products-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .product-container .related-products-section .section-content .row .col .plain .related-product-link {
    font-size: 1.25rem;
  }
  .product-container .related-products-section .section-content .row > .col > .col-inner {
    padding: 70px 40px;
  }
  .product-container .related-products-section .section-content .row > .col > .col-inner .linked-products-section .linked-product-button-row .linked-product-button-col {
    flex-basis: 14% !important;
    max-width: 14% !important;
  }
}
.tax-product_cat .image-tools {
  display: none !important;
}
.tax-product_cat .bapf_body {
  padding-top: 10px;
}
.tax-product_cat .bapf_body li {
  display: flex;
  align-items: flex-start;
}
.tax-product_cat .banner {
  background-color: #f2fbfe;
}
.tax-product_cat .banner .banner-inner {
  height: 400px;
  position: relative;
}
.tax-product_cat .full-height {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.tax-product_cat .vertical-center {
  margin: 0 auto;
}
.tax-product_cat .gap-element {
  display: none;
}
.tax-product_cat .bv_histogram_row_container,
.tax-product_cat .bv_histogram_row_bar_empty,
.tax-product_cat .bv_histogram_row_full_bar,
.tax-product_cat .bv_histogram_component_container .bv_histogram_row_prefix,
.tax-product_cat .bv_histogram_component_container .bv_histogram_row_bar_filled,
.tax-product_cat .bv_histogram_component_container .bv_histogram_row_rating {
  cursor: default;
}
.tax-product_cat .woocommerce-ordering {
  display: none !important;
}
.tax-product_cat .nav-pagination .page-number {
  align-content: center;
}
.tax-product_cat .category-page-title {
  background-color: #f2fbfe !important;
}
.tax-product_cat .bapf_sfilter.bapf_ckbox input[type=checkbox],
.tax-product_cat .bapf_sfilter.bapf_ckbox label,
.tax-product_cat .bapf_sfilter.bapf_ckbox label + span,
.tax-product_cat .bapf_sfilter.bapf_ckbox label > span {
  vertical-align: inherit !important;
  /* Force inherit */
}
.tax-product_cat .bapf_sfilter.bapf_ckbox input[type=checkbox] {
  margin-right: 10px;
}
.tax-product_cat .woocommerce #shop-sidebar .berocket_single_filter_widget {
  border-bottom: 1px solid #c9c9c9;
  margin-top: 15px;
}
.tax-product_cat .bapf_sfilter {
  margin-bottom: 15px;
}
.tax-product_cat .bv_modal_inner_content .bv_button_component_container,
.tax-product_cat .bv_modal_component_container {
  display: none;
}
.tax-product_cat form.woocommerce-ordering {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Fvhosts%5C%2Felementelectronics.com%5C%2Fhttpdocs%5C%2Fwp-content%5C%2Fthemes%5C%2Fflatsome-custom%5C%2Fless%5C%2Fstyleguide.less%22%2C%22var%5C%2Fwww%5C%2Fvhosts%5C%2Felementelectronics.com%5C%2Fhttpdocs%5C%2Fwp-content%5C%2Fthemes%5C%2Fflatsome-custom%5C%2Fless%5C%2Fcompare-series.less%22%2C%22var%5C%2Fwww%5C%2Fvhosts%5C%2Felementelectronics.com%5C%2Fhttpdocs%5C%2Fwp-content%5C%2Fthemes%5C%2Fflatsome-custom%5C%2Fless%5C%2Fblogs.less%22%2C%22var%5C%2Fwww%5C%2Fvhosts%5C%2Felementelectronics.com%5C%2Fhttpdocs%5C%2Fwp-content%5C%2Fthemes%5C%2Fflatsome-custom%5C%2Fless%5C%2Fwarranties.less%22%2C%22var%5C%2Fwww%5C%2Fvhosts%5C%2Felementelectronics.com%5C%2Fhttpdocs%5C%2Fwp-content%5C%2Fthemes%5C%2Fflatsome-custom%5C%2Fless%5C%2Ftelevisions.less%22%2C%22var%5C%2Fwww%5C%2Fvhosts%5C%2Felementelectronics.com%5C%2Fhttpdocs%5C%2Fwp-content%5C%2Fthemes%5C%2Fflatsome-custom%5C%2Fless%5C%2Fcontact-us.less%22%2C%22var%5C%2Fwww%5C%2Fvhosts%5C%2Felementelectronics.com%5C%2Fhttpdocs%5C%2Fwp-content%5C%2Fthemes%5C%2Fflatsome-custom%5C%2Fless%5C%2Fsmart-platforms.less%22%2C%22var%5C%2Fwww%5C%2Fvhosts%5C%2Felementelectronics.com%5C%2Fhttpdocs%5C%2Fwp-content%5C%2Fthemes%5C%2Fflatsome-custom%5C%2Fless%5C%2Fwhere-to-buy.less%22%2C%22var%5C%2Fwww%5C%2Fvhosts%5C%2Felementelectronics.com%5C%2Fhttpdocs%5C%2Fwp-content%5C%2Fthemes%5C%2Fflatsome-custom%5C%2Fless%5C%2Four-story.less%22%2C%22var%5C%2Fwww%5C%2Fvhosts%5C%2Felementelectronics.com%5C%2Fhttpdocs%5C%2Fwp-content%5C%2Fthemes%5C%2Fflatsome-custom%5C%2Fless%5C%2Fab1200.less%22%2C%22var%5C%2Fwww%5C%2Fvhosts%5C%2Felementelectronics.com%5C%2Fhttpdocs%5C%2Fwp-content%5C%2Fthemes%5C%2Fflatsome-custom%5C%2Fless%5C%2Fwoocommerce%5C%2Fproduct.less%22%2C%22var%5C%2Fwww%5C%2Fvhosts%5C%2Felementelectronics.com%5C%2Fhttpdocs%5C%2Fwp-content%5C%2Fthemes%5C%2Fflatsome-custom%5C%2Fless%5C%2Fwoocommerce%5C%2Fcategory.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3BAAAA%3BEACI%2CaAAa%2CaAAb%3BEACA%2CSAAS%2CgEAAgE%2COAAO%2CcACvE%2C%2BDAA%2BD%2COAAO%2COAD%5C%2FE%3BEAEA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CaAAb%3BEACA%2CSAAS%2CsEAAsE%2COAAO%2CcAC7E%2CqEAAqE%2COAAO%2COADrF%3BEAEA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CaAAb%3BEACA%2CSAAS%2C%2BDAA%2BD%2COAAO%2CcACtE%2C8DAA8D%2COAAO%2COAD9E%3BEAEA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CaAAb%3BEACA%2CSAAS%2CqEAAqE%2COAAO%2CcAC5E%2CoEAAoE%2COAAO%2COADpF%3BEAEA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CaAAb%3BEACA%2CSAAS%2CkEAAkE%2COAAO%2CcACzE%2CiEAAiE%2COAAO%2COADjF%3BEAEA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CaAAb%3BEACA%2CSAAS%2CiEAAiE%2COAAO%2CcACxE%2CgEAAgE%2COAAO%2COADhF%3BEAEA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CaAAb%3BEACA%2CSAAS%2CgEAAgE%2COAAO%2CcACvE%2C%2BDAA%2BD%2COAAO%2COAD%5C%2FE%3BEAEA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CaAAb%3BEACA%2CSAAS%2CsEAAsE%2COAAO%2CcAC7E%2CqEAAqE%2COAAO%2COADrF%3BEAEA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CaAAb%3BEACA%2CSAAS%2C%2BDAA%2BD%2COAAO%2CcACtE%2C8DAA8D%2COAAO%2COAD9E%3BEAEA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CaAAb%3BEACA%2CSAAS%2CqEAAqE%2COAAO%2CcAC5E%2CoEAAoE%2COAAO%2COADpF%3BEAEA%3BEACA%3B%3BAAEJ%3BEACI%3B%3BAAgBJ%3BAAAK%3BAAAI%3BAAAK%3BAAAI%3BAAAI%3BAAAK%3BAAAI%3BAAAK%3BAAAI%3BEACpC%3B%3B%3BAAIJ%3BEACI%2CaAAa%2CyBAAb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CyBAAb%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CyBAAb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CyBAAb%3BEACA%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%3B%3BAAmEJ%2CQAhE0B%3BEACtB%3BIACI%3BIACA%3B%3BEAEJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAEJ%3BIACI%3BIACA%3B%3BEAEJ%3BIACI%3BIACA%3B%3BEAEJ%3BIACI%3BIACA%3B%3BEAEJ%3BIACI%3BIACA%3B%3BEAEJ%3BIACI%3BIACA%3B%3BEAEJ%3BIACI%3BIACA%3B%3BEAEJ%3BIACI%3BIACA%3B%3BEAEJ%3BIACI%3BIACA%3B%3BEAEJ%3BEAAc%3BEAAwB%3BIAClC%3BIACA%3B%3BEAEJ%2CCAAC%3BIACG%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAEJ%3BIACI%3B%3B%3BAAKR%3BEACI%2CaAAa%2CyBAAb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CyBAAb%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CyBAAb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%3BEACA%3B%3BAAEJ%3BEACI%2CaAAa%2CyBAAb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CyBAAb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%3BEACA%3B%3BAAEJ%3BEACI%2CaAAa%2CyBAAb%3BEACA%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CyBAAb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%2CaAAa%2CyBAAb%3B%3BAAGJ%2CCAAC%2CIAAI%3BEACD%3B%3BAAGJ%2CCAAC%2CKAAK%3BEACF%3B%3BAAGJ%2CCAAC%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BAAAc%3BAAAwB%3BAAAa%3BAAAG%3BAAAO%3BEACzD%2CaAAa%2CyBAAb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%2CaAAa%2CyBAAb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%2CaAAa%2CyBAAb%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%3BAAAc%3BEACV%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BAAAmB%3BEACf%3B%3BAAGJ%3BEACI%3B%3BAAGJ%2CCAAC%3BEACG%3B%3BAAGJ%2COAAQ%2CgBACJ%3BEACI%2CyBAAA%3B%3BAAFR%2COAAQ%2CgBACJ%2CYAEI%2CGACI%3BEACI%2CcAAA%3B%3BAALhB%2COAAQ%2CgBACJ%2CYAEI%2CGAII%2CEAAC%3BEACG%2CyDAAA%3BEACA%2CWAAW%2CWAAX%3BEACA%3B%3BAAVhB%2COAAQ%2CgBACJ%2CYAEI%2CGAUI%2CEAAC%3BEACG%3BEACA%3B%3BAAfhB%2COAAQ%2CgBAoBJ%3BEACI%2CyBAAA%3B%3BAArBR%2COAAQ%2CgBAoBJ%2CaAGI%2CKAAO%2CKAAK%3BEACR%3B%3BAAxBZ%2COAAQ%2CgBAoBJ%2CaAOI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAA9BZ%2COAAQ%2CgBAoBJ%2CaAaI%2CcACI%2CiBAAiB%2CKAAG%3BEAChB%3BEACA%3BEACA%3BEACA%3B%3BAAtChB%2COAAQ%2CgBAoBJ%2CaAaI%2CcAQI%2CiBACI%3BEACI%3B%3BAA3CpB%2COAAQ%2CgBAoBJ%2CaAaI%2CcAQI%2CiBAII%2CUAAU%3BEACN%3B%3BAA9CpB%2COAAQ%2CgBAoBJ%2CaAaI%2CcAQI%2CiBAOI%2CeACI%3BEACI%2CcAAA%3B%3BAAlDxB%2COAAQ%2CgBAoBJ%2CaAaI%2CcAQI%2CiBAOI%2CeAII%2CEAAC%3BAApDrB%2COAAQ%2CgBAoBJ%2CaAaI%2CcAQI%2CiBAOI%2CeAIa%2CEAAC%2COAAO%3BEACb%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAvDxB%2COAAQ%2CgBAoBJ%2CaAaI%2CcAQI%2CiBAOI%2CeASI%2CEAAC%3BEACG%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CqCAAA%3B%3BAA5DxB%2COAAQ%2CgBAoBJ%2CaAaI%2CcAQI%2CiBAsBI%2CGAAG%3BEACC%2CcAAA%3B%3BAAhEpB%2COAAQ%2CgBAoBJ%2CaAaI%2CcAQI%2CiBAyBI%2CGAAG%2CEAAC%3BEACA%2CcAAA%3B%3BAAnEpB%2COAAQ%2CgBAoBJ%2CaAaI%2CcAQI%2CiBA4BI%2CGAAG%2CEAAC%3BEACA%2CcAAA%3B%3BAAQpB%3BEACI%2CyBAAA%3B%3BAAEJ%3BEACI%3B%3BAAGJ%2CsBAAuB%3BEACnB%3BEACA%3B%3BAAEJ%2CqBAAsB%3BEAClB%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BAAAoB%3BEAChB%3B%3BAAGJ%3BAAAiB%3BEACb%3B%3BAAGJ%2CWACI%2CUAAU%3BEACN%2CcAAA%3B%3BAAFR%2CWAII%2CGAAG%2CEAAC%3BEACA%2CcAAA%3B%3BAAKR%2CeACI%2CcACI%2CaACI%3BAAHZ%2CeACI%2CcACI%2CaACO%3BEACC%2CcAAA%3B%3BAAJhB%2CeACI%2CcACI%2CaAII%2CkBAAkB%3BEACd%2CcAAA%3B%3BAAMhB%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAADJ%2CKAEI%2CEAAC%3BEACG%2CcAAA%3BEACA%3B%3BAAJR%2CKAMI%2CEAAC%2COAAO%3BEACJ%2CcAAA%3BEACA%3B%3BAARR%2CKAUI%2CEAAC%2COAAO%2CIAAI%3BEACR%2C4BAAA%3B%3BAAXR%2CKAaI%2CEAAC%2COAAO%3BEACJ%2CcAAA%3BEACA%3B%3BAAfR%2CKAiBI%2CEAAC%2COAAO%2CMAAM%3BEACV%2CcAAA%3BEACA%2CyBAAA%3B%3BAAnBR%2CKAqBI%2CEAAC%2COAAO%3BEACJ%2CcAAA%3BEACA%3B%3BAAvBR%2CKAyBI%2CEAAC%2COAAO%2CIAAI%3BEACR%2CqBAAA%3BEACA%2CyBAAA%3B%3BAA3BR%2CKA8BI%2CEAAC%3BAA9BL%2CKA8Bc%2CEAAC%2COAAQ%3BEACf%2CyDAAA%3B%3BAA%5C%2FBR%2CKAkCI%2CEAAC%2COAAO%2CMACJ%3BEACI%2CyDAAA%3BEACA%2CWAAW%2CWAAX%3BEACA%3BEACA%3B%3BAAvCZ%2CKA2CI%2CEAAC%2COAAO%3BEACJ%2CcAAA%3B%3BAA5CR%2CKA%2BCI%2CEAAC%2COAAO%2CMAAM%3BEACV%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAlDR%2CKAqDI%2CaAAY%3BEACR%2CcAAA%3B%3BAAtDR%2CKAwDI%2CaAAa%2CKAAI%3BEACb%2CcAAA%3B%3BAAzDR%2CKA4DI%2CQAAQ%2CcAAc%2CeAAe%2CUACjC%2CEAAC%3BEACG%2C4BAAA%3B%3BAA9DZ%2CKA4DI%2CQAAQ%2CcAAc%2CeAAe%2CUACjC%2CEAAC%2CqBAEG%3BEACI%3B%3BAAhEhB%2CKAqEI%3BEACI%3BEACA%3BEACA%3B%3BAAxER%2CKA2EI%2CWACI%2CiBACI%2CYACI%3BEACI%3B%3BAA%5C%2FEpB%2CKA2EI%2CWACI%2CiBAMI%2CEAAC%3BEACG%3B%3BAAnFhB%2CKAwFI%2CYAAY%2CWACR%3BEACI%2CyBAAA%3B%3BAA1FZ%2CKA8FI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAhGR%2CKA8FI%2CeAGI%3BEACI%3B%3BAAlGZ%2CKA8FI%2CeAOI%3BEACI%2CgCAAA%3B%3BAAtGZ%2CKA8FI%2CeAWI%3BAAzGR%2CKA8FI%2CeAWkC%3BAAzGtC%2CKA8FI%2CeAWuD%3BEAC%5C%2FC%3B%3BAA1GZ%2CKA8FI%2CeAeI%3BAA7GR%2CKA8FI%2CeAeqB%3BEACb%2CcAAA%3B%3BAA9GZ%2CKA8FI%2CeAmBI%3BEACI%3B%3BAAlHZ%2CKA8FI%2CeAuBI%3BEACI%2CcAAA%3B%3BAAtHZ%2CKA8FI%2CeA2BI%2CcACI%3BEACI%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAA9HhB%2CKA8FI%2CeA2BI%2CcAOI%2CcAAa%3BEACT%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyDAAA%3BEACI%2CWAAW%2CWAAX%3BEACA%3B%3BAAtIpB%2CKA8FI%2CeA2BI%2CcAeI%2CcAAa%3BEACT%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAMhB%3BEACI%3B%3BAAGJ%2COAEI%2CEAAC%2COAAO%2COAAO%3BEACX%2CcAAA%3BEACA%3B%3BAAJR%2COAMI%2CEAAC%2COAAO%2COAAO%2CkBAAkB%3BEAC7B%2CcAAA%3BEACA%3B%3BAARR%2COAWI%2CcAAc%2CEAAE%3BEACZ%2CcAAA%3B%3BAAZR%2COAeI%2CEAAE%2CYACE%3BAAhBR%2COAeoB%2CEAAE%2CcACd%3BEACI%2CcAAA%3B%3BAAjBZ%2COAoBI%2CcACI%2CEAAE%3BEACE%2CcAAA%3B%3BAAtBZ%2COAyBI%3BAAzBJ%2COAyBO%3BEACC%2CyDAAA%3B%3BAA1BR%2COA4BI%2CEAAC%2COAAO%3BAA5BZ%2COA4BoB%3BEACZ%2CyDAAA%3BEACA%2CWAAW%2CWAAX%3BEACA%3BEACA%3B%3BAAhCR%2COAmCI%3BAAnCJ%2COAmCmB%3BEACX%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAtCR%2COAwCI%2CcAAa%3BAAxCjB%2COAwCyB%2CiBAAgB%3BEACjC%2CyBAAA%3BEACA%3BEACA%2CqBAAA%3B%3BAA3CR%2COA6CI%2CcAAa%3BAA7CjB%2COA6C2B%2CiBAAgB%3BEACnC%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAhDR%2COAkDI%3BEACI%2CyBAAA%3B%3BAAMR%2CCAAC%2COAAO%2CIAAI%3BAAAS%2CCAAC%3BAAAM%2CCAAC%2COAAQ%3BEACjC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3B%3BAAoCJ%3BEACI%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3BEACA%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3BAAGJ%3BAAAuB%3BEACnB%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BAAAc%3BEACV%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3B%3BAAGJ%2CcAAe%2CkBAAkB%3BEAC7B%2C8BAAA%3BEACA%3B%3BAAGJ%3BEACI%3B%3BAAIJ%3BEACI%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3B%3BAAGJ%2CyBACI%3BEACI%2CuCAAA%3B%3BAAIR%2CcACI%2CYACI%3BEACI%3BEACA%3B%3BAAJZ%2CcACI%2CYAKI%3BEACI%3BEACA%3B%3BAARZ%2CcACI%2CYASI%2CMAAK%3BEACD%3BEACA%2CsBAAA%3BEACA%3BEACA%2C8CAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%2C8DAAA%3BEACA%3BEACA%3B%3BAAvBZ%2CcACI%2CYAwBI%3BEACI%3B%3BAAMZ%3BEACI%3BEACA%3B%3BAAFJ%2CgBAGI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BEACA%2CwBAAA%3B%3B%3BAAIR%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CgBACI%2CYACI%3BEACI%3BEACA%3B%3BAAWZ%2CQAN2B%3BEACvB%3BIACI%3B%3B%3BAAUR%2CQAN2B%3BEACvB%3BIACI%3B%3B%3BAASR%2CQAL0B%3BEACtB%3BIACI%3B%3B%3BAASR%2CQAN0B%3BEACtB%3BIACI%3B%3B%3BAAIR%3BEACI%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3B%3BAAGJ%2CiBAAkB%3BEACd%3B%3B%3BAAGJ%2CiBAAkB%2CiBAAmB%3BEACjC%3B%3BAAGJ%3BEACI%3B%3BAAGJ%2CiBAAkB%2CiBAAmB%2CkBAAe%3BEAChD%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%2CWACI%3BEACI%2CyBAAA%3B%3BAAFR%2CWAKI%2CqBACI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3B%3BAAYX%2CQANyB%3BEACtB%2CgBACI%3BIACI%3B%3B%3BACn8BZ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAJJ%2C2BAMI%3BEACI%3BEACA%3B%3BAARR%2C2BAMI%2CiCAGI%2CMAAM%2CGACF%3BEACI%3B%3BAAXhB%2C2BAMI%2CiCAGI%2CMAAM%2CGAIF%2CGAAE%2CIAAI%3BEACF%3BEACA%3B%3BAAfhB%2C2BAMI%2CiCAGI%2CMAAM%2CGAIF%2CGAAE%2CIAAI%2CcAGF%3BEACI%3BEACA%3B%3BAAlBpB%2C2BAMI%2CiCAGI%2CMAAM%2CGAIF%2CGAAE%2CIAAI%2CcAOF%3BEACI%3BEACA%3B%3BAAtBpB%2C2BAMI%2CiCAqBI%2CMAEI%3BEACI%2C4BAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FBhB%2C2BAMI%2CiCAqBI%2CMAEI%2CgBAII%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAvCpB%2C2BAMI%2CiCAqBI%2CMAEI%2CgBAII%2CYAQI%2CGAAE%3BEACE%3BEACA%3BEACA%3B%3BAA5CxB%2C2BAMI%2CiCAqBI%2CMAsBI%2CGAAE%2CUAAU%3BEACR%3B%3BAAlDhB%2C2BAMI%2CiCAqBI%2CMAsBI%2CGAAE%2CUAAU%2CKAER%3BEACI%3B%3BAApDpB%2C2BAMI%2CiCAqBI%2CMA6BI%2CGAAE%2CUAAU%3BEACR%3B%3BAAzDhB%2C2BAMI%2CiCAqBI%2CMA6BI%2CGAAE%2CUAAU%2CMAER%3BEACI%3B%3BAA3DpB%2C2BAMI%2CiCAqBI%2CMAoCI%3BEACI%3B%3BAAhEhB%2C2BAMI%2CiCAqBI%2CMAuCI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAzEhB%2C2BAMI%2CiCAqBI%2CMAiDI%2CeAAc%3BEACV%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAnFhB%2C2BAMI%2CiCAqBI%2CMA0DI%3BEACI%3B%3BAAwBf%2CwBAjByC%3BEACtC%2C2BACI%2CiCACI%2CMAAM%3BIACF%3B%3BEAHZ%2C2BACI%2CiCACI%2CMAAM%2CGAEF%3BIACI%3BIACA%3B%3BEANhB%2C2BACI%2CiCAQI%2CMAAM%2CGACF%3BIACI%3B%3B%3BACzGpB%2CoBACI%3BEACI%3BEACA%3B%3BAAHR%2CoBACI%2CQAGI%3BEACI%3B%3BAALZ%2CoBACI%2CQAGI%2CKAGI%3BEACI%3BEACA%3BEACA%3B%3BAAVhB%2CoBACI%2CQAGI%2CKAQI%3BEACI%3BEACA%3B%3BAAdhB%2CoBACI%2CQAGI%2CKAYI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAApBhB%2CoBACI%2CQAGI%2CKAkBI%3BEACI%3B%3BAAOhB%3BEACI%3B%3BEACA%3B%3BEACA%3B%3B%3BAAHJ%2CgBAII%2CsBAEI%2CGAAE%3BEACE%3B%3BAAPZ%2CgBAII%2CsBAKI%2CGAAE%3BEACE%3B%3BAAVZ%2CgBAII%2CsBAQI%2CGAAE%3BEACE%3B%3BAAbZ%2CgBAII%2CsBAWI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAKZ%2CUAAW%2CQACP%3BAADJ%2CUAAW%2CQACO%3BEACV%3B%3BAAFR%2CUAAW%2CQAIP%2COACI%3BEACI%2CcAAA%3B%3BAANZ%2CUAAW%2CQAIP%2COAII%2CYACI%3BEACI%3B%3BAAVhB%2CUAAW%2CQAeP%2COACI%3BEACI%3B%3BACvEZ%2CmBACI%3BAADiB%2CgBACjB%3BAADmC%2CgBACnC%3BEACI%2CcAAA%3B%3BACIR%2CQAN0B%3BEACtB%3BIACI%3B%3B%3BAAIR%3BEACI%3B%3BAADJ%2CwBAEI%3BEACI%3BEACA%3BEACA%3BEACA%2CmCAAA%3B%3BAANR%2CwBAEI%2CWAKI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BACjBZ%2CeAAgB%3BEACZ%3B%3BAAGJ%3BEACI%3B%3BAAGJ%2CyBAAyB%3BEACrB%3B%3B%3BAADJ%2CyBAAyB%2CQAErB%2CMACI%3BEACI%2CyBAAA%3BEAEA%3B%3B%3BAANZ%2CyBAAyB%2CQAUrB%3BEAEI%3BEACA%3B%3B%3BACrBR%2CgCACI%3BEACI%3B%3BAAaR%2CQAT2B%3BEACvB%3BIACI%3B%3BEAEJ%3BIACI%3B%3B%3BAAQP%2CQAJ0B%3BEACvB%3BIACI%3B%3B%3BACjBR%2CcAAe%3BEACX%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CcAAe%3BEACX%3BEACA%3BEACA%3B%3BACTJ%2CSACI%3BEACI%3B%3BAASP%2CQAL0B%3BEACvB%2CSAAU%2CeAAe%3BIACrB%3BIACA%3B%3B%3BACVR%3BEACI%3BEACA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%3B%3BAALJ%2CSAMI%3BAANJ%2CSAMQ%3BEACA%3BEACA%3B%3BAARR%2CSAUI%3BEACI%3BEACA%3BEACA%2C6BAAA%3B%3BAAbR%2CSAeI%2CGAAE%2CUAAU%3BEACR%2CyBAAA%3B%3BAAhBR%2CSAkBI%3BEACI%2C6BAAA%3B%3BAAnBR%2CSAqBI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAASR%2CQAL0B%3BEACtB%3BIACI%3B%3B%3BAChCR%2CkBACI%3BEACI%3BEACA%3BEACA%3B%3BAAJR%2CkBAOI%2CgBACI%3BEACI%3B%3BAATZ%2CkBAaI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAjBR%2CkBAoBI%3BEAWI%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%2C6BAAA%3BEACA%2CwBAAA%3BEACA%3BEACA%2CwCAAA%3BEACA%3BEACA%3BEACA%3B%3BAAzCR%2CkBA4CI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C2BAAA%3BEACA%3B%3BAAnDR%2CkBAsDI%2CcAAa%2CMAAO%3BEAChB%3BEACA%2CWAAW%2CUAAX%3B%3BAAxDR%2CkBA2DI%2CcAAa%2CMAAO%3BEAChB%3B%3BAA5DR%2CkBA%2BDI%2CYAAW%2COAAQ%3BEACf%2CcAAc%2CyBAAd%3BEACA%3BEACA%3BEACA%2CyCAAA%3B%3BAAnER%2CkBAsEI%3BEACI%3BEACA%3BEACA%3B%3BAAzER%2CkBA4EI%2CcAAa%2COAAO%3BAA5ExB%2CkBA6EI%2CcAAa%2CMAAM%3BEACf%2CSAAS%2CkBAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CWAAW%2CgBAAX%3BEACA%3BEACA%3BEACA%3BEACA%2CwCAAA%3B%3BAA1FR%2CkBA6FI%2CKAAK%2CKAAK%2CWAAW%3BEACjB%3BEACA%3BEACA%3B%3BAAhGR%2CkBA6FI%2CKAAK%2CKAAK%2CWAAW%2CyBAIjB%2C2BACI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAtGhB%2CkBA6FI%2CKAAK%2CKAAK%2CWAAW%2CyBAIjB%2C2BACI%2C2BAOI%3BEACI%3B%3BAA1GpB%2CkBA6FI%2CKAAK%2CKAAK%2CWAAW%2CyBAIjB%2C2BACI%2C2BAUI%3BEACQ%2CyBAAA%3BEACA%3B%3BAA9GxB%2CkBA6FI%2CKAAK%2CKAAK%2CWAAW%2CyBAIjB%2C2BACI%2C2BAcI%3BAAhHhB%2CkBA6FI%2CKAAK%2CKAAK%2CWAAW%2CyBAIjB%2C2BACI%2C2BAcgB%2CWAAW%3BEACnB%2CyBAAA%3BEACA%3B%3BAAlHpB%2CkBA6FI%2CKAAK%2CKAAK%2CWAAW%2CyBAIjB%2C2BACI%2C2BAmBI%2CQACI%3BEACI%2CQAAQ%2CmCAAR%3BEACA%3BEACA%3B%3BAAzHxB%2CkBA6FI%2CKAAK%2CKAAK%2CWAAW%2CyBAIjB%2C2BACI%2C2BA2BI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAjIpB%2CkBA6FI%2CKAAK%2CKAAK%2CWAAW%2CyBAIjB%2C2BACI%2C2BA2BI%2CUAKI%3BEACI%3B%3BAAnIxB%2CkBA0II%2CQAAO%2CqBAAqB%3BEACxB%3B%3BAA3IR%2CkBA8II%3BEACI%3BEACA%3B%3BAAhJR%2CkBAmJI%3BEACI%3B%3BAApJR%2CkBAuJI%3BEACI%3B%3BAAxJR%2CkBA4JI%3BEACI%3BEACA%3B%3BAA9JR%2CkBAiKI%3BEACI%3BEACA%3B%3BAAnKR%2CkBAiKI%2C4BAII%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAzKZ%2CkBA6KI%3BEAiBI%3BEACA%3B%3BAA%5C%2FLR%2CkBA6KI%2C0BACI%2CiBACI%2CKACI%2CKACI%2COACI%3BEACI%3BEACA%3B%3BAApL5B%2CkBA6KI%2C0BACI%2CiBAWI%2CKAAO%2COAAO%3BEACV%2CkBAAA%3BEACA%3B%3BAA3LhB%2CkBAoMI%3BEACI%2CiBAAA%3B%3BAArMR%2CkBAwMI%2CkBAAkB%3BEACd%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA7MR%2CkBA%2BMI%3BEACI%3BEACA%3BEACA%3B%3BAAlNR%2CkBA%2BMI%2CqBAKI%2COAAS%3BEACL%3B%3BAArNZ%2CkBA%2BMI%2CqBASI%2COACI%3BEACI%3BEACA%3B%3BAA3NhB%2CkBAiOI%3BEACI%3BEACA%3B%3BAAnOR%2CkBAiOI%2CmBAII%2CKACI%2CWACI%3BEACI%3BEACA%3B%3BAAzOpB%2CkBAiOI%2CmBAII%2CKACI%2CWAKI%3BEACI%3B%3BAA5OpB%2CkBAiOI%2CmBAII%2CKAUI%3BEACI%3B%3BAAyBZ%2CQAlB0B%3BEAkB1B%2CkBAjBI%3BIACE%3BIACA%3B%3BEAeN%2CkBAbI%2CgBAAgB%2CWACZ%2CkBACI%3BIACI%3BIACA%3B%3BEAShB%2CkBAbI%2CgBAAgB%2CWACZ%2CkBACI%2CcAGI%3BIACI%3B%3B%3BAAkCxB%2CQA3B8B%3BEA2B9B%2CkBA1BQ%3BIACI%3BIACA%3B%3BEAwBZ%2CkBA1BQ%2C0BAGI%2CiBACI%2CKACI%2CKACI%2COACI%3BIACI%3B%3BEAkBhC%2CkBA1BQ%2C0BAGI%2CiBAUI%2CKAAO%2COAAO%3BIACV%2CkBAAA%3B%3BEAYpB%2CkBA1BQ%2C0BAGI%2CiBAUI%2CKAAO%2COAAO%2CaAEV%2CyBAAyB%2C2BAErB%3BIACI%3BIACA%3B%3B%3BAC7R5B%2CgBACI%3BEACI%3B%3BAAFR%2CgBAKI%3BEACI%3B%3BAANR%2CgBAKI%2CWAEI%3BEACI%3BEACA%3B%3BAATZ%2CgBA%2BBI%3BEACI%2CyBAAA%3B%3BAAhCR%2CgBA%2BBI%2CQAEI%3BEACI%3BEACA%3B%3BAAnCZ%2CgBAuCI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA5CR%2CgBA%2BCI%3BEACI%2CcAAA%3B%3BAAhDR%2CgBAmDI%3BEACI%3B%3BAApDR%2CgBAwDI%3BAAxDJ%2CgBAwDiC%3BAAxDjC%2CgBAwD8D%3BAAxD9D%2CgBAwD0F%2CkCAAkC%3BAAxD5H%2CgBAwDsJ%2CkCAAkC%3BAAxDxL%2CgBAwDsN%2CkCAAkC%3BEAChP%3B%3BAAzDR%2CgBA2DI%3BEACI%3B%3BAA5DR%2CgBA%2BDI%2CgBAAgB%3BEACZ%3B%3BAAhER%2CgBAmEI%3BEACI%2CyBAAA%3B%3BAApER%2CgBAuEI%2CcAAa%2CWAAY%2CMAAK%3BAAvElC%2CgBAwEI%2CcAAa%2CWAAY%3BAAxE7B%2CgBAyEI%2CcAAa%2CWAAY%2CMAAM%3BAAzEnC%2CgBA0EI%2CcAAa%2CWAAY%2CMAAQ%3BEAC7B%3B%3B%3BAA3ER%2CgBA8EI%2CcAAa%2CWAAY%2CMAAK%3BEAC1B%3B%3BAA%5C%2FER%2CgBAkFI%2CaAAa%2CcAAc%3BEACvB%2CgCAAA%3BEACA%3B%3BAApFR%2CgBAsFI%3BEACI%3B%3BAAvFR%2CgBA0FI%2CwBAAwB%3BAA1F5B%2CgBA0F4D%3BEACpD%3B%3BAA3FR%2CgBA%2BFI%2CKAAI%3BEACA%22%7D */